*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#E6EBF2;color:#243447;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;line-height:1.75}a{color:#289CFF;text-decoration:none}img{max-width:100%;height:auto}.wrap{width:min(1200px,calc(100% - 32px));margin:0 auto}.site-header{position:sticky;top:0;z-index:9999;background:#F5F7FB;backdrop-filter:blur(10px);box-shadow:0 8px 24px rgba(56,92,138,0.10)}.desktop-top{height:78px;display:flex;align-items:center;gap:22px}.brand-logo img{width:142px;display:block}.nav{flex:1;display:flex;align-items:center;gap:2px;justify-content:center;flex-wrap:wrap}.nav a{position:relative;padding:8px 9px;color:#4E5F7A;font-size:14px;font-weight:700;white-space:nowrap}.nav a.active,.nav a:hover{color:#289CFF}.nav a.active:after{content:"";position:absolute;left:10px;right:10px;bottom:2px;height:3px;background:#289CFF;border-radius:999px}.main-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 24px;border-radius:999px;background:linear-gradient(180deg,#32D1F6 0%,#27B9F4 35%,#249BFF 100%);color:#FFFFFF!important;font-weight:800;box-shadow:0 10px 24px rgba(36,155,255,0.25);transition:.2s ease;border:0}.main-btn:hover{background:linear-gradient(180deg,#48D9F7 0%,#1E90F0 100%);transform:translateY(-1px)}.small-btn{min-height:36px;padding:0 16px}.mobile-top{display:none;height:66px;align-items:center;justify-content:space-between;padding:0 16px}.mobile-logo{position:absolute;left:50%;transform:translateX(-50%)}.mobile-logo img{width:128px;display:block}.menu-toggle{width:42px;height:42px;border:0;background:transparent;display:flex;flex-direction:column;gap:5px;justify-content:center;padding:0;cursor:pointer}.menu-toggle span{display:block;width:24px;height:3px;border-radius:99px;background:#4E5F7A}.drawer-mask{position:fixed;inset:0;background:rgba(0,0,0,.45);opacity:0;visibility:hidden;z-index:10000;transition:.25s}.drawer-mask.show{opacity:1;visibility:visible}.mobile-drawer{position:fixed;top:0;left:0;height:100vh;width:84%;max-width:320px;background:#FFFFFF;z-index:10001;transform:translateX(-100%);transition:.28s ease;box-shadow:20px 0 40px rgba(36,52,71,.18);overflow-y:auto}.mobile-drawer.open{transform:translateX(0)}.drawer-open{overflow:hidden}.drawer-head{height:74px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;background:#F5F7FB}.drawer-head img{width:134px}.drawer-close{font-size:32px;line-height:1;border:0;background:transparent;color:#4E5F7A}.drawer-nav{display:grid;padding:16px}.drawer-nav a{padding:12px 14px;border-radius:14px;color:#4E5F7A;font-weight:800}.drawer-nav a.active,.drawer-nav a:hover{background:#EEF2F7;color:#289CFF}.banner-slider{max-width:1200px;margin:28px auto 36px;border-radius:20px;background:#FFFFFF;box-shadow:0 18px 40px rgba(56,92,138,0.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:#FFFFFF}.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,.86);color:#289CFF;font-size:26px;font-weight:900;cursor:pointer;box-shadow:0 8px 20px rgba(56,92,138,.18)}.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:9px}.slider-dots button{width:10px;height:10px;border-radius:50%;border:0;background:rgba(255,255,255,.75);cursor:pointer}.slider-dots button.active{width:26px;border-radius:99px;background:#289CFF}.section{padding:34px 0}.section-title{margin:0 0 14px;font-size:32px;line-height:1.25;color:#289CFF}.section-lead{max-width:860px;color:#66788A;margin:0 0 24px}.hero-card,.card,.zone-card,.info-card,.review-card,.faq-item{background:rgba(255,255,255,0.92);border:1px solid rgba(40,156,255,0.16);box-shadow:0 14px 36px rgba(56,92,138,0.10);border-radius:22px}.hero-card{padding:32px;display:grid;grid-template-columns:1.2fr .8fr;gap:30px;align-items:center}.hero-card h1{margin:0 0 16px;font-size:38px;line-height:1.18;color:#289CFF}.hero-card p{color:#243447;margin:0 0 16px}.hero-card .muted{color:#66788A}.hero-image,.content-img{border-radius:20px;background:#FFFFFF;display:block;object-fit:contain;width:100%}.grid{display:grid;gap:20px}.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,.info-card,.review-card,.faq-item{padding:24px}.card h3,.zone-card h3,.info-card h3,.faq-item h3{margin:0 0 10px;color:#289CFF}.card p,.zone-card p,.info-card p,.review-card p,.faq-item p{margin:0 0 12px;color:#243447}.muted,.card .muted{color:#66788A}.tag{display:inline-flex;padding:4px 12px;border-radius:999px;background:#EEF2F7;color:#289CFF;font-weight:800;font-size:13px;margin-bottom:10px}.zone-card{display:flex;flex-direction:column;height:100%;padding:18px}.zone-card .image-box{height:260px;display:flex;align-items:center;justify-content:center;border-radius:18px;background:#FFFFFF;margin-bottom:18px;overflow:hidden}.zone-card img{width:100%;height:100%;display:block;object-fit:contain;object-position:center}.zone-card a{margin-top:auto;font-weight:800}.steps{counter-reset:item}.step{display:flex;gap:16px;align-items:flex-start}.step:before{counter-increment:item;content:counter(item);flex:0 0 34px;width:34px;height:34px;border-radius:50%;background:#EEF2F7;color:#289CFF;display:flex;align-items:center;justify-content:center;font-weight:900}.notice{padding:22px 26px;border-radius:20px;background:#DDE4EE;color:#243447;border:1px solid rgba(40,156,255,.16)}.page-hero{padding:48px 0 22px}.page-hero-inner{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center}.page-hero h1{margin:0 0 14px;font-size:40px;color:#289CFF;line-height:1.18}.page-hero p{margin:0 0 12px;color:#243447}.page-hero .content-img{max-height:380px;object-fit:contain;background:#FFFFFF}.site-footer{margin-top:48px;background:#243447;color:#EAF3FF;padding:42px 0 18px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:28px}.footer-brand img{width:142px;background:transparent}.site-footer h3{color:#EAF3FF;margin:0 0 12px}.site-footer a{display:block;color:#EAF3FF;margin:7px 0;opacity:.92}.site-footer p{margin:12px 0;color:#EAF3FF;opacity:.9}.footer-note{color:#EAF3FF!important;opacity:.72!important}.footer-bottom{border-top:1px solid rgba(234,243,255,.16);margin-top:28px;padding-top:16px;color:#EAF3FF;opacity:.82;font-size:14px}.content-img,.app-section img{max-width:100%;height:auto}@media(max-width:1100px){.desktop-top{gap:12px}.nav a{font-size:13px;padding:7px 6px}.brand-logo img{width:128px}.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:860px){.desktop-top{display:none}.mobile-top{display:flex}.banner-slider{margin:18px 16px 28px;border-radius:16px}.hero-card,.page-hero-inner{grid-template-columns:1fr}.hero-card{padding:24px}.hero-card h1,.page-hero h1{font-size:30px}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.section{padding:26px 0}.section-title{font-size:26px}.footer-grid{grid-template-columns:1fr}.zone-card .image-box{height:220px}.slider-arrow{width:36px;height:36px;font-size:22px}.slider-arrow.prev{left:10px}.slider-arrow.next{right:10px}}