*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#E6EBF2;color:#243447;font:16px/1.75 Arial,"Microsoft YaHei",sans-serif;overflow-x:hidden}a{text-decoration:none;color:inherit}.container{width:min(1200px,calc(100% - 32px));margin:auto}.site-header{position:sticky;top:0;z-index:9999;background:#F5F7FB;border-bottom:1px solid rgba(40,156,255,.12);box-shadow:0 6px 18px rgba(56,92,138,.08)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:22px;min-height:72px}.logo{flex:0 0 auto}.logo img{max-height:50px;width:auto;display:block}.nav-wrap{flex:1 1 auto;min-width:0;display:flex;justify-content:center}.nav{display:flex;align-items:center;gap:18px;white-space:nowrap;flex-wrap:nowrap}.nav>a,.dropdown>a{color:#4E5F7A;font-weight:600;padding:23px 0 19px;border-bottom:3px solid transparent}.nav a:hover,.nav .active{color:#289CFF;border-color:#289CFF}.header-action{flex:0 0 auto}.main-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 22px;border-radius:999px;background:linear-gradient(180deg,#32D1F6 0%,#27B9F4 35%,#249BFF 100%);color:#fff!important;font-weight:700;box-shadow:0 10px 22px rgba(36,155,255,.24)}.dropdown{position:relative}.dropdown-menu{display:none;position:absolute;top:100%;left:-18px;min-width:180px;padding:8px;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}.dropdown:hover .dropdown-menu{display:block}.dropdown-menu a{display:block;padding:10px 14px;color:#4E5F7A;border-radius:10px}.dropdown-menu a:hover{color:#289CFF;background:rgba(40,156,255,.08)}.menu-toggle{display:none;background:none;border:0;padding:8px}.menu-toggle span{display:block;width:24px;height:2px;background:#4E5F7A;margin:5px}.mobile-drawer,.drawer-overlay{display:none}.section{padding:64px 0}.section.alt{background:#EEF2F7}.hero{padding:32px 0 20px}.banner-slider{max-width:1200px;margin:0 auto;border-radius:22px;background:#fff;box-shadow:0 18px 40px rgba(56,92,138,.12);overflow:hidden;position:relative}.slides{position:relative;min-height:420px}.slide{display:none}.slide.active{display:block}.slide img{width:100%;height:420px;object-fit:contain;background:#fff;display:block}.slide-caption{position:absolute;left:34px;bottom:34px;max-width:430px;background:rgba(255,255,255,.94);padding:22px;border-radius:16px;box-shadow:0 12px 30px rgba(36,52,71,.16)}.slide-caption h2{margin:0 0 8px}.slider-btn{position:absolute;top:50%;transform:translateY(-50%);border:0;width:46px;height:46px;border-radius:50%;background:rgba(255,255,255,.92);color:#289CFF;font-size:28px;cursor:pointer}.prev{left:18px}.next{right:18px}.dots{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);display:flex;gap:8px}.dot{width:10px;height:10px;border:0;border-radius:50%;background:#c5d7e7}.dot.active{background:#289CFF}.mobile-caption{display:none}.eyebrow{color:#289CFF;font-weight:700;letter-spacing:.08em}.section-title,h1,h2,h3{color:#289CFF}.section-title{font-size:34px;margin:0 0 12px}.lead{font-size:18px;color:#66788A;max-width:800px}.split{display:grid;grid-template-columns:1.1fr .9fr;gap:32px;align-items:center}.content-img{width:100%;max-height:420px;object-fit:contain;background:#fff;border-radius:18px;box-shadow:0 14px 36px rgba(56,92,138,.10)}.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)}.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:18px;padding:24px}.card h3,.zone-card h3,.info-card h3,.review-card h3{margin-top:0}.text-link{color:#289CFF;font-weight:700}.steps{counter-reset:s}.step{position:relative;padding-left:58px}.step:before{counter-increment:s;content:counter(s);position:absolute;left:0;top:0;width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#289CFF;color:#fff;font-weight:700}.notice{background:#DDE4EE;border-left:4px solid #289CFF;padding:20px;border-radius:14px}.faq details{background:#fff;border:1px solid rgba(40,156,255,.16);border-radius:14px;padding:16px 18px;margin-bottom:12px}.faq summary{cursor:pointer;font-weight:700;color:#289CFF}.page-hero{padding:70px 0 40px}.page-hero .inner{background:#fff;border-radius:22px;padding:42px;box-shadow:0 16px 38px rgba(56,92,138,.12)}footer{background:#243447;color:#EAF3FF;padding:52px 0 24px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:32px}.footer-brand img{max-height:48px}.footer-grid h3{color:#fff}.footer-grid a{display:block;color:#EAF3FF;margin:8px 0}.legal{margin-top:30px;padding-top:20px;border-top:1px solid rgba(234,243,255,.16);font-size:14px;color:#cbd9e8}.pill-list{display:flex;flex-wrap:wrap;gap:10px}.pill{padding:8px 14px;border-radius:999px;background:#EEF2F7;color:#4E5F7A}.review-card p{margin-bottom:0}.small{color:#8A9AAF;font-size:14px}
@media(max-width:1080px){.nav{gap:12px;font-size:14px}.nav-wrap{justify-content:flex-end}.split{grid-template-columns:1fr}.grid-4{grid-template-columns:repeat(2,1fr)}}
@media(max-width:860px){.nav-wrap{display:none}.menu-toggle{display:block}.header-inner{display:grid;grid-template-columns:1fr auto 1fr}.logo{justify-self:center}.header-action{justify-self:end}.mobile-drawer{display:block;position:fixed;left:0;top:0;bottom:0;width:84%;max-width:320px;background:#fff;z-index:12000;transform:translateX(-105%);transition:.3s;overflow:auto}.mobile-drawer.open{transform:translateX(0)}.drawer-overlay{display:block;position:fixed;inset:0;background:rgba(20,40,60,.4);z-index:11000;opacity:0;visibility:hidden;transition:.3s}.drawer-overlay.show{opacity:1;visibility:visible}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:18px;border-bottom:1px solid #e7edf3}.drawer-head img{max-height:42px}.drawer-close{font-size:30px;border:0;background:none;color:#4E5F7A}.mobile-drawer nav{padding:14px}.mobile-drawer nav a{display:block;padding:12px;border-radius:10px;color:#4E5F7A}.mobile-drawer nav a:hover{background:#EEF2F7;color:#289CFF}.drawer-open{overflow:hidden}.slide-caption{display:none}.mobile-caption{display:block;padding:20px;background:#fff}.slides{min-height:auto}.slide img{height:auto;min-height:220px}.slider-btn{width:40px;height:40px}.dots{bottom:10px}.grid-3{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.container{width:min(100% - 24px,1200px)}.header-inner{gap:8px;min-height:66px}.logo img{max-height:38px;max-width:120px}.main-btn{padding:0 16px;min-height:38px}.section{padding:44px 0}.section-title{font-size:28px}.page-hero .inner{padding:26px}.grid-2,.grid-3,.grid-4,.footer-grid{grid-template-columns:1fr}.step{padding-left:54px}.slide img{min-height:180px}.slider-btn{top:42%}}
