/* ────────────────────────────────────────────────────────────
   Kyra — website design system
   SMS-native, editorial, confident.
   Inspired by Postscript's confidence + Attentive's polish.
   ──────────────────────────────────────────────────────────── */

:root {
  /* Paper + ink */
  --paper: oklch(0.985 0.004 85);          /* warm off-white */
  --paper-2: oklch(0.97 0.006 85);         /* cards, alt sections */
  --paper-3: oklch(0.94 0.008 85);         /* tertiary fill */
  --ink: oklch(0.18 0.01 250);             /* near-black, cool */
  --ink-2: oklch(0.34 0.01 250);
  --ink-3: oklch(0.52 0.01 250);
  --ink-4: oklch(0.68 0.01 250);
  --rule: oklch(0.88 0.006 85);
  --rule-2: oklch(0.93 0.005 85);

  /* Brand — iMessage-inspired green */
  --brand: oklch(0.72 0.17 148);
  --brand-2: oklch(0.62 0.18 148);
  --brand-ink: oklch(0.20 0.05 148);
  --brand-soft: oklch(0.93 0.06 148);
  --brand-paper: oklch(0.97 0.03 148);

  /* Accent (sparingly) */
  --warm: oklch(0.70 0.14 55);
  --rose: oklch(0.65 0.15 25);

  /* Bubbles */
  --bubble-in: oklch(0.92 0.004 250);
  --bubble-in-ink: oklch(0.20 0.01 250);

  /* Type */
  --font-display: "Instrument Serif", "Times New Roman", Georgia, serif;
  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;

  /* Geometry */
  --r-sm: 10px;
  --r: 16px;
  --r-lg: 24px;
  --r-bubble: 22px;
  --r-card: 20px;
  --container: 1280px;
  --gutter: 32px;

  /* Shadow */
  --sh-sm: 0 1px 2px rgba(20,24,40,0.04), 0 1px 0 rgba(255,255,255,0.6) inset;
  --sh: 0 8px 24px -10px rgba(20,24,40,0.12), 0 1px 0 rgba(255,255,255,0.6) inset;
  --sh-lg: 0 30px 60px -24px rgba(20,24,40,0.22), 0 6px 18px -8px rgba(20,24,40,0.10);
}

* { box-sizing: border-box; }
html, body {
  margin: 0;
  padding: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
img, svg { display: block; max-width: 100%; }

/* ── Layout ─────────────────────────────────────────── */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

section { position: relative; }

.section { padding: 120px 0; }
.section-tight { padding: 80px 0; }
.section-dark {
  background: var(--ink);
  color: var(--paper);
  --ink: var(--paper);
  --ink-2: oklch(0.82 0.006 85);
  --ink-3: oklch(0.62 0.008 85);
  --rule: oklch(0.30 0.01 250);
  --rule-2: oklch(0.26 0.01 250);
  --paper: oklch(0.20 0.01 250);
  --paper-2: oklch(0.22 0.01 250);
  --paper-3: oklch(0.25 0.01 250);
  --bubble-in: oklch(0.27 0.01 250);
  --bubble-in-ink: oklch(0.94 0.004 85);
}
.section-tinted {
  background: var(--paper-2);
}

/* ── Type ───────────────────────────────────────────── */
.eyebrow {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-3);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--brand);
}

.h1 {
  font-family: var(--font-display);
  font-weight: 400;
  font-style: italic;
  font-size: clamp(56px, 7.5vw, 124px);
  line-height: 0.96;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin: 0;
  text-wrap: balance;
}
.h1 .green { color: var(--brand); }
.h1 .roman { font-style: normal; }

.h2 {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(40px, 5vw, 80px);
  line-height: 1.0;
  letter-spacing: -0.02em;
  margin: 0;
  color: var(--ink);
  text-wrap: balance;
}
.h2 .green { color: var(--brand); }
.h2 .roman { font-style: normal; }

.h3 {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(28px, 2.6vw, 40px);
  line-height: 1.05;
  letter-spacing: -0.015em;
  margin: 0;
  color: var(--ink);
}

.lede {
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.45;
  color: var(--ink-2);
  max-width: 56ch;
  text-wrap: pretty;
}

.body { color: var(--ink-2); }

.meta {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
}

.numeric { font-family: var(--font-mono); font-feature-settings: "tnum" 1; }

.text-display-num {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 0.9;
  color: var(--ink);
}

.green-text { color: var(--brand); }

/* ── Buttons ────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.005em;
  border: 1px solid transparent;
  background: var(--ink);
  color: var(--paper);
  transition: transform .14s ease, background .18s ease, color .18s ease, box-shadow .18s ease, border-color .18s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }

.btn-primary { background: var(--brand); color: white; box-shadow: 0 6px 18px -8px oklch(0.62 0.18 148 / 0.5); }
.btn-primary:hover { background: var(--brand-2); }

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--rule);
}
.btn-ghost:hover { background: var(--paper-2); border-color: var(--ink-4); }

.btn-link {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.btn-link::after {
  content: "→";
  display: inline-block;
  transition: transform .2s ease;
}
.btn-link:hover::after { transform: translateX(3px); }

.btn-sm { padding: 10px 16px; font-size: 14px; }
.btn-lg { padding: 18px 28px; font-size: 17px; }

/* ── Pills / chips ──────────────────────────────────── */
.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-2);
  background: var(--paper);
  border: 1px solid var(--rule);
}
.pill .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--brand); }
.pill.pill-brand { background: var(--brand-paper); border-color: oklch(0.85 0.08 148); color: var(--brand-ink); }
.pill.pill-solid { background: var(--ink); color: var(--paper); border-color: transparent; }

/* ── Cards ──────────────────────────────────────────── */
.card {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-card);
  padding: 32px;
}
.card-tinted { background: var(--paper-2); }
.card-flush { padding: 0; overflow: hidden; }

/* ── Bubbles (the unifying motif) ───────────────────── */
.bubble {
  display: inline-block;
  max-width: 340px;
  padding: 12px 18px;
  border-radius: var(--r-bubble);
  background: var(--bubble-in);
  color: var(--bubble-in-ink);
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: -0.005em;
  word-wrap: break-word;
}
.bubble.out {
  background: var(--brand);
  color: white;
}
.bubble.tight { padding: 10px 14px; font-size: 14px; }
.bubble.lg { font-size: 17px; padding: 14px 20px; }
.bubble .ts {
  display: block;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 6px;
  opacity: 0.65;
}

.thread {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.thread .row { display: flex; }
.thread .row.in { justify-content: flex-start; }
.thread .row.out { justify-content: flex-end; }

/* Bubble entry animation */
.bubble-anim {
  opacity: 0;
  transform: translateY(8px) scale(0.96);
  transform-origin: left bottom;
  transition: opacity .35s ease, transform .45s cubic-bezier(.2,.8,.2,1);
}
.bubble-anim.out { transform-origin: right bottom; }
.bubble-anim.shown { opacity: 1; transform: translateY(0) scale(1); }

.typing-dots {
  display: inline-flex; gap: 4px; padding: 14px 18px;
  background: var(--bubble-in);
  border-radius: var(--r-bubble);
  align-items: center;
}
.typing-dots span {
  width: 6px; height: 6px; border-radius: 50%;
  background: currentColor;
  opacity: 0.4;
  animation: typingBounce 1.2s infinite ease-in-out;
}
.typing-dots span:nth-child(2) { animation-delay: 0.15s; }
.typing-dots span:nth-child(3) { animation-delay: 0.3s; }
@keyframes typingBounce {
  0%, 60%, 100% { transform: translateY(0); opacity: 0.35; }
  30% { transform: translateY(-4px); opacity: 0.85; }
}

/* ── Phone frame ────────────────────────────────────── */
.phone {
  width: 360px;
  border-radius: 44px;
  background: var(--paper);
  border: 1px solid var(--rule);
  box-shadow: var(--sh-lg);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.phone-header {
  text-align: center;
  padding: 6px 0 12px;
  border-bottom: 1px solid var(--rule-2);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.phone-header .avatar {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--brand);
  color: white;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 20px;
}
.phone-header .who { font-size: 13px; font-weight: 500; }
.phone-header .num-label {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--ink-3);
}
.phone-body {
  padding: 8px 4px 12px;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* ── Nav ────────────────────────────────────────────── */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: oklch(0.985 0.004 85 / 0.85);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease, background .2s ease;
}
.nav.scrolled {
  border-bottom-color: var(--rule);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}
.nav-logo {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 28px;
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  font-weight: 400;
  letter-spacing: -0.01em;
}
.nav-logo .dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--brand);
  display: inline-block;
  transform: translateY(-2px);
}
.nav-links {
  display: flex;
  gap: 32px;
  align-items: center;
}
.nav-links a {
  font-size: 14px;
  color: var(--ink-2);
  transition: color .15s ease;
}
.nav-links a:hover { color: var(--ink); }
.nav-actions { display: flex; gap: 10px; align-items: center; }
@media (max-width: 880px) {
  .nav-links { display: none; }
}

/* ── Hero ───────────────────────────────────────────── */
.hero {
  padding: 80px 0 100px;
  position: relative;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 56px; }
}
.hero-eyebrow { margin-bottom: 28px; }
.hero h1 { margin-bottom: 32px; }
.hero .lede { margin-bottom: 36px; }
.hero-cta {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.hero-trust {
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid var(--rule);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 32px;
  align-items: center;
}
.hero-trust .label { color: var(--ink-3); font-size: 13px; }
.hero-trust .logos {
  display: flex;
  gap: 28px;
  align-items: center;
  flex-wrap: wrap;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 22px;
  color: var(--ink-3);
  letter-spacing: -0.01em;
}
.hero-phone-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.hero-phone-wrap::before {
  content: "";
  position: absolute;
  inset: -40px;
  background: radial-gradient(ellipse at center, oklch(0.93 0.06 148 / 0.6), transparent 65%);
  z-index: -1;
  border-radius: 50%;
}

/* ── Marquee strip (logos / numbers) ────────────────── */
.marquee {
  overflow: hidden;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  background: var(--paper);
}
.marquee-track {
  display: flex;
  gap: 80px;
  padding: 28px 0;
  animation: marquee 10s linear infinite;
  white-space: nowrap;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 28px;
  color: var(--ink-3);
  letter-spacing: -0.01em;
}
@keyframes marquee {
  to { transform: translateX(-50%); }
}

/* ── Stat band ──────────────────────────────────────── */
.stat-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
@media (max-width: 880px) { .stat-band { grid-template-columns: 1fr; } }
.stat-band .stat {
  padding: 48px 40px;
  border-right: 1px solid var(--rule);
}
.stat-band .stat:last-child { border-right: 0; }
@media (max-width: 880px) {
  .stat-band .stat { border-right: 0; border-bottom: 1px solid var(--rule); }
  .stat-band .stat:last-child { border-bottom: 0; }
}
.stat .n {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(64px, 7vw, 112px);
  line-height: 0.9;
  letter-spacing: -0.03em;
  color: var(--ink);
  margin-bottom: 20px;
}
.stat .n.green { color: var(--brand); }
.stat .stat-label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 8px; }
.stat .stat-desc { font-size: 16px; color: var(--ink-2); max-width: 32ch; }

/* ── VS comparison ──────────────────────────────────── */
.vs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 880px) { .vs-grid { grid-template-columns: 1fr; } }
.vs-card {
  border-radius: var(--r-card);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  border: 1px solid var(--rule);
}
.vs-card.them {
  background: var(--paper);
  color: var(--ink-2);
}
.vs-card.us {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
  position: relative;
}
.vs-card .vs-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vs-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}
.vs-card.us ul { color: oklch(0.82 0.006 85); }
.vs-card ul li { padding: 6px 0; display: flex; gap: 10px; align-items: baseline; }
.vs-card ul li::before {
  content: "—";
  color: oklch(0.65 0.01 250);
  flex-shrink: 0;
}
.vs-card.us ul li::before { color: var(--brand); }

/* ── Steps (how it works) ──────────────────────────── */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media (max-width: 980px) { .steps { grid-template-columns: 1fr; } }
.step {
  border-top: 2px solid var(--ink);
  padding-top: 24px;
}
.step .step-n {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--brand);
  margin-bottom: 16px;
}
.step h3 { margin-bottom: 12px; }
.step p { color: var(--ink-2); margin: 0 0 24px 0; }

/* ── Pillars ────────────────────────────────────────── */
.pillars {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 768px) { .pillars { grid-template-columns: 1fr; } }

/* ── Calculator ─────────────────────────────────────── */
.calc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 980px) { .calc { grid-template-columns: 1fr; gap: 40px; } }
.calc-controls .row {
  margin-bottom: 28px;
  border-bottom: 1px solid var(--rule);
  padding-bottom: 24px;
}
.calc-controls .row:last-child { border-bottom: 0; }
.calc-label { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 14px; }
.calc-label .label { color: var(--ink-2); font-size: 16px; }
.calc-label .value {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 28px;
  color: var(--ink);
}
.slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 4px;
  background: var(--rule);
  border-radius: 999px;
  outline: none;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--brand);
  border: 3px solid white;
  box-shadow: 0 4px 12px -2px oklch(0.62 0.18 148 / 0.4);
  cursor: pointer;
}
.slider::-moz-range-thumb {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--brand);
  border: 3px solid white;
  box-shadow: 0 4px 12px -2px oklch(0.62 0.18 148 / 0.4);
  cursor: pointer;
}

.calc-result {
  background: var(--ink);
  color: var(--paper);
  border-radius: var(--r-lg);
  padding: 48px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.calc-result .meta-label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: oklch(0.62 0.008 85);
}
.calc-result .big-num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(72px, 9vw, 140px);
  line-height: 0.9;
  letter-spacing: -0.03em;
  color: var(--brand);
}
.calc-result .sub {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 28px;
  color: oklch(0.82 0.006 85);
}
.calc-breakdown {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid oklch(0.30 0.01 250);
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  color: oklch(0.82 0.006 85);
}
.calc-breakdown .bd-row { display: flex; justify-content: space-between; }
.calc-breakdown .bd-row strong { color: var(--paper); font-weight: 500; }

/* ── Logos / integrations strip ─────────────────────── */
.logo-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
@media (max-width: 880px) { .logo-strip { grid-template-columns: repeat(3, 1fr); } }
.logo-cell {
  padding: 32px 24px;
  border-right: 1px solid var(--rule);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 22px;
  color: var(--ink-2);
  letter-spacing: -0.01em;
}
.logo-cell:last-child { border-right: 0; }
@media (max-width: 880px) {
  .logo-cell:nth-child(3n) { border-right: 0; }
  .logo-cell:nth-child(n+4) { border-top: 1px solid var(--rule); }
}

/* ── Pricing ────────────────────────────────────────── */
.pricing {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: stretch;
}
@media (max-width: 980px) { .pricing { grid-template-columns: 1fr; } }
.price-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.price-num {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 24px;
}
.price-num .pct {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(120px, 16vw, 220px);
  line-height: 0.85;
  color: var(--brand);
  letter-spacing: -0.04em;
}
.price-num .pct-label {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 32px;
  color: var(--ink-2);
  line-height: 1.05;
  max-width: 14ch;
}
.price-list {
  background: var(--paper-2);
  border-radius: var(--r-card);
  padding: 36px;
}
.price-list .meta-label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 20px;
}
.price-list ul { list-style: none; padding: 0; margin: 0; }
.price-list li {
  padding: 16px 0;
  border-bottom: 1px solid var(--rule);
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  align-items: baseline;
}
.price-list li:last-child { border-bottom: 0; }
.price-list .ix {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--brand);
  letter-spacing: 0.1em;
}

/* ── FAQ ────────────────────────────────────────────── */
.faq { display: flex; flex-direction: column; }
.faq details {
  border-bottom: 1px solid var(--rule);
  padding: 24px 0;
}
.faq summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(22px, 2.4vw, 32px);
  letter-spacing: -0.015em;
  color: var(--ink);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  font-family: var(--font-sans);
  font-size: 24px;
  color: var(--ink-3);
  font-style: normal;
  transition: transform .2s ease;
}
.faq details[open] summary::after { content: "−"; }
.faq .faq-body {
  padding-top: 14px;
  color: var(--ink-2);
  font-size: 16px;
  line-height: 1.6;
  max-width: 70ch;
}

/* ── Big CTA ────────────────────────────────────────── */
.big-cta {
  text-align: center;
  padding: 140px 0 160px;
  background: var(--ink);
  color: var(--paper);
  position: relative;
  overflow: hidden;
}
.big-cta::before, .big-cta::after {
  content: "";
  position: absolute;
  width: 480px; height: 480px;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.5;
  z-index: 0;
}
.big-cta::before {
  background: oklch(0.62 0.18 148);
  top: -120px; left: -100px;
}
.big-cta::after {
  background: oklch(0.55 0.16 250);
  bottom: -180px; right: -80px;
  opacity: 0.3;
}
.big-cta .container { position: relative; z-index: 1; }
.big-cta h2 {
  color: var(--paper);
  font-size: clamp(48px, 8vw, 130px);
  margin-bottom: 32px;
  text-wrap: balance;
}
.big-cta h2 .green { color: var(--brand); }
.big-cta .lede { color: oklch(0.82 0.006 85); margin: 0 auto 40px; }
.big-cta .ctas { display: inline-flex; gap: 12px; flex-wrap: wrap; justify-content: center; }

/* ── Footer ─────────────────────────────────────────── */
.footer {
  background: var(--ink);
  color: oklch(0.72 0.006 85);
  padding: 80px 0 40px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 60px;
}
@media (max-width: 980px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; } }
.footer-grid h5 {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: oklch(0.62 0.008 85);
  margin: 0 0 18px 0;
  font-weight: 400;
}
.footer-grid ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-grid a { color: oklch(0.82 0.006 85); font-size: 14px; }
.footer-grid a:hover { color: var(--paper); }
.footer-bottom {
  padding-top: 32px;
  border-top: 1px solid oklch(0.28 0.01 250);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: oklch(0.62 0.008 85);
  flex-wrap: wrap;
  gap: 16px;
}
.footer-mark {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 28px;
  color: var(--paper);
  display: inline-flex; align-items: baseline; gap: 6px;
  margin-bottom: 16px;
}
.footer-mark .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--brand); transform: translateY(-2px); }

/* ── Section header helper ──────────────────────────── */
.section-head {
  max-width: 720px;
  margin-bottom: 64px;
}
.section-head .eyebrow { margin-bottom: 18px; }
.section-head .lede { margin-top: 24px; }

/* ── Reveal on scroll ───────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1);
}
.reveal.shown { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .bubble-anim { opacity: 1 !important; transform: none !important; }
}

/* ── Testimonial ─────────────────────────────────────── */
.testimonial {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 40px;
  align-items: start;
}
@media (max-width: 880px) { .testimonial { grid-template-columns: 1fr; gap: 16px; } }
.testimonial .quote-mark {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 140px;
  line-height: 0.6;
  color: var(--brand);
}
.testimonial blockquote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(28px, 3.2vw, 48px);
  line-height: 1.15;
  letter-spacing: -0.015em;
  margin: 0;
  color: var(--ink);
  text-wrap: balance;
}
.testimonial cite {
  display: block;
  margin-top: 24px;
  font-style: normal;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
}

/* ── Hero v2 ─────────────────────────────────────────── */
.hero-v2 { padding: 60px 0 100px; }
.hero-v2-inner {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 64px;
  align-items: center;
}
@media (max-width: 1100px) { .hero-v2-inner { grid-template-columns: 1fr; gap: 48px; } }
.hero-v2-copy h1 { font-size: clamp(48px, 6vw, 100px); margin-bottom: 28px; }
.hero-v2-copy .lede { margin-bottom: 32px; max-width: 46ch; }

.hero-stats {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--rule);
  display: flex;
  align-items: center;
  gap: 28px;
}
.hs-divider { width: 1px; height: 44px; background: var(--rule); }
.hs-item { display: flex; flex-direction: column; gap: 4px; }
.hs-n {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 44px;
  line-height: 1;
  letter-spacing: -0.025em;
  color: var(--ink);
}
.hs-l { font-size: 12px; font-family: var(--font-mono); letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-3); }

/* ── Operator Dashboard mockup ───────────────────────── */
.op-dash {
  background: white;
  border-radius: 18px;
  border: 1px solid var(--rule);
  box-shadow: 0 40px 80px -30px rgba(20,24,40,0.25), 0 12px 28px -10px rgba(20,24,40,0.10);
  overflow: hidden;
  position: relative;
  font-family: var(--font-sans);
  color: #1a1a1a;
}
.op-chrome {
  background: oklch(0.97 0.004 250);
  border-bottom: 1px solid oklch(0.92 0.005 250);
  height: 36px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  gap: 16px;
}
.op-tlights { display: flex; gap: 6px; }
.op-tlights span { width: 11px; height: 11px; border-radius: 50%; display: inline-block; }
.op-url {
  font-family: var(--font-mono);
  font-size: 11px;
  color: oklch(0.55 0.01 250);
  letter-spacing: 0.04em;
  flex: 1;
  text-align: center;
}
.op-grid {
  display: grid;
  grid-template-columns: 240px 1fr;
  min-height: 540px;
}
.op-rail {
  background: oklch(0.985 0.003 250);
  border-right: 1px solid oklch(0.92 0.005 250);
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-size: 12px;
}
.op-summary {
  background: oklch(0.96 0.025 250);
  border-radius: 8px;
  padding: 12px;
}
.op-summary-label {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.12em;
  color: oklch(0.45 0.18 250);
  margin-bottom: 6px;
  font-weight: 600;
}
.op-summary p { margin: 0; font-size: 11.5px; line-height: 1.5; color: #1a1a1a; }
.op-meta { margin: 0; padding: 0; font-size: 11px; }
.op-meta div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 8px 4px;
  border-bottom: 1px solid oklch(0.94 0.006 250);
  align-items: center;
}
.op-meta dt { color: oklch(0.45 0.01 250); }
.op-meta dd { margin: 0; text-align: right; color: #1a1a1a; }
.op-meta .strong { font-weight: 600; }
.op-tag-sent {
  display: inline-block;
  background: oklch(0.92 0.08 148);
  color: oklch(0.35 0.12 148);
  font-size: 9px;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.op-meta a { color: oklch(0.45 0.18 250); text-decoration: underline; font-size: 10px; margin-left: 4px; }
.op-notes-label { font-weight: 600; font-size: 12px; margin-bottom: 8px; }
.op-notes-input {
  background: white;
  border: 1px solid oklch(0.92 0.005 250);
  border-radius: 6px;
  padding: 18px 10px;
  font-size: 11px;
  color: oklch(0.55 0.01 250);
}

.op-conv { display: flex; flex-direction: column; min-height: 540px; }
.op-customer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  padding: 16px 20px;
  align-items: center;
  border-bottom: 1px solid oklch(0.94 0.005 250);
}
.op-avatar {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: oklch(0.88 0.005 250);
  color: oklch(0.45 0.01 250);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 12px;
}
.op-customer-name { font-weight: 700; font-size: 14px; color: #1a1a1a; }
.op-customer-num { font-size: 11px; color: oklch(0.42 0.01 250); margin-top: 1px; }
.op-customer-email { font-size: 11px; color: oklch(0.62 0.01 250); }
.op-toolbar { display: flex; align-items: center; gap: 10px; }
.op-status {
  background: oklch(0.94 0.06 148);
  color: oklch(0.35 0.12 148);
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.op-status-dot { width: 5px; height: 5px; border-radius: 50%; background: oklch(0.55 0.16 148); }
.op-toggle {
  width: 28px; height: 16px;
  background: oklch(0.85 0.005 250);
  border-radius: 999px;
  position: relative;
}
.op-toggle span {
  position: absolute;
  top: 2px; left: 2px;
  width: 12px; height: 12px;
  background: white;
  border-radius: 50%;
}
.op-toggle-label { font-size: 11px; color: oklch(0.42 0.01 250); }
.op-call { padding: 12px 20px; border-bottom: 1px solid oklch(0.94 0.005 250); background: oklch(0.985 0.003 250); }
.op-call-btn {
  background: oklch(0.55 0.16 148);
  color: white;
  border: 0;
  padding: 8px 14px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.op-thread {
  flex: 1;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
}
.op-row { display: flex; }
.op-row.in { justify-content: flex-start; }
.op-row.out { justify-content: flex-end; }
.op-bubble {
  max-width: 78%;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 12.5px;
  line-height: 1.4;
  background: oklch(0.94 0.005 250);
  color: #1a1a1a;
  animation: opBubbleIn .35s cubic-bezier(.2,.8,.2,1) both;
}
.op-bubble.out {
  background: oklch(0.55 0.20 250);
  color: white;
}
.op-ts {
  font-size: 9.5px;
  margin-top: 4px;
  color: oklch(0.45 0.01 250);
  display: flex;
  align-items: center;
  gap: 4px;
}
.op-bubble.out .op-ts { color: oklch(0.85 0.05 250); }
.op-checks { font-size: 10px; }
@keyframes opBubbleIn {
  from { opacity: 0; transform: translateY(6px) scale(0.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.op-bubble.typing { display: inline-flex; gap: 3px; padding: 12px 14px; }
.op-bubble.typing span {
  width: 5px; height: 5px; border-radius: 50%;
  background: oklch(0.55 0.01 250);
  animation: typingBounce 1.2s infinite ease-in-out;
}
.op-bubble.typing.out span { background: rgba(255,255,255,0.7); }
.op-bubble.typing span:nth-child(2) { animation-delay: 0.15s; }
.op-bubble.typing span:nth-child(3) { animation-delay: 0.3s; }

.op-result-chip {
  position: absolute;
  bottom: -22px;
  right: -16px;
  background: var(--ink);
  color: white;
  border-radius: 14px;
  padding: 14px 18px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  box-shadow: 0 18px 36px -12px rgba(20,24,40,0.45);
  border: 1px solid oklch(0.30 0.01 250);
  animation: chipFloat 4s ease-in-out infinite;
}
.op-chip-label {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: oklch(0.62 0.008 85);
}
.op-chip-val {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 28px;
  color: var(--brand);
  letter-spacing: -0.02em;
}
@keyframes chipFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

/* ── Dark Poster ─────────────────────────────────────── */
.poster {
  background: oklch(0.18 0.01 250);
  color: oklch(0.985 0.004 85);
  padding: 140px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.poster .eyebrow,
.poster .meta-small,
.poster-stats .ps-l { color: oklch(0.72 0.006 85); }
.poster::before {
  content: "";
  position: absolute;
  width: 800px; height: 800px;
  border-radius: 50%;
  background: radial-gradient(circle, oklch(0.55 0.16 148 / 0.18), transparent 70%);
  top: -300px; left: 50%; transform: translateX(-50%);
  z-index: 0;
}
.poster .container { position: relative; z-index: 1; }
.poster .eyebrow { color: oklch(0.72 0.006 85); justify-content: center; margin-bottom: 32px; display: inline-flex; }
.poster-num {
  display: inline-flex;
  align-items: baseline;
  font-family: var(--font-display);
  font-style: italic;
  letter-spacing: -0.05em;
  line-height: 0.85;
  color: oklch(0.985 0.004 85);
}
.poster-dollar { font-size: clamp(80px, 10vw, 160px); color: oklch(0.72 0.17 148); margin-right: 8px; }
.poster-big { font-size: clamp(140px, 22vw, 380px); color: oklch(0.985 0.004 85); }
.poster-plus { font-size: clamp(60px, 8vw, 120px); color: oklch(0.72 0.17 148); margin-left: 8px; }
.poster-sub {
  font-size: clamp(20px, 1.7vw, 26px);
  color: oklch(0.82 0.006 85);
  max-width: 60ch;
  margin: 28px auto 0;
  text-wrap: balance;
}
.poster-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 80px;
  padding-top: 48px;
  border-top: 1px solid oklch(0.30 0.01 250);
}
@media (max-width: 880px) { .poster-stats { grid-template-columns: 1fr; } }
.poster-stats .ps-n {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(48px, 5vw, 76px);
  color: oklch(0.985 0.004 85);
  letter-spacing: -0.025em;
  line-height: 1;
}
.poster-stats .ps-n.green-text { color: oklch(0.72 0.17 148); }
.poster-stats .ps-l {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: oklch(0.72 0.006 85);
  margin-top: 12px;
}

/* ── Analytics ───────────────────────────────────────── */
.analytics-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 28px;
}
@media (max-width: 980px) { .analytics-grid { grid-template-columns: 1fr; } }
.anal-card {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 18px;
  padding: 28px 32px;
}
.anal-main { display: flex; flex-direction: column; gap: 24px; }
.anal-head { display: flex; justify-content: space-between; align-items: flex-start; }
.anal-big {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(48px, 5vw, 78px);
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--ink);
  margin-top: 10px;
  font-feature-settings: "tnum" 1;
}
.anal-delta { display: flex; flex-direction: column; align-items: flex-end; }
.anal-delta-pill {
  background: oklch(0.94 0.06 148);
  color: oklch(0.35 0.12 148);
  font-family: var(--font-mono);
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 600;
}
.anal-chart { width: 100%; height: 240px; }
.anal-axis {
  display: flex;
  justify-content: space-between;
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--ink-3);
  padding: 0 24px;
}
.anal-side { display: flex; flex-direction: column; gap: 20px; }
.anal-stat { padding: 22px 26px; }
.anal-stat-n {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 44px;
  letter-spacing: -0.025em;
  line-height: 1;
  color: var(--ink);
  margin-top: 8px;
  font-feature-settings: "tnum" 1;
}
.anal-stat-spark {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 36px;
  margin-top: 14px;
}
.anal-stat-spark span {
  flex: 1;
  background: oklch(0.85 0.08 148);
  border-radius: 2px;
}
.anal-stat-spark span:last-child { background: var(--brand); }
.anal-bar {
  width: 100%;
  height: 6px;
  background: var(--paper-3);
  border-radius: 999px;
  margin-top: 12px;
  overflow: hidden;
}
.anal-bar-fill { height: 100%; background: var(--brand); border-radius: 999px; }
.meta-small { font-family: var(--font-mono); font-size: 10px; color: var(--ink-3); margin-top: 10px; letter-spacing: 0.08em; }

/* ── Integrations grid ───────────────────────────────── */
.int-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
@media (max-width: 980px) { .int-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .int-grid { grid-template-columns: 1fr; } }
.int-cell {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 14px;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.int-cell:hover {
  transform: translateY(-2px);
  border-color: oklch(0.85 0.005 250);
  box-shadow: 0 18px 36px -22px rgba(20,24,40,0.18);
}
.int-mark {
  width: 44px; height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.int-name {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.005em;
  color: var(--ink);
}
.int-tag {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-top: 3px;
}

/* ── Testimonials v2 ────────────────────────────────── */
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 980px) { .testi-grid { grid-template-columns: 1fr; } }
.testi-card {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-card);
  padding: 32px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.testi-card blockquote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin: 0 0 28px 0;
  color: var(--ink);
  text-wrap: pretty;
}
.testi-foot {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid var(--rule);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.testi-author { display: flex; gap: 12px; align-items: center; }
.testi-avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  color: white;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testi-name { font-size: 14px; font-weight: 600; color: var(--ink); }
.testi-role { font-size: 12px; color: var(--ink-3); }
.testi-stat { text-align: right; }
.testi-stat-n {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 28px;
  color: var(--brand);
  letter-spacing: -0.02em;
  line-height: 1;
}
.testi-stat-l {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-top: 4px;
}

/* ═══════════════════════════════════════════════════════════
   MOBILE OPTIMISATION  <= 767px
   ═══════════════════════════════════════════════════════════ */
@media (max-width: 767px) {

  /* Prevent rogue elements from causing horizontal scroll */
  html, body { overflow-x: hidden; }

  /* ── Spacing ─── */
  :root { --gutter: 20px; }
  .section { padding: 64px 0; }
  .section-tight { padding: 48px 0; }
  .section-head { margin-bottom: 40px; }

  /* ── Hero v2 ─── */
  .hero-v2 { padding: 36px 0 56px; }
  .hero-v2-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-v2-copy h1 { font-size: clamp(38px, 10vw, 54px); }
  .hero-v2-copy .lede { max-width: 100%; }

  /* CTAs: stack full-width */
  .hero-cta { flex-direction: column; align-items: stretch; gap: 10px; }
  .hero-cta .btn { width: 100%; justify-content: center; }

  /* Hero stats: stack vertically, remove dividers */
  .hero-stats {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-top: 32px;
    padding-top: 24px;
  }
  .hs-divider { display: none; }
  .hs-n { font-size: 36px; }

  /* ── Operator Dashboard: collapse sidebar ─── */
  .op-grid { grid-template-columns: 1fr; min-height: auto; }
  .op-rail { display: none; }
  .op-conv { min-height: 380px; }
  .op-result-chip {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 0 16px 16px auto;
    width: fit-content;
    display: flex;
  }
  /* Collapse the 3-col customer header — toolbar makes it too wide */
  .op-customer { grid-template-columns: auto 1fr; }
  .op-toolbar { display: none; }
  /* Prevent long email from expanding the grid column */
  .op-customer-info { min-width: 0; overflow: hidden; }
  .op-customer-email { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

  /* ── Dark Poster: fix overflowing giant numbers ─── */
  .poster { padding: 72px 0; }
  .poster-dollar { font-size: clamp(32px, 9vw, 56px); }
  .poster-big    { font-size: clamp(64px, 18vw, 108px); }
  .poster-plus   { font-size: clamp(24px, 7vw, 44px); }
  .poster-sub    { font-size: 16px; margin-top: 20px; }
  .poster-stats  {
    grid-template-columns: 1fr;
    margin-top: 40px;
    gap: 0;
    padding-top: 32px;
  }
  .poster-stats > div {
    padding: 20px 0;
    border-bottom: 1px solid oklch(0.30 0.01 250);
  }
  .poster-stats > div:last-child { border-bottom: 0; }
  .poster-stats .ps-n { font-size: clamp(36px, 10vw, 60px); }

  /* ── How it works: override inline 2-col grid ─── */
  .how-feature {
    grid-template-columns: 1fr !important;
    gap: 48px !important;
    margin-bottom: 0 !important;
  }

  /* ── Stat band: override inline 4-col grid (Results section) ─── */
  .stat-band { grid-template-columns: 1fr !important; }
  .stat-band .stat {
    border-right: 0 !important;
    border-bottom: 1px solid var(--rule);
    padding: 32px 20px;
  }
  .stat-band .stat:last-child { border-bottom: 0; }
  .stat .n { font-size: clamp(48px, 13vw, 80px); }

  /* ── Analytics ─── */
  .analytics-grid { grid-template-columns: 1fr; }
  .anal-big { font-size: clamp(36px, 10vw, 56px); }
  .anal-stat-n { font-size: 36px; }

  /* ── Testimonials ─── */
  .testi-grid { grid-template-columns: 1fr; }
  .testi-foot { flex-wrap: wrap; gap: 12px; }

  /* ── ROI Calculator ─── */
  .calc { gap: 32px; }
  .calc-result { padding: 32px 24px; }
  .calc-result .big-num { font-size: clamp(48px, 13vw, 72px); }
  /* Stack label and value vertically so they don't overflow */
  .calc-label { flex-direction: column; align-items: flex-start; gap: 4px; }
  .calc-label .value { font-size: 22px; }

  /* ── Pricing: reduce the giant "15%" number ─── */
  .pricing { grid-template-columns: 1fr; gap: 32px; }
  .pct { font-size: clamp(72px, 22vw, 110px) !important; }
  .pct-label { font-size: 20px; }

  /* ── Big CTA ─── */
  .big-cta { padding: 80px 0 96px; }
  .big-cta h2 { font-size: clamp(36px, 10vw, 56px) !important; }
  .big-cta .ctas {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
  }
  .big-cta .ctas .btn { width: 100%; max-width: 320px; }

  /* ── Footer ─── */
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }

  /* ── Phone mockup: don't overflow column ─── */
  .phone { width: 100%; max-width: 300px; }

  /* ── VS comparison: already 1-col at 880px; force on mobile too ─── */
  .vs-grid { grid-template-columns: 1fr; }

  /* ── Hero trust signal ─── */
  .hero-trust { grid-template-columns: 1fr; gap: 12px; }
  .hero-trust .logos { gap: 14px; font-size: 18px; flex-wrap: wrap; }
}

/* Logo strip: 2-col on very small screens */
@media (max-width: 480px) {
  .logo-strip { grid-template-columns: repeat(2, 1fr) !important; }
  .logo-cell:nth-child(3n) { border-right: 1px solid var(--rule) !important; }
  .logo-cell:nth-child(2n) { border-right: 0 !important; }
  .logo-cell:nth-child(n+3) { border-top: 1px solid var(--rule) !important; }
}
