*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#E6EBF2;color:#243447;font-family:"Microsoft YaHei",Arial,sans-serif;line-height:1.75;overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}main{padding-top:24px}.site-header{position:sticky;top:0;z-index:9999;background:#F5F7FB;box-shadow:0 8px 24px rgba(56,92,138,.10);backdrop-filter:blur(10px)}.header-inner{max-width:1240px;margin:0 auto;padding:0 24px;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:18px;white-space:nowrap;flex-wrap:nowrap;margin:0;padding:0;list-style:none}.nav a,.more-dropdown button{color:#4E5F7A;font-weight:700;font-size:14px;padding:24px 0 21px;border:0;background:transparent;cursor:pointer}.nav a.active,.nav a:hover,.more-dropdown button:hover{color:#289CFF}.nav a.active{border-bottom:3px solid #289CFF}.header-action{flex:0 0 auto}.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{transform:translateY(-1px);filter:brightness(1.03)}.dropdown,.more-dropdown{position:relative}.dropdown-menu,.more-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(8px);transition:.18s;padding:8px;white-space:nowrap}.dropdown-right{left:auto;right:0}.dropdown:hover .dropdown-menu,.more-dropdown:hover .more-menu,.more-dropdown:focus-within .more-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu a,.more-menu a{display:block;padding:10px 14px;color:#4E5F7A;border-radius:10px}.dropdown-menu a:hover,.more-menu a:hover{color:#289CFF;background:rgba(40,156,255,.08)}.menu-toggle{display:none;background:transparent;border:0;gap:4px;flex-direction:column;padding:8px}.menu-toggle span{width:24px;height:2px;background:#289CFF;border-radius:3px}.section{max-width:1200px;margin:0 auto 34px;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}.slides{position:relative;height:430px;background:#fff}.slide{position:absolute;inset:0;opacity:0;transition:opacity .5s}.slide.active{opacity:1;z-index:1}.banner-slider img{width:100%;height:100%;object-fit:contain;background:#fff}.slider-arrow{position:absolute;top:50%;z-index:3;transform:translateY(-50%);width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.9);color:#289CFF;font-size:28px;cursor:pointer;box-shadow:0 8px 18px rgba(56,92,138,.15)}.slider-arrow.prev{left:16px}.slider-arrow.next{right:16px}.slider-dots{position:absolute;bottom:16px;left:0;right:0;z-index:4;display:flex;justify-content:center;gap:10px}.slider-dots button{width:10px;height:10px;border:0;border-radius:50%;background:#DDE4EE;cursor:pointer}.slider-dots button.active{background:#289CFF}.section-head{margin-bottom:18px}.eyebrow{color:#289CFF;font-weight:800;letter-spacing:.08em}.section-title,h1,h2,h3{color:#289CFF;margin:0 0 12px}.section-title{font-size:30px}.lead{color:#66788A;font-size:17px}.grid{display:grid;gap:18px}.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:20px;padding:22px}.card p,.zone-card p,.info-card p,.review-card p{color:#66788A;margin:8px 0}.text-link{color:#289CFF;font-weight:800}.content-img{width:100%;border-radius:18px;background:#fff;object-fit:contain;max-height:330px;margin-top:12px}.zone-card img,.app-section img{width:100%;height:auto;object-fit:contain;background:#fff;border-radius:16px}.hero-copy{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:center}.steps{counter-reset:step;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.step{position:relative;padding-left:58px}.step:before{counter-increment:step;content:counter(step);position:absolute;left:20px;top:22px;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#289CFF;color:#fff;font-weight:800}.notice{background:#DDE4EE;border-left:4px solid #289CFF;border-radius:16px;padding:18px 20px;color:#243447}.faq-item{border-bottom:1px solid rgba(40,156,255,.14);padding:16px 0}.faq-item:last-child{border-bottom:0}.faq-item h3{font-size:18px}.site-footer{background:#243447;color:#EAF3FF;margin-top:50px}.footer-inner{max-width:1200px;margin:0 auto;padding:38px 20px}.footer-brand{display:flex;align-items:center;gap:18px}.footer-brand img{max-height:48px}.footer-brand p,.footer-note{color:#CFE0F4}.footer-links{display:flex;gap:16px;flex-wrap:wrap;margin:24px 0}.footer-links a{color:#EAF3FF}.mobile-drawer{position:fixed;left:0;top:0;bottom:0;width:84%;max-width:320px;background:#fff;z-index:10002;transform:translateX(-105%);transition:.25s;box-shadow:18px 0 40px rgba(0,0,0,.18);overflow:auto}.drawer-open .mobile-drawer{transform:translateX(0)}.drawer-mask{position:fixed;inset:0;background:rgba(0,0,0,.38);z-index:10001;opacity:0;visibility:hidden;transition:.25s}.drawer-open .drawer-mask{opacity:1;visibility:visible}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:18px;border-bottom:1px solid #EEF2F7}.drawer-head img{max-height:46px}.drawer-close{font-size:28px;border:0;background:transparent;color:#289CFF}.drawer-nav{display:grid;padding:12px}.drawer-nav a{padding:13px 12px;border-radius:12px;color:#4E5F7A;font-weight:700}.drawer-nav a:hover{background:#EEF2F7;color:#289CFF}@media(max-width:1060px){.nav-wrap{display:none}.menu-toggle{display:flex}.header-inner{min-height:64px;padding:0 14px;gap:12px}.logo{position:absolute;left:50%;transform:translateX(-50%)}.logo img{max-height:44px}.main-btn{padding:8px 16px}.slides{height:300px}.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}.hero-copy{grid-template-columns:1fr}.steps{grid-template-columns:1fr}.step{padding:16px 16px 16px 58px}.step:before{left:16px;top:18px}}@media(max-width:640px){main{padding-top:14px}.section{padding:0 14px;margin-bottom:26px}.banner-slider{margin:18px 14px 26px;border-radius:16px}.slides{height:220px}.slider-arrow{width:34px;height:34px;font-size:22px}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.card,.zone-card,.info-card,.review-card{padding:18px;border-radius:16px}.section-title{font-size:24px}.footer-brand{display:block}.footer-brand img{margin-bottom:12px}.steps{gap:14px}.step h3{line-height:1.35}.step:before{width:26px;height:26px;top:18px}}
