/* ============================================================
   Platos Wallet — warm editorial-fintech design system (v2)
   Fraunces (display) · Hanken Grotesk (text) · paper + money-green + amber
   ============================================================ */
:root {
  --ink:        #13201b;
  --ink-2:      #2a3a33;
  --green:      #0c6b5e;
  --green-d:    #0a564b;
  --green-dd:   #07382f;
  --green-ddd:  #052a23;
  --sage:       #d9e7df;
  --sage-d:     #b9d2c6;
  --amber:      #f4b510;
  --amber-d:    #d89c00;
  --paper:      #f3efe6;
  --paper-2:    #eae3d4;
  --card:       #fffdf8;
  --line:       #e1dac8;
  --line-2:     #d2c9b2;
  --muted:      #56615b;
  --muted-2:    #818a82;

  --maxw: 1180px;
  --r:    16px;
  --r-sm: 10px;
  --r-lg: 28px;
  --shadow:    0 1px 2px rgba(19,32,27,.05), 0 12px 28px -16px rgba(19,32,27,.20);
  --shadow-lg: 0 2px 8px rgba(19,32,27,.06), 0 44px 90px -40px rgba(19,32,27,.40);
  --shadow-xl: 0 50px 110px -45px rgba(7,56,47,.6);

  --display: "Fraunces", Georgia, serif;
  --text: "Hanken Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--text);
  font-size: 17.5px;
  line-height: 1.62;
  color: var(--ink);
  background-color: var(--paper);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; }
a { color: var(--green-d); text-decoration: none; text-underline-offset: 3px; }
a:hover { text-decoration: underline; }

.skip-link { position: absolute; left: -999px; }
.skip-link:focus { left: 12px; top: 12px; z-index: 200; background: var(--ink); color: #fff; padding: 10px 14px; border-radius: 8px; }

/* ---- Type ---- */
h1,h2,h3,h4 { font-family: var(--display); font-weight: 600; line-height: 1.04; letter-spacing: -.018em; color: var(--ink); margin: 0 0 .4em; font-optical-sizing: auto; }
h1 { font-size: clamp(2.9rem, 6.6vw, 5.1rem); letter-spacing: -.03em; }
h2 { font-size: clamp(2.05rem, 4.4vw, 3.3rem); letter-spacing: -.025em; }
h3 { font-size: clamp(1.22rem, 2vw, 1.5rem); }
h4 { font-size: 1.1rem; }
p  { margin: 0 0 1.1em; }
strong { font-weight: 700; }
em { font-style: italic; }
.tnum { font-variant-numeric: tabular-nums; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
.section { padding: clamp(60px, 9vw, 116px) 0; position: relative; }
.section--tint { background: var(--paper-2); }
.section--ink { background: var(--green-dd); color: #fff; }
.section--ink h1,.section--ink h2,.section--ink h3 { color: #fff; }
.center { text-align: center; }
.measure { max-width: 62ch; }
.center .measure, .center .lead { margin-inline: auto; }
.lead { font-size: clamp(1.14rem, 1.7vw, 1.36rem); line-height: 1.55; color: var(--muted); max-width: 58ch; }
.section--ink .lead { color: rgba(255,255,255,.84); }

/* editorial section header */
.sec-head { max-width: 60ch; margin-bottom: 54px; }
.sec-head.center { margin-inline: auto; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--text); font-weight: 700; font-size: .73rem;
  letter-spacing: .18em; text-transform: uppercase; color: var(--green);
  margin: 0 0 1em;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--amber); }
.center .eyebrow { justify-content: center; }
.section--ink .eyebrow { color: var(--amber); }

/* ---- Buttons ---- */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--text); font-weight: 700; font-size: 1.01rem;
  padding: 15px 27px; border-radius: 12px; border: 1.5px solid transparent;
  cursor: pointer; transition: transform .16s ease, background .16s ease, box-shadow .16s ease, border-color .16s ease;
  white-space: nowrap; line-height: 1;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn--sm { padding: 11px 19px; font-size: .94rem; border-radius: 10px; }
.btn--primary { background: var(--amber); color: var(--ink); box-shadow: 0 10px 24px -10px rgba(244,181,16,.75); }
.btn--primary:hover { background: var(--amber-d); }
.btn--dark { background: var(--green); color: #fff; }
.btn--dark:hover { background: var(--green-d); }
.btn--ghost { background: rgba(255,255,255,.06); color: #fff; border-color: rgba(255,255,255,.34); }
.btn--ghost:hover { border-color: #fff; background: rgba(255,255,255,.12); }
.btn--outline { background: transparent; color: var(--green-d); border-color: var(--line-2); }
.btn--outline:hover { border-color: var(--green); background: var(--card); }

/* ---- Header ---- */
.site-header { position: sticky; top: 0; z-index: 100; background: color-mix(in srgb, var(--paper) 88%, transparent); backdrop-filter: saturate(150%) blur(12px); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); }
.brand:hover { text-decoration: none; }
.brand-word { font-family: var(--display); font-weight: 700; font-size: 1.26rem; letter-spacing: -.02em; }
.nav { display: flex; align-items: center; gap: 32px; }
.nav a:not(.btn) { color: var(--ink); font-weight: 600; font-size: .97rem; }
.nav a:not(.btn):hover { color: var(--green); text-decoration: none; }
.nav-toggle, .nav-burger { display: none; }
@media (max-width: 880px) {
  .nav-burger { display: inline-flex; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; cursor: pointer; }
  .nav-burger span { height: 2px; width: 23px; background: var(--ink); border-radius: 2px; margin-left: auto; transition: .2s; }
  .nav { position: fixed; inset: 76px 0 auto 0; flex-direction: column; align-items: stretch; gap: 0; background: var(--paper); border-bottom: 1px solid var(--line); padding: 10px 28px 22px; transform: translateY(-135%); transition: transform .26s ease; box-shadow: var(--shadow); }
  .nav a:not(.btn) { padding: 15px 0; border-bottom: 1px solid var(--line); }
  .nav .btn { margin-top: 14px; justify-content: center; }
  .nav-toggle:checked ~ .nav { transform: translateY(0); }
}

/* ---- Hero ---- */
.hero { position: relative; overflow: hidden; color: #fff; padding: clamp(70px, 10vw, 120px) 0 clamp(70px, 10vw, 120px);
  background: linear-gradient(165deg, var(--green) 0%, var(--green-d) 52%, var(--green-dd) 100%);
}
.hero::before { content: ""; position: absolute; width: 720px; height: 720px; right: -180px; top: -260px; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(244,181,16,.22), transparent 70%); pointer-events: none; }
.hero::after { content: ""; position: absolute; inset: 0; opacity: .5; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44'%3E%3Ccircle cx='2' cy='2' r='1' fill='%23ffffff' opacity='0.05'/%3E%3C/svg%3E"); }
.hero .wrap { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(30px,5vw,64px); align-items: center; }
@media (max-width: 900px){ .hero-grid { grid-template-columns: 1fr; } }
.hero h1 { color: #fff; max-width: 14ch; }
.hero h1 em { color: var(--amber); font-style: italic; }
.hero .lead { color: rgba(255,255,255,.85); margin-top: .2em; max-width: 46ch; }
.hero-cta { display: flex; gap: 13px; flex-wrap: wrap; margin-top: 34px; }
.hero-trust { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 42px; color: rgba(255,255,255,.8); font-size: .92rem; }
.hero-trust b { color: #fff; font-weight: 700; }
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero-trust span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--amber); }

/* reveal */
.reveal { opacity: 0; transform: translateY(16px); animation: rise .75s cubic-bezier(.2,.7,.2,1) forwards; }
.reveal.d1{animation-delay:.06s}.reveal.d2{animation-delay:.14s}.reveal.d3{animation-delay:.22s}.reveal.d4{animation-delay:.3s}
@keyframes rise { to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce){ .reveal{animation:none;opacity:1;transform:none} }

/* ---- Receipt visual ---- */
.receipt { background: var(--card); border-radius: 14px; padding: 24px 26px; box-shadow: var(--shadow-xl); font-variant-numeric: tabular-nums; color: var(--ink); max-width: 380px; margin-left: auto; transform: rotate(1.4deg); position: relative; }
.receipt::before, .receipt::after { content: ""; position: absolute; left: 0; right: 0; height: 10px; background: radial-gradient(circle at 7px 0, transparent 6px, var(--card) 6.5px) repeat-x; background-size: 14px 10px; }
.receipt::before { top: -9px; transform: scaleY(-1); }
.receipt::after { bottom: -9px; }
.receipt .r-tag { font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 10px; }
.receipt .r-row { display: flex; justify-content: space-between; padding: 9px 0; border-bottom: 1px dashed var(--line-2); }
.receipt .r-total { display: flex; justify-content: space-between; margin-top: 6px; padding-top: 12px; border-top: 2px solid var(--ink); font-family: var(--display); font-weight: 700; font-size: 1.28rem; }
.receipt .r-ok { display: flex; justify-content: space-between; align-items: center; margin-top: 12px; color: var(--green-d); font-weight: 700; }
.receipt .r-ok small { color: var(--muted-2); font-weight: 500; }

/* ---- Grid / bento / cards ---- */
.grid { display: grid; gap: 22px; }
.g2 { grid-template-columns: repeat(2,1fr); }
.g3 { grid-template-columns: repeat(3,1fr); }
.g4 { grid-template-columns: repeat(4,1fr); }
@media (max-width: 920px){ .g3,.g4 { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 600px){ .g2,.g3,.g4 { grid-template-columns: 1fr; } }

.card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 32px; box-shadow: var(--shadow); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--sage-d); }
.card h3 { margin-bottom: .3em; }
.card p { color: var(--muted); margin-bottom: 0; }

.ic { width: 52px; height: 52px; border-radius: 14px; background: var(--sage); color: var(--green-d); display: grid; place-items: center; margin-bottom: 20px; }
.ic svg { width: 26px; height: 26px; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.panel .ic { background: rgba(255,255,255,.12); color: var(--amber); }

/* bento: one tall feature + stacked */
.bento { display: grid; grid-template-columns: 1.25fr 1fr; grid-auto-rows: 1fr; gap: 22px; }
.bento .card--lead { grid-row: span 2; display: flex; flex-direction: column; justify-content: space-between; background: linear-gradient(180deg, var(--card), var(--paper)); }
@media (max-width: 760px){ .bento { grid-template-columns: 1fr; } .bento .card--lead { grid-row: auto; } }

.split { display: grid; grid-template-columns: 1.04fr .96fr; gap: clamp(36px,5vw,76px); align-items: center; }
.split--rev > :first-child { order: 2; }
@media (max-width: 900px){ .split,.split--rev { grid-template-columns: 1fr; } .split--rev > :first-child { order: 0; } }

.flist { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 13px; }
.flist li { padding-left: 30px; position: relative; color: var(--ink); }
.flist li::before { content: ""; position: absolute; left: 0; top: .55em; width: 16px; height: 9px; border-left: 2.4px solid var(--green); border-bottom: 2.4px solid var(--green); transform: rotate(-45deg); }

/* ---- Panel ---- */
.panel { background: var(--green-ddd); border-radius: var(--r-lg); padding: 38px; color: #fff; box-shadow: var(--shadow-lg); border: 1px solid rgba(255,255,255,.06); }
.panel h3 { color: #fff; }
.panel p { color: rgba(255,255,255,.8); }

/* ---- Stats ---- */
.stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 28px; }
@media (max-width: 720px){ .stats { grid-template-columns: repeat(2,1fr); } }
.stat { padding-top: 22px; border-top: 2px solid rgba(255,255,255,.18); }
.stat .n { font-family: var(--display); font-size: clamp(1.5rem,2.6vw,2.1rem); font-weight: 600; color: var(--amber); letter-spacing: -.02em; line-height: 1.05; }
.stat .l { color: rgba(255,255,255,.78); font-size: .94rem; margin-top: 6px; }
/* light stat variant (on paper) */
.stats--light .stat { border-top-color: var(--line-2); }
.stats--light .stat .n { color: var(--green-d); }
.stats--light .stat .l { color: var(--muted); }

/* ---- Steps ---- */
.steps { counter-reset: s; display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; }
@media (max-width: 820px){ .steps { grid-template-columns: 1fr; } }
.step { position: relative; padding-top: 60px; }
.step::before { counter-increment: s; content: "0" counter(s); position: absolute; top: 0; left: 0; font-family: var(--display); font-weight: 600; font-size: 1.5rem; color: var(--amber); }
.step::after { content: ""; position: absolute; top: 14px; left: 44px; right: 0; height: 1px; background: var(--line-2); }
.step:last-child::after { display: none; }
.step h3 { font-size: 1.24rem; }
.step p { color: var(--muted); margin-bottom: 0; }

/* ---- Pricing ---- */
.price-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; align-items: stretch; }
@media (max-width: 900px){ .price-grid { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; } }
.price { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 34px; display: flex; flex-direction: column; box-shadow: var(--shadow); }
.price--feat { border: 1.5px solid var(--green); box-shadow: var(--shadow-lg); position: relative; }
.price--feat .tag { position: absolute; top: -13px; left: 34px; background: var(--amber); color: var(--ink); font-weight: 800; font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; padding: 5px 12px; border-radius: 999px; }
.price h3 { margin-bottom: .1em; }
.price .amt { font-family: var(--display); font-size: 1.7rem; font-weight: 600; color: var(--ink); line-height: 1.18; margin: 14px 0 2px; }
.price .amt small { font-family: var(--text); font-size: .92rem; font-weight: 600; color: var(--muted); }
.price ul { list-style: none; padding: 0; margin: 20px 0 28px; display: grid; gap: 11px; }
.price li { padding-left: 28px; position: relative; color: var(--ink); }
.price li::before { content: ""; position: absolute; left: 1px; top: .5em; width: 14px; height: 8px; border-left: 2.2px solid var(--green); border-bottom: 2.2px solid var(--green); transform: rotate(-45deg); }
.price .btn { margin-top: auto; justify-content: center; }

/* ---- FAQ ---- */
.faq { max-width: 820px; margin-inline: auto; display: grid; gap: 12px; }
.faq details { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-sm); padding: 2px 24px; transition: box-shadow .2s, border-color .2s; }
.faq details[open] { box-shadow: var(--shadow); border-color: var(--sage-d); }
.faq summary { list-style: none; cursor: pointer; font-family: var(--display); font-weight: 600; font-size: 1.16rem; padding: 19px 0; display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--text); font-weight: 500; color: var(--green); font-size: 1.6rem; line-height: 1; transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details > p { color: var(--muted); margin: -2px 0 19px; }

/* ---- CTA band ---- */
.cta-band { background: linear-gradient(160deg, var(--green-d), var(--green-ddd)); color: #fff; border-radius: var(--r-lg); padding: clamp(46px,6.5vw,76px); text-align: center; position: relative; overflow: hidden; box-shadow: var(--shadow-lg); }
.cta-band::before { content: ""; position: absolute; width: 380px; height: 380px; left: -120px; top: -160px; border-radius: 50%; background: radial-gradient(closest-side, rgba(244,181,16,.2), transparent 70%); }
.cta-band > * { position: relative; }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,.82); }

/* ---- chips ---- */
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { font-size: .85rem; font-weight: 600; color: var(--green-d); background: var(--sage); border-radius: 999px; padding: 7px 15px; }

/* ---- prose ---- */
.prose { max-width: 68ch; margin: 0 auto; font-size: 1.1rem; line-height: 1.7; }
.prose h2 { margin-top: 1.7em; }
.prose h3 { margin-top: 1.3em; }
.prose ul, .prose ol { padding-left: 1.3em; }
.prose li { margin-bottom: .45em; }
.prose blockquote { border-left: 3px solid var(--amber); margin: 1.4em 0; padding-left: 1.1em; color: var(--muted); font-style: italic; }

/* ---- misc ---- */
.crumbs { font-size: .85rem; color: var(--muted); }
.crumbs a { color: var(--muted); }
.post-list { display: grid; gap: 2px; max-width: 760px; margin-inline: auto; }
.post-row { display: flex; justify-content: space-between; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.post-row a { font-family: var(--display); font-weight: 600; font-size: 1.24rem; color: var(--ink); }
.post-row time { color: var(--muted); font-size: .9rem; white-space: nowrap; }

/* ---- footer ---- */
.site-footer { background: var(--green-ddd); color: rgba(255,255,255,.72); padding: 72px 0 36px; }
.site-footer a { color: rgba(255,255,255,.72); }
.site-footer a:hover { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
@media (max-width: 760px){ .footer-grid { grid-template-columns: 1fr 1fr; } }
.footer-brand .brand { color: #fff; margin-bottom: 14px; }
.footer-brand .brand-word { color: #fff; }
.footer-brand p { max-width: 32ch; color: rgba(255,255,255,.62); }
.footer-grid h4 { color: #fff; font-family: var(--text); font-size: .76rem; text-transform: uppercase; letter-spacing: .14em; margin: 0 0 16px; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; font-size: .96rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.13); padding-top: 26px; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: .85rem; color: rgba(255,255,255,.55); }

.mt-s{margin-top:14px}.mt-m{margin-top:28px}.mt-l{margin-top:48px}

/* ============================================================
   Section variant — charcoal (near-black; distinct from --ink section)
   ============================================================ */
.section--charcoal { background: #0b1912; }
.section--charcoal h1,.section--charcoal h2,.section--charcoal h3 { color: #fff; }
.section--charcoal .eyebrow { color: var(--amber); }
.section--charcoal .lead { color: rgba(255,255,255,.78); }

/* ============================================================
   Button additions
   ============================================================ */
.btn--amber {
  background: var(--amber);
  color: var(--ink);
  border-color: transparent;
  font-weight: 800;
  box-shadow: 0 10px 28px -10px rgba(244,181,16,.65);
}
.btn--amber:hover { background: var(--amber-d); }

.btn--ghost-on-dark {
  color: rgba(255,255,255,.85);
  border-color: rgba(255,255,255,.3);
  background: transparent;
}
.btn--ghost-on-dark:hover {
  border-color: rgba(255,255,255,.65);
  background: rgba(255,255,255,.07);
}

/* ============================================================
   Hero X — dark / amber split
   ============================================================ */
.hx {
  background: #0b1912;
  overflow: hidden;
  position: relative;
}
/* amber right panel */
.hx::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 43%;
  background: var(--amber);
  pointer-events: none;
}
.hx__stage {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: clamp(80px,11vw,130px) 28px;
  display: grid;
  grid-template-columns: 1fr .88fr;
  gap: clamp(40px,5vw,72px);
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 960px) {
  .hx__stage { grid-template-columns: 1fr; }
  .hx::after { display: none; }
  .hx { background: #0b1912; }
}
.hx__copy { padding-right: clamp(0px, 2vw, 40px); }
.hx__eye {
  font-family: var(--text);
  font-weight: 700;
  font-size: .73rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--amber);
  margin: 0 0 1.3em;
  display: flex;
  align-items: center;
  gap: 10px;
}
.hx__eye::before { content: ""; width: 26px; height: 2px; background: var(--amber); flex: none; }
.hx__h1 {
  font-family: var(--display);
  font-weight: 900;
  font-size: clamp(3.2rem, 6.5vw, 5.6rem);
  letter-spacing: -.04em;
  line-height: 1.02;
  color: #fff;
  margin: 0 0 .65em;
}
.hx__h1 em { color: var(--amber); font-style: italic; }
.hx__lead {
  font-size: clamp(1.08rem, 1.5vw, 1.26rem);
  line-height: 1.62;
  color: rgba(255,255,255,.75);
  max-width: 46ch;
  margin: 0 0 2em;
}
.hx__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 2.6em; }
.hx__trust {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
  font-size: .88rem;
  color: rgba(255,255,255,.58);
}
.hx__trust span { display: flex; align-items: center; gap: 8px; }
.hx__trust span::before {
  content: "";
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--amber);
  flex: none;
}

/* visual column — sits on the amber panel */
.hx__visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  padding: 20px 0;
}
@media (max-width: 960px) {
  .hx__visual {
    padding: 48px 0 0;
    max-width: 420px;
    margin: 0 auto;
  }
}

/* receipt on amber — white, slightly rotated, dramatic shadow */
.receipt--hx {
  background: #fff;
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
  transform: rotate(2deg);
  box-shadow:
    0 8px 24px rgba(10,18,12,.14),
    0 40px 80px -20px rgba(10,18,12,.32);
}
/* override receipt pseudo-elements to use #fff */
.receipt--hx::before,
.receipt--hx::after {
  background: radial-gradient(circle at 7px 0, transparent 6px, #fff 6.5px) repeat-x;
  background-size: 14px 10px;
}

/* text bubble below receipt */
.hx__bubble {
  background: var(--ink);
  color: #fff;
  border-radius: 18px 18px 18px 4px;
  padding: 14px 18px;
  display: flex;
  gap: 11px;
  align-items: center;
  font-size: .87rem;
  line-height: 1.45;
  max-width: 280px;
  transform: rotate(-2deg);
  box-shadow: 0 8px 28px rgba(10,18,12,.22);
}
.hx__bubble svg {
  width: 20px; height: 20px; flex: none;
  stroke: var(--amber); fill: none;
  stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
}
.hx__bubble strong { color: var(--amber); }

/* ============================================================
   Statement section
   ============================================================ */
.statement-section {
  padding: clamp(64px,9vw,110px) 0;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.statement-block {
  max-width: 820px;
  margin: 0 auto;
  border-left: 4px solid var(--amber);
  padding-left: 36px;
}
.statement-pre {
  font-family: var(--text);
  font-weight: 700;
  font-size: .73rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 1em;
}
.statement-body {
  font-family: var(--display);
  font-size: clamp(1.36rem, 2.4vw, 1.9rem);
  font-weight: 500;
  line-height: 1.48;
  letter-spacing: -.016em;
  color: var(--ink-2);
  margin: 0;
}

/* ============================================================
   Proof strip (numbers section)
   ============================================================ */
.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
@media (max-width: 820px) { .proof-strip { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .proof-strip { grid-template-columns: 1fr; } }
.proof-item {
  padding: 36px 32px;
  border-left: 1px solid rgba(255,255,255,.1);
}
.proof-item:first-child { border-left: none; }
@media (max-width: 820px) {
  .proof-item { border-left: none; border-top: 1px solid rgba(255,255,255,.1); }
  .proof-item:nth-child(1), .proof-item:nth-child(2) { border-top: none; }
  .proof-item:nth-child(odd) { border-left: none; }
  .proof-item:nth-child(even) { border-left: 1px solid rgba(255,255,255,.1); }
}
.proof-n {
  font-family: var(--display);
  font-size: clamp(2rem, 3.6vw, 2.8rem);
  font-weight: 700;
  color: var(--amber);
  letter-spacing: -.03em;
  line-height: 1.1;
  margin-bottom: 10px;
}
.proof-l {
  font-size: .93rem;
  line-height: 1.5;
  color: rgba(255,255,255,.68);
}

/* ============================================================
   Steps X (horizontal editorial steps)
   ============================================================ */
.steps-x {
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin-top: 52px;
}
@media (max-width: 860px) {
  .steps-x { flex-direction: column; gap: 32px; }
  .step-x__arrow { transform: rotate(90deg); margin: 0 auto; }
}
.step-x {
  flex: 1;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 32px;
  box-shadow: var(--shadow);
}
.step-x__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 44px;
  margin-top: 48px;
}
.step-x__arrow svg {
  width: 22px; height: 22px;
  stroke: var(--line-2); fill: none;
  stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
}
.step-x__num {
  font-family: var(--display);
  font-size: 3rem;
  font-weight: 800;
  color: var(--amber);
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: -.04em;
}
.step-x__body h3 { font-size: 1.18rem; margin-bottom: .35em; }
.step-x__body p { color: var(--muted); margin: 0; font-size: .97rem; }

/* ============================================================
   Audience cards (CapitalWealth segmentation pattern)
   ============================================================ */
.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 8px;
}
@media (max-width: 900px) { .audience-grid { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; } }

.audience-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-top: 3px solid var(--amber);
  border-radius: var(--r);
  padding: 34px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.audience-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.audience-card__label {
  font-family: var(--text);
  font-weight: 700;
  font-size: .71rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--green);
  margin: 0;
}
.audience-card h3 {
  font-size: clamp(1.05rem, 1.6vw, 1.22rem);
  line-height: 1.32;
  margin: 0;
  color: var(--ink);
}
.audience-card p {
  color: var(--muted);
  font-size: .96rem;
  line-height: 1.62;
  margin: 0;
  flex: 1;
}
.audience-card .btn { margin-top: auto; align-self: flex-start; }

/* ============================================================
   Mid-page CTA (dark band, horizontal layout)
   ============================================================ */
.mid-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 60px 0;
}
@media (max-width: 760px) {
  .mid-cta { flex-direction: column; align-items: flex-start; }
}
.mid-cta__h {
  font-family: var(--display);
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 .4em;
}
.mid-cta__sub {
  color: rgba(255,255,255,.7);
  font-size: 1.02rem;
  line-height: 1.58;
  max-width: 54ch;
  margin: 0;
}
.mid-cta__action { flex: none; }

/* ============================================================
   Final CTA (charcoal, centered)
   ============================================================ */
.final-cta {
  padding: clamp(64px,9vw,100px) 0;
  text-align: center;
}
.final-cta__h {
  font-family: var(--display);
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 1.08;
  color: #fff;
  margin: 0 0 .5em;
}
.final-cta__sub {
  color: rgba(255,255,255,.72);
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
  line-height: 1.6;
  max-width: 54ch;
  margin: 0 auto 2em;
}
.final-cta__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}

/* ---- focus + hover polish ---- */
:focus-visible { outline: 2.5px solid var(--green); outline-offset: 3px; border-radius: 4px; }
input:focus, select:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(12,107,94,.16); }
a:not(.btn):not(.brand) { transition: color .15s ease; }
.chip { transition: background .15s ease, color .15s ease; }
.chip:hover { background: var(--sage-d); }
.post-row a { transition: color .15s ease; }
.post-row:hover a { color: var(--green); }

/* ---- scroll reveal (progressive: only when JS present) ---- */
@media (prefers-reduced-motion: no-preference) {
  .js .ru { opacity: 0; transform: translateY(22px); transition: opacity .75s cubic-bezier(.2,.7,.2,1), transform .75s cubic-bezier(.2,.7,.2,1); will-change: opacity, transform; }
  .js .ru.in { opacity: 1; transform: none; }
}

/* ---- hero signature: receipt + texted-offer bubble ---- */
.hero-visual { position: relative; max-width: 400px; margin-left: auto; }
.hero-bubble { position: absolute; left: -10px; bottom: -30px; max-width: 256px; background: var(--card); color: var(--ink); border-radius: 16px 16px 16px 5px; padding: 13px 16px; box-shadow: var(--shadow-lg); font-size: .9rem; line-height: 1.42; display: flex; gap: 11px; align-items: center; transform: rotate(-2.2deg); }
.hero-bubble .dot { flex: none; width: 32px; height: 32px; border-radius: 50%; background: var(--sage); color: var(--green-d); display: grid; place-items: center; }
.hero-bubble .dot svg { width: 17px; height: 17px; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.hero-bubble b { color: var(--green-d); font-weight: 700; }
@media (max-width: 900px){
  .hero-visual { margin: 6px auto 0; max-width: 380px; }
  .hero-bubble { position: static; transform: none; margin: 22px auto 0; max-width: 100%; }
}
