/* ==========================================================================
   Feature page, variant 2 — "Field"
   A narrow, scannable column. Light ground with a living colour field in the
   hero, grey-fade headlines, one-line cards whose product shots bleed off the
   corner, a two-row integration slider, coloured results cards.
   Extends styles.css (tokens, header, buttons, footer, CTA, reveals).
   ========================================================================== */

:root {
  --font-serif: "Fraunces", Georgia, "Times New Roman", serif;
  --v2-col: 1080px;
  --v2-body: #4a5065;
  --v2-card: #f6f7fb;
  --v2-line: rgba(15, 13, 25, .07);
  --v2-shadow: 0 1px 2px rgba(15, 13, 25, .06), 0 20px 40px -24px rgba(15, 13, 25, .25);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
}
.v2 main { color: var(--ink); }
.v2 .col { width: 100%; max-width: var(--v2-col); margin-inline: auto; padding-inline: 24px; }
.v2 .col--narrow { max-width: 760px; }
.v2 section { padding: clamp(64px, 7vw, 104px) 0; }

/* ---------- type ---------- */
.v2 .kicker { display: block; margin-bottom: 16px; font: 500 12px/1.4 var(--font-display); letter-spacing: .14em; text-transform: uppercase; color: #6b7088; }
.v2 .h { font: 500 clamp(32px, 3.8vw, 50px)/1.1 var(--font-serif); letter-spacing: -.015em; color: var(--ink); text-wrap: balance; font-optical-sizing: auto; }
.v2 .h .fade { color: inherit; font-style: italic; }
.v2 .sub { max-width: 62ch; margin-top: 16px; font: 400 17px/1.6 var(--font-body); color: var(--v2-body); text-wrap: pretty; }
.v2 .sub strong { color: var(--ink); font-weight: 600; }
.v2 .head { max-width: 760px; margin: 0 auto 40px; text-align: center; }
.v2 .head .sub { margin-inline: auto; }
.v2 .head .btn { margin-top: 22px; }

/* ---------- buttons ---------- */
.v2 .btn--ink { background: var(--ink); color: #fff; }
.v2 .btn--ink:hover { background: #26233a; }
.v2 .btn--md { padding: 12px 20px; font-size: 15px; }
.v2 .btn .icon { width: 18px; height: 18px; }

/* ---------- hero ---------- */
.v2-hero { position: relative; margin-top: calc(-1 * var(--header-h)); padding: calc(var(--header-h) + 64px) 0 72px !important; overflow: hidden; background: #fff; }
/* the blob: a WebGL surface clipped by a blurred, faded SVG shape; sits under the right column */
.v2-hero .blob { position: absolute; top: 0; bottom: 0; left: 46%; right: -8%; z-index: 0; pointer-events: none; contain: strict; }
.blob-canvas { display: block; width: 100%; height: 100%; opacity: 0; transition: opacity 1s cubic-bezier(.23, 1, .32, 1); will-change: transform; transform: translateZ(0); }
.blob-canvas.is-loaded { opacity: .6; }
.blob-mask { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; }
.v2-hero .col { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: clamp(32px, 4vw, 64px); align-items: center; }
.hero-copy { text-align: left; }
.v2-hero .badge { display: inline-flex; flex-wrap: wrap; max-width: 100%; align-items: center; gap: 8px; margin-bottom: 26px; padding: 6px 12px 6px 6px; border-radius: 999px; background: rgba(255, 255, 255, .8); box-shadow: 0 0 0 1px var(--v2-line), 0 8px 20px -12px rgba(15, 13, 25, .3); backdrop-filter: blur(6px); font: 500 13px/1.3 var(--font-body); color: var(--v2-body); }
.v2-hero .badge b { padding: 3px 8px; border-radius: 999px; background: var(--pink); color: #fff; font: 700 11px/1.3 var(--font-display); letter-spacing: .04em; }
.v2-hero h1 { margin: 0; max-width: 14ch; font: 500 clamp(38px, 4.4vw, 62px)/1.06 var(--font-serif); letter-spacing: -.015em; text-wrap: balance; font-optical-sizing: auto; }
.v2-hero h1 .w { display: inline-block; }
.v2-hero .sub { max-width: 48ch; margin: 24px 0 0; font-size: 17px; }
.v2-hero .capture { display: flex; justify-content: flex-start; margin-top: 28px; }
.v2-hero .capture form { display: flex; align-items: center; gap: 6px; padding: 6px; border-radius: 999px; background: #fff; box-shadow: 0 0 0 1px var(--v2-line), var(--v2-shadow); }
.v2-hero .capture input { width: 230px; padding: 10px 16px; border: 0; background: transparent; font: 400 15px/1.4 var(--font-body); color: var(--ink); outline: none; }
.v2-hero .capture input::placeholder { color: #6b7088; }
.v2-hero .capture .btn { padding: 12px 20px; font-size: 15px; }
.v2-hero .fine { margin-top: 14px; font: 400 13px/1.5 var(--font-body); color: var(--v2-body); }
.v2-hero .fine b { color: var(--ink); font-weight: 600; }

/* the console: a product surface on the field, with results drifting around it */
.console-wrap { position: relative; width: 100%; margin: 0; padding: 24px 0 28px; }
.console { position: relative; z-index: 1; border-radius: 18px; background: #fff; box-shadow: 0 0 0 1px var(--v2-line), 0 40px 80px -40px rgba(0, 61, 255, .35), 0 24px 48px -32px rgba(15, 13, 25, .35); overflow: hidden; text-align: left; }
.console-bar { display: flex; align-items: center; gap: 10px; padding: 12px 16px; border-bottom: 1px solid var(--v2-line); font: 500 12.5px/1.3 var(--font-display); color: var(--v2-body); }
.console-bar i { width: 10px; height: 10px; border-radius: 50%; background: #e4e6ef; }
.console-bar i:first-child { background: #ff5f57; } .console-bar i:nth-child(2) { background: #febc2e; } .console-bar i:nth-child(3) { background: #28c840; }
.console-bar b { margin-left: 8px; color: var(--ink); font-weight: 600; }
.console-bar span { margin-left: auto; padding: 4px 9px; border-radius: 6px; background: var(--ghost); font-size: 11.5px; }
.console-body { display: grid; grid-template-columns: 1.05fr .95fr; gap: 0; }
.console-main { padding: 16px 16px 18px; border-right: 1px solid var(--v2-line); }
.kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 14px; }
.kpi { padding: 10px 12px; border-radius: 12px; background: var(--v2-card); }
.kpi > span { display: block; font: 500 11.5px/1.3 var(--font-display); color: var(--v2-body); }
.kpi b { display: block; margin-top: 3px; font: 700 22px/1.1 var(--font-display); letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.kpi em { display: inline-block; margin-left: 6px; padding: 2px 6px; border-radius: 5px; background: #ddf7ea; color: #0c7a52; font: 600 11px/1.3 var(--font-display); font-style: normal; vertical-align: middle; }
.chart { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(0, 1fr); gap: 6px; align-items: end; height: 84px; padding: 0 2px; } /* one column per bar, however many are passed; the old repeat(8) wrapped 14 bars into two rows (2026-09-05) */
.chart i { display: block; border-radius: 4px 4px 2px 2px; background: #dfe5ff; height: var(--h); transform-origin: bottom; transform: scaleY(0); animation: grow .8s var(--ease-out) forwards; animation-delay: calc(var(--i) * 40ms + .4s); }
.chart i.hot { background: var(--blue); }
@keyframes grow { to { transform: scaleY(1); } }
.chart-x { display: flex; justify-content: space-between; margin-top: 8px; font: 500 10.5px/1.3 var(--font-display); color: #6b7088; }
.seq-strip { display: flex; gap: 8px; margin-top: 18px; }
.seq-strip span { flex: 1; padding: 8px 10px; border-radius: 10px; background: var(--v2-card); font: 500 11.5px/1.3 var(--font-display); color: var(--v2-body); }
.seq-strip b { display: block; color: var(--blue); font-weight: 700; font-size: 11px; margin-bottom: 2px; }
.console-side { padding: 16px 14px 18px; }
.console-side h4 { margin-bottom: 12px; font: 600 12.5px/1.3 var(--font-display); color: var(--v2-body); }
.feed { display: grid; gap: 8px; }
.feed li { display: grid; grid-template-columns: 32px 1fr; gap: 10px; align-items: center; padding: 10px 11px; border-radius: 12px; background: var(--v2-card); font: 500 13px/1.3 var(--font-display); }
.feed li small { display: block; font: 400 12px/1.3 var(--font-body); color: var(--v2-body); }
.feed .av { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; color: #fff; font: 700 11px/1 var(--font-display); background: linear-gradient(135deg, var(--a, #9bb5ff), var(--b, var(--blue))); }
.feed .g, .feed .f { background: #fff; box-shadow: 0 0 0 1px var(--v2-line); } /* a source row: white disc, hairline, official mark inside */
.feed .av .icon { width: 17px; height: 17px; }

.float { position: absolute; z-index: 2; display: flex; align-items: center; gap: 10px; padding: 10px 14px 10px 10px; border-radius: 14px; background: #fff; box-shadow: 0 0 0 1px var(--v2-line), 0 18px 40px -18px rgba(15, 13, 25, .4); font: 600 13px/1.3 var(--font-display); white-space: nowrap; }
.float small { display: block; font: 400 11.5px/1.3 var(--font-body); color: var(--v2-body); }
.float i { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-style: normal; font: 700 12px/1 var(--font-display); }
.float i.mark { background: #fff; box-shadow: inset 0 0 0 1px var(--v2-line); } /* the new-review chip carries the Google mark, not a blue G */
.float i .icon { width: 16px; height: 16px; }
.float--1 { left: -6%; top: calc(100% - 22px); }
.float--2 { right: -11%; top: -14px; }
.float.is-pop { animation: pop .6s var(--ease-out); }
@keyframes pop { 0% { scale: 1; } 40% { scale: 1.08; } 100% { scale: 1; } }
@media (prefers-reduced-motion: no-preference) {
  .float { animation: floaty 6s ease-in-out infinite; }
  .float--2 { animation-delay: -2s; } .float--3 { animation-delay: -4s; }
  @keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
  .v2-hero h1 .w { opacity: 0; transform: translateY(14px); animation: word .7s var(--ease-out) forwards; animation-delay: calc(var(--i) * 60ms + .1s); }
  @keyframes word { to { opacity: 1; transform: none; } }
}

/* results ticker: what a campaign produces, as coloured signal chips */
.ticker { padding: 0 0 56px !important; }
.ticker-rows { display: grid; gap: 10px; mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.ticker-row { display: flex; gap: 10px; width: max-content; }
.chip { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px 8px 10px; border-radius: 999px; background: var(--v2-card); box-shadow: 0 0 0 1px var(--v2-line); font: 500 13px/1.3 var(--font-display); color: var(--ink); white-space: nowrap; }
.chip i { width: 10px; height: 10px; border-radius: 3px; background: var(--c, var(--blue)); }
@media (prefers-reduced-motion: no-preference) {
  .ticker-row { animation: tick 60s linear infinite; }
  .ticker-row:nth-child(2) { animation-direction: reverse; animation-duration: 75s; }
  .ticker-row:nth-child(3) { animation-duration: 90s; }
  @keyframes tick { to { transform: translateX(calc(-50% - 5px)); } }
}

/* ---------- logos ---------- */
.v2-logos { padding: 0 0 72px !important; }
.v2-logos .col { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 40px; padding-top: 28px; padding-bottom: 28px; border-top: 1px solid var(--v2-line); border-bottom: 1px solid var(--v2-line); }
.v2-logos p { font: 500 13px/1.4 var(--font-display); color: #6b7088; }
.v2-logos ul { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.v2-logos img { max-height: 26px; width: auto; opacity: .75; filter: grayscale(1); }

/* ---------- old way / cloutly way ---------- */
.ways { display: grid; grid-template-columns: 1fr 1fr; margin-top: 44px; border-top: 1px solid var(--v2-line); border-bottom: 1px solid var(--v2-line); }
.way { padding: 32px 28px 36px; }
.way + .way { border-left: 1px solid var(--v2-line); }
.way h3 { margin-bottom: 18px; font: 500 24px/1.25 var(--font-serif); letter-spacing: -.01em; }
.way ul { display: grid; gap: 12px; }
.way li { display: grid; grid-template-columns: 16px 1fr; gap: 10px; align-items: start; font: 400 15px/1.5 var(--font-body); color: var(--v2-body); }
.way li b { color: var(--ink); font-weight: 600; }
.way li .icon { width: 16px; height: 16px; margin-top: 3px; color: #c9214b; }
.way--new li .icon { color: #0c7a52; }
.way .btn { margin-top: 22px; }

/* ---------- card blocks (the ClickUp rhythm: two wide, three narrow) ---------- */
.cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.cards--3 { grid-template-columns: repeat(3, 1fr); margin-top: 16px; }
.card { position: relative; display: flex; flex-direction: column; min-height: 320px; padding: 26px 26px 0; border-radius: 16px; background: var(--v2-card); box-shadow: inset 0 0 0 1px var(--v2-line); overflow: hidden; }
.cards--3 .card { min-height: 300px; }
.card h3 { font: 700 18px/1.3 var(--font-display); letter-spacing: -.01em; }
.card > p { margin-top: 8px; max-width: 46ch; font: 400 14.5px/1.55 var(--font-body); color: var(--v2-body); text-wrap: pretty; }
.card > p b { color: var(--ink); font-weight: 600; }
.shot { position: relative; margin: 22px -1px 0 8px; align-self: flex-end; width: calc(100% - 8px); flex: 1; min-height: 150px; padding: 14px 14px 20px; border-radius: 12px 0 0 0; background: #fff; box-shadow: 0 0 0 1px var(--v2-line), 0 -14px 40px -30px rgba(15, 13, 25, .4); font-family: var(--font-body); font-size: 12px; }
/* the hover lift on .shot was removed 2026-09-04 (Lachlan): mocks sit still on their cards */
.shot-h { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; font: 600 11.5px/1.3 var(--font-display); color: var(--v2-body); }
.shot-h span { padding: 3px 8px; border-radius: 6px; background: var(--ghost); color: var(--blue); }
.row { display: grid; grid-template-columns: 54px 1fr auto; gap: 10px; align-items: center; padding: 8px 10px; border-radius: 10px; background: var(--v2-card); font: 400 12px/1.4 var(--font-body); color: var(--ink); }
.row + .row { margin-top: 6px; }
.row b { font: 700 11px/1 var(--font-display); color: var(--blue); }
.row .tag { padding: 3px 7px; border-radius: 6px; background: #fff; box-shadow: 0 0 0 1px var(--v2-line); font: 600 10.5px/1.3 var(--font-display); color: var(--v2-body); }
.appt { display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: center; padding: 10px 12px; border-radius: 10px; background: var(--v2-card); }
.appt b { display: block; font: 600 12.5px/1.3 var(--font-display); }
.appt span { color: var(--v2-body); font-size: 11.5px; }
.appt time { font: 700 12px/1 var(--font-display); color: var(--blue); }
.timeline { position: relative; margin: 12px 0 0 12px; padding-left: 16px; border-left: 2px solid #dfe5ff; }
.timeline li { position: relative; padding: 4px 0 10px; font-size: 12px; color: var(--v2-body); }
.timeline li::before { content: ""; position: absolute; left: -21px; top: 8px; width: 8px; height: 8px; border-radius: 50%; background: #dfe5ff; }
.timeline li.hot::before { background: var(--blue); box-shadow: 0 0 0 4px rgba(0, 61, 255, .15); }
.timeline li b { color: var(--ink); font-weight: 600; }
.sms { padding: 10px 12px; border-radius: 12px 12px 12px 4px; background: var(--v2-card); font-size: 12px; line-height: 1.45; }
.sms b { color: var(--blue); }
.dests { display: flex; flex-wrap: wrap; gap: 8px; }
.dests span { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border-radius: 9px; background: var(--v2-card); font: 600 12px/1.3 var(--font-display); }
.dests i { width: 18px; height: 18px; border-radius: 50%; display: grid; place-items: center; color: #fff; font: 700 10px/1 var(--font-display); font-style: normal; }
.stars { display: flex; gap: 4px; font-size: 20px; color: #f5a623; margin-bottom: 8px; }
.stars span:nth-child(n+3) { color: #dfe5ff; }
.private { padding: 10px 12px; border-radius: 10px; background: var(--v2-card); font-size: 12px; line-height: 1.45; color: var(--v2-body); }
.private b { display: block; color: var(--ink); font: 600 12.5px/1.3 var(--font-display); margin-bottom: 3px; }
.video-shot { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.video-shot img { width: 100%; height: 100%; object-fit: cover; border-radius: 10px; }
.funnel { display: grid; gap: 8px; }
.funnel li { display: grid; grid-template-columns: 64px 1fr 44px; gap: 10px; align-items: center; font: 500 12px/1.3 var(--font-display); }
.funnel .bar { height: 10px; border-radius: 5px; background: var(--v2-card); overflow: hidden; }
.funnel .bar i { display: block; height: 100%; width: var(--w); border-radius: 5px; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform 1s var(--ease-out); }
.is-visible .funnel .bar i { transform: none; }
.funnel em { font-style: normal; text-align: right; color: var(--v2-body); font-variant-numeric: tabular-nums; }
.review { padding: 10px 12px; border-radius: 10px; background: var(--v2-card); font-size: 12px; line-height: 1.45; }
.review header { display: flex; align-items: center; gap: 8px; margin-bottom: 4px; font: 600 12px/1.3 var(--font-display); }
.review .g { width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; background: #fff; box-shadow: 0 0 0 1px var(--v2-line); font: 700 11px/1 var(--font-display); color: #4285f4; }
.review .st { color: #f5a623; font-size: 10px; letter-spacing: 1px; }
.reply { display: flex; gap: 8px; margin-top: 8px; padding: 10px 12px; border-radius: 10px; background: #eef2ff; font-size: 12px; line-height: 1.45; color: var(--ink); }
.reply i { flex: none; width: 22px; height: 22px; border-radius: 50%; background: var(--blue); color: #fff; display: grid; place-items: center; font-style: normal; font: 700 10px/1 var(--font-display); }
.board { display: grid; gap: 8px; }
.board li { display: grid; grid-template-columns: 18px 1fr auto; gap: 8px; align-items: center; font: 500 12px/1.3 var(--font-display); }
.board b { color: #8b90a6; font-weight: 600; }
.board .bar { height: 8px; border-radius: 4px; background: var(--v2-card); overflow: hidden; }
.board .bar i { display: block; height: 100%; width: var(--w); border-radius: 4px; background: var(--pink); }
.board em { font-style: normal; font-variant-numeric: tabular-nums; }
.rollup { display: grid; gap: 6px; }
.rollup li { display: grid; grid-template-columns: 1fr 50px 50px 50px; gap: 8px; align-items: center; padding: 6px 8px; border-radius: 8px; font: 500 11.5px/1.3 var(--font-display); }
.rollup li:first-child { color: #8b90a6; font-weight: 600; font-size: 10.5px; }
.rollup li:not(:first-child) { background: var(--v2-card); }
.rollup em { font-style: normal; text-align: right; font-variant-numeric: tabular-nums; }
.rollup .up { color: #0c7a52; }
.optout { display: grid; gap: 8px; }
.optout .sms { border-radius: 12px 12px 4px 12px; background: var(--ink); color: #fff; justify-self: end; max-width: 60%; }
.optout .note { display: flex; align-items: center; gap: 8px; padding: 8px 10px; border-radius: 10px; background: #ddf7ea; color: #0c7a52; font: 600 12px/1.3 var(--font-display); }

/* ---------- integration slider ---------- */
.integrations { text-align: center; }
.slider { position: relative; margin-top: 40px; padding: 8px 0 8px; mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent); overflow: hidden; }
.slider-row { display: flex; gap: 14px; width: max-content; padding: 6px 0; }
.tile { display: flex; align-items: center; gap: 12px; height: 64px; padding: 0 20px 0 12px; border-radius: 16px; background: #fff; box-shadow: 0 0 0 1px var(--v2-line), 0 8px 20px -14px rgba(15, 13, 25, .35); font: 600 14px/1.2 var(--font-display); color: var(--ink); white-space: nowrap; text-align: left; }
.tile small { display: block; margin-top: 2px; font: 400 11.5px/1.2 var(--font-body); color: var(--v2-body); }
.tile i { width: 36px; height: 36px; border-radius: 11px; display: grid; place-items: center; color: #fff; font: 700 12px/1 var(--font-display); font-style: normal; background: var(--c, var(--blue)); }
@media (prefers-reduced-motion: no-preference) {
  .slider-row { animation: tick 70s linear infinite; }
  .slider-row:nth-child(3) { animation-direction: reverse; animation-duration: 80s; }
  .slider-row:nth-child(4) { animation-duration: 90s; }
}
.facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: var(--v2-col); margin: 44px auto 0; padding: 0 24px; text-align: left; }
.fact { padding: 22px 24px; border-radius: 16px; background: var(--v2-card); box-shadow: inset 0 0 0 1px var(--v2-line); }
.fact .icon { width: 24px; height: 24px; color: var(--blue); margin-bottom: 12px; }
.fact h3 { font: 700 16px/1.3 var(--font-display); }
.fact p { margin-top: 6px; font: 400 14px/1.55 var(--font-body); color: var(--v2-body); }
.fact p b { color: var(--ink); font-weight: 600; }
.integrations .sub { margin-inline: auto; }

/* ---------- results: coloured cards ---------- */
.results { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 44px; }
.result { position: relative; display: flex; flex-direction: column; min-height: 340px; padding: 28px; border-radius: 18px; color: #fff; overflow: hidden; isolation: isolate; }
.result::after { content: ""; position: absolute; inset: 0; z-index: -1; background: url("../images/nnnoise-2.svg") 50% / 300px; opacity: .35; mix-blend-mode: soft-light; }
.result--blue { background: linear-gradient(160deg, #0a2ed6, var(--blue-2)); }
.result--pink { background: linear-gradient(160deg, #c9184a, #e0244f); }
.result--violet { background: linear-gradient(160deg, #5d4bb3, #7866cc); }
.result .logo-wrap { display: inline-flex; align-self: flex-start; align-items: center; height: 40px; margin-bottom: 26px; padding: 0 14px; border-radius: 10px; background: #fff; }
.result .logo { height: 22px; width: auto; }
.result b { display: block; font: 500 clamp(48px, 5vw, 66px)/1 var(--font-serif); letter-spacing: -.02em; font-optical-sizing: auto; }
.result b small { font-size: .45em; letter-spacing: 0; vertical-align: baseline; margin-left: 2px; }
.result .what { margin-top: 10px; font: 500 15px/1.45 var(--font-display); }
.result blockquote { margin: auto 0 0; padding-top: 22px; font: 400 16px/1.5 var(--font-serif); font-style: italic; color: rgba(255, 255, 255, .9); }
.result cite { display: block; margin-top: 10px; font: 600 12.5px/1.4 var(--font-display); font-style: normal; color: #fff; }
.result cite span { display: block; font-weight: 400; color: rgba(255, 255, 255, .92); }

/* ---------- who it's for ---------- */
.fits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 40px; }
.fit { padding: 24px 24px 26px; border-radius: 16px; background: var(--v2-card); box-shadow: inset 0 0 0 1px var(--v2-line); }
.fit .icon { width: 26px; height: 26px; color: var(--blue); margin-bottom: 14px; }
.fit h3 { font: 700 17px/1.3 var(--font-display); }
.fit h3 small { display: block; margin-top: 3px; font: 400 13px/1.4 var(--font-body); color: #8b90a6; }
.fit p { margin-top: 10px; font: 400 14.5px/1.55 var(--font-body); color: var(--v2-body); }
.fit ul { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.fit li { padding: 5px 9px; border-radius: 999px; background: #fff; box-shadow: 0 0 0 1px var(--v2-line); font: 500 12px/1.3 var(--font-display); }

/* ---------- FAQ ---------- */
.faq-list { margin-top: 36px; border-top: 1px solid var(--v2-line); }
.faq-item { border-bottom: 1px solid var(--v2-line); }
.faq-q { display: flex; justify-content: space-between; align-items: center; gap: 20px; width: 100%; padding: 18px 0; text-align: left; font: 600 16px/1.4 var(--font-display); color: var(--ink); }
.faq-q .icon { width: 16px; height: 16px; color: var(--blue); transition: transform .35s var(--ease-out); }
.faq-q .icon { transform: rotate(45deg); } /* the glyph is an x; at rest it reads as a plus (open me), and open it reads as an x (close me). Was inverted until 2026-09-05. */
.faq-q[aria-expanded="true"] .icon { transform: rotate(0deg); }
.faq-a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .4s var(--ease-out); }
.faq-a > div { overflow: hidden; }
.faq-a p { padding: 0 0 18px; max-width: 64ch; font: 400 15px/1.6 var(--font-body); color: var(--v2-body); }
.faq-item.is-open .faq-a { grid-template-rows: 1fr; }

/* ---------- CTA (reuse styles.css .cta but narrower) ---------- */
.v2 .cta-inner { max-width: var(--v2-col); padding: 0 24px; }
.v2 .cta-card { border-radius: 24px; }

/* ---------- breakpoints ---------- */
@media (max-width: 991px) {
  .hero-grid { grid-template-columns: 1fr; }
  .v2-hero .blob { left: -10%; right: -10%; top: 40%; }
  .hero-copy { text-align: center; }
  .v2-hero h1 { margin: 0 auto; max-width: 15ch; }
  .v2-hero .sub { margin-inline: auto; }
  .v2-hero .capture { justify-content: center; }
  .console-wrap { max-width: 720px; margin: 24px auto 0; }
  .console-body { grid-template-columns: 1fr; }
  .console-main { border-right: 0; border-bottom: 1px solid var(--v2-line); }
  .float--1 { left: 2%; top: -14px; } .float--2 { right: 2%; top: -14px; } .float--3 { right: 2%; bottom: 8px; }
  .cards--3 { grid-template-columns: 1fr 1fr; }
  .results, .fits { grid-template-columns: 1fr 1fr; }
  .v2-logos .col { grid-template-columns: 1fr; gap: 20px; text-align: center; }
  .v2-logos ul { flex-wrap: wrap; justify-content: center; gap: 22px 32px; }
}
@media (max-width: 767px) {
  .v2 section { padding: 64px 0; }
  .v2-hero .capture form { flex-direction: column; width: 100%; border-radius: 20px; }
  .v2-hero .capture input { width: 100%; text-align: center; }
  .v2-hero .capture form .btn { width: 100%; }
  .cards, .cards--3, .results, .fits, .facts { grid-template-columns: 1fr; }
  .ways { grid-template-columns: 1fr; }
  .way + .way { border-left: 0; border-top: 1px solid var(--v2-line); }
  .float { display: none; }
  .v2-hero .badge { display: none; }
  .medallion { width: 96px; height: 96px; }
  .medallion img { width: 66px; }
}
@media (max-width: 479px) {
  .v2-hero h1 { font-size: clamp(34px, 9.5vw, 42px); }
  .v2-hero .badge { font-size: 12px; }
  .card { padding: 22px 22px 0; }
  .shot { margin-left: 0; width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .chart i { animation: none; transform: none; }
  .funnel .bar i, .faq-a, .faq-q .icon { transition: none; }
}

/* static states for reduced motion / capture */
.no-motion .chart i { animation: none; transform: none; }
.no-motion .v2-hero h1 .w { animation: none; opacity: 1; transform: none; }
.no-motion .blob-canvas { transition: none; }
.no-motion .float { animation: none; }
.no-motion .ticker-row, .no-motion .slider-row { animation: none; }
.no-motion .funnel .bar i { transition: none; }


.v2 .cta-card h2 { font: 500 40px/1.1 var(--font-serif); letter-spacing: -.01em; }

/* ---------- live console ---------- */
.feed-h { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; font: 600 12.5px/1.3 var(--font-display); color: var(--v2-body); }
.feed-h .dot { width: 8px; height: 8px; border-radius: 50%; background: #1fb07a; }
.feed li { overflow: hidden; }
.seq-strip span { transition: background-color .35s var(--ease-out), color .35s var(--ease-out); }
.seq-strip span.is-on { background: var(--blue); color: #fff; }
.seq-strip span.is-on b { color: #fff; }
.chart i { transition: height .7s var(--ease-out); }
.console, .float { will-change: translate; }
@media (prefers-reduced-motion: no-preference) {
  .feed-h .dot { animation: ping 2.4s infinite; }
  @keyframes ping { 0% { box-shadow: 0 0 0 0 rgba(31, 176, 122, .45); } 70% { box-shadow: 0 0 0 8px rgba(31, 176, 122, 0); } 100% { box-shadow: 0 0 0 0 rgba(31, 176, 122, 0); } }
}

/* the live feed never changes the console's height: the main column sets it, the side clips */
.console-body { align-items: stretch; }
.console-side { display: flex; flex-direction: column; min-height: 0; overflow: hidden; }
.console-side .feed { flex: 1 1 0; min-height: 0; overflow: hidden; align-content: start; }
.feed li > div { min-width: 0; }
.feed li > div, .feed li small { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* stacked console on phones: the feed keeps its natural height */
@media (max-width: 767px) {
  .console-side { overflow: visible; }
  .console-side .feed { flex: 0 0 auto; overflow: visible; }
}

/* ---------- hero portraits: circles of real people floating around the product moment (2026-09-04) ---------- */
.pp-group { position: absolute; inset: 0; pointer-events: none; z-index: 3; }
.pp { position: absolute; display: block; border-radius: 50%; overflow: hidden; background: #eef1f7; box-shadow: 0 0 0 5px #fff, 0 20px 40px -16px rgba(15, 13, 25, .45); }
.pp img { display: block; width: 100%; height: 100%; object-fit: cover; }
.pp--lg { width: 94px; height: 94px; }
.pp--md { width: 76px; height: 76px; }
.pp--sm { width: 60px; height: 60px; }
.pp--tl { left: -5%; top: 1%; }
.pp--tr { right: -5%; top: -2%; }
.pp--ml { left: -7%; top: 45%; }
.pp--mr { right: -7%; top: 43%; }
.pp--bl { left: 1%; bottom: 3%; }
.pp--br { right: -4%; bottom: 4%; }
@media (prefers-reduced-motion: no-preference) {
  .pp { animation: pp-float 13s ease-in-out infinite; }
  .pp--md { animation-duration: 15s; animation-delay: -4s; }
  .pp--sm { animation-duration: 17s; animation-delay: -8s; }
}
@keyframes pp-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
.no-motion .pp { animation: none; }
@media (max-width: 991px) {
  .pp--lg { width: 76px; height: 76px; }
  .pp--md { width: 64px; height: 64px; }
  .pp--sm { width: 52px; height: 52px; }
  .pp--tl { left: 0; top: 0; }
  .pp--br { right: 0; }
  .pp--ml, .pp--mr { display: none; }
}
/* phones: one portrait only, tucked into the empty right shoulder of the moment so it never covers the message */
@media (max-width: 560px) {
  .pp:nth-child(n+2) { display: none; }
  .pp--lg, .pp--md, .pp--sm { width: 56px; height: 56px; box-shadow: 0 0 0 4px #fff, 0 14px 28px -12px rgba(15, 13, 25, .4); }
  .pp--tl, .pp--ml, .pp--bl { left: auto; right: 2%; top: -22px; bottom: auto; }
  .pp--tr, .pp--mr, .pp--br { right: 2%; top: -22px; bottom: auto; }
}

/* ---------- one big customer quote: a subpage's whole proof (2026-09-04) ---------- */
.tq-section { padding: clamp(64px, 8vw, 116px) 0; }
.tq { max-width: 780px; margin: 0 auto; }
.tq blockquote { margin: 0; } /* the UA 40px indent put the quote out of line with its own attribution (2026-09-04) */
.tq blockquote p { font: 500 clamp(23px, 2.8vw, 35px)/1.3 var(--font-serif); letter-spacing: -.015em; color: var(--ink); text-wrap: balance; }
.tq blockquote p strong { font-weight: 600; }
.tq figcaption { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px 24px; margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--v2-line); }
.tq-who { display: flex; align-items: center; gap: 14px; }
.tq-who > img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.tq-name { display: block; font: 600 15px/1.3 var(--font-display); color: var(--ink); }
.tq-role { display: block; margin-top: 2px; font: 400 14px/1.4 var(--font-body); color: var(--v2-body); }
.tq-logo { height: 26px; width: auto; opacity: .85; }
@media (max-width: 560px) { .tq figcaption { gap: 18px; } .tq-logo { height: 22px; } }

/* ---------- placeholder feature pages (2026-09-04): the hero moment is a plain list until the page is written ---------- */
.stub .hero-moment { display: flex; justify-content: flex-end; padding: 12px 0; }
.stub .hero-moment .moment { max-width: 420px; gap: 14px; }
.stub-row { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; margin-top: 10px; font: 400 14px/1.45 var(--font-body); color: var(--v2-body); }
.stub-row b { flex: none; font: 600 14px/1.45 var(--font-display); color: var(--ink); }
@media (max-width: 991px) { .stub .hero-moment { justify-content: center; } }
