:root{--bg:#F4F5F7;--surface:#fff;--soft:#EEF1F5;--line:#DDE2EA;--red:#D60000;--deep:#A90000;--text:#1D222B;--muted:#5B6472;--light:#87909E;--shadow:0 16px 38px rgba(24,32,46,.08);--radius:20px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;line-height:1.72}a{color:inherit;text-decoration:none}img{max-width:100%}.wrap{width:min(1180px,calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid rgba(20,28,40,.08)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:72px}.logo{display:flex;align-items:center;flex:0 0 auto}.logo img{max-height:52px;width:auto;display:block}.nav-core{display:flex;align-items:center;gap:22px;white-space:nowrap;flex-wrap:nowrap}.nav-core a{color:var(--text);font-weight:700;position:relative;padding:8px 7px;border-radius:8px}.nav-core a:hover{color:var(--red);background:#f4f5f7}.nav-core a.active{color:var(--red)}.nav-core a.active:after{content:"";position:absolute;left:50%;bottom:-7px;width:22px;height:3px;border-radius:999px;background:var(--red);transform:translateX(-50%)}.main-btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#FF3030 0%,#D60000 52%,#980000 100%);color:#fff;border-radius:999px;padding:11px 22px;font-weight:800;box-shadow:0 10px 22px rgba(214,0,0,.2);border:0}.main-btn:hover{transform:translateY(-1px)}.header-register{flex:0 0 auto}.channel-bar{background:#fff;border-top:1px solid rgba(20,28,40,.05);border-bottom:1px solid rgba(20,28,40,.08);overflow-x:auto;white-space:nowrap}.channel-inner{display:flex;gap:4px;padding:7px 0}.channel-bar a{display:inline-flex;align-items:center;color:var(--muted);padding:8px 12px;border-radius:999px;font-size:14px}.channel-bar a:hover,.channel-bar a.active{color:var(--red);background:rgba(214,0,0,.08)}.floating-service{position:fixed;right:18px;top:42%;z-index:50;display:flex;flex-direction:column;gap:8px}.floating-service a{background:#fff;color:var(--text);border:1px solid rgba(20,28,40,.08);box-shadow:0 12px 30px rgba(24,32,46,.08);border-radius:999px;padding:9px 12px;font-size:13px}.floating-service a.register-link{background:linear-gradient(135deg,#FF3030 0%,#D60000 52%,#980000 100%);color:#fff}.hero-page{padding:54px 0 24px}.hero-page .hero-inner{display:grid;grid-template-columns:1.1fr .9fr;gap:34px;align-items:center;background:linear-gradient(135deg,#fff 0%,#eef1f5 100%);border:1px solid rgba(20,28,40,.08);border-radius:28px;padding:42px;box-shadow:var(--shadow);overflow:hidden}.eyebrow{display:inline-flex;color:var(--red);font-weight:800;letter-spacing:.08em;font-size:13px}.hero-page h1,.section-title,h1,h2,h3{margin-top:0}.hero-page h1{font-size:clamp(34px,5vw,58px);line-height:1.14;color:var(--text);margin:12px 0 18px}.hero-page p{color:var(--muted);font-size:17px}.hero-media{min-height:260px;display:flex;align-items:center;justify-content:center;background:#eef1f5;border-radius:22px;overflow:hidden}.hero-media img{width:100%;max-height:300px;object-fit:contain}.section{padding:38px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}.section-title{color:var(--red);font-size:30px;position:relative;padding-left:18px}.section-title:before{content:"";position:absolute;left:0;top:.28em;width:5px;height:1.15em;border-radius:999px;background:var(--red)}.section-desc{color:var(--muted);max-width:720px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.card,.zone-card,.info-card,.review-card{background:#fff;border:1px solid rgba(20,28,40,.08);box-shadow:var(--shadow);border-radius:20px}.card,.info-card,.review-card{padding:24px}.card h3,.info-card h3{color:var(--red);margin-bottom:10px}.card p,.info-card p,.review-card p{color:var(--muted);margin-bottom:0}.feature-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border-radius:20px;overflow:hidden;box-shadow:var(--shadow)}.feature-strip article{background:#fff;padding:20px}.feature-strip strong{display:block;color:var(--red);margin-bottom:7px}.feature-strip span{color:var(--muted);font-size:14px}.media-row{display:grid;grid-template-columns:.95fr 1.05fr;gap:28px;align-items:center}.media-box{background:#eef1f5;border-radius:22px;padding:14px;min-height:250px;display:flex;align-items:center;justify-content:center}.media-box img{max-height:280px;width:100%;object-fit:contain}.bullet-list{display:grid;gap:13px}.bullet-list div{background:#fff;border-left:4px solid var(--red);padding:16px 18px;border-radius:0 14px 14px 0;box-shadow:0 8px 22px rgba(24,32,46,.06)}.bullet-list strong{display:block;margin-bottom:4px}.bullet-list p{margin:0;color:var(--muted)}.product-card{overflow:hidden;background:#fff;border:1px solid rgba(20,28,40,.08);border-radius:18px;box-shadow:var(--shadow)}.product-card img{width:100%;height:160px;object-fit:contain;background:#eef1f5}.product-card .content{padding:18px}.product-card h3{color:var(--red);font-size:18px;margin-bottom:8px}.product-card p{color:var(--muted);font-size:14px;margin:0}.notice-panel{background:linear-gradient(135deg,#fff,#eef1f5);border:1px solid rgba(214,0,0,.16);border-radius:24px;padding:28px;box-shadow:var(--shadow)}.faq-list{display:grid;gap:14px}.faq-item{background:#fff;border:1px solid rgba(20,28,40,.08);border-radius:16px;padding:20px}.faq-item h3{font-size:17px;color:var(--text);margin-bottom:8px}.faq-item p{margin:0;color:var(--muted)}.compliance{background:#fff;border-top:4px solid var(--red);padding:26px;border-radius:18px;box-shadow:var(--shadow);color:var(--muted)}.banner-slider{max-width:1180px;margin:24px auto 34px;border-radius:24px;background:#eef1f5;box-shadow:var(--shadow);overflow:hidden;position:relative;height:330px}.slides{height:100%;position:relative}.slide{position:absolute;inset:0;opacity:0;transition:opacity .45s ease;pointer-events:none}.slide.active{opacity:1;pointer-events:auto}.banner-slider img{width:100%;height:100%;object-fit:contain;background:#eef1f5}.slider-btn{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.88);box-shadow:0 8px 18px rgba(0,0,0,.12);font-size:26px;cursor:pointer;z-index:3}.slider-prev{left:16px}.slider-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;border-radius:50%;border:0;background:rgba(29,34,43,.3);padding:0}.slider-dots button.active{background:var(--red);width:24px;border-radius:999px}.banner-caption,.banner-text,.slide-title,.slide-desc,.slide-content,.slide-card,.banner-card{display:none!important}.site-footer{background:#11151C;color:#E7ECF3;margin-top:56px;padding:54px 0 20px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:30px}.footer-brand img{max-height:50px;width:auto}.footer-grid h3{color:#fff;font-size:16px}.footer-grid a{display:block;color:#c8ced8;margin:8px 0}.footer-grid p{color:#b9c1cd;font-size:14px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:30px;padding-top:18px;color:#9ba4b2;font-size:13px}.menu-toggle,.mobile-bottom-nav{display:none}.mobile-drawer{position:fixed;inset:0 auto 0 0;width:min(84vw,320px);background:#fff;z-index:130;transform:translateX(-102%);transition:.28s ease;box-shadow:20px 0 50px rgba(0,0,0,.12);overflow:auto}.mobile-drawer.open{transform:none}.drawer-overlay{position:fixed;inset:0;background:rgba(17,21,28,.45);z-index:120;opacity:0;pointer-events:none;transition:.25s}.drawer-overlay.show{opacity:1;pointer-events:auto}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid var(--line)}.drawer-close{border:0;background:#eef1f5;width:38px;height:38px;border-radius:50%;font-size:25px}.drawer-nav{display:grid;padding:10px}.drawer-nav a{padding:13px 14px;border-radius:10px;color:var(--muted)}.drawer-nav a.active,.drawer-nav a:hover{color:var(--red);background:rgba(214,0,0,.07)}body.drawer-open{overflow:hidden}.cta-row{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.text-link{color:var(--red);font-weight:700}.page-content{padding-bottom:24px}@media(max-width:1050px){.floating-service{display:none}.grid-4{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){body{padding-bottom:70px}.wrap{width:min(100% - 24px,1180px)}.header-inner{min-height:62px;gap:10px}.nav-core{display:none}.menu-toggle{display:grid;gap:4px;width:42px;height:42px;place-content:center;border:0;background:#eef1f5;border-radius:10px}.menu-toggle span{display:block;width:20px;height:2px;background:var(--text)}.logo img{max-height:42px}.header-register{padding:9px 15px;font-size:14px}.channel-inner{width:max-content;min-width:100%;padding-left:12px;padding-right:12px}.banner-slider{height:190px;margin:14px auto 24px;border-radius:16px}.slider-btn{width:36px;height:36px;font-size:22px}.hero-page{padding:28px 0 10px}.hero-page .hero-inner{grid-template-columns:1fr;padding:24px;border-radius:20px}.hero-page h1{font-size:34px}.hero-media{min-height:180px}.hero-media img{max-height:210px}.grid-3,.grid-2,.media-row{grid-template-columns:1fr}.grid-4{grid-template-columns:1fr 1fr}.feature-strip{grid-template-columns:1fr 1fr}.section{padding:28px 0}.section-head{display:block}.section-title{font-size:26px}.product-card img{height:135px}.media-box{min-height:180px}.media-box img{max-height:210px}.footer-grid{grid-template-columns:1fr}.mobile-bottom-nav{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;left:0;right:0;bottom:0;z-index:110;background:#fff;border-top:1px solid var(--line);padding:8px 6px calc(8px + env(safe-area-inset-bottom));box-shadow:0 -8px 24px rgba(24,32,46,.08)}.mobile-bottom-nav a{text-align:center;color:var(--muted);font-size:13px;padding:7px 3px;border-radius:9px}.mobile-bottom-nav a.active{color:var(--red);background:rgba(214,0,0,.07)}}@media(max-width:430px){.grid-4,.feature-strip{grid-template-columns:1fr}.hero-page .hero-inner{padding:20px}.banner-slider{height:170px}.channel-bar a{padding:7px 10px}.card,.info-card,.review-card{padding:19px}}