
:root{--bg:#E6EBF2;--nav:#F5F7FB;--blue:#289CFF;--text:#243447;--muted:#66788A;--soft:#8A9AAF;--line:rgba(40,156,255,.16);--shadow:0 14px 36px rgba(56,92,138,.12);--btn:linear-gradient(180deg,#32D1F6 0%,#27B9F4 35%,#249BFF 100%)}*{box-sizing:border-box}html,body{margin:0;min-height:100%;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.75}a{color:var(--blue);text-decoration:none}img{max-width:100%;height: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)}.header-inner{max-width:1280px;margin:0 auto;min-height:76px;padding:0 22px;display:flex;align-items:center;gap:22px}.brand-logo img,.mobile-logo img{height:48px;width:auto;display:block}.nav{display:flex;gap:15px;align-items:center;justify-content:center;flex:1;white-space:nowrap}.nav a{color:#4E5F7A;font-weight:700;font-size:14px;position:relative;padding:24px 0}.nav a.active,.nav a:hover{color:var(--blue)}.nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:15px;height:3px;border-radius:999px;background:var(--blue)}.main-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--btn);color:#fff!important;border-radius:999px;padding:10px 24px;font-weight:800;box-shadow:0 10px 24px rgba(36,155,255,.25);transition:.2s;border:0}.main-btn:hover{background:linear-gradient(180deg,#48D9F7 0%,#1E90F0 100%);transform:translateY(-1px)}.small-btn{padding:8px 16px}.mobile-top{display:none;min-height:66px;padding:0 14px;align-items:center;justify-content:space-between}.menu-toggle{width:42px;height:42px;border:0;background:#fff;border-radius:12px;box-shadow:0 8px 18px rgba(56,92,138,.12);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}.menu-toggle span{width:20px;height:2px;background:#4E5F7A;border-radius:999px}.drawer-mask{position:fixed;inset:0;background:rgba(0,0,0,.42);z-index:10000;opacity:0;pointer-events:none;transition:.25s}.mobile-drawer{position:fixed;left:0;top:0;bottom:0;width:84vw;max-width:320px;background:#fff;z-index:10001;transform:translateX(-105%);transition:.28s ease;box-shadow:20px 0 50px rgba(0,0,0,.18);padding:18px;overflow:auto}.drawer-open .drawer-mask{opacity:1;pointer-events:auto}.drawer-open .mobile-drawer{transform:translateX(0)}.drawer-open{overflow:hidden}.drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.drawer-head img{height:46px}.drawer-close{border:0;background:#EEF2F7;color:#4E5F7A;border-radius:12px;width:40px;height:40px;font-size:26px}.drawer-nav{display:grid;gap:8px}.drawer-nav a{padding:12px 14px;border-radius:14px;background:#F5F7FB;color:#4E5F7A;font-weight:800}.drawer-nav a.active{color:#fff;background:var(--btn)}.drawer-btn{width:100%;margin-top:18px}.container{max-width:1200px;margin:0 auto;padding:0 22px}.section{padding:54px 0}.section-head{max-width:820px;margin:0 auto 28px;text-align:center}.eyebrow{display:inline-flex;color:var(--blue);font-weight:900;background:rgba(40,156,255,.1);border:1px solid var(--line);border-radius:999px;padding:4px 12px;margin-bottom:12px}h1,h2,h3,.section-title{color:var(--blue);line-height:1.25;margin:0 0 14px}h1{font-size:42px}h2,.section-title{font-size:30px}h3{font-size:20px}p{margin:0 0 14px}.lead{font-size:18px;color:var(--muted)}.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}.slide{display:none;position:relative}.slide.active{display:block}.banner-slider img{width:100%;height:auto;display:block;object-fit:contain;background:#fff}.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-radius:50%;border:0;background:rgba(255,255,255,.88);color:#289CFF;font-size:26px;box-shadow:0 10px 24px rgba(56,92,138,.18);cursor:pointer}.prev{left:16px}.next{right:16px}.slider-dots{position:absolute;left:0;right:0;bottom:14px;display:flex;gap:8px;justify-content:center}.dot{width:10px;height:10px;border-radius:50%;border:0;background:rgba(255,255,255,.65);cursor:pointer}.dot.active{background:#289CFF}.hero-card,.card,.zone-card,.info-card,.review-card,.faq-item{background:rgba(255,255,255,.92);border:1px solid var(--line);box-shadow:0 14px 36px rgba(56,92,138,.10);border-radius:24px}.hero-card{padding:34px;display:grid;grid-template-columns:1.15fr .85fr;gap:28px;align-items:center}.hero-card img,.content-img{border-radius:20px;background:#fff;display:block;object-fit:contain}.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,.info-card,.review-card,.faq-item{padding:24px}.zone-card{display:flex;flex-direction:column;height:100%;padding:20px}.zone-card .img-wrap{height:260px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:18px;margin-bottom:18px;overflow:hidden}.zone-card img{max-width:100%;max-height:240px;width:auto;height:auto;display:block;object-fit:contain;object-position:center}.zone-card h3{min-height:52px}.zone-card p{color:var(--muted)}.zone-card a{margin-top:auto;font-weight:800}.steps{counter-reset:item}.step{position:relative;padding-left:54px}.step:before{counter-increment:item;content:counter(item);position:absolute;left:0;top:0;width:36px;height:36px;border-radius:12px;background:rgba(40,156,255,.12);color:var(--blue);display:flex;align-items:center;justify-content:center;font-weight:900}.notice{background:#DDE4EE;border:1px solid rgba(40,156,255,.18);border-radius:24px;padding:26px;color:#4E5F7A}.site-footer{background:#243447;color:#EAF3FF;margin-top:60px}.footer-inner{max-width:1200px;margin:0 auto;padding:44px 22px;display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:28px}.footer-brand img{height:54px;width:auto;margin-bottom:14px}.footer-brand p,.footer-note{color:#EAF3FF}.footer-links{display:grid;gap:8px;align-content:start}.footer-links h3{color:#EAF3FF}.footer-links a{color:#EAF3FF}.footer-note{text-align:center;border-top:1px solid rgba(234,243,255,.14);padding:16px 22px;font-size:14px}.page-hero{padding:54px 0 24px}.page-card{padding:34px;border-radius:28px;background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(238,242,247,.96));border:1px solid var(--line);box-shadow:var(--shadow);display:grid;grid-template-columns:1fr .8fr;gap:28px;align-items:center}.page-card img{border-radius:22px;background:#fff;object-fit:contain}.list{display:grid;gap:12px;margin:0;padding:0;list-style:none}.list li{padding:14px 16px;border-radius:16px;background:#EEF2F7;color:#4E5F7A}.app-section img{max-width:100%;height:auto;object-fit:contain}.content-img,.app-section img{max-width:100%;height:auto}@media(max-width:1100px){.nav{gap:10px}.nav a{font-size:13px}.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:860px){.header-inner{display:none}.mobile-top{display:flex}.hero-card,.page-card{grid-template-columns:1fr}.grid-3,.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}h1{font-size:32px}h2,.section-title{font-size:26px}.footer-inner{grid-template-columns:1fr}.zone-card .img-wrap{height:220px}.zone-card img{max-height:200px}}@media(max-width:560px){.container{padding:0 16px}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.section{padding:38px 0}.banner-slider{margin:18px 12px 26px;border-radius:16px}.slider-arrow{width:36px;height:36px}.hero-card,.page-card{padding:22px}.zone-card h3{min-height:auto}.zone-card .img-wrap{height:210px}.zone-card img{max-height:190px}}
