:root{--bg:#F4FBFF;--white:#fff;--light:#EAF7FF;--primary:#1CA8F6;--bright:#38C7FF;--deep:#0877C9;--cyan:#7FE4FF;--text:#223044;--muted:#5F7082;--dark:#1D2A3A;--footer:#082A46;--shadow:0 16px 40px rgba(8,119,201,.09);--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:"PingFang SC","Microsoft YaHei",Arial,sans-serif;line-height:1.75;overflow-x:hidden}a{text-decoration:none;color:inherit}img{display:block;max-width:100%;height:auto}.container{width:min(1200px,calc(100% - 32px));margin:auto}.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);box-shadow:0 8px 24px rgba(8,119,201,.08)}.topbar{height:72px;display:flex;align-items:center;gap:28px}.brand-logo{display:flex;align-items:center;min-width:150px}.brand-logo img{height:42px;width:auto;object-fit:contain}.nav-core{display:flex;align-items:center;justify-content:center;gap:28px;flex:1}.nav-core a{color:var(--dark);font-weight:700;position:relative;padding:22px 0}.nav-core a:hover,.nav-core a.active{color:var(--primary)}.nav-core a.active:after{content:"";position:absolute;left:50%;bottom:10px;width:28px;height:3px;border-radius:999px;background:var(--primary);transform:translateX(-50%)}.main-btn{display:inline-flex;align-items:center;justify-content:center;padding:11px 24px;border-radius:999px;background:linear-gradient(135deg,#38C7FF 0%,#1CA8F6 48%,#0877C9 100%);color:#fff;font-weight:800;box-shadow:0 12px 26px rgba(8,119,201,.18);transition:.25s}.main-btn:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(8,119,201,.25)}.header-register{white-space:nowrap}.channel-bar{background:rgba(234,247,255,.9);border-top:1px solid rgba(28,168,246,.1);border-bottom:1px solid rgba(28,168,246,.1);overflow-x:auto;white-space:nowrap;scrollbar-width:thin}.channel-inner{display:flex;gap:8px;padding:9px 0}.channel-bar a{padding:6px 12px;border-radius:999px;color:var(--muted);font-size:14px}.channel-bar a:hover,.channel-bar a.active{color:var(--deep);background:rgba(28,168,246,.1)}.site-main{padding:24px 0 0}.banner-slider{max-width:1200px;height:340px;margin:0 auto 34px;border-radius:22px;background:#fff;box-shadow:0 16px 40px rgba(8,119,201,.1);overflow:hidden;position:relative}.banner-slider .slide{display:none;width:100%;height:100%}.banner-slider .slide.active{display:block}.banner-slider img{width:100%;height:100%;object-fit:contain;background:#fff}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:42px;height:42px;border:0;border-radius:999px;background:rgba(255,255,255,.9);color:var(--primary);font-size:24px;box-shadow:0 8px 20px rgba(8,119,201,.14);cursor:pointer}.slider-arrow.prev{left:16px}.slider-arrow.next{right:16px}.slider-dots{position:absolute;left:50%;bottom:14px;transform:translateX(-50%);display:flex;gap:8px;z-index:3}.slider-dots button{width:9px;height:9px;padding:0;border-radius:50%;border:0;background:rgba(28,168,246,.25);cursor:pointer}.slider-dots button.active{background:var(--primary)}section{margin:36px 0}.card,.zone-card,.info-card,.review-card,.faq-item,.panel{background:#fff;border:1px solid rgba(28,168,246,.12);box-shadow:var(--shadow);border-radius:var(--radius)}.hero-split,.two-col,.three-col,.four-col{display:grid;gap:22px}.hero-split,.two-col{grid-template-columns:repeat(2,1fr)}.three-col{grid-template-columns:repeat(3,1fr)}.four-col{grid-template-columns:repeat(4,1fr)}.hero-copy,.panel,.zone-card,.info-card,.review-card{padding:28px}.hero-visual{padding:16px;display:flex;align-items:center;justify-content:center;min-height:260px}.hero-visual img,.content-img{max-height:280px;width:100%;object-fit:contain}.section-head{margin-bottom:18px}.section-kicker{color:var(--primary);font-weight:800;letter-spacing:.08em;font-size:13px}.section-title,h1,h2,h3{color:var(--deep);line-height:1.3}h1{font-size:clamp(30px,4vw,52px);margin:8px 0 16px}h2{font-size:clamp(24px,3vw,34px);margin:0 0 10px}h3{font-size:20px;margin:0 0 8px}.lead{font-size:18px;color:#415469}.text-link{color:var(--primary);font-weight:700}.text-link:hover{color:var(--deep)}.pill-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.pill-item{padding:18px 20px;border-radius:18px;background:#fff;border:1px solid rgba(28,168,246,.13)}.pill-item strong{display:block;color:var(--deep);margin-bottom:5px}.intro-strip{padding:26px 30px;border-radius:22px;background:linear-gradient(135deg,#fff,#EAF7FF);border:1px solid rgba(28,168,246,.12);box-shadow:var(--shadow)}.info-card .num{display:inline-flex;width:36px;height:36px;border-radius:50%;align-items:center;justify-content:center;background:#EAF7FF;color:var(--primary);font-weight:900}.feature-list{margin:12px 0 0;padding-left:20px}.feature-list li{margin:5px 0}.zone-card img{height:170px;width:100%;object-fit:contain;margin-bottom:18px}.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.review-card p{margin:0}.review-card small{display:block;margin-top:12px;color:var(--muted)}.faq-list{display:grid;gap:12px}.faq-item{padding:20px 24px}.faq-item summary{cursor:pointer;color:var(--deep);font-weight:800}.inner-hero{padding:40px 0 12px}.inner-hero .panel{display:grid;grid-template-columns:1.3fr .7fr;align-items:center}.inner-hero img{max-height:260px;justify-self:center;object-fit:contain}.content-section{padding:4px 0 18px}.article-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:22px}.article-body,.side-note{padding:30px}.article-body p{margin:0 0 16px}.notice{padding:18px 22px;border-radius:16px;background:#EDF8FF;border-left:4px solid var(--primary)}.floating-service{position:fixed;right:18px;top:42%;z-index:60;display:grid;gap:8px;width:108px}.floating-service a,.floating-service button{display:block;text-align:center;padding:10px 8px;border-radius:14px;background:#fff;color:var(--deep);border:1px solid rgba(28,168,246,.14);box-shadow:0 14px 30px rgba(8,119,201,.1);font:inherit;cursor:pointer}.floating-service .register-link{background:linear-gradient(135deg,#38C7FF,#1CA8F6 48%,#0877C9);color:#fff}.compliance-strip{margin-top:48px;padding:34px 0;background:#EAF7FF}.compliance-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.compliance-grid div{padding:18px;border-radius:16px;background:rgba(255,255,255,.75)}.compliance-grid strong{color:var(--deep)}.compliance-grid p{margin:6px 0 0;color:var(--muted);font-size:14px}.site-footer{background:var(--footer);color:#EAF8FF;padding:48px 0 18px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:36px}.footer-brand img{height:44px;filter:brightness(0) invert(1);margin-bottom:14px}.site-footer h3{color:#fff}.site-footer a{display:block;color:#CDEFFF;margin:8px 0}.site-footer p{color:#BFE7FF}.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:32px;padding-top:18px;color:#9EDBFF;font-size:14px}.menu-toggle,.mobile-bottom-nav,.mobile-drawer,.drawer-overlay{display:none}@media(max-width:1100px){.floating-service{display:none}.nav-core{gap:18px}.three-col{grid-template-columns:repeat(2,1fr)}.four-col,.compliance-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){body{padding-bottom:72px}.site-main{padding-top:14px}.topbar{height:64px;justify-content:space-between;gap:10px}.brand-logo{min-width:0;position:absolute;left:50%;transform:translateX(-50%)}.brand-logo img{height:36px}.nav-core,.channel-bar{display:none}.menu-toggle{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border:0;background:#EAF7FF;color:var(--deep);border-radius:12px;font-size:22px}.header-register{padding:9px 18px}.banner-slider{width:calc(100% - 24px);height:190px;margin-bottom:24px;border-radius:16px}.slider-arrow{width:36px;height:36px}.hero-split,.two-col,.three-col,.four-col,.pill-grid,.reviews,.inner-hero .panel,.article-grid,.footer-grid,.compliance-grid{grid-template-columns:1fr}.hero-copy,.panel,.zone-card,.info-card,.review-card,.article-body,.side-note{padding:22px}.hero-visual{min-height:200px}.zone-card img{height:150px}.mobile-bottom-nav{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;left:0;right:0;bottom:0;z-index:90;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);box-shadow:0 -8px 24px rgba(8,119,201,.12);padding:9px 8px calc(9px + env(safe-area-inset-bottom))}.mobile-bottom-nav a{text-align:center;color:var(--deep);font-weight:700;font-size:14px}.mobile-drawer{display:block;position:fixed;left:0;top:0;bottom:0;width:84%;max-width:320px;z-index:120;background:#fff;transform:translateX(-105%);transition:.28s;overflow-y:auto;box-shadow:20px 0 50px rgba(8,42,70,.18)}.mobile-drawer.open{transform:translateX(0)}.drawer-head{position:sticky;top:0;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:18px;border-bottom:1px solid #EAF7FF}.drawer-head img{height:38px}.drawer-close{border:0;background:#EAF7FF;width:38px;height:38px;border-radius:12px;font-size:26px;color:var(--deep)}.mobile-drawer nav{display:grid;padding:12px}.mobile-drawer nav a{padding:12px 14px;border-radius:12px;color:var(--dark)}.mobile-drawer nav a.active,.mobile-drawer nav a:hover{background:#EAF7FF;color:var(--deep)}.drawer-overlay{display:block;position:fixed;inset:0;z-index:110;background:rgba(8,42,70,.38);opacity:0;visibility:hidden;transition:.25s}.drawer-overlay.show{opacity:1;visibility:visible}.drawer-open{overflow:hidden}.compliance-strip{margin-top:30px}.site-footer{padding-bottom:40px}}
