/* ============================================================
   NigeriaCryptoExchanges.com — simplified review-site system
   Pure white · ink green · Nigerian green · lime accent
   Fraunces (display) · Archivo (body) · IBM Plex Mono (data)
   ============================================================ */

:root {
  --paper: #FFFFFF;
  --paper-2: #F6F7F4;
  --paper-3: #EDEFEA;
  --ink: #14231A;
  --ink-2: #44544A;
  --ink-3: #6B7A6F;
  --green: #0E5A34;
  --green-deep: #0A3B24;
  --green-ink: #072A19;
  --lime: #C9F04D;
  --lime-soft: #DFF79B;
  --amber: #8F5310;
  --amber-soft: #F3E2C2;
  --red: #A63D24;
  --line: rgba(20, 35, 26, 0.22);
  --line-weak: rgba(20, 35, 26, 0.10);
  --line-strong: rgba(20, 35, 26, 0.85);
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --font-mono: "IBM Plex Mono", "SF Mono", Consolas, monospace;
  --wrap: 1200px;
  --header-h: 68px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Base ---------- */

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 560;
  line-height: 1.12;
  letter-spacing: -0.012em;
  margin: 0 0 0.5em;
  text-wrap: balance;
}

p { margin: 0 0 1em; }
a { color: var(--green); text-underline-offset: 3px; }
a:hover { color: var(--green-deep); }
strong { font-weight: 600; }

::selection { background: var(--lime); color: var(--green-ink); }

:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 2px;
  border-radius: 2px;
}

.wrap {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 24px;
}

.wrap-narrow { max-width: 1020px; }

.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  top: -48px; left: 16px;
  z-index: 200;
  background: var(--green-ink);
  color: var(--lime);
  font-family: var(--font-mono);
  font-size: 13px;
  padding: 10px 16px;
  text-decoration: none;
  transition: top 0.2s var(--ease);
}
.skip-link:focus { top: 12px; }

.mono-cell {
  font-family: var(--font-mono);
  font-size: 0.95em;
  white-space: nowrap;
}

section { scroll-margin-top: calc(var(--header-h) + 16px); }

/* Plain H2 with an accent underline — simple, no §-badges */

section h2, .hero-copy h1 {
  text-wrap: balance;
}

section > .wrap > h2,
.scenarios h2, .compare h2, .method h2, .reviews h2,
.costs h2, .guides h2, .markets h2, .faq h2 {
  font-size: clamp(1.8rem, 3.2vw, 2.5rem);
  margin-bottom: 12px;
}

.section-lead {
  font-size: 17.5px;
  color: var(--ink-2);
  margin-bottom: 36px;
  max-width: 100%;
}

/* ---------- Buttons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 15.5px;
  line-height: 1;
  padding: 13px 22px;
  border: 1px solid var(--green-deep);
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s var(--ease), color 0.15s var(--ease), border-color 0.15s var(--ease);
}

.btn-solid {
  background: var(--green-deep);
  color: var(--paper);
}
.btn-solid:hover {
  background: var(--green-ink);
  color: var(--lime);
}

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--line-strong);
}
.btn-ghost:hover { background: var(--paper-2); }

.btn-lime {
  background: var(--lime);
  border-color: var(--green-ink);
  color: var(--green-ink);
}
.btn-lime:hover { background: var(--lime-soft); }

.btn-lg { padding: 16px 28px; font-size: 16.5px; }
.btn-sm { padding: 10px 16px; font-size: 14px; }
.btn-block { width: 100%; }

/* ---------- Header ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.header-row {
  display: flex;
  align-items: center;
  gap: 28px;
  height: var(--header-h);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--ink);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px; height: 34px;
  background: var(--green-deep);
  color: var(--lime);
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  border-radius: 3px;
  flex-shrink: 0;
}

.brand-word {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 14.5px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.brand-word em {
  font-style: normal;
  color: var(--green);
}

.site-nav {
  display: flex;
  gap: 2px;
  margin-left: auto;
}
.site-nav a {
  font-size: 16.5px;
  font-weight: 500;
  color: var(--ink-2);
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 3px;
  transition: color 0.15s, background 0.15s;
}
.site-nav a:hover {
  color: var(--green-deep);
  background: var(--paper-2);
}

.header-cta { margin-left: 4px; }
.site-nav + .header-cta { margin-left: 0; }

/* ---------- Hero ---------- */

.hero {
  border-bottom: 1px solid var(--line);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 56px;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 80px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-2);
  margin-bottom: 24px;
}

.tick {
  width: 9px; height: 9px;
  background: var(--green);
  border-radius: 50%;
  flex-shrink: 0;
}

.hero h1 {
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 600;
  margin-bottom: 22px;
}

/* TL;DR block under the H1 — quotable shortlist */
.tldr {
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  background: var(--paper);
  padding: 16px 20px;
  margin-bottom: 26px;
}
.tldr-title {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--green);
  margin: 0 0 8px;
}
.tldr ol {
  margin: 0;
  padding-left: 22px;
}
.tldr li {
  font-size: 15.5px;
  line-height: 1.55;
  padding: 3px 0;
  color: var(--ink-2);
}

.lede {
  font-size: 19.5px;
  line-height: 1.65;
  color: var(--ink-2);
  margin-bottom: 30px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 24px;
}

.hero-proof {
  font-size: 14.5px;
  color: var(--ink-3);
  font-family: var(--font-mono);
  letter-spacing: 0.01em;
}
.hero-proof strong { color: var(--green-deep); font-weight: 600; }

/* Snapshot card — plain dark block */

.snapshot {
  background: var(--green-deep);
  color: var(--paper);
  border: 1px solid var(--green-ink);
  border-radius: 4px;
  padding: 26px 26px 20px;
}

.snapshot-title {
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--lime);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid rgba(245, 241, 230, 0.25);
  padding-bottom: 14px;
  margin-bottom: 6px;
}
.snapshot-title span {
  font-weight: 400;
  font-size: 11.5px;
  color: rgba(245, 241, 230, 0.6);
}

.snapshot-rows { margin: 0; }

.s-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px dashed rgba(245, 241, 230, 0.22);
}
.s-row:last-child { border-bottom: 0; }

.s-row dt {
  font-size: 16px;
  font-weight: 600;
  color: rgba(245, 241, 230, 0.92);
  line-height: 1.4;
}

.s-row dd {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 15.5px;
  font-weight: 600;
  color: var(--paper);
  text-align: right;
  white-space: nowrap;
}
.s-row dd small {
  display: block;
  font-weight: 400;
  font-size: 11.5px;
  color: rgba(245, 241, 230, 0.55);
  letter-spacing: 0.02em;
}

.s-row-warn dd { color: #F0A188; }

.snapshot-note {
  font-size: 12px;
  color: rgba(245, 241, 230, 0.5);
  margin: 14px 0 0;
  line-height: 1.5;
}

/* ---------- Stats strip (replaces ticker) ---------- */

.stats-strip {
  background: var(--green-ink);
  color: var(--paper);
  border-bottom: 1px solid var(--green-ink);
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  padding-top: 22px;
  padding-bottom: 22px;
}

.stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4px;
}

.stat-num {
  font-family: var(--font-mono);
  font-size: clamp(34px, 3.4vw, 46px);
  font-weight: 600;
  color: var(--lime);
  line-height: 1.05;
}

.stat-label {
  font-size: 14.5px;
  color: rgba(245, 241, 230, 0.65);
  letter-spacing: 0.02em;
}

/* ---------- Trust strip ---------- */

.trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 52px;
  padding-bottom: 52px;
  gap: 40px;
}

.trust-item {
  border-top: 3px solid var(--ink);
  padding-top: 18px;
}

.trust-num {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--green);
  display: block;
  margin-bottom: 10px;
}

.trust-item h2 {
  font-size: 1.45rem;
  margin-bottom: 8px;
}

.trust-item p {
  font-size: 16px;
  color: var(--ink-2);
  margin: 0;
  line-height: 1.6;
}

/* ---------- Scenarios ---------- */

.scenarios {
  border-top: 1px solid var(--line);
  padding-top: 64px;
  padding-bottom: 64px;
}

.scenario-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.scenario-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  background: var(--paper);
  padding: 20px 22px;
  padding-right: 44px;
  text-decoration: none;
  color: var(--ink);
  transition: background 0.15s, border-color 0.15s;
}
.scenario-card:hover {
  background: var(--paper-2);
  border-color: var(--green-deep);
}
.scenario-card strong {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
}
.scenario-card span {
  font-size: 14.5px;
  color: var(--ink-2);
  line-height: 1.5;
}
.scenario-card em {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-style: normal;
  font-family: var(--font-mono);
  font-size: 18px;
  color: var(--green);
}

/* ---------- Compare ---------- */

.compare {
  border-top: 1px solid var(--line);
  padding-top: 64px;
  padding-bottom: 64px;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

.chip {
  font-family: var(--font-mono);
  font-size: 13.5px;
  font-weight: 500;
  padding: 9px 16px;
  background: transparent;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--ink-2);
  cursor: pointer;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.chip:hover { background: var(--paper-2); }
.chip.is-active {
  background: var(--green-deep);
  border-color: var(--green-deep);
  color: var(--lime);
}

.table-scroll {
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  overflow-x: auto;
  background: var(--paper);
}

.cmp-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  min-width: 1060px;
}

.cmp-table thead th {
  font-family: var(--font-mono);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: left;
  color: var(--paper);
  background: var(--green-deep);
  padding: 14px 12px;
  white-space: nowrap;
}

.cmp-table tbody tr {
  border-bottom: 1px solid var(--line);
}
.cmp-table tbody tr:last-child { border-bottom: 0; }
.cmp-table tbody tr:hover { background: var(--paper-2); }
.cmp-table tbody tr:hover td:first-child,
.cmp-table tbody tr:hover th:first-child {
  box-shadow: inset 3px 0 0 var(--lime);
}

.cmp-table td, .cmp-table tbody th {
  padding: 16px 12px;
  vertical-align: middle;
  text-align: left;
  font-size: 15px;
}

.c-num {
  font-family: var(--font-mono);
  font-size: 13.5px;
  color: var(--ink-3);
}

.c-cell { vertical-align: middle; }

.c-id {
  display: flex;
  align-items: center;
  gap: 12px;
}
.c-id .mono-mark { margin-right: 0; }

.c-nm {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 16px;
}
.c-nm small {
  font-weight: 500;
  font-size: 12.5px;
  color: var(--ink-3);
  font-family: var(--font-mono);
  margin-top: 2px;
}

.c-take {
  margin: 10px 0 0 52px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--ink-2);
}

.mono-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  background: #fff;
  border: 1px solid var(--line-weak);
  border-radius: 8px;
  padding: 3px;
  margin-right: 12px;
  vertical-align: middle;
  flex-shrink: 0;
}

.mono-mark.logo-dark {
  background: var(--green-ink);
  border-color: rgba(255, 255, 255, 0.18);
}

.ex-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 4px;
}

/* white-on-transparent logos need a dark plate */
.logo-dark {
  background: var(--green-ink);
  border-radius: 8px;
  padding: 3px;
}
img.ex-logo-lg.logo-dark {
  width: 38px;
  height: 38px;
  padding: 4px;
}

.ex-logo-lg {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
}

.cmp-table td:last-child,
.cmp-table th:last-child { padding-right: 16px; }

.pill {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 4px 9px;
  border-radius: 999px;
  white-space: nowrap;
}

.pill-green { background: var(--lime); color: var(--green-ink); }
.pill-amber { background: var(--amber-soft); color: var(--amber); border: 1px solid rgba(143, 83, 16, 0.4); }
.pill-grey  { background: var(--paper-3); color: var(--ink-2); border: 1px solid var(--line); }

.score {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-size: 15px;
  font-weight: 600;
  background: var(--paper-2);
  border: 1px solid var(--line-strong);
  color: var(--ink);
  padding: 7px 10px;
  border-radius: 3px;
}

.c-cta { white-space: nowrap; }
.c-cta .btn-sm { padding: 10px 14px; font-size: 13.5px; }

.footnote {
  font-size: 14px;
  color: var(--ink-3);
  margin-top: 18px;
}

/* Mobile cards */

.cmp-cards { display: none; }

.cmp-card {
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  background: var(--paper);
  padding: 20px;
  margin-bottom: 16px;
}

.cmp-card header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.cmp-card header h3 { margin: 0; font-size: 1.2rem; }
.cmp-card header small {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--ink-3);
}
.cmp-card header > div { flex: 1; }
.cmp-card header .c-num { flex-shrink: 0; }

.cmp-card > p {
  font-size: 15.5px;
  color: var(--ink-2);
  line-height: 1.55;
}

.card-facts {
  list-style: none;
  margin: 14px 0;
  padding: 0;
  border-top: 1px solid var(--line-weak);
}
.card-facts li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px dashed var(--line);
  font-size: 14.5px;
}
.card-facts li > span:first-child {
  font-family: var(--font-mono);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink-3);
  flex-shrink: 0;
}
.card-facts li > span:last-child { text-align: right; }

/* Not-listed callout */

.not-listed {
  margin-top: 40px;
  border: 1px dashed var(--line-strong);
  border-radius: 4px;
  padding: 26px 28px;
  background: var(--paper-2);
}
.not-listed h3 {
  font-size: 1.4rem;
  margin-bottom: 14px;
}
.not-listed ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.not-listed li {
  position: relative;
  padding: 9px 0 9px 28px;
  font-size: 16px;
  color: var(--ink-2);
  border-bottom: 1px solid var(--line-weak);
}
.not-listed li:last-child { border-bottom: 0; }
.not-listed li::before {
  content: "✕";
  position: absolute;
  left: 0;
  top: 9px;
  font-family: var(--font-mono);
  font-size: 14px;
  color: var(--red);
}

/* ---------- Method ---------- */

.method {
  border-top: 1px solid var(--line);
  background: var(--paper-2);
  padding-top: 64px;
  padding-bottom: 64px;
}

.method-list {
  list-style: none;
  margin: 0 0 48px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  background: var(--paper);
  overflow: hidden;
}

.method-list li {
  padding: 30px 32px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.method-list li:nth-child(2n) { border-right: 0; }
.method-list li:nth-child(n+3) { border-bottom: 0; }

.method-step {
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--green);
  display: block;
  margin-bottom: 10px;
}

.method-list h3 {
  font-size: 1.4rem;
  margin-bottom: 8px;
}

.method-list p {
  font-size: 16px;
  color: var(--ink-2);
  margin: 0;
  line-height: 1.6;
}

.money-block {
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  background: var(--paper);
  padding: 22px 26px;
}
.money-block h3 {
  font-size: 1.35rem;
  margin-bottom: 8px;
}
.money-block p {
  font-size: 16px;
  color: var(--ink-2);
  margin: 0;
  line-height: 1.65;
}

/* ---------- Reviews ---------- */

.reviews {
  border-top: 1px solid var(--line);
  padding-top: 64px;
  padding-bottom: 64px;
}

.review-card {
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  background: var(--paper);
  margin-bottom: 20px;
  overflow: hidden;
}

.review-head {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 24px;
  background: var(--paper-2);
  border-bottom: 1px solid var(--line);
}

.review-rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  background: var(--green-deep);
  color: var(--lime);
  font-family: var(--font-mono);
  font-size: 17px;
  font-weight: 600;
  border-radius: 3px;
  flex-shrink: 0;
}

.review-title { flex: 1; }
.review-title h3 {
  margin: 0 0 3px;
  font-size: 1.35rem;
}
.review-sub {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 12.5px;
  color: var(--ink-3);
}

.review-score {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  flex-shrink: 0;
}
.review-score small {
  font-family: var(--font-mono);
  font-size: 11.5px;
  color: var(--ink-3);
}

.review-body {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 32px;
  padding: 24px;
}

.review-main p {
  font-size: 16.5px;
  color: var(--ink-2);
  line-height: 1.65;
}

.review-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.review-cols h4 {
  font-family: var(--font-mono);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.review-cols div:first-child h4 { color: var(--green); }
.review-cols div:last-child h4 { color: var(--amber); }

.review-cols ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.review-cols li {
  position: relative;
  padding: 8px 0 8px 20px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink-2);
  border-bottom: 1px dashed var(--line);
}
.review-cols li::before {
  content: "—";
  position: absolute;
  left: 0;
  font-family: var(--font-mono);
  color: var(--ink-3);
}

.review-facts {
  border-left: 1px solid var(--line);
  padding-left: 32px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.review-facts > div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px dashed var(--line);
}
.review-facts > div span {
  font-family: var(--font-mono);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink-3);
  flex-shrink: 0;
}
.review-facts > div strong {
  font-size: 14.5px;
  font-weight: 600;
  text-align: right;
}

.review-facts .btn { margin-top: 18px; }

/* ---------- User voices ---------- */

.voices {
  border-top: 1px solid var(--line);
  padding-top: 64px;
  padding-bottom: 64px;
}

.voices-ratings {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-bottom: 28px;
}

.vr {
  display: flex;
  flex-direction: column;
  gap: 2px;
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  background: var(--paper);
  padding: 14px 16px;
}

.vr-name {
  font-weight: 700;
  font-size: 14.5px;
}

.vr-score {
  font-family: var(--font-mono);
  font-size: 22px;
  font-weight: 600;
  color: var(--green-deep);
  line-height: 1.15;
}
.vr-score span {
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-3);
}

.vr-meta {
  font-family: var(--font-mono);
  font-size: 11.5px;
  color: var(--ink-3);
  line-height: 1.4;
}

.voice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.voice-card {
  margin: 0;
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  background: var(--paper-2);
  padding: 22px 24px 18px;
}

.voice-card blockquote {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.01em;
  color: var(--ink);
}

.voice-card figcaption {
  font-family: var(--font-mono);
  font-size: 12.5px;
  color: var(--ink-3);
  border-top: 1px dashed var(--line);
  padding-top: 10px;
}

/* ---------- Costs ---------- */

.costs {
  border-top: 1px solid var(--line);
  background: var(--paper-2);
  padding-top: 64px;
  padding-bottom: 64px;
}

.costs-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 48px;
  align-items: start;
}

.cost-notes h3 {
  font-size: 1.45rem;
  margin-bottom: 14px;
}

.cost-notes ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.cost-notes li {
  position: relative;
  padding: 11px 0 11px 24px;
  font-size: 16.5px;
  line-height: 1.6;
  color: var(--ink-2);
  border-bottom: 1px dashed var(--line);
}
.cost-notes li::before {
  content: "—";
  position: absolute;
  left: 0;
  font-family: var(--font-mono);
  color: var(--green);
}
.cost-notes strong { color: var(--ink); }

.cost-rule {
  border-top: 2px solid var(--ink);
  padding-top: 14px;
  font-size: 15.5px;
  color: var(--ink-3);
  margin: 0;
}

.receipt {
  background: var(--paper);
  border: 1px solid var(--line-strong);
  border-radius: 4px;
}

.receipt-head {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 26px 16px;
  border-bottom: 1px dashed var(--line-strong);
}

.receipt-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  background: var(--green-deep);
  color: var(--lime);
  font-family: var(--font-display);
  font-size: 26px;
  border-radius: 3px;
  flex-shrink: 0;
}

.receipt-head h3 {
  margin: 0 0 2px;
  font-size: 1.35rem;
}
.receipt-head span {
  font-family: var(--font-mono);
  font-size: 12.5px;
  color: var(--ink-3);
}

.receipt-table {
  width: 100%;
  border-collapse: collapse;
}
.receipt-table td {
  padding: 13px 26px;
  font-size: 15.5px;
  color: var(--ink-2);
  border-bottom: 1px dashed var(--line);
}
.receipt-table td.mono-cell {
  text-align: right;
  color: var(--ink);
}

.receipt-table .receipt-total td {
  background: var(--lime);
  color: var(--green-ink);
  font-weight: 600;
  border-bottom: 0;
}
.receipt-table .receipt-total td.mono-cell { color: var(--green-ink); }

.receipt-note {
  padding: 16px 26px 20px;
  font-size: 14.5px;
  color: var(--ink-3);
  margin: 0;
  line-height: 1.55;
}

/* ---------- Guides ---------- */

.guides {
  border-top: 1px solid var(--line);
  padding-top: 64px;
  padding-bottom: 72px;
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.guide-card {
  border: 1px solid var(--line-strong);
  background: var(--paper);
  border-radius: 4px;
  padding: 26px 26px 22px;
}

.guide-tag {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--green);
  display: block;
  margin-bottom: 12px;
}

.guide-card h3 {
  font-size: 1.45rem;
  margin-bottom: 10px;
}

.guide-card > p {
  font-size: 15px;
  color: var(--ink-2);
  margin-bottom: 14px;
}

.guide-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.guide-card li {
  position: relative;
  padding: 10px 0 10px 22px;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--ink-2);
  border-bottom: 1px dashed var(--line);
}
.guide-card li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--green);
  font-family: var(--font-mono);
}

.guide-foot {
  font-size: 13.5px !important;
  color: var(--ink-3) !important;
  border-top: 2px solid var(--ink);
  padding-top: 12px;
  margin: 14px 0 0 !important;
  line-height: 1.55 !important;
}

/* ---------- Markets ---------- */

.markets {
  border-top: 1px solid var(--line);
  background: var(--paper-2);
  padding-top: 56px;
  padding-bottom: 56px;
}

.market-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.market-card {
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  background: var(--paper);
  padding: 22px 24px;
}

.market-card h3 {
  font-size: 1.2rem;
  margin-bottom: 6px;
}

.market-card p {
  font-size: 15px;
  color: var(--ink-2);
  margin: 0;
  line-height: 1.55;
}

/* ---------- FAQ ---------- */

.faq {
  border-top: 1px solid var(--line);
  padding-top: 64px;
  padding-bottom: 72px;
}

.faq h2 { margin-bottom: 28px; }

.faq-list { border-top: 1px solid var(--line-strong); }

.faq-item { border-bottom: 1px solid var(--line-strong); }

.faq-item summary {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  list-style: none;
  padding: 22px 4px;
}

.faq-item summary h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 560;
  letter-spacing: -0.01em;
  line-height: 1.3;
  transition: color 0.15s;
}

.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover h3 { color: var(--green); }

.faq-item summary::after {
  content: "+";
  font-family: var(--font-mono);
  font-weight: 400;
  font-size: 22px;
  color: var(--green);
  flex-shrink: 0;
  transition: transform 0.2s var(--ease);
}

.faq-item[open] summary::after { transform: rotate(45deg); }

.faq-item p {
  padding: 0 40px 24px 4px;
  margin: 0;
  font-size: 16.5px;
  color: var(--ink-2);
  line-height: 1.7;
}

/* ---------- Contact ---------- */

.contact {
  border-top: 1px solid var(--line);
  background: var(--paper-2);
  padding-top: 64px;
  padding-bottom: 64px;
  text-align: center;
}

.contact h2 {
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  margin-bottom: 14px;
}

.contact p {
  font-size: 17px;
  color: var(--ink-2);
  max-width: 760px;
  margin: 0 auto 26px;
}

/* ---------- Footer ---------- */

.site-footer {
  background: var(--green-ink);
  color: rgba(245, 241, 230, 0.78);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.9fr 0.8fr;
  gap: 40px;
  padding-top: 64px;
  padding-bottom: 48px;
}

.footer-brand p {
  font-size: 15px;
  line-height: 1.65;
  margin-top: 18px;
  max-width: 340px;
  color: rgba(245, 241, 230, 0.6);
}

.site-footer .brand { color: var(--paper); }
.site-footer .brand-word em { color: var(--lime); }

.footer-col h3 {
  font-family: var(--font-mono);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--lime);
  margin-bottom: 18px;
}

.footer-col a {
  display: block;
  color: rgba(245, 241, 230, 0.75);
  text-decoration: none;
  font-size: 15px;
  padding: 5px 0;
  transition: color 0.15s;
}
.footer-col a:hover { color: var(--lime); }

.footer-legal {
  border-top: 1px solid rgba(245, 241, 230, 0.15);
  padding-top: 24px;
  padding-bottom: 28px;
}
.footer-legal p {
  font-size: 13.5px;
  line-height: 1.65;
  color: rgba(245, 241, 230, 0.45);
  margin-bottom: 10px;
}
.footer-legal strong { color: rgba(245, 241, 230, 0.7); }
.footer-legal a { color: rgba(245, 241, 230, 0.6); }
.footer-legal p:last-child { margin-bottom: 0; }

/* ---------- Mobile CTA bar ---------- */

.mobile-bar {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 90;
  display: none; /* mobile only — enabled in the ≤900px media query */
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 20px;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(8px);
  border-top: 1px solid var(--line-strong);
}
.mobile-bar[hidden] { display: none; }
.mobile-bar strong {
  display: block;
  font-size: 14.5px;
  line-height: 1.25;
}
.mobile-bar span {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--ink-3);
}

/* ---------- Reveal ---------- */

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
}
.reveal.is-in {
  opacity: 1;
  transform: none;
}

/* ---------- Responsive ---------- */

@media (max-width: 1180px) {
  .header-row { gap: 14px; }
  .site-nav a { padding: 8px 8px; font-size: 15.5px; }
  .header-cta { padding: 11px 16px; font-size: 14px; }
}

@media (max-width: 1080px) {
  .brand-word { display: none; }
}

@media (max-width: 1020px) {
  .hero-grid { gap: 36px; }
  .trust { gap: 28px; }
  .review-body { grid-template-columns: 1.3fr 1fr; gap: 24px; }
  .costs-grid { gap: 32px; }
}

@media (max-width: 900px) {
  .site-nav { display: none; }
  .header-cta { margin-left: auto; }

  .hero-grid {
    grid-template-columns: 1fr;
    padding-top: 48px;
    padding-bottom: 56px;
  }

  .snapshot { max-width: 520px; }

  .stats-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 16px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .stat:last-child { grid-column: 1 / -1; }

  .trust { grid-template-columns: 1fr; gap: 24px; padding-top: 36px; padding-bottom: 36px; }

  .scenario-grid { grid-template-columns: 1fr; }

  .table-scroll { display: none; }
  .cmp-cards { display: block; }
  .mobile-bar { display: flex; }

  .method-list { grid-template-columns: 1fr; }
  .method-list li { border-right: 0; border-bottom: 1px solid var(--line); }
  .method-list li:last-child { border-bottom: 0; }

  .review-body { grid-template-columns: 1fr; }
  .review-facts {
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid var(--line);
    padding-top: 16px;
  }

  .costs-grid { grid-template-columns: 1fr; }

  .guide-grid { grid-template-columns: 1fr; }
  .market-grid { grid-template-columns: 1fr; }

  .voices-ratings { grid-template-columns: 1fr 1fr; }
  .voice-grid { grid-template-columns: 1fr; }

  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }

  body { padding-bottom: 64px; }
}

@media (max-width: 620px) {
  .header-cta { display: none; }

  .eyebrow {
    font-size: 11.5px;
    letter-spacing: 0.08em;
    align-items: flex-start;
  }
  .eyebrow .tick { margin-top: 4px; }

  .hero-actions .btn { width: 100%; }
  .btn-lg { padding: 16px 20px; }

  .footer-grid { grid-template-columns: 1fr; gap: 28px; padding-top: 48px; }

  .faq-item p { padding-right: 8px; }

  .receipt-table td { padding-left: 18px; padding-right: 18px; }
  .receipt-head { padding: 18px 18px 14px; }
  .receipt-note { padding: 14px 18px 18px; }

  .review-head { flex-wrap: wrap; align-items: flex-start; }
  .review-rank { margin-top: 2px; }
  .review-score { flex-direction: row; align-items: center; gap: 8px; }

  .mobile-bar { padding: 10px 16px; }
}

/* ---------- Reduced motion ---------- */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .btn, .scenario-card { transition: none; }
  .faq-item summary::after { transition: none; }
}
