
*{box-sizing:border-box}html,body{margin:0;min-height:100%;overflow-x:hidden}body{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}img{max-width:100%;height:auto}main{padding-top:0}.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:1280px;margin:0 auto;min-height:74px;display:flex;align-items:center;gap:22px;padding:0 24px}.brand-logo img{height:48px;display:block}.nav{flex:1;display:flex;gap:15px;align-items:center;justify-content:center;white-space:nowrap}.nav a{color:#4E5F7A;font-weight:700;font-size:15px;position:relative;padding:24px 0}.nav a.active,.nav a:hover{color:#289CFF}.nav a.active:after,.nav a:hover:after{content:"";position:absolute;left:0;right:0;bottom:14px;height:3px;background:#289CFF;border-radius:999px}.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;box-shadow:0 10px 24px rgba(36,155,255,.25);font-weight:800;padding:11px 24px;transition:.2s;border:0}.main-btn:hover{background:linear-gradient(180deg,#48D9F7 0%,#1E90F0 100%);transform:translateY(-1px)}.mobile-header{display:none;min-height:68px;align-items:center;justify-content:space-between;padding:0 14px}.mobile-logo{position:absolute;left:50%;transform:translateX(-50%)}.mobile-logo img{height:42px}.menu-toggle{width:42px;height:42px;border:0;background:#fff;border-radius:12px;box-shadow:0 8px 22px rgba(56,92,138,.12);display:flex;flex-direction:column;justify-content:center;gap:5px;padding:0 10px}.menu-toggle span{height:2px;background:#4E5F7A;border-radius:9px}.drawer-mask{position:fixed;inset:0;background:rgba(0,0,0,.42);z-index:10000;opacity:0;visibility:hidden;transition:.25s}.drawer-mask.show{opacity:1;visibility:visible}.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 ease;box-shadow:18px 0 42px rgba(0,0,0,.18);padding:18px;overflow-y:auto}.mobile-drawer.open{transform:translateX(0)}.drawer-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.drawer-top img{height:44px}.drawer-close{width:38px;height:38px;border:0;border-radius:12px;background:#EEF2F7;color:#4E5F7A;font-size:24px}.drawer-nav{display:flex;flex-direction:column}.drawer-nav a{padding:13px 8px;border-bottom:1px solid #EEF2F7;color:#4E5F7A;font-weight:800}.drawer-nav a.active{color:#289CFF}.drawer-cta{margin-top:18px;width:100%}.no-scroll{overflow:hidden}.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%);width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.82);color:#289CFF;font-size:26px;box-shadow:0 10px 22px rgba(56,92,138,.18);cursor:pointer}.slider-arrow.prev{left:14px}.slider-arrow.next{right:14px}.slider-dots{position:absolute;left:0;right:0;bottom:14px;text-align:center}.dot{display:inline-block;width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.78);margin:0 5px;cursor:pointer}.dot.active{background:#289CFF}.section{max-width:1200px;margin:0 auto 38px;padding:0 20px}.section-block{background:rgba(255,255,255,.62);border-radius:26px;padding:36px;box-shadow:0 14px 36px rgba(56,92,138,.08)}h1,h2,h3,.section-title{color:#289CFF;line-height:1.25;margin-top:0}h1{font-size:42px;margin-bottom:18px}h2{font-size:30px;margin-bottom:18px}h3{font-size:21px}.lead{font-size:18px;color:#243447;max-width:850px}.muted{color:#66788A}.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-2{grid-template-columns:repeat(2,minmax(0,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%;min-height:420px}.zone-card .img-wrap{height:260px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:18px;margin-bottom:18px;overflow:hidden}.zone-card img{width:100%;max-height:240px;display:block;object-fit:contain;object-position:center}.zone-card h3{min-height:54px;margin:0 0 10px}.zone-card p{min-height:88px;color:#66788A;margin:0 0 14px}.zone-card a,.text-link{margin-top:auto;font-weight:800;color:#289CFF}.split{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center}.content-img{border-radius:24px;background:#fff;box-shadow:0 14px 36px rgba(56,92,138,.12);display:block;width:100%;height:auto;object-fit:contain}.pill-list{display:flex;flex-wrap:wrap;gap:12px;margin:18px 0}.pill{background:#EEF2F7;border:1px solid rgba(40,156,255,.14);color:#289CFF;border-radius:999px;padding:9px 14px;font-weight:800}.steps{counter-reset:s;display:grid;gap:16px}.step{background:#fff;border-radius:18px;padding:18px;border:1px solid rgba(40,156,255,.14)}.step:before{counter-increment:s;content:counter(s,decimal-leading-zero);display:inline-flex;color:#289CFF;font-weight:900;margin-right:12px}.notice{background:#DDE4EE;border-left:5px solid #289CFF;border-radius:18px;padding:20px;color:#243447}.faq-item{background:#fff;border-radius:18px;padding:20px;margin-bottom:16px;border:1px solid rgba(40,156,255,.14)}.site-footer{background:#243447;color:#EAF3FF;margin-top:58px}.footer-inner{max-width:1200px;margin:0 auto;padding:40px 20px;display:flex;gap:30px;justify-content:space-between}.footer-brand{max-width:560px}.footer-brand img{height:50px;background:#fff;border-radius:12px;padding:6px;margin-bottom:12px}.footer-brand p,.footer-links a{color:#EAF3FF}.footer-links{display:grid;gap:10px;align-content:start}@media(max-width:1100px){.desktop-header{display:none}.mobile-header{display:flex}.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}h1{font-size:34px}.split{grid-template-columns:1fr}}@media(max-width:760px){.section{padding:0 14px;margin-bottom:28px}.section-block{padding:24px;border-radius:22px}.grid,.grid-3,.grid-2{grid-template-columns:1fr}.zone-card{min-height:auto}.zone-card .img-wrap{height:220px}.zone-card img{max-height:205px}.zone-card h3,.zone-card p{min-height:auto}.banner-slider{margin:18px 14px 28px;border-radius:16px}.slider-arrow{width:34px;height:34px;font-size:22px}.mobile-btn{padding:9px 15px}.footer-inner{display:block}h1{font-size:28px}h2{font-size:24px}}
