/* ============================================================
   Veridia — landing styles
   Palette & type from brand brainstorm (Doc 12)
   ============================================================ */
:root {
  --indigo: #4F46E5;
  --indigo-700: #4338CA;
  --indigo-300: #C7D2FE;
  --indigo-50: #EEF2FF;
  --orange: #F97316;
  --orange-600: #EA6A0E;
  --ink: #0F172A;
  --slate: #475569;
  --slate-400: #64748B;
  --bluegray: #F1F5F9;
  --line: #E2E8F0;
  --white: #FFFFFF;

  /* ── redesign 2026-07 additions ── */
  --indigo-200: #A5B4FC;
  --indigo-500: #6366F1;
  --indigo-950: #1E1B4B;
  --slate-300: #94A3B8;
  --slate-200: #CBD5E1;
  --slate-50: #F8FAFC;
  --indigo-25: #F8FAFF;
  --line-soft: #EEF1F5;
  --line-indigo: #DDE3FB;
  --line-cool: #DDE3EA;
  --line-cool-2: #D8E0EA;
  --hatch-a: #EEF2FF;
  --hatch-b: #E4E9FF;
  --ok-bg: #DCFCE7;
  --ok-fg: #15803D;
  --err-bg: #FEE2E2;
  --err-fg: #DC2626;
  --err-line: #FCA5A5;
  --err-field: #FEF2F2;

  --font-sans: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  --font-serif: "Spectral", Georgia, "Times New Roman", serif;
  --font-headline: var(--font-serif);
  --type-scale: 1;
  --hl-track: 0em;

  --wrap: 1160px;
  --r: 16px;
  --shadow-sm: 0 1px 2px rgba(15,23,42,.06), 0 1px 1px rgba(15,23,42,.04);
  --shadow-md: 0 12px 30px -12px rgba(15,23,42,.18), 0 4px 10px -6px rgba(15,23,42,.10);
  --shadow-lg: 0 30px 60px -20px rgba(79,70,229,.22), 0 12px 24px -14px rgba(15,23,42,.14);

  /* ── redesign 2026-07: radii & hover-elevation family ──
     Elevation is keyed to card size, not one generic shadow. */
  --r-xs: 8px;
  --r-sm: 12px;
  --r-md: 14px;
  --r-lg: 18px;
  --r-pill: 999px;
  --lift-pill: 0 8px 16px -10px rgba(15,23,42,.5);
  --lift-card: 0 18px 34px -18px rgba(79,70,229,.5);
  --lift-panel: 0 22px 40px -22px rgba(15,23,42,.38);
  --lift-door: 0 24px 44px -24px rgba(15,23,42,.42);
  --lift-row: 0 10px 30px -18px rgba(15,23,42,.35), inset 0 0 0 1px #E4E9FB;
  --lift-badge: 0 6px 14px -8px rgba(15,23,42,.5);
  --glow-indigo: 0 18px 40px -16px rgba(79,70,229,.45);

  /* Fluid gutter shared by every redesigned full-bleed section. */
  --gutter: clamp(20px, 4vw, 44px);
}

/* ── Headline typeface ── */
/* serif (text / transitional) */
[data-hf="serif"]       { --font-headline: "Spectral", Georgia, serif; }
[data-hf="sourceserif"] { --font-headline: "Source Serif 4", Georgia, serif; }
[data-hf="newsreader"]  { --font-headline: "Newsreader", Georgia, serif; }
[data-hf="lora"]        { --font-headline: "Lora", Georgia, serif; }
[data-hf="literata"]    { --font-headline: "Literata", Georgia, serif; }
[data-hf="stixtwo"]     { --font-headline: "STIX Two Text", Georgia, serif; }
[data-hf="crimson"]     { --font-headline: "Crimson Pro", Georgia, serif; }
[data-hf="ebgaramond"]  { --font-headline: "EB Garamond", Georgia, serif; }
[data-hf="cardo"]       { --font-headline: "Cardo", Georgia, serif; }
[data-hf="frankruhl"]   { --font-headline: "Frank Ruhl Libre", Georgia, serif; }
[data-hf="bitter"]      { --font-headline: "Bitter", Georgia, serif; }
[data-hf="zillaslab"]   { --font-headline: "Zilla Slab", Georgia, serif; }
/* display serif (elegant / high-contrast) */
[data-hf="playfair"]    { --font-headline: "Playfair Display", Georgia, serif; }
[data-hf="fraunces"]    { --font-headline: "Fraunces", Georgia, serif; }
[data-hf="cormorant"]   { --font-headline: "Cormorant", Georgia, serif; }
[data-hf="bodoni"]      { --font-headline: "Bodoni Moda", Georgia, serif; }
[data-hf="dmserif"]     { --font-headline: "DM Serif Display", Georgia, serif; }
[data-hf="instrument"]  { --font-headline: "Instrument Serif", Georgia, serif; }
[data-hf="librecaslon"] { --font-headline: "Libre Caslon Display", Georgia, serif; }
[data-hf="marcellus"]   { --font-headline: "Marcellus", Georgia, serif; }
[data-hf="prata"]       { --font-headline: "Prata", Georgia, serif; }
[data-hf="gilda"]       { --font-headline: "Gilda Display", Georgia, serif; }
[data-hf="italiana"]    { --font-headline: "Italiana", Georgia, serif; }
[data-hf="yeseva"]      { --font-headline: "Yeseva One", Georgia, serif; }
[data-hf="abril"]       { --font-headline: "Abril Fatface", Georgia, serif; }
/* grotesque / sans display */
[data-hf="grotesk"]     { --font-headline: "Space Grotesk", ui-sans-serif, sans-serif; }
[data-hf="archivo"]     { --font-headline: "Archivo", ui-sans-serif, sans-serif; }
[data-hf="syne"]        { --font-headline: "Syne", ui-sans-serif, sans-serif; }
[data-hf="sora"]        { --font-headline: "Sora", ui-sans-serif, sans-serif; }
[data-hf="bricolage"]   { --font-headline: "Bricolage Grotesque", ui-sans-serif, sans-serif; }
[data-hf="jakarta"]     { --font-headline: "Plus Jakarta Sans", ui-sans-serif, sans-serif; }
[data-hf="schibsted"]   { --font-headline: "Schibsted Grotesk", ui-sans-serif, sans-serif; }
[data-hf="familjen"]    { --font-headline: "Familjen Grotesk", ui-sans-serif, sans-serif; }
[data-hf="onest"]       { --font-headline: "Onest", ui-sans-serif, sans-serif; }
[data-hf="gabarito"]    { --font-headline: "Gabarito", ui-sans-serif, sans-serif; }
[data-hf="darkergrotesque"] { --font-headline: "Darker Grotesque", ui-sans-serif, sans-serif; }
[data-hf="unbounded"]   { --font-headline: "Unbounded", ui-sans-serif, sans-serif; }
[data-hf="bigshoulders"]{ --font-headline: "Big Shoulders Display", ui-sans-serif, sans-serif; }
/* condensed display */
[data-hf="oswald"]      { --font-headline: "Oswald", ui-sans-serif, sans-serif; }
[data-hf="khand"]       { --font-headline: "Khand", ui-sans-serif, sans-serif; }
[data-hf="anton"]       { --font-headline: "Anton", ui-sans-serif, sans-serif; }
[data-hf="bebas"]       { --font-headline: "Bebas Neue", ui-sans-serif, sans-serif; }
[data-hf="archivoblack"]{ --font-headline: "Archivo Black", ui-sans-serif, sans-serif; }
/* mono */
[data-hf="spacemono"]   { --font-headline: "Space Mono", ui-monospace, monospace; }

/* ── Body typeface (drives all sans/UI text) ── */
.page { font-family: var(--font-sans); }
[data-bf="jakarta"]        { --font-sans: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif; }
[data-bf="plex"]           { --font-sans: "IBM Plex Sans", ui-sans-serif, system-ui, sans-serif; }
[data-bf="hanken"]         { --font-sans: "Hanken Grotesk", ui-sans-serif, system-ui, sans-serif; }
[data-bf="figtree"]        { --font-sans: "Figtree", ui-sans-serif, system-ui, sans-serif; }
[data-bf="manrope"]        { --font-sans: "Manrope", ui-sans-serif, system-ui, sans-serif; }
[data-bf="worksans"]       { --font-sans: "Work Sans", ui-sans-serif, system-ui, sans-serif; }
[data-bf="dmsans"]         { --font-sans: "DM Sans", ui-sans-serif, system-ui, sans-serif; }
[data-bf="publicsans"]     { --font-sans: "Public Sans", ui-sans-serif, system-ui, sans-serif; }
[data-bf="mulish"]         { --font-sans: "Mulish", ui-sans-serif, system-ui, sans-serif; }
[data-bf="outfit"]         { --font-sans: "Outfit", ui-sans-serif, system-ui, sans-serif; }
[data-bf="librefranklin"]  { --font-sans: "Libre Franklin", ui-sans-serif, system-ui, sans-serif; }
[data-bf="bevietnam"]      { --font-sans: "Be Vietnam Pro", ui-sans-serif, system-ui, sans-serif; }
[data-bf="instrumentsans"] { --font-sans: "Instrument Sans", ui-sans-serif, system-ui, sans-serif; }

/* sans/grotesque headline faces want a touch more weight + tighter tracking */
[data-hf-cat="sans"] .sec-title  { font-weight: 700; letter-spacing: calc(-.025em + var(--hl-track)); }
[data-hf-cat="sans"] .logo-word  { font-weight: 700; letter-spacing: calc(-.02em + var(--hl-track)); }
[data-hf-cat="sans"] .hero-title { font-weight: 800; letter-spacing: calc(-.035em + var(--hl-track)); }
[data-hf-cat="sans"] .philo-line { font-weight: 700; letter-spacing: calc(-.03em + var(--hl-track)); }
[data-hf-cat="sans"] .pkg-name   { font-weight: 700; letter-spacing: calc(-.02em + var(--hl-track)); }
[data-hf-cat="sans"] .cta-title  { font-weight: 700; letter-spacing: calc(-.03em + var(--hl-track)); }

/* single-weight display faces keep their natural weight (avoid faux bold) */
[data-hf-cat="display"] .sec-title,
[data-hf-cat="display"] .logo-word,
[data-hf-cat="display"] .hero-title,
[data-hf-cat="display"] .philo-line,
[data-hf-cat="display"] .pkg-name,
[data-hf-cat="display"] .cta-title { font-weight: 400; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 28px; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-sans);
  font-weight: 600; font-size: 15px; line-height: 1;
  padding: 14px 22px; border-radius: 11px;
  text-decoration: none; cursor: pointer; border: 1px solid transparent;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
  white-space: nowrap;
}
.btn-sm { padding: 10px 16px; font-size: 14px; }
.btn-lg { padding: 17px 30px; font-size: 17px; }
.btn-primary {
  background: var(--orange); color: #fff;
  box-shadow: 0 8px 20px -8px rgba(249,115,22,.55);
}
.btn-primary:hover { background: var(--orange-600); transform: translateY(-1px); box-shadow: 0 12px 26px -8px rgba(249,115,22,.6); }
.btn-ghost { background: transparent; color: var(--indigo); border-color: var(--indigo-300); }
.btn-ghost:hover { background: var(--indigo-50); border-color: var(--indigo); }
.btn-outline { background: #fff; color: var(--ink); border-color: var(--line); }
.btn-outline:hover { border-color: var(--indigo); color: var(--indigo); }

/* ---------- shared bits ---------- */
.eyebrow {
  font-size: 12.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--indigo); display: inline-block;
}
.sec-head { max-width: 720px; margin-bottom: 52px; }
.sec-sub { font-size: clamp(15.5px, 1.3vw, 17.5px); line-height: 1.6; color: var(--slate); margin: 14px 0 0; max-width: 640px; }
.sec-title {
  font-family: var(--font-headline);
  font-weight: 600; font-size: calc(clamp(28px, 3.6vw, 44px) * var(--type-scale));
  line-height: 1.12; letter-spacing: calc(-.01em + var(--hl-track)); margin: 14px 0 0;
  color: var(--ink); text-wrap: balance;
}
.section { padding: 92px 0; }
.section-alt { background: var(--bluegray); }

/* ---------- nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.82);
  backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 70px; gap: 24px; }
.logo { display: inline-flex; align-items: center; gap: 9px; }
.logo-word { font-family: var(--font-headline); font-weight: 600; font-size: 21px; letter-spacing: -.01em; color: var(--ink); }
.nav-links { display: flex; gap: 22px; flex-wrap: wrap; row-gap: 6px; }
.nav-links a { color: var(--slate); text-decoration: none; font-size: 15px; font-weight: 500; transition: color .15s; }
.nav-links a:hover { color: var(--ink); }
.nav-right { display: flex; align-items: center; gap: 14px; }
.lang-toggle { display: inline-flex; background: var(--bluegray); border-radius: 9px; padding: 3px; }
.lang-toggle button {
  border: 0; background: transparent; cursor: pointer;
  font-family: var(--font-sans); font-weight: 600; font-size: 13px; color: var(--slate-400);
  padding: 6px 11px; border-radius: 7px; transition: all .15s;
}
.lang-toggle button.is-on { background: #fff; color: var(--indigo); box-shadow: var(--shadow-sm); }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; overflow: hidden; background: #fff; }
.hero-copy { max-width: 600px; }
.hero-copy.is-center { max-width: 820px; margin: 0 auto; text-align: center; }
.hero-title {
  font-family: var(--font-headline);
  font-weight: 600; font-size: calc(clamp(38px, 5.4vw, 68px) * var(--type-scale));
  line-height: 1.04; letter-spacing: calc(-.02em + var(--hl-track)); margin: 20px 0 0; color: var(--ink);
  text-wrap: balance;
}

.hero-line2 { display: inline; }
.hi-word { position: relative; color: var(--indigo); white-space: nowrap; }
.hi-underline { position: absolute; left: 0; right: 0; bottom: -.12em; width: 100%; height: .34em; }
.hero-sub {
  font-size: clamp(17px, 1.55vw, 20px); line-height: 1.6; color: var(--slate);
  margin: 24px 0 0; max-width: 560px;
}
.is-center .hero-sub { margin-left: auto; margin-right: auto; }
.hero-cta { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.is-center .hero-cta { justify-content: center; }
.hero-note { font-size: 13.5px; color: var(--slate-400); margin: 18px 0 0; }

/* A — classic */
.hero-classic { padding: 96px 0 140px; }
.hero-classic-inner { position: relative; z-index: 2; }
.hero-bg-constellation {
  position: absolute; inset: 0; z-index: 1;
  display: flex; align-items: center; justify-content: center;
  opacity: .5; pointer-events: none;
  -webkit-mask-image: radial-gradient(ellipse 60% 60% at 50% 45%, #000 30%, transparent 72%);
          mask-image: radial-gradient(ellipse 60% 60% at 50% 45%, #000 30%, transparent 72%);
}
.hero-bg-constellation .constellation { width: min(760px, 96vw); height: min(760px, 96vw); }

/* B/C — split */
.hero-split {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center;
  padding: 84px 0 140px;
}
/* Extra bottom room only for the chatbox variant — card is taller than the constellation */
.hero-ask .hero-split { padding-bottom: 96px; align-items: flex-start; padding-top: 96px; }
.hero-visual { position: relative; display: flex; align-items: center; justify-content: center; }
.hero-nodes .constellation { width: min(480px, 92%); height: min(480px, 92%); }
.hero-visual-ask { justify-content: flex-end; }

/* ---------- constellation ---------- */
.constellation { position: relative; }
.constellation svg { display: block; overflow: visible; }
.cnode-label {
  font-family: var(--font-sans); font-size: 11.5px; font-weight: 600;
  color: var(--slate); text-align: center; line-height: 26px;
  background: #fff; border: 1px solid var(--line); border-radius: 7px;
  box-shadow: var(--shadow-sm); height: 26px; padding: 0 8px;
  display: inline-block; white-space: nowrap;
}
.cnode { animation: floaty 6s ease-in-out infinite; animation-delay: var(--d); transform-box: fill-box; transform-origin: center; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
.core-mark { font-family: var(--font-headline); font-weight: 700; font-size: 26px; fill: var(--indigo); }
.core-sub { font-family: var(--font-sans); font-weight: 600; font-size: 9.5px; letter-spacing: .12em; text-transform: uppercase; fill: var(--slate-400); }
.core-spin { transform-origin: 220px 220px; animation: spin 8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) {
  .cnode, .core-spin { animation: none; }
  .pscene-card, .pcore-spin { animation: none; }
  .pscene-fadein { animation: none; }
}

/* ---------- Ask Claude card ---------- */
.ask-card {
  width: 100%; max-width: 460px; max-height: 440px; background: #fff;
  border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.ask-head {
  display: flex; align-items: center; gap: 7px;
  padding: 14px 18px; border-bottom: 1px solid var(--line); background: #fff;
}
.ask-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--line); }
.ask-dot:nth-child(1) { background: #FCA5A5; }
.ask-dot:nth-child(2) { background: #FCD34D; }
.ask-dot:nth-child(3) { background: #86EFAC; }
.ask-head-title { margin-left: 8px; font-size: 13px; font-weight: 600; color: var(--slate); }
.ask-head-claude {
  margin-left: auto; font-size: 11px; font-weight: 700; color: var(--indigo);
  background: var(--indigo-50); padding: 4px 9px; border-radius: 999px; letter-spacing: .02em;
}
.ask-body { padding: 20px 18px; height: 220px; overflow-y: auto; display: flex; flex-direction: column; gap: 14px; }
.ask-bubble { max-width: 86%; padding: 11px 15px; border-radius: 14px; font-size: 14.5px; line-height: 1.45; }
.ask-q { align-self: flex-end; background: var(--indigo); color: #fff; border-bottom-right-radius: 5px; font-weight: 500; }
.ask-answer {
  align-self: flex-start; max-width: 96%; background: var(--bluegray);
  border-radius: 14px; border-bottom-left-radius: 5px; padding: 14px 16px;
}
.ask-text { margin: 0; font-size: 14.5px; line-height: 1.55; color: var(--ink); }
.ask-caret { display: inline-block; width: 2px; height: 1.05em; background: var(--indigo); margin-left: 1px; vertical-align: -2px; animation: blink 1s step-end infinite; }
@keyframes blink { 50% { opacity: 0; } }
.ask-thinking { display: flex; align-items: center; gap: 6px; height: 24px; }
.ask-thinking .td { width: 7px; height: 7px; border-radius: 50%; background: var(--indigo-300); animation: bob 1.1s ease-in-out infinite; }
.ask-thinking .td:nth-child(2) { animation-delay: .15s; }
.ask-thinking .td:nth-child(3) { animation-delay: .3s; }
.ask-thinking-label { margin-left: 6px; font-size: 12.5px; color: var(--slate-400); }
@keyframes bob { 0%,100% { transform: translateY(0); opacity: .5; } 50% { transform: translateY(-4px); opacity: 1; } }
.ask-meta { display: flex; align-items: center; gap: 12px; margin-top: 12px; flex-wrap: wrap; }
.ask-source { font-size: 12px; color: var(--slate); }
.ask-src-key { color: var(--slate-400); }
.ask-verified {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 11.5px; font-weight: 700; color: #15803D;
  background: #DCFCE7; padding: 4px 9px; border-radius: 999px;
}
.ask-suggest { display: flex; flex-wrap: wrap; gap: 8px; padding: 0 18px 18px; }
.ask-chip {
  font-family: var(--font-sans); font-size: 12.5px; font-weight: 500; color: var(--slate);
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: 7px 13px; cursor: pointer; transition: all .15s;
}
.ask-chip:hover { border-color: var(--indigo-300); color: var(--ink); }
.ask-chip.is-active { background: var(--indigo-50); border-color: var(--indigo-300); color: var(--indigo-700); }

/* ============================================================
   PHILOSOPHY band
   ============================================================ */
.philo { padding: 72px 0; }
.philo-inner { max-width: 880px; margin: 0 auto; text-align: center; }
.philo-line {
  font-family: var(--font-headline); font-weight: 600;
  font-size: calc(clamp(30px, 4.4vw, 52px) * var(--type-scale)); line-height: 1.08; letter-spacing: calc(-.02em + var(--hl-track)); margin: 0;
}
.philo-a { color: var(--ink); }
.philo-b { color: var(--indigo); }
.philo-sub { font-size: clamp(16px, 1.4vw, 18px); line-height: 1.6; color: var(--slate); margin: 22px auto 0; max-width: 600px; }

/* ============================================================
   PROBLEM -> SOLUTION
   ============================================================ */
.ps-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: stretch; }
.ps-col { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 30px 28px; }
.ps-before { background: #fff; }
.ps-after { border-color: var(--indigo-300); box-shadow: var(--shadow-md); }
.ps-sub { font-size: 14px; color: var(--slate-400); margin: 0 0 22px; }
.ps-label {
  display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  padding: 5px 12px; border-radius: 999px; margin-bottom: 18px;
}
.ps-label-before { color: var(--slate-400); background: var(--bluegray); }
.ps-label-after { color: var(--indigo-700); background: var(--indigo-50); }
.ps-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 15px; }
.ps-col li { display: flex; align-items: flex-start; gap: 12px; font-size: 15.5px; line-height: 1.5; color: var(--ink); }
.ps-before li { color: var(--slate); }
.ps-ic { flex: none; width: 22px; height: 22px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; margin-top: 1px; }
.ps-ic-x { background: #FEE2E2; color: #DC2626; }
.ps-ic-ok { background: #DCFCE7; color: #16A34A; }
.ps-arrow { display: flex; align-items: center; justify-content: center; color: var(--indigo-300); }

/* Hub & spoke diagram (Masalah, right column) */
.hubspoke { margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; flex-direction: column; align-items: center; gap: 10px; }
.hubspoke-stage { width: 100%; max-width: 360px; }
.hubspoke-caption { font-size: 13.5px; font-style: italic; font-weight: 500; color: var(--indigo); text-align: center; margin: 4px 0 0; }
.hubspoke-replay { margin-top: 2px; }

/* ============================================================
   PROBLEM SCENE (animated: scatter -> connect)
   ============================================================ */
.pscene-section { overflow: hidden; background: var(--indigo-50); }
.pscene-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 52px; align-items: center; }

/* swapping label: Today -> With Veridia */
.pscene-listlabel { position: relative; height: 30px; margin-bottom: 24px; }
.pscene-listlabel span {
  position: absolute; left: 0; top: 0;
  font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  padding: 6px 13px; border-radius: 999px;
  transition: opacity .5s ease, transform .5s ease;
}
.pl-today { color: var(--slate-400); background: var(--bluegray); }
.pl-with { color: var(--indigo-700); background: var(--indigo-50); opacity: 0; transform: translateY(7px); }
.pscene-grid.is-with .pl-today { opacity: 0; transform: translateY(-7px); }
.pscene-grid.is-with .pl-with { opacity: 1; transform: none; }

/* morphing pain -> benefit list */
.pscene-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 17px; }
.pscene-row { display: flex; align-items: flex-start; gap: 13px; font-size: 15.5px; line-height: 1.5; color: var(--slate); transition: color .5s ease; }
.pscene-row.is-solved { color: var(--ink); }
.pscene-ic {
  flex: none; width: 24px; height: 24px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center; margin-top: 1px;
  background: #FEE2E2; color: #DC2626;
  transition: background .5s ease, color .5s ease;
}
.pscene-row.is-solved .pscene-ic { background: var(--indigo-50); color: var(--indigo); }
.pscene-txt { display: inline-block; }
.pscene-fadein { animation: psceneFade .5s ease; }
@keyframes psceneFade { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: none; } }

/* stage */
.pscene-stagecol { display: flex; flex-direction: column; align-items: center; gap: 18px; }
.pscene-stage { position: relative; width: 100%; max-width: 560px; aspect-ratio: 1000 / 640; }
.pscene-lines { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.pcore-spin { transform-box: fill-box; transform-origin: center; animation: spin 8s linear infinite; }

.pscene-node { position: absolute; transform: translate(-50%, -50%); will-change: left, top; }
.pscene-card {
  display: flex; flex-direction: column; align-items: center; gap: 5px;
  background: #fff; border: 1px solid var(--line); border-radius: 13px;
  padding: 11px 14px 9px; box-shadow: var(--shadow-sm);
  filter: saturate(.35);
  transition: border-color .5s ease, box-shadow .5s ease, filter .5s ease;
  animation: psceneDrift 5s ease-in-out infinite; animation-delay: var(--drift-d);
}
.pscene-card.is-on { border-color: var(--indigo-300); box-shadow: var(--shadow-md); filter: none; }
.pscene-stage.is-settled .pscene-card { animation: none; }
.pscene-cardic { display: inline-flex; }
.pscene-cardlb { font-size: 11px; font-weight: 600; color: var(--slate); white-space: nowrap; letter-spacing: .005em; }
@keyframes psceneDrift { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(0, -5px); } }

/* caption crossfade */
.pscene-caption { position: relative; width: 100%; max-width: 400px; min-height: 40px; text-align: center; }
.pscene-caption span {
  position: absolute; left: 0; right: 0; top: 0;
  font-size: 14.5px; line-height: 1.45; transition: opacity .5s ease;
}
.cap-today { color: var(--slate); }
.cap-with { color: var(--indigo-700); font-weight: 500; opacity: 0; }
.pscene-grid.is-with .cap-today { opacity: 0; }
.pscene-grid.is-with .cap-with { opacity: 1; }

/* replay */
.pscene-replay {
  display: inline-flex; align-items: center; gap: 6px;
  background: none; border: 0; cursor: pointer;
  font-family: var(--font-sans); font-size: 12.5px; font-weight: 600;
  color: var(--slate-400); padding: 6px 12px; border-radius: 9px;
  transition: color .15s, background .15s;
}
.pscene-replay:hover { color: var(--indigo); background: var(--indigo-50); }

/* ============================================================
   USE CASES
   ============================================================ */
.uc-opening { margin: 36px 0 44px; }
.uc-opening-list { list-style: none; margin: 0 0 18px; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.uc-opening-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 15.5px; line-height: 1.5; color: var(--slate); }
.uc-x { flex: none; width: 22px; height: 22px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; margin-top: 1px; background: var(--bluegray); color: var(--slate-400); }
.uc-opening-close p { font-size: 16px; line-height: 1.6; color: var(--ink); margin: 0 0 6px; max-width: 720px; }
.uc-hi { color: var(--indigo); font-weight: 600; }

.uc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.uc-card {
  background: #fff; border: 1px solid var(--indigo-300); border-radius: var(--r);
  padding: 26px 24px; transition: transform .18s ease, box-shadow .18s ease;
}
.uc-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.uc-icon { display: inline-flex; color: var(--indigo); margin-bottom: 14px; }
.uc-name { font-size: 17px; font-weight: 700; color: var(--indigo); margin: 0 0 14px; }
.uc-questions { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.uc-questions li { font-size: 14.5px; line-height: 1.5; color: var(--ink); }
.uc-caption { font-size: 14px; color: var(--slate-400); margin: 28px 0 0; text-align: center; }

/* ============================================================
   COMPARISON
   ============================================================ */
.cmp-table { width: 100%; border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow-md); border: 1px solid var(--line); }
.cmp-row { display: grid; grid-template-columns: 200px 1fr 1fr; }
.cmp-row + .cmp-row { border-top: 1px solid var(--line); }
.cmp-cell { padding: 18px 24px; font-size: 15px; line-height: 1.5; display: flex; align-items: center; gap: 10px; }
.cmp-cell-label { font-weight: 700; color: var(--ink); background: #fff; }
.cmp-head .cmp-col-dash { background: var(--bluegray); color: var(--slate); font-weight: 700; font-size: 14px; }
.cmp-head .cmp-col-veridia { background: var(--indigo); color: #fff; font-weight: 700; font-size: 14px; }
.cmp-dash { background: #fff; color: var(--slate); }
.cmp-veridia { background: var(--indigo-50); color: var(--ink); font-weight: 500; }
.cmp-ic { flex: none; width: 20px; height: 20px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; }
.cmp-ic-x { background: #FEE2E2; color: #DC2626; }
.cmp-ic-ok { background: #fff; color: var(--indigo); }
.cmp-verticals {
  margin: 22px 0 0; text-align: center; font-size: 14.5px; color: var(--slate);
}
.cmp-verticals a { color: var(--indigo); font-weight: 600; text-decoration: none; }
.cmp-verticals a:hover { text-decoration: underline; }

/* ============================================================
   TEAM / KREDIBILITAS
   ============================================================ */
.team-h-a { color: var(--ink); }
.team-h-b { color: var(--indigo); }
.team-statement {
  font-family: var(--font-headline); font-size: calc(clamp(20px, 2.4vw, 30px) * var(--type-scale));
  line-height: 1.4; margin: 32px 0 52px; display: flex; flex-direction: column; gap: 2px;
}
.team-statement-line.is-ink { color: var(--ink); }
.team-statement-line.is-indigo { color: var(--indigo); }
.team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.team-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 30px 28px; }
.team-avatar {
  width: 56px; height: 56px; border-radius: 50%; background: var(--indigo-50); color: var(--indigo);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-headline); font-weight: 700; font-size: 19px; margin-bottom: 16px;
}
.team-name { font-size: 18px; font-weight: 700; color: var(--ink); margin: 0; }
.team-title { font-size: 14px; font-weight: 600; color: var(--indigo); margin: 4px 0 12px; }
.team-desc { font-size: 14.5px; line-height: 1.6; color: var(--slate); margin: 0; }

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.how-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 32px 28px 30px; }
.how-n {
  font-family: var(--font-headline); font-weight: 600; font-size: 30px;
  width: 58px; height: 58px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  background: var(--indigo-50); color: var(--indigo); margin-bottom: 22px;
}
.how-t { font-size: 21px; font-weight: 700; margin: 0 0 10px; color: var(--ink); letter-spacing: -.01em; }
.how-d { font-size: 15.5px; line-height: 1.6; color: var(--slate); margin: 0; }
.how-connector { position: absolute; top: 60px; right: -16px; width: 32px; height: 2px; background: var(--indigo-300); z-index: 2; }
.how-connector::after { content: ""; position: absolute; right: 0; top: -3px; width: 8px; height: 8px; border-top: 2px solid var(--indigo-300); border-right: 2px solid var(--indigo-300); transform: rotate(45deg); }

/* ============================================================
   PACKAGES
   ============================================================ */
.pkg-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; max-width: 880px; }
.pkg-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 34px 32px; display: flex; flex-direction: column; }
.pkg-card.is-highlight { border-color: var(--indigo); box-shadow: var(--shadow-lg); }
.pkg-flag { position: absolute; top: -13px; left: 32px; background: var(--indigo); color: #fff; font-size: 13px; width: 30px; height: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.pkg-top { display: flex; align-items: baseline; gap: 12px; }
.pkg-name { font-family: var(--font-headline); font-weight: 600; font-size: 26px; margin: 0; color: var(--ink); }
.pkg-tag { font-size: 12.5px; font-weight: 600; color: var(--slate-400); }
.pkg-desc { font-size: 15px; line-height: 1.55; color: var(--slate); margin: 14px 0 22px; }
.pkg-features { list-style: none; margin: 0 0 26px; padding: 0; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.pkg-features li { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; line-height: 1.45; color: var(--ink); }
.pkg-features svg { flex: none; color: var(--indigo); margin-top: 2px; }
.pkg-expansion-note { font-size: 12.5px; font-style: italic; line-height: 1.5; color: var(--slate-400); margin: 0 0 18px; }
.pkg-card .btn { width: 100%; justify-content: center; }

/* ============================================================
   CTA FOOTER
   ============================================================ */
.cta-footer { position: relative; background: var(--ink); color: #fff; overflow: hidden; }
.cta-glow {
  position: absolute; top: -30%; left: 50%; transform: translateX(-50%);
  width: 900px; height: 600px;
  background: radial-gradient(ellipse at center, rgba(79,70,229,.45), transparent 62%);
  pointer-events: none;
}
.cta-inner { position: relative; text-align: center; padding: 96px 0 84px; }
.cta-title { font-family: var(--font-headline); font-weight: 600; font-size: calc(clamp(32px, 4.6vw, 56px) * var(--type-scale)); line-height: 1.08; letter-spacing: calc(-.02em + var(--hl-track)); margin: 0; }
.cta-title-line { display: block; }
.cta-sub { font-size: clamp(16px, 1.5vw, 19px); line-height: 1.6; color: #CBD5E1; margin: 22px auto 0; max-width: 560px; }
.cta-outcomes {
  list-style: none; margin: 26px auto 0; padding: 0; display: inline-flex; flex-direction: column; gap: 12px;
  text-align: left;
}
.cta-outcomes li { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; color: #fff; }
.cta-outcome-ic {
  flex: none; width: 20px; height: 20px; border-radius: 50%; margin-top: 1px;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(249,115,22,.18); color: var(--orange);
}
.cta-inner .btn-lg { margin-top: 34px; }
.cta-note { font-size: 13px; color: rgba(255,255,255,.55); margin: 14px 0 0; }
.foot { position: relative; border-top: 1px solid rgba(255,255,255,.1); }
.foot-inner { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 36px 0; text-align: center; }
.foot .logo-word { color: #fff; }
.foot .logo svg circle:first-of-type { stroke: #fff; }
.foot-tag { font-size: 14px; color: #CBD5E1; margin: 4px 0 0; }
.foot-rights { font-size: 13px; color: #64748B; margin: 0; }
.foot-guide-link { font-size: 13px; margin: 2px 0 0; }
.foot-guide-link a { color: var(--indigo-300); text-decoration: none; }
.foot-guide-link a:hover { text-decoration: underline; }
.foot-legal { font-size: 13px; margin: 6px 0 0; }
.foot-legal a { color: #64748B; text-decoration: none; }
.foot-legal a:hover { color: var(--indigo-300); text-decoration: underline; }

/* ============================================================
   ACCENT INTENSITY (orange usage)
   ============================================================ */
/* subtle: orange reserved for primary CTA + hero underline only */
[data-accent="subtle"] .hi-underline path { stroke: var(--indigo); }
[data-accent="subtle"] .core-spin { stroke: var(--indigo); }
[data-accent="subtle"] .pcore-spin { stroke: var(--indigo); }
[data-accent="subtle"] .logo svg circle:nth-of-type(2) { stroke: var(--indigo); }

/* bold: add orange to package flag, philosophy 'decide', section accents */
[data-accent="bold"] .philo-b { color: var(--orange); }
[data-accent="bold"] .pkg-flag { background: var(--orange); }
[data-accent="bold"] .ps-label-after { color: var(--orange-600); background: #FFF1E6; }
[data-accent="bold"] .how-n { color: var(--orange); background: #FFF1E6; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 940px) {
  .hero-split { grid-template-columns: 1fr; gap: 44px; }
  .hero-visual, .hero-visual-ask { justify-content: center; }
  .hero-copy { max-width: 640px; }
  .nav-links { display: none; }
  .ps-grid { grid-template-columns: 1fr; }
  .how-grid { grid-template-columns: 1fr; gap: 16px; }
  .how-connector { display: none; }
  .pkg-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .uc-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .cmp-row { grid-template-columns: 1fr; }
  .cmp-cell-label { padding-bottom: 6px; }
  .cmp-head .cmp-cell-label { display: none; }
}
@media (max-width: 560px) {
  .wrap { padding: 0 20px; }
  .section { padding: 64px 0; }
  .hero-cta { flex-direction: column; align-items: stretch; }
  .is-center .hero-cta .btn { justify-content: center; }
  .nav-right .btn { display: none; }
  .ask-card { max-width: 100%; }
  .cta-inner { padding: 72px 0 64px; }
  .cta-note { margin: 20px 0 0; }
  .foot-inner { padding: 40px 0; }
}

/* ============================================================
   THE PROBLEM — vertical cards
   ============================================================ */
@keyframes dashmove { to { stroke-dashoffset: -18; } }
@keyframes hiwSpin  { to { transform: rotate(360deg); } }

.problem-head { max-width: 560px; margin: 0 auto 0; text-align: center; }
.problem-head .sec-title { margin-top: 10px; }
.problem-head .sec-sub { margin-top: 10px; }

.problem-vcards {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px; margin-top: 34px;
}
.problem-vcard {
  display: block; background: #fff; border: 1px solid var(--line); border-radius: 14px;
  padding: 22px 20px; text-decoration: none;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.problem-vcard:hover {
  border-color: var(--indigo-300); box-shadow: var(--shadow-md); transform: translateY(-2px);
}
.problem-vcard-pain {
  font-size: 15.5px; line-height: 1.55; color: var(--ink); margin: 0;
}
.problem-vcard-link {
  display: inline-flex; align-items: center; gap: 6px; margin-top: 16px;
  font-size: 13.5px; font-weight: 600; color: var(--indigo);
}

/* ============================================================
   USE CASES — conversational chat widget
   ============================================================ */
.uc-head { max-width: 560px; margin: 0 auto 0; text-align: center; margin-bottom: 0; }
.uc-head .sec-title { margin-top: 10px; }
.uc-head .sec-sub { margin: 12px 0 0; }

.uc-tabs {
  display: flex; justify-content: center; gap: 10px;
  margin-top: 26px; flex-wrap: wrap;
}
.uc-tab {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 9px 15px; border-radius: 999px; cursor: pointer;
  font-family: var(--font-sans); font-weight: 600; font-size: 14px;
  border: 1px solid var(--line); background: #fff; color: var(--slate);
  transition: all .15s;
}
.uc-tab.is-active {
  border-color: var(--indigo); background: var(--indigo-50); color: var(--indigo-700);
}
.uc-tab-icon { display: inline-flex; color: inherit; }

.uc-chat-wrap {
  width: 520px; max-width: 100%; margin: 24px auto 0;
  background: #fff; border: 1px solid var(--line);
  border-radius: 18px; box-shadow: var(--shadow-lg); overflow: hidden;
}
.uc-chat-head {
  display: flex; align-items: center; gap: 7px;
  padding: 13px 18px; border-bottom: 1px solid var(--line);
}
.uc-traffic { width: 9px; height: 9px; border-radius: 50%; flex: none; }
.uc-chat-title {
  margin-left: 8px; font-size: 13px; font-weight: 600; color: var(--slate);
}
.uc-industry-badge {
  margin-left: auto; display: inline-flex; align-items: center; gap: 6px;
  font-size: 11.5px; font-weight: 700; color: var(--indigo-700);
  background: var(--indigo-50); padding: 4px 10px; border-radius: 999px;
}

.uc-chat-body {
  padding: 20px 18px; min-height: 232px;
  display: flex; flex-direction: column; gap: 14px;
}
.uc-bubble-q {
  align-self: flex-end; max-width: 86%;
  background: var(--indigo); color: #fff;
  padding: 11px 15px; border-radius: 14px; border-bottom-right-radius: 5px;
  font-size: 14.5px; line-height: 1.45; font-weight: 500;
}
.uc-bubble-a {
  align-self: flex-start; max-width: 96%;
  background: var(--bluegray);
  border-radius: 14px; border-bottom-left-radius: 5px; padding: 14px 16px;
}
.uc-thinking { display: flex; align-items: center; gap: 6px; height: 22px; }
.uc-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--indigo-300); animation: bob 1.1s ease-in-out infinite;
}
.uc-dot:nth-child(2) { animation-delay: .15s; }
.uc-dot:nth-child(3) { animation-delay: .3s; }
.uc-thinking-label { margin-left: 6px; font-size: 12.5px; color: var(--slate-400); }
.uc-typed { margin: 0; font-size: 14.5px; line-height: 1.55; color: var(--ink); }
.uc-typed-meta { display: flex; align-items: center; gap: 12px; margin-top: 12px; flex-wrap: wrap; }
.uc-source { font-size: 12px; color: var(--slate); }
.uc-source-key { color: var(--slate-400); }
.uc-traceable {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 11.5px; font-weight: 700; color: #15803D;
  background: #DCFCE7; padding: 4px 9px; border-radius: 999px;
}

.uc-chips { display: flex; flex-wrap: wrap; gap: 8px; padding: 0 18px 18px; }
.uc-chip {
  font-family: var(--font-sans); font-size: 12.5px; font-weight: 500;
  border-radius: 999px; padding: 7px 12px; cursor: pointer; transition: all .15s;
  border: 1px solid var(--line); background: #fff; color: var(--slate);
}
.uc-chip.is-active {
  background: var(--indigo-50); border-color: var(--indigo-300); color: var(--indigo-700);
}

/* ============================================================
   HOW IT WORKS — animated flow diagram
   ============================================================ */
.hiw-flow-scroll { overflow-x: auto; margin: 22px 0 26px; -webkit-overflow-scrolling: touch; }
.hiw-flow {
  position: relative; width: 880px; height: 330px; min-width: 880px;
}
.hiw-flow-svg {
  position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible;
}
.hiw-dash        { animation: dashmove 1.1s linear infinite; }
.hiw-dash-strong { animation: dashmove 0.9s linear infinite; }
@media (prefers-reduced-motion: reduce) {
  .hiw-dash, .hiw-dash-strong, .hiw-core-ring { animation: none; }
}

.hiw-node {
  position: absolute; left: 0; width: 150px;
  display: flex; align-items: center; gap: 8px;
  background: #fff; border: 1px solid var(--line); border-radius: 10px;
  padding: 9px 12px; box-shadow: var(--shadow-sm);
}
.hiw-node-dot { width: 7px; height: 7px; border-radius: 50%; background: #94A3B8; flex: none; }
.hiw-node-label { font-size: 12.5px; font-weight: 600; color: var(--slate); }

.hiw-core {
  position: absolute; left: 374px; top: 99px;
  width: 132px; height: 132px; border-radius: 50%;
  background: #fff; border: 1px solid var(--indigo-300);
  box-shadow: 0 18px 40px -16px rgba(79,70,229,.45);
  display: flex; align-items: center; justify-content: center;
}
.hiw-core-svg { position: absolute; inset: 0; }
.hiw-core-ring { transform-origin: 66px 66px; animation: hiwSpin 7s linear infinite; }
.hiw-core-v {
  font-family: var(--font-headline); font-weight: 700; font-size: 38px;
  color: var(--indigo); position: relative; z-index: 1;
}
.hiw-core-label {
  position: absolute; left: 374px; top: 238px; width: 132px;
  text-align: center; font-size: 12px; font-weight: 700;
  letter-spacing: .08em; color: var(--indigo-700);
}
.hiw-answer {
  position: absolute; left: 606px; top: 104px; width: 274px;
  background: #fff; border: 1px solid var(--indigo-300);
  border-radius: 14px; padding: 18px;
  box-shadow: 0 18px 40px -18px rgba(79,70,229,.3);
}
.hiw-answer-label {
  font-size: 11px; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: #94A3B8;
}
.hiw-answer-title {
  font-family: var(--font-headline); font-weight: 600; font-size: 22px;
  color: var(--ink); margin-top: 8px;
}
.hiw-answer-sub { font-size: 13px; color: var(--slate); margin-top: 4px; }
.hiw-answer-badge {
  display: inline-flex; align-items: center; gap: 5px;
  margin-top: 12px; font-size: 11px; font-weight: 700;
  color: #15803D; background: #DCFCE7; padding: 4px 9px; border-radius: 999px;
}

/* ── How It Works — mobile vertical layout ── */
.hiw-flow-vertical {
  display: none;
  flex-direction: column; align-items: center;
  margin: 22px 0 26px; gap: 0;
}
.hiw-fv-nodes {
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
  width: 100%; max-width: 340px;
}
.hiw-fv-node {
  display: flex; align-items: center; gap: 8px;
  background: #fff; border: 1px solid var(--line); border-radius: 10px;
  padding: 9px 12px; box-shadow: var(--shadow-sm);
}
.hiw-fv-funnel { width: 100%; max-width: 340px; display: block; }
.hiw-fv-core {
  position: relative; width: 100px; height: 100px; border-radius: 50%;
  background: #fff; border: 1px solid var(--indigo-300);
  box-shadow: 0 18px 40px -16px rgba(79,70,229,.45);
  display: flex; align-items: center; justify-content: center;
}
.hiw-fv-core .hiw-core-v {
  font-family: var(--font-headline); font-weight: 700;
  font-size: 28px; color: var(--indigo); position: relative; z-index: 1;
}
.hiw-fv-label {
  font-size: 11px; font-weight: 700; letter-spacing: .08em;
  color: var(--indigo-700); margin-top: 6px;
}
.hiw-fv-down { display: block; }
.hiw-fv-answer {
  background: #fff; border: 1px solid var(--indigo-300);
  border-radius: 14px; padding: 18px;
  box-shadow: 0 18px 40px -18px rgba(79,70,229,.3);
  width: 100%; max-width: 300px;
}

@media (max-width: 900px) {
  .hiw-flow-scroll { display: none; }
  .hiw-flow-vertical { display: flex; }
}

/* ============================================================
   LEAD-CAPTURE FORM MODAL (VER-55)
   ============================================================ */
.cta-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 8px; }

@keyframes lfFadeIn { from { opacity: 0; } to { opacity: 1; } }
.lf-overlay {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(15,23,42,.6); backdrop-filter: blur(3px);
  display: flex; align-items: center; justify-content: center;
  padding: 24px; overflow-y: auto;
  animation: lfFadeIn .18s ease;
}
@media (prefers-reduced-motion: reduce) { .lf-overlay { animation: none; } }
.lf-modal {
  position: relative; width: 100%; max-width: 600px;
  max-height: calc(100vh - 48px); overflow-y: auto;
  background: #fff; border-radius: var(--r);
  box-shadow: var(--shadow-lg);
  padding: 40px 36px 32px;
}
.lf-close {
  position: absolute; top: 18px; right: 18px;
  width: 32px; height: 32px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--bluegray); color: var(--slate-400);
  border: none; cursor: pointer; transition: background .15s ease, color .15s ease;
}
.lf-close:hover { background: var(--indigo-50); color: var(--indigo); }

.lf-eyebrow {
  display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: var(--indigo-700);
  background: var(--indigo-50); padding: 5px 12px; border-radius: 999px;
}
.lf-title {
  font-family: var(--font-headline); font-weight: 600;
  font-size: clamp(22px, 2.6vw, 28px); line-height: 1.2;
  color: var(--ink); margin: 14px 0 0;
}
.lf-subtitle { font-size: 15px; line-height: 1.55; color: var(--slate); margin: 10px 0 0; max-width: 480px; }

.lf-progress { display: flex; gap: 6px; margin: 24px 0 8px; }
.lf-progress-dot { flex: 1; height: 4px; border-radius: 999px; background: var(--line); }
.lf-progress-dot.is-active { background: var(--indigo); }
.lf-step-label { font-size: 12.5px; font-weight: 600; color: var(--slate-400); margin: 0 0 22px; }

.lf-grid { display: flex; flex-direction: column; gap: 20px; }
.lf-label { display: block; font-size: 13.5px; font-weight: 600; color: var(--ink); margin-bottom: 8px; }
.lf-req { color: #DC2626; }
.lf-helper { font-size: 12.5px; color: var(--slate-400); margin: 6px 0 0; }
.lf-error-msg { font-size: 12.5px; color: #DC2626; margin: 6px 0 0; font-weight: 500; }

.lf-input, .lf-select {
  width: 100%; font-family: var(--font-sans); font-size: 15px; color: var(--ink);
  background: #fff; border: 1px solid var(--line); border-radius: 10px;
  padding: 12px 14px; transition: border-color .15s ease, box-shadow .15s ease;
}
.lf-field.has-error .lf-input,
.lf-field.has-error .lf-select { border-color: #FCA5A5; }
.lf-input:focus, .lf-select:focus {
  outline: none; border-color: var(--indigo); box-shadow: 0 0 0 3px var(--indigo-50);
}
.lf-input-other { margin-top: 10px; }
.lf-select {
  appearance: none; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2364748B' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center; padding-right: 38px;
}

.lf-choice-group { display: flex; flex-wrap: wrap; gap: 9px; }
.lf-choice {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 14px; color: var(--ink); cursor: pointer;
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: 9px 15px; transition: border-color .15s ease, background .15s ease, color .15s ease;
}
.lf-choice input { margin: 0; accent-color: var(--indigo); }
.lf-choice:hover { border-color: var(--indigo-300); }
.lf-choice.is-checked { border-color: var(--indigo); background: var(--indigo-50); color: var(--indigo-700); font-weight: 600; }

.lf-consent { font-size: 12.5px; line-height: 1.6; color: #64748B; margin: 26px 0 0; text-align: right; }
.lf-consent a { color: var(--indigo); text-decoration: underline; }
.lf-actions { display: flex; justify-content: flex-end; gap: 12px; margin-top: 14px; }

.lf-result { text-align: center; padding: 20px 0 8px; }
.lf-result-icon {
  width: 56px; height: 56px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center; margin: 0 auto 20px;
}
.lf-result-icon-ok { background: #DCFCE7; color: #15803D; }
.lf-result-icon-err { background: #FEE2E2; color: #DC2626; }
.lf-result-title { font-family: var(--font-headline); font-weight: 600; font-size: 24px; color: var(--ink); margin: 0; }
.lf-result-body { font-size: 15px; line-height: 1.6; color: var(--slate); margin: 12px auto 0; max-width: 420px; }
.lf-result-note { font-size: 14px; color: var(--slate-400); margin: 16px 0 0; }
.lf-result-actions { display: flex; justify-content: center; gap: 12px; margin-top: 22px; flex-wrap: wrap; }

@media (max-width: 560px) {
  .lf-overlay { padding: 0; align-items: flex-end; }
  .lf-modal { max-width: 100%; max-height: 92vh; border-radius: 20px 20px 0 0; padding: 32px 22px 26px; }
  .lf-consent { text-align: left; }
  .lf-actions { flex-direction: column-reverse; }
  .lf-actions .btn { width: 100%; justify-content: center; }
  .cta-buttons { flex-direction: column; align-items: stretch; }
  .cta-buttons .btn { justify-content: center; }
}


/* ── Proof section (VER-136 / VER-143) ──────────────────────────────
   Light band on indigo-50. Deliberately NOT white and NOT bluegray:
   the section above is white and the one below is bluegray, so this
   gives three distinct tones and the section reads as its own beat
   without going dark. Every text block shares one measure; only the
   source grid is wide. The short indigo rule on each card is not
   decoration - it marks that the source answers only part of the
   question. */
.section-proof { background: var(--indigo-50); }
.proof-measure { max-width: 60ch; margin: 0 auto; }
.proof-intro { color: var(--slate); font-size: 17px; line-height: 1.65; margin: 18px 0 12px; }
.proof-lead { color: var(--slate-400); font-size: 15px; margin: 0 0 40px; }

.proof-q {
  font-family: var(--font-headline);
  font-size: clamp(26px, 3vw, 38px); font-weight: 600;
  line-height: 1.3; text-align: center; color: var(--ink);
  max-width: 26ch; margin: 0 auto 44px;
  border: 0; padding: 0; text-wrap: balance;
}

.proof-cap {
  text-align: center; font-size: 12px; font-weight: 600;
  text-transform: uppercase; letter-spacing: .1em;
  color: var(--slate-400); margin-bottom: 16px;
}
.proof-grid {
  display: grid; gap: 14px; align-items: stretch;
  grid-template-columns: repeat(4, 1fr);
}
.proof-card {
  position: relative; overflow: hidden;
  background: var(--white); border: 1px solid var(--line);
  border-radius: 14px; padding: 22px 18px 18px;
  box-shadow: var(--shadow-sm);
}
.proof-card::before {
  content: ""; position: absolute; top: 0; left: 18px;
  width: 34px; height: 2px; background: var(--indigo);
}
.proof-src { font-size: 15px; font-weight: 600; color: var(--ink); }
.proof-ans { font-size: 14px; line-height: 1.5; color: var(--slate); margin: 8px 0 0; }

.proof-kicker {
  font-family: var(--font-headline); font-size: 22px; font-weight: 600;
  color: var(--ink); text-align: center; margin: 26px auto 44px;
  max-width: 30ch;
}

.proof-body { color: var(--slate); font-size: 16px; line-height: 1.7; margin: 0 0 24px; }
.proof-resolve {
  margin: 0 0 18px; padding: 16px 20px;
  border-left: 3px solid var(--orange);
  background: #FFF7ED; border-radius: 0 10px 10px 0;
  color: var(--ink); font-weight: 500; line-height: 1.6;
}
.proof-note { font-size: 13px; color: var(--slate-400); font-style: italic; margin: 0; }

@media (max-width: 900px) { .proof-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) {
  .proof-grid { grid-template-columns: 1fr; }
  .proof-q { font-size: 24px; max-width: none; }
}

/* ── How It Works: duration & client effort (VER-144) ──────────────── */
.how-note {
  text-align: center; font-size: 13px; color: var(--slate-400);
  margin: 22px auto 0; max-width: 52ch;
}
.how-meta {
  margin: .6rem 0 0; font-size: .8rem; line-height: 1.5;
  color: var(--ink-400, #94A3B8);
}

/* value statement now closes How It Works instead of standing alone */
.how-philo { margin-top: 3.5rem; text-align: center; }

/* sample-data badge on the demo answer (VER-145) */
.ask-sample {
  display: inline-block; margin-left: .5rem; padding: .05rem .4rem;
  border: 1px solid var(--ink-100, #E2E8F0); border-radius: 4px;
  font-size: .68rem; text-transform: uppercase; letter-spacing: .06em;
  color: var(--ink-400, #94A3B8);
}

/* ============================================================
   REDESIGN 2026-07 — shared design system
   Ported from design-explorations/2026-07-29-redesign.
   The canvas used container-query units (cqw) because it rendered
   inside a fixed frame; on the real site the frame IS the viewport,
   so the equivalent unit here is vw.
   ============================================================ */

/* ── motion primitives ───────────────────────────────────── */
@keyframes vdSpin { to { transform: rotate(360deg); } }
@keyframes vdDash { to { stroke-dashoffset: -18; } }
@keyframes vdDraw { to { stroke-dashoffset: 0; } }

[data-reveal] {
  opacity: 0; transform: translateY(20px);
  transition: opacity .6s cubic-bezier(.22,.61,.36,1), transform .6s cubic-bezier(.22,.61,.36,1);
}
[data-reveal][data-in] { opacity: 1; transform: none; }

[data-grow] { transform: scaleY(0); transform-origin: top; transition: transform .7s cubic-bezier(.22,.61,.36,1); }
[data-grow][data-in] { transform: scaleY(1); }

@media (prefers-reduced-motion: reduce) {
  [data-reveal], [data-grow] { opacity: 1 !important; transform: none !important; transition: none !important; }
  [data-parallax] { transform: none !important; }
  .rd-ring, .rd-dash { animation: none !important; }
}

/* ── layout scaffold ─────────────────────────────────────── */
.rd-section { padding: clamp(44px, 6vw, 80px) var(--gutter); }
.rd-section-tight { padding: clamp(32px, 4vw, 56px) var(--gutter); }
.rd-alt { background: var(--bluegray); }
.rd-indigo { background: var(--indigo-50); }
.rd-measure { max-width: 680px; }
.rd-eyebrow {
  font-size: 12.5px; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--indigo); margin: 0;
}
.rd-microlabel {
  font-size: 11.5px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--slate-400); margin: 0;
}
.rd-h1 {
  font-family: var(--font-sans); font-weight: 800;
  font-size: clamp(36.1px, 5.4vw, 64.6px); line-height: 1.04;
  letter-spacing: -.035em; margin: 0; text-wrap: balance;
}
.rd-h2 {
  font-family: var(--font-sans); font-weight: 700;
  font-size: clamp(26.6px, 3.6vw, 41.8px); line-height: 1.1;
  letter-spacing: -.025em; margin: 0; text-wrap: balance;
}
.rd-h3 { font-family: var(--font-sans); font-weight: 700; font-size: 19px; margin: 0; letter-spacing: -.015em; }
.rd-body { font-size: clamp(15px, 1.35vw, 17px); line-height: 1.65; color: var(--slate); text-wrap: pretty; }
.rd-grid { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }

/* ── shared card vocabulary ──────────────────────────────── */
.rd-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.rd-card:hover { transform: translateY(-5px); border-color: var(--indigo-300); box-shadow: var(--lift-panel); }
.rd-panel {
  background: var(--indigo-50); border: 1px solid var(--indigo-300);
  border-radius: var(--r); padding: 26px 24px;
}
.rd-pill {
  display: inline-flex; align-items: center; gap: 8px;
  border-radius: var(--r-pill); padding: 9px 14px;
  font-size: 13.5px; font-weight: 600; text-decoration: none;
  background: #fff; color: var(--slate); border: 1px solid var(--line);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.rd-pill:hover { transform: translateY(-2px); box-shadow: var(--lift-pill); border-color: var(--indigo-300); }
.rd-pill.is-on { background: var(--indigo-50); color: var(--indigo-700); border-color: var(--indigo); }
.rd-tag {
  display: inline-block; border-radius: var(--r-pill); padding: 6px 12px;
  font-size: 11.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  background: var(--indigo-50); color: var(--indigo-700);
}
.rd-ok {
  display: inline-flex; align-items: center; gap: 6px;
  border-radius: var(--r-pill); padding: 5px 11px;
  font-size: 12.5px; font-weight: 600; background: var(--ok-bg); color: var(--ok-fg);
}
/* Image slots keep the design's dimensions so real photography drops in
   later without touching layout. Art-direction notes stay in the markup
   as a comment, never as visitor-facing text. */
.rd-slot {
  background: repeating-linear-gradient(135deg, var(--hatch-a) 0 10px, var(--hatch-b) 10px 20px);
  border-radius: var(--r); overflow: hidden;
}

/* ── site header (shared: React + every static page) ─────── */
.rd-header {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 13px var(--gutter);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.9);
  backdrop-filter: saturate(160%) blur(14px);
}
.rd-brand { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; }
.rd-brand-word {
  font-family: var(--font-sans); font-weight: 700; font-size: 21px;
  letter-spacing: -.02em; color: var(--ink);
}
.rd-nav { display: flex; gap: 18px; align-items: center; font-size: 15px; font-weight: 500; }
.rd-nav a { text-decoration: none; color: var(--slate); transition: color .15s; }
.rd-nav a.is-primary { color: var(--ink); }
.rd-nav a:hover { color: var(--indigo); }
.rd-header-right { display: flex; align-items: center; gap: 10px; }
.rd-lang {
  display: inline-flex; gap: 2px; padding: 2px;
  border: 1px solid var(--line); border-radius: 9px; background: var(--slate-50);
}
.rd-lang a, .rd-lang button {
  border: 0; background: transparent; cursor: pointer; text-decoration: none;
  font-family: var(--font-sans); font-size: 12px; font-weight: 700; letter-spacing: .04em;
  color: var(--slate-300); padding: 7px 9px; border-radius: 7px; transition: all .15s;
}
.rd-lang .is-on { background: #fff; color: var(--indigo); box-shadow: 0 1px 2px rgba(15,23,42,.10); }
.rd-burger {
  display: none; width: 38px; height: 38px; align-items: center; justify-content: center;
  border: 1px solid var(--line); border-radius: 10px; background: #fff; cursor: pointer; color: var(--ink);
}
.rd-mobile-nav { display: none; border-bottom: 1px solid var(--line); background: #fff; padding: 0 var(--gutter); }
.rd-mobile-nav.is-open { display: block; }
.rd-mobile-nav a {
  display: block; padding: 12px 0; font-size: 16px; font-weight: 500;
  color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--bluegray);
}
.rd-mobile-nav a:last-child { border-bottom: 0; }

@media (max-width: 940px) {
  .rd-nav { display: none; }
  .rd-burger { display: inline-flex; }
}
@media (max-width: 560px) {
  .rd-header .btn { display: none; }
}

/* ── dark CTA + footer (shared) ──────────────────────────── */
.rd-cta { position: relative; overflow: hidden; background: var(--ink); color: #fff; }
.rd-cta-glow {
  position: absolute; top: -30%; left: 50%; transform: translateX(-50%);
  width: 900px; height: 600px; pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(79,70,229,.45), transparent 62%);
}
.rd-cta-inner {
  position: relative; max-width: 760px; margin: 0 auto; text-align: left;
  padding: clamp(52px, 6vw, 88px) var(--gutter) clamp(44px, 5vw, 72px);
}
.rd-cta-inner h2 {
  font-family: var(--font-sans); font-weight: 700;
  font-size: clamp(30.4px, 4.6vw, 53.2px); line-height: 1.08;
  letter-spacing: -.03em; margin: 0; text-wrap: balance;
}
.rd-cta-sub { font-size: clamp(15.5px, 1.4vw, 18px); line-height: 1.6; color: var(--slate-200); margin: 20px 0 0; max-width: 34em; }
.rd-cta-outcomes { list-style: none; margin: 24px 0 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.rd-cta-outcomes li { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; color: #fff; }
.rd-cta-outcomes .tick {
  flex: none; width: 20px; height: 20px; border-radius: 50%; margin-top: 1px;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(249,115,22,.18); color: var(--orange);
}
.rd-cta-note { font-size: 13px; color: rgba(255,255,255,.55); margin: 14px 0 0; }
.rd-foot {
  position: relative; border-top: 1px solid rgba(255,255,255,.1);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  padding: 32px var(--gutter); text-align: center;
}
.rd-foot-tagline { font-size: 14px; color: var(--slate-200); margin: 4px 0 0; }
.rd-foot p { font-size: 13px; margin: 2px 0 0; }
.rd-foot a { color: var(--indigo-300); text-decoration: none; }
.rd-foot a:hover { color: #fff; }
.rd-foot-legal { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 10px; }
.rd-foot-legal p { color: var(--slate-400); margin: 0; }
.rd-foot-legal .dot { width: 3px; height: 3px; border-radius: 50%; background: var(--slate); }
.rd-foot-legal a { color: var(--slate-300); font-size: 13px; }
.rd-foot-legal a:hover { color: var(--slate-200); }

/* ============================================================
   REDESIGN 2026-07 — homepage sections
   ============================================================ */
.rd-logo { display: inline-flex; align-items: center; gap: 9px; }
.rd-hi { color: var(--indigo); }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* ── hero ── */
.rd-hero {
  display: grid; gap: clamp(28px, 4vw, 56px); align-items: start;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  padding: clamp(36px, 6vw, 76px) var(--gutter) clamp(28px, 4vw, 56px);
  background: #fff;
}
.rd-hero-hi { position: relative; color: var(--indigo); white-space: nowrap; }
.rd-underline {
  position: absolute; left: 0; right: 0; bottom: -.16em; width: 100%; height: .22em;
  stroke-dasharray: 210; stroke-dashoffset: 210;
  animation: vdDraw .9s .45s cubic-bezier(.22,.61,.36,1) forwards;
}
@media (prefers-reduced-motion: reduce) { .rd-underline { animation: none; stroke-dashoffset: 0; } }
.rd-hero-sub {
  font-size: clamp(17px, 1.55vw, 20px); line-height: 1.6; color: var(--slate);
  margin: 20px 0 0; max-width: 30em; text-wrap: pretty;
}
.rd-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.rd-hero-note { font-size: 13.5px; color: var(--slate-400); margin: 14px 0 0; }
.rd-hero-pickcol { min-width: 0; }
.rd-hero-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.rd-exchange {
  margin-top: 16px; border: 1px solid var(--indigo-300); border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg); overflow: hidden; background: #fff;
}
.rd-exchange-top { padding: 18px 20px 16px; }
.rd-exchange-line { font-size: 16px; line-height: 1.55; color: var(--ink); margin: 8px 0 0; }
.rd-exchange-srclabel { margin-top: 16px; }
.rd-formats { list-style: none; display: flex; flex-wrap: wrap; gap: 7px; margin: 10px 0 0; padding: 0; }
.rd-formats li {
  display: inline-flex; align-items: center; gap: 6px;
  border: 1px solid var(--line); background: var(--slate-50);
  border-radius: var(--r-xs); padding: 5px 9px 5px 5px;
  font-size: 11.5px; font-weight: 600; color: var(--slate);
}
.rd-format-badge {
  width: 20px; height: 20px; border-radius: 5px; color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 7.5px; font-weight: 700; letter-spacing: .02em;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}
.rd-exchange-divider { display: flex; align-items: center; gap: 0; color: var(--indigo); }
.rd-exchange-divider .rule { flex: 1; height: 1px; background: var(--line); }
.rd-exchange-divider .knob {
  flex: none; width: 30px; height: 30px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center; background: var(--indigo-50);
}
.rd-exchange-bottom { background: var(--indigo-50); padding: 16px 20px 18px; }
.rd-exchange-bottom .rd-microlabel { color: var(--indigo-700); }
.rd-exchange-foot {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 10px; margin-top: 14px;
}
.rd-doorlink { font-size: 13.5px; font-weight: 600; color: var(--indigo); text-decoration: none; display: inline-flex; align-items: center; gap: 5px; }
.rd-doorlink:hover { color: var(--indigo-700); }
.rd-hero-cardnote { font-size: 13px; color: var(--slate-400); margin: 12px 0 0; }

/* ── proof ── */
.rd-proof { text-align: center; }
.rd-proof-h { max-width: 18ch; margin: 8px auto 0; }
.rd-proof-intro { font-size: 16px; line-height: 1.7; color: var(--slate); max-width: 62ch; margin: 18px auto 0; }
.rd-proof-q {
  font-size: clamp(22px, 2.6vw, 30px); line-height: 1.3; color: var(--ink);
  max-width: 24ch; margin: 24px auto 0; font-weight: 600; text-wrap: balance;
}
.rd-proof-sources {
  position: relative; display: grid; gap: 12px; max-width: 980px; margin: 30px auto 0;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); text-align: left;
}
.rd-proof-card {
  background: #fff; border: 1px solid var(--indigo-300); border-radius: var(--r-md);
  padding: 16px 18px; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.rd-proof-card:hover { transform: translateY(-4px); border-color: var(--indigo); box-shadow: var(--lift-card); }
.rd-proof-src { color: var(--indigo-700); }
.rd-proof-ans { font-size: 15px; line-height: 1.5; color: var(--ink); margin: 6px 0 0; }
/* Bracket rig: four drops into one rail, then a stem. Desktop only — it is
   positioned for a single row of four cards. */
.rd-proof-bracket { display: none; }
@media (min-width: 860px) {
  .rd-proof-bracket { display: block; position: absolute; left: 0; right: 0; top: 100%; height: 42px; }
  .rd-proof-bracket span { position: absolute; background: var(--indigo-200); }
  .rd-proof-bracket .v { width: 1px; height: 20px; top: 0; }
  .rd-proof-bracket .v1 { left: calc((100% - 36px) / 8); }
  .rd-proof-bracket .v2 { left: calc((100% - 36px) / 8 * 3 + 12px); }
  .rd-proof-bracket .v3 { left: calc((100% - 36px) / 8 * 5 + 24px); }
  .rd-proof-bracket .v4 { left: calc((100% - 36px) / 8 * 7 + 36px); }
  .rd-proof-bracket .rail { height: 1px; top: 20px; left: calc((100% - 36px) / 8); right: calc((100% - 36px) / 8); }
  .rd-proof-bracket .stem { width: 1px; height: 22px; top: 20px; left: 50%; }
}
.rd-proof-kicker { font-size: 15px; color: var(--slate); margin: 62px 0 0; }
.rd-proof-resolve {
  background: var(--ink); color: #fff; border-radius: var(--r-lg);
  padding: 26px 30px; max-width: 620px; margin: 24px auto 0; text-align: left;
}
.rd-proof-resolve .rd-microlabel { color: var(--indigo-200); }
.rd-proof-resolve p:last-child { font-size: clamp(17px, 1.9vw, 20px); font-weight: 600; margin: 8px 0 0; }

/* ── how it works ── */
.rd-how-steps { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); margin-top: 34px; }
.rd-how-card { overflow: hidden; display: flex; flex-direction: column; }
.rd-how-shot { position: relative; aspect-ratio: 16 / 9; border-bottom: 1px solid var(--line); border-radius: 0; }
.rd-how-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.rd-how-num {
  position: absolute; top: 12px; left: 12px; width: 40px; height: 40px; border-radius: var(--r-sm);
  background: #fff; color: var(--indigo); font-size: 20px; font-weight: 700;
  display: inline-flex; align-items: center; justify-content: center; box-shadow: var(--lift-badge);
}
.rd-how-body { padding: 22px 24px 26px; }
.rd-how-body .rd-body { margin: 8px 0 0; }
.rd-how-meta { font-size: 12.5px; font-style: italic; color: var(--slate-400); margin: 10px 0 0; }
.rd-philo {
  display: grid; gap: 20px 40px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  border-top: 1px solid var(--line); margin-top: clamp(36px, 5vw, 60px); padding-top: clamp(32px, 4vw, 48px);
}
.rd-philo-h { font-size: clamp(28.5px, 4.4vw, 49.4px); line-height: 1.08; letter-spacing: -.03em; }
.rd-philo .rd-how-note { text-align: left; font-size: 13px; color: var(--slate-300); margin: 12px 0 0; max-width: none; }

/* ── comparison ── */
.rd-cmp-sub { margin-top: 14px; }
.rd-cmp-scroll { overflow-x: auto; margin-top: clamp(28px, 3.4vw, 40px); }
.rd-cmp-table {
  min-width: 680px; width: 100%; border-collapse: collapse; background: #fff;
  border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden;
}
.rd-cmp-table th, .rd-cmp-table td { text-align: left; padding: 16px 20px; font-size: 15px; vertical-align: top; }
.rd-cmp-table thead th { font-size: 12.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--slate-300); }
.rd-cmp-table thead th.is-veridia { color: var(--indigo-700); }
.rd-cmp-table .is-veridia { background: var(--indigo-50); color: var(--indigo-950); font-weight: 500; }
.rd-cmp-table thead th.is-veridia .dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--indigo); margin-right: 7px; }
.rd-cmp-table tbody th { font-weight: 600; color: var(--ink); width: 20%; }
.rd-cmp-table tbody tr td, .rd-cmp-table tbody tr th { border-top: 1px solid var(--line-soft); }
.rd-cmp-table tbody tr td.is-veridia { border-top-color: var(--line-indigo); }
.rd-cmp-doors { border-top: 1px solid var(--line-cool); margin-top: clamp(28px, 3.4vw, 40px); padding-top: clamp(28px, 3.4vw, 40px); }
.rd-cmp-doors-h { font-size: clamp(23px, 2.6vw, 32px); }
.rd-cmp-doors > .rd-body { margin: 10px 0 0; }
.rd-doorgrid { margin-top: 22px; }
.rd-doorcard {
  min-height: 260px; display: flex; flex-direction: column;
  border-radius: var(--r-lg); padding: 24px 24px 20px; text-decoration: none;
}
.rd-doorcard:hover { border-color: var(--indigo); box-shadow: var(--lift-door); }
.rd-doorcard-name {
  font-size: 11.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--indigo); margin: 0; display: flex; align-items: center; gap: 8px;
}
.rd-doorcard-name .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--indigo); }
.rd-doorcard-pain { font-size: clamp(18px, 1.75vw, 20px); line-height: 1.35; color: var(--ink); font-weight: 600; margin: 14px 0 0; }
.rd-doorcard-fix { font-size: 14.5px; line-height: 1.6; color: var(--slate); margin: 10px 0 0; }
.rd-doorcard-foot {
  margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line-soft);
  font-size: 14px; font-weight: 600; color: var(--indigo);
  display: inline-flex; align-items: center; gap: 6px;
}

/* ── packages ── */
.rd-pkg-list { max-width: 940px; margin-top: 34px; display: flex; flex-direction: column; }
.rd-pkg-row {
  display: grid; grid-template-columns: 56px 1fr; gap: clamp(14px, 2vw, 28px);
  padding: 14px 16px 30px; margin: 0 -16px; border-radius: var(--r);
  transition: background .25s ease, box-shadow .25s ease, transform .25s ease;
}
.rd-pkg-row:hover { background: var(--indigo-25); box-shadow: var(--lift-row); transform: scale(1.018); transform-origin: left center; }
.rd-pkg-rail { display: flex; flex-direction: column; align-items: center; }
.rd-pkg-num {
  width: 44px; height: 44px; border-radius: 50%; flex: none;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 700; background: #fff; color: var(--indigo); border: 1px solid var(--indigo-300);
}
.rd-pkg-num.is-first { background: var(--indigo); color: #fff; border-color: var(--indigo); }
.rd-pkg-line { flex: 1; width: 2px; margin-top: 8px; background: linear-gradient(var(--indigo), var(--indigo-300)); border-radius: 2px; }
.rd-pkg-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--orange); margin-top: 18px; }
.rd-pkg-head { display: flex; align-items: baseline; flex-wrap: wrap; gap: 12px; }
.rd-pkg-name { font-size: 26px; font-weight: 700; letter-spacing: -.02em; margin: 0; color: var(--ink); }
.rd-pkg-tag { font-size: 11.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--indigo); }
.rd-pkg-body .rd-body { margin: 10px 0 0; }
.rd-pkg-features {
  list-style: none; display: grid; gap: 9px 22px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin: 16px 0 0; padding: 16px 0 0; border-top: 1px solid var(--line-soft);
}
.rd-pkg-features li { display: flex; align-items: flex-start; gap: 9px; font-size: 14.5px; color: var(--slate); }
.rd-pkg-features .tick { flex: none; margin-top: 3px; color: var(--indigo); display: inline-flex; }
.rd-pkg-end { padding-bottom: 0; }
.rd-pkg-end .btn { display: inline-flex; align-items: center; gap: 8px; }

/* ── team ── */
.rd-team-head { display: grid; gap: clamp(24px, 4vw, 64px); grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.rd-team-statement {
  color: var(--indigo); font-size: clamp(17px, 1.9vw, 23px); line-height: 1.5;
  border-left: 2px solid var(--indigo-300); padding-left: clamp(16px, 2vw, 26px);
  max-width: 46ch; margin: 0; text-wrap: pretty;
}
.rd-team-list { border-top: 1px solid var(--line-cool-2); margin-top: clamp(28px, 4vw, 48px); }
.rd-team-row {
  display: flex; gap: clamp(20px, 3vw, 48px); flex-wrap: wrap;
  padding: clamp(24px, 3vw, 40px) 0; border-bottom: 1px solid var(--line-cool-2);
}
.rd-team-left { flex: 0 1 260px; }
.rd-team-num {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px; font-weight: 700; letter-spacing: .1em; color: var(--slate-300);
  display: block; margin-bottom: 10px;
}
.rd-team-portrait {
  aspect-ratio: 1 / 1; border-radius: var(--r-md); max-width: 260px;
  display: flex; align-items: center; justify-content: center;
}
.rd-team-img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: inherit; }
.rd-team-initials { font-size: 44px; font-weight: 700; color: var(--indigo); opacity: .55; letter-spacing: -.02em; }
.rd-team-right { flex: 1 1 320px; }
.rd-team-name { font-size: clamp(22px, 2.4vw, 30px); font-weight: 700; letter-spacing: -.02em; margin: 0; color: var(--ink); }
.rd-team-title {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--indigo); margin: 8px 0 0;
}
.rd-team-right .rd-body { margin: 12px 0 0; }
/* Long bios run to a few hundred words, so hold the measure and give the
   paragraphs room to breathe. */
.rd-team-bio { max-width: 68ch; }
.rd-team-bio + .rd-team-bio { margin-top: 10px; }

/* ── lead form: chip-style choices (redesign 2026-07) ──────
   Still real radio/checkbox inputs — the pill is the label, so keyboard
   navigation, grouping semantics and screen-reader output are unchanged. */
.lf-choice {
  border-radius: var(--r-pill); padding: 10px 13px;
  font-size: 13px; font-weight: 600;
  background: #fff; color: var(--slate); border: 1px solid var(--line);
}
.lf-choice.is-checked { background: var(--indigo-50); color: var(--indigo-700); border-color: var(--indigo); }
.lf-step-intro { font-size: 14.5px; color: var(--slate); margin: 0 0 4px; }
.lf-grid-2 { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(168px, 1fr)); }
.lf-input.has-error, .lf-field.has-error .lf-input { border-color: var(--err-line); background: var(--err-field); }
/* The pill itself carries the selected state, so the native control is
   visually hidden rather than removed — it stays focusable and keeps
   radiogroup semantics, and the focus ring is drawn on the pill. */
.lf-choice input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.lf-choice { position: relative; cursor: pointer; transition: background .15s, border-color .15s, color .15s; }
.lf-choice:hover { border-color: var(--indigo-300); }
.lf-choice:has(input:focus-visible) { outline: 2px solid var(--indigo); outline-offset: 2px; }
