:root{
  --theme:#258fff;
  --theme-dark:#0857ad;
  --theme-deep:#012a59;
  --theme-light:#eef7ff;
  --theme-soft:#dff0ff;
  --theme-accent:#62b7ff;
  --theme-hover:#0c6fd6;
  --theme-border:rgba(37,143,255,.22);
  --header-bg:#033b7a;
  --header-bg-2:#075dbd;
  --text-main:#10243a;
  --text-muted:#52677f;
  --on-theme:#ffffff;
  --on-header:#ffffff;
  --on-dark:#fff7f6;
  --white:#ffffff;
  --shadow-soft:0 18px 45px rgba(8,87,173,.16);
}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;overflow-x:hidden;overflow-y:auto}
body{background:var(--theme-light);color:var(--text-main);font-family:Arial,Helvetica,sans-serif;line-height:1.7}
a{color:inherit}
img{max-width:100%}
.container,.section-inner,.header-inner,.footer-inner{width:min(1280px,calc(100% - 80px));margin-left:auto;margin-right:auto}
@media (min-width:1440px){.container,.section-inner,.header-inner,.footer-inner{width:min(1360px,calc(100% - 120px))}}
@media (max-width:767px){.container,.section-inner,.header-inner,.footer-inner{width:min(100% - 32px,1280px)}}
.site-header{position:sticky;top:0;width:100%;z-index:9999;background:linear-gradient(180deg,var(--header-bg) 0%,var(--header-bg-2) 100%);color:var(--on-header);box-shadow:var(--shadow-soft);overflow:visible;border-bottom:1px solid rgba(255,255,255,.18)}
.header-inner{min-height:82px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;overflow:visible}
.site-logo{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;overflow:visible;text-decoration:none}.site-logo img{display:block;width:auto;height:auto;max-width:190px;max-height:72px;object-fit:contain}.main-nav{display:flex;justify-content:center;align-items:center;gap:18px}.main-nav a{color:var(--on-header);text-decoration:none;white-space:nowrap;font-weight:700;font-size:15px;opacity:.96;padding:28px 0 24px;border-bottom:3px solid transparent}.main-nav a.active,.main-nav a:hover{color:#dff0ff;border-bottom-color:var(--theme-accent)}
.main-btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,var(--theme-accent) 0%,var(--theme) 48%,var(--theme-dark) 100%);color:var(--on-theme);border-radius:999px;box-shadow:0 14px 28px rgba(0,0,0,.16);text-decoration:none;white-space:nowrap;font-weight:800;letter-spacing:.02em;padding:12px 22px;border:1px solid rgba(255,255,255,.22)}.main-btn:hover{background:linear-gradient(180deg,var(--theme) 0%,var(--theme-hover) 100%)}
.mobile-menu-toggle{display:none;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.1);border-radius:14px;align-items:center;justify-content:center;flex-direction:column;gap:5px}.mobile-menu-toggle span{width:21px;height:2px;background:var(--on-header);border-radius:99px}.header-actions{justify-self:end}.section{padding:72px 0}.section-title{max-width:900px;margin:0 auto 36px;text-align:center}.section-title .eyebrow,.eyebrow{display:inline-flex;border:1px solid var(--theme-border);background:var(--theme-soft);color:var(--theme-dark);border-radius:999px;padding:7px 14px;font-weight:800;font-size:14px}.section-title h2,.content h2{color:var(--theme-dark);font-size:clamp(28px,3vw,44px);line-height:1.18;margin:14px 0}.section-title p{color:var(--text-muted);font-size:18px}.banner-section{padding:36px 0 24px;background:radial-gradient(circle at 15% 20%,var(--theme-soft) 0%,transparent 34%),linear-gradient(180deg,var(--theme-light) 0%,var(--white) 100%)}.banner-carousel{position:relative;width:100%;border-radius:28px;overflow:hidden;background:var(--theme-soft);box-shadow:var(--shadow-soft);border:1px solid var(--theme-border)}.banner-slide{display:none}.banner-slide.active{display:flex;align-items:center;justify-content:center}.banner-slide img{display:block;width:100%;height:auto;object-fit:contain}.banner-arrow{position:absolute;top:50%;transform:translateY(-50%);width:46px;height:46px;border-radius:999px;border:1px solid rgba(255,255,255,.5);background:rgba(1,42,89,.72);color:#fff;font-size:32px;line-height:1;cursor:pointer}.banner-prev{left:18px}.banner-next{right:18px}.banner-dots{position:absolute;left:0;right:0;bottom:14px;display:flex;justify-content:center;gap:9px}.banner-dots button{width:12px;height:12px;border-radius:99px;border:1px solid rgba(255,255,255,.8);background:rgba(255,255,255,.45);cursor:pointer}.banner-dots button.active{width:30px;background:var(--theme-accent)}
.intro-card,.card,.zone-card,.info-card,.feature-card,.category-card,.faq-item,.notice,.visual-card{background:var(--white);color:var(--text-main);border:1px solid var(--theme-border);box-shadow:var(--shadow-soft);border-radius:24px;min-height:auto;height:auto;padding:28px;position:relative}.intro-card:before,.category-card:before,.feature-card:before,.info-card:before,.faq-item:before{content:"";display:block;width:52px;height:4px;border-radius:999px;background:linear-gradient(90deg,var(--theme),var(--theme-accent));margin-bottom:16px}.intro-card{margin-top:10px}.headline-section{padding-top:28px;background:linear-gradient(180deg,var(--white) 0%,var(--theme-light) 100%)}.headline-card{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center;background:var(--white);border:1px solid var(--theme-border);box-shadow:var(--shadow-soft);border-radius:32px;padding:42px}.headline-card h1{color:var(--theme-dark);font-size:clamp(38px,4vw,62px);line-height:1.08;margin:0 0 20px;max-width:850px}.headline-card p{font-size:18px;color:var(--text-muted)}.hero-tags,.category-pills{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.hero-tags span,.category-pills a,.tag,.badge,.category-pill{border-radius:999px;padding:8px 14px;display:inline-flex;width:auto;max-width:max-content;background:var(--white);color:var(--theme-dark);border:1px solid var(--theme-border);font-weight:800;text-decoration:none}.category-pills a:hover{background:linear-gradient(180deg,var(--theme-accent),var(--theme));color:var(--on-theme)}
.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.category-card h3,.feature-card h3,.info-card h3,.faq-item h3{color:var(--theme-dark);margin:0 0 10px;font-size:22px}.category-card .number{display:inline-flex;color:var(--theme);font-size:14px;font-weight:900;margin-bottom:8px}.category-card p,.feature-card p,.info-card p,.faq-item p{color:var(--text-muted);margin:0 0 14px}.text-link{font-weight:900;color:var(--theme-dark);text-decoration:none}.text-link:hover{color:var(--theme-hover)}.media-box,.banner-media,.hero-visual,.app-visual,.card-media{display:flex;align-items:center;justify-content:center;overflow:visible;background:linear-gradient(180deg,var(--white) 0%,var(--theme-soft) 100%);border:1px solid var(--theme-border);box-shadow:var(--shadow-soft);border-radius:28px;padding:24px;min-height:260px}.media-box img,.banner-media img,.hero-visual img,.app-visual img,.card-media img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.split{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}.content p{color:var(--text-muted);font-size:17px}.list-check{display:grid;gap:12px;margin:20px 0 0;padding:0;list-style:none}.list-check li{background:var(--theme-soft);border:1px solid var(--theme-border);border-radius:18px;padding:14px 16px;color:var(--theme-dark);font-weight:700}.notice{background:linear-gradient(180deg,var(--theme-soft) 0%,var(--white) 100%)}.notice h2,.notice h3{color:var(--theme-dark);margin-top:0}.feedback{border-left:4px solid var(--theme);padding:16px 18px;background:var(--theme-soft);border-radius:18px;color:var(--text-main)}.footer{background:linear-gradient(180deg,var(--theme-dark) 0%,var(--theme-deep) 100%);color:var(--on-dark);padding:54px 0 0}.footer-inner{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:28px}.footer a{color:var(--on-dark);text-decoration:none;display:block;margin:8px 0;opacity:.9}.footer h3{margin-top:0;color:#fff}.footer-brand img{max-width:180px;max-height:70px;object-fit:contain}.footer-brand p,.footer-bottom p{opacity:.88}.footer-bottom{margin-top:34px;border-top:1px solid rgba(255,255,255,.16);padding:18px 0}.footer-line{display:block}.mobile-drawer{position:fixed;top:0;left:0;width:82%;max-width:320px;height:100vh;transform:translateX(-100%);transition:transform .28s ease;z-index:10001;background:var(--header-bg);color:var(--on-header);padding:20px;box-shadow:0 20px 60px rgba(0,0,0,.36)}.mobile-drawer.is-open{transform:translateX(0)}.drawer-overlay{position:fixed;inset:0;opacity:0;visibility:hidden;z-index:10000;background:rgba(0,0,0,.42);transition:.25s}.drawer-overlay.is-open{opacity:1;visibility:visible}body.menu-open{overflow:hidden}.drawer-head{display:flex;align-items:center;justify-content:space-between}.drawer-logo img{max-width:150px;max-height:58px;object-fit:contain}.drawer-close{border:0;background:rgba(255,255,255,.14);color:#fff;border-radius:12px;width:40px;height:40px;font-size:28px}.drawer-nav{display:grid;gap:8px;margin-top:22px}.drawer-nav a{padding:12px 14px;border-radius:14px;text-decoration:none;background:rgba(255,255,255,.08);color:#fff}.drawer-nav a.active{background:var(--theme-accent)}.drawer-note{margin-top:18px;padding:14px;border:1px solid rgba(255,255,255,.18);border-radius:16px;background:rgba(255,255,255,.08)}
@media (max-width:1180px){.main-nav{gap:10px}.main-nav a{font-size:13px}.category-grid,.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:1023px){.header-inner{width:min(100% - 28px,1280px);min-height:68px;display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:10px}.mobile-menu-toggle{display:inline-flex;width:44px;height:44px}.main-nav{display:none}.site-logo{justify-self:center}.site-logo img{max-width:min(150px,42vw);max-height:56px}.header-actions{justify-self:end}.header-actions .main-btn{white-space:nowrap;padding:10px 16px}.headline-card,.split{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr 1fr}.grid-3{grid-template-columns:1fr 1fr}}
@media (max-width:767px){.section{padding:48px 0}.banner-section{padding:24px 0 16px}.banner-carousel{border-radius:18px}.banner-arrow{width:38px;height:38px;font-size:26px}.headline-card{padding:26px;border-radius:24px}.headline-card h1{font-size:36px}.category-grid,.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.media-box,.app-visual,.card-media{min-height:210px}.footer-inner{grid-template-columns:1fr}.footer{padding-top:42px}.section-title{text-align:left}.banner-dots{bottom:8px}}
@media (max-width:390px){.header-inner{width:min(100% - 20px,1280px);grid-template-columns:44px minmax(0,1fr) auto;gap:8px}.site-logo img{max-width:min(120px,36vw);max-height:48px}.header-actions .main-btn{padding:8px 12px;font-size:13px}.mobile-menu-toggle{width:42px;height:42px}.headline-card h1{font-size:32px}}
