:root{--red:#c90000;--red-dark:#a80000;--red-soft:rgba(201,0,0,.08);--text:#1f2329;--muted:#5d6673;--hint:#8a93a0;--line:rgba(201,0,0,.12);--soft:#f6f7f9;--section:#f1f3f6;--footer:#11151c;--shadow:0 12px 30px rgba(18,28,45,.08);--radius:18px;--header:76px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;line-height:1.75}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-header{position:sticky;top:0;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:1420px;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;min-width:0}.nav-core a{color:var(--text);background:var(--soft);border-radius:999px;padding:10px 16px;font-weight:700;font-size:14px;transition:.2s}.nav-core a:hover,.nav-core a.active{color:var(--red);background:var(--red-soft)}.main-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 22px;border-radius:999px;background:linear-gradient(180deg,#f12b2b 0%,#c90000 55%,#a80000 100%);color:#fff;font-weight:800;box-shadow:0 9px 20px rgba(201,0,0,.18);transition:.2s}.main-btn:hover{transform:translateY(-1px);box-shadow:0 12px 24px rgba(201,0,0,.24)}.header-register{flex:0 0 auto}.menu-toggle{display:none;background:none;border:0;width:42px;height:42px;padding:9px;align-items:center;justify-content:center;flex-direction:column;gap:5px}.menu-toggle span{display:block;width:22px;height:2px;background:var(--text);border-radius:9px}.site-shell{max-width:1420px;margin:0 auto;padding:22px 24px 50px;display:grid;grid-template-columns:220px minmax(0,1fr);gap:28px}.side-category{position:sticky;top:96px;align-self:start;max-height:calc(100vh - 118px);overflow:auto;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:14px}.side-category-title{padding:8px 10px 12px;color:var(--red);font-weight:900;border-bottom:1px solid #eceff3;margin-bottom:8px}.side-category nav{display:grid;gap:4px}.side-category a{color:var(--text);border-radius:12px;padding:8px 10px;font-size:14px}.side-category a:hover,.side-category a.active{color:var(--red);background:var(--red-soft);font-weight:700}.site-main{min-width:0}.banner-slider{max-width:1180px;margin:0 auto 34px;border-radius:22px;background:#f7f8fa;box-shadow:var(--shadow);overflow:hidden;position:relative;min-height:260px;max-height:360px}.slides{position:relative;aspect-ratio:1180/350}.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:#f7f8fa}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.65);background:rgba(17,21,28,.45);color:#fff;font-size:26px;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;border-radius:50%;border:0;padding:0;background:rgba(255,255,255,.55);cursor:pointer}.slider-dots button.active{width:24px;border-radius:999px;background:#fff}.section{margin:0 0 34px;padding:28px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:22px}.section.soft{background:var(--soft);border-color:transparent;box-shadow:none}.section.red-summary{background:linear-gradient(135deg,#c90000,#a80000);color:#fff;border:0}.section.red-summary h2,.section.red-summary h3,.section.red-summary p{color:#fff}.section-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:20px}.section-head p{margin:0;color:var(--muted);max-width:720px}.section-title,h1,h2,h3{color:var(--red);line-height:1.3}h1{font-size:clamp(30px,4vw,48px);margin:0 0 14px}h2{font-size:clamp(24px,3vw,34px);margin:0 0 12px}h3{font-size:19px;margin:0 0 8px}.eyebrow{display:inline-block;margin-bottom:10px;color:var(--red);font-weight:900;letter-spacing:.12em;font-size:13px}.lead{font-size:18px;color:var(--muted);margin:0 0 22px}.hero-intro{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:30px;align-items:center}.hero-intro img,.split-media img{width:100%;max-height:300px;object-fit:contain;background:#f7f8fa;border-radius:18px}.button-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.text-link{display:inline-flex;align-items:center;gap:6px;color:var(--red);font-weight:800}.text-link:after{content:'→'}.grid-2,.grid-3,.grid-4{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{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:18px;padding:20px}.card p,.zone-card p,.info-card p,.review-card p{margin:0;color:var(--muted)}.card img,.zone-card img,.info-card img,.content-img{width:100%;max-height:230px;object-fit:contain;background:#f7f8fa;border-radius:14px;margin-bottom:16px}.product-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}.product-card img{width:100%;height:170px;object-fit:contain;background:#f7f8fa}.product-card-body{padding:18px}.product-card-body p{margin:0 0 12px;color:var(--muted)}.quick-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.quick-link{padding:16px;border-radius:16px;background:#fff;border:1px solid var(--line);transition:.2s}.quick-link:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.quick-link strong{display:block;color:var(--red);margin-bottom:4px}.quick-link span{display:block;color:var(--muted);font-size:14px}.summary-item{padding:18px;border:1px solid rgba(255,255,255,.22);border-radius:16px;background:rgba(255,255,255,.08)}.summary-item strong{display:block;font-size:18px;margin-bottom:6px}.summary-item p{margin:0;font-size:14px;opacity:.9}.split-media{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);gap:26px;align-items:center}.list-clean{margin:16px 0 0;padding:0;list-style:none;display:grid;gap:10px}.list-clean li{position:relative;padding-left:22px;color:var(--muted)}.list-clean li:before{content:'✓';position:absolute;left:0;color:var(--red);font-weight:900}.review-card{position:relative}.review-card:before{content:'“';position:absolute;right:18px;top:8px;color:rgba(201,0,0,.12);font-size:58px;font-weight:900;line-height:1}.review-card strong{display:block;margin-top:14px;color:var(--text)}.faq-list{display:grid;gap:12px}.faq-item{border:1px solid var(--line);border-radius:16px;background:#fff;overflow:hidden}.faq-item summary{cursor:pointer;padding:16px 18px;font-weight:800;color:var(--text);list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:'+';float:right;color:var(--red);font-size:22px}.faq-item[open] summary:after{content:'−'}.faq-item p{margin:0;padding:0 18px 18px;color:var(--muted)}.notice{padding:18px 20px;border-left:4px solid var(--red);background:var(--red-soft);border-radius:14px;color:var(--muted)}.tag-row{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0}.tag{display:inline-flex;padding:6px 10px;border-radius:999px;background:var(--red-soft);color:var(--red);font-size:13px;font-weight:800}.site-footer{background:var(--footer);color:#e7ecf3;padding:46px 24px 20px}.footer-grid{max-width:1180px;margin:auto;display:grid;grid-template-columns:1.5fr .7fr 1fr;gap:34px}.footer-brand img{max-height:48px;width:auto;margin-bottom:16px}.site-footer h3{color:#fff}.site-footer p{color:#b9c1cc;margin:0}.site-footer a{display:block;color:#dce2ea;margin:7px 0}.site-footer a:hover{color:#fff}.footer-bottom{max-width:1180px;margin:28px auto 0;padding-top:18px;border-top:1px solid rgba(255,255,255,.1);color:#9da7b3;font-size:13px}.mobile-drawer{position:fixed;top:0;left:0;bottom:0;width:min(84vw,320px);background:#fff;z-index:1200;transform:translateX(-105%);transition:transform .24s ease;box-shadow:20px 0 50px rgba(18,28,45,.18);padding:16px;overflow:auto}.mobile-drawer.open{transform:translateX(0)}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:12px;border-bottom:1px solid #eceff3}.drawer-logo img{max-height:42px;width:auto}.drawer-close{border:0;background:var(--soft);width:38px;height:38px;border-radius:50%;font-size:24px}.drawer-nav{display:grid;gap:6px;padding:12px 0}.drawer-nav a{padding:11px 12px;border-radius:12px}.drawer-nav a.active,.drawer-nav a:hover{color:var(--red);background:var(--red-soft);font-weight:800}.drawer-mask{position:fixed;inset:0;background:rgba(17,21,28,.45);z-index:1100;opacity:0;transition:opacity .2s}.drawer-mask.show{opacity:1}.drawer-open{overflow:hidden}.mobile-bottom-nav{display:none}.page-hero{padding:34px;background:linear-gradient(135deg,#fff 0%,#f7f8fa 70%,#fff 100%);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);margin-bottom:30px}.page-hero .hero-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:28px;align-items:center}.page-hero img{width:100%;max-height:280px;object-fit:contain;background:#f7f8fa;border-radius:18px}.meta-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:20px}.meta-strip div{padding:12px 14px;border-radius:14px;background:#fff;border:1px solid var(--line)}.meta-strip strong{display:block;color:var(--red)}@media(max-width:1180px){.site-shell{grid-template-columns:190px minmax(0,1fr);gap:20px}.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.nav-core a{padding:9px 12px}.header-inner{gap:14px}}@media(max-width:980px){.nav-core,.side-category{display:none}.menu-toggle{display:flex}.site-shell{display:block;padding:18px 18px 44px}.header-inner{padding:0 16px;min-height:68px}.logo{position:absolute;left:50%;transform:translateX(-50%)}.logo img{max-height:44px}.header-register{padding:8px 16px;min-height:38px}.hero-intro,.split-media,.page-hero .hero-layout{grid-template-columns:1fr}.grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.quick-links{grid-template-columns:repeat(2,minmax(0,1fr))}.banner-slider{min-height:0}.slides{aspect-ratio:16/6}}@media(max-width:640px){body{padding-bottom:70px}.site-shell{padding:14px 12px 30px}.section,.page-hero{padding:20px 16px;border-radius:18px;margin-bottom:22px}.grid-2,.grid-3,.grid-4,.quick-links,.meta-strip,.footer-grid{grid-template-columns:1fr}.section-head{display:block}.section-head p{margin-top:8px}.banner-slider{border-radius:16px;margin-bottom:22px}.slides{aspect-ratio:16/8;min-height:150px;max-height:210px}.slider-arrow{width:36px;height:36px;font-size:22px}.product-card img{height:150px}.card img,.zone-card img,.info-card img,.content-img{max-height:200px}.hero-intro img,.split-media img,.page-hero img{max-height:220px}.mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:1050;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-top:1px solid #e5e8ed;padding-bottom:env(safe-area-inset-bottom);box-shadow:0 -8px 24px rgba(18,28,45,.08)}.mobile-bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-height:62px;color:#657080;font-size:12px}.mobile-bottom-nav a span{font-size:18px;line-height:1}.mobile-bottom-nav a.active{color:var(--red);font-weight:800}.site-footer{padding:36px 18px 30px}.footer-grid{gap:24px}h1{font-size:30px}.lead{font-size:16px}.header-inner{gap:8px}.header-register{font-size:14px;padding:7px 14px}.menu-toggle{width:38px;height:38px}}
