:root {
  --ink: #102018;
  --ink-2: #35443b;
  --ink-3: #657168;
  --forest: #0b2f20;
  --forest-2: #123e2a;
  --forest-3: #1b5138;
  --mint: #dcecdf;
  --mint-2: #edf5ef;
  --paper: #fbfaf6;
  --paper-2: #f4f1e8;
  --white: #ffffff;
  --gold: #c69b4f;
  --gold-2: #e3c47f;
  --line: #d9ded8;
  --line-dark: rgba(255,255,255,.14);
  --danger: #a23939;
  --ok: #27653f;
  --shadow: 0 18px 50px rgba(16,32,24,.10);
  --shadow-sm: 0 8px 24px rgba(16,32,24,.08);
  --radius: 18px;
  --radius-sm: 12px;
  --max: 1180px;
  --font-display: "Archivo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: "DM Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "DM Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
::selection { background: var(--gold-2); color: var(--ink); }

.skip {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 999;
  transform: translateY(-180%);
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
  font-weight: 700;
}
.skip:focus { transform: none; }

.wrap { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.narrow { max-width: 860px; }

.top {
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 1px solid rgba(16,32,24,.08);
  background: color-mix(in srgb, var(--paper) 92%, transparent);
  backdrop-filter: blur(16px);
}
.top-in {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -.03em;
}
.brand-seal { width: 34px; height: 34px; flex: 0 0 34px; }
.brand-name { font-size: 20px; }
.top-nav { display: flex; align-items: center; gap: 4px; }
.top-nav > a:not(.btn) {
  padding: 9px 12px;
  border-radius: 9px;
  color: var(--ink-2);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}
.top-nav > a:not(.btn):hover,
.top-nav > a[aria-current="page"] { background: rgba(11,47,32,.06); color: var(--forest); }
.menu-btn {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
}
.menu-btn svg { width: 20px; height: 20px; }
.mobile-nav {
  display: none;
  padding: 0 20px 18px;
  border-top: 1px solid rgba(16,32,24,.06);
}
.mobile-nav.is-open { display: grid; gap: 6px; }
.mobile-nav a { padding: 11px 12px; border-radius: 9px; text-decoration: none; font-weight: 700; }
.mobile-nav a:hover { background: var(--mint-2); }
.mobile-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 6px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 11px 17px;
  border: 1px solid transparent;
  border-radius: 11px;
  text-decoration: none;
  font-weight: 800;
  line-height: 1.1;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, summary:focus-visible {
  outline: 3px solid rgba(198,155,79,.42);
  outline-offset: 3px;
}
.btn--sm { min-height: 40px; padding: 9px 13px; font-size: 14px; }
.btn--primary { background: var(--forest); color: var(--white); box-shadow: 0 7px 20px rgba(11,47,32,.16); }
.btn--primary:hover { background: var(--forest-2); }
.btn--ghost { background: transparent; border-color: var(--line); color: var(--forest); }
.btn--ghost:hover { background: var(--white); box-shadow: var(--shadow-sm); }
.btn--onDark { background: var(--white); color: var(--forest); box-shadow: 0 10px 28px rgba(0,0,0,.16); }
.btn--onDark:hover { background: var(--paper); }
.btn--quietDark { color: var(--white); border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.06); }
.btn--quietDark:hover { background: rgba(255,255,255,.12); }
.btn--wide { width: 100%; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 15px;
  color: var(--forest-3);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 22px; height: 1px; background: var(--gold); }
.eyebrow--light { color: #d7eadb; }
.eyebrow--light::before { background: var(--gold-2); }

h1, h2, h3, h4 { margin: 0; font-family: var(--font-display); line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(44px, 6vw, 78px); }
h2 { font-size: clamp(34px, 4.6vw, 54px); }
h3 { font-size: 21px; }
h4 { font-size: 15px; letter-spacing: -.01em; }
p { margin: 0; }
.lede { max-width: 720px; margin-top: 18px; color: var(--ink-2); font-size: clamp(18px, 2vw, 21px); line-height: 1.55; }
.sec-head { max-width: 800px; margin-bottom: 42px; }
.sec-head--center { margin-inline: auto; text-align: center; }
.sec-head--center .eyebrow { justify-content: center; }
.sec-head--center .lede { margin-inline: auto; }

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 80% 12%, rgba(198,155,79,.22), transparent 31%),
    radial-gradient(circle at 20% 100%, rgba(52,111,76,.33), transparent 30%),
    var(--forest);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}
.hero-in {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, .98fr);
  gap: clamp(42px, 7vw, 88px);
  align-items: center;
  min-height: 670px;
  padding-top: 84px;
  padding-bottom: 88px;
}
.hero h1 { max-width: 760px; }
.hero h1 em { color: var(--gold-2); font-style: normal; }
.hero .lede { color: rgba(255,255,255,.78); }
.hero-cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.hero-note { margin-top: 18px; color: rgba(255,255,255,.60); font-size: 13.5px; }
.hero-kickers { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.05);
  font-size: 12.5px;
}
.kicker-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold-2); }

.chain {
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 20px;
  overflow: hidden;
  background: rgba(8,28,20,.80);
  box-shadow: 0 30px 70px rgba(0,0,0,.28);
  backdrop-filter: blur(12px);
}
.chain-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(255,255,255,.11);
}
.chain-title { font-family: var(--font-mono); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: rgba(255,255,255,.58); }
.chain-state {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #c8f1d3;
  font-size: 12.5px;
  font-weight: 700;
}
.chain-state::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #71c98a; box-shadow: 0 0 0 4px rgba(113,201,138,.10); }
.chain-state.is-broken { color: #ffc1b7; }
.chain-state.is-broken::before { background: #eb7662; box-shadow: 0 0 0 4px rgba(235,118,98,.11); }
.link { padding: 15px 18px; border-bottom: 1px solid rgba(255,255,255,.08); transition: background .18s ease; }
.link.is-broken { background: rgba(162,57,57,.14); }
.link-top { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; }
.link-desc { color: rgba(255,255,255,.92); font-size: 14px; }
.link-amt { color: var(--white); font-family: var(--font-mono); font-size: 13px; white-space: nowrap; }
.link-amt input {
  width: 94px;
  padding: 5px 7px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 7px;
  color: var(--white);
  background: rgba(255,255,255,.07);
  font-family: var(--font-mono);
  text-align: right;
}
.link-seal { margin-top: 7px; color: rgba(255,255,255,.38); font-family: var(--font-mono); font-size: 10.5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.link-seal span { margin-right: 7px; color: var(--gold-2); }
.chain-foot { padding: 15px 18px 17px; color: rgba(255,255,255,.63); font-size: 13px; line-height: 1.55; }
.chain-foot b { color: var(--white); }
.chain-reset { padding: 0; border: 0; color: var(--gold-2); background: none; text-decoration: underline; cursor: pointer; font-weight: 700; }

.proof-strip { border-bottom: 1px solid var(--line); background: var(--white); }
.proof-strip-in { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-item { padding: 22px 22px 22px 0; border-right: 1px solid var(--line); }
.proof-item:not(:first-child) { padding-left: 22px; }
.proof-item:last-child { border-right: 0; }
.proof-item strong { display: block; color: var(--forest); font-family: var(--font-display); font-size: 15px; }
.proof-item span { display: block; margin-top: 2px; color: var(--ink-3); font-size: 12.5px; }

.sec { padding: 98px 0; }
.sec--tight { padding: 72px 0; }
.sec--tint { background: var(--paper-2); }
.sec--mint { background: var(--mint-2); }
.sec--dark { color: var(--white); background: var(--forest); }
.sec--dark .lede, .sec--dark p { color: rgba(255,255,255,.70); }

.truths { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.truth {
  min-height: 230px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}
.truth-fig { color: var(--forest); font-family: var(--font-display); font-size: 28px; font-weight: 700; letter-spacing: -.04em; }
.truth p { margin-top: 20px; color: var(--ink-2); }

.feats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feat {
  position: relative;
  min-height: 260px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}
.feat-mark {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 28px;
  border-radius: 10px;
  color: var(--forest);
  background: var(--mint);
}
.feat h3 { max-width: 290px; }
.feat p { margin-top: 14px; color: var(--ink-2); font-size: 15px; }
.feat p + p { margin-top: 10px; }
.feat--dark { border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.06); }
.feat--dark h3 { color: var(--white); }
.feat--dark p { color: rgba(255,255,255,.68); }
.feat--dark .feat-mark { color: var(--gold-2); background: rgba(255,255,255,.08); }

.fits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.fit {
  padding: 28px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius);
  background: rgba(255,255,255,.05);
}
.fit h3 { color: var(--white); }
.fit p { margin-top: 14px; }
.fit ul { margin: 18px 0 0; padding: 0; list-style: none; }
.fit li { position: relative; padding: 8px 0 8px 22px; color: rgba(255,255,255,.82); font-size: 14px; }
.fit li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-2); font-weight: 800; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 76px); align-items: center; }
.panel {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}
.panel--dark { border-color: rgba(255,255,255,.13); color: var(--white); background: rgba(255,255,255,.06); }
.panel h3 { margin-bottom: 18px; }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 9px 0 9px 29px; border-bottom: 1px solid var(--line); color: var(--ink-2); }
.check-list li:last-child { border-bottom: 0; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 9px; color: var(--ok); font-weight: 900; }
.panel--dark .check-list li { border-color: rgba(255,255,255,.12); color: rgba(255,255,255,.79); }
.panel--dark .check-list li::before { color: var(--gold-2); }

.claim {
  margin: 0;
  padding: 34px 0 34px 34px;
  border-left: 3px solid var(--gold);
}
.claim p { max-width: 860px; font-family: var(--font-display); font-size: clamp(27px, 3vw, 39px); line-height: 1.26; letter-spacing: -.035em; }
.claim cite { display: block; margin-top: 20px; color: var(--ink-3); font-style: normal; font-size: 13px; }

.mini-pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.mini-price { padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.mini-price strong { display: block; color: var(--forest); font-family: var(--font-display); font-size: 20px; }
.mini-price .amount { margin-top: 12px; font-family: var(--font-display); font-size: 38px; font-weight: 700; letter-spacing: -.04em; }
.mini-price .amount span { color: var(--ink-3); font-family: var(--font-body); font-size: 13px; font-weight: 500; letter-spacing: 0; }
.mini-price p { margin-top: 10px; color: var(--ink-3); font-size: 14px; }
.mini-price a { margin-top: 20px; }

.page-hero { position: relative; overflow: hidden; padding: 88px 0 70px; border-bottom: 1px solid var(--line); background: linear-gradient(180deg, #fff 0%, var(--paper) 100%); }
.page-hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -180px; top: -280px; border-radius: 50%; background: rgba(220,236,223,.75); filter: blur(1px); }
.page-hero .wrap { position: relative; z-index: 1; }
.page-hero h1 { max-width: 900px; color: var(--forest); font-size: clamp(42px, 5.7vw, 68px); }
.page-hero .lede { max-width: 790px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }

.billing-toggle {
  display: inline-flex;
  padding: 4px;
  margin-top: 28px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
}
.billing-toggle button { padding: 8px 12px; border: 0; border-radius: 8px; color: var(--ink-2); background: transparent; cursor: pointer; font-weight: 800; font-size: 13px; }
.billing-toggle button.is-active { color: var(--white); background: var(--forest); }
.billing-toggle small { margin-left: 5px; color: var(--gold-2); }

.tiers { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; align-items: stretch; }
.tier {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}
.tier--lead { border: 2px solid var(--forest); box-shadow: var(--shadow); transform: translateY(-8px); }
.tier-badge { position: absolute; top: 0; right: 18px; transform: translateY(-50%); padding: 5px 9px; border-radius: 999px; color: var(--white); background: var(--forest); font-size: 11px; font-weight: 800; }
.tier-name { color: var(--forest); font-family: var(--font-display); font-size: 18px; font-weight: 700; }
.tier-price { margin-top: 15px; font-family: var(--font-display); font-size: 42px; font-weight: 700; letter-spacing: -.045em; }
.tier-price span { color: var(--ink-3); font-family: var(--font-body); font-size: 13px; font-weight: 500; letter-spacing: 0; }
.tier-for { min-height: 90px; margin-top: 12px; color: var(--ink-3); font-size: 14px; }
.tier ul { flex: 1; margin: 21px 0 24px; padding: 0; list-style: none; }
.tier li { position: relative; padding: 8px 0 8px 23px; border-bottom: 1px solid #edf0ec; color: var(--ink-2); font-size: 13.5px; }
.tier li::before { content: "✓"; position: absolute; left: 0; color: var(--ok); font-weight: 900; }
.tier li.is-off { color: #9aa29c; }
.tier li.is-off::before { content: "—"; color: #9aa29c; }
.tier-note { min-height: 38px; margin-top: 12px; color: var(--ink-3); font-size: 12.5px; }

.rate-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.rate { width: 100%; border-collapse: collapse; min-width: 650px; }
.rate th, .rate td { padding: 15px 18px; border-bottom: 1px solid var(--line); text-align: left; }
.rate tr:last-child td { border-bottom: 0; }
.rate th { color: var(--ink-3); background: #f8f8f4; font-family: var(--font-mono); font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
.rate td { color: var(--ink-2); font-size: 14px; }
.rate .num { text-align: right; font-variant-numeric: tabular-nums; }
.rate-note { margin-top: 14px; color: var(--ink-3); font-size: 13.5px; }

.security-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.security-card { padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.security-card .label { display: block; margin-bottom: 15px; color: var(--ink-3); font-family: var(--font-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.security-card ul { margin: 0; padding: 0; list-style: none; }
.security-card li { position: relative; padding: 10px 0 10px 27px; border-bottom: 1px solid #edf0ec; color: var(--ink-2); }
.security-card li:last-child { border-bottom: 0; }
.security-card li::before { position: absolute; left: 0; font-weight: 900; }
.security-card--yes li::before { content: "✓"; color: var(--ok); }
.security-card--no li::before { content: "×"; color: var(--danger); }

.qa { border-top: 1px solid var(--line); }
.qa details { border-bottom: 1px solid var(--line); }
.qa summary { position: relative; cursor: pointer; list-style: none; padding: 21px 42px 21px 0; color: var(--ink); font-family: var(--font-display); font-size: 17px; font-weight: 700; }
.qa summary::-webkit-details-marker { display: none; }
.qa summary::after { content: "+"; position: absolute; right: 5px; top: 18px; color: var(--forest); font-size: 25px; font-weight: 400; }
.qa details[open] summary::after { content: "−"; }
.qa .a { max-width: 760px; padding: 0 45px 22px 0; color: var(--ink-2); }
.qa .a p + p { margin-top: 10px; }
.sec--dark .qa { border-color: rgba(255,255,255,.15); }
.sec--dark .qa details { border-color: rgba(255,255,255,.15); }
.sec--dark .qa summary { color: var(--white); }
.sec--dark .qa summary::after { color: var(--gold-2); }
.sec--dark .qa .a { color: rgba(255,255,255,.72); }

.finale {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(135deg, var(--forest) 0%, #123e2a 100%);
}
.finale::after { content: ""; position: absolute; width: 560px; height: 560px; right: -240px; top: -260px; border: 1px solid rgba(255,255,255,.10); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.02); }
.finale-in { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; gap: 42px; align-items: center; padding-top: 76px; padding-bottom: 76px; }
.finale h2 { font-size: clamp(34px, 4vw, 50px); }
.finale p { max-width: 680px; margin-top: 13px; color: rgba(255,255,255,.70); }
.finale-cta { display: flex; flex-wrap: wrap; gap: 9px; }

.foot { color: rgba(255,255,255,.65); background: #071b12; }
.foot-in { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 34px; padding: 62px 0 48px; }
.foot .brand { color: var(--white); }
.foot-brand p { max-width: 340px; margin-top: 14px; font-size: 14px; }
.foot h4 { margin-bottom: 13px; color: var(--white); }
.foot a:not(.brand) { display: block; width: fit-content; margin: 9px 0; color: rgba(255,255,255,.66); text-decoration: none; font-size: 14px; }
.foot a:not(.brand):hover { color: var(--white); }
.foot-legal { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0 26px; border-top: 1px solid rgba(255,255,255,.10); font-size: 12.5px; }

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

@media (max-width: 1020px) {
  .hero-in { grid-template-columns: 1fr; min-height: auto; padding-top: 72px; }
  .hero-in > div:first-child { max-width: 780px; }
  .chain { max-width: 720px; }
  .proof-strip-in { grid-template-columns: repeat(2, 1fr); }
  .proof-item:nth-child(2) { border-right: 0; }
  .proof-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .feats { grid-template-columns: repeat(2, 1fr); }
  .tiers { grid-template-columns: repeat(2, 1fr); }
  .tier--lead { transform: none; }
  .finale-in { grid-template-columns: 1fr; }
}

@media (max-width: 780px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .top-in { min-height: 66px; }
  .desktop-nav { display: none; }
  .menu-btn { display: inline-grid; place-items: center; }
  .sec { padding: 74px 0; }
  .page-hero { padding: 70px 0 54px; }
  .truths, .fits, .mini-pricing, .security-summary, .split { grid-template-columns: 1fr; }
  .truth { min-height: auto; }
  .feats { grid-template-columns: 1fr; }
  .feat { min-height: auto; }
  .finale-in { padding-top: 62px; padding-bottom: 62px; }
  .foot-in { grid-template-columns: 1.4fr 1fr 1fr; }
  .foot-brand { grid-column: 1 / -1; }
}

@media (max-width: 580px) {
  h1 { font-size: clamp(40px, 13vw, 58px); }
  h2 { font-size: clamp(32px, 10vw, 44px); }
  .hero-in { padding-top: 58px; padding-bottom: 64px; gap: 38px; }
  .hero-cta, .hero-actions { display: grid; }
  .hero-cta .btn, .hero-actions .btn { width: 100%; }
  .hero-kickers { gap: 6px; }
  .proof-strip-in { grid-template-columns: 1fr; }
  .proof-item, .proof-item:not(:first-child) { padding: 16px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-item:last-child { border-bottom: 0; }
  .tiers { grid-template-columns: 1fr; }
  .tier-for { min-height: auto; }
  .link-top { align-items: flex-start; flex-direction: column; gap: 5px; }
  .link-amt input { width: 110px; }
  .chain-foot { font-size: 12.5px; }
  .foot-in { grid-template-columns: 1fr 1fr; }
  .foot-legal { flex-direction: column; gap: 4px; }
  .finale-cta { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Human-reviewed signup / walkthrough flow */
.request-hero {
  position: relative;
  overflow: hidden;
  padding: 82px 0 90px;
  color: var(--white);
  background:
    radial-gradient(circle at 86% 12%, rgba(198,155,79,.20), transparent 27%),
    radial-gradient(circle at 10% 100%, rgba(52,111,76,.30), transparent 34%),
    var(--forest);
}
.request-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .14;
  background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 90%);
}
.request-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr);
  gap: clamp(44px, 7vw, 88px);
  align-items: start;
}
.request-copy { padding-top: 28px; }
.request-copy h1 { max-width: 620px; font-size: clamp(44px, 5.6vw, 70px); }
.request-copy .lede { color: rgba(255,255,255,.76); }
.request-steps { display: grid; gap: 0; margin-top: 42px; border-top: 1px solid rgba(255,255,255,.16); }
.request-step { display: grid; grid-template-columns: 46px 1fr; gap: 16px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.request-step > span { color: var(--gold-2); font-family: var(--font-mono); font-size: 12px; letter-spacing: .08em; }
.request-step strong { display: block; margin-bottom: 4px; font-family: var(--font-display); font-size: 17px; }
.request-step p { color: rgba(255,255,255,.66); font-size: 14px; }
.request-email { margin-top: 22px; color: rgba(255,255,255,.66); font-size: 14px; }
.request-email a { color: var(--white); font-weight: 700; }
.request-card { padding: clamp(25px, 4vw, 42px); border: 1px solid rgba(255,255,255,.18); border-radius: 24px; color: var(--ink); background: var(--paper); box-shadow: 0 28px 80px rgba(0,0,0,.22); }
.request-card-head { padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.request-card-head h2 { font-size: clamp(29px, 3vw, 39px); }
.request-card-head p { max-width: 620px; margin-top: 11px; color: var(--ink-2); }
.request-form { display: grid; gap: 21px; margin-top: 26px; }
.request-form fieldset { margin: 0; padding: 0; border: 0; }
.request-form legend, .field > span { display: block; margin-bottom: 7px; color: var(--ink); font-size: 13px; font-weight: 800; }
.field > span b { color: var(--danger); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.field input, .field select, .field textarea {
  width: 100%;
  padding: 12px 13px;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
  line-height: 1.4;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.field textarea { min-height: 126px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #8a938d; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(198,155,79,.18); }
.choice-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.choice-option { position: relative; cursor: pointer; }
.choice-option input { position: absolute; opacity: 0; pointer-events: none; }
.choice-option span { display: block; min-height: 104px; padding: 16px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); transition: border-color .18s ease, background .18s ease, box-shadow .18s ease; }
.choice-option strong { display: block; margin-bottom: 5px; font-family: var(--font-display); }
.choice-option small { display: block; color: var(--ink-3); font-size: 12.5px; line-height: 1.45; }
.choice-option input:checked + span { border-color: var(--forest-3); background: var(--mint-2); box-shadow: inset 0 0 0 1px var(--forest-3); }
.choice-option input:focus-visible + span { outline: 3px solid rgba(198,155,79,.42); outline-offset: 3px; }
.request-submit { padding-top: 4px; }
.request-submit p { margin-top: 10px; color: var(--ink-3); font-size: 12.5px; text-align: center; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.thanks-main { min-height: 66vh; display: grid; align-items: center; padding: 82px 0; background: var(--mint-2); }
.thanks-card { padding: clamp(34px, 6vw, 64px); border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: var(--shadow-sm); }
.thanks-card h1 { max-width: 700px; font-size: clamp(40px, 5vw, 62px); }
.thanks-card .lede { max-width: 700px; }
.thanks-check { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 25px; border-radius: 50%; color: var(--white); background: var(--forest); font-size: 24px; font-weight: 900; }
.thanks-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.error-main { min-height: 70vh; display: grid; align-items: center; padding: 72px 0; background: var(--mint-2); }

@media (max-width: 980px) {
  .request-grid { grid-template-columns: 1fr; }
  .request-copy { max-width: 760px; padding-top: 0; }
  .request-card { max-width: 760px; }
}
@media (max-width: 620px) {
  .request-hero { padding: 58px 0 66px; }
  .field-grid, .choice-row { grid-template-columns: 1fr; }
  .choice-option span { min-height: auto; }
  .request-card { border-radius: 18px; }
  .thanks-actions { display: grid; }
}
