*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;background:#E6EBF2;color:#243447;line-height:1.75}a{text-decoration:none;color:#289CFF}main{padding-top:16px}.site-header{position:sticky;top:0;z-index:9999;background:#F5F7FB;backdrop-filter:blur(10px);box-shadow:0 8px 24px rgba(56,92,138,.10)}.header-inner{max-width:1240px;margin:auto;display:flex;align-items:center;gap:22px;padding:12px 20px}.logo img{max-height:52px;width:auto;display:block}.nav{flex:1;display:flex;align-items:center;justify-content:center;gap:4px;flex-wrap:wrap}.nav a{color:#4E5F7A;font-weight:700;padding:8px 10px;border-radius:999px;position:relative;white-space:nowrap}.nav a.active,.nav a:hover{color:#289CFF;background:rgba(40,156,255,.08)}.nav a.active:after{content:"";position:absolute;left:18px;right:18px;bottom:2px;height:2px;background:#289CFF;border-radius:9px}.main-btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#32D1F6 0%,#27B9F4 35%,#249BFF 100%);color:#fff!important;border-radius:999px;padding:10px 22px;font-weight:800;box-shadow:0 10px 24px rgba(36,155,255,.25);transition:.2s}.main-btn:hover{background:linear-gradient(180deg,#48D9F7 0%,#1E90F0 100%);transform:translateY(-1px)}.mobile-bar{display:none}.banner-slider{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}.slide{display:none;position:relative}.slide.active{display:block}.banner-slider img{width:100%;height:auto;display:block;object-fit:contain;background:#fff}.banner-caption,.banner-text,.slide-title,.slide-desc,.slide-content,.slide-card,.banner-card{display:none!important}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);border:0;width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,.85);color:#289CFF;font-size:28px;cursor:pointer;box-shadow:0 10px 24px rgba(56,92,138,.18)}.slider-arrow.prev{left:16px}.slider-arrow.next{right:16px}.slider-dots{position:absolute;left:0;right:0;bottom:14px;display:flex;justify-content:center;gap:8px}.dot{width:10px;height:10px;border-radius:50%;border:0;background:rgba(255,255,255,.72);cursor:pointer}.dot.active{background:#289CFF}.section{max-width:1200px;margin:0 auto 34px;padding:0 20px}.panel{background:#F5F7FB;border-radius:26px;padding:34px;box-shadow:0 14px 36px rgba(56,92,138,.10)}h1,h2,h3,.section-title{color:#289CFF;line-height:1.25;margin:0 0 16px}h1{font-size:clamp(30px,5vw,52px)}h2{font-size:clamp(24px,3vw,36px)}h3{font-size:22px}p{margin:0 0 14px}.muted{color:#66788A}.small{color:#8A9AAF;font-size:14px}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.grid.three{grid-template-columns:repeat(3,1fr)}.grid.two{grid-template-columns:repeat(2,1fr)}.card,.zone-card,.info-card,.review-card{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:22px;padding:22px}.zone-card{display:flex;flex-direction:column;height:100%}.zone-card img{width:100%;height:260px;display:block;border-radius:18px;object-fit:contain;object-position:center;background:#fff;margin-bottom:18px}.zone-card a{margin-top:auto;font-weight:800}.content-img,.app-section img,.banner-slider img{max-width:100%;height:auto}.hero-split{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center}.hero-split img{width:100%;border-radius:24px;object-fit:contain;background:#fff;box-shadow:0 14px 36px rgba(56,92,138,.10)}.steps{counter-reset:item;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.step{background:#fff;border-radius:20px;padding:22px;border:1px solid rgba(40,156,255,.16)}.step:before{counter-increment:item;content:counter(item,decimal-leading-zero);display:block;color:#289CFF;font-size:26px;font-weight:900;margin-bottom:8px}.faq-list details{background:#fff;border:1px solid rgba(40,156,255,.16);border-radius:18px;padding:18px 20px;margin-bottom:12px}.faq-list summary{cursor:pointer;font-weight:800;color:#243447}.notice{border-left:4px solid #289CFF;background:#fff;border-radius:18px;padding:20px;color:#66788A}.footer{background:#243447;color:#EAF3FF;margin-top:40px}.footer-inner{max-width:1200px;margin:auto;padding:38px 20px}.footer-brand{display:flex;gap:22px;align-items:center;flex-wrap:wrap}.footer-brand img{max-height:52px}.footer-brand p{max-width:760px;color:#EAF3FF}.footer-links{display:flex;gap:18px;flex-wrap:wrap;margin:20px 0}.footer a{color:#EAF3FF}.footer-note{color:#dbe9f9;font-size:14px}.mobile-drawer,.drawer-mask{display:none}@media(max-width:980px){.header-inner{display:none}.mobile-bar{display:grid;grid-template-columns:64px 1fr auto;align-items:center;gap:12px;padding:10px 14px}.mobile-logo{justify-self:center}.mobile-logo img{max-height:46px}.menu-toggle{width:42px;height:42px;border:0;border-radius:12px;background:#fff;display:flex;flex-direction:column;justify-content:center;gap:5px;padding:0 10px;box-shadow:0 8px 18px rgba(56,92,138,.12)}.menu-toggle span{height:2px;background:#4E5F7A;border-radius:6px}.top-btn{padding:8px 16px}.drawer-mask{display:block;position:fixed;inset:0;background:rgba(0,0,0,.42);z-index:10000;opacity:0;pointer-events:none;transition:.25s}.mobile-drawer{display:block;position:fixed;top:0;bottom:0;left:0;width:84vw;max-width:320px;background:#fff;z-index:10001;transform:translateX(-105%);transition:.28s;box-shadow:18px 0 38px rgba(0,0,0,.18);overflow:auto}.drawer-open{overflow:hidden}.drawer-open .drawer-mask{opacity:1;pointer-events:auto}.drawer-open .mobile-drawer{transform:translateX(0)}.drawer-head{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #EEF2F7}.drawer-head img{max-height:48px}.drawer-close{border:0;background:#EEF2F7;border-radius:50%;width:36px;height:36px;font-size:24px;color:#4E5F7A}.drawer-nav{display:grid;padding:12px}.drawer-nav a{padding:13px 14px;border-radius:14px;color:#4E5F7A;font-weight:800}.drawer-nav a:hover{background:#EEF2F7;color:#289CFF}.grid,.grid.three{grid-template-columns:repeat(2,1fr)}.hero-split{grid-template-columns:1fr}.steps{grid-template-columns:1fr 1fr}}@media(max-width:760px){main{padding-top:8px}.section{padding:0 14px;margin-bottom:24px}.panel{padding:24px 18px}.grid,.grid.three,.grid.two{grid-template-columns:1fr}.steps{grid-template-columns:1fr}.zone-card img{height:220px}.slider-arrow{width:34px;height:34px;font-size:22px}.footer-brand{display:block}}