:root {
  --sooda-blue: #44C7F4;
  --sooda-dark-purple: #4450F4;
  --sooda-purple: #5864FF;
  --sooda-magenta: #FF007E;
  --sooda-orange: #FF6600;
  --sooda-yellow: #FFD800;
  --sooda-green: #AEDE2E;
  --ink: #0E1430;
  --ink-soft: #424866;
  --paper: #FFFFFF;
  --paper-soft: #F6F7FB;
  --line: #E4E6F0;
  --max: 920px;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: 'Red Hat Display', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--sooda-dark-purple); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }

.container { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
section { padding: 64px 0; }
@media (max-width: 720px) { section { padding: 48px 0; } }

header.site { padding: 24px 0; border-bottom: 1px solid var(--line); }
header.site .row { display: flex; align-items: center; justify-content: space-between; gap: 16px; max-width: var(--max); margin: 0 auto; padding: 0 24px; }
header.site img { height: 32px; width: auto; }
header.site .meta { font-size: 13px; color: var(--ink-soft); }
header.site .back { font-size: 14px; }

.eyebrow {
  display: inline-block; font-size: 13px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  margin-bottom: 16px;
}

.hero { padding: 80px 0 48px; position: relative; overflow: hidden; }
.hero::before {
  content: ''; position: absolute; top: -100px; right: -100px;
  width: 360px; height: 360px; border-radius: 50%;
  opacity: 0.15; z-index: 0;
}
.hero .container { position: relative; z-index: 1; }
.hero h1 {
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.06; font-weight: 900;
  letter-spacing: -0.02em;
  margin: 0 0 20px; max-width: 820px;
}
.hero .lede {
  font-size: clamp(17px, 1.8vw, 20px);
  line-height: 1.5; color: var(--ink-soft);
  max-width: 720px; margin: 0;
}

.metrics {
  display: grid; gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-top: 40px;
}
.metric {
  padding: 24px; background: var(--paper-soft);
  border: 1px solid var(--line); border-radius: 14px;
}
.metric .num {
  font-size: 40px; font-weight: 900; line-height: 1;
  letter-spacing: -0.02em; margin: 0 0 6px;
}
.metric .label { font-size: 14px; color: var(--ink-soft); margin: 0; line-height: 1.4; }

section h2 {
  font-size: clamp(24px, 3vw, 32px); font-weight: 900; letter-spacing: -0.01em;
  margin: 0 0 20px; line-height: 1.2;
}
section p { margin: 0 0 16px; }

.section-soft { background: var(--paper-soft); }

.bullet-list {
  list-style: none; padding: 0; margin: 0; display: grid; gap: 12px;
}
.bullet-list li {
  padding: 16px 20px 16px 44px; background: var(--paper);
  border: 1px solid var(--line); border-radius: 12px;
  position: relative; font-size: 16px;
}
.bullet-list li::before {
  content: ''; position: absolute; left: 18px; top: 50%; transform: translateY(-50%);
  width: 10px; height: 10px; border-radius: 50%;
}

.takeaway {
  padding: 32px; border-radius: 16px;
  background: var(--ink); color: var(--paper);
  margin-top: 16px;
}
.takeaway h3 { font-size: 18px; font-weight: 700; margin: 0 0 12px; color: var(--paper); }
.takeaway p { color: rgba(255,255,255,0.8); margin: 0 0 12px; line-height: 1.55; }
.takeaway p:last-child { margin: 0; }

.cta-row {
  display: flex; flex-wrap: wrap; gap: 16px;
  padding: 40px 32px; background: var(--paper-soft);
  border: 1px solid var(--line); border-radius: 16px;
  margin-top: 32px;
}
.cta-row .text { flex: 1 1 300px; }
.cta-row h3 { font-size: 20px; font-weight: 800; margin: 0 0 8px; }
.cta-row p { margin: 0; color: var(--ink-soft); font-size: 15px; }
.btn {
  display: inline-block;
  padding: 16px 28px; border-radius: 999px;
  font-weight: 700; font-size: 16px; line-height: 1;
  text-align: center; cursor: pointer; border: 0;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
  text-decoration: none;
  background: var(--ink); color: var(--paper);
  align-self: center;
}
.btn:hover { transform: translateY(-1px); box-shadow: 0 8px 24px rgba(14,20,48,0.18); text-decoration: none; }

footer.site {
  padding: 40px 0 64px; border-top: 1px solid var(--line);
  color: var(--ink-soft); font-size: 14px;
  margin-top: 32px;
}
footer.site .row { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; max-width: var(--max); margin: 0 auto; padding: 0 24px; }

.preview-banner {
  padding: 10px 0; text-align: center;
  background: var(--sooda-yellow); color: var(--ink);
  font-size: 13px; font-weight: 600;
}

/* per-case accents set inline in HTML via --accent */
.hero { background: linear-gradient(180deg, transparent 0%, var(--paper-soft) 100%); }
.hero::before { background: radial-gradient(circle, var(--accent, var(--sooda-blue)) 0%, transparent 70%); }
.eyebrow { color: var(--accent, var(--sooda-magenta)); }
.metric .num { color: var(--accent, var(--ink)); }
.bullet-list li::before { background: var(--accent, var(--sooda-blue)); }
