*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;background:#E6EBF2;color:#243447;line-height:1.78}a{text-decoration:none;color:#289CFF}img{display:block;max-width:100%;height:auto}.container{width:min(1200px,92vw);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,.10)}.desktop-header{height:76px;display:flex;align-items:center;gap:22px}.brand-logo img{width:148px;height:auto}.nav{flex:1;display:flex;align-items:center;justify-content:center;gap:4px;flex-wrap:wrap}.nav a{position:relative;color:#4E5F7A;font-size:14px;font-weight:700;padding:8px 8px;border-radius:999px}.nav a.active,.nav a:hover{color:#289CFF;background:rgba(40,156,255,.08)}.nav a.active:after{content:"";position:absolute;left:18%;right:18%;bottom:2px;height:2px;background:#289CFF;border-radius:8px}.main-btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#32D1F6 0%,#27B9F4 35%,#249BFF 100%);color:#FFFFFF!important;border-radius:999px;box-shadow:0 10px 24px rgba(36,155,255,.25);font-weight:800;padding:10px 24px;transition:.25s ease;border:0;white-space:nowrap}.main-btn:hover{background:linear-gradient(180deg,#48D9F7 0%,#1E90F0 100%);transform:translateY(-1px)}.header-btn{min-width:82px}.mobile-header{display:none;height:66px;align-items:center;justify-content:space-between;padding:0 14px;background:#F5F7FB}.menu-toggle{width:42px;height:42px;border:0;background:#EEF2F7;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}.menu-toggle span{width:21px;height:2px;background:#4E5F7A;border-radius:4px}.mobile-logo{position:absolute;left:50%;transform:translateX(-50%)}.mobile-logo img{width:136px}.mobile-reg{padding:8px 17px}.drawer-mask{position:fixed;inset:0;background:rgba(0,0,0,.38);opacity:0;visibility:hidden;transition:.25s ease}.drawer-mask.show{opacity:1;visibility:visible}.mobile-drawer{position:fixed;left:0;top:0;height:100vh;width:84vw;max-width:320px;background:#FFFFFF;transform:translateX(-105%);transition:.3s ease;z-index:10001;box-shadow:18px 0 36px rgba(36,52,71,.18);overflow-y:auto}.mobile-drawer.open{transform:translateX(0)}.drawer-head{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;background:#F5F7FB;border-bottom:1px solid rgba(40,156,255,.12)}.drawer-logo img{width:142px}.drawer-close{border:0;background:#EEF2F7;color:#289CFF;font-size:28px;width:38px;height:38px;border-radius:12px;line-height:34px}.drawer-nav{display:grid;gap:8px;padding:16px}.drawer-nav a{padding:12px 14px;border-radius:14px;color:#4E5F7A;font-weight:800;background:#F5F7FB}.drawer-nav a.active{color:#289CFF;background:#EEF2F7}.no-scroll{overflow:hidden}.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}.slides{position:relative;height:clamp(210px,45vw,520px)}.slide{position:absolute;inset:0;opacity:0;transition:opacity .45s ease;display:flex;align-items:center;justify-content:center;background:#FFFFFF}.slide.active{opacity:1;z-index:2}.banner-slider img{width:100%;height:100%;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%);z-index:4;border:0;width:42px;height:42px;border-radius:50%;background:rgba(245,247,251,.86);color:#289CFF;font-size:28px;box-shadow:0 8px 20px rgba(56,92,138,.16);cursor:pointer}.slider-arrow.prev{left:16px}.slider-arrow.next{right:16px}.slider-dots{position:absolute;left:0;right:0;bottom:14px;z-index:4;display:flex;justify-content:center;gap:9px}.slider-dots button{width:10px;height:10px;padding:0;border:0;border-radius:99px;background:#DDE4EE;cursor:pointer}.slider-dots button.active{width:28px;background:#289CFF}.hero-panel,.section{margin:34px auto}.hero-panel{padding:34px;border-radius:26px;background:rgba(255,255,255,.92);border:1px solid rgba(40,156,255,.16);box-shadow:0 14px 36px rgba(56,92,138,.10);display:grid;grid-template-columns:1.2fr .8fr;gap:28px;align-items:center}.eyebrow,.tag,.number{color:#289CFF;font-weight:900;letter-spacing:.04em}.eyebrow{font-size:14px;margin-bottom:8px}h1,h2,h3,.section-title{color:#289CFF;line-height:1.28;margin:0 0 14px}h1{font-size:clamp(30px,5vw,50px)}h2,.section-title{font-size:clamp(24px,3.2vw,36px)}h3{font-size:20px}p{margin:0 0 14px}.lead{font-size:18px;color:#243447}.muted{color:#66788A}.note{color:#8A9AAF;font-size:14px}.grid{display:grid;gap:18px}.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-item{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}.zone-card img,.info-card img,.content-img,.app-section img{max-width:100%;height:auto;object-fit:contain;border-radius:18px;background:#FFFFFF;margin-bottom:18px}.zone-card .content-img,.info-card .content-img{width:100%;max-height:260px}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:18px}.section-head p{max-width:760px;color:#66788A}.text-link{font-weight:900;color:#289CFF}.pill-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.pill-list span{background:#EEF2F7;color:#289CFF;border:1px solid rgba(40,156,255,.16);border-radius:999px;padding:7px 13px;font-weight:800}.split{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center}.soft{background:#EEF2F7}.deep-soft{background:#DDE4EE}.page-hero{padding:54px 0 24px}.page-hero .card{padding:34px}.check-list{display:grid;gap:12px;margin:18px 0 0;padding:0;list-style:none}.check-list li{position:relative;padding-left:28px;color:#243447}.check-list li:before{content:"";position:absolute;left:0;top:.62em;width:12px;height:12px;border-radius:50%;background:#289CFF;box-shadow:0 0 0 5px rgba(40,156,255,.12)}.faq-list{display:grid;gap:16px}.faq-item h3{margin-bottom:8px}.reviews{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.review-card strong{display:block;color:#289CFF;margin-bottom:8px}.legal-reminder{border-radius:24px;background:#DDE4EE;padding:24px;border:1px solid rgba(40,156,255,.14)}.site-footer{margin-top:54px;background:#243447;color:#EAF3FF}.footer-grid{display:grid;grid-template-columns:1.4fr .7fr 1fr;gap:34px;padding:40px 0}.footer-logo img{width:148px;margin-bottom:14px}.footer-brand p,.footer-links p{color:#EAF3FF}.footer-links{display:grid;align-content:start;gap:8px}.footer-links h3{color:#EAF3FF}.footer-links a{color:#EAF3FF}.footer-bottom{text-align:center;border-top:1px solid rgba(234,243,255,.15);padding:16px;color:#EAF3FF}.content-img{width:100%;max-height:380px}.compact{padding:18px}.image-card{padding:14px}.image-card img{margin:0}.app-section{border-radius:24px;background:rgba(255,255,255,.92);border:1px solid rgba(40,156,255,.16);box-shadow:0 14px 36px rgba(56,92,138,.10);padding:26px}.download-panel{background:#FFFFFF;border-radius:22px;border:1px solid rgba(40,156,255,.16);box-shadow:0 14px 36px rgba(56,92,138,.10);padding:24px}@media(max-width:1100px){.desktop-header{display:none}.mobile-header{display:flex}.site-header{position:sticky}.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3,.reviews{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-panel,.split{grid-template-columns:1fr}.hero-panel{padding:26px}}@media(max-width:700px){.container{width:min(94vw,1200px)}.slides{height:clamp(170px,58vw,280px)}.banner-slider{margin:18px auto 24px;border-radius:16px}.slider-arrow{width:34px;height:34px;font-size:22px}.grid-2,.grid-3,.grid-4,.reviews,.footer-grid{grid-template-columns:1fr}.section-head{display:block}.card,.zone-card,.info-card,.review-card,.faq-item{padding:20px;border-radius:18px}.page-hero{padding:28px 0 12px}.page-hero .card{padding:24px}.hero-panel{margin-top:22px}.footer-grid{padding:30px 0}.main-btn{padding:9px 18px}}