*{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,.14);box-shadow:0 8px 24px rgba(56,92,138,.08)}.container{width:min(1200px,calc(100% - 32px));margin:0 auto}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:72px}.logo{flex:0 0 auto;display:flex;align-items:center}.logo img{max-height:52px;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:22px;white-space:nowrap;flex-wrap:nowrap}.nav>a,.dropbtn{font-size:15px;color:#4E5F7A;font-weight:650;padding:24px 0;display:inline-flex;align-items:center;gap:5px;border:0;background:transparent;cursor:pointer}.nav a.active,.dropbtn.active,.nav a:hover,.dropbtn:hover{color:#289CFF}.nav a.active:after{content:"";display:block;height:3px;background:#289CFF;border-radius:999px;position:absolute}.dropdown,.more-dropdown{position:relative}.dropdown-menu,.more-menu{position:absolute;top:100%;left:0;min-width:180px;background:#FFFFFF;border:1px solid rgba(40,156,255,.12);border-radius:14px;box-shadow:0 18px 38px rgba(56,92,138,.16);z-index:10000;display:none;padding:8px;overflow:hidden}.dropdown:hover .dropdown-menu,.dropdown:focus-within .dropdown-menu,.more-dropdown:hover .more-menu,.more-dropdown:focus-within .more-menu{display:block}.dropdown-menu a,.more-menu a{display:block;padding:12px 16px;color:#4E5F7A;white-space:nowrap;border-radius:10px;font-size:14px}.dropdown-menu a:hover,.more-menu a:hover,.dropdown-menu a.active,.more-menu a.active{color:#289CFF;background:rgba(40,156,255,.08)}.header-action{flex:0 0 auto;display:flex;align-items:center}.main-btn,.ghost-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 22px;border-radius:999px;font-weight:800;white-space:nowrap}.main-btn{background:linear-gradient(180deg,#32D1F6 0%,#27B9F4 35%,#249BFF 100%);color:#FFFFFF;box-shadow:0 12px 24px rgba(36,155,255,.25)}.ghost-btn{color:#289CFF;border:1px solid rgba(40,156,255,.3);background:#fff}.mobile-menu-btn{display:none;width:42px;height:42px;border:0;background:#fff;border-radius:12px;box-shadow:0 8px 20px rgba(56,92,138,.12);align-items:center;justify-content:center;flex-direction:column;gap:5px}.mobile-menu-btn span{width:20px;height:2px;background:#4E5F7A;border-radius:2px}.drawer-mask{position:fixed;inset:0;background:rgba(36,52,71,.42);z-index:10001;display:none}.drawer{position:fixed;left:0;top:0;height:100vh;width:84vw;max-width:320px;background:#FFFFFF;z-index:10002;transform:translateX(-104%);transition:transform .26s ease;box-shadow:18px 0 42px rgba(36,52,71,.16);padding:18px;overflow:auto}.drawer.open{transform:translateX(0)}.drawer-mask.show{display:block}.drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.drawer-head img{max-height:48px}.drawer-close{width:38px;height:38px;border:0;border-radius:12px;background:#EEF2F7;color:#4E5F7A;font-size:24px}.drawer a{display:block;color:#4E5F7A;font-weight:700;padding:13px 10px;border-bottom:1px solid rgba(40,156,255,.08)}.drawer a.active{color:#289CFF}.hero-pad{padding-top:28px}.banner-slider{max-width:1200px;margin:28px auto 36px;border-radius:20px;background:#FFFFFF;box-shadow:0 18px 40px rgba(56,92,138,.12);overflow:hidden;position:relative;border:1px solid rgba(40,156,255,.12)}.slides{position:relative}.slide{display:none}.slide.active{display:block}.slide img{width:100%;height:420px;object-fit:contain;background:#FFFFFF}.slide-caption{position:absolute;left:42px;bottom:34px;background:rgba(255,255,255,.9);border:1px solid rgba(40,156,255,.16);border-radius:18px;padding:18px 22px;max-width:440px;box-shadow:0 14px 28px rgba(56,92,138,.12)}.slide-caption h1,.slide-caption h2{margin:0 0 6px;color:#289CFF;font-size:30px;line-height:1.25}.slide-caption p{margin:0;color:#4E5F7A}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border:0;border-radius:50%;background:#fff;color:#289CFF;font-size:28px;box-shadow:0 10px 22px rgba(56,92,138,.18);cursor:pointer;z-index:5}.slider-arrow.prev{left:18px}.slider-arrow.next{right:18px}.slider-dots{position:absolute;left:0;right:0;bottom:14px;display:flex;justify-content:center;gap:8px;z-index:6}.slider-dots button{width:10px;height:10px;border-radius:50%;border:0;background:#DDE4EE;cursor:pointer}.slider-dots button.active{background:#289CFF;width:24px;border-radius:999px}.section{padding:42px 0}.section.compact{padding:24px 0}.section-title{color:#289CFF;font-size:32px;line-height:1.25;margin:0 0 12px}.section-lead{color:#66788A;max-width:820px;margin:0 0 24px}.grid{display:grid;gap:22px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.card,.zone-card,.info-card,.review-card,.faq-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}.card h3,.zone-card h3,.info-card h3,.review-card h3,.faq-card h3{color:#289CFF;margin:0 0 10px;font-size:21px}.card p,.zone-card p,.info-card p,.review-card p,.faq-card p{margin:0 0 12px;color:#243447}.muted{color:#66788A}.note{color:#8A9AAF;font-size:14px}.text-link{color:#289CFF;font-weight:800}.content-img,.zone-card img,.app-section img{max-width:100%;height:auto;border-radius:18px;background:#FFFFFF;border:1px solid rgba(40,156,255,.12);object-fit:contain}.zone-card img{margin-bottom:14px}.split{display:grid;grid-template-columns:1.06fr .94fr;gap:28px;align-items:center}.pill-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.pill{background:#EEF2F7;color:#289CFF;border:1px solid rgba(40,156,255,.15);border-radius:999px;padding:7px 12px;font-weight:800;font-size:14px}.steps{counter-reset:item;display:grid;gap:14px}.step{position:relative;padding-left:58px}.step:before{counter-increment:item;content:counter(item);position:absolute;left:0;top:0;width:38px;height:38px;border-radius:14px;background:#EEF2F7;color:#289CFF;display:flex;align-items:center;justify-content:center;font-weight:900}.page-hero{padding:54px 0 20px}.page-hero .card{padding:34px}.page-hero h1{font-size:40px;color:#289CFF;line-height:1.2;margin:0 0 14px}.page-hero p{max-width:860px;color:#4E5F7A;margin:0}.footer{background:#243447;color:#EAF3FF;margin-top:50px;padding:44px 0 22px}.footer .logo img{max-height:48px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:26px}.footer h3{margin:0 0 12px;color:#FFFFFF}.footer a{display:block;color:#EAF3FF;margin:8px 0}.footer p{color:#EAF3FF;margin:0 0 10px}.footer-note{border-top:1px solid rgba(234,243,255,.16);margin-top:28px;padding-top:18px;color:#EAF3FF;font-size:14px}.safe-strip{background:#DDE4EE;border:1px solid rgba(40,156,255,.16);border-radius:20px;padding:18px 20px;color:#4E5F7A}.contact-box{display:grid;gap:14px}.contact-line{padding:16px;border-radius:16px;background:#EEF2F7}.register-page{min-height:58vh;display:flex;align-items:center}.mobile-caption{display:none}.content-img{width:100%}
@media (max-width:1080px){.nav{gap:15px}.nav>a,.dropbtn{font-size:14px}.slide img{height:360px}.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:860px){.header-inner{gap:10px;min-height:66px}.nav-wrap{display:none}.mobile-menu-btn{display:flex}.logo img{max-height:46px}.main-btn{min-height:38px;padding:0 15px}.header-inner .logo{position:absolute;left:50%;transform:translateX(-50%)}.split,.grid-2,.grid-3,.grid-4,.footer-grid{grid-template-columns:1fr}.section{padding:30px 0}.page-hero h1{font-size:31px}.slide img{height:auto;min-height:0;aspect-ratio:16/9}.slide-caption{display:none}.mobile-caption{display:block;padding:18px 18px 54px;background:#fff}.mobile-caption h1,.mobile-caption h2{font-size:24px;line-height:1.25;color:#289CFF;margin:0 0 8px}.mobile-caption p{color:#4E5F7A;margin:0}.banner-slider{margin:18px auto 26px;border-radius:18px}.slider-arrow{width:36px;height:36px;font-size:23px}.slider-arrow.prev{left:10px}.slider-arrow.next{right:10px}.section-title{font-size:27px}.card,.zone-card,.info-card,.review-card,.faq-card{padding:20px}.page-hero{padding:30px 0 12px}.footer{padding-bottom:80px}}
@media (max-width:430px){.container{width:min(100% - 22px,1200px)}.header-action .main-btn{padding:0 13px}.logo img{max-height:38px}.mobile-menu-btn{width:38px;height:38px}.section-title{font-size:24px}.page-hero h1{font-size:27px}.slider-dots{bottom:10px}.mobile-caption{padding-bottom:48px}}
