
:root{--bg:#E6EBF2;--panel:#FFFFFF;--soft:#F5F7FB;--line:#DDE4EE;--blue:#289CFF;--text:#243447;--muted:#66788A;--hint:#8A9AAF;--nav:#4E5F7A;--footer:#243447;--shadow:0 14px 36px rgba(56,92,138,.10);--btn:linear-gradient(180deg,#32D1F6 0%,#27B9F4 35%,#249BFF 100%)}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;line-height:1.75;overflow-x:hidden;padding-top:76px}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#F5F7FB;border-bottom:1px solid rgba(40,156,255,.14);box-shadow:0 8px 28px rgba(56,92,138,.08)}.header-inner{height:76px;max-width:1240px;margin:0 auto;padding:0 20px;display:flex;align-items:center;gap:18px}.brand-logo img{width:138px;height:auto}.desktop-nav{display:none;flex:1;justify-content:center;gap:6px}.nav a{color:#4E5F7A;font-size:14px;padding:9px 10px;border-radius:14px;white-space:nowrap}.nav a.active,.nav a:hover{color:#289CFF;background:rgba(40,156,255,.10)}.main-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 22px;border-radius:999px;background:var(--btn);color:#fff;font-weight:700;box-shadow:0 10px 22px rgba(36,155,255,.25);border:0}.main-btn:hover{transform:translateY(-1px);box-shadow:0 14px 30px rgba(36,155,255,.34)}.top-register{min-width:82px}.menu-toggle{width:44px;height:44px;border:0;background:#fff;border-radius:14px;display:flex;flex-direction:column;gap:5px;align-items:center;justify-content:center;box-shadow:0 8px 18px rgba(56,92,138,.10)}.menu-toggle span{width:20px;height:2px;background:#289CFF;border-radius:9px}.drawer-mask{position:fixed;inset:0;background:rgba(36,52,71,.35);opacity:0;pointer-events:none;transition:.2s}.mobile-drawer{position:fixed;top:0;bottom:0;left:0;width:min(82vw,340px);background:#F5F7FB;transform:translateX(-105%);transition:.25s;z-index:1002;padding:18px;box-shadow:22px 0 45px rgba(36,52,71,.18)}.drawer-open .drawer-mask{opacity:1;pointer-events:auto}.drawer-open .mobile-drawer{transform:translateX(0)}.drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.drawer-head img{width:130px}.drawer-close{border:0;background:#fff;color:#289CFF;width:38px;height:38px;border-radius:12px;font-size:24px}.mobile-nav{display:grid;gap:10px}.mobile-nav a{padding:13px 14px;border-radius:14px;background:#fff;color:#4E5F7A;font-weight:700}.mobile-nav a.active{color:#289CFF;background:#EEF7FF}.container,.section{max-width:1200px;margin:0 auto;padding:34px 18px}.hero-section{max-width:1200px;margin:28px auto 36px;border-radius:20px;background:#fff;box-shadow:0 18px 40px rgba(56,92,138,.12);overflow:hidden;position:relative;display:grid;gap:26px;padding:28px}.hero-copy{display:flex;flex-direction:column;justify-content:center}.eyebrow,.tag{display:inline-flex;width:max-content;align-items:center;border-radius:999px;background:#EEF7FF;color:#289CFF;font-weight:800;font-size:13px;padding:6px 12px}.hero-section h1,.page-hero h1{font-size:32px;line-height:1.22;margin:16px 0;color:#289CFF}.hero-section p,.page-hero p,.lead{color:#66788A;margin:0 0 16px}.hero-tags{display:flex;flex-wrap:wrap;gap:10px;margin:14px 0 22px}.hero-media{background:#F5F7FB;border-radius:18px;padding:12px;border:1px solid rgba(40,156,255,.14)}.hero-media img,.content-img,.zone-card img,.app-section img,.hero-section img{max-width:100%;height:auto;object-fit:contain;border-radius:16px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:20px}.section-title,h2,h3{color:#289CFF}.section-title,h2{font-size:26px;margin:0 0 8px}.section-head p{margin:0;color:#66788A;max-width:720px}.grid{display:grid;gap:18px}.grid.two,.grid.three,.grid.four{grid-template-columns:1fr}.card,.zone-card,.info-card,.review-card,.faq-item{background:rgba(255,255,255,.92);border:1px solid rgba(40,156,255,.16);box-shadow:0 14px 36px rgba(56,92,138,.10);border-radius:18px;padding:20px}.card h3,.zone-card h3,.info-card h3{margin:0 0 8px;color:#289CFF}.card p,.zone-card p,.info-card p,.review-card p,.faq-item p{color:#66788A;margin:0 0 12px}.text-link{color:#289CFF;font-weight:800}.split{display:grid;gap:24px;align-items:center;background:#fff;border-radius:22px;padding:22px;box-shadow:var(--shadow);border:1px solid rgba(40,156,255,.14)}.steps{counter-reset:step;display:grid;gap:14px}.step{position:relative;padding:16px 16px 16px 56px;background:#fff;border-radius:16px;border:1px solid rgba(40,156,255,.16)}.step:before{counter-increment:step;content:counter(step);position:absolute;left:16px;top:16px;width:28px;height:28px;border-radius:50%;background:#289CFF;color:#fff;display:grid;place-items:center;font-weight:800}.notice{background:#EEF7FF;border:1px solid rgba(40,156,255,.18);border-radius:18px;padding:20px;color:#4E5F7A}.page-hero{max-width:1200px;margin:28px auto 12px;padding:30px 20px;background:#fff;border-radius:20px;box-shadow:var(--shadow)}.content-section{max-width:1200px;margin:0 auto;padding:22px 18px}.content-section h2{margin-top:0}.checklist{display:grid;gap:12px;padding:0;margin:0;list-style:none}.checklist li{background:#fff;border:1px solid rgba(40,156,255,.16);border-radius:14px;padding:13px 14px;color:#66788A}.faq-list{display:grid;gap:14px}.faq-item h3{font-size:18px;margin:0 0 8px}.site-footer{margin-top:48px;background:#243447;color:#EAF3FF}.footer-inner{max-width:1200px;margin:0 auto;padding:36px 18px;display:grid;gap:28px}.footer-brand img{width:150px;margin-bottom:14px}.footer-brand p{color:#C8D8EA;max-width:520px}.footer-links{display:grid;gap:20px}.footer-links h3{color:#EAF3FF;margin:0 0 10px}.footer-links a{display:block;color:#C8D8EA;margin:6px 0}.footer-note{border-top:1px solid rgba(234,243,255,.14);max-width:1200px;margin:0 auto;padding:18px;color:#C8D8EA;font-size:14px}.cta{background:#fff;border-radius:22px;padding:28px;text-align:center;box-shadow:var(--shadow)}@media(min-width:760px){.grid.two{grid-template-columns:repeat(2,1fr)}.grid.three{grid-template-columns:repeat(2,1fr)}.grid.four{grid-template-columns:repeat(2,1fr)}.hero-section{grid-template-columns:1.05fr .95fr;padding:34px}.split{grid-template-columns:1fr 1fr}.footer-inner{grid-template-columns:1fr 1.2fr}.footer-links{grid-template-columns:repeat(3,1fr)}}@media(min-width:1080px){.desktop-nav{display:flex}.menu-toggle{display:none}.grid.three{grid-template-columns:repeat(3,1fr)}.grid.four{grid-template-columns:repeat(4,1fr)}.hero-section h1,.page-hero h1{font-size:46px}.brand-logo img{width:154px}.header-inner{padding:0 26px}}@media(max-width:420px){body{padding-top:68px}.header-inner{height:68px;padding:0 12px;gap:10px}.brand-logo{position:absolute;left:50%;transform:translateX(-50%)}.brand-logo img{width:116px}.top-register{min-width:70px;padding:0 16px}.hero-section{margin:18px 12px;padding:20px}.hero-section h1,.page-hero h1{font-size:28px}.section-head{display:block}.card,.zone-card,.info-card,.review-card{padding:18px}}
