
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#E6EBF2;color:#243447;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif;line-height:1.75;overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}.site-header{position:sticky;top:0;z-index:9999;background:#F5F7FB;border-bottom:1px solid rgba(40,156,255,.12);box-shadow:0 10px 28px rgba(56,92,138,.08)}.header-inner{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:72px}.logo{flex:0 0 auto}.logo img{max-height:52px;width:auto}.nav-wrap{flex:1 1 auto;min-width:0;display:flex;justify-content:center}.nav{display:flex;align-items:center;gap:20px;white-space:nowrap;flex-wrap:nowrap}.nav-link{color:#4E5F7A;font-weight:700;font-size:15px;padding:24px 0;display:block}.nav-link.active,.nav-link:hover{color:#289CFF}.nav-link.active:after{content:"";display:block;height:3px;border-radius:3px;background:#289CFF;margin-top:8px}.header-action{flex:0 0 auto;display:flex;align-items:center}.main-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:10px 22px;background:linear-gradient(180deg,#32D1F6 0%,#27B9F4 35%,#249BFF 100%);color:#fff;font-weight:800;box-shadow:0 12px 24px rgba(36,155,255,.24)}.dropdown{position:relative}.dropdown-menu{position:absolute;top:100%;left:0;min-width:180px;background:#fff;border:1px solid rgba(40,156,255,.12);border-radius:14px;box-shadow:0 18px 38px rgba(56,92,138,.16);z-index:10000;opacity:0;visibility:hidden;transform:translateY(10px);transition:.2s;overflow:hidden}.dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu a{display:block;padding:12px 16px;color:#4E5F7A;white-space:nowrap}.dropdown-menu a:hover{color:#289CFF;background:rgba(40,156,255,.08)}.menu-toggle{display:none;background:transparent;border:0;width:40px;height:40px;padding:8px}.menu-toggle span{display:block;height:2px;background:#289CFF;margin:6px 0;border-radius:4px}.page-main{padding-top:24px}.container{max-width:1200px;margin:0 auto;padding:0 20px}.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;z-index:1}.slide{display:none}.slide.active{display:block}.slide-img{height:470px;background:#fff;display:flex;align-items:center;justify-content:center}.slide-img img{width:100%;height:100%;object-fit:contain;background:#fff}.slide-copy{position:absolute;left:36px;bottom:34px;max-width:430px;background:rgba(255,255,255,.86);border:1px solid rgba(40,156,255,.14);border-radius:18px;padding:20px;box-shadow:0 18px 38px rgba(56,92,138,.13)}.slide-copy h1,.slide-copy h2{margin:0 0 8px;color:#289CFF;font-size:30px;line-height:1.25}.slide-copy p{margin:0;color:#243447}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border:0;border-radius:50%;background:#fff;color:#289CFF;font-size:24px;box-shadow:0 8px 24px rgba(56,92,138,.18);cursor:pointer}.prev{left:16px}.next{right:16px}.slider-dots{position:absolute;right:28px;bottom:26px;display:flex;gap:9px}.slider-dots button{width:10px;height:10px;border-radius:50%;border:0;background:#DDE4EE;cursor:pointer}.slider-dots button.active{background:#289CFF;width:26px;border-radius:12px}.section{margin:34px 0}.section-title{font-size:30px;margin:0 0 14px;color:#289CFF;line-height:1.3}.lead{font-size:17px;color:#66788A;max-width:820px}.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:24px}.grid{display:grid;gap:20px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-5{grid-template-columns:repeat(5,1fr)}h1,h2,h3,.section-title{color:#289CFF}h1{font-size:38px;line-height:1.25;margin:0 0 18px}h2{font-size:28px;margin:0 0 14px}h3{font-size:21px;margin:0 0 10px}p{margin:0 0 14px}.muted{color:#66788A}.small{color:#8A9AAF;font-size:14px}.tag{display:inline-flex;color:#289CFF;background:rgba(40,156,255,.10);border-radius:999px;padding:4px 12px;font-size:13px;font-weight:800;margin-bottom:10px}.content-img{border-radius:18px;background:#fff;width:100%;max-height:360px;object-fit:contain;border:1px solid rgba(40,156,255,.12);padding:8px}.zone-card img,.app-section img{width:100%;height:220px;object-fit:contain;background:#fff;border-radius:16px;margin-bottom:14px}.link-more{color:#289CFF;font-weight:800}.split{display:grid;grid-template-columns:1.05fr .95fr;gap:26px;align-items:center}.steps{counter-reset:step;display:grid;gap:16px}.step{position:relative;padding:20px 20px 20px 76px;background:#fff;border:1px solid rgba(40,156,255,.15);border-radius:18px}.step:before{counter-increment:step;content:counter(step);position:absolute;left:20px;top:22px;width:36px;height:36px;border-radius:50%;background:rgba(40,156,255,.12);color:#289CFF;display:flex;align-items:center;justify-content:center;font-weight:900}.faq details{background:#fff;border:1px solid rgba(40,156,255,.15);border-radius:18px;padding:18px 20px;margin-bottom:14px}.faq summary{cursor:pointer;color:#289CFF;font-weight:900}.notice{background:#DDE4EE;border-left:4px solid #289CFF;border-radius:18px;padding:22px;color:#243447}.site-footer{margin-top:52px;background:#243447;color:#EAF3FF}.footer-inner{max-width:1200px;margin:0 auto;padding:38px 20px;display:grid;grid-template-columns:1.1fr 1fr;gap:30px}.footer-brand img{max-height:52px;margin-bottom:14px}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.footer-links a{color:#EAF3FF;background:rgba(255,255,255,.08);border-radius:12px;padding:10px 12px}.footer-note{max-width:1200px;margin:0 auto;padding:16px 20px 26px;color:#CFE1F6;border-top:1px solid rgba(255,255,255,.1)}.drawer-mask{position:fixed;inset:0;background:rgba(36,52,71,.36);z-index:10000;opacity:0;visibility:hidden;transition:.25s}.mobile-drawer{position:fixed;top:0;left:0;width:84vw;max-width:320px;height:100vh;background:#fff;z-index:10001;transform:translateX(-105%);transition:.28s;box-shadow:20px 0 50px rgba(36,52,71,.18);overflow:auto}.drawer-open .drawer-mask{opacity:1;visibility:visible}.drawer-open .mobile-drawer{transform:translateX(0)}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:18px;border-bottom:1px solid rgba(40,156,255,.12)}.drawer-close{border:0;background:#EEF2F7;color:#289CFF;border-radius:50%;width:36px;height:36px;font-size:24px}.drawer-nav{display:grid;padding:14px}.drawer-nav a{padding:13px 12px;border-radius:12px;color:#4E5F7A;font-weight:800}.drawer-nav a.active,.drawer-nav a:hover{background:rgba(40,156,255,.08);color:#289CFF}@media(max-width:1080px){.nav{gap:13px}.nav-link{font-size:14px}.header-inner{gap:14px}.grid-5{grid-template-columns:repeat(3,1fr)}}@media(max-width:860px){.nav-wrap{display:none}.menu-toggle{display:block;flex:0 0 auto}.header-inner{min-height:66px;display:grid;grid-template-columns:46px 1fr auto;gap:8px}.header-inner>.logo{justify-self:center}.logo img{max-height:44px}.main-btn{padding:8px 16px}.page-main{padding-top:12px}.container{padding:0 14px}.banner-slider{margin:18px 14px 26px;border-radius:16px}.slide-img{height:230px}.slide-copy{position:static;max-width:none;border:0;border-top:1px solid rgba(40,156,255,.12);border-radius:0;box-shadow:none;background:#fff;padding:16px}.slide-copy h1,.slide-copy h2{font-size:23px}.slider-arrow{width:36px;height:36px;font-size:20px;top:115px}.slider-dots{position:static;justify-content:center;background:#fff;padding:10px 0 16px}.split,.grid-2,.grid-3,.grid-4,.grid-5,.footer-inner{grid-template-columns:1fr}.section{margin:24px 0}h1{font-size:29px}.section-title,h2{font-size:24px}.card,.zone-card,.info-card,.review-card{padding:18px;border-radius:18px}.step{padding:18px 18px 18px 70px}.step:before{left:18px;top:20px}.zone-card img,.app-section img{height:190px}.footer-links{grid-template-columns:1fr 1fr}}@media(max-width:420px){.slide-img{height:190px}.header-inner{padding:0 12px}.main-btn{padding:7px 13px}.step{padding-left:18px;padding-top:68px}.step:before{left:18px;top:18px}.footer-links{grid-template-columns:1fr}}
