/* ============================================================
   Sieve — Design System
   Qualify leads. Know who's ready. Built for the Nigerian market.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');

:root {
  --ink: #14162B;
  --ink-soft: #4A4E68;
  --ink-faint: #8285A0;
  --paper: #FBF9F5;
  --surface: #FFFFFF;
  --surface-sunk: #F4F1EA;
  --line: #E6E2D8;
  --line-soft: #EEEBE2;

  --accent: #C1501F;
  --accent-ink: #5C220A;
  --accent-soft: #F7E2D3;
  --blue: #1F5FE0;
  --blue-soft: #E6EDFC;
  --good: #16825D;
  --good-soft: #E1F4EC;

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 1px 2px rgba(20,22,43,0.06), 0 1px 1px rgba(20,22,43,0.04);
  --shadow-md: 0 8px 24px rgba(20,22,43,0.08);
  --shadow-lg: 0 24px 64px rgba(20,22,43,0.14);

  --font-display: 'Sora', 'Segoe UI', system-ui, sans-serif;
  --font-body: 'Plus Jakarta Sans', 'Segoe UI', system-ui, sans-serif;

  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.12;
  margin: 0;
  text-wrap: balance;
  letter-spacing: -0.01em;
}
p { margin: 0; }
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 28px;
}
section { position: relative; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 15px;
  padding: 14px 26px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
  white-space: nowrap;
}
.btn-primary { background: var(--ink); color: var(--paper); }
.btn-primary:hover { background: var(--accent); color: var(--ink); transform: translateY(-1px); box-shadow: var(--shadow-md); }
.btn-accent { background: var(--accent); color: var(--ink); }
.btn-accent:hover { transform: translateY(-1px); box-shadow: var(--shadow-md); }
.btn-ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--line); }
.btn-ghost:hover { border-color: var(--ink); }
.btn-sm { padding: 10px 18px; font-size: 14px; }
.btn-block { width: 100%; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(251,249,245,0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 28px;
  max-width: var(--container); margin: 0 auto;
}
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 800; font-size: 20px; }
.brand-mark {
  width: 32px; height: 32px; border-radius: 9px;
  display: block; object-fit: contain; flex-shrink: 0;
}
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a { font-size: 14.5px; font-weight: 600; color: var(--ink-soft); }
.nav-links a:hover, .nav-links a.active { color: var(--ink); }
.nav-cta { display: flex; align-items: center; gap: 18px; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 6px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 2px; }

/* ---------- Hero ---------- */
.hero { padding: 96px 0 60px; text-align: center; }
.hero h1 { font-size: clamp(2.4rem, 5.2vw, 4.1rem); max-width: 900px; margin: 0 auto; }
.hero h1 .hl { color: var(--accent); }
.hero-sub {
  max-width: 620px; margin: 24px auto 0;
  font-size: 19px; color: var(--ink-soft);
}
.hero-ctas { display: flex; gap: 14px; justify-content: center; margin-top: 34px; flex-wrap: wrap; }
.hero-fine { margin-top: 16px; font-size: 13.5px; color: var(--ink-faint); }
.hero-proof {
  max-width: 560px; margin: 30px auto 0; text-align: center;
  font-size: 14px; color: var(--ink-soft); line-height: 1.6;
}

/* ---------- Sections ---------- */
.section { padding: 88px 0; }
.section-tight { padding: 60px 0; }
.section-sunk { background: var(--surface-sunk); }
.section-dark { background: var(--ink); color: var(--paper); }
.section-head { max-width: 640px; margin: 0 auto 56px; text-align: center; }
.section-head h2 { font-size: clamp(1.9rem, 3.4vw, 2.6rem); }
.section-head p { margin-top: 16px; font-size: 17px; color: var(--ink-soft); }
.section-dark .section-head p { color: #B7B9CC; }

/* ---------- Feature grid ---------- */
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.card {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius-md); padding: 30px;
}
.card-icon {
  width: 44px; height: 44px; border-radius: 12px;
  background: var(--accent-soft); color: var(--accent-ink);
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; margin-bottom: 20px;
}
.card h3 { font-size: 18px; margin-bottom: 10px; }
.card p { color: var(--ink-soft); font-size: 15px; }

/* ---------- Problem / Q list ---------- */
.problem-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; max-width: 820px; margin: 44px auto 0; }
.problem-item {
  display: flex; gap: 16px; align-items: flex-start;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-md);
  padding: 22px 24px;
}
.qmark {
  flex-shrink: 0; width: 34px; height: 34px; border-radius: 50%;
  background: var(--ink); color: var(--paper); font-family: var(--font-display); font-weight: 700;
  display: flex; align-items: center; justify-content: center; font-size: 16px;
}
.problem-item p { font-weight: 600; font-size: 15.5px; }

/* ---------- Stats ---------- */
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; text-align: center; }
.stat-num { font-family: var(--font-display); font-size: 2.6rem; font-weight: 800; color: var(--accent); }
.stat-label { margin-top: 6px; font-size: 14px; color: var(--ink-soft); font-weight: 600; }

/* ---------- Comparison table ---------- */
.compare-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface); }
table.compare { width: 100%; border-collapse: collapse; min-width: 640px; }
table.compare th, table.compare td { padding: 16px 18px; text-align: center; border-bottom: 1px solid var(--line-soft); font-size: 14px; }
table.compare th { font-family: var(--font-display); font-weight: 700; background: var(--surface-sunk); }
table.compare td:first-child, table.compare th:first-child { text-align: left; font-weight: 600; }
table.compare tr:last-child td { border-bottom: none; }
.chk { color: var(--good); font-weight: 800; }
.dash { color: var(--ink-faint); }
.compare-highlight { background: var(--accent-soft); }

/* ---------- Pricing ---------- */
.pricing-toggle {
  display: flex; align-items: center; justify-content: center; gap: 14px;
  margin: 0 auto 48px;
}
.toggle-pill {
  position: relative; width: 54px; height: 30px; border-radius: 999px;
  background: var(--ink); cursor: pointer; border: none; padding: 0;
}
.toggle-pill::after {
  content: ""; position: absolute; top: 3px; left: 3px;
  width: 24px; height: 24px; border-radius: 50%; background: var(--paper);
  transition: transform .2s ease;
}
.toggle-pill.is-yearly::after { transform: translateX(24px); }
.save-badge { background: var(--good-soft); color: var(--good); font-size: 12.5px; font-weight: 800; padding: 4px 10px; border-radius: 999px; }

.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; align-items: stretch; }
.plan {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 32px 26px; display: flex; flex-direction: column;
}
.plan.is-best { border-color: var(--ink); box-shadow: var(--shadow-lg); position: relative; }
.plan-badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--accent); color: var(--ink); font-size: 12px; font-weight: 800;
  padding: 5px 14px; border-radius: 999px;
}
.plan-name { font-family: var(--font-display); font-weight: 700; font-size: 18px; }
.plan-desc { color: var(--ink-soft); font-size: 13.5px; margin-top: 4px; }
.plan-price { margin: 22px 0 6px; font-family: var(--font-display); font-size: 2.3rem; font-weight: 800; }
.plan-price small { font-family: var(--font-body); font-size: 13px; font-weight: 600; color: var(--ink-soft); }
.naira { font-family: "Segoe UI", Arial, sans-serif; font-weight: 700; margin-right: 3px; }
.plan-period { font-size: 12.5px; color: var(--ink-faint); margin-bottom: 22px; }
.plan-cta { margin-bottom: 22px; }
.plan-features { display: flex; flex-direction: column; gap: 11px; margin-top: 4px; }
.plan-features li { display: flex; gap: 10px; font-size: 14px; align-items: flex-start; }
.plan-features li::before { content: "✓"; color: var(--good); font-weight: 800; flex-shrink: 0; }

/* ---------- Pay-mode switcher (Credits / Pay-per-lead / Subscription) ---------- */
.pay-tabs { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-bottom: 12px; }
.pay-tab {
  padding: 11px 22px; border-radius: 999px; border: 1.5px solid var(--line); background: var(--surface);
  font-family: var(--font-display); font-weight: 700; font-size: 14.5px; color: var(--ink-soft); cursor: pointer;
}
.pay-tab.active { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.pay-tab-note { text-align: center; color: var(--ink-faint); font-size: 13px; margin-bottom: 40px; }
.pay-panel { display: none; }
.pay-panel.active { display: block; }

.bundle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.bundle-card {
  background: var(--surface); border: 1.5px solid var(--line); border-radius: var(--radius-lg);
  padding: 30px 26px; display: flex; flex-direction: column; position: relative;
}
.bundle-card.is-best { border-color: var(--ink); box-shadow: var(--shadow-lg); }
.bundle-badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--accent); color: var(--ink); font-size: 12px; font-weight: 800;
  padding: 5px 14px; border-radius: 999px; white-space: nowrap;
}
.bundle-credits { font-family: var(--font-display); font-weight: 800; font-size: 1.3rem; margin-top: 6px; }
.bundle-price { margin: 16px 0 4px; font-family: var(--font-display); font-size: 2.1rem; font-weight: 800; }
.bundle-per { font-size: 12.5px; color: var(--ink-faint); margin-bottom: 22px; }
.bundle-cta { margin-top: auto; }

.cpl-card {
  max-width: 640px; margin: 0 auto; background: var(--surface); border: 1.5px solid var(--ink);
  box-shadow: var(--shadow-lg); border-radius: var(--radius-lg); padding: 40px 36px; text-align: center;
}
.cpl-rate { font-family: var(--font-display); font-size: 2.6rem; font-weight: 800; margin: 14px 0 4px; }
.cpl-rate small { font-family: var(--font-body); font-size: 14px; font-weight: 600; color: var(--ink-soft); }
.cpl-note { color: var(--ink-soft); font-size: 14.5px; margin-bottom: 26px; }
.cpl-features { display: inline-flex; flex-direction: column; gap: 11px; text-align: left; margin: 0 auto 28px; }
.cpl-features li { display: flex; gap: 10px; font-size: 14.5px; align-items: flex-start; }
.cpl-features li::before { content: "✓"; color: var(--good); font-weight: 800; flex-shrink: 0; }

.sub-panel-note { text-align: center; color: var(--ink-faint); font-size: 13.5px; max-width: 560px; margin: 0 auto 32px; }

/* ---------- Steps ---------- */
.steps { display: flex; flex-direction: column; gap: 0; max-width: 780px; margin: 0 auto; }
.step { display: flex; gap: 26px; padding: 30px 0; border-top: 1px solid var(--line); }
.step:first-child { border-top: none; }
.step-num {
  flex-shrink: 0; width: 46px; height: 46px; border-radius: 50%;
  background: var(--ink); color: var(--paper); font-family: var(--font-display); font-weight: 700;
  display: flex; align-items: center; justify-content: center; font-size: 18px;
}
.step h3 { font-size: 19px; margin-bottom: 8px; }
.step p { color: var(--ink-soft); font-size: 15px; }

/* ---------- FAQ ---------- */
.faq { max-width: 760px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q {
  width: 100%; text-align: left; background: none; border: none; cursor: pointer;
  padding: 22px 4px; display: flex; justify-content: space-between; align-items: center;
  font-family: var(--font-body); font-weight: 700; font-size: 16px; color: var(--ink);
}
.faq-q .plus { font-size: 22px; color: var(--accent); transition: transform .2s ease; font-weight: 400; }
.faq-item.open .plus { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .25s ease; }
.faq-item.open .faq-a { max-height: 300px; }
.faq-a-inner { padding: 0 4px 22px; color: var(--ink-soft); font-size: 15px; }

/* ---------- CTA banner ---------- */
.cta-banner {
  background: var(--ink); color: var(--paper); border-radius: var(--radius-lg);
  padding: 60px 40px; text-align: center; margin: 0 auto;
  background-image: radial-gradient(circle at 20% 20%, rgba(255,107,53,0.25), transparent 55%);
}
.cta-banner h2 { color: var(--paper); font-size: clamp(1.8rem, 3vw, 2.4rem); }
.cta-banner p { color: #B7B9CC; margin-top: 14px; font-size: 16px; }
.cta-check-row { display: flex; gap: 22px; justify-content: center; margin-top: 26px; flex-wrap: wrap; font-size: 13.5px; color: #D6D8E4; }
.cta-check-row span { display: flex; align-items: center; gap: 6px; }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--line); padding: 56px 0 30px; }
.footer-top { display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); gap: 32px; margin-bottom: 44px; }
.footer-brand p { color: var(--ink-soft); font-size: 14px; margin-top: 14px; max-width: 260px; }
.footer-col h4 { font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; color: var(--ink-faint); margin-bottom: 16px; }
.footer-col a { display: block; font-size: 14.5px; color: var(--ink-soft); margin-bottom: 12px; }
.footer-col a:hover { color: var(--ink); }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 26px; border-top: 1px solid var(--line-soft);
  font-size: 13px; color: var(--ink-faint); flex-wrap: wrap; gap: 12px;
}

/* ---------- Use case tabs ---------- */
.uc-tabs { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-bottom: 46px; }
.uc-tab {
  padding: 10px 20px; border-radius: 999px; border: 1.5px solid var(--line);
  background: var(--surface); font-weight: 700; font-size: 14px; cursor: pointer;
}
.uc-tab.active { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.uc-panel { display: none; }
.uc-panel.active { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.uc-panel h3 { font-size: 1.7rem; margin-bottom: 14px; }
.uc-panel p { color: var(--ink-soft); font-size: 15.5px; margin-bottom: 22px; }
.uc-list { display: flex; flex-direction: column; gap: 12px; }
.uc-list li { display: flex; gap: 10px; font-size: 14.5px; }
.uc-list li::before { content: "✓"; color: var(--good); font-weight: 800; }
.uc-visual {
  background: var(--surface-sunk); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 28px; min-height: 260px; display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 700; color: var(--ink-faint); text-align: center; font-size: 15px;
}

/* ---------- Templates gallery ---------- */
.filter-row { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-bottom: 44px; }
.filter-pill {
  padding: 9px 18px; border-radius: 999px; border: 1.5px solid var(--line);
  background: var(--surface); font-weight: 700; font-size: 13.5px; cursor: pointer; color: var(--ink-soft);
}
.filter-pill.active { background: var(--accent); border-color: var(--accent); color: var(--ink); }
.tpl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tpl-card {
  border: 1px solid var(--line); border-radius: var(--radius-md); overflow: hidden; background: var(--surface);
  transition: transform .15s ease, box-shadow .15s ease;
}
.tpl-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.tpl-thumb {
  height: 140px; display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 800; font-size: 15px; color: var(--ink); text-align: center; padding: 16px;
}
.tpl-body { padding: 18px 20px 22px; }
.tpl-tag { font-size: 11.5px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; color: var(--accent-ink); }
.tpl-title { font-size: 16px; margin-top: 6px; font-weight: 700; }
.tpl-desc { font-size: 13.5px; color: var(--ink-soft); margin-top: 8px; }

/* ---------- Demo scorecard ---------- */
.demo-frame {
  max-width: 720px; margin: 0 auto; background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); overflow: hidden;
}
.demo-topbar { display: flex; align-items: center; justify-content: center; padding: 20px 0 8px; }
.demo-body { padding: 40px; min-height: 340px; display: flex; flex-direction: column; justify-content: center; }
.demo-progress-wrap { background: var(--surface-sunk); padding: 16px 40px; display: flex; align-items: center; gap: 16px; }
.demo-progress-bar { flex: 1; height: 6px; background: var(--line); border-radius: 999px; overflow: hidden; }
.demo-progress-fill { height: 100%; background: var(--accent); width: 0%; transition: width .3s ease; }
.demo-progress-label { font-size: 12.5px; font-weight: 700; color: var(--ink-soft); white-space: nowrap; }
.demo-q { font-family: var(--font-display); font-size: 1.4rem; font-weight: 700; text-align: center; margin-bottom: 28px; }
.demo-answers { display: flex; flex-direction: column; gap: 12px; }
.demo-answers.row { flex-direction: row; justify-content: center; flex-wrap: wrap; }
.demo-opt {
  padding: 16px 22px; border-radius: var(--radius-sm); border: 1.5px solid var(--line);
  background: var(--surface); cursor: pointer; font-weight: 600; font-size: 15px; text-align: left;
  transition: border-color .15s ease, background .15s ease;
}
.demo-opt:hover { border-color: var(--accent); background: var(--accent-soft); }
.demo-back { font-size: 13px; font-weight: 700; color: var(--ink-faint); cursor: pointer; margin-bottom: 18px; text-align: center; }
.demo-gate { display: flex; flex-direction: column; gap: 14px; }
.demo-gate input {
  width: 100%; padding: 14px 16px; border-radius: var(--radius-sm); border: 1.5px solid var(--line);
  font-family: var(--font-body); font-size: 15px;
}
.demo-gate-row { display: flex; gap: 12px; }
.demo-profile-fields { display: flex; flex-direction: column; gap: 14px; }
.demo-select {
  width: 100%; padding: 14px 16px; border-radius: var(--radius-sm); border: 1.5px solid var(--line);
  font-family: var(--font-body); font-size: 15px; background: var(--surface); color: var(--ink);
}
.demo-select:invalid { color: var(--ink-faint); }
.demo-gate-error { color: #B3261E; font-size: 13px; font-weight: 600; text-align: center; }
.result-engagement { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 4px 0 22px; flex-wrap: wrap; }
.result-time-badge {
  display: inline-flex; align-items: center; gap: 6px; background: var(--blue-soft); color: var(--blue);
  font-size: 13px; font-weight: 700; padding: 7px 14px; border-radius: 999px;
}
.demo-result { text-align: center; }
.score-ring {
  width: 160px; height: 160px; margin: 0 auto 24px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; flex-direction: column;
  background: conic-gradient(var(--accent) calc(var(--pct,0) * 1%), var(--line) 0);
}
.score-ring-inner {
  width: 128px; height: 128px; border-radius: 50%; background: var(--surface);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.score-ring-num { font-family: var(--font-display); font-size: 2rem; font-weight: 800; }
.score-ring-label { font-size: 11px; color: var(--ink-faint); font-weight: 700; }
.result-tier { display: inline-block; background: var(--good-soft); color: var(--good); font-weight: 800; font-size: 13px; padding: 6px 16px; border-radius: 999px; margin-bottom: 14px; }
.result-cats { display: flex; flex-direction: column; gap: 14px; margin: 26px 0; text-align: left; }
.result-cat-row { display: flex; align-items: center; gap: 14px; }
.result-cat-name { width: 150px; font-size: 13.5px; font-weight: 700; flex-shrink: 0; }
.result-cat-bar { flex: 1; height: 8px; background: var(--line); border-radius: 999px; overflow: hidden; }
.result-cat-fill { height: 100%; background: var(--blue); }
.result-cat-pct { width: 40px; text-align: right; font-size: 13px; font-weight: 700; color: var(--ink-soft); }
.result-greeting { font-family: var(--font-display); font-size: 15px; font-weight: 700; color: var(--ink-soft); margin-bottom: 4px; }
.result-tier-message { font-size: 14.5px; color: var(--ink-soft); line-height: 1.6; margin: -6px 0 22px; text-align: left; }
.result-cat-message { font-size: 13px; color: var(--ink-faint); text-align: left; margin: -8px 0 16px 0; padding-left: 2px; }
.result-insights { text-align: left; margin-top: 26px; border-top: 1px solid var(--line); padding-top: 20px; }
.result-insights h3 { font-size: 15px; margin-bottom: 14px; }
.result-insight { margin-bottom: 16px; }
.result-insight-q { font-weight: 700; font-size: 13.5px; margin-bottom: 2px; }
.result-insight-a { font-size: 12px; color: var(--ink-faint); font-style: italic; margin-bottom: 4px; }
.result-insight-text { font-size: 13.5px; color: var(--ink-soft); }
.result-cta { text-align: left; background: var(--accent-soft); border-radius: var(--radius-md); padding: 18px 20px; margin-top: 22px; }
.result-cta-label { font-size: 13px; font-weight: 700; color: var(--accent-ink); margin-bottom: 8px; }
.result-cta p { font-size: 14px; color: var(--ink); margin-bottom: 12px; }

/* ---------- Utilities ---------- */
.text-center { text-align: center; }
.mt-24 { margin-top: 24px; }
.mt-48 { margin-top: 48px; }
.hide { display: none !important; }

/* ---------- Mobile ---------- */
/* ---------- Product mockups (real UI, illustrative sample data — not a screenshot) ---------- */
.device-frame {
  background: var(--surface); border: 1px solid var(--line); border-radius: 16px;
  box-shadow: var(--shadow-lg); overflow: hidden; text-align: left;
}
.device-bar {
  display: flex; align-items: center; gap: 8px;
  padding: 12px 16px; border-bottom: 1px solid var(--line); background: var(--surface-sunk);
}
.device-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--line); }
.device-url {
  margin-left: 8px; font-size: 12px; color: var(--ink-faint);
  background: var(--surface); border: 1px solid var(--line); border-radius: 6px;
  padding: 3px 10px; font-family: monospace;
}
.device-body { padding: 26px 28px; }

/* Results-page mockup (hero) */
.mock-brand { font-size: 11px; font-weight: 800; letter-spacing: .04em; color: var(--accent-ink); text-transform: uppercase; }
.mock-headline { font-size: 17px; font-weight: 700; color: var(--ink); margin: 6px 0 16px; }
.mock-score-row { display: flex; align-items: baseline; gap: 12px; margin-bottom: 4px; }
.mock-score-num { font-size: 40px; font-weight: 800; color: var(--ink); line-height: 1; }
.mock-tier-badge {
  display: inline-block; font-size: 12.5px; font-weight: 700; color: #16825D;
  background: #E4F5EC; padding: 4px 12px; border-radius: 999px;
}
.mock-cats { margin-top: 20px; display: flex; flex-direction: column; gap: 12px; }
.mock-cat-row { display: grid; grid-template-columns: 88px 1fr 34px; align-items: center; gap: 10px; }
.mock-cat-label { font-size: 12.5px; font-weight: 600; color: var(--ink-soft); }
.mock-cat-track { background: var(--surface-sunk); border-radius: 4px; height: 8px; overflow: hidden; }
.mock-cat-fill { height: 100%; border-radius: 4px; background: var(--accent); }
.mock-cat-pct { font-size: 12.5px; font-weight: 700; color: var(--ink); text-align: right; }
.mock-cta {
  margin-top: 22px; background: var(--accent-soft); border-radius: 10px; padding: 14px 16px;
}
.mock-cta-label { font-size: 12px; font-weight: 700; color: var(--accent-ink); margin-bottom: 4px; }
.mock-cta-text { font-size: 13px; color: var(--ink); }

/* Builder mockup */
.mock-chip-row { display: flex; gap: 8px; margin-bottom: 18px; flex-wrap: wrap; }
.mock-chip {
  font-size: 12px; font-weight: 700; padding: 5px 12px; border-radius: 999px;
  background: var(--surface-sunk); color: var(--ink-soft); border: 1px solid var(--line);
}
.mock-chip.active { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.mock-question { font-size: 14.5px; font-weight: 700; color: var(--ink); margin-bottom: 12px; }
.mock-option {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 14px; border: 1px solid var(--line); border-radius: 8px; margin-bottom: 8px; font-size: 13px;
}
.mock-option.selected { border-color: var(--accent); background: var(--accent-soft); }
.mock-weight { font-size: 11px; font-weight: 700; color: var(--ink-faint); font-family: monospace; }
.mock-publish-row {
  display: flex; align-items: center; justify-content: space-between; margin-top: 20px;
  padding-top: 16px; border-top: 1px solid var(--line);
}
.mock-toggle { width: 36px; height: 20px; background: #16825D; border-radius: 999px; position: relative; }
.mock-toggle::after { content: ""; position: absolute; right: 2px; top: 2px; width: 16px; height: 16px; border-radius: 50%; background: #fff; }
.mock-live { font-size: 12px; font-weight: 700; color: #16825D; }

/* Aggregate report mockup */
.mock-report-stats { display: flex; gap: 28px; margin-bottom: 22px; }
.mock-report-stat-num { font-size: 24px; font-weight: 800; color: var(--ink); }
.mock-report-stat-label { font-size: 11.5px; color: var(--ink-faint); margin-top: 2px; }
.mock-tier-bar { display: flex; height: 30px; border-radius: 6px; overflow: hidden; margin-bottom: 20px; }
.mock-tier-seg { display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; color: #fff; }

/* Two-column layout for a section: copy on one side, device mockup on the other */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split.reverse .split-copy { order: 2; }
.split-copy h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); margin-bottom: 14px; }
.split-copy p { font-size: 16px; color: var(--ink-soft); line-height: 1.65; margin-bottom: 20px; }
.split-list { display: flex; flex-direction: column; gap: 10px; }
.split-list li { display: flex; gap: 10px; font-size: 14.5px; color: var(--ink); align-items: flex-start; }
.split-list li::before { content: "✓"; color: #16825D; font-weight: 800; flex-shrink: 0; }

/* Hero product mockup */
.hero-visual { margin-top: 48px; max-width: 460px; margin-left: auto; margin-right: auto; }

@media (max-width: 980px) {
  .split { grid-template-columns: 1fr; gap: 36px; }
  .split.reverse .split-copy { order: 1; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .grid-2 { grid-template-columns: 1fr; }
  .problem-grid { grid-template-columns: 1fr; }
  .stats-row { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .bundle-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: repeat(2, 1fr); }
  .uc-panel.active { grid-template-columns: 1fr; }
  .tpl-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
  .nav-links, .nav-cta .btn-ghost { display: none; }
  .nav-toggle { display: block; }
  .grid-4, .grid-3, .pricing-grid, .tpl-grid, .bundle-grid { grid-template-columns: 1fr; }
  .stats-row { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr; }
  .compare-wrap { font-size: 13px; }
  .demo-body { padding: 26px; }
  .demo-progress-wrap { padding: 14px 26px; }
}
