:root {
  color-scheme: dark;
  --bg: #050807;
  --panel: rgba(255,255,255,.035);
  --line: rgba(255,255,255,.1);
  --muted: #9ca3a7;
  --text: #f4f7f5;
  --green: #5fd69a;
}
* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; }
body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 50% 0%, rgba(95,214,154,.14), transparent 34rem),
    linear-gradient(180deg, #07100d 0%, var(--bg) 55%);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.wrap { width: min(1040px, calc(100% - 40px)); margin: 0 auto; }
header {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}
.brand img {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  box-shadow: 0 0 32px rgba(95,214,154,.15);
}
nav { display: flex; gap: 20px; color: var(--muted); font-size: 14px; }
nav a { text-decoration: none; }
nav a:hover { color: var(--text); }
main { padding: clamp(64px, 10vw, 116px) 0 76px; }
section { margin-top: clamp(58px, 8vw, 92px); scroll-margin-top: 86px; }
.eyebrow {
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0 0 20px;
}
h1 {
  max-width: 920px;
  margin: 0;
  font-size: clamp(42px, 7vw, 76px);
  line-height: 1;
  letter-spacing: -.055em;
}
.lede {
  max-width: 790px;
  margin: 28px 0 0;
  color: #cdd5d0;
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: 1.6;
}
.actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.button {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 12px 18px;
  text-decoration: none;
  font-weight: 700;
  color: var(--text);
}
.button.primary { background: var(--green); color: #05100b; border-color: var(--green); }
.button:hover { border-color: rgba(95,214,154,.45); }
.section-head { max-width: 780px; }
.section-head h2 {
  margin: 0;
  font-size: clamp(30px, 4.6vw, 50px);
  line-height: 1.04;
  letter-spacing: -.045em;
}
.section-head p {
  margin: 18px 0 0;
  color: #cdd5d0;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.6;
}
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 26px;
}
.grid.two { grid-template-columns: repeat(2, 1fr); }
.card {
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: 16px;
  padding: 24px;
}
.card span {
  color: var(--green);
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.card h2, .card h3 { font-size: 22px; line-height: 1.15; margin: 0 0 12px; }
.card p, .card li { color: var(--muted); line-height: 1.65; }
.card p { margin: 0; }
.card ul { margin: 0; padding-left: 18px; }
.facts { display: grid; gap: 10px; margin-top: 22px; }
.fact {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid var(--line);
  padding: 0 0 10px;
  color: var(--muted);
  font-size: 14px;
}
.fact strong { color: var(--text); font-weight: 800; text-align: right; }
.article {
  max-width: 820px;
  color: #cdd5d0;
  font-size: 17px;
  line-height: 1.72;
}
.article h2 {
  margin: 52px 0 14px;
  color: var(--text);
  font-size: clamp(28px, 4vw, 42px);
  letter-spacing: -.04em;
  line-height: 1.05;
}
.article h3 { margin: 32px 0 10px; color: var(--text); font-size: 21px; }
.article p { margin: 0 0 16px; }
.article ul, .article ol { margin: 0 0 20px; padding-left: 22px; }
.article li { margin: 7px 0; }
.note {
  margin-top: 34px;
  max-width: 820px;
  color: var(--muted);
  line-height: 1.7;
  font-size: 15px;
}
footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
  padding: 28px 0 40px;
}
footer .wrap { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
}
.footer-brand img { width: 30px; height: 30px; border-radius: 8px; }
.footer-meta { width: 100%; margin-top: 18px; color: var(--muted); line-height: 1.75; }
.footer-social { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.footer-social a { color: var(--muted); text-decoration: none; }
.footer-social a:hover { color: var(--green); }
@media (max-width: 760px) {
  header { align-items: flex-start; flex-direction: column; gap: 18px; padding: 20px 0; }
  nav { flex-wrap: wrap; gap: 14px; }
  .grid, .grid.two { grid-template-columns: 1fr; }
}
