.hero h2 {
  font-size: clamp(36px, 6vw, 68px);
  line-height: 1.02;
  margin: 0;
  font-weight: 900;
  max-width: 760px;
}
.hero h2 .accent { color: var(--green); }
.hero p { color: var(--muted); line-height: 1.8; font-size: 18px; max-width: 760px; margin: 18px 0 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 28px; max-width: 680px; }
.stat { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; box-shadow: var(--shadow); }
.stat strong { display: block; color: var(--green); font-size: 28px; font-weight: 900; }
.stat span { color: var(--muted); font-size: 14px; }
.market-box {
  margin-top: 16px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(0,0,0,0.16);
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 14px;
}
.market-box strong { color: var(--green); font-size: 28px; font-weight: 900; }
.section-head h3 { margin: 6px 0 0; font-size: clamp(26px, 4vw, 38px); font-weight: 900; }
.analysis-card h4, .post-card h4 { margin: 14px 0 8px; font-size: 24px; line-height: 1.2; }
.stack { display: grid; gap: 12px; }
.inline-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
