:root{--red:#c90000;--red-dark:#a80000;--text:#1f2329;--muted:#5d6673;--light:#f6f7f9;--line:rgba(201,0,0,.12);--shadow:0 12px 30px rgba(18,28,45,.08);--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif;line-height:1.75}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.site-header{position:fixed;inset:0 0 auto;z-index:1000;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid rgba(201,0,0,.08)}.header-inner{max-width:1440px;min-height:74px;margin:auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{flex:0 0 auto}.logo img{max-height:52px;width:auto}.nav-core{display:flex;align-items:center;justify-content:center;gap:10px;white-space:nowrap;flex-wrap:nowrap}.nav-core a{padding:9px 16px;border-radius:999px;background:var(--light);font-size:15px;font-weight:600}.nav-core a:hover,.nav-core a.active{color:var(--red);background:rgba(201,0,0,.08)}.main-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 22px;border-radius:999px;background:linear-gradient(180deg,#f12b2b 0%,#c90000 55%,#a80000 100%);color:#fff;font-weight:700;box-shadow:0 8px 18px rgba(201,0,0,.2)}.register-btn{flex:0 0 auto;white-space:nowrap}.menu-toggle{display:none;border:0;background:transparent;padding:8px}.menu-toggle span{display:block;width:24px;height:2px;margin:5px 0;background:#1f2329}.page-shell{max-width:1440px;margin:0 auto;padding:98px 24px 0;display:grid;grid-template-columns:210px minmax(0,1fr);gap:28px}.side-category{position:sticky;top:96px;align-self:start;max-height:calc(100vh - 116px);overflow:auto;padding:16px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.side-category strong{display:block;margin:0 8px 10px;color:var(--red)}.side-category nav{display:grid;gap:4px}.side-category a{padding:8px 10px;border-radius:10px;font-size:14px}.side-category a:hover,.side-category a.active{color:var(--red);background:rgba(201,0,0,.08)}.main-content{min-width:0}.banner-slider{position:relative;max-width:1180px;min-height:260px;max-height:360px;aspect-ratio:16/5;margin:0 auto 34px;border-radius:22px;background:#f7f8fa;box-shadow:var(--shadow);overflow:hidden}.slides,.slide{width:100%;height:100%}.slide{display:none}.slide.active{display:block}.banner-slider img{width:100%;height:100%;object-fit:contain;background:#f7f8fa}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.88);font-size:30px;line-height:1;cursor:pointer;box-shadow:0 4px 14px rgba(0,0,0,.12)}.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}.slider-dots button{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:rgba(31,35,41,.3)}.slider-dots button.active{width:24px;border-radius:9px;background:var(--red)}.section{margin:0 auto 34px;padding:30px;max-width:1180px;border-radius:22px}.section.soft{background:#f6f7f9}.section-head{margin-bottom:20px}.section-head>span,.eyebrow,.notice-card>span,.security-card>span{color:var(--red);font-size:13px;font-weight:800;letter-spacing:.12em}.section h1,.section h2,.section h3,.inner-hero h1{margin-top:0;color:var(--red);line-height:1.25}.section h1,.inner-hero h1{font-size:clamp(30px,4vw,52px)}.section h2{font-size:clamp(24px,3vw,36px)}.section h3{font-size:20px}.section p{color:var(--muted)}.intro-grid,.inner-hero,.split-feature{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:36px}.intro-grid img,.inner-hero img,.split-feature img{width:100%;max-height:280px;object-fit:contain;border-radius:18px;background:#f7f8fa}.inner-hero{max-width:1180px;margin:0 auto 34px;padding:34px;background:linear-gradient(135deg,#fff 0%,#f6f7f9 100%);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow)}.hero-actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.text-btn{color:var(--red);font-weight:700}.stats-grid{max-width:1180px;margin:0 auto 34px;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.stats-grid article{padding:22px;border-radius:18px;background:linear-gradient(145deg,#d80b0b,#a80000);color:#fff}.stats-grid strong{font-size:20px}.stats-grid p{margin-bottom:0;color:rgba(255,255,255,.84);font-size:14px}.feature-grid,.combo-grid,.copy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.image-card,.card,.mini-card,.product-card,.notice-card,.security-card,blockquote{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.image-card{overflow:hidden}.image-card img{width:100%;height:180px;object-fit:contain;background:#f7f8fa}.image-card>div{padding:20px}.image-card a,.notice-card a,.security-card a{color:var(--red);font-weight:700}.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.category-grid a,.mini-card{padding:18px;border:1px solid var(--line);border-radius:16px;background:#fff}.category-grid strong,.mini-card strong{display:block;color:var(--red)}.category-grid span,.mini-card span{font-size:13px;color:var(--muted)}.horizontal-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product-card{overflow:hidden;padding-bottom:14px}.product-card img{width:100%;height:170px;object-fit:contain;background:#f7f8fa}.product-card strong,.product-card span{display:block;padding:0 14px}.product-card strong{margin-top:12px;color:var(--red)}.product-card span{font-size:13px;color:var(--muted)}.split-feature.reverse{grid-template-columns:.95fr 1.05fr}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:18px}.notice-card,.security-card{padding:26px}.reviews,.review-row{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.reviews blockquote,.review-row blockquote{margin:0;padding:22px;color:var(--muted)}blockquote cite{display:block;margin-top:12px;color:#8a93a0;font-style:normal}.faq-list details{margin-bottom:12px;padding:16px 18px;border:1px solid var(--line);border-radius:14px;background:#fff}.faq-list summary{cursor:pointer;font-weight:700;color:var(--text)}.faq-list details p{margin-bottom:0}.about-strip{display:flex;align-items:center;justify-content:space-between;gap:24px;background:#f6f7f9}.compliance-strip{max-width:1180px;margin:0 auto 34px;padding:22px 26px;border-left:4px solid var(--red);background:#fff6f6;border-radius:12px}.compliance-strip strong{color:var(--red)}.mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:20px}.card{padding:22px}.site-footer{margin-top:46px;background:#11151c;color:#e7ecf3}.footer-grid{max-width:1180px;margin:auto;padding:42px 24px;display:grid;grid-template-columns:1.6fr .7fr 1fr;gap:32px}.footer-brand img{max-height:52px;width:auto;margin-bottom:16px}.site-footer h3{color:#fff}.site-footer a{display:block;margin:7px 0;color:#e7ecf3}.site-footer p{color:#b9c1cc}.footer-bottom{padding:16px 24px;border-top:1px solid rgba(255,255,255,.1);text-align:center;color:#aab3c0;font-size:13px}.mobile-drawer,.drawer-mask,.mobile-bottom-nav{display:none}
@media(max-width:1180px){.page-shell{grid-template-columns:1fr}.side-category{display:none}.category-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){body{padding-bottom:66px}.site-header .header-inner{min-height:64px;padding:0 14px;gap:10px}.menu-toggle{display:block}.logo img{max-height:42px}.nav-core{display:none}.register-btn{min-height:38px;padding:7px 16px}.page-shell{padding:80px 12px 0}.banner-slider{min-height:150px;max-height:210px;aspect-ratio:16/7;border-radius:14px;margin-bottom:18px}.slider-arrow{width:34px;height:34px;font-size:24px}.section,.inner-hero{padding:22px 18px;margin-bottom:20px;border-radius:16px}.intro-grid,.inner-hero,.split-feature,.split-feature.reverse{grid-template-columns:1fr;gap:20px}.inner-hero img,.intro-grid img,.split-feature img{max-height:210px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:20px}.stats-grid article{padding:16px}.feature-grid,.combo-grid,.copy-grid,.horizontal-cards,.category-grid,.mini-grid,.reviews,.review-row,.two-col{grid-template-columns:1fr}.image-card img,.product-card img{height:150px}.about-strip{display:block}.about-strip .main-btn{margin-top:12px}.footer-grid{grid-template-columns:1fr;padding:32px 18px}.mobile-bottom-nav{position:fixed;z-index:1100;left:0;right:0;bottom:0;height:60px;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-top:1px solid #e5e7eb;padding-bottom:env(safe-area-inset-bottom)}.mobile-bottom-nav a{display:flex;align-items:center;justify-content:center;font-size:13px;color:#5d6673}.mobile-bottom-nav a.active{color:var(--red);font-weight:800}.drawer-mask{position:fixed;z-index:1200;inset:0;display:block;background:rgba(17,21,28,.45);opacity:0;pointer-events:none;transition:.25s}.drawer-mask.show{opacity:1;pointer-events:auto}.mobile-drawer{position:fixed;z-index:1300;top:0;bottom:0;left:0;width:84%;max-width:320px;display:block;background:#fff;transform:translateX(-105%);transition:.25s;overflow:auto;box-shadow:18px 0 40px rgba(0,0,0,.18)}.mobile-drawer.open{transform:translateX(0)}.drawer-head{position:sticky;top:0;display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:#fff;border-bottom:1px solid #eee}.drawer-head img{max-height:42px}.drawer-close{border:0;background:#f6f7f9;width:36px;height:36px;border-radius:50%;font-size:24px}.mobile-drawer nav{padding:12px}.mobile-drawer a{display:block;padding:11px 12px;border-radius:10px}.mobile-drawer a.active{color:var(--red);background:rgba(201,0,0,.08);font-weight:700}.drawer-open{overflow:hidden}.section h1,.inner-hero h1{font-size:30px}.section h2{font-size:24px}}
