:root {
  --ink: oklch(19% 0.025 48);
  --ink-soft: oklch(38% 0.025 48);
  --ink-muted: oklch(55% 0.018 48);
  --paper: oklch(98.5% 0.008 72);
  --paper-warm: oklch(96.5% 0.018 72);
  --surface: oklch(99.2% 0.006 75);
  --line: oklch(88% 0.018 68);
  --orange: oklch(68% 0.205 42);
  --orange-dark: oklch(55% 0.18 39);
  --peach: oklch(88% 0.075 49);
  --blush: oklch(94% 0.04 30);
  --blue: oklch(92% 0.045 245);
  --blue-strong: oklch(73% 0.1 246);
  --mint: oklch(93% 0.055 164);
  --sand: oklch(94% 0.035 80);
  --shadow-sm: 0 10px 30px oklch(30% 0.025 48 / 0.08);
  --shadow-md: 0 24px 70px oklch(30% 0.03 48 / 0.12);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-toggle: cubic-bezier(0.65, 0, 0.35, 1);
  --section-space: clamp(5.5rem, 11vw, 10rem);
  font-family: "Onest Variable", "Onest", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 2rem;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Onest Variable", "Onest", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
}

[hidden] {
  display: none !important;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  background: var(--ink);
  color: var(--paper);
  transform: translateY(-160%);
  transition: transform 180ms var(--ease-out);
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
}

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.75rem 1.15rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 680;
  letter-spacing: -0.015em;
  cursor: pointer;
  transition:
    transform 180ms var(--ease-out),
    background-color 180ms var(--ease-out),
    border-color 180ms var(--ease-out),
    color 180ms var(--ease-out);
}

.button svg,
.footer-cta svg {
  width: 1rem;
  height: 1rem;
  transition: transform 180ms var(--ease-out);
}

.button:active {
  transform: translateY(1px) scale(0.985);
}

.button-primary {
  background: var(--ink);
  color: var(--paper);
}

.button-ghost {
  border-color: color-mix(in oklch, var(--ink) 18%, transparent);
  background: color-mix(in oklch, var(--surface) 70%, transparent);
  color: var(--ink);
}

.button-nav {
  min-height: 40px;
  padding: 0.55rem 0.95rem;
  background: var(--ink);
  color: var(--paper);
  font-size: 0.82rem;
}

.button-light {
  background: var(--paper);
  color: var(--ink);
}

.hero-shell {
  position: relative;
  isolation: isolate;
  width: calc(100% - 1rem);
  max-width: 1480px;
  margin: 0.5rem auto 0;
  overflow: hidden;
  border: 1px solid oklch(89% 0.025 245);
  border-radius: 1.75rem;
  background:
    radial-gradient(circle at 11% 10%, oklch(84% 0.075 244 / 0.8), transparent 38%),
    radial-gradient(circle at 91% 78%, oklch(91% 0.065 28 / 0.84), transparent 42%),
    linear-gradient(145deg, oklch(94% 0.035 246), oklch(98% 0.015 315) 52%, oklch(96% 0.035 38));
  padding: 0.75rem;
}

.hero-shell::before,
.hero-shell::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.hero-shell::before {
  width: 26rem;
  height: 26rem;
  top: -13rem;
  left: 30%;
  background: oklch(99% 0.02 240 / 0.58);
}

.hero-shell::after {
  width: 22rem;
  height: 22rem;
  right: -10rem;
  bottom: 4rem;
  background: oklch(92% 0.085 32 / 0.34);
}

.nav-pill {
  position: relative;
  z-index: 20;
  width: min(100%, 1160px);
  min-height: 58px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.5rem 0.55rem 0.5rem 0.65rem;
  border: 1px solid oklch(96% 0.012 75);
  border-radius: 1.05rem;
  background: oklch(99% 0.007 75 / 0.94);
  box-shadow: var(--shadow-sm);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 44px;
  font-size: 1.03rem;
  font-weight: 760;
  letter-spacing: -0.04em;
}

.brand img {
  border-radius: 0.6rem;
}

.nav-links {
  display: none;
  align-items: center;
  gap: 1.7rem;
  margin-left: auto;
  margin-right: 1rem;
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 560;
}

.nav-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  transition: color 150ms var(--ease-out);
}

.hero-copy {
  width: min(100%, 760px);
  margin: clamp(3.5rem, 8vw, 6.5rem) auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--ink-soft);
  font-size: 0.72rem;
  font-weight: 720;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.status-dot {
  width: 0.5rem;
  height: 0.5rem;
  border: 2px solid color-mix(in oklch, var(--orange) 65%, var(--surface));
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 4px color-mix(in oklch, var(--orange) 14%, transparent);
}

.hero-copy h1,
.section-heading h2,
.method-intro h2,
.founding-heading h2,
.faq-visual h2,
.apply-copy h2 {
  margin: 0;
  font-weight: 560;
  letter-spacing: -0.066em;
  line-height: 0.96;
}

.hero-copy h1 {
  margin-top: 1.35rem;
  font-size: clamp(2.75rem, 8.7vw, 5rem);
}

.hero-copy h1 strong {
  position: relative;
  font-weight: 780;
  white-space: nowrap;
}

.hero-copy h1 strong::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0.02em;
  right: 0;
  bottom: 0.04em;
  height: 0.13em;
  border-radius: 999px;
  background: var(--peach);
  transform: rotate(-1.4deg);
}

.hero-copy > p {
  max-width: 610px;
  margin: 1.4rem 0 0;
  color: var(--ink-soft);
  font-size: clamp(1rem, 2.8vw, 1.18rem);
  line-height: 1.55;
  text-wrap: balance;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 1.65rem;
}

.product-stage {
  position: relative;
  width: min(100%, 1060px);
  margin: clamp(3.5rem, 8vw, 5.5rem) auto 0;
  padding: 0 0 5.5rem;
  container-type: inline-size;
}

.dashboard-window {
  position: relative;
  z-index: 3;
  width: min(100%, 850px);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid oklch(95% 0.012 76);
  border-radius: 1.35rem;
  background: var(--surface);
  box-shadow: var(--shadow-md);
}

.dashboard-topbar {
  height: 38px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 0.8rem;
  border-bottom: 1px solid var(--line);
  background: oklch(98% 0.008 75);
}

.traffic-lights {
  display: flex;
  gap: 0.3rem;
}

.traffic-lights span {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: oklch(84% 0.02 70);
}

.traffic-lights span:first-child {
  background: oklch(72% 0.16 34);
}

.dashboard-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--ink-muted);
  font-size: 0.62rem;
}

.dashboard-breadcrumb b {
  color: var(--ink);
}

.dashboard-breadcrumb svg {
  width: 0.65rem;
  height: 0.65rem;
}

.avatar {
  justify-self: end;
  width: 1.4rem;
  height: 1.4rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--paper);
  font-size: 0.5rem;
  font-weight: 700;
}

.dashboard-body {
  min-height: 370px;
  display: grid;
  grid-template-columns: 1fr;
}

.dashboard-sidebar {
  display: none;
  padding: 1rem 0.7rem 0.7rem;
  border-right: 1px solid var(--line);
  background: oklch(98.5% 0.009 72);
}

.side-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0 0.4rem 0.8rem;
  font-size: 0.73rem;
  font-weight: 720;
}

.side-logo img {
  border-radius: 0.45rem;
}

.dashboard-sidebar ul,
.actions-card ul,
.checklist-mini {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dashboard-sidebar li {
  min-height: 30px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0 0.55rem;
  border-radius: 0.45rem;
  color: var(--ink-muted);
  font-size: 0.6rem;
  font-weight: 550;
}

.dashboard-sidebar li.active {
  background: var(--surface);
  color: var(--ink);
  box-shadow: 0 3px 12px oklch(30% 0.02 48 / 0.05);
}

.dashboard-sidebar li svg {
  width: 0.75rem;
  height: 0.75rem;
}

.dashboard-sidebar li em {
  margin-left: auto;
  width: 1rem;
  height: 1rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--orange);
  color: var(--paper);
  font-size: 0.48rem;
  font-style: normal;
}

.side-prompt {
  margin-top: auto;
  min-height: 34px;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0 0.6rem;
  border-radius: 0.65rem;
  background: var(--ink);
  color: var(--paper);
  font-size: 0.58rem;
  font-weight: 600;
}

.side-prompt svg {
  width: 0.7rem;
  height: 0.7rem;
  color: var(--peach);
}

.dashboard-main {
  min-width: 0;
  padding: 1rem;
}

.dash-heading,
.card-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.dash-heading span,
.card-heading span,
.metric-row article > span {
  display: block;
  color: var(--ink-muted);
  font-size: 0.55rem;
  line-height: 1.2;
}

.dash-heading h2 {
  margin: 0.2rem 0 0;
  font-size: clamp(1rem, 4vw, 1.3rem);
  letter-spacing: -0.045em;
}

.dashboard-command {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.6rem;
  border: 0;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  font-size: 0.55rem;
}

.dashboard-command svg {
  width: 0.65rem;
  height: 0.65rem;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
  margin-top: 1rem;
}

.metric-row article {
  min-width: 0;
  padding: 0.72rem;
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  background: oklch(99% 0.004 70);
}

.metric-row article strong {
  display: block;
  margin-top: 0.25rem;
  font-size: clamp(0.9rem, 3.5vw, 1.2rem);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.metric-row article small {
  display: block;
  margin-top: 0.22rem;
  font-size: 0.5rem;
  font-weight: 650;
}

.positive {
  color: oklch(48% 0.12 155);
}

.muted {
  color: var(--ink-muted);
}

.dashboard-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.6rem;
  margin-top: 0.6rem;
}

.chart-card,
.actions-card {
  min-width: 0;
  padding: 0.8rem;
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  background: oklch(99% 0.005 72);
}

.card-heading strong {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.66rem;
}

.live-pill {
  padding: 0.24rem 0.45rem;
  border-radius: 999px;
  background: var(--mint);
  color: oklch(38% 0.08 156) !important;
  font-size: 0.48rem !important;
  font-weight: 680;
}

.pulse {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: oklch(64% 0.17 151);
  box-shadow: 0 0 0 4px oklch(64% 0.17 151 / 0.12);
}

.chart-area {
  position: relative;
  height: 98px;
  margin-top: 0.8rem;
  overflow: hidden;
}

.chart-grid-lines {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(to bottom, transparent 0 23px, var(--line) 24px);
}

.chart-area svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.chart-fill {
  fill: url(#chartFill);
}

.chart-line {
  fill: none;
  stroke: var(--orange);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.chart-legend {
  display: flex;
  justify-content: space-between;
  margin-top: 0.45rem;
  color: var(--ink-muted);
  font-size: 0.5rem;
}

.chart-legend span:first-child {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.chart-legend i {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--orange);
}

.actions-card ul {
  margin-top: 0.45rem;
}

.actions-card li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid var(--line);
}

.actions-card li:last-child {
  border-bottom: 0;
}

.task-icon {
  width: 1.4rem;
  height: 1.4rem;
  display: grid;
  place-items: center;
  border-radius: 0.4rem;
  background: var(--blue);
  color: oklch(46% 0.09 246);
}

.task-icon svg {
  width: 0.7rem;
  height: 0.7rem;
}

.actions-card li strong,
.actions-card li small {
  display: block;
}

.actions-card li strong {
  font-size: 0.53rem;
}

.actions-card li small {
  margin-top: 0.15rem;
  color: var(--ink-muted);
  font-size: 0.45rem;
}

.actions-card li > b {
  color: var(--orange-dark);
  font-size: 0.47rem;
  font-weight: 680;
}

.crm-dashboard-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.6rem;
  margin-top: 0.6rem;
}

.crm-list-card {
  min-width: 0;
  padding: 0.8rem;
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  background: oklch(99% 0.005 72);
}

.crm-list {
  margin: 0.45rem 0 0;
  padding: 0;
  list-style: none;
}

.crm-list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.45rem;
  padding: 0.52rem 0;
  border-bottom: 1px solid var(--line);
}

.crm-list li:last-child {
  border-bottom: 0;
}

.crm-avatar,
.channel-mark {
  width: 1.55rem;
  height: 1.55rem;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--ink);
  font-size: 0.48rem;
  font-weight: 740;
}

.coral-avatar {
  background: var(--blush);
  color: var(--orange-dark);
}

.blue-avatar {
  background: var(--blue);
  color: oklch(43% 0.1 246);
}

.mint-avatar {
  background: var(--mint);
  color: oklch(41% 0.1 157);
}

.channel-mark {
  border-radius: 0.45rem;
  background: var(--ink);
  color: var(--paper);
  font-size: 0.39rem;
}

.crm-list li strong,
.crm-list li small {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.crm-list li strong {
  font-size: 0.55rem;
}

.crm-list li small {
  margin-top: 0.15rem;
  color: var(--ink-muted);
  font-size: 0.46rem;
}

.crm-list li > b {
  padding: 0.23rem 0.38rem;
  border-radius: 999px;
  background: var(--paper-warm);
  color: var(--orange-dark);
  font-size: 0.43rem;
  font-weight: 700;
  white-space: nowrap;
}

.float-card {
  position: absolute;
  z-index: 5;
  width: 156px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.1rem 0.55rem;
  padding: 0.75rem;
  border: 1px solid oklch(96% 0.018 72);
  border-radius: 0.95rem;
  background: oklch(99% 0.006 75 / 0.95);
  box-shadow: var(--shadow-sm);
}

.float-card-left {
  left: -0.2rem;
  top: 24%;
  transform: rotate(-5deg);
}

.float-card-right {
  right: -0.25rem;
  top: 12%;
  transform: rotate(4deg);
}

.float-card-bottom {
  right: 5%;
  bottom: 0.5rem;
  transform: rotate(-2deg);
}

.float-icon {
  grid-row: 1 / span 3;
  width: 1.65rem;
  height: 1.65rem;
  display: grid;
  place-items: center;
  border-radius: 0.55rem;
}

.float-icon svg {
  width: 0.8rem;
  height: 0.8rem;
}

.float-icon-coral {
  background: var(--blush);
  color: var(--orange-dark);
}

.float-icon-blue {
  background: var(--blue);
  color: oklch(46% 0.11 247);
}

.float-icon-mint {
  background: var(--mint);
  color: oklch(43% 0.11 159);
}

.float-label,
.float-card small {
  color: var(--ink-muted);
  font-size: 0.48rem;
}

.float-card strong {
  font-size: 0.65rem;
  letter-spacing: -0.025em;
}

.hero-connect {
  width: min(100%, 1100px);
  margin: 0 auto 0.6rem;
  text-align: center;
}

.hero-connect > span {
  display: block;
  color: var(--ink-muted);
  font-size: 0.65rem;
  font-weight: 660;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.hero-connect div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 1.6rem;
  margin-top: 1rem;
}

.hero-connect b {
  color: oklch(56% 0.02 245 / 0.62);
  font-size: 0.72rem;
  font-weight: 680;
  letter-spacing: -0.02em;
}

.section {
  width: min(calc(100% - 2rem), 1200px);
  margin: 0 auto;
  padding-block: var(--section-space);
}

.section-heading-split {
  display: grid;
  gap: 1.5rem;
}

.section-heading h2,
.method-intro h2,
.faq-visual h2,
.apply-copy h2 {
  margin-top: 1rem;
  font-size: clamp(2.65rem, 8vw, 5rem);
}

.section-heading > p,
.method-intro > p,
.founding-heading > p,
.apply-copy > p {
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(1rem, 2vw, 1.15rem);
  line-height: 1.65;
}

.section-heading > p {
  max-width: 510px;
}

.problem-grid {
  display: grid;
  gap: 0.8rem;
  margin-top: clamp(3rem, 7vw, 5rem);
}

.problem-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.5rem;
  overflow: hidden;
  padding: clamp(1.5rem, 4vw, 2.25rem);
  border: 1px solid color-mix(in oklch, var(--ink) 7%, transparent);
  border-radius: 1.5rem;
  background: var(--surface);
}

.problem-index,
.partner-label {
  color: color-mix(in oklch, currentColor 65%, transparent);
  font-size: 0.68rem;
  font-weight: 720;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.problem-card h3 {
  max-width: 18ch;
  margin: 0;
  font-size: clamp(1.6rem, 4vw, 2.5rem);
  font-weight: 620;
  letter-spacing: -0.055em;
  line-height: 1.03;
}

.problem-card p {
  max-width: 46ch;
  margin: 0.8rem 0 0;
  color: color-mix(in oklch, currentColor 72%, transparent);
  font-size: 0.93rem;
}

.focus-section {
  width: min(calc(100% - 1.5rem), 1280px);
}

.benchmark-grid {
  display: grid;
  gap: 1rem;
  margin-top: clamp(3rem, 7vw, 5rem);
}

.benchmark-panel {
  display: grid;
  gap: clamp(2rem, 6vw, 4rem);
  padding: clamp(1.5rem, 5vw, 3rem);
  border: 1px solid color-mix(in oklch, var(--ink) 7%, transparent);
  border-radius: 1.75rem;
  overflow: hidden;
}

.churn-panel {
  background: var(--blush);
}

.lead-panel {
  background: var(--blue);
}

.benchmark-stat {
  align-self: start;
}

.benchmark-stat > span {
  display: block;
  color: var(--ink-soft);
  font-size: 0.68rem;
  font-weight: 720;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.benchmark-stat strong {
  display: flex;
  align-items: baseline;
  gap: 0.16em;
  margin-top: 0.5rem;
  font-size: clamp(4.5rem, 18vw, 9rem);
  font-weight: 720;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.1em;
  line-height: 0.82;
  white-space: nowrap;
}

.benchmark-stat strong small {
  font-size: 0.28em;
  font-weight: 620;
  letter-spacing: -0.05em;
}

.benchmark-stat > p {
  margin: 0.8rem 0 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.benchmark-copy {
  align-self: center;
}

.benchmark-copy h3 {
  max-width: 13ch;
  margin: 0.9rem 0 0;
  font-size: clamp(2rem, 5vw, 3.6rem);
  font-weight: 620;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.benchmark-copy > p {
  max-width: 48ch;
  margin: 1rem 0 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.6;
}

.outcome-list {
  display: grid;
  gap: 0.65rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.outcome-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  color: var(--ink-soft);
  font-size: 0.76rem;
  font-weight: 590;
}

.outcome-list svg {
  width: 0.9rem;
  height: 0.9rem;
  flex: 0 0 auto;
  margin-top: 0.08rem;
  color: oklch(43% 0.11 156);
}

.signal-preview,
.conversation-preview {
  align-self: stretch;
  padding: 1rem;
  border: 1px solid oklch(95% 0.015 75);
  border-radius: 1.15rem;
  background: oklch(99% 0.007 75 / 0.94);
  box-shadow: var(--shadow-sm);
}

.signal-top,
.conversation-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.62rem;
  font-weight: 680;
}

.signal-top b,
.conversation-top b {
  color: var(--orange-dark);
  font-size: 0.56rem;
}

.signal-member {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.65rem;
  padding: 1rem 0;
}

.signal-member .crm-avatar {
  width: 2.25rem;
  height: 2.25rem;
  font-size: 0.62rem;
}

.signal-member strong,
.signal-member small {
  display: block;
}

.signal-member strong {
  font-size: 0.78rem;
}

.signal-member small {
  color: var(--ink-muted);
  font-size: 0.62rem;
}

.signal-member em {
  color: oklch(51% 0.18 28);
  font-size: 0.6rem;
  font-style: normal;
  font-weight: 720;
}

.signal-timeline {
  display: grid;
  gap: 0.55rem;
  padding: 0.8rem;
  border-radius: 0.8rem;
  background: var(--paper-warm);
}

.signal-timeline span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--ink-soft);
  font-size: 0.61rem;
}

.signal-timeline i {
  width: 0.42rem;
  height: 0.42rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--orange);
}

.signal-action {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 0.8rem;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  font-size: 0.68rem;
  font-weight: 680;
}

.signal-action svg {
  width: 0.8rem;
  height: 0.8rem;
}

.conversation-top > span {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.online-dot {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: oklch(63% 0.16 151);
  box-shadow: 0 0 0 4px oklch(63% 0.16 151 / 0.12);
}

.message {
  width: fit-content;
  max-width: 86%;
  margin-top: 0.65rem;
  padding: 0.65rem 0.75rem;
  border-radius: 0.85rem;
  font-size: 0.64rem;
  line-height: 1.45;
}

.message.incoming {
  border-bottom-left-radius: 0.25rem;
  background: var(--paper-warm);
  color: var(--ink-soft);
}

.message.outgoing {
  margin-left: auto;
  border-bottom-right-radius: 0.25rem;
  background: var(--ink);
  color: var(--paper);
}

.booking-chip {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 0.85rem;
  padding: 0.75rem;
  border: 1px solid color-mix(in oklch, oklch(57% 0.13 156) 20%, transparent);
  border-radius: 0.85rem;
  background: var(--mint);
  color: oklch(38% 0.09 157);
}

.booking-chip > svg {
  width: 1.1rem;
  height: 1.1rem;
  flex: 0 0 auto;
}

.booking-chip strong,
.booking-chip small {
  display: block;
}

.booking-chip strong {
  font-size: 0.7rem;
}

.booking-chip small {
  margin-top: 0.1rem;
  font-size: 0.58rem;
}

.loop-section {
  display: grid;
  gap: clamp(3rem, 8vw, 6rem);
  border-top: 1px solid var(--line);
}

.loop-heading h2 {
  margin: 1rem 0 0;
  font-size: clamp(2.65rem, 8vw, 5rem);
  font-weight: 560;
  letter-spacing: -0.066em;
  line-height: 0.96;
}

.loop-heading > p {
  max-width: 520px;
  margin: 1.5rem 0 0;
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.65;
}

.loop-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.loop-list li {
  display: grid;
  grid-template-columns: 2.3rem 1fr;
  gap: 1rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--line);
}

.loop-list li > span {
  color: var(--orange-dark);
  font-size: 0.72rem;
  font-weight: 740;
}

.loop-list strong {
  display: block;
  font-size: clamp(1.25rem, 3vw, 1.65rem);
  letter-spacing: -0.04em;
}

.loop-list p {
  margin: 0.3rem 0 0;
  color: var(--ink-muted);
  font-size: 0.84rem;
}

.coral-card {
  background: var(--blush);
}

.blue-card {
  background: var(--blue);
}

.ink-card {
  background: var(--ink);
  color: var(--paper);
}

.tools-card {
  background: var(--surface);
}

.sand-card {
  background: var(--sand);
}

.mint-card {
  background: var(--mint);
}

.payroll-proof,
.growth-proof {
  align-self: stretch;
  min-width: 0;
  padding: 1.2rem;
  border: 1px solid color-mix(in oklch, var(--ink) 8%, transparent);
  border-radius: 1rem;
  background: color-mix(in oklch, var(--surface) 80%, transparent);
}

.payroll-proof span,
.growth-proof span,
.payroll-proof small,
.growth-proof small {
  display: block;
  color: var(--ink-soft);
  font-size: 0.7rem;
}

.payroll-proof strong {
  display: block;
  margin: 0.25rem 0;
  font-size: 4rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.08em;
  line-height: 1;
}

.growth-proof strong {
  display: block;
  margin: 0.55rem 0 1.25rem;
  font-size: 1.15rem;
  letter-spacing: -0.035em;
}

.growth-proof small {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: oklch(40% 0.1 156);
  font-weight: 680;
}

.growth-proof small svg {
  width: 0.9rem;
  height: 0.9rem;
}

.member-stack {
  display: flex;
  align-items: center;
}

.member-stack span,
.member-stack b {
  width: 2.65rem;
  height: 2.65rem;
  display: grid;
  place-items: center;
  margin-right: -0.55rem;
  border: 3px solid var(--blue);
  border-radius: 50%;
  background: var(--surface);
  color: var(--ink);
  font-size: 0.67rem;
  font-weight: 700;
}

.member-stack b {
  background: var(--ink);
  color: var(--paper);
}

.response-time {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0 0.8rem;
}

.response-time svg {
  grid-row: 1 / span 2;
  width: 2.2rem;
  height: 2.2rem;
  padding: 0.55rem;
  border-radius: 0.75rem;
  background: var(--orange);
  color: var(--paper);
}

.response-time strong {
  font-size: 2rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.06em;
  line-height: 1;
}

.response-time span {
  color: oklch(78% 0.02 70);
  font-size: 0.68rem;
}

.tool-orbit {
  position: relative;
  width: min(100%, 240px);
  aspect-ratio: 1.8;
  margin-inline: auto;
}

.tool-orbit::before,
.tool-orbit::after {
  content: "";
  position: absolute;
  inset: 12% 10%;
  border: 1px dashed var(--line);
  border-radius: 50%;
}

.tool-orbit::after {
  inset: 26% 24%;
}

.tool-orbit span,
.tool-orbit i {
  position: absolute;
  z-index: 1;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  font-style: normal;
  font-size: 0.55rem;
  font-weight: 720;
}

.tool-orbit span {
  width: 3.1rem;
  height: 3.1rem;
  top: 50%;
  left: 50%;
  border-radius: 1rem;
  background: var(--orange);
  color: var(--paper);
  font-size: 1rem;
  transform: translate(-50%, -50%);
}

.tool-orbit i {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.8rem;
}

.tool-orbit i:nth-of-type(1) { top: 0; left: 12%; }
.tool-orbit i:nth-of-type(2) { top: 5%; right: 8%; }
.tool-orbit i:nth-of-type(3) { bottom: 0; right: 16%; }
.tool-orbit i:nth-of-type(4) { bottom: 4%; left: 6%; }

.checklist-mini {
  display: grid;
  gap: 0.6rem;
}

.checklist-mini li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.75rem 0.8rem;
  border-radius: 0.75rem;
  background: color-mix(in oklch, var(--surface) 78%, transparent);
  color: var(--ink-soft);
  font-size: 0.72rem;
  font-weight: 620;
}

.checklist-mini svg {
  width: 0.9rem;
  height: 0.9rem;
  color: oklch(46% 0.1 153);
}

.method-section {
  display: grid;
  gap: clamp(3rem, 8vw, 6rem);
  border-top: 1px solid var(--line);
}

.method-intro {
  max-width: 760px;
}

.method-intro p {
  max-width: 580px;
  margin-top: 1.5rem;
}

.method-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.method-list li {
  display: grid;
  grid-template-columns: 2.3rem 1fr;
  gap: 1rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--line);
}

.method-list li > span {
  color: var(--orange-dark);
  font-size: 0.72rem;
  font-weight: 720;
}

.method-list strong {
  display: block;
  font-size: clamp(1.25rem, 3vw, 1.6rem);
  letter-spacing: -0.04em;
}

.method-list p {
  margin: 0.2rem 0 0;
  color: var(--ink-muted);
  font-size: 0.84rem;
}

.founder-note {
  margin: 0;
  display: grid;
  gap: 1.5rem;
  padding: clamp(1.5rem, 5vw, 3rem);
  border-radius: 1.5rem;
  background: var(--ink);
  color: var(--paper);
}

.founder-monogram {
  width: 3.1rem;
  height: 3.1rem;
  display: grid;
  place-items: center;
  border-radius: 1rem;
  background: var(--orange);
  font-size: 0.8rem;
  font-weight: 750;
}

.founder-note > p {
  margin: 0;
  font-size: clamp(1.5rem, 4vw, 2.65rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.16;
}

.founder-note footer {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.founder-note footer strong {
  font-size: 0.84rem;
}

.founder-note footer span {
  color: oklch(76% 0.02 70);
  font-size: 0.75rem;
}

.founding-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--ink);
  color: var(--paper);
}

.founding-glow {
  position: absolute;
  z-index: -1;
  width: 34rem;
  height: 34rem;
  right: -15rem;
  top: -16rem;
  border-radius: 50%;
  background: oklch(64% 0.17 35 / 0.3);
  filter: blur(12px);
}

.founding-inner {
  width: min(calc(100% - 2rem), 1200px);
  margin: 0 auto;
  padding-block: var(--section-space);
}

.founding-heading {
  display: grid;
  gap: 1.5rem;
}

.founding-heading .section-kicker,
.founding-heading > p {
  color: oklch(76% 0.03 52);
}

.founding-heading h2 {
  font-size: clamp(2.7rem, 8vw, 5.6rem);
}

.founding-heading > p {
  max-width: 560px;
}

.partner-columns {
  display: grid;
  gap: 0.8rem;
  margin-top: clamp(3rem, 8vw, 5rem);
}

.partner-list {
  padding: clamp(1.4rem, 4vw, 2.5rem);
  border: 1px solid oklch(40% 0.02 48);
  border-radius: 1.5rem;
}

.partner-expect {
  background: oklch(22% 0.025 48);
}

.partner-get {
  background: var(--peach);
  color: var(--ink);
}

.partner-list ol {
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.partner-list li {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 0.75rem;
  padding: 1.15rem 0;
  border-top: 1px solid color-mix(in oklch, currentColor 16%, transparent);
}

.partner-list li > span {
  color: var(--orange);
  font-size: 0.65rem;
  font-weight: 760;
}

.partner-list strong {
  display: block;
  font-size: 0.95rem;
  letter-spacing: -0.025em;
}

.partner-list p {
  margin: 0.35rem 0 0;
  color: color-mix(in oklch, currentColor 68%, transparent);
  font-size: 0.78rem;
}

.founding-inner > .button {
  margin-top: 2.5rem;
}

.faq-section {
  display: grid;
  gap: 3rem;
}

.faq-visual h2 {
  max-width: 10ch;
}

.faq-console {
  margin-top: 2.5rem;
  padding: 1.1rem;
  border: 1px solid var(--line);
  border-radius: 1.25rem;
  background:
    radial-gradient(circle at 10% 0, var(--blue), transparent 55%),
    var(--surface);
  box-shadow: var(--shadow-sm);
}

.console-top,
.console-top span,
.console-answer,
.console-chips {
  display: flex;
  align-items: center;
}

.console-top {
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.7rem;
  font-weight: 680;
}

.console-top span {
  gap: 0.4rem;
}

.console-top svg {
  width: 0.85rem;
  height: 0.85rem;
  color: var(--orange-dark);
}

.console-top b {
  color: oklch(46% 0.1 154);
  font-size: 0.6rem;
}

.faq-console > p {
  margin: 1.5rem 0;
  font-size: clamp(1.1rem, 3vw, 1.5rem);
  font-weight: 560;
  letter-spacing: -0.035em;
}

.console-answer {
  align-items: flex-start;
  gap: 0.7rem;
  padding: 1rem;
  border-radius: 0.9rem;
  background: var(--surface);
}

.answer-mark {
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 0.65rem;
  background: var(--orange);
  color: var(--paper);
}

.answer-mark svg {
  width: 0.9rem;
  height: 0.9rem;
}

.console-answer strong,
.console-answer small {
  display: block;
}

.console-answer strong {
  font-size: 0.8rem;
}

.console-answer small {
  margin-top: 0.25rem;
  color: var(--ink-muted);
  font-size: 0.68rem;
}

.console-chips {
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.8rem;
}

.console-chips span {
  padding: 0.45rem 0.65rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--ink-soft);
  font-size: 0.6rem;
  font-weight: 640;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item summary {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  cursor: pointer;
  list-style: none;
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  font-weight: 620;
  letter-spacing: -0.025em;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary svg {
  width: 1.15rem;
  height: 1.15rem;
  flex: 0 0 auto;
  transition: transform 250ms var(--ease-toggle);
}

.faq-item[open] summary svg {
  transform: rotate(90deg);
}

.faq-item > div {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 300ms var(--ease-toggle);
}

.faq-item[open] > div {
  grid-template-rows: 1fr;
}

.faq-item p {
  min-height: 0;
  overflow: hidden;
  max-width: 62ch;
  margin: 0;
  padding: 0 2rem 1.5rem 0;
  color: var(--ink-soft);
}

.apply-section {
  display: grid;
  gap: 3rem;
  width: min(calc(100% - 1rem), 1380px);
  margin-bottom: 0.5rem;
  padding-inline: clamp(1rem, 5vw, 5rem);
  border: 1px solid oklch(90% 0.025 240);
  border-radius: 1.75rem;
  background:
    radial-gradient(circle at 14% 18%, oklch(86% 0.07 243 / 0.72), transparent 38%),
    radial-gradient(circle at 86% 88%, oklch(91% 0.07 34 / 0.75), transparent 42%),
    oklch(97% 0.02 290);
}

.apply-copy > p {
  max-width: 540px;
  margin-top: 1.5rem;
}

.apply-proof {
  display: grid;
  gap: 0.7rem;
  margin-top: 2rem;
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 620;
}

.apply-proof span {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.apply-proof svg {
  width: 1rem;
  height: 1rem;
  color: var(--orange-dark);
}

.interest-form {
  padding: clamp(1.2rem, 4vw, 2rem);
  border: 1px solid oklch(95% 0.015 75);
  border-radius: 1.4rem;
  background: oklch(99% 0.007 75 / 0.9);
  box-shadow: var(--shadow-md);
}

.form-heading {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--line);
}

.form-heading span {
  color: var(--orange-dark);
  font-size: 0.66rem;
  font-weight: 720;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.form-heading h3 {
  margin: 0.25rem 0 0;
  font-size: 1.4rem;
  letter-spacing: -0.04em;
}

.form-time {
  height: 28px;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0 0.55rem;
  border-radius: 999px;
  background: var(--paper-warm);
  color: var(--ink-muted) !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.form-time svg {
  width: 0.75rem;
  height: 0.75rem;
}

.form-fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 1.2rem;
}

.form-fields label {
  display: grid;
  gap: 0.4rem;
  color: var(--ink-soft);
  font-size: 0.72rem;
  font-weight: 650;
}

.form-fields label:last-child {
  grid-column: 1 / -1;
}

.form-fields input,
.form-fields textarea {
  width: 100%;
  min-height: 48px;
  padding: 0.75rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  background: var(--surface);
  color: var(--ink);
  font-size: 1rem;
  font-weight: 480;
  transition:
    border-color 150ms var(--ease-out),
    box-shadow 150ms var(--ease-out);
}

.form-fields textarea {
  min-height: 100px;
  resize: vertical;
}

.form-fields input::placeholder,
.form-fields textarea::placeholder {
  color: oklch(59% 0.02 48);
}

.form-fields input:focus,
.form-fields textarea:focus {
  border-color: var(--orange);
  outline: 0;
  box-shadow: 0 0 0 3px color-mix(in oklch, var(--orange) 16%, transparent);
}

.form-fields [aria-invalid="true"] {
  border-color: oklch(55% 0.19 28);
  box-shadow: 0 0 0 3px oklch(55% 0.19 28 / 0.12);
}

.form-actions {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.2rem;
}

.form-actions .button {
  width: 100%;
}

#form-status {
  margin: 0;
  color: var(--ink-muted);
  font-size: 0.68rem;
  line-height: 1.45;
}

#form-status[data-state="error"] {
  color: oklch(45% 0.18 28);
}

#form-status[data-state="success"] {
  color: oklch(42% 0.11 153);
}

.form-confirmation {
  padding: 2rem 0.5rem 0.5rem;
  text-align: center;
}

.form-confirmation > span {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: var(--mint);
  color: oklch(42% 0.11 153);
}

.form-confirmation svg {
  width: 1.25rem;
  height: 1.25rem;
}

.form-confirmation h3 {
  margin: 0;
  font-size: 1.5rem;
  letter-spacing: -0.04em;
}

.form-confirmation p {
  max-width: 42ch;
  margin: 0.75rem auto 1.25rem;
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.site-footer {
  position: relative;
  width: min(calc(100% - 1rem), 1480px);
  min-height: 390px;
  margin: 0 auto 0.5rem;
  overflow: hidden;
  padding: clamp(2rem, 6vw, 4rem);
  border-radius: 1.75rem;
  background: var(--ink);
  color: var(--paper);
}

.footer-top,
.footer-bottom {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.footer-top p {
  margin: 0;
  color: oklch(76% 0.02 60);
}

.footer-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.84rem;
  font-weight: 680;
}

.footer-bottom {
  margin-top: 5rem;
  color: oklch(64% 0.02 55);
  font-size: 0.68rem;
}

.footer-word {
  position: absolute;
  left: -0.035em;
  right: 0;
  bottom: -0.28em;
  color: oklch(28% 0.025 48);
  font-size: clamp(8rem, 25vw, 22rem);
  font-weight: 760;
  letter-spacing: -0.1em;
  line-height: 1;
  white-space: nowrap;
  user-select: none;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(22px);
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 650ms var(--ease-out),
    transform 650ms var(--ease-out);
}

@media (hover: hover) and (pointer: fine) {
  .button:hover {
    transform: translateY(-2px);
  }

  .button-primary:hover,
  .button-nav:hover {
    background: var(--orange);
  }

  .button-ghost:hover {
    border-color: var(--ink);
    background: var(--surface);
  }

  .button:hover svg,
  .footer-cta:hover svg {
    transform: translateX(3px);
  }

  .nav-links a:hover {
    color: var(--ink);
  }
}

@media (min-width: 520px) {
  .hero-shell {
    width: calc(100% - 1.5rem);
    margin-top: 0.75rem;
    padding: 0.9rem;
    border-radius: 2.15rem;
  }

  .nav-pill {
    padding-inline: 0.8rem 0.6rem;
  }

  .product-stage {
    padding-inline: 2.2rem;
  }

  .float-card-left {
    left: -0.2rem;
  }

  .float-card-right {
    right: -0.2rem;
  }

  .form-fields {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 720px) {
  .hero-shell {
    padding: 1.15rem;
  }

  .nav-links {
    display: flex;
  }

  .dashboard-body {
    grid-template-columns: 118px 1fr;
  }

  .dashboard-sidebar {
    display: flex;
    flex-direction: column;
  }

  .dashboard-main {
    padding: 1.25rem;
  }

  .dashboard-grid {
    grid-template-columns: minmax(0, 1.5fr) minmax(180px, 0.8fr);
  }

  .crm-dashboard-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .chart-area {
    height: 118px;
  }

  .float-card {
    width: 180px;
    padding: 0.9rem;
  }

  .float-card strong {
    font-size: 0.75rem;
  }

  .float-label,
  .float-card small {
    font-size: 0.55rem;
  }

  .float-card-left {
    left: -0.7rem;
  }

  .float-card-right {
    right: -0.7rem;
  }

  .hero-connect div {
    gap: 2.5rem;
  }

  .hero-connect b {
    font-size: 0.82rem;
  }

  .section-heading-split {
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.65fr);
    align-items: end;
  }

  .benchmark-panel {
    grid-template-columns: minmax(180px, 0.7fr) minmax(0, 1.3fr);
    align-items: center;
  }

  .benchmark-panel > :last-child {
    grid-column: 1 / -1;
  }

  .problem-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .problem-card {
    grid-column: span 6;
  }

  .problem-card-wide {
    grid-column: span 7;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    align-items: end;
  }

  .problem-card-wide .problem-index {
    grid-column: 1 / -1;
  }

  .blue-card,
  .ink-card {
    grid-column: span 5;
  }

  .tools-card,
  .sand-card {
    grid-column: span 6;
  }

  .method-section {
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
    align-items: start;
  }

  .loop-section {
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
    align-items: start;
  }

  .founder-note {
    grid-column: 1 / -1;
    grid-template-columns: auto 1fr auto;
    align-items: end;
  }

  .founder-note footer {
    min-width: 150px;
  }

  .founding-heading {
    grid-template-columns: 1.1fr 0.65fr;
    align-items: end;
  }

  .founding-heading .section-kicker {
    grid-column: 1 / -1;
  }

  .partner-columns {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: start;
  }

  .faq-section {
    grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1.2fr);
    align-items: start;
  }

  .faq-visual {
    position: sticky;
    top: 2rem;
  }

  .apply-section {
    grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
    align-items: center;
  }

  .footer-top {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  .hero-shell {
    width: calc(100% - 2rem);
    margin-top: 1rem;
    padding: 1.35rem;
    border-radius: 2.6rem;
  }

  .hero-copy {
    margin-top: 5.75rem;
  }

  .hero-copy h1 {
    font-size: clamp(4.2rem, 6vw, 5.7rem);
  }

  .product-stage {
    margin-top: 5rem;
    padding-inline: 5rem;
  }

  .float-card-left {
    left: -1rem;
  }

  .float-card-right {
    right: -1rem;
  }

  .float-card-bottom {
    right: 9%;
  }

  .problem-card {
    min-height: 360px;
  }

  .benchmark-panel {
    grid-template-columns: minmax(200px, 0.7fr) minmax(280px, 1.05fr) minmax(280px, 0.95fr);
    gap: 3rem;
  }

  .benchmark-panel > :last-child {
    grid-column: auto;
  }

  .benchmark-stat strong {
    font-size: clamp(5rem, 8vw, 8rem);
  }

  .tools-card {
    grid-column: span 5;
  }

  .sand-card {
    grid-column: span 7;
  }

  .method-list li {
    grid-template-columns: 3rem 10rem 1fr;
    align-items: center;
  }

  .method-list li > div {
    display: contents;
  }

  .partner-get {
    transform: translateY(2.5rem);
  }
}

@container (max-width: 520px) {
  .float-card {
    width: 136px;
  }

  .float-card-left {
    top: 30%;
    left: -0.4rem;
  }

  .float-card-right {
    top: -1.5rem;
    right: -0.35rem;
  }

  .float-card-bottom {
    right: -0.2rem;
    bottom: 0.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* Page-native hero CRM — same product truth, calmer Zalio visual language. */
.product-stage::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -1.75rem 2.5rem 3.5rem;
  border: 1px solid oklch(88% 0.04 245 / 0.72);
  border-radius: 2.8rem;
  background:
    radial-gradient(circle at 12% 18%, oklch(89% 0.065 244), transparent 38%),
    radial-gradient(circle at 88% 84%, oklch(94% 0.055 34), transparent 40%),
    oklch(96.5% 0.025 260 / 0.72);
  transform: rotate(-1.2deg);
}

.crm-window-v3 {
  width: min(100%, 920px);
  padding: 0.55rem;
  border-color: oklch(93% 0.025 244);
  border-radius: 1.75rem;
  background: oklch(97% 0.018 246);
  box-shadow:
    0 2px 0 oklch(100% 0 0 / 0.86) inset,
    0 36px 90px oklch(36% 0.055 246 / 0.16);
}

.crm-appbar {
  min-height: 58px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0.75rem;
  padding: 0.55rem 0.65rem;
  border: 1px solid oklch(92% 0.018 72);
  border-radius: 1.25rem;
  background: var(--surface);
  box-shadow: 0 8px 24px oklch(39% 0.035 244 / 0.07);
}

.crm-appbrand,
.crm-app-actions,
.crm-workspace,
.crm-live,
.action-brief,
.side-focus,
.working-pill,
.crm-list-card footer,
.crm-list-card footer b {
  display: flex;
  align-items: center;
}

.crm-appbrand {
  min-width: 0;
  gap: 0.55rem;
}

.crm-appbrand img {
  border-radius: 0.58rem;
  box-shadow: 0 5px 12px oklch(64% 0.18 40 / 0.18);
}

.crm-appbrand strong,
.crm-appbrand span {
  display: block;
}

.crm-appbrand strong {
  font-size: 0.72rem;
  letter-spacing: -0.035em;
}

.crm-appbrand span {
  margin-top: 0.06rem;
  color: var(--ink-muted);
  font-size: 0.47rem;
}

.crm-workspace {
  display: none;
  justify-content: center;
  gap: 0.35rem;
  color: var(--ink-muted);
  font-size: 0.58rem;
}

.crm-workspace svg {
  width: 0.65rem;
  height: 0.65rem;
}

.crm-workspace b {
  color: var(--ink);
  font-weight: 680;
}

.crm-app-actions {
  justify-content: flex-end;
  gap: 0.45rem;
}

.crm-live {
  display: none;
  gap: 0.35rem;
  color: oklch(40% 0.095 157);
  font-size: 0.52rem;
  font-weight: 700;
}

.crm-live i {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: oklch(62% 0.15 154);
  box-shadow: 0 0 0 3px oklch(86% 0.065 158);
}

.crm-window-v3 .dashboard-command {
  min-height: 32px;
  padding: 0.35rem 0.62rem;
  background: var(--ink);
  font-weight: 660;
}

.crm-window-v3 .dashboard-command svg {
  color: var(--peach);
}

.crm-window-v3 .avatar {
  width: 1.55rem;
  height: 1.55rem;
  border: 2px solid var(--surface);
  box-shadow: 0 0 0 1px var(--line);
}

.dashboard-body.crm-body-v3 {
  min-height: 430px;
  grid-template-columns: 1fr;
  background: transparent;
}

.crm-body-v3 .dashboard-sidebar {
  display: none;
  margin: 0.55rem 0 0 0;
  padding: 0.9rem 0.65rem 0.65rem;
  border: 1px solid oklch(90% 0.035 245);
  border-radius: 1.15rem;
  background: oklch(93.5% 0.038 245);
}

.side-label {
  padding: 0 0.5rem 0.55rem;
  color: oklch(51% 0.03 245);
  font-size: 0.48rem;
  font-weight: 720;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.crm-body-v3 .dashboard-sidebar li {
  min-height: 34px;
  gap: 0.55rem;
  padding-inline: 0.55rem;
  color: oklch(45% 0.035 245);
  font-size: 0.58rem;
}

.crm-body-v3 .dashboard-sidebar li + li {
  margin-top: 0.12rem;
}

.crm-body-v3 .dashboard-sidebar li.active {
  background: var(--ink);
  color: var(--paper);
  box-shadow: 0 8px 20px oklch(25% 0.035 48 / 0.13);
}

.crm-body-v3 .dashboard-sidebar li em {
  width: 1.1rem;
  height: 1.1rem;
  background: var(--orange);
}

.side-focus {
  gap: 0.45rem;
  margin-top: auto;
  padding: 0.62rem 0.55rem;
  border-top: 1px solid oklch(85% 0.04 244);
}

.side-focus-icon {
  width: 1.55rem;
  height: 1.55rem;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--mint);
  color: oklch(40% 0.1 157);
}

.side-focus-icon svg {
  width: 0.78rem;
  height: 0.78rem;
}

.side-focus strong,
.side-focus small {
  display: block;
}

.side-focus strong {
  font-size: 0.54rem;
}

.side-focus small {
  margin-top: 0.08rem;
  color: oklch(49% 0.03 245);
  font-size: 0.42rem;
  white-space: nowrap;
}

.crm-window-v3 .dashboard-main {
  padding: 0.9rem 0.2rem 0.15rem;
}

.crm-window-v3 .dash-heading {
  padding: 0 0.2rem;
}

.crm-window-v3 .dash-heading > div > span {
  color: oklch(50% 0.035 245);
  font-size: 0.55rem;
  font-weight: 580;
}

.crm-window-v3 .dash-heading h2 {
  margin-top: 0.12rem;
  font-size: clamp(1.08rem, 4vw, 1.45rem);
}

.action-brief {
  gap: 0.32rem;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  background: var(--peach);
  color: oklch(42% 0.09 42) !important;
  font-size: 0.48rem !important;
  font-weight: 700;
  white-space: nowrap;
}

.action-brief svg {
  width: 0.65rem;
  height: 0.65rem;
}

.crm-window-v3 .metric-row {
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 0.85rem;
  overflow: hidden;
  border: 1px solid oklch(89% 0.026 245);
  border-radius: 1.1rem;
  background: var(--surface);
}

.crm-window-v3 .metric-row article {
  display: flex;
  align-items: center;
  gap: 0.62rem;
  padding: 0.68rem 0.72rem;
  border: 0;
  border-bottom: 1px solid oklch(90% 0.025 245);
  border-radius: 0;
  background: transparent;
}

.crm-window-v3 .metric-row article:last-child {
  border-bottom: 0;
}

.crm-window-v3 .metric-row article:nth-child(2) {
  background: oklch(97.3% 0.018 244);
}

.metric-icon {
  width: 1.75rem;
  height: 1.75rem;
  display: grid !important;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 0.58rem;
}

.metric-icon svg {
  width: 0.82rem;
  height: 0.82rem;
}

.metric-icon-coral {
  background: var(--blush);
  color: var(--orange-dark) !important;
}

.metric-icon-blue {
  background: var(--blue);
  color: oklch(43% 0.1 246) !important;
}

.metric-icon-mint {
  background: var(--mint);
  color: oklch(40% 0.1 157) !important;
}

.crm-window-v3 .metric-row article > div {
  min-width: 0;
}

.crm-window-v3 .metric-row article > div > span {
  display: block;
  color: var(--ink-muted);
  font-size: 0.48rem;
  line-height: 1.2;
}

.crm-window-v3 .metric-row article strong {
  margin-top: 0.12rem;
  font-size: 1.05rem;
  line-height: 1;
}

.crm-window-v3 .metric-row article small {
  margin-top: 0.16rem;
  font-size: 0.43rem;
}

.crm-window-v3 .crm-dashboard-grid {
  gap: 0.65rem;
  margin-top: 0.65rem;
}

.crm-window-v3 .crm-list-card {
  padding: 0.85rem;
  border-color: transparent;
  border-radius: 1.15rem;
  box-shadow: 0 1px 0 oklch(100% 0 0 / 0.72) inset;
}

.retention-list-card {
  background: oklch(97% 0.025 31);
}

.lead-list-card {
  background: oklch(96% 0.03 246);
}

.crm-window-v3 .card-heading strong {
  margin-top: 0.12rem;
  font-size: 0.66rem;
}

.crm-window-v3 .card-heading > div > span {
  color: var(--ink-muted);
  font-size: 0.48rem;
}

.working-pill {
  gap: 0.3rem;
  padding: 0.24rem 0.42rem;
  border-radius: 999px;
  background: var(--mint);
  color: oklch(38% 0.08 156) !important;
  font-size: 0.47rem !important;
  font-weight: 700;
}

.working-pill .pulse {
  width: 0.34rem;
  height: 0.34rem;
  box-shadow: none;
}

.crm-window-v3 .crm-list {
  margin-top: 0.5rem;
}

.crm-window-v3 .crm-list li {
  gap: 0.5rem;
  padding: 0.57rem 0;
  border-bottom-color: oklch(86% 0.028 50 / 0.68);
}

.lead-list-card .crm-list li {
  border-bottom-color: oklch(86% 0.035 245 / 0.72);
}

.crm-window-v3 .crm-avatar,
.crm-window-v3 .channel-mark {
  width: 1.65rem;
  height: 1.65rem;
}

.crm-window-v3 .channel-mark {
  border-radius: 0.52rem;
  background: var(--ink);
}

.crm-window-v3 .crm-list li strong {
  font-size: 0.56rem;
}

.crm-window-v3 .crm-list li small {
  font-size: 0.45rem;
}

.crm-window-v3 .crm-list li > b {
  border: 1px solid oklch(88% 0.03 47);
  background: var(--surface);
  color: var(--ink-soft);
}

.crm-list-card footer {
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: 0.25rem;
  padding-top: 0.58rem;
  border-top: 1px solid oklch(86% 0.028 50 / 0.68);
  color: var(--ink-muted);
  font-size: 0.43rem;
}

.lead-list-card footer {
  border-top-color: oklch(86% 0.035 245 / 0.72);
}

.crm-list-card footer b {
  gap: 0.25rem;
  color: var(--ink-soft);
  font-size: 0.44rem;
  white-space: nowrap;
}

.crm-list-card footer svg {
  width: 0.58rem;
  height: 0.58rem;
}

.product-stage .float-card {
  border-color: oklch(93% 0.028 65);
  border-radius: 1.15rem;
  background: var(--surface);
  box-shadow: 0 18px 42px oklch(33% 0.05 245 / 0.14);
}

.product-stage .float-card-left {
  background: oklch(97% 0.026 31);
  transform: rotate(-3.5deg);
}

.product-stage .float-card-right {
  background: oklch(96% 0.03 245);
  transform: rotate(2.5deg);
}

.product-stage .float-card-bottom {
  border-color: oklch(29% 0.025 48);
  background: var(--ink);
  color: var(--paper);
  transform: rotate(-1.5deg);
}

.product-stage .float-card-bottom .float-label,
.product-stage .float-card-bottom small {
  color: oklch(78% 0.02 55);
}

.product-stage .float-card-bottom .float-icon-mint {
  background: oklch(84% 0.075 157);
}

@media (min-width: 520px) {
  .crm-window-v3 .metric-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .crm-window-v3 .metric-row article {
    border-right: 1px solid oklch(90% 0.025 245);
    border-bottom: 0;
  }

  .crm-window-v3 .metric-row article:last-child {
    border-right: 0;
  }
}

@media (min-width: 720px) {
  .crm-appbar {
    grid-template-columns: 1fr auto 1fr;
  }

  .crm-workspace,
  .crm-live {
    display: flex;
  }

  .dashboard-body.crm-body-v3 {
    grid-template-columns: 138px minmax(0, 1fr);
  }

  .crm-body-v3 .dashboard-sidebar {
    display: flex;
  }

  .crm-window-v3 .dashboard-main {
    padding: 1.1rem 0.15rem 0.15rem 0.85rem;
  }

  .crm-window-v3 .crm-dashboard-grid {
    grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  }
}

@media (min-width: 1024px) {
  .product-stage {
    padding-inline: 4.2rem;
  }

  .product-stage .float-card-left {
    left: -7rem;
  }

  .product-stage .float-card-right {
    right: -7rem;
  }

  .crm-window-v3 .dashboard-main {
    padding: 1.2rem 0.35rem 0.35rem 1rem;
  }
}

@media (max-width: 519px) {
  .product-stage {
    display: grid;
    gap: 0.55rem;
    padding-bottom: 2.5rem;
  }

  .product-stage::before {
    inset: -0.75rem -0.25rem 1rem;
    border-radius: 2rem;
  }

  .crm-window-v3 {
    order: 1;
  }

  .product-stage .float-card {
    position: relative;
    inset: auto;
    width: 100%;
    transform: none;
  }

  .product-stage .float-card-left {
    order: 2;
  }

  .product-stage .float-card-right {
    order: 3;
  }

  .product-stage .float-card-bottom {
    order: 4;
  }

  .action-brief {
    display: none;
  }

  .crm-window-v3 .dashboard-main {
    padding-inline: 0.1rem;
  }
}

@media (min-width: 520px) and (max-width: 1023px) {
  .product-stage {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .crm-window-v3 {
    grid-column: 1 / -1;
    order: 1;
  }

  .product-stage .float-card {
    position: relative;
    inset: auto;
    width: 100%;
    transform: none;
  }

  .product-stage .float-card-left {
    order: 2;
  }

  .product-stage .float-card-right {
    order: 3;
  }

  .product-stage .float-card-bottom {
    grid-column: 1 / -1;
    width: min(100%, 340px);
    justify-self: center;
    order: 4;
  }
}

@media (min-width: 720px) and (max-width: 1023px) {
  .product-stage {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-stage .float-card-bottom {
    grid-column: auto;
    width: 100%;
  }
}

/* V3 — warm orange page with the approved local product hero asset. */
body.theme-v3 {
  --paper: oklch(98.5% 0.012 63);
  --paper-warm: oklch(96.5% 0.032 59);
  --surface: oklch(99.2% 0.009 67);
  --line: oklch(88% 0.025 55);
  --orange: oklch(68% 0.205 42);
  --orange-dark: oklch(52% 0.19 39);
  --peach: oklch(87% 0.09 48);
  --blush: oklch(95% 0.045 36);
  --blue: oklch(94% 0.052 62);
  --blue-strong: oklch(72% 0.15 43);
  --mint: oklch(95% 0.04 92);
  --sand: oklch(94% 0.045 70);
  background: var(--paper);
}

.theme-v3 .hero-shell {
  border-color: oklch(88% 0.055 45);
  background:
    radial-gradient(circle at 10% 8%, oklch(91% 0.105 46 / 0.88), transparent 34%),
    radial-gradient(circle at 88% 76%, oklch(93% 0.078 32 / 0.9), transparent 43%),
    linear-gradient(145deg, oklch(97% 0.035 62), oklch(99% 0.015 72) 48%, oklch(96% 0.05 35));
}

.theme-v3 .hero-shell::before {
  background: oklch(99% 0.025 70 / 0.64);
}

.theme-v3 .hero-shell::after {
  background: oklch(84% 0.13 40 / 0.22);
}

.theme-v3 .nav-pill {
  border-color: oklch(94% 0.025 58);
  background: oklch(99% 0.01 68 / 0.95);
  box-shadow: 0 12px 34px oklch(45% 0.08 42 / 0.11);
}

.theme-v3 .button-primary,
.theme-v3 .button-nav {
  background: var(--orange);
  color: var(--surface);
}

.theme-v3 .button-ghost {
  border-color: oklch(78% 0.07 45);
  background: oklch(99% 0.012 68 / 0.82);
}

.theme-v3 .hero-copy h1 strong::after {
  left: 0.09em;
  right: -0.07em;
  bottom: 0.1em;
  background: oklch(82% 0.12 45);
}

.theme-v3 .hero-copy .hero-subhead {
  max-width: 640px;
  margin: 1.25rem 0 0;
  color: var(--ink-soft);
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 520;
  letter-spacing: -0.04em;
  line-height: 1.12;
  text-wrap: balance;
}

.theme-v3 .hero-copy .hero-subhead strong {
  color: var(--orange);
  font-weight: 740;
}

.theme-v3 .hero-copy {
  margin-top: clamp(2.75rem, 5vw, 4rem);
}

.theme-v3 .v3-product-stage {
  position: relative;
  width: min(100%, 1360px);
  margin-top: calc(clamp(0.65rem, 1.2vw, 1rem) + 25px);
  padding: 0 0 clamp(1.5rem, 3vw, 2.75rem);
  display: grid;
  place-items: start center;
  container-type: normal;
}

.theme-v3 .v3-product-stage::before {
  display: none;
}

.theme-v3 .v3-product-stage > :not(.v3-product-core, .v3-overlay-card, .v3-phone-overlay, .v3-mobile-stage-label) {
  display: none;
}

.v3-mobile-stage-label {
  display: none;
}

.v3-product-core {
  position: relative;
  z-index: 2;
  width: min(80%, 1080px);
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  border-radius: clamp(0.65rem, 1.2vw, 1rem);
  filter: drop-shadow(0 22px 32px oklch(35% 0.06 42 / 0.14));
}

.v3-overlay-card {
  position: absolute;
  z-index: 4;
  width: clamp(220px, 20vw, 286px);
  padding: 0.9rem 1rem;
  border: 1px solid oklch(90% 0.032 52);
  border-radius: 0.9rem;
  background: oklch(99.5% 0.008 70 / 0.97);
  color: var(--ink);
  box-shadow:
    0 18px 34px oklch(35% 0.06 42 / 0.15),
    0 3px 8px oklch(35% 0.06 42 / 0.07);
  text-align: left;
  transform-origin: center;
}

.v3-card-heading {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.55rem;
}

.v3-card-heading strong {
  overflow: hidden;
  font-size: 0.8rem;
  font-weight: 720;
  letter-spacing: -0.025em;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v3-card-heading time {
  color: var(--ink-muted);
  font-size: 0.62rem;
  font-weight: 680;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.v3-overlay-card p {
  margin: 0.38rem 0 0 1.05rem;
  color: var(--ink-muted);
  font-size: 0.69rem;
  line-height: 1.45;
}

.v3-signal {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  box-shadow: 0 0 0 4px color-mix(in oklch, currentColor 12%, transparent);
}

.v3-signal-blue {
  color: oklch(58% 0.17 248);
  background: currentColor;
}

.v3-signal-red {
  color: oklch(58% 0.2 28);
  background: currentColor;
}

.v3-signal-amber {
  color: oklch(64% 0.16 67);
  background: currentColor;
}

.v3-signal-green {
  color: oklch(55% 0.16 151);
  background: currentColor;
}

.v3-card-action,
.v3-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0.7rem 0 0 1.05rem;
  color: var(--orange);
  font-size: 0.7rem;
  font-weight: 750;
}

.v3-card-action {
  padding: 0.45rem 0.7rem;
  border-radius: 0.5rem;
  background: var(--orange);
  color: var(--surface);
}

.v3-card-action svg,
.v3-card-link svg {
  width: 0.76rem;
  height: 0.76rem;
}

.v3-card-lead {
  top: 8%;
  left: 0.25%;
  box-shadow:
    0 0 0 1.25px color-mix(in oklch, var(--orange) 76%, var(--orange-dark)),
    0 0 0 3px color-mix(in oklch, var(--orange) 26%, transparent),
    0 20px 36px oklch(35% 0.06 42 / 0.16),
    0 4px 10px oklch(35% 0.06 42 / 0.08);
  transform: rotate(-5deg);
}

.v3-card-lead::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -5px -5px -4px -6px;
  border: 1px solid color-mix(in oklch, var(--orange) 28%, transparent);
  border-radius: 1rem;
  pointer-events: none;
  transform: rotate(0.5deg);
}

.v3-card-retention {
  bottom: 12%;
  left: 1.2%;
  transform: rotate(3.5deg);
}

.v3-card-campaign {
  right: 1.15%;
  bottom: 10%;
  transform: rotate(-3deg);
}

.v3-phone-overlay {
  position: absolute;
  z-index: 6;
  top: calc(-7.3rem - 25px);
  right: 0.25%;
  width: clamp(178px, 15vw, 214px);
  padding: 0.34rem;
  border: 1px solid oklch(85% 0.008 70);
  border-radius: clamp(1.45rem, 2.4vw, 2rem);
  background: oklch(91% 0.006 70);
  box-shadow:
    0 26px 46px oklch(30% 0.06 38 / 0.2),
    0 6px 14px oklch(30% 0.06 38 / 0.1);
  color: var(--ink);
  transform: rotate(4deg);
  transform-origin: 70% 80%;
}

.v3-phone-screen {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  padding: 0.55rem 0.65rem 0.65rem;
  overflow: hidden;
  border-radius: clamp(1.15rem, 2vw, 1.65rem);
  background:
    radial-gradient(circle at 50% 0, oklch(91% 0.09 45 / 0.66), transparent 35%),
    var(--surface);
}

.v3-phone-notch {
  width: 3.25rem;
  height: 0.8rem;
  margin: -0.2rem auto 0.55rem;
  border-radius: 999px;
  background: oklch(34% 0.02 48);
}

.v3-phone-brand {
  display: flex;
  align-items: center;
  gap: 0.38rem;
  color: var(--ink-soft);
  font-size: 0.54rem;
  font-weight: 760;
}

.v3-phone-brand img {
  width: 1rem;
  height: 1rem;
  border-radius: 0.28rem;
}

.v3-phone-greeting {
  margin-top: 0.8rem;
  font-size: 0.84rem;
  letter-spacing: -0.035em;
}

.v3-phone-summary {
  margin: 0.25rem 0 0;
  color: var(--ink-muted);
  font-size: 0.53rem;
  line-height: 1.45;
}

.v3-phone-summary b {
  color: var(--ink);
}

.v3-phone-label {
  margin-top: 0.85rem;
  color: var(--ink-muted);
  font-size: 0.46rem;
  font-weight: 760;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.v3-phone-list {
  display: grid;
  gap: 0.38rem;
  margin: 0.45rem 0 0;
  padding: 0;
  list-style: none;
}

.v3-phone-list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.38rem;
  padding: 0.48rem 0.42rem;
  border: 1px solid oklch(90% 0.03 54);
  border-radius: 0.58rem;
  background: oklch(99.5% 0.008 70 / 0.92);
}

.v3-phone-list .v3-signal {
  width: 0.32rem;
  height: 0.32rem;
  box-shadow: none;
}

.v3-phone-list strong,
.v3-phone-list small {
  display: block;
}

.v3-phone-list strong {
  overflow: hidden;
  font-size: 0.5rem;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v3-phone-list small {
  margin-top: 0.12rem;
  overflow: hidden;
  color: var(--ink-muted);
  font-size: 0.41rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v3-phone-list svg {
  width: 0.55rem;
  height: 0.55rem;
  color: var(--ink-muted);
}

.v3-phone-prompt {
  min-height: 1.9rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: auto;
  padding: 0.2rem 0.22rem 0.2rem 0.65rem;
  border: 1px solid oklch(87% 0.035 48);
  border-radius: 999px;
  background: var(--surface);
  color: var(--ink-muted);
  font-size: 0.5rem;
}

.v3-phone-prompt span {
  flex: 1;
}

.v3-phone-prompt svg {
  width: 1.35rem;
  height: 1.35rem;
  padding: 0.34rem;
  border-radius: 50%;
  background: var(--orange);
  color: var(--surface);
}

.theme-v3 .hero-connect {
  margin-top: clamp(0.8rem, 1.8vw, 1.5rem);
}

.theme-v3 .focus-section .section-heading-split {
  align-items: start;
  gap: clamp(2rem, 6vw, 6.5rem);
}

.theme-v3 .focus-section .section-heading-split h2 {
  display: grid;
  gap: 0.02em;
  max-width: none;
  margin-top: 0.8rem;
  font-size: clamp(3.25rem, 6vw, 5.35rem);
  font-weight: 610;
  letter-spacing: -0.075em;
  line-height: 0.88;
}

.theme-v3 .focus-section .section-heading-split h2 span,
.theme-v3 .focus-section .section-heading-split h2 strong {
  display: block;
}

.theme-v3 .focus-section .section-heading-split h2 strong {
  color: var(--orange-dark);
  font-weight: 730;
}

.theme-v3 .focus-section .section-heading-split > p {
  max-width: 34ch;
  padding-top: 1rem;
  border-top: 2px solid color-mix(in oklch, var(--orange) 78%, var(--orange-dark));
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.45vw, 1.15rem);
  line-height: 1.55;
}

.theme-v3 .benchmark-panel {
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto 1fr;
  align-items: start;
  gap: clamp(1.75rem, 3vw, 2.5rem);
  border-color: color-mix(in oklch, var(--orange) 14%, var(--ink) 7%);
}

.theme-v3 .benchmark-panel > :last-child {
  grid-column: auto;
  align-self: end;
}

.theme-v3 .benchmark-stat strong {
  width: fit-content;
  margin-top: 0.65rem;
  padding: 0.08em 0.24em 0.15em 0.14em;
  border: 1px solid color-mix(in oklch, var(--orange) 24%, transparent);
  border-radius: 0.2em 0.2em 0.2em 0.07em;
  background: color-mix(in oklch, var(--orange) 13%, var(--surface));
  color: var(--orange-dark);
  font-size: clamp(5rem, 9vw, 7rem);
  box-shadow: inset 0 -0.06em 0 color-mix(in oklch, var(--orange) 12%, transparent);
}

.theme-v3 .benchmark-copy h3 {
  max-width: 15ch;
  font-size: clamp(2rem, 3.8vw, 3.1rem);
}

@media (min-width: 900px) {
  .theme-v3 .focus-section .section-heading-split > p {
    margin-top: 2.4rem;
  }

  .theme-v3 .benchmark-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }
}

.theme-v3 .lead-panel,
.theme-v3 .blue-card {
  background: oklch(95.5% 0.055 58);
}

.theme-v3 .faq-console {
  background:
    radial-gradient(circle at 10% 0, oklch(93% 0.06 54), transparent 55%),
    var(--surface);
}

.theme-v3 .apply-section {
  border-color: oklch(88% 0.055 45);
  background:
    radial-gradient(circle at 14% 18%, oklch(89% 0.1 46 / 0.72), transparent 38%),
    radial-gradient(circle at 86% 88%, oklch(93% 0.075 31 / 0.78), transparent 42%),
    oklch(97% 0.032 63);
}

@media (hover: hover) and (pointer: fine) {
  .theme-v3 .button-primary:hover,
  .theme-v3 .button-nav:hover {
    background: var(--orange-dark);
  }
}

@media (max-width: 899px) {
  .theme-v3 .focus-section .section-heading-split {
    gap: 1.5rem;
  }

  .theme-v3 .focus-section .section-heading-split > p {
    margin-top: 0;
  }

  .theme-v3 .v3-product-stage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
    padding-bottom: 0;
  }

  .v3-product-core {
    grid-column: 1 / -1;
    width: 100%;
    margin-bottom: 0.3rem;
  }

  .theme-v3 .v3-overlay-card {
    position: relative;
    inset: auto;
    width: 100%;
    transform: none;
  }

  .theme-v3 .v3-card-lead,
  .theme-v3 .v3-card-retention {
    transform: rotate(-1.35deg);
  }

  .theme-v3 .v3-card-campaign {
    transform: rotate(1.35deg);
  }

  .theme-v3 .v3-phone-overlay {
    top: -1.15rem;
    right: 0.5%;
    width: clamp(160px, 24vw, 190px);
    transform: rotate(3deg);
  }

  .v3-phone-screen {
    min-height: 380px;
  }

  .theme-v3 .hero-connect {
    margin-top: 1.8rem;
  }
}

@media (max-width: 519px) {
  .theme-v3 .hero-shell {
    padding: 0.65rem;
    border-radius: 1.55rem;
  }

  .theme-v3 .nav-pill {
    min-height: 56px;
    padding: 0.4rem 0.42rem 0.4rem 0.58rem;
    border-radius: 1rem;
  }

  .theme-v3 .brand {
    gap: 0.55rem;
  }

  .theme-v3 .brand img {
    width: 28px;
    height: 28px;
  }

  .theme-v3 .button-nav {
    min-height: 44px;
    padding-inline: 0.9rem;
  }

  .theme-v3 .hero-copy {
    width: calc(100% - 0.9rem);
    margin-top: 2.35rem;
    align-items: flex-start;
    text-align: left;
  }

  .theme-v3 .hero-copy .eyebrow {
    gap: 0.48rem;
    font-size: 0.64rem;
    letter-spacing: 0.075em;
  }

  .theme-v3 .hero-copy h1 {
    margin-top: 0.95rem;
    font-size: clamp(2.35rem, 11.7vw, 2.85rem);
    line-height: 0.92;
  }

  .theme-v3 .hero-copy h1 strong::after {
    left: 0.02em;
    right: -0.02em;
    bottom: 0.05em;
  }

  .theme-v3 .hero-copy .hero-subhead {
    max-width: 22ch;
    margin-top: 1.05rem;
    font-size: 1.22rem;
    line-height: 1.14;
    text-wrap: pretty;
  }

  .theme-v3 .hero-actions {
    width: 100%;
    display: grid;
    justify-content: stretch;
    gap: 0.45rem;
    margin-top: 1.35rem;
  }

  .theme-v3 .hero-actions .button-primary {
    width: 100%;
    min-height: 50px;
  }

  .theme-v3 .hero-actions .button-ghost {
    min-height: 44px;
    justify-self: start;
    padding-inline: 0.15rem;
    border-color: transparent;
    background: transparent;
    text-decoration: underline;
    text-decoration-color: color-mix(in oklch, var(--orange) 45%, transparent);
    text-underline-offset: 0.26em;
  }

  .theme-v3 .v3-product-stage {
    width: 100%;
    height: 465px;
    display: block;
    margin-top: 2rem;
    overflow: hidden;
    border: 1px solid color-mix(in oklch, var(--orange) 20%, var(--line));
    border-radius: 1.35rem;
    background:
      radial-gradient(circle at 92% 86%, oklch(84% 0.12 43 / 0.5), transparent 38%),
      linear-gradient(155deg, oklch(99% 0.012 70), oklch(95% 0.055 46));
    box-shadow: 0 24px 48px oklch(38% 0.07 42 / 0.13);
  }

  .theme-v3 .v3-mobile-stage-label {
    position: absolute;
    z-index: 7;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 74px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.18rem;
    padding: 0.9rem 1rem;
    border-bottom: 1px solid color-mix(in oklch, var(--orange) 15%, var(--line));
    background: oklch(99% 0.01 68 / 0.92);
    backdrop-filter: blur(12px);
    text-align: left;
  }

  .theme-v3 .v3-mobile-stage-label span {
    color: var(--orange-dark);
    font-size: 0.58rem;
    font-weight: 760;
    letter-spacing: 0.11em;
    text-transform: uppercase;
  }

  .theme-v3 .v3-mobile-stage-label strong {
    color: var(--ink);
    font-size: 0.94rem;
    font-weight: 720;
    letter-spacing: -0.03em;
  }

  .theme-v3 .v3-product-core {
    position: absolute;
    z-index: 2;
    top: 74px;
    left: -10%;
    width: 148%;
    max-width: none;
    margin: 0;
    border-radius: 0;
    filter: drop-shadow(0 16px 24px oklch(35% 0.06 42 / 0.12));
  }

  .theme-v3 .v3-card-retention,
  .theme-v3 .v3-card-campaign {
    display: none;
  }

  .theme-v3 .v3-card-lead {
    position: absolute;
    z-index: 8;
    top: 278px;
    left: 0.75rem;
    width: min(68%, 226px);
    padding: 0.75rem 0.78rem;
    transform: rotate(-1.5deg);
    box-shadow:
      0 0 0 1px color-mix(in oklch, var(--orange) 70%, var(--orange-dark)),
      0 14px 28px oklch(35% 0.06 42 / 0.16);
  }

  .theme-v3 .v3-card-lead::before {
    display: none;
  }

  .theme-v3 .v3-card-lead p {
    display: -webkit-box;
    margin: 0.35rem 0 0 0.95rem;
    overflow: hidden;
    font-size: 0.62rem;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .theme-v3 .v3-card-lead .v3-card-action {
    min-height: 34px;
    margin: 0.58rem 0 0 0.95rem;
    padding: 0.42rem 0.62rem;
  }

  .theme-v3 .v3-phone-overlay {
    position: absolute;
    z-index: 6;
    top: 140px;
    right: -0.35rem;
    width: min(48%, 162px);
    margin: 0;
    transform: rotate(2deg);
  }

  .theme-v3 .v3-phone-screen {
    min-height: 312px;
  }

  .theme-v3 .v3-phone-greeting {
    margin-top: 0.65rem;
  }

  .theme-v3 .v3-phone-list {
    gap: 0.3rem;
  }

  .theme-v3 .v3-phone-list li {
    padding: 0.4rem 0.34rem;
  }

  .theme-v3 .hero-connect {
    margin-top: 1.35rem;
    padding: 0.15rem 0 0.35rem;
  }

  .theme-v3 .hero-connect div {
    gap: 0.55rem 1.1rem;
    margin-top: 0.75rem;
  }

  .theme-v3 .hero-connect b {
    font-size: 0.65rem;
  }
}

/* V3 — retention + speed-to-lead operating board */
.theme-v3 .operating-board-section {
  --board-dark: oklch(17% 0.035 38);
  --board-paper-deep: oklch(96.5% 0.035 55);
  --board-orange: oklch(67% 0.21 42);
  width: min(calc(100% - 2rem), 1390px);
}

.theme-v3 .board-lockup {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(320px, 0.9fr);
  align-items: end;
  gap: clamp(2rem, 2.75vw, 3rem);
  margin-bottom: clamp(2.5rem, 4vw, 4rem);
  padding-inline: clamp(3rem, 5vw, 5.5rem);
}

.theme-v3 .board-lockup .section-kicker {
  color: var(--orange-dark);
}

.theme-v3 .board-lockup h2 {
  max-width: 13ch;
  margin: 0.85rem 0 0;
  color: var(--ink);
  font-size: clamp(3.5rem, 5.7vw, 5.7rem);
  font-weight: 560;
  letter-spacing: -0.075em;
  line-height: 0.9;
}

.theme-v3 .board-lockup h2 strong {
  display: block;
  color: var(--board-orange);
  font-weight: 750;
  white-space: nowrap;
}

.theme-v3 .board-lockup > p {
  max-width: 36ch;
  margin: 0;
  padding-left: clamp(1.75rem, 2.25vw, 2.5rem);
  border-left: 1px solid color-mix(in oklch, var(--board-orange) 68%, var(--line));
  color: var(--ink-soft);
  font-size: 1.02rem;
  line-height: 1.6;
}

.theme-v3 .board-canvas {
  position: relative;
  overflow: hidden;
  padding: clamp(1.5rem, 2.8vw, 2.75rem) clamp(3rem, 5vw, 5.5rem);
  border: 1px solid oklch(30% 0.05 38);
  border-radius: clamp(1.6rem, 3vw, 2.8rem);
  background:
    radial-gradient(circle at 90% 10%, oklch(38% 0.12 40 / 0.42), transparent 34%),
    var(--board-dark);
  color: oklch(97% 0.015 58);
}

.theme-v3 .board-lanes {
  border-bottom: 1px solid oklch(100% 0 0 / 0.14);
}

.theme-v3 .board-lane {
  display: grid;
  grid-template-columns: minmax(190px, 0.43fr) minmax(250px, 0.72fr) minmax(360px, 1fr);
  align-items: center;
  gap: clamp(2rem, 4vw, 4.5rem);
  padding: 2.25rem 0;
  border-top: 1px solid oklch(100% 0 0 / 0.14);
  scroll-margin-top: 2rem;
}

.theme-v3 .lane-metric > span,
.theme-v3 .lane-state {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: oklch(72% 0.06 54);
  font-size: 0.61rem;
  font-weight: 740;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.theme-v3 .lane-metric strong {
  display: flex;
  align-items: baseline;
  gap: 0.12em;
  margin-top: 0.4rem;
  color: oklch(78% 0.16 45);
  font-size: clamp(5rem, 7.4vw, 7rem);
  font-weight: 740;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.04em;
  line-height: 0.86;
}

.theme-v3 .lane-metric strong small {
  font-size: 0.28em;
  letter-spacing: -0.04em;
}

.theme-v3 .lane-metric > small {
  display: block;
  max-width: none;
  margin-top: 0.7rem;
  color: oklch(72% 0.035 54);
  font-size: 0.76rem;
  line-height: 1.4;
  white-space: nowrap;
}

.theme-v3 .lane-state {
  color: oklch(77% 0.08 48);
}

.theme-v3 .lane-state svg {
  width: 0.8rem;
  height: 0.8rem;
  color: oklch(78% 0.16 45);
}

.theme-v3 .lane-copy h3 {
  max-width: 14ch;
  margin: 0.75rem 0 0;
  color: oklch(97% 0.015 58);
  font-size: clamp(1.8rem, 2.5vw, 2.7rem);
  font-weight: 650;
  letter-spacing: -0.065em;
  line-height: 0.96;
}

.theme-v3 .lane-copy > p {
  max-width: 44ch;
  margin: 1rem 0 0;
  color: oklch(74% 0.035 53);
  font-size: 0.88rem;
  line-height: 1.62;
}

.theme-v3 .lane-product {
  min-width: 0;
  width: min(100%, 480px);
  justify-self: end;
  padding: 1rem;
  border: 1px solid oklch(100% 0 0 / 0.12);
  border-radius: 1rem;
  background: oklch(98% 0.012 61);
  color: var(--ink);
  box-shadow: 0 24px 50px oklch(5% 0.02 38 / 0.3);
}

.theme-v3 .product-command {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.55rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.59rem;
  font-weight: 670;
}

.theme-v3 .product-command time {
  color: var(--orange-dark);
  font-size: 0.54rem;
  font-weight: 760;
}

.theme-v3 .command-dot {
  width: 0.43rem;
  height: 0.43rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: oklch(62% 0.16 151);
  box-shadow: 0 0 0 3px oklch(62% 0.16 151 / 0.12);
}

.theme-v3 .command-dot-red {
  background: oklch(58% 0.2 28);
  box-shadow: 0 0 0 3px oklch(58% 0.2 28 / 0.12);
}

.theme-v3 .product-person {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.7rem;
  padding: 0.9rem 0 0.65rem;
}

.theme-v3 .member-avatar {
  width: 2.15rem;
  height: 2.15rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--peach);
  color: var(--orange-dark);
  font-size: 0.58rem;
  font-weight: 760;
}

.theme-v3 .product-person strong,
.theme-v3 .product-person small {
  display: block;
}

.theme-v3 .product-person strong {
  font-size: 0.72rem;
}

.theme-v3 .product-person small {
  color: var(--ink-muted);
  font-size: 0.58rem;
}

.theme-v3 .product-person > b {
  color: oklch(49% 0.19 28);
  font-size: 0.64rem;
}

.theme-v3 .signal-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.theme-v3 .signal-tags span {
  padding: 0.36rem 0.5rem;
  border-radius: 999px;
  background: var(--board-paper-deep);
  color: var(--ink-soft);
  font-size: 0.52rem;
  font-weight: 650;
}

.theme-v3 .product-footer {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.57rem;
}

.theme-v3 .product-footer b {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--orange-dark);
}

.theme-v3 .mini-thread p {
  width: fit-content;
  max-width: 78%;
  margin: 0.65rem 0 0;
  padding: 0.52rem 0.65rem;
  border-radius: 0.7rem;
  background: var(--board-paper-deep);
  color: var(--ink-soft);
  font-size: 0.57rem;
}

.theme-v3 .mini-thread p:last-child {
  margin-left: auto;
  background: var(--board-dark);
  color: var(--surface);
}

.theme-v3 .booked-footer > span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: oklch(43% 0.13 151);
  font-weight: 720;
}

.theme-v3 .booked-footer svg {
  width: 0.78rem;
  height: 0.78rem;
}

.theme-v3 .board-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 1.4rem;
  color: oklch(76% 0.04 52);
  font-size: 0.72rem;
}

.theme-v3 .board-footer span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.theme-v3 .board-footer svg {
  width: 0.9rem;
  height: 0.9rem;
  color: oklch(78% 0.16 45);
}

.theme-v3 .board-footer strong {
  color: oklch(97% 0.015 58);
}

@media (max-width: 1100px) {
  .theme-v3 .board-lane {
    grid-template-columns: 180px minmax(0, 1fr);
  }

  .theme-v3 .lane-product {
    grid-column: 1 / -1;
    width: min(100%, 480px);
    margin-left: auto;
  }
}

@media (max-width: 760px) {
  .theme-v3 .operating-board-section {
    width: calc(100% - 1rem);
  }

  .theme-v3 .board-lockup {
    grid-template-columns: 1fr;
    gap: 2.25rem;
    margin-bottom: 2rem;
    padding-inline: 1rem;
  }

  .theme-v3 .board-lockup h2 {
    font-size: clamp(2.45rem, 12.4vw, 4.5rem);
  }

  .theme-v3 .board-lockup > p {
    padding-top: 1.25rem;
    padding-left: 0;
    border-top: 2px solid var(--board-orange);
    border-left: 0;
  }

  .theme-v3 .board-canvas {
    padding: 2rem 1rem;
    border-radius: 1.4rem;
  }

  .theme-v3 .board-lane {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }

  .theme-v3 .lane-product {
    grid-column: auto;
    width: 100%;
  }

  .theme-v3 .board-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}


/* ============================================================
   V4 — conversion pass (DESIGN-CHANGES.md items 2–9)
   Appended so it wins over the v3 rules above.
   ============================================================ */

body.theme-v3 {
  --orange-btn: var(--orange);
  --orange-btn-hover: oklch(62% 0.215 41);
}

/* --- 2. Primary CTA contrast: 3.04:1 -> 6.1:1 with white text --- */
body.theme-v3 .button-primary,
body.theme-v3 .button-nav,
body.theme-v3 .v3-card-action,
body.theme-v3 .interest-form button[type="submit"],
body.theme-v3 #finish-form {
  background: var(--orange-btn);
  color: oklch(100% 0 0);
}

@media (hover: hover) {
  body.theme-v3 .button-primary:hover,
  body.theme-v3 .button-nav:hover {
    background: var(--orange-btn-hover);
  }
}

body.theme-v3 .footer-cta {
  color: oklch(100% 0 0);
}

/* Step numerals in the dark section: 2.03:1 -> near-white */
body.theme-v3 .partner-list li > span {
  color: oklch(97% 0.012 60);
}

/* --- 7. Type floors: 15px body, 12px labels --- */
body.theme-v3 .loop-list p,
body.theme-v3 .partner-list p,
body.theme-v3 .loop-heading p,
body.theme-v3 .founding-heading p {
  font-size: 0.9375rem;
  line-height: 1.55;
}

body.theme-v3 .section-kicker,
body.theme-v3 .eyebrow,
body.theme-v3 .hero-connect span,
body.theme-v3 #form-status,
body.theme-v3 .form-time,
body.theme-v3 .form-heading span {
  font-size: 0.8125rem;
}

body.theme-v3 .hero-connect b {
  font-size: 1rem;
  font-weight: 650;
  color: oklch(48% 0.02 245 / 0.78);
}

/* --- 8. Additive reveal: visible by default, JS arms the shifted state --- */
.js [data-reveal] {
  opacity: 1;
  transform: none;
}

.js [data-reveal].reveal-armed {
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.js [data-reveal].reveal-armed:not(.is-visible) {
  opacity: 0;
  transform: translateY(22px);
}

/* --- Unfilled content slots. Deliberately loud so nothing ships half-written. --- */
.fill-slot {
  position: relative;
  border: 1.5px dashed color-mix(in oklch, var(--orange) 45%, transparent);
  border-radius: 0.75rem;
  background: color-mix(in oklch, var(--orange) 5%, transparent);
  color: var(--ink-soft);
  font-size: 0.9375rem;
  line-height: 1.5;
}

p.fill-slot,
span.fill-slot {
  display: block;
  padding: 0.85rem 1rem;
}

.fill-tag {
  display: inline-block;
  margin-right: 0.5rem;
  padding: 0.16rem 0.42rem;
  border-radius: 0.3rem;
  background: var(--orange);
  color: oklch(100% 0 0);
  font-size: 0.6875rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  vertical-align: 0.08em;
}

/* --- Hero button + reassurance shape --- */
body.theme-v3 .hero-actions .button,
body.theme-v3 .sticky-cta .button,
body.theme-v3 .button-nav {
  border-radius: 999px;
}

body.theme-v3 .hero-copy .hero-subhead {
  max-width: 44ch;
  font-weight: 500;
  text-wrap: balance;
}

body.theme-v3 .hero-actions .button {
  min-height: 54px;
  padding-inline: 1.5rem;
  font-size: 0.9375rem;
  white-space: nowrap;
}

body.theme-v3 .hero-actions .button-ghost {
  border-color: color-mix(in oklch, var(--orange) 32%, transparent);
  background: oklch(100% 0 0 / 0.55);
}

body.theme-v3 .cta-reassure {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.6rem;
  margin: 1.35rem 0 0;
  color: var(--ink);
  font-size: 0.9375rem;
  font-weight: 650;
}

body.theme-v3 .cta-reassure span {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  white-space: nowrap;
}

body.theme-v3 .cta-reassure svg {
  width: 1.05rem;
  height: 1.05rem;
  color: var(--orange);
}

body.theme-v3 .hero-proof {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  max-width: 46ch;
  margin: 1.6rem auto 0;
  padding: 0;
  color: var(--ink);
  font-size: 0.9375rem;
  font-weight: 620;
  text-align: left;
}

body.theme-v3 .hero-proof .proof-photo {
  width: 34px;
  height: 34px;
}

body.theme-v3 .hero-proof small {
  display: block;
  color: var(--ink-muted);
  font-size: 0.8125rem;
  font-weight: 500;
}

/* --- 1. Example-workspace chip on the mockup --- */
body.theme-v3 .v3-example-chip {
  position: absolute;
  z-index: 9;
  top: 0.9rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.3rem 0.7rem;
  border: 1px solid color-mix(in oklch, var(--orange) 22%, transparent);
  border-radius: 999px;
  background: oklch(100% 0 0 / 0.9);
  backdrop-filter: blur(8px);
  color: var(--orange-dark);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

/* --- 9. Stat sources --- */
.stat-ref {
  margin-left: 0.15em;
  color: inherit;
  font-size: 0.72em;
  font-weight: 700;
  text-decoration: none;
  vertical-align: super;
}

body.theme-v3 .stat-sources {
  display: grid;
  gap: 0.3rem;
  width: fit-content;
  max-width: 60ch;
  margin: 1.75rem 0 0;
  padding: 0.85rem 1rem;
  border: 1.5px dashed color-mix(in oklch, var(--orange) 45%, transparent);
  border-radius: 0.75rem;
  background: color-mix(in oklch, var(--orange) 5%, transparent);
  color: var(--ink-soft);
  font-size: 0.8125rem;
  line-height: 1.5;
}

body.theme-v3 .stat-sources .fill-tag {
  justify-self: start;
  margin-bottom: 0.2rem;
}

body.theme-v3 .stat-sources b {
  display: inline-block;
  min-width: 1.1em;
  color: var(--orange-dark);
}

/* --- 5. Testimonial slot --- */
.fill-tag-quiet {
  justify-self: start;
  background: transparent;
  border: 1px dashed color-mix(in oklch, var(--orange) 50%, transparent);
  color: var(--orange-dark);
}

body.theme-v3 .proof-card {
  border: 1px solid color-mix(in oklch, var(--orange) 22%, var(--line));
  background: oklch(100% 0 0 / 0.6);
  display: grid;
  gap: 1.5rem;
  width: min(100%, 720px);
  margin: clamp(2.5rem, 5vw, 4rem) auto 0;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border-radius: 1.5rem;
}

body.theme-v3 .proof-card blockquote {
  max-width: 30ch;
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.2rem, 2.2vw, 1.6rem);
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.35;
  text-wrap: pretty;
}

body.theme-v3 .proof-number {
  display: flex;
  align-items: baseline;
  gap: 0.85rem;
  padding-top: 1.25rem;
  border-top: 1px solid color-mix(in oklch, var(--orange) 30%, transparent);
}

body.theme-v3 .proof-number strong {
  color: var(--orange-dark);
  font-size: clamp(2.25rem, 5vw, 3.25rem);
  font-weight: 740;
  letter-spacing: -0.04em;
  line-height: 1;
}

body.theme-v3 .proof-number span {
  max-width: 24ch;
  font-size: 0.9375rem;
  line-height: 1.4;
}

body.theme-v3 .proof-card figcaption {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

body.theme-v3 .proof-photo {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border: 1.5px dashed color-mix(in oklch, var(--orange) 45%, transparent);
  border-radius: 50%;
}

body.theme-v3 .proof-card figcaption b {
  display: block;
  color: var(--ink);
  font-size: 0.9375rem;
  font-weight: 700;
}

body.theme-v3 .proof-card figcaption small {
  display: block;
  color: var(--ink-muted);
  font-size: 0.8125rem;
}

/* --- 5. Incumbent logo row, moved below the two-leak section --- */
body.theme-v3 .operating-board-section .hero-connect {
  width: min(100%, 1100px);
  margin: clamp(4rem, 8vw, 6.5rem) auto 0;
  text-align: center;
}

body.theme-v3 .operating-board-section .hero-connect span {
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: none;
}

/* --- 3. Chip field --- */
/* The form is down to three inputs — stack them so each reads at full width. */
body.theme-v3 .interest-form .form-fields > * {
  grid-column: 1 / -1;
}

body.theme-v3 .chip-field {
  width: 100%;
  min-inline-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

body.theme-v3 .chip-field legend {
  padding: 0 0 0.6rem;
  color: var(--ink);
  font-size: 0.9375rem;
  font-weight: 640;
}

body.theme-v3 .chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

body.theme-v3 .chip {
  position: relative;
  cursor: pointer;
}

body.theme-v3 .chip input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

body.theme-v3 .chip span {
  border-radius: 999px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 1.05rem;
  border: 1.5px solid color-mix(in oklch, var(--ink) 16%, transparent);
  background: oklch(100% 0 0);
  color: var(--ink);
  font-size: 0.9375rem;
  font-weight: 620;
  transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

body.theme-v3 .chip input:checked + span {
  border-color: var(--orange-btn);
  background: var(--orange-btn);
  color: oklch(100% 0 0);
}

body.theme-v3 .chip input:focus-visible + span {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
}

body.theme-v3 .chip input[aria-invalid="true"] + span {
  border-color: oklch(55% 0.2 28);
}

@media (hover: hover) {
  body.theme-v3 .chip input:not(:checked) + span:hover {
    border-color: color-mix(in oklch, var(--orange) 55%, transparent);
  }
}

/* --- 3/4. What happens next --- */
body.theme-v3 .form-next {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.8125rem;
  line-height: 1.45;
}

body.theme-v3 .form-heading span b {
  color: var(--orange-dark);
  font-weight: 780;
}

body.theme-v3 .form-fields label span em {
  color: var(--ink-muted);
  font-style: normal;
  font-weight: 500;
}

body.theme-v3 .form-step-two {
  display: grid;
  gap: 1.35rem;
}

body.theme-v3 .apply-stat {
  max-width: 46ch;
  margin: 1.5rem 0 0;
  padding-left: 0.9rem;
  border-left: 2px solid var(--orange);
  color: var(--ink-soft);
  font-size: 0.9375rem;
  line-height: 1.5;
}

body.theme-v3 .apply-stat b {
  color: var(--ink);
  font-weight: 720;
}

body.theme-v3 .guide-band p {
  max-width: 46ch;
  color: oklch(88% 0.02 60);
  font-size: 0.9375rem;
  line-height: 1.55;
}

/* --- 9. Second, lower-commitment offer --- */
body.theme-v3 .guide-band {
  display: grid;
  gap: clamp(1.5rem, 3vw, 3rem);
  width: min(calc(100% - 1rem), 1480px);
  margin: clamp(2rem, 4vw, 3.5rem) auto 0;
  padding: clamp(1.75rem, 4vw, 3rem);
  border-radius: 1.75rem;
  background: oklch(19% 0.035 40);
  color: oklch(97% 0.012 60);
}

@media (min-width: 900px) {
  body.theme-v3 .guide-band {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
    align-items: center;
  }
}

body.theme-v3 .guide-band .section-kicker {
  color: oklch(84% 0.11 48);
}

body.theme-v3 .guide-band h2 {
  margin: 0.6rem 0 0.9rem;
  font-size: clamp(1.75rem, 3.4vw, 2.6rem);
  font-weight: 720;
  letter-spacing: -0.035em;
}

body.theme-v3 .guide-band .fill-slot {
  max-width: 46ch;
  color: oklch(88% 0.02 60);
  background: oklch(100% 0 0 / 0.05);
}

body.theme-v3 .guide-form {
  display: grid;
  gap: 0.75rem;
}

body.theme-v3 .guide-form label {
  display: grid;
  gap: 0.4rem;
  font-size: 0.8125rem;
  font-weight: 640;
  letter-spacing: 0.02em;
}

body.theme-v3 .guide-form input {
  min-height: 50px;
  padding: 0.75rem 1rem;
  border: 1.5px solid oklch(100% 0 0 / 0.22);
  border-radius: 0.85rem;
  background: oklch(100% 0 0 / 0.06);
  color: oklch(99% 0 0);
  font: inherit;
  font-size: 0.9375rem;
}

body.theme-v3 .guide-form input::placeholder {
  color: oklch(100% 0 0 / 0.45);
}

body.theme-v3 .guide-form input:focus {
  border-color: oklch(84% 0.11 48);
  outline: 0;
}

body.theme-v3 .guide-form #guide-status {
  margin: 0;
  color: oklch(84% 0.015 60 / 0.8);
  font-size: 0.8125rem;
}

/* --- 9. Footer legal --- */
body.theme-v3 .footer-legal {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem 1.5rem;
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid oklch(100% 0 0 / 0.12);
  font-size: 0.8125rem;
}

body.theme-v3 .footer-legal a {
  color: oklch(88% 0.015 60);
  text-decoration: underline;
  text-decoration-color: oklch(100% 0 0 / 0.3);
  text-underline-offset: 0.24em;
}

body.theme-v3 .footer-legal a:hover {
  color: oklch(100% 0 0);
  text-decoration-color: oklch(84% 0.11 48);
}

body.theme-v3 .footer-legal .fill-slot {
  padding: 0.4rem 0.7rem;
  color: oklch(90% 0.015 60);
  background: oklch(100% 0 0 / 0.05);
  font-size: 0.8125rem;
}

/* --- 9. Sticky CTA --- */
body.theme-v3 .sticky-cta {
  position: fixed;
  z-index: 60;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(100% - 1.5rem), 620px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0.7rem 0.7rem 1.15rem;
  border: 1px solid color-mix(in oklch, var(--orange) 18%, var(--line));
  border-radius: 999px;
  background: oklch(99.5% 0.006 70 / 0.94);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 40px oklch(35% 0.06 42 / 0.16);
}

body.theme-v3 .sticky-cta[hidden] {
  display: none;
}

body.theme-v3 .sticky-cta p {
  margin: 0;
  flex: 1 1 auto;
  display: grid;
  gap: 0.1rem;
  min-width: 0;
}

body.theme-v3 .sticky-cta strong {
  color: var(--ink);
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.3;
}

body.theme-v3 .sticky-cta span {
  color: var(--ink-muted);
  font-size: 0.8125rem;
}

body.theme-v3 .sticky-cta .button {
  flex: 0 0 auto;
  min-height: 44px;
  padding-inline: 1.1rem;
}

@media (max-width: 560px) {
  body.theme-v3 .sticky-cta span {
    display: none;
  }
}

/* ============================================================
   Lane product cards — same three-beat shape in both lanes:
   signal -> the words Zalio wrote -> the outcome.
   ============================================================ */

/* Tighten the gap between the hero and the two-leak section. */
body.theme-v3 .operating-board-section {
  padding-block-start: clamp(1.5rem, 3vw, 2.75rem);
  padding-block-end: clamp(4rem, 8vw, 6.5rem);
}

body.theme-v3 .faq-section {
  padding-block-start: 0;
}

body.theme-v3 .lane-product {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  min-height: 24rem;
  padding: 1.15rem;
}

body.theme-v3 .pending-footer > span,
body.theme-v3 .pending-footer svg {
  color: var(--ink-soft);
}

body.theme-v3 .pending-footer b {
  color: var(--orange-dark);
}

body.theme-v3 .faq-item .fill-slot {
  margin-top: 0.75rem;
}

/* --- Glass nav: fixed to the viewport, frosted, follows the page down --- */
body.theme-v3 .nav-pill {
  position: fixed;
  z-index: 80;
  top: 2.15rem;
  left: 50%;
  width: min(calc(100% - 2rem), 1160px);
  min-height: 62px;
  margin: 0;
  transform: translateX(-50%);
  border: 1px solid oklch(100% 0 0 / 0.55);
  border-radius: 999px;
  background: oklch(99% 0.012 68 / 0.55);
  backdrop-filter: blur(22px) saturate(1.7);
  -webkit-backdrop-filter: blur(22px) saturate(1.7);
  box-shadow:
    0 1px 0 oklch(100% 0 0 / 0.5) inset,
    0 10px 34px oklch(35% 0.06 42 / 0.1);
  transition: background 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

body.theme-v3 .nav-pill .brand {
  gap: 0.18rem;
}

body.theme-v3 .nav-pill .brand img {
  width: 45px;
  height: 45px;
  border-radius: 0;
}

body.theme-v3 .nav-pill .brand em {
  color: var(--orange);
  font-style: normal;
}

body.theme-v3 .nav-pill .button-nav {
  white-space: nowrap;
}

body.theme-v3 .nav-pill.is-scrolled {
  border-color: oklch(100% 0 0 / 0.7);
  background: oklch(99% 0.012 68 / 0.78);
  box-shadow:
    0 1px 0 oklch(100% 0 0 / 0.6) inset,
    0 14px 40px oklch(35% 0.06 42 / 0.16);
}

/* The nav is out of flow now — give the hero content room under it. */
body.theme-v3 .hero-copy {
  padding-top: 4.5rem;
}

/* Anchor jumps shouldn't land under the fixed nav. */
html {
  scroll-padding-top: 6rem;
}

/* The footer card was capped 100px wider than the signup card above it. */
body.theme-v3 .site-footer {
  width: min(calc(100% - 1rem), 1380px);
}

body.theme-v3 .mid-cta {
  display: grid;
  justify-items: center;
  gap: 0.85rem;
  margin: clamp(3rem, 6vw, 4.5rem) auto 0;
  text-align: center;
}

body.theme-v3 .mid-cta .button {
  min-height: 54px;
  padding-inline: 1.6rem;
  border-radius: 999px;
  font-size: 0.9375rem;
  white-space: nowrap;
}

body.theme-v3 .mid-cta span {
  color: var(--ink-muted);
  font-size: 0.8125rem;
  font-weight: 600;
}

/* Single-plan pricing: explicit enough to qualify buyers without turning the
   landing page into a comparison table before they understand the product. */
body.theme-v3 .pricing-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1.18fr);
  align-items: center;
  gap: clamp(2rem, 7vw, 7rem);
  width: min(calc(100% - 1.5rem), 1120px);
  margin-top: clamp(4.5rem, 9vw, 8rem);
  margin-bottom: clamp(4.5rem, 9vw, 8rem);
}

body.theme-v3 .pricing-copy h2 {
  max-width: 12ch;
  margin: 0.45rem 0 0;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  letter-spacing: -0.07em;
  line-height: 0.93;
}

body.theme-v3 .pricing-copy h2 strong {
  color: var(--orange-dark);
  font-weight: 690;
}

body.theme-v3 .pricing-copy > p {
  max-width: 36ch;
  margin: 1.35rem 0 0;
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.58;
}

body.theme-v3 .pricing-card {
  display: grid;
  gap: 1.5rem;
  padding: clamp(1.45rem, 3vw, 2.15rem);
  border: 1px solid color-mix(in oklch, var(--orange) 36%, var(--ink) 12%);
  border-radius: 1.5rem;
  background:
    radial-gradient(circle at 94% 0, oklch(94% 0.09 50 / 0.8), transparent 34%),
    oklch(99% 0.012 68);
  box-shadow: 0 24px 56px oklch(34% 0.06 44 / 0.1);
}

body.theme-v3 .pricing-card-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}

body.theme-v3 .pricing-label {
  color: var(--orange-dark);
  font-size: 0.7rem;
  font-weight: 760;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

body.theme-v3 .pricing-card h3 {
  max-width: 19ch;
  margin: 0.45rem 0 0;
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  letter-spacing: -0.04em;
  line-height: 1.1;
}

body.theme-v3 .pricing-trial {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  flex: 0 0 auto;
  padding: 0.45rem 0.6rem;
  border-radius: 999px;
  background: oklch(94% 0.06 53);
  color: var(--orange-dark);
  font-size: 0.7rem;
  font-weight: 700;
  white-space: nowrap;
}

body.theme-v3 .pricing-trial svg {
  width: 0.85rem;
  height: 0.85rem;
}

body.theme-v3 .pricing-value {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  padding: 1.1rem 0;
  border-block: 1px solid color-mix(in oklch, var(--ink) 10%, transparent);
  color: var(--ink);
}

body.theme-v3 .pricing-value > span {
  align-self: flex-start;
  margin-top: 0.55rem;
  font-size: 1.25rem;
  font-weight: 720;
}

body.theme-v3 .pricing-value strong {
  font-size: clamp(4.2rem, 8vw, 5.6rem);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.1em;
  line-height: 0.76;
}

body.theme-v3 .pricing-value small {
  color: var(--ink-muted);
  font-size: 0.82rem;
  font-weight: 620;
}

body.theme-v3 .pricing-includes {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--ink-soft);
  font-size: 0.875rem;
  font-weight: 570;
}

body.theme-v3 .pricing-includes li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

body.theme-v3 .pricing-includes svg {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
  color: var(--orange-dark);
}

body.theme-v3 .pricing-card .button {
  width: 100%;
  min-height: 54px;
  border-radius: 999px;
}

body.theme-v3 .pricing-reassurance {
  margin: -0.55rem 0 0;
  color: var(--ink-muted);
  font-size: 0.75rem;
  font-weight: 580;
  text-align: center;
}

@media (max-width: 760px) {
  body.theme-v3 .pricing-section {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  body.theme-v3 .pricing-copy h2 {
    max-width: 13ch;
  }
}

@media (max-width: 420px) {
  body.theme-v3 .pricing-card-top {
    display: grid;
  }

  body.theme-v3 .pricing-trial {
    justify-self: start;
  }
}

/* Quote: two columns, no card — portrait, hairline divider, quote + attribution. */
body.theme-v3 .proof-card {
  grid-template-columns: minmax(200px, 300px) minmax(0, 1fr);
  align-items: start;
  gap: clamp(1.75rem, 4vw, 3.25rem);
  width: min(100%, 980px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

body.theme-v3 .proof-portrait {
  position: relative;
  aspect-ratio: 4 / 5;
}

body.theme-v3 .proof-body {
  display: grid;
  gap: 1.6rem;
  align-content: center;
  align-self: stretch;
  padding-left: clamp(1.75rem, 4vw, 3.25rem);
  border-left: 1px solid color-mix(in oklch, var(--ink) 14%, transparent);
}

body.theme-v3 .proof-card figcaption {
  display: grid;
  gap: 0.15rem;
}

body.theme-v3 .proof-card .proof-number {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0;
  border: 0;
}

body.theme-v3 .proof-card .proof-number strong {
  font-size: clamp(2.75rem, 5.5vw, 3.9rem);
  line-height: 0.85;
}

body.theme-v3 .proof-card .proof-number span {
  max-width: none;
  color: var(--ink-muted);
  font-size: 0.8125rem;
  line-height: 1.35;
  white-space: normal;
}

@media (max-width: 720px) {
  body.theme-v3 .proof-card {
    grid-template-columns: minmax(0, 1fr);
  }

  body.theme-v3 .proof-portrait {
    max-width: 260px;
    aspect-ratio: 1 / 1;
  }

  body.theme-v3 .proof-body {
    padding-left: 0;
    border-left: 0;
  }
}

body.theme-v3 .card-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 36px;
  padding: 0.42rem 0.85rem;
  border-radius: 999px;
  background: var(--orange);
  color: oklch(100% 0 0);
  font-size: 0.8125rem;
  font-weight: 700;
  white-space: nowrap;
}

body.theme-v3 .card-cta svg {
  width: 0.9rem;
  height: 0.9rem;
}

body.theme-v3 .lead-avatar {
  background: oklch(92% 0.055 200);
  color: oklch(42% 0.13 245);
}

body.theme-v3 .lead-score em {
  color: oklch(45% 0.12 152);
}

body.theme-v3 .step-tags span {
  gap: 0.34rem;
}

body.theme-v3 .step-tags svg {
  width: 0.85rem;
  height: 0.85rem;
}

body.theme-v3 .step-tags .step-done {
  border-color: color-mix(in oklch, oklch(62% 0.15 152) 34%, transparent);
  background: color-mix(in oklch, oklch(62% 0.15 152) 12%, transparent);
  color: oklch(42% 0.12 152);
}

body.theme-v3 .step-tags .step-done svg {
  color: oklch(52% 0.14 152);
}

body.theme-v3 .step-tags .step-next {
  border-style: dashed;
  border-color: color-mix(in oklch, var(--ink) 22%, transparent);
  background: transparent;
  color: var(--ink-muted);
}

body.theme-v3 .draft-block {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.9rem;
}

body.theme-v3 .draft-label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--ink-soft);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

body.theme-v3 .draft-label svg {
  width: 0.95rem;
  height: 0.95rem;
  color: var(--orange);
}

body.theme-v3 .draft-block .mini-thread {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.45rem;
  margin: 0;
}

body.theme-v3 .mini-thread p {
  max-width: 88%;
  font-size: 0.8125rem;
  line-height: 1.45;
}

/* The timestamp is the whole speed argument — let it carry that weight. */
body.theme-v3 .product-command {
  font-size: 0.8125rem;
}

body.theme-v3 .product-command .time-hero {
  color: var(--orange);
  font-size: 1.25rem;
  font-weight: 780;
  letter-spacing: -0.03em;
}

/* An unlabelled percentage next to a name reads as invented. */
body.theme-v3 .risk-score {
  display: grid;
  justify-items: end;
  gap: 0.05rem;
  color: var(--ink-muted);
  font-size: 0.6875rem;
  font-weight: 640;
  letter-spacing: 0.02em;
  text-align: right;
  text-transform: uppercase;
}

body.theme-v3 .risk-score em {
  color: oklch(49% 0.19 28);
  font-size: 1.05rem;
  font-style: normal;
  font-weight: 780;
  letter-spacing: -0.02em;
}

body.theme-v3 .product-person small {
  font-size: 0.8125rem;
}

body.theme-v3 .product-person strong {
  font-size: 0.9375rem;
}

body.theme-v3 .signal-tags {
  gap: 0.4rem;
  margin-top: 0.85rem;
}

body.theme-v3 .signal-tags span {
  display: inline-flex;
  align-items: center;
  padding: 0.34rem 0.62rem;
  border: 1px solid color-mix(in oklch, var(--orange) 26%, transparent);
  background: color-mix(in oklch, var(--orange) 11%, transparent);
  color: var(--orange-dark);
  font-size: 0.75rem;
  font-weight: 680;
}

body.theme-v3 .product-footer {
  margin-top: 0.95rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--line);
  font-size: 0.8125rem;
}

body.theme-v3 .booked-footer > span {
  font-size: 0.8125rem;
  font-weight: 680;
}

body.theme-v3 .booked-footer b {
  font-size: 0.8125rem;
}

/* --- Desktop hero composition: bigger dashboard, lead card lifted clear of the sidebar --- */
@media (min-width: 1024px) {
  body.theme-v3 .v3-product-core {
    width: min(94%, 1280px);
  }

  body.theme-v3 .v3-card-lead {
    top: calc(0.5% - 25px);
  }

  body.theme-v3 .v3-card-retention {
    bottom: calc(12% + 50px);
  }

  body.theme-v3 .v3-phone-overlay {
    top: calc(4% - 50px);
    right: 6%;
  }

  /* Tuck the whole composition up under the reassurance row. */
  body.theme-v3 .v3-product-stage {
    margin-top: clamp(0.5rem, 1vw, 0.9rem);
  }
}

/* --- 6. Mobile hero: show the phone alone, uncropped --- */
@media (max-width: 1023px) {
  body.theme-v3 .v3-product-stage {
    width: 100%;
    height: auto;
    display: grid;
    justify-items: center;
    padding: 0 0 1.25rem;
    overflow: visible;
  }

  body.theme-v3 .v3-product-core,
  body.theme-v3 .crm-window-v3,
  body.theme-v3 .v3-overlay-card,
  body.theme-v3 .v3-card-lead,
  body.theme-v3 .v3-card-retention,
  body.theme-v3 .v3-card-campaign,
  body.theme-v3 .float-card,
  body.theme-v3 .v3-example-chip {
    display: none !important;
  }

  body.theme-v3 .v3-mobile-stage-label {
    position: static;
    width: 100%;
    min-height: 0;
    padding: 1rem 1.15rem;
    backdrop-filter: none;
  }

  body.theme-v3 .v3-mobile-stage-label span {
    font-size: 0.75rem;
  }

  body.theme-v3 .v3-mobile-stage-label strong {
    font-size: 1.05rem;
  }

  body.theme-v3 .v3-phone-overlay {
    position: static;
    z-index: auto;
    top: auto;
    right: auto;
    width: min(100%, 360px);
    margin: 1.25rem auto 0;
    transform: none;
  }

  body.theme-v3 .v3-phone-screen {
    min-height: 0;
    padding: 1.15rem 1rem 1rem;
  }

  /* Real copy in the phone was 6.6px. It is the only product proof on mobile — make it readable. */
  body.theme-v3 .v3-phone-brand span {
    font-size: 0.8125rem;
  }

  body.theme-v3 .v3-phone-greeting {
    margin-top: 0.9rem;
    font-size: 1.3rem;
  }

  body.theme-v3 .v3-phone-summary {
    font-size: 0.9375rem;
    line-height: 1.45;
  }

  body.theme-v3 .v3-phone-label {
    font-size: 0.75rem;
  }

  body.theme-v3 .v3-phone-list {
    gap: 0.5rem;
  }

  body.theme-v3 .v3-phone-list li {
    min-height: 56px;
    padding: 0.7rem 0.75rem;
  }

  body.theme-v3 .v3-phone-list strong {
    font-size: 0.9375rem;
  }

  body.theme-v3 .v3-phone-list small {
    font-size: 0.8125rem;
  }

  body.theme-v3 .v3-phone-prompt {
    min-height: 48px;
  }

  body.theme-v3 .v3-phone-prompt span {
    font-size: 0.9375rem;
  }

  body.theme-v3 .nav-pill .brand {
  gap: 0.18rem;
}

body.theme-v3 .nav-pill .brand img {
  width: 45px;
  height: 45px;
  border-radius: 0;
}

body.theme-v3 .nav-pill .brand em {
  color: var(--orange);
  font-style: normal;
}

body.theme-v3 .nav-pill .button-nav {
    font-size: 0.8125rem;
    padding-inline: 0.8rem;
  }
}


/* ── Testimonial portrait — real photo replacing the drop slot ─────────────── */
body.theme-v3 .proof-portrait > picture {
  display: block;
  width: 100%;
  height: 100%;
}
body.theme-v3 .proof-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Pac's face sits high in frame; 20% keeps it clear of both the 4/5
     desktop crop and the 1/1 mobile crop. */
  object-position: 50% 20%;
  border-radius: 14px;
  display: block;
}
