/* ==========================================================================
   EPRCheck — site.css  (self-contained, "Wizard-first" archetype)
   Forest green + teal + lime on off-white · Outfit · soft rounded cards
   ========================================================================== */

/* ---- Design tokens ---- */
:root {
  --forest: #14532d;
  --forest-deep: #0f3d22;
  --teal: #0f766e;
  --teal-soft: #14958b;
  --lime: #65a30d;
  --lime-bright: #84cc16;

  --paper: #f6f8f3;        /* off-white page */
  --paper-2: #eef3ea;
  --card: #fffdf8;         /* warm white card */
  --ink: #16261c;          /* near-black green ink */
  --muted: #5b6b60;
  --line: #dfe7dd;
  --line-strong: #cdd9c9;

  --ok: #15803d;
  --warn: #b45309;
  --error: #b91c1c;

  --shadow-sm: 0 1px 2px rgba(20, 83, 45, 0.05);
  --shadow: 0 18px 40px -24px rgba(15, 61, 34, 0.45);
  --shadow-lg: 0 40px 90px -50px rgba(15, 61, 34, 0.6);

  --r-sm: 12px;
  --r-md: 18px;
  --r-lg: 24px;
  --r-xl: 32px;

  --maxw: 1080px;
  --font: "Outfit", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}

/* ---- Reset ---- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--ink);
  background:
    radial-gradient(1100px 600px at 85% -10%, rgba(132, 204, 22, 0.10), transparent 60%),
    radial-gradient(900px 700px at -10% 10%, rgba(15, 118, 110, 0.08), transparent 55%),
    var(--paper);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -0.02em; font-weight: 800; }
:focus-visible { outline: 3px solid var(--lime-bright); outline-offset: 2px; border-radius: 6px; }

/* ---- Shared section scaffolding ---- */
main { display: block; }
section { padding: clamp(48px, 7vw, 100px) clamp(18px, 5vw, 40px); }
.section-head { max-width: 680px; margin: 0 auto clamp(28px, 4vw, 44px); text-align: center; }
.section-head h2 { font-size: clamp(1.6rem, 3.4vw, 2.5rem); color: var(--forest); }
.section-head p { margin-top: 12px; color: var(--muted); font-size: 1.05rem; }
.eyebrow {
  display: inline-block;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 10px;
}

/* ---- Buttons ---- */
.btn-primary, .btn-ghost {
  border-radius: 999px;
  font-weight: 700;
  font-size: 1rem;
  padding: 14px 24px;
  border: 1.5px solid transparent;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease, color .16s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--forest) 0%, var(--teal) 100%);
  box-shadow: 0 14px 26px -14px rgba(15, 118, 110, 0.7);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 20px 32px -14px rgba(15, 118, 110, 0.75); }
.btn-primary:disabled { opacity: .5; cursor: not-allowed; transform: none; box-shadow: none; filter: grayscale(.3); }
.btn-ghost {
  color: var(--forest);
  background: transparent;
  border-color: var(--line-strong);
}
.btn-ghost:hover { background: var(--paper-2); border-color: var(--teal); color: var(--teal); transform: translateY(-1px); }
.btn-block { width: 100%; }

/* ==========================================================================
   TOPBAR
   ========================================================================== */
.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 14px clamp(18px, 5vw, 40px);
  background: rgba(246, 248, 243, 0.82);
  backdrop-filter: saturate(140%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; }
.brand img { height: 30px; width: auto; }
.topbar nav {
  margin-left: auto;
  display: flex;
  gap: 6px;
  align-items: center;
}
.topbar nav a {
  color: var(--muted);
  font-weight: 600;
  font-size: 0.92rem;
  padding: 8px 12px;
  border-radius: 999px;
  transition: color .15s, background .15s;
}
.topbar nav a:hover { color: var(--forest); background: var(--paper-2); }
.nav-cta {
  color: #fff;
  background: var(--forest);
  font-weight: 700;
  font-size: 0.9rem;
  padding: 9px 18px;
  border-radius: 999px;
  transition: background .15s, transform .15s;
}
.nav-cta:hover { background: var(--teal); transform: translateY(-1px); }

/* ==========================================================================
   STAGE — wizard-first hero (single column, centered)
   ========================================================================== */
.stage {
  position: relative;
  text-align: center;
  padding-top: clamp(40px, 6vw, 70px);
  padding-bottom: clamp(48px, 7vw, 90px);
  overflow: hidden;
}
.stage-inner {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto;
}

/* decorative leaf/blob field */
.leaf-field { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.blob { position: absolute; border-radius: 50%; filter: blur(6px); opacity: .5; }
.blob-1 { width: 260px; height: 260px; top: -60px; left: -80px;
  background: radial-gradient(circle at 30% 30%, rgba(132,204,22,.45), transparent 70%); }
.blob-2 { width: 320px; height: 320px; top: 120px; right: -120px;
  background: radial-gradient(circle at 60% 40%, rgba(15,118,110,.40), transparent 70%); }
.blob-3 { width: 200px; height: 200px; bottom: 40px; left: 8%;
  background: radial-gradient(circle at 50% 50%, rgba(20,83,45,.28), transparent 70%); }

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--teal);
  background: rgba(15, 118, 110, 0.09);
  border: 1px solid rgba(15, 118, 110, 0.18);
  padding: 7px 16px;
  border-radius: 999px;
  margin-bottom: 22px;
}
.kicker .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--lime-bright); box-shadow: 0 0 0 4px rgba(132,204,22,.25); }

.stage-title {
  font-size: clamp(2.3rem, 6.4vw, 4.1rem);
  font-weight: 800;
  color: var(--forest);
  letter-spacing: -0.035em;
}
.stage-title em {
  font-style: normal;
  background: linear-gradient(120deg, var(--teal), var(--lime));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.stage-sub {
  margin: 20px auto 0;
  max-width: 580px;
  font-size: clamp(1.05rem, 1.6vw, 1.22rem);
  color: var(--muted);
}
.stage-sub strong { color: var(--forest); font-weight: 700; }

/* ---- THE WIZARD CARD (protagonist) ---- */
.wizard {
  position: relative;
  margin: clamp(30px, 4vw, 44px) auto 0;
  max-width: 620px;
  text-align: left;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-lg);
  padding: clamp(22px, 3.4vw, 38px);
}
.wizard::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--r-xl);
  padding: 1.5px;
  background: linear-gradient(135deg, rgba(132,204,22,.55), rgba(15,118,110,.45), transparent 60%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.wizard-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 22px;
}
.wizard-eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lime);
}
.wizard-head h2 { font-size: 1.5rem; color: var(--forest); margin-top: 4px; }
.status-pill {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--ok);
  background: rgba(21, 128, 61, 0.10);
  border: 1px solid rgba(21, 128, 61, 0.25);
  padding: 6px 12px;
  border-radius: 999px;
  white-space: nowrap;
}

/* steps */
.steps { list-style: none; padding: 0; display: grid; gap: 16px; }
.step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  background: var(--paper);
  transition: border-color .18s, box-shadow .18s, transform .18s;
}
.step:focus-within {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.12);
  transform: translateY(-1px);
}
.step-num {
  width: 32px; height: 32px;
  display: grid; place-items: center;
  border-radius: 50%;
  font-weight: 800;
  font-size: 0.95rem;
  color: #fff;
  background: linear-gradient(135deg, var(--forest), var(--teal));
  flex: none;
}
.step-body { display: grid; gap: 9px; }
.step-body label { font-weight: 600; font-size: 1rem; color: var(--ink); }

.select-wrap { position: relative; }
.select-wrap::after {
  content: "";
  position: absolute;
  right: 16px; top: 50%;
  width: 9px; height: 9px;
  border-right: 2px solid var(--teal);
  border-bottom: 2px solid var(--teal);
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}
.wizard select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
  font-size: 0.98rem;
  font-weight: 500;
  color: var(--ink);
  background: var(--card);
  border: 1.5px solid var(--line-strong);
  border-radius: var(--r-sm);
  padding: 12px 40px 12px 14px;
  min-height: 48px;
  transition: border-color .15s, box-shadow .15s;
  cursor: pointer;
}
.wizard select:hover { border-color: var(--teal-soft); }
.wizard select:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(15,118,110,.14); }

.wizard .btn-primary { margin-top: 22px; font-size: 1.05rem; padding: 16px 24px; }
.field-hint { margin-top: 12px; font-size: 0.82rem; color: var(--muted); }

/* sample chips */
.sample-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
  font-size: 0.85rem;
  color: var(--muted);
}
.chip {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--teal);
  background: rgba(15, 118, 110, 0.07);
  border: 1px solid rgba(15, 118, 110, 0.22);
  padding: 7px 14px;
  border-radius: 999px;
  transition: background .15s, transform .15s;
}
.chip:hover { background: rgba(15, 118, 110, 0.14); transform: translateY(-1px); }
.chip-warn { color: var(--warn); background: rgba(180, 83, 9, 0.08); border-color: rgba(180, 83, 9, 0.24); }
.chip-warn:hover { background: rgba(180, 83, 9, 0.15); }

/* ---- VERDICT block ---- */
.verdict { margin-top: 24px; }
.result-summary {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px;
  border-radius: var(--r-md);
  background: var(--paper-2);
  border: 1px solid var(--line);
}
.result-summary h3 { font-size: 1.12rem; color: var(--forest); }
.result-summary p { margin-top: 4px; font-size: 0.9rem; color: var(--muted); }

.risk-badge {
  flex: none;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 11px;
  border-radius: 999px;
  white-space: nowrap;
}
.risk-badge.neutral { color: var(--muted); background: #fff; border: 1px solid var(--line-strong); }
.risk-badge.low { color: var(--ok); background: rgba(21,128,61,.12); }
.risk-badge.medium { color: var(--warn); background: rgba(180,83,9,.12); }
.risk-badge.high { color: var(--error); background: rgba(185,28,28,.12); }

.result-list { display: grid; gap: 10px; margin-top: 14px; }
.result-item {
  padding: 14px 16px;
  border-radius: var(--r-sm);
  background: var(--card);
  border: 1px solid var(--line);
  border-left: 4px solid var(--line-strong);
}
.result-item strong { display: block; font-size: 0.98rem; color: var(--forest); margin-bottom: 3px; }
.result-item p { font-size: 0.9rem; color: var(--muted); }
.result-item.ok { border-left-color: var(--ok); }
.result-item.warn { border-left-color: var(--warn); }
.result-item.error { border-left-color: var(--error); }

/* trust row under wizard */
.trust-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(20px, 5vw, 60px);
  margin-top: clamp(30px, 4vw, 46px);
}
.trust { text-align: center; }
.trust strong { display: block; font-size: 1.8rem; font-weight: 800; color: var(--forest); }
.trust span { font-size: 0.85rem; color: var(--muted); }

/* ==========================================================================
   VERIFIER
   ========================================================================== */
.verifier { padding-top: clamp(20px, 3vw, 40px); }
.verifier-card {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  background: linear-gradient(135deg, var(--forest) 0%, var(--forest-deep) 100%);
  color: #eaf5ec;
  border-radius: var(--r-xl);
  padding: clamp(28px, 4vw, 48px);
  box-shadow: var(--shadow);
}
.verifier-copy .eyebrow { color: var(--lime-bright); }
.verifier-copy h2 { font-size: clamp(1.5rem, 2.6vw, 2.1rem); color: #fff; }
.verifier-copy p { margin-top: 12px; color: rgba(234, 245, 236, 0.82); font-size: 1rem; }
.verifier-copy .field-hint { color: rgba(234, 245, 236, 0.6); }

.verifier-tool {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--r-lg);
  padding: clamp(20px, 3vw, 28px);
  backdrop-filter: blur(4px);
}
.verifier-tool > label { display: block; font-weight: 600; color: #fff; margin-bottom: 10px; }
.search-box { display: flex; gap: 10px; }
.search-box input {
  flex: 1;
  min-width: 0;
  font-family: inherit;
  font-size: 1rem;
  color: var(--ink);
  background: var(--card);
  border: 1.5px solid transparent;
  border-radius: var(--r-sm);
  padding: 14px 16px;
  min-height: 50px;
  transition: box-shadow .15s, border-color .15s;
}
.search-box input:focus { outline: none; border-color: var(--lime-bright); box-shadow: 0 0 0 3px rgba(132,204,22,.3); }
.search-box .btn-primary { background: linear-gradient(135deg, var(--lime) 0%, var(--teal) 100%); white-space: nowrap; }
.verifier-tool .result-list .result-item { background: rgba(255,255,255,.95); }

/* ==========================================================================
   REPORT BAND
   ========================================================================== */
.report-band {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}
.report-band-head { text-align: left; }
.report-band-head h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); color: var(--forest); margin-top: 6px; }
.report-band-head p { margin-top: 14px; color: var(--muted); font-size: 1.05rem; max-width: 420px; }

.report-preview { display: grid; gap: 16px; }
.report-sheet {
  position: relative;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 26px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.report-sheet::after {
  content: "";
  position: absolute;
  top: 0; right: 0;
  width: 120px; height: 120px;
  background: radial-gradient(circle at 100% 0, rgba(132,204,22,.18), transparent 70%);
  pointer-events: none;
}
.report-topline {
  display: flex;
  justify-content: space-between;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  padding-bottom: 14px;
  border-bottom: 1px dashed var(--line-strong);
}
.report-topline span:first-child { color: var(--forest); }
.stamp {
  display: inline-block;
  margin: 16px 0 12px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--teal);
  border: 1.5px solid var(--teal);
  border-radius: 8px;
  padding: 6px 12px;
}
.report-sheet h2 { font-size: 1.35rem; color: var(--forest); }
#reportEntity { margin-top: 4px; color: var(--muted); font-size: 0.92rem; }
.report-sheet dl { margin: 18px 0 0; display: grid; gap: 0; }
.report-sheet dl div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
}
.report-sheet dt { color: var(--muted); font-size: 0.9rem; }
.report-sheet dd { font-weight: 600; color: var(--forest); font-size: 0.92rem; text-align: right; }
.report-evidence {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.report-evidence span {
  font-size: 0.74rem;
  font-weight: 600;
  color: var(--teal);
  background: rgba(15,118,110,.08);
  border: 1px solid rgba(15,118,110,.18);
  padding: 5px 10px;
  border-radius: 999px;
}
.report-lines { display: grid; gap: 8px; margin-top: 18px; }
.report-lines span { height: 8px; border-radius: 6px; background: var(--paper-2); }
.report-lines span:nth-child(1) { width: 90%; }
.report-lines span:nth-child(2) { width: 78%; }
.report-lines span:nth-child(3) { width: 84%; }
.report-lines span:nth-child(4) { width: 60%; }
.report-actions { display: grid; gap: 10px; }
.microcopy { font-size: 0.8rem; color: var(--muted); }

/* ==========================================================================
   FEATURES (eco grid)
   ========================================================================== */
.features { background: var(--paper-2); }
.feature-grid {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.feature {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 28px 24px;
  box-shadow: var(--shadow-sm);
  transition: transform .18s, box-shadow .18s, border-color .18s;
}
.feature:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--line-strong); }
.feature-icon {
  width: 52px; height: 52px;
  display: grid; place-items: center;
  font-size: 1.5rem;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(132,204,22,.18), rgba(15,118,110,.16));
  margin-bottom: 16px;
}
.feature span {
  display: inline-block;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 8px;
}
.feature strong { display: block; font-size: 1.12rem; color: var(--forest); line-height: 1.3; }
.feature p { margin-top: 10px; color: var(--muted); font-size: 0.95rem; }

/* ==========================================================================
   RISK + SOURCE grids
   ========================================================================== */
.risk-grid, .source-grid {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.risk-item, .source-item {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 26px 24px;
  box-shadow: var(--shadow-sm);
}
.risk-item span, .source-item span {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 8px;
}
.risk-item strong, .source-item strong { display: block; font-size: 1.18rem; color: var(--forest); }
.risk-item p, .source-item p { margin-top: 10px; color: var(--muted); font-size: 0.95rem; }
.risk-item { border-top: 4px solid var(--warn); }
.risk-item:nth-child(1) { border-top-color: var(--error); }
.risk-item:nth-child(3) { border-top-color: var(--error); }

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq { background: var(--paper-2); }
.faq-list { max-width: 760px; margin: 0 auto; display: grid; gap: 12px; }
.faq-list details {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 4px 22px;
  transition: border-color .15s, box-shadow .15s;
}
.faq-list details[open] { border-color: var(--line-strong); box-shadow: var(--shadow-sm); }
.faq-list summary {
  list-style: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--forest);
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+";
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--teal);
  line-height: 1;
  transition: transform .2s;
}
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { padding: 0 0 20px; color: var(--muted); font-size: 0.98rem; }

/* ==========================================================================
   PRICING + LEAD
   ========================================================================== */
/* NOTE: selectors here are scoped under .pricing to outrank the single-class
   rules that commerce.js injects at runtime via #commerceStyles in <head>. */
.pricing .pricing-grid {
  max-width: var(--maxw);
  margin: 0 auto clamp(28px, 4vw, 44px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
}
.pricing .plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 28px 24px;
  box-shadow: var(--shadow-sm);
  transition: transform .18s, box-shadow .18s;
}
.pricing .plan-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.pricing .plan-card.featured {
  border: 1.5px solid var(--teal);
  background: linear-gradient(180deg, rgba(15,118,110,.05), var(--card) 40%);
  box-shadow: var(--shadow);
}
.plan-flag {
  position: absolute;
  top: -12px; left: 24px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, var(--lime), var(--teal));
  padding: 5px 12px;
  border-radius: 999px;
}
.plan-tag {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--teal);
}
.plan-price { font-size: 2rem; font-weight: 800; color: var(--forest); line-height: 1; letter-spacing: -0.02em; }
.pricing .plan-card p { color: var(--muted); font-size: 0.95rem; flex: 1; }
.pricing .plan-card .btn-primary, .pricing .plan-card .btn-ghost { margin-top: 6px; }

/* lead form */
.pricing .lead-card {
  max-width: 720px;
  margin: 0 auto;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  padding: clamp(24px, 4vw, 40px);
  box-shadow: var(--shadow);
}
.lead-head { text-align: center; margin-bottom: 22px; }
.lead-head h3 { font-size: 1.4rem; color: var(--forest); }
.lead-head p { margin-top: 6px; color: var(--muted); }
.lead-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 18px;
}
.field { display: grid; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.lead-card label { font-weight: 600; font-size: 0.9rem; color: var(--ink); }
.lead-card input, .lead-card textarea {
  font-family: inherit;
  font-size: 1rem;
  color: var(--ink);
  background: var(--paper);
  border: 1.5px solid var(--line-strong);
  border-radius: var(--r-sm);
  padding: 13px 15px;
  min-height: 48px;
  transition: border-color .15s, box-shadow .15s, background .15s;
}
.lead-card textarea { min-height: 110px; resize: vertical; }
.lead-card input:focus, .lead-card textarea:focus {
  outline: none;
  background: var(--card);
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(15,118,110,.13);
}
.lead-card .btn-primary { margin-top: 4px; }
.mailto-link {
  display: inline-block;
  margin-top: 14px;
  font-weight: 700;
  color: var(--teal);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.lead-card .microcopy { margin-top: 12px; text-align: center; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
footer {
  background: var(--forest);
  color: rgba(234, 245, 236, 0.78);
  padding: clamp(36px, 5vw, 56px) clamp(18px, 5vw, 40px);
}
.footer-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  gap: 20px;
  justify-items: center;
  text-align: center;
}
.footer-logo { height: 28px; filter: brightness(0) invert(1); opacity: .92; }
.footer-inner p { font-size: 0.86rem; max-width: 720px; line-height: 1.6; }
.footer-inner nav { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; }
.footer-inner nav a {
  color: #eaf5ec;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.16);
  transition: background .15s;
}
.footer-inner nav a:hover { background: rgba(255,255,255,.12); }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 920px) {
  .verifier-card { grid-template-columns: 1fr; }
  .report-band { grid-template-columns: 1fr; }
  .report-band-head { text-align: center; }
  .report-band-head p { margin-left: auto; margin-right: auto; }
  .feature-grid, .risk-grid, .source-grid, .pricing-grid { grid-template-columns: 1fr; max-width: 480px; }
}
@media (max-width: 680px) {
  .topbar nav { display: none; }
  .lead-grid { grid-template-columns: 1fr; }
  .search-box { flex-direction: column; }
  .search-box .btn-primary { width: 100%; }
  .trust-row { gap: 28px; }
}
@media (max-width: 420px) {
  .nav-cta { display: none; }
}

/* ==========================================================================
   PRINT — let commerce.js print stage take over cleanly
   ========================================================================== */
@media print {
  .topbar, footer, .leaf-field { display: none !important; }
}
