/* ============================================================================
   Invorep — marketing site
   Aesthetic: calm precision. Editorial serif headlines (Fraunces) on warm
   stone, the product's deep teal as the single confident accent, the "cadence"
   (the automated email→SMS→call→post sequence) as the recurring motif.
   Built static. CSS-only motion. Light by default with warm near-black sections.
   ========================================================================== */

/* ---- Design tokens -------------------------------------------------------- */
:root {
  color-scheme: light;

  /* Brand */
  --teal:        #0b6b62;   /* Invorep Teal — the one accent */
  --teal-hover:  #095751;
  --teal-deep:   #064e47;
  --teal-tint:   #e6f1ef;   /* soft brand wash */
  --teal-mint:   #4fd1c5;   /* lighter teal — used only as a glow on dark */

  /* Warm stone neutrals (never cool grey) */
  --stone-50:  #fafaf9;
  --stone-100: #f5f5f4;
  --stone-200: #e7e5e4;
  --stone-300: #d6d3d1;
  --stone-400: #a8a29e;
  --stone-500: #78716c;
  --stone-600: #57534e;
  --stone-700: #44403c;
  --stone-800: #292524;
  --stone-900: #1c1917;

  /* Warm near-black for dark sections (matches product sidebar family) */
  --ink:       #16120f;
  --ink-2:     #1f1a16;
  --ink-line:  #322b25;

  /* Semantic surfaces */
  --bg:        var(--stone-50);
  --bg-card:   #ffffff;
  --fg:        var(--stone-900);
  --fg-muted:  var(--stone-500);
  --border:    var(--stone-300);
  --hairline:  #ece9e6;

  /* Status accents (mirrors the product badge palette) */
  --amber:   #f59e0b;
  --emerald: #10b981;
  --violet:  #8b5cf6;
  --blue:    #2563eb;

  /* Type */
  --font-display: "Fraunces", "Iowan Old Style", Georgia, "Times New Roman", serif;
  --font-sans: "Geist", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
  --font-mono: "Geist Mono", ui-monospace, "SF Mono", "Menlo", monospace;

  /* Rhythm */
  --container: 1140px;
  --gutter: clamp(1.25rem, 4vw, 3rem);
  --radius: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 1px 2px rgba(28,25,23,.05), 0 1px 1px rgba(28,25,23,.04);
  --shadow-md: 0 14px 40px -18px rgba(28,25,23,.30), 0 2px 8px -2px rgba(28,25,23,.08);
  --shadow-lg: 0 40px 90px -40px rgba(6,78,71,.45), 0 12px 30px -16px rgba(28,25,23,.18);

  --ease: cubic-bezier(.22, 1, .36, 1);
}

/* ---- Reset ---------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 88px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--font-sans);
  color: var(--fg);
  background: var(--bg);
  line-height: 1.6;
  font-size: 1.0625rem;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; border: none; background: none; }
::selection { background: var(--teal); color: #fff; }

/* keyboard focus — visible everywhere, mint on dark/teal surfaces */
:focus-visible { outline: 2px solid var(--teal); outline-offset: 2px; border-radius: 5px; }
.cadence-sec :focus-visible, .module--dc :focus-visible, .cta :focus-visible { outline-color: var(--teal-mint); }

/* ---- Atmospheric background ---------------------------------------------- */
/* Warm canvas + a single calm teal aura, a faint methodical grid, and grain. */
body::before {
  content: "";
  position: fixed; inset: 0; z-index: -2;
  background:
    radial-gradient(900px 600px at 78% -8%, rgba(11,107,98,.10), transparent 60%),
    radial-gradient(700px 520px at -6% 12%, rgba(11,107,98,.06), transparent 55%),
    linear-gradient(180deg, #fbfaf8, var(--stone-50));
}
body::after { /* fine grain overlay */
  content: "";
  position: fixed; inset: 0; z-index: -1; pointer-events: none;
  opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---- Layout helpers ------------------------------------------------------ */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(4.5rem, 9vw, 8rem); position: relative; }
.section--tight { padding-block: clamp(3rem, 6vw, 5rem); }

.eyebrow {
  font-family: var(--font-mono);
  font-size: .72rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--teal);
  font-weight: 500;
  display: inline-flex; align-items: center; gap: .55rem;
}
.eyebrow::before {
  content: ""; width: 1.6rem; height: 1px; background: var(--teal); opacity: .6;
}
.eyebrow--center::before { display: none; }

h1, h2, h3 { font-family: var(--font-display); font-weight: 500; letter-spacing: -0.015em; line-height: 1.06; color: var(--stone-900); font-optical-sizing: auto; }
.h-display { font-size: clamp(2.6rem, 6vw, 4.6rem); line-height: 1.08; }
h2.section-title { font-size: clamp(2rem, 4vw, 3.1rem); line-height: 1.06; }
h3 { font-size: 1.35rem; line-height: 1.15; letter-spacing: -.01em; }

.lede { font-size: clamp(1.05rem, 1.4vw, 1.3rem); color: var(--stone-600); line-height: 1.55; }
.section-head { max-width: 46rem; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 { margin-top: .9rem; }
.section-head p { margin-top: 1.1rem; }

em.serif-accent { font-style: italic; color: var(--teal); }

/* ---- Buttons ------------------------------------------------------------- */
.btn {
  --bh: 0;
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: var(--font-sans); font-weight: 500; font-size: .98rem;
  padding: .8rem 1.3rem; border-radius: 11px; white-space: nowrap;
  transition: transform .18s var(--ease), box-shadow .25s var(--ease), background .2s, color .2s, border-color .2s;
  will-change: transform;
}
.btn:active { transform: translateY(1px); }
.btn--primary {
  background: var(--teal); color: #fff;
  box-shadow: 0 1px 0 rgba(255,255,255,.18) inset, 0 10px 24px -12px rgba(11,107,98,.8);
}
.btn--primary:hover { background: var(--teal-hover); transform: translateY(-2px); box-shadow: 0 18px 34px -14px rgba(11,107,98,.75); }
.btn--ghost { background: var(--bg-card); color: var(--stone-800); box-shadow: inset 0 0 0 1px var(--border); }
.btn--ghost:hover { box-shadow: inset 0 0 0 1px var(--stone-400); transform: translateY(-2px); }
.btn--lg { padding: .95rem 1.6rem; font-size: 1.02rem; }
.btn--onDark { background: #fff; color: var(--ink); }
.btn--onDark:hover { background: var(--stone-100); }
.btn--ghostDark { color: var(--stone-200); box-shadow: inset 0 0 0 1px rgba(255,255,255,.18); }
.btn--ghostDark:hover { box-shadow: inset 0 0 0 1px rgba(255,255,255,.42); }

.arrow { transition: transform .2s var(--ease); }
.btn:hover .arrow, .link-arrow:hover .arrow { transform: translateX(3px); }

.link-arrow { color: var(--teal); font-weight: 500; display: inline-flex; align-items: center; gap: .4rem; }
.link-arrow:hover { color: var(--teal-hover); }

/* ---- Nav ----------------------------------------------------------------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  border-bottom: 1px solid transparent;
  transition: background .3s, border-color .3s, backdrop-filter .3s;
}
.nav.is-stuck {
  background: rgba(250,250,249,.78);
  backdrop-filter: saturate(1.4) blur(14px);
  -webkit-backdrop-filter: saturate(1.4) blur(14px);
  border-bottom-color: var(--hairline);
}
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 1.5rem; }
.nav__logo { height: 30px; flex: 0 0 auto; }
.nav__logo img { height: 100%; width: auto; }
.nav__links { display: flex; align-items: center; gap: 2rem; }
.nav__links a { font-size: .94rem; color: var(--stone-600); font-weight: 450; transition: color .2s; white-space: nowrap; }
.nav__links a:hover { color: var(--stone-900); }
.nav__cta { display: flex; align-items: center; gap: .85rem; }
.nav__collapse { display: contents; }
.nav__menu-btn {
  display: none; width: 42px; height: 42px; padding: 0; cursor: pointer;
  border: 1px solid var(--border); border-radius: 11px; background: var(--bg-card);
  color: var(--stone-700); place-items: center;
}
.nav__menu-bars { position: relative; display: block; width: 18px; height: 12px; }
.nav__menu-bars i { position: absolute; left: 0; right: 0; height: 2px; border-radius: 2px; background: currentColor;
  transition: transform .25s var(--ease), opacity .2s var(--ease), top .25s var(--ease); }
.nav__menu-bars i:nth-child(1) { top: 0; }
.nav__menu-bars i:nth-child(2) { top: 5px; }
.nav__menu-bars i:nth-child(3) { top: 10px; }
.nav.is-open .nav__menu-bars i:nth-child(1) { top: 5px; transform: rotate(45deg); }
.nav.is-open .nav__menu-bars i:nth-child(2) { opacity: 0; }
.nav.is-open .nav__menu-bars i:nth-child(3) { top: 5px; transform: rotate(-45deg); }
@media (max-width: 860px) {
  .nav__menu-btn { display: grid; }
  .nav__collapse {
    position: absolute; top: 100%; left: 0; right: 0;
    display: flex; flex-direction: column; align-items: stretch; gap: 1.1rem;
    padding: 1.1rem var(--gutter) 1.6rem;
    background: var(--bg-card); border-bottom: 1px solid var(--hairline); box-shadow: var(--shadow-md);
    opacity: 0; visibility: hidden; transform: translateY(-10px);
    transition: opacity .25s var(--ease), transform .25s var(--ease), visibility .25s;
  }
  .nav.is-open .nav__collapse { opacity: 1; visibility: visible; transform: none; }
  .nav__links { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .nav__links a { padding: .75rem .1rem; font-size: 1rem; border-bottom: 1px solid var(--hairline); }
  .nav__cta { display: flex; flex-direction: column; align-items: stretch; gap: .6rem; margin-top: .3rem; }
  .nav__cta .btn { width: 100%; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) { .nav__collapse, .nav__menu-bars i { transition: none; } }

/* ---- Hero ---------------------------------------------------------------- */
.hero { padding-top: clamp(2.5rem, 5vw, 4.5rem); padding-bottom: clamp(3.5rem, 6vw, 6rem); position: relative; }
.hero__grid {
  display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 3vw, 3rem);
  align-items: center;
}
.hero__grid > * { min-width: 0; } /* let grid tracks shrink below content min-content */
@media (max-width: 940px) { .hero__grid { grid-template-columns: 1fr; gap: 2.5rem; } }

.hero__badge {
  display: inline-flex; align-items: center; gap: .6rem;
  font-size: .82rem; color: var(--stone-600);
  background: var(--bg-card); padding: .4rem .8rem .4rem .5rem; border-radius: 999px;
  box-shadow: inset 0 0 0 1px var(--hairline), var(--shadow-sm);
}
.hero__badge .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--emerald); box-shadow: 0 0 0 3px rgba(16,185,129,.18); }

.hero h1 { margin-top: 1.4rem; font-size: clamp(2.5rem, 5vw, 3.9rem); } /* slightly under .h-display so the product frame reads large next to it */
.hero__sub { margin-top: 1.4rem; max-width: 33rem; }

/* Product toggle + hero actions — one primary, one quiet link */
.hero__actions { margin-top: 1.9rem; display: flex; gap: 1.25rem; flex-wrap: wrap; align-items: center; }
.hero__note { margin-top: 1.2rem; font-size: .82rem; color: var(--stone-500); display: flex; align-items: center; gap: .45rem; }
.demo-points {
  margin-top: 1rem;
  list-style: none;
  display: grid;
  gap: .5rem;
  color: var(--stone-600);
  font-size: .9rem;
}
.demo-points li {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  line-height: 1.4;
}
.demo-points li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 3px var(--teal-tint);
  flex: 0 0 auto;
  margin-top: .45em;
}
/* "Just reminders" mode dims the hero card down to email + text */
.hero__visual.is-reminders .step.s3,
.hero__visual.is-reminders .step.s4 { display: none; }
.hero__visual.is-reminders .step.s2 .step__line { display: none; }
.switcher { margin-top: 1.9rem; }
/* lead variant: sits above the headline as the hero's entry point */
.switcher--lead { margin-top: 1.4rem; }
.switcher--lead .switcher__label { color: var(--teal); }
.switcher--lead .segmented { box-shadow: inset 0 0 0 1px var(--teal-tint), var(--shadow-sm); }
.switcher--lead .segmented__btn { font-size: .95rem; padding: .62rem 1.1rem; }
.switcher__label { font-family: var(--font-mono); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: var(--stone-500); margin-bottom: .6rem; }
.segmented {
  display: inline-flex; padding: 4px; gap: 2px;
  background: var(--stone-100); border-radius: 13px; box-shadow: inset 0 0 0 1px var(--hairline);
  position: relative; max-width: 100%; flex-wrap: wrap;
}
.segmented__btn {
  position: relative; z-index: 1;
  font-size: .88rem; font-weight: 500; color: var(--stone-500);
  padding: .55rem .95rem; border-radius: 10px; transition: color .25s var(--ease);
  white-space: nowrap;
}
.segmented__btn[aria-checked="true"] { color: var(--teal-deep); }
.segmented__glider {
  position: absolute; z-index: 0; top: 4px; left: 4px; height: calc(100% - 8px);
  background: var(--bg-card); border-radius: 10px;
  box-shadow: var(--shadow-sm), inset 0 0 0 1px var(--hairline);
  transition: transform .35s var(--ease), width .35s var(--ease);
}
@media (prefers-reduced-motion: reduce) { .segmented__glider { transition: none; } }
@media (max-width: 470px) {
  .segmented { flex-direction: column; align-items: stretch; gap: 3px; }
  .segmented__btn { text-align: left; }
  .segmented__glider { display: none; }
  .segmented__btn[aria-checked="true"] { background: var(--bg-card); box-shadow: var(--shadow-sm), inset 0 0 0 1px var(--hairline); }
}

/* Hero email capture */
.capture { margin-top: 1.9rem; max-width: 30rem; }
.capture__form { display: flex; gap: .55rem; flex-wrap: wrap; }
.capture__form .btn { flex: 0 0 auto; }
@media (max-width: 430px) { .capture__field { flex: 1 1 100%; } .capture__form .btn { width: 100%; } }
.capture__field {
  flex: 1; min-width: 0;
  display: flex; align-items: center; gap: .6rem;
  background: var(--bg-card); border-radius: 12px; padding: 0 .25rem 0 .9rem;
  box-shadow: inset 0 0 0 1px var(--border); transition: box-shadow .2s;
}
.capture__field:focus-within { box-shadow: inset 0 0 0 1.5px var(--teal), 0 0 0 4px var(--teal-tint); }
.capture input[type="email"] {
  flex: 1; min-width: 0; border: none; outline: none; background: none;
  font-family: var(--font-sans); font-size: .98rem; color: var(--fg); padding: .85rem 0;
}
.capture input::placeholder { color: var(--stone-500); }
.capture__note { margin-top: .7rem; font-size: .8rem; color: var(--stone-500); display: flex; align-items: center; gap: .4rem; }
.capture__msg { margin-top: .7rem; font-size: .9rem; min-height: 1.2rem; font-weight: 450; }
.capture__msg.ok { color: var(--teal-hover); }
.capture__msg.err { color: #b91c1c; }
.capture.is-done .capture__form { display: none; }
.capture__success { display: none; align-items: flex-start; gap: .7rem; padding: 1rem 1.1rem; background: var(--teal-tint); border-radius: 13px; box-shadow: inset 0 0 0 1px rgba(11,107,98,.18); }
.capture.is-done .capture__success { display: flex; }
.capture__success svg { flex-shrink: 0; margin-top: 2px; }
.capture__success b { color: var(--teal-deep); }
.capture__success p { font-size: .9rem; color: var(--stone-700); margin-top: .15rem; }

.hero__proof { margin-top: 2rem; display: flex; align-items: center; gap: .7rem; flex-wrap: wrap; }
.hero__proof-ic { width: 22px; height: 22px; border-radius: 50%; background: var(--teal-tint); color: var(--teal-deep); display: grid; place-items: center; flex-shrink: 0; }
.hero__proof .stars { color: var(--amber); letter-spacing: 2px; font-size: .9rem; }
.hero__proof small { color: var(--stone-500); font-size: .85rem; max-width: 31rem; line-height: 1.45; }
.hero__avatars { display: flex; }
.hero__avatars span {
  width: 30px; height: 30px; border-radius: 50%; margin-left: -8px;
  box-shadow: 0 0 0 2px var(--stone-50); display: grid; place-items: center;
  font-size: .72rem; font-weight: 600; color: #fff; font-family: var(--font-mono);
}

/* ---- Hero product card: the cadence ------------------------------------- */
.hero__visual { position: relative; }
.casecard {
  background: var(--bg-card); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg); overflow: hidden;
  position: relative; z-index: 2;
}
.casecard__top { display: flex; align-items: center; justify-content: space-between; padding: 1.05rem 1.25rem; border-bottom: 1px solid var(--hairline); }
.casecard__case { display: flex; align-items: center; gap: .7rem; }
.casecard__case .mono { font-family: var(--font-mono); font-size: .82rem; color: var(--stone-500); }
.casecard__case b { font-size: .95rem; }
.pill { font-size: .7rem; font-weight: 600; padding: .25rem .55rem; border-radius: 999px; font-family: var(--font-mono); letter-spacing: .02em; }
.pill--open { background: var(--teal-tint); color: var(--teal-deep); }
.pill--paid { background: #ecfdf5; color: #047857; }

.casecard__amount { padding: 1.1rem 1.25rem .3rem; }
.casecard__amount .row { display: flex; align-items: baseline; justify-content: space-between; }
.casecard__amount .label { font-size: .78rem; color: var(--stone-500); }
.casecard__amount .big { font-family: var(--font-mono); font-weight: 500; font-size: 1.45rem; letter-spacing: -.02em; color: var(--stone-500); }
.casecard__amount .big--win { font-weight: 600; font-size: 1.95rem; color: var(--teal); }
.casecard__amount .big small { font-size: .9rem; color: var(--stone-500); font-weight: 500; }
.casecard__bar { height: 7px; border-radius: 999px; background: var(--stone-200); margin: .75rem 0 .3rem; overflow: hidden; }
.casecard__bar i { display: block; height: 100%; width: 0; border-radius: 999px; background: linear-gradient(90deg, var(--teal), #12998c); animation: fillbar 2.4s var(--ease) .6s forwards; }
@keyframes fillbar { to { width: 72%; } }
.casecard__recovered { font-size: .78rem; color: var(--teal-hover); font-weight: 500; display: flex; justify-content: space-between; }

.cadence { padding: .6rem 1.25rem 1.3rem; }
.cadence__title { font-family: var(--font-mono); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: var(--stone-500); margin: .5rem 0 .9rem; display: flex; align-items: center; gap: .5rem; }
.cadence__title .live { width: 6px; height: 6px; border-radius: 50%; background: var(--emerald); animation: pulse 1.8s infinite; }
@keyframes pulse { 0%,100%{ box-shadow: 0 0 0 0 rgba(16,185,129,.4);} 50%{ box-shadow: 0 0 0 5px rgba(16,185,129,0);} }

.step { display: flex; align-items: center; gap: .85rem; padding: .5rem 0; position: relative; opacity: 0; transform: translateY(6px); animation: stepIn .5s var(--ease) forwards; }
.step:nth-child(2){ animation-delay: 1.0s; } /* offset for title */
.step.s1 { animation-delay: 1.0s; }
.step.s2 { animation-delay: 1.35s; }
.step.s3 { animation-delay: 1.7s; }
.step.s4 { animation-delay: 2.05s; }
@keyframes stepIn { to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .step { opacity: 1; transform: none; animation: none; } .casecard__bar i { animation: none; width: 72%; } }

.step__line { position: absolute; left: 15px; top: 28px; bottom: -12px; width: 2px; background: var(--stone-200); }
.step:last-child .step__line { display: none; }
.step__icon { width: 32px; height: 32px; border-radius: 9px; display: grid; place-items: center; flex-shrink: 0; box-shadow: inset 0 0 0 1px rgba(28,25,23,.05); }
.step__icon svg { width: 16px; height: 16px; }
/* one calm teal system — the channels share a hue, varying only in tint */
.ic-email { background: #e6f1ef; color: var(--teal); }
.ic-sms   { background: #dbece8; color: var(--teal); }
.ic-call  { background: #cfe6e1; color: var(--teal-hover); }
.ic-post  { background: #c3dfd9; color: var(--teal-deep); }
.step__body { flex: 1; min-width: 0; }
.step__body b { font-size: .9rem; font-weight: 550; }
.step__body span { display: block; font-size: .78rem; color: var(--stone-500); }
.step__day { font-family: var(--font-mono); font-size: .72rem; color: var(--stone-500); }
.step__check { color: var(--emerald); }

/* floating accents behind the card */
.hero__visual .glow { position: absolute; inset: -12% -8% -8% -4%; z-index: 1; background: radial-gradient(closest-side, rgba(11,107,98,.16), transparent); filter: blur(10px); }
.float-chip {
  position: absolute; z-index: 3; background: var(--bg-card); border-radius: 12px;
  box-shadow: var(--shadow-md); padding: .6rem .8rem; display: flex; align-items: center; gap: .55rem;
  font-size: .82rem; font-weight: 500;
}
.float-chip .ico { width: 26px; height: 26px; border-radius: 8px; display: grid; place-items: center; }
.float-chip--tr { top: -18px; right: -10px; animation: floaty 6s ease-in-out infinite; }
.float-chip--bl { bottom: 18px; left: -10px; animation: floaty 7s ease-in-out infinite reverse; }
@keyframes floaty { 0%,100%{ transform: translateY(0);} 50%{ transform: translateY(-9px);} }
@media (max-width: 520px) { .float-chip { display: none; } }
@media (prefers-reduced-motion: reduce) { .float-chip { animation: none; } }

/* ---- Proof (named customer: CCS) ---------------------------------------- */
.proof { padding-block: clamp(2.5rem, 5vw, 4rem); }
.proof__inner { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(1.6rem, 4vw, 3.5rem); align-items: center; }
@media (max-width: 820px) { .proof__inner { grid-template-columns: 1fr; gap: 1.8rem; } }
.proof__eyebrow { font-family: var(--font-mono); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; color: var(--teal); display: inline-flex; align-items: center; gap: .5rem; }
.proof__eyebrow::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--emerald); box-shadow: 0 0 0 3px rgba(16,185,129,.18); }
.proof__row { display: flex; align-items: center; gap: 1.1rem; margin-top: 1rem; flex-wrap: wrap; }
.proof__logo { height: 32px; width: auto; mix-blend-mode: multiply; flex-shrink: 0; }
.proof__row p { font-size: .98rem; color: var(--stone-700); line-height: 1.5; flex: 1; min-width: 14rem; }
.proof__row b { color: var(--stone-900); font-weight: 600; }
.proof__panel {
  padding: 1.25rem 1.35rem;
  border-left: 2px solid var(--teal);
  background: rgba(255,255,255,.62);
  border-radius: var(--radius);
  box-shadow: inset 0 0 0 1px var(--hairline);
}
.proof__panel-label {
  font-family: var(--font-mono);
  font-size: .68rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--teal);
  font-weight: 600;
}
.proof__panel ul { list-style: none; display: grid; gap: .55rem; margin-top: .8rem; }
.proof__panel li {
  color: var(--stone-700);
  font-size: .92rem;
  line-height: 1.45;
  display: flex;
  gap: .55rem;
}
.proof__panel li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--teal);
  flex: 0 0 auto;
  margin-top: .55em;
}

/* ---- Marquee / trust strip ---------------------------------------------- */
.trust { border-block: 1px solid var(--hairline); background: rgba(255,255,255,.5); }
.trust__inner { display: flex; align-items: center; gap: 2rem; padding-block: 1.4rem; flex-wrap: wrap; justify-content: space-between; }
.trust__label { font-family: var(--font-mono); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--stone-500); }
.trust__metrics { display: flex; gap: clamp(1.5rem, 4vw, 3.5rem); flex-wrap: wrap; }
.metric .n { font-family: var(--font-mono); font-weight: 600; font-size: 1.5rem; color: var(--stone-900); letter-spacing: -.02em; }
.metric .l { font-size: .8rem; color: var(--stone-500); }

/* ---- Why faster payments matter ----------------------------------------- */
.why-fast { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.6rem, 5vw, 4rem); align-items: center; }
@media (max-width: 820px) { .why-fast { grid-template-columns: 1fr; gap: 1.8rem; } }
.why-fast__lead .section-title { margin-top: .8rem; }
.why-fast__lead .lede { margin-top: 1rem; }
.why-fast__list { list-style: none; display: grid; gap: 1.2rem; }
.why-fast__list li { font-size: 1rem; color: var(--stone-600); line-height: 1.5; padding-left: 1.7rem; position: relative; }
.why-fast__list li::before { content: ""; position: absolute; left: 0; top: .15em; width: 14px; height: 14px; border-radius: 50%; border: 3px solid var(--teal); }
.why-fast__list b { color: var(--stone-900); font-weight: 600; display: block; margin-bottom: .1rem; }

/* ---- Cadence (signature) section ---------------------------------------- */
.cadence-sec { background: var(--ink); color: var(--stone-200); position: relative; overflow: hidden; }
.cadence-sec::before {
  content: ""; position: absolute; inset: 0; z-index: 0; opacity: .5;
  background: radial-gradient(800px 400px at 80% 0%, rgba(79,209,197,.12), transparent 60%),
              radial-gradient(700px 500px at 0% 100%, rgba(11,107,98,.22), transparent 55%);
}
.cadence-sec .container { position: relative; z-index: 1; }
.cadence-sec .eyebrow { color: var(--teal-mint); }
.cadence-sec .eyebrow::before { background: var(--teal-mint); }
.cadence-sec h2 { color: #fff; }
.cadence-sec .lede { color: var(--stone-400); }

.timeline__cap { font-family: var(--font-mono); font-size: .74rem; letter-spacing: .04em; color: var(--teal-mint); margin-top: 1.8rem; }
.timeline { margin-top: 2.4rem; position: relative; }
.timeline__track { position: absolute; left: 0; right: 0; top: 26px; height: 2px; background: linear-gradient(90deg, transparent, var(--ink-line) 12%, var(--ink-line) 88%, transparent); }
.timeline__progress { position: absolute; left: 0; top: 26px; height: 2px; width: 0; background: linear-gradient(90deg, var(--teal), var(--teal-mint)); box-shadow: 0 0 12px rgba(79,209,197,.6); }
.timeline.in .timeline__progress { width: 100%; transition: width 2.6s var(--ease) .2s; }
/* dots light up in sequence, chasing the progress line */
.timeline.in .tnode:nth-child(1) .tnode__dot { transition-delay: .25s; }
.timeline.in .tnode:nth-child(2) .tnode__dot { transition-delay: .75s; }
.timeline.in .tnode:nth-child(3) .tnode__dot { transition-delay: 1.25s; }
.timeline.in .tnode:nth-child(4) .tnode__dot { transition-delay: 1.75s; }
.timeline.in .tnode:nth-child(5) .tnode__dot { transition-delay: 2.2s; }
@media (prefers-reduced-motion: reduce) {
  .timeline.in .timeline__progress { transition: none; }
  .timeline.in .tnode__dot { transition-delay: 0s; }
}
.timeline__row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; }
@media (max-width: 800px) { .timeline__track, .timeline__progress { display: none; } .timeline__row { grid-template-columns: 1fr 1fr; gap: 1.5rem 1rem; } }
@media (max-width: 460px) { .timeline__row { grid-template-columns: 1fr; } }

.tnode { position: relative; padding-top: 56px; }
.tnode__dot {
  position: absolute; top: 16px; left: 0; width: 22px; height: 22px; border-radius: 50%;
  background: var(--ink-2); box-shadow: inset 0 0 0 2px var(--ink-line); display: grid; place-items: center;
  transition: box-shadow .4s, background .4s;
}
.tnode__dot::after { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--ink-line); transition: background .4s; }
.timeline.in .tnode__dot { background: var(--ink-2); box-shadow: inset 0 0 0 2px var(--teal); }
.timeline.in .tnode__dot::after { background: var(--teal-mint); }
.timeline.in .tnode--done .tnode__dot { background: var(--teal); box-shadow: 0 0 0 4px rgba(11,107,98,.25); }
.timeline.in .tnode--done .tnode__dot::after { background: #fff; }
.tnode__day { font-family: var(--font-mono); font-size: .72rem; letter-spacing: .08em; color: var(--teal-mint); text-transform: uppercase; }
.tnode__chan { display: flex; align-items: center; gap: .5rem; margin: .5rem 0 .35rem; }
.tnode__chan .ci { width: 28px; height: 28px; border-radius: 8px; display: grid; place-items: center; background: rgba(255,255,255,.06); box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); }
.tnode__chan b { font-size: .98rem; color: #fff; font-weight: 550; }
.tnode p { font-size: .85rem; color: var(--stone-400); line-height: 1.45; }
.tnode--resolved .tnode__chan b { color: var(--teal-mint); }
.tnode--resolved .tnode__chan .ci { background: rgba(79,209,197,.16); box-shadow: inset 0 0 0 1px rgba(79,209,197,.42); }

.cadence-sec__foot { margin-top: 3.2rem; display: flex; gap: 1.5rem 2.5rem; flex-wrap: wrap; align-items: center; padding-top: 1.8rem; border-top: 1px solid var(--ink-line); }
.cadence-sec__foot p { color: var(--stone-400); font-size: .95rem; max-width: 34rem; }

/* ---- Two products (Reminders / Debt collection) ------------------------- */
.modules__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin-top: 3rem; }
@media (max-width: 820px) { .modules__grid { grid-template-columns: 1fr; } }
.module {
  border-radius: var(--radius-lg); padding: 2rem; position: relative; overflow: hidden;
  border: 1px solid var(--hairline); background: var(--bg-card);
}
.module--dc { background: linear-gradient(165deg, var(--ink), #221b16); color: var(--stone-200); border-color: var(--ink-line); }
.module__badge { font-family: var(--font-mono); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; padding: .3rem .7rem; border-radius: 999px; display: inline-block; }
.module--rem .module__badge { background: var(--teal-tint); color: var(--teal-deep); }
.module--dc .module__badge { background: rgba(79,209,197,.14); color: var(--teal-mint); }
.module__tags { display: flex; align-items: center; gap: .65rem; flex-wrap: wrap; }
.module__stage { font-family: var(--font-mono); font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; color: var(--stone-500); }
.module--dc .module__stage { color: var(--stone-400); }
.module h3 { margin: 1rem 0 .5rem; font-size: 1.6rem; }
.module--dc h3 { color: #fff; }
.module > p { font-size: .96rem; color: var(--stone-600); max-width: 30rem; }
.module--dc > p { color: var(--stone-400); }
.module__list { list-style: none; margin: 1.4rem 0; display: grid; gap: .65rem; }
.module__list li { font-size: .92rem; display: flex; gap: .6rem; align-items: flex-start; }
.module--rem .module__list svg { color: var(--teal); }
.module--dc .module__list { color: var(--stone-300); }
.module--dc .module__list svg { color: var(--teal-mint); }
.module__list svg { flex-shrink: 0; margin-top: 3px; }
.module__who { font-size: .82rem; color: var(--stone-500); font-style: italic; }
.module--dc .module__who { color: var(--stone-400); }
.modules__pricing { text-align: center; margin-top: 1.9rem; font-size: .92rem; color: var(--stone-500); }

/* product mock chips inside the two-product cards */
.module__mock { display: flex; flex-wrap: wrap; gap: .4rem; margin: .2rem 0 1.4rem; }
.module__mock .chan { font-family: var(--font-mono); font-size: .72rem; padding: .3rem .55rem; border-radius: 7px; }
.module--rem .module__mock .chan.ok { background: var(--teal-tint); color: var(--teal-deep); }
.module--rem .module__mock .chan.paid { background: #ecfdf5; color: #047857; font-weight: 600; }
.module--dc .module__mock .chan.ok { background: rgba(255,255,255,.08); color: var(--stone-200); box-shadow: inset 0 0 0 1px rgba(255,255,255,.1); }
.module--dc .module__mock .chan.int { background: rgba(79,209,197,.16); color: var(--teal-mint); font-weight: 600; }
.section-cta {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  border-radius: var(--radius);
  background: var(--teal-tint);
  box-shadow: inset 0 0 0 1px rgba(11,107,98,.16);
}
.section-cta p { color: var(--stone-700); font-size: .95rem; line-height: 1.45; }
.section-cta b { color: var(--teal-deep); }
@media (max-width: 680px) {
  .section-cta { flex-direction: column; align-items: stretch; }
  .section-cta .btn { width: 100%; }
}

/* ---- Capability clusters ------------------------------------------------- */
.clusters { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; margin-top: 3rem; }
@media (max-width: 900px) { .clusters { grid-template-columns: 1fr; max-width: 34rem; margin-inline: auto; } }
.cluster { background: var(--bg-card); border: 1px solid var(--hairline); border-radius: var(--radius-lg); padding: 1.7rem; transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s; }
.cluster:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--teal-tint); }
.cluster__head { display: flex; align-items: center; gap: .8rem; }
.cluster__step { font-family: var(--font-mono); font-size: .82rem; font-weight: 600; color: var(--teal); background: var(--teal-tint); width: 32px; height: 32px; border-radius: 9px; display: grid; place-items: center; flex-shrink: 0; }
.cluster__head h3 { font-family: var(--font-sans); font-weight: 600; font-size: 1.18rem; letter-spacing: -.01em; }
.cluster__lead { font-size: .95rem; color: var(--stone-700); margin: .9rem 0; }
.cluster__list { list-style: none; display: grid; gap: .6rem; margin-bottom: 1.3rem; }
.cluster__list li { font-size: .88rem; color: var(--stone-600); line-height: 1.45; padding-left: 1.1rem; position: relative; }
.cluster__list li::before { content: ""; position: absolute; left: 0; top: .5em; width: 6px; height: 6px; border-radius: 50%; background: var(--teal); }
.cluster__list b { color: var(--stone-900); font-weight: 600; }
.cluster__mock { border-top: 1px solid var(--hairline); padding-top: .9rem; display: grid; gap: .45rem; }
.mockrow { display: flex; align-items: center; justify-content: space-between; gap: .6rem; font-size: .78rem; color: var(--stone-600); font-family: var(--font-mono); }
.mockrow .mono { color: var(--stone-500); }
.mockrow .ok { color: var(--teal-hover); font-weight: 500; }
.mockrow .due { color: var(--amber); font-weight: 500; }
.mockrow .paid { color: #047857; font-weight: 600; }

/* ---- Who it's for band --------------------------------------------------- */
.who__band { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; margin-top: 2.5rem; }
@media (max-width: 820px) { .who__band { grid-template-columns: 1fr; max-width: 34rem; margin-inline: auto; } }
.who__card { padding: 1.5rem; border-radius: var(--radius); background: var(--bg-card); border: 1px solid var(--hairline); display: flex; flex-direction: column; gap: .55rem; }
.who__tag { font-family: var(--font-mono); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; color: var(--teal); }
.who__card p { font-size: .92rem; color: var(--stone-600); line-height: 1.5; flex: 1; }
.who__use { font-size: .82rem; font-weight: 600; color: var(--teal-deep); font-family: var(--font-mono); }

/* ---- Pitch (the bottom line) -------------------------------------------- */
.pitch-band { background: var(--ink); color: var(--stone-200); position: relative; overflow: hidden; }
.pitch-band::before {
  content: ""; position: absolute; inset: 0; z-index: 0; opacity: .6;
  background: radial-gradient(720px 360px at 80% -10%, rgba(79,209,197,.14), transparent 60%),
              radial-gradient(680px 480px at 0% 110%, rgba(11,107,98,.24), transparent 55%);
}
.pitch { position: relative; z-index: 1; max-width: 52rem; }
.pitch__kicker { font-family: var(--font-mono); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--teal-mint); }
.pitch__lead { color: #fff; font-size: clamp(2.2rem, 5vw, 3.6rem); line-height: 1.05; margin: 1rem 0 1.4rem; }
.pitch__lead em { font-style: italic; color: var(--teal-mint); }
.pitch__body { font-size: clamp(1.05rem, 1.5vw, 1.22rem); line-height: 1.6; color: var(--stone-300); max-width: 46rem; }
.pitch__body b { color: #fff; font-weight: 600; }
.pitch .btn { margin-top: 2.1rem; }

/* ---- Compare ------------------------------------------------------------- */
/* persona-aware: agency (recovery) variant shows by default; the toggle swaps */
.compare-variant[data-for="reminders"] { display: none; }
[data-product="reminders"] .compare-variant[data-for="recovery"] { display: none; }
[data-product="reminders"] .compare-variant[data-for="reminders"] { display: block; }
.compare__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; margin-top: 3rem; align-items: start; }
@media (max-width: 860px) { .compare__grid { grid-template-columns: 1fr; max-width: 32rem; margin-inline: auto; } }
.compare__col { background: var(--bg-card); border: 1px solid var(--hairline); border-radius: var(--radius-lg); padding: 1.7rem; position: relative; }
.compare__col h3 { font-family: var(--font-sans); font-weight: 600; font-size: 1.15rem; letter-spacing: -.01em; }
.compare__sub { font-size: .8rem; color: var(--stone-500); margin-top: .25rem; font-family: var(--font-mono); }
.compare__col ul { list-style: none; margin-top: 1.25rem; display: grid; gap: .7rem; }
.compare__col li { font-size: .9rem; color: var(--stone-700); display: flex; gap: .6rem; align-items: flex-start; line-height: 1.4; }
.compare__col li svg { flex-shrink: 0; margin-top: 2px; }
.compare__col li.yes svg { color: var(--teal); }
.compare__col li.no svg { color: var(--stone-400); }
.compare__col li.no { color: var(--stone-500); }
.compare__col--win { background: linear-gradient(170deg, #ffffff, var(--teal-tint)); border-color: rgba(11,107,98,.32); box-shadow: var(--shadow-md); }
.compare__col--win h3 { color: var(--teal-deep); }
.compare__tag { position: absolute; top: -11px; left: 1.7rem; background: var(--teal); color: #fff; font-family: var(--font-mono); font-size: .64rem; letter-spacing: .1em; text-transform: uppercase; padding: .3rem .7rem; border-radius: 999px; box-shadow: var(--shadow-sm); }

/* ---- FAQ ----------------------------------------------------------------- */
.faq { max-width: 46rem; margin: 2.6rem auto 0; display: grid; gap: .7rem; }
.faq__item { background: var(--bg-card); border: 1px solid var(--hairline); border-radius: var(--radius); overflow: hidden; transition: border-color .2s, box-shadow .2s; }
.faq__item:hover { border-color: var(--teal-tint); }
.faq__item:has(details[open]) { border-color: rgba(11,107,98,.28); box-shadow: var(--shadow-sm); }
.faq details summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.15rem 1.3rem; font-weight: 600; font-size: 1.02rem; color: var(--stone-900); }
.faq details summary::-webkit-details-marker { display: none; }
.faq__chev { font-family: var(--font-mono); font-size: 1.35rem; color: var(--teal); transition: transform .25s var(--ease); line-height: 1; flex-shrink: 0; }
.faq details[open] .faq__chev { transform: rotate(45deg); }
.faq__a { padding: 0 1.3rem 1.2rem; }
.faq__a p { font-size: .95rem; color: var(--stone-600); line-height: 1.6; }
@media (prefers-reduced-motion: reduce) { .faq__chev { transition: none; } }

/* ---- Pricing (founder, no table) ---------------------------------------- */
.pricing__cta { margin-top: 2.4rem; display: flex; flex-direction: column; align-items: flex-start; gap: .85rem; }
.pricing__note { font-family: var(--font-mono); font-size: .8rem; color: var(--stone-500); letter-spacing: .02em; }

/* ---- Final CTA ----------------------------------------------------------- */
.cta { position: relative; }
.cta__box {
  background: linear-gradient(160deg, #0e7a6f, var(--teal-deep) 55%, #053f3a);
  border-radius: 28px; padding: clamp(2.5rem, 5vw, 4.5rem); position: relative; overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.cta__box::before { content: ""; position: absolute; inset: 0; opacity: .5; background: radial-gradient(600px 300px at 85% 10%, rgba(79,209,197,.35), transparent 60%); }
.cta__box::after { /* faint cadence rings */
  content: ""; position: absolute; right: -120px; bottom: -160px; width: 420px; height: 420px; border-radius: 50%;
  background: repeating-radial-gradient(circle, rgba(255,255,255,.12) 0 1px, transparent 1px 26px);
}
.cta__inner { position: relative; z-index: 1; max-width: 38rem; }
.cta__box .eyebrow { color: rgba(255,255,255,.85); }
.cta__box .eyebrow::before { background: rgba(255,255,255,.6); }
.cta__box h2 { color: #fff; margin: 1rem 0; font-size: clamp(2rem, 4vw, 3rem); }
.cta__box p { color: rgba(255,255,255,.82); font-size: 1.08rem; }
.cta .capture { max-width: 30rem; margin-top: 2rem; }
/* book-a-demo form (name / company / email / note) */
.cta__demo { max-width: 33rem; }
.demoform { display: grid; gap: .55rem; }
.demoform__row { display: grid; grid-template-columns: 1fr 1fr; gap: .55rem; }
@media (max-width: 480px) { .demoform__row { grid-template-columns: 1fr; } }
.demoform .capture__field { padding-inline: .9rem; }
.demoform input { flex: 1; min-width: 0; border: none; outline: none; background: none; font-family: var(--font-sans); font-size: .98rem; color: var(--fg); padding: .85rem 0; }
.demoform input::placeholder { color: var(--stone-500); }
.demoform__submit { width: 100%; margin-top: .15rem; }
.capture.is-done .demoform { display: none; }
.cta .capture__field { box-shadow: inset 0 0 0 1px rgba(255,255,255,.3); background: rgba(255,255,255,.96); }
.cta .capture__field:focus-within { box-shadow: inset 0 0 0 1.5px #fff, 0 0 0 4px rgba(255,255,255,.25); }
.cta .btn--primary { background: var(--ink); }
.cta .btn--primary:hover { background: #000; }
.cta .capture__note { color: rgba(255,255,255,.75); }
.cta .capture__success { background: rgba(255,255,255,.14); box-shadow: inset 0 0 0 1px rgba(255,255,255,.25); }
.cta .capture__success b, .cta .capture__success p { color: #fff; }
.cta .capture__success svg { color: var(--teal-mint); }
/* cadence motif echoed at the close */
.cta__flow { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; margin-top: 1.7rem; font-family: var(--font-mono); font-size: .74rem; }
.cta__flow span { background: rgba(255,255,255,.12); color: #fff; padding: .32rem .62rem; border-radius: 7px; letter-spacing: .02em; box-shadow: inset 0 0 0 1px rgba(255,255,255,.16); }
.cta__flow span.paid { background: var(--teal-mint); color: var(--teal-deep); font-weight: 600; box-shadow: none; }
.cta__flow i { color: rgba(255,255,255,.55); font-style: normal; }
.demo-list {
  list-style: none;
  display: grid;
  gap: .65rem;
  margin-top: 1.45rem;
  color: rgba(255,255,255,.84);
}
.demo-list li {
  font-size: .94rem;
  line-height: 1.45;
  display: flex;
  gap: .6rem;
}
.demo-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal-mint);
  flex: 0 0 auto;
  margin-top: .52em;
}
.demo-list b { color: #fff; font-weight: 600; }

/* ---- Footer -------------------------------------------------------------- */
.footer { padding-block: 4rem 2.5rem; border-top: 1px solid var(--hairline); }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 2rem; }
@media (max-width: 760px) { .footer__grid { grid-template-columns: 1fr 1fr; gap: 2.5rem 1rem; } }
.footer__brand img { height: 28px; margin-bottom: 1rem; }
.footer__brand p { font-size: .9rem; color: var(--stone-500); max-width: 22rem; }
.footer__col h4 { font-family: var(--font-mono); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; color: var(--stone-500); margin-bottom: 1rem; font-weight: 500; }
.footer__col a { display: block; font-size: .9rem; color: var(--stone-600); padding: .3rem 0; transition: color .2s; }
.footer__col a:hover { color: var(--teal); }
.footer__bottom { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--hairline); display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; }
.footer__bottom p { font-size: .82rem; color: var(--stone-500); }
.footer__made { display: inline-flex; align-items: center; gap: .45rem; }

/* ---- Scroll reveal ------------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: .08s; }
.reveal[data-d="2"] { transition-delay: .16s; }
.reveal[data-d="3"] { transition-delay: .24s; }
.reveal[data-d="4"] { transition-delay: .32s; }
.reveal[data-d="5"] { transition-delay: .40s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ---- Toast --------------------------------------------------------------- */
#toast {
  position: fixed; left: 50%; bottom: 24px; transform: translate(-50%, 16px);
  background: var(--ink); color: var(--stone-100); font-size: .88rem; font-weight: 450;
  padding: .8rem 1.1rem; border-radius: 12px; box-shadow: var(--shadow-md);
  opacity: 0; pointer-events: none; transition: opacity .3s var(--ease), transform .3s var(--ease);
  z-index: 80; max-width: 90vw;
}
#toast.show { opacity: 1; transform: translate(-50%, 0); }

/* hero load-in (no JS dependency) */
.load { opacity: 0; transform: translateY(16px); animation: loadIn .8s var(--ease) forwards; }
.load[style] {}
.l1 { animation-delay: .05s; } .l2 { animation-delay: .15s; } .l3 { animation-delay: .25s; }
.l4 { animation-delay: .35s; } .l5 { animation-delay: .45s; } .l6 { animation-delay: .55s; }
@keyframes loadIn { to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .load { opacity: 1; transform: none; animation: none; } }

/* ---- Cookie consent ------------------------------------------------------ */
.cookie {
  position: fixed; left: 24px; bottom: 24px; z-index: 70;
  max-width: 30rem; width: calc(100% - 48px);
  display: flex; flex-direction: column; gap: .9rem;
  background: var(--bg-card); color: var(--stone-700);
  border: 1px solid var(--hairline); border-radius: var(--radius);
  box-shadow: var(--shadow-md); padding: 1.1rem 1.2rem;
  font-size: .9rem; line-height: 1.5;
  animation: cookieIn .4s var(--ease) both;
}
.cookie[hidden] { display: none; }
.cookie__text a { color: var(--teal); text-decoration: underline; }
.cookie__actions { display: flex; gap: .6rem; justify-content: flex-end; }
.cookie .btn { padding: .55rem 1.05rem; font-size: .88rem; }
@keyframes cookieIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .cookie { animation: none; } }
@media (max-width: 480px) {
  .cookie { left: 12px; right: 12px; bottom: 12px; width: auto; }
  .cookie__actions .btn { flex: 1; justify-content: center; }
}

/* Honeypot — off-screen anti-spam field, never shown to humans */
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
