:root {
  --ink:#1f2937;
  --brand:#ef4444;
  --accent:#facc15;
  --soft:#fff7ed;
  --line:#e5e7eb;
  --muted:#64748b;
  --white:#fff
}
* {
  box-sizing:border-box
}
body {
  margin:0;
  color:#172033;
  font-family:Arial,"Microsoft YaHei",sans-serif;
  line-height:1.78;
  background:#fff
}
a {
  text-decoration:none;
  color:inherit
}
img {
  display:block;
  max-width:100%
}
.site-header {
  position:sticky;
  top:0;
  z-index:10;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid var(--line);
  backdrop-filter:blur(10px)
}
.topbar {
  display:flex;
  justify-content:space-between;
  gap:16px;
  background:var(--ink);
  color:#fff;
  padding:8px max(18px,calc((100% - 1180px)/2));
  font-size:14px
}
.nav {
  width:min(1180px,calc(100% - 36px));
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px
}
.logo {
  display:flex;
  align-items:center;
  gap:12px;
  font-weight:900;
  padding:13px 0
}
.mark {
  width:46px;
  height:46px;
  border-radius:7px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,var(--brand),var(--accent));
  color:#fff
}
.logo small {
  display:block;
  font-size:11px;
  color:var(--muted)
}
.nav ul {
  display:flex;
  flex-wrap:wrap;
  gap:4px;
  list-style:none;
  margin:0;
  padding:0
}
.nav a {
  padding:9px 10px;
  border-radius:6px
}
.nav a[aria-current=page],.nav a:hover {
  background:var(--soft);
  color:var(--brand)
}
.hero {
  width:min(1180px,calc(100% - 36px));
  margin:auto;
  display:grid;
  grid-template-columns:1.03fr .97fr;
  gap:40px;
  align-items:center;
  padding:54px 0
}
.hero h1 {
  font-size:clamp(30px,4vw,54px);
  line-height:1.14;
  margin:10px 0 16px
}
.hero p,.section-head p {
  color:var(--muted);
  font-size:17px
}
.eyebrow {
  color:var(--brand);
  font-weight:800;
  letter-spacing:0
}
.hero img {
  border-radius:8px;
  box-shadow:0 24px 70px rgba(15,23,42,.18)
}
.btns {
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:24px
}
.btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:9px 16px;
  border:1px solid var(--line);
  border-radius:7px;
  font-weight:800
}
.btn.primary {
  background:var(--brand);
  border-color:var(--brand);
  color:#fff
}
.band {
  padding:58px max(18px,calc((100% - 1180px)/2))
}
.band.soft {
  background:var(--soft)
}
.section-head {
  max-width:850px;
  margin-bottom:24px
}
.grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px
}
.grid.three {
  grid-template-columns:repeat(3,1fr)
}
.card {
  background:#fff;
  border:1px solid var(--line);
  border-radius:8px;
  padding:22px
}
.card strong {
  display:inline-grid;
  place-items:center;
  width:38px;
  height:38px;
  border-radius:6px;
  background:var(--ink);
  color:#fff
}
.split {
  display:grid;
  grid-template-columns:1fr 360px;
  gap:28px
}
.panel {
  background:#fff;
  border:1px solid var(--line);
  border-radius:8px;
  padding:26px
}
.steps {
  counter-reset:s;
  display:grid;
  gap:16px
}
.steps li {
  list-style:none;
  counter-increment:s;
  border-left:4px solid var(--brand);
  background:#fff;
  padding:10px 0 10px 18px
}
.steps li:before {
  content:counter(s);
  display:inline-grid;
  place-items:center;
  width:28px;
  height:28px;
  margin-right:10px;
  border-radius:50%;
  background:var(--accent);
  font-weight:800
}
.metrics {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px
}
.metric {
  background:var(--ink);
  color:#fff;
  border-radius:8px;
  padding:20px
}
.metric b {
  font-size:30px;
  color:var(--accent)
}
table {
  width:100%;
  border-collapse:collapse;
  background:#fff;
  border:1px solid var(--line)
}
th,td {
  text-align:left;
  padding:14px;
  border-bottom:1px solid var(--line)
}
th {
  background:var(--ink);
  color:#fff
}
.site-footer {
  background:var(--ink);
  color:#fff;
  padding:44px max(18px,calc((100% - 1180px)/2));
  display:grid;
  gap:22px
}
.site-footer nav {
  display:flex;
  flex-wrap:wrap;
  gap:10px
}
.site-footer a {
  padding:8px 10px;
  background:rgba(255,255,255,.1);
  border-radius:6px
}
@media(max-width:860px) {
  .hero,.split {
  grid-template-columns:1fr
}
.grid,.grid.three,.metrics {
  grid-template-columns:1fr
}
.nav {
  align-items:flex-start;
  flex-direction:column
}
.nav ul {
  padding-bottom:12px
}
.topbar {
  flex-direction:column
}
.hero {
  padding-top:28px
}

}

.detail-copy {
  margin: 28px auto;
  width: min(1080px, calc(100% - 36px));
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.detail-copy h2 {
  margin: 0 0 12px;
}
.detail-copy p {
  margin: 12px 0 0;
  color: #334155;
}
.visual-strip {
  width: min(1080px, calc(100% - 36px));
  margin: 30px auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.visual-strip figure {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.visual-strip figcaption {
  padding: 10px 14px;
  color: var(--muted);
  font-size: 14px;
}
@media (max-width: 760px) {
  .visual-strip {
    grid-template-columns: 1fr;
  }
}
