﻿:root{--bg:#fffdf8;--soft:#fff7e8;--line:#eadfbe;--text:#1b1d22;--muted:#5d5d60;--navy:#2e323f;--accent:#c69112;--accent-soft:#fff2c8}
*{box-sizing:border-box}body{margin:0;font-family:"Microsoft YaHei",sans-serif;background:var(--bg);color:var(--text);line-height:1.72}
img{max-width:100%;height:auto;display:block}.site-logo,.logo img,.brand img,.header-logo img,.nav-logo img{display:block;width:auto;height:auto;max-height:40px;max-width:190px;object-fit:contain}
.hh-shell{width:min(1180px,calc(100% - 40px));margin:0 auto}.hh-header{position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid var(--line)}.header-row{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:78px}
.brand{text-decoration:none}.hh-menu-btn{display:none}.hh-nav{display:flex;gap:22px}.hh-nav a{text-decoration:none;color:var(--navy);font-weight:700}
.hero{padding:54px 0 30px;background:linear-gradient(180deg,#fff,#fff8eb 100%)}.hero-grid,.proof-grid,.panel-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center}.panel-grid{grid-template-columns:repeat(3,1fr)}
.eyebrow{display:inline-flex;padding:8px 12px;border-radius:999px;background:var(--accent-soft);color:#916500;font-size:13px;font-weight:800}h1{font-size:44px;line-height:1.14;margin:18px 0}h2,h3,p{margin-top:0}.hero-copy p,.section-head p,.section-copy{color:var(--muted)}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}.hero-actions a,.cta-box a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:14px;text-decoration:none;background:var(--accent);color:#fff;font-weight:700}.hero-actions .ghost{background:#fff;color:var(--navy);border:1px solid var(--line)}
.hero-visual{display:grid;gap:18px}.stat-board,.hero-card,.visual-card,.rule-card,.panel,.cta-box,.faq-grid details,.fact-grid article{border:1px solid var(--line);border-radius:26px;background:#fff}.hero-card,.visual-card{padding:18px}.hero-card img,.visual-card img{max-width:100%;height:auto;object-fit:contain}
.stat-board{padding:20px;background:linear-gradient(135deg,#fff,#fff8df)}.stat-board div{display:flex;justify-content:space-between;gap:14px;padding:14px 0;border-bottom:1px solid var(--line)}.stat-board div:last-child{border-bottom:0}
.section{padding:34px 0}.section-head{max-width:760px;margin-bottom:18px}.fact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.fact-grid article{padding:22px}.fact-grid span{display:grid;place-items:center;width:54px;height:54px;border-radius:16px;background:var(--accent-soft);font-size:24px;margin-bottom:14px}
.soft{background:#fff}.rules-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.rule-card,.panel{padding:22px}.timeline{list-style:none;padding:0;margin:18px 0 0;display:grid;gap:14px}.timeline li{display:flex;gap:14px;padding:16px;border:1px solid var(--line);border-radius:22px;background:#fff}.timeline strong{width:50px;height:50px;border-radius:16px;background:var(--navy);color:#fff;display:grid;place-items:center;flex:none}
.faq-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.faq-grid details{padding:20px}.faq-grid summary{cursor:pointer;font-weight:700;color:var(--navy)}.search-tags{display:flex;flex-wrap:wrap;gap:12px}.search-tags span{padding:10px 14px;border-radius:999px;background:#fff;border:1px solid var(--line)}
.cta-box{display:flex;justify-content:space-between;gap:24px;padding:28px;background:linear-gradient(135deg,#fff8e2,#fff)}.hh-backtop{position:fixed;right:22px;bottom:22px;width:44px;height:44px;border:0;border-radius:50%;background:var(--navy);color:#fff;display:none}.hh-backtop.is-visible{display:block}
@media (max-width:900px){.hh-menu-btn{display:block;border:1px solid var(--line);background:#fff;border-radius:12px;padding:10px 14px}.hh-nav{display:none;position:absolute;top:78px;right:20px;flex-direction:column;padding:14px;border:1px solid var(--line);border-radius:18px;background:#fff}.hh-nav.is-open{display:flex}.hero-grid,.proof-grid,.panel-grid,.fact-grid,.rules-grid,.faq-grid{grid-template-columns:1fr}h1{font-size:34px}.cta-box{flex-direction:column;align-items:flex-start}}
@media (max-width:640px){.hh-shell{width:min(100% - 24px,1180px)}}

.brand-logo,
.logo-wrap,
.header-logo,
.nav-brand,
.brand,
.hh-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 6px 14px;
  border-radius: 12px;
  background: #10172a;
  text-decoration: none;
  line-height: 1;
  flex-shrink: 0;
}

.site-logo,
.brand-logo img,
.logo-wrap img,
.header-logo img,
.nav-brand img,
.logo img,
.brand img,
.hh-brand img {
  display: block;
  width: auto;
  height: auto;
  max-height: 36px;
  max-width: 190px;
  object-fit: contain;
}

