/* Content styling vocabulary for the Crisp × WISLR prospectus.
   Pairs with tokens.css + chrome.css. Authored in rem (125% root scale).
   Content lives inside .report. Recolored from the williamsf1-report system. */

.report { max-width: 73.75rem; }

/* ── Display heads + intro ─────────────────────────────────────────────── */
.rpt-eyebrow {
  font-size: 0.6875rem; font-weight: 600; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--accent); margin-bottom: 0.75rem;
}
.rpt-title {
  font-family: 'Archivo', sans-serif; font-weight: 700;
  font-size: clamp(1.9rem, 3.6vw, 3rem); line-height: 1.05; letter-spacing: -0.01em;
  color: var(--cooler-charcoal); margin-bottom: 0.75rem;
}
.rpt-intro {
  font-weight: 400; font-size: clamp(1rem, 1.4vw, 1.2rem); line-height: 1.55;
  color: var(--soft-gray); max-width: 62ch; margin-bottom: 2rem;
}
.rpt-h2 {
  font-family: 'Archivo', sans-serif; font-weight: 600;
  font-size: clamp(1.25rem, 2.1vw, 1.6rem); color: var(--cooler-charcoal);
  margin: 2.75rem 0 0.25rem; letter-spacing: -0.005em;
}
.rpt-h2.rpt-h2-xl { font-weight: 800; font-size: clamp(1.9rem, 3.5vw, 2.7rem); line-height: 1.05; letter-spacing: -0.02em; margin-bottom: 2.25rem; }
.rpt-note { font-size: 0.9rem; color: var(--soft-gray); margin: 0 0 0.9rem; max-width: 74ch; line-height: 1.6; }

/* ── Hero ──────────────────────────────────────────────────────────────── */
.hero {
  background: linear-gradient(135deg, var(--cooler-charcoal) 0%, #2E2B08 100%);
  color: #fff; border-radius: 1.1rem; padding: clamp(2rem, 4vw, 3.25rem);
  margin-bottom: 2rem; position: relative; overflow: hidden;
  display: flex; align-items: center; gap: clamp(1.75rem, 3.5vw, 3.5rem);
}
.hero-copy { flex: 1 1 0; min-width: 0; }

/* Client logo board: a wall of Crisp's law-firm clients, each in a white tile so
   the original-color marks read on the dark hero. */
.hero-board {
  flex: 0 0 auto; width: clamp(17rem, 33%, 23rem);
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.55rem;
}
.logo-tile {
  background: rgba(255,255,255,0.06); border: 0.0625rem solid rgba(255,255,255,0.12);
  border-radius: 0.6rem; aspect-ratio: 3 / 2;
  display: flex; align-items: center; justify-content: center;
  padding: 0.6rem 0.75rem;
}
/* The source marks are white (built for dark backgrounds) but the set is mixed
   (TorkLaw is black art); force every logo to a uniform white so the whole wall
   reads consistently on the dark hero. */
.logo-tile img {
  max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain;
  filter: brightness(0) invert(1); opacity: 0.92;
}

@media (max-width: 900px) {
  .hero { flex-direction: column; align-items: stretch; }
  .hero-board { width: 100%; grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 520px) {
  .hero-board { grid-template-columns: repeat(3, 1fr); }
}
.hero .hero-eyebrow {
  font-size: 0.7rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase;
  color: #F3ECA0; margin-bottom: 1rem;
}
.hero h1 {
  font-family: 'Archivo', sans-serif; font-weight: 700;
  font-size: clamp(1.45rem, 2.6vw, 2rem); line-height: 1.18; letter-spacing: -0.01em;
  margin-bottom: 0; max-width: 28ch;
}
/* Divider between the two balanced lines. */
.hero-rule {
  border: 0; height: 0.0625rem; background: rgba(255,255,255,0.22);
  margin: 1.15rem 0; max-width: 28ch;
}
.hero p {
  font-family: 'Archivo', sans-serif; font-weight: 500;
  font-size: clamp(1.25rem, 2.2vw, 1.7rem); line-height: 1.3; letter-spacing: -0.005em;
  color: rgba(255,255,255,0.92); max-width: 28ch; margin: 0;
}
.hero .hero-cta { margin-top: 1.75rem; display: flex; gap: 0.75rem; flex-wrap: wrap; }
.btn {
  display: inline-block; font-weight: 600; font-size: 0.9rem; text-decoration: none;
  padding: 0.7rem 1.3rem; border-radius: 0.6rem; transition: transform 0.15s, box-shadow 0.15s;
}
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { transform: translateY(-0.0625rem); box-shadow: 0 0.5rem 1.25rem rgba(214,201,0,0.4); }
.btn-ghost { background: rgba(255,255,255,0.1); color: #fff; border: 0.0625rem solid rgba(255,255,255,0.25); }
.btn-ghost:hover { background: rgba(255,255,255,0.18); }

/* ── Partnership Proposal: vision hero ─────────────────────────────────── */
.vision-hero { background: linear-gradient(135deg, var(--cooler-charcoal) 0%, #2E2B08 100%); color: #fff; border-radius: 1.1rem; padding: clamp(2.25rem, 4.5vw, 3.5rem); margin-bottom: 2rem; }
.vision-eyebrow { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: #F3ECA0; margin: 0 0 1.1rem; }
.vision-title { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: clamp(2.1rem, 5vw, 3.6rem); line-height: 1.03; letter-spacing: -0.02em; margin: 0 0 1.9rem; }
.vision-points { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.75rem, 4vw, 3.25rem); }
.vision-point { padding: 0; }

/* One-year timeline under the hero title (Jul 2026 → Jul 2027). */
.vision-timeline { margin: 3rem 0 4rem; }
.vt-line { position: relative; display: flex; justify-content: space-between; align-items: center; padding: 0 0.35rem; }
.vt-line::before { content: ''; position: absolute; left: 0.35rem; right: 0.35rem; top: 50%; transform: translateY(-50%); height: 0.09rem; background: rgba(255,255,255,0.2); border-radius: 1rem; }
.vt-tick { position: relative; z-index: 1; width: 0.09rem; height: 0.5rem; background: rgba(255,255,255,0.3); border-radius: 1rem; }
.vt-major { height: 0.95rem; background: rgba(255,255,255,0.45); }
.vt-start { width: 0.8rem; height: 0.8rem; border-radius: 50%; background: #fff; }
.vt-endpt { width: 0.8rem; height: 0.8rem; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 0.3rem rgba(214,201,0,0.35); }
.vt-cap { position: absolute; top: 1.45rem; white-space: nowrap; font-size: 0.62rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; }
.vt-cap-mid { left: 50%; transform: translateX(-50%); color: rgba(255,255,255,0.5); }
.vt-cap-start { left: -0.1rem; color: rgba(255,255,255,0.72); }
.vt-cap-end { right: -0.1rem; color: #F3ECA0; }
@media (max-width: 600px) { .vt-cap-mid { display: none; } }

/* "The missing piece" opportunity card: copy + a crisp.co screenshot. */
.opp-block { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.75rem, 3.5vw, 3rem); align-items: start; background: linear-gradient(135deg, var(--accent-light) 0%, #fff 62%); border: 0.0625rem solid #EDE9C4; border-radius: 1.1rem; padding: clamp(1.75rem, 3.5vw, 2.75rem); }
.opp-block-copy { min-width: 0; }
.opp-block .rpt-h2 { margin-top: 0; }
.opp-block .rpt-note { margin-bottom: 0; max-width: 46ch; font-size: clamp(1rem, 1.3vw, 1.15rem); line-height: 1.6; }
.browser-frame { margin: 0; border-radius: 0.7rem; overflow: hidden; box-shadow: 0 1.25rem 3rem rgba(27,28,58,0.22); border: 0.0625rem solid var(--rule); background: #fff; }
.browser-bar { background: var(--cooler-charcoal); display: flex; align-items: center; gap: 0.4rem; padding: 0.5rem 0.8rem; }
.bdot { width: 0.5rem; height: 0.5rem; border-radius: 50%; background: rgba(255,255,255,0.35); }
.burl { margin-left: 0.5rem; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.72rem; color: rgba(255,255,255,0.7); }
.browser-frame img { display: block; width: 100%; height: auto; }
@media (max-width: 760px) { .opp-block { grid-template-columns: 1fr; } }

/* Section card (First-mover advantage, Capitalize), matching the other cards. */
.pcard { background: linear-gradient(135deg, var(--accent-light) 0%, #fff 62%); border: 0.0625rem solid #EDE9C4; border-radius: 1.1rem; padding: clamp(1.75rem, 3.5vw, 2.75rem); }
.pcard .rpt-h2 { margin-top: 0; }
.pcard .rpt-note { max-width: 80ch; }
.pcard-lead { font-size: clamp(1.05rem, 1.4vw, 1.25rem); line-height: 1.55; color: var(--ink); margin: 0.75rem 0 0; }
.pcard-lead strong { color: var(--accent-deep); font-weight: 700; }
/* First-mover card: copy left, competitor logos in a 2-across column on the right. */
.fm-card { display: grid; grid-template-columns: minmax(0, 1fr) clamp(19rem, 50%, 27rem); gap: clamp(1.5rem, 3vw, 2.75rem); align-items: start; }
.fm-copy { min-width: 0; }
.fm-copy .pcard-lead { margin-bottom: 1.7rem; }
.fm-copy .rpt-note { margin-bottom: 0; }
.comp-chips.fm-chips { display: grid; grid-template-columns: 1fr 1fr; gap: 0.6rem; margin: 0; }
.comp-chips.fm-chips li { display: flex; white-space: nowrap; }
@media (max-width: 760px) { .fm-card { grid-template-columns: 1fr; } }
/* Capitalize card: copy left, Church Law dashboard screenshot right. */
.cap-card { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.75rem, 3.5vw, 3rem); align-items: start; }
.cap-copy { min-width: 0; }
@media (max-width: 760px) { .cap-card, .fm-card { grid-template-columns: 1fr; } }

/* Data-asset card: copy left, analytics-tab moat cards stacked on the right (cap-card layout). */
.data-card { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.75rem, 3.5vw, 3rem); align-items: start; }
.data-asset-copy { min-width: 0; }
.data-asset-copy .rpt-h2 { margin-top: 0; }
.moat.data-moat { grid-template-columns: 1fr; gap: 0.7rem; margin-top: 0; }
.data-moat .moat-card { flex-direction: row; align-items: flex-start; gap: 1rem; }
.data-moat .moat-ic { margin-bottom: 0; }
.moat-body { display: flex; flex-direction: column; min-width: 0; }
@media (max-width: 760px) { .data-card { grid-template-columns: 1fr; } }

/* Pricing: interactive price card on the left, copy + live forecast on the right. */
.price-band { display: grid; grid-template-columns: clamp(14rem, 26%, 18rem) 1fr; gap: clamp(1.25rem, 3vw, 2.25rem); align-items: stretch; margin-top: 1.25rem; }
.price-anchor { background: var(--cooler-charcoal); color: #fff; border-radius: 1rem; padding: 1.75rem; display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
.price-amt { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: clamp(2.6rem, 5vw, 3.3rem); line-height: 1; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; text-align: center; }
.price-amt small { font-size: 0.9rem; font-weight: 600; color: #F3ECA0; margin-left: 0.15rem; letter-spacing: 0; }
.price-ctrl { display: flex; align-items: center; gap: 0.6rem; margin-top: 1.2rem; }
.price-btn { width: 1.9rem; height: 1.9rem; flex-shrink: 0; border-radius: 0.5rem; border: 0.0625rem solid rgba(255,255,255,0.25); background: rgba(255,255,255,0.08); color: #fff; font-size: 1.15rem; line-height: 1; font-weight: 600; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .15s, border-color .15s; }
.price-btn:hover { background: rgba(255,255,255,0.18); border-color: rgba(255,255,255,0.45); }
.price-btn:disabled { opacity: 0.3; cursor: default; }
.price-range { flex: 1; min-width: 0; -webkit-appearance: none; appearance: none; height: 0.375rem; border-radius: 1rem; background: rgba(255,255,255,0.2); outline: none; cursor: pointer; }
.price-range::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 1.05rem; height: 1.05rem; border-radius: 50%; background: #fff; border: 0.1875rem solid var(--accent); cursor: pointer; box-shadow: 0 0.125rem 0.375rem rgba(0,0,0,0.35); }
.price-range::-moz-range-thumb { width: 1.05rem; height: 1.05rem; border-radius: 50%; background: #fff; border: 0.1875rem solid var(--accent); cursor: pointer; }
.price-right { min-width: 0; }
.price-copy-p { margin: 0; font-size: 1rem; line-height: 1.6; }
/* Mobile pricing: paragraph first, then the price card, then the timeline. */
@media (max-width: 640px) {
  .price-band { display: flex; flex-direction: column; }
  .price-right { display: contents; }
  .price-right .price-copy-p { order: -1; }
  .price-anchor { order: 0; }
  .price-right .ramp { order: 1; }
}

/* Profit-sharing: 80/20 split bar + three explainer cards. */
.psplit { background: var(--cooler-charcoal); color: #fff; border-radius: 1rem; padding: clamp(1.5rem, 3vw, 2.25rem); margin-top: 1.5rem; }
.psplit-kicker { display: block; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; color: #F3ECA0; }
.psplit-title { display: block; font-family: 'Archivo', sans-serif; font-weight: 800; font-size: clamp(1.4rem, 2.6vw, 1.9rem); letter-spacing: -0.01em; margin: 0.3rem 0 1.2rem; }
.psplit-bar { display: flex; gap: 0.4rem; height: 3.6rem; }
.psplit-seg { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 0 1.15rem; border-radius: 0.6rem; min-width: 0; }
.psplit-seg span { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; opacity: 0.9; }
.psplit-seg strong { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 1.3rem; line-height: 1.1; }
.psplit-agency { background: var(--accent); color: #101010; flex-direction: row; align-items: center; justify-content: flex-start; gap: 0.6rem; }
.psplit-logo { height: 1.2rem; width: auto; display: block; }
.psplit-wislr { background: rgba(255,255,255,0.12); flex-direction: row; align-items: center; justify-content: flex-start; gap: 0.6rem; }
.psplit-wislr .wislr-mark { height: 0.98rem; background-color: #fff; }
.moat.pshare-cards { grid-template-columns: repeat(3, 1fr); margin-top: 0.8rem; }
@media (max-width: 760px) {
  .moat.pshare-cards { grid-template-columns: 1fr; }
  .psplit-bar { flex-direction: column; height: auto; }
  .psplit-seg { padding: 0.85rem 1.15rem; }
}

/* "Why" cards: bulleted lists. */
.why-list { list-style: none; padding: 0; margin: 0.7rem 0 0; display: flex; flex-direction: column; gap: 0.6rem; }
.why-list li { position: relative; padding-left: 1.5rem; font-size: 0.9rem; line-height: 1.5; color: var(--soft-gray); }
.why-list li::before { content: ''; position: absolute; left: 0; top: 0.5rem; width: 0.45rem; height: 0.45rem; border-radius: 50%; background: var(--accent); }

/* Ease-of-deployment, wrapped in its own tinted card. */
.ease-section { background: linear-gradient(135deg, var(--accent-light) 0%, #fff 65%); border: 0.0625rem solid #EDE9C4; border-radius: 1.1rem; padding: clamp(1.75rem, 3.5vw, 2.75rem); margin-top: clamp(2.25rem, 4vw, 3.25rem); }
.ease-title { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: clamp(1.5rem, 2.8vw, 2.1rem); line-height: 1.35; letter-spacing: -0.015em; color: var(--cooler-charcoal); margin: 0 0 0.8rem; max-width: 26ch; text-wrap: balance; }
.ease-live { color: var(--accent); }
.ease-lead { font-size: clamp(0.98rem, 1.3vw, 1.1rem); line-height: 1.6; color: var(--ink); margin: 0 0 1.6rem; max-width: 64ch; }
.ease-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 0; }
.ease-card { background: #fff; border: 0.0625rem solid var(--rule); border-radius: 0.9rem; padding: 1.4rem 1.5rem; box-shadow: 0 0.0625rem 0.1875rem rgba(27,28,58,0.05); display: grid; grid-template-columns: auto 1fr; column-gap: 0.6rem; align-items: center; align-content: start; }
.ease-ic { color: var(--accent); display: block; margin-bottom: 0; grid-column: 1; grid-row: 1; }
.ease-ic svg { width: 1.5rem; height: 1.5rem; display: block; }
.ease-h { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 1.05rem; line-height: 1.2; color: var(--cooler-charcoal); margin-bottom: 0; grid-column: 2; grid-row: 1; }
.ease-card p { font-size: 0.88rem; line-height: 1.55; color: var(--soft-gray); margin: 0.45rem 0 0; grid-column: 1 / -1; grid-row: 2; }
@media (max-width: 760px) { .ease-grid { grid-template-columns: 1fr; } }

/* "What other tools miss": typical-tool vs WISLR comparison (Innovative Analytics). */
.cw-section { background: linear-gradient(135deg, var(--accent-light) 0%, #fff 65%); border: 0.0625rem solid #EDE9C4; border-radius: 1.1rem; padding: clamp(1.75rem, 3.5vw, 2.75rem); margin-top: clamp(2.25rem, 4vw, 3.25rem); }
.cw-section .rpt-h2 { margin-top: 0; font-size: clamp(1.7rem, 2.9vw, 2.4rem); }
.cw-section .rpt-note { margin-bottom: 0; }
.cw-panels { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; margin-top: 1.4rem; }
.cw-panel { border-radius: 1rem; padding: 1.5rem; border: 0.0625rem solid var(--rule); display: flex; flex-direction: column; }
.cw-old { background: #f5f5f8; }
.cw-wislr { background: linear-gradient(160deg, #fbfbff 0%, #fff 60%); border-color: #EDE9C4; }
.cw-tag { display: inline-flex; align-items: center; gap: 0.45rem; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 1.1rem; }
.cw-old .cw-tag { color: #8a8ea6; }
.cw-wislr .cw-tag { color: var(--accent-deep); }
.cw-dot { width: 0.55rem; height: 0.55rem; border-radius: 50%; flex-shrink: 0; }
.cw-old .cw-dot { background: #c7c9d6; }
.cw-wislr .cw-dot { background: var(--accent); }
.cw-metric { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--soft-gray); margin: 0 0 0.85rem; }
.cw-old .cw-metric { color: #8a8ea6; }
.cw-donut-row { display: flex; align-items: center; gap: 1.25rem; }
.cw-donut { position: relative; width: 126px; height: 126px; flex-shrink: 0; }
.cw-donut-num { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.cw-donut-num b { font-family: 'Archivo', sans-serif; font-size: 1.45rem; font-weight: 800; color: #8a8ea6; font-variant-numeric: tabular-nums; letter-spacing: -0.01em; }
.cw-donut-num span { font-size: 0.5rem; font-weight: 700; letter-spacing: 0.045em; text-transform: uppercase; color: #a3a6ba; margin-top: 0.15rem; }
.cw-engines { display: flex; flex-direction: column; gap: 0.5rem; flex: 1; min-width: 0; }
.cw-engine { display: flex; align-items: center; justify-content: space-between; font-size: 0.82rem; color: #8a8ea6; }
.cw-engine b { color: #5c5f76; font-weight: 600; font-variant-numeric: tabular-nums; }
.cw-blind { margin-top: 1.4rem; padding: 0.9rem 1rem; border-radius: 0.7rem; background: #fbeef0; border: 0.0625rem solid #f0d3d8; display: flex; gap: 0.6rem; align-items: flex-start; }
.cw-blind svg { flex-shrink: 0; margin-top: 0.15rem; width: 1.05rem; height: 1.05rem; }
.cw-blind p { margin: 0; font-size: 0.8rem; line-height: 1.45; color: #8a4a54; }
.cw-blind p b { color: #d1495b; font-weight: 700; }
.cw-chart { display: flex; align-items: flex-end; gap: 0.5rem; height: 112px; }
.cw-bar { flex: 1; display: flex; flex-direction: column; justify-content: flex-end; border-radius: 0.28rem; overflow: hidden; }
.cw-human { background: var(--accent); }
.cw-bot { background: #F2EBA8; }
.cw-legend { display: flex; gap: 1.1rem; margin-top: 0.8rem; }
.cw-legend span { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.72rem; color: var(--soft-gray); font-weight: 600; }
.cw-sw { width: 0.7rem; height: 0.7rem; border-radius: 0.2rem; }
.cw-sw-h { background: var(--accent); }
.cw-sw-b { background: #F2EBA8; }
.cw-stats { display: flex; gap: 1.4rem; margin-top: 1.3rem; padding-top: 1.2rem; border-top: 0.0625rem solid var(--rule); }
.cw-stat b { display: block; font-family: 'Archivo', sans-serif; font-size: 1.45rem; font-weight: 800; color: var(--accent-deep); letter-spacing: -0.01em; font-variant-numeric: tabular-nums; line-height: 1; }
.cw-stat span { display: block; font-size: 0.72rem; line-height: 1.3; margin-top: 0.3rem; color: var(--soft-gray); font-weight: 600; }
.cw-actions { margin-top: 1.3rem; display: flex; flex-direction: column; gap: 0.5rem; }
.cw-chip { display: flex; align-items: center; gap: 0.6rem; padding: 0.6rem 0.75rem; border-radius: 0.6rem; background: var(--accent-light); }
.cw-k { font-size: 0.6rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: #fff; background: var(--accent); padding: 0.22rem 0.45rem; border-radius: 0.35rem; flex-shrink: 0; white-space: nowrap; min-width: 6rem; text-align: center; }
.cw-t { font-size: 0.82rem; color: var(--cooler-charcoal); font-weight: 500; }
.cw-cmp { margin-top: 1.1rem; background: #fff; border: 0.0625rem solid var(--rule); border-radius: 1rem; overflow: hidden; }
.cw-crow { display: grid; grid-template-columns: 1fr 9rem 10rem; align-items: center; padding: 0.9rem 1.35rem; border-top: 0.0625rem solid var(--rule); }
.cw-crow:first-child { border-top: none; background: #fafafd; }
.cw-head span { font-size: 0.66rem; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; color: var(--soft-gray); }
.cw-head .cw-colw { color: var(--accent-deep); }
.cw-cap { font-size: 0.9rem; color: var(--cooler-charcoal); font-weight: 500; }
.cw-cell { display: flex; align-items: center; gap: 0.45rem; font-size: 0.82rem; }
.cw-old-cell { color: #8a8ea6; }
.cw-w-cell { color: var(--cooler-charcoal); font-weight: 600; }
.cw-cell svg { width: 1.05rem; height: 1.05rem; flex-shrink: 0; }
.cw-foot { margin-top: 1rem; font-size: 0.74rem; color: #8a8ea6; text-align: center; }
@media (max-width: 760px) {
  .cw-panels { grid-template-columns: 1fr; }
  .cw-crow { grid-template-columns: 1fr 5.5rem 6.5rem; padding: 0.8rem 1rem; }
  .cw-cap { font-size: 0.82rem; }
}

/* WISLR pedigree + client-brand wall (Overview), sourced from the Rugged Road report. */
.ped-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.75rem, 4vw, 3.5rem); align-items: center; }
.ped-head { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: clamp(1.6rem, 2.8vw, 2.2rem); letter-spacing: -0.015em; line-height: 1.08; color: var(--cooler-charcoal); margin: 0.5rem 0 0.9rem; }
.ped-lead { font-size: clamp(1rem, 1.3vw, 1.12rem); line-height: 1.6; color: var(--ink); margin: 0 0 1.35rem; }
.ped-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.65rem; }
.ped-list li { position: relative; padding-left: 1.85rem; font-size: 0.96rem; line-height: 1.5; color: var(--soft-gray); }
.ped-list li::before { content: ''; position: absolute; left: 0; top: 0.12rem; width: 1.1rem; height: 1.1rem; border-radius: 50%; background-color: var(--accent); background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><polyline points='4,8 7,11 12,5'/></svg>"); background-size: 0.72rem; background-repeat: no-repeat; background-position: center; }
.ped-brands-eyebrow { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 0.72rem; letter-spacing: 0.09em; text-transform: uppercase; color: var(--mid-gray); text-align: center; margin-bottom: 1.75rem; }
.brand-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.1rem 1.5rem; align-items: center; max-width: 30rem; margin: 0 auto; }
.brand-logo { height: var(--h, 1.7rem); width: 100%; max-width: calc(var(--h, 1.7rem) * var(--r, 3)); justify-self: center; background-color: var(--soft-gray); opacity: 0.72; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center; mask-position: center; -webkit-mask-size: contain; mask-size: contain; transition: opacity 0.2s; }
.brand-logo:hover { opacity: 1; }
@media (max-width: 820px) { .ped-split { grid-template-columns: 1fr; } }

/* Partnership page: more breathing room between sections. */
.report-partnership > .rpt-h2 { margin-top: 4.5rem; }
.report-partnership > .opp-block { margin-top: 3.25rem; }
.report-partnership > .pcard { margin-top: 3.25rem; }
.report-partnership > .comp-chips, .report-partnership > .brings, .report-partnership > .ov-links { margin-bottom: 0.5rem; }
.vision-stat { display: block; font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 1.35rem; color: #fff; margin-bottom: 0.65rem; letter-spacing: -0.01em; }
.vision-point p { font-size: clamp(0.98rem, 1.2vw, 1.08rem); line-height: 1.55; color: rgba(255,255,255,0.86); margin: 0; }
@media (max-width: 700px) { .vision-points { grid-template-columns: 1fr; } }
.vision-sub { font-size: clamp(1.05rem, 1.5vw, 1.3rem); line-height: 1.5; color: rgba(255,255,255,0.86); max-width: 62ch; margin: 0; }

/* Next Steps: staged rollout phase cards (10 → 100 → 1,000). */
.phases { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; margin: 1.35rem 0 0.5rem; align-items: stretch; }
.phase-card { position: relative; background: #fff; border: 0.0625rem solid var(--rule); border-radius: 0.9rem; padding: 1.6rem 1.7rem; box-shadow: 0 0.0625rem 0.1875rem rgba(27,28,58,0.05); }
.phase-card-accent { background: linear-gradient(135deg, var(--accent-light) 0%, #fff 70%); border-color: #EDE9C4; }
.phase-card:not(:last-child)::after { content: '→'; position: absolute; right: -1.05rem; top: 2.4rem; font-size: 1.1rem; font-weight: 700; color: var(--mid-gray); }
.phase-num { display: block; font-family: 'Archivo', sans-serif; font-weight: 800; font-size: clamp(2.4rem, 5vw, 3.2rem); color: var(--accent-deep); line-height: 1; letter-spacing: -0.02em; }
.phase-num small { font-size: 0.9rem; font-weight: 700; color: var(--mid-gray); margin-left: 0.4rem; letter-spacing: 0; }
.phase-h { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 1.1rem; color: var(--cooler-charcoal); margin: 0.65rem 0 0.5rem; }
.phase-card p { font-size: 0.9rem; line-height: 1.55; color: var(--soft-gray); margin: 0; }
@media (max-width: 760px) { .phases { grid-template-columns: 1fr; } .phase-card:not(:last-child)::after { content: '↓'; right: auto; left: 50%; top: auto; bottom: -1.05rem; transform: translateX(-50%); } }

/* Next Steps: dark contact card + a light bold-number card holding the rollout. */
.chat-card { background: linear-gradient(135deg, var(--cooler-charcoal) 0%, #2E2B08 100%); color: #fff; border-radius: 1.1rem; padding: clamp(1.9rem, 3.5vw, 2.9rem); display: grid; grid-template-columns: 1.55fr 1fr; gap: clamp(1.5rem, 3vw, 2.5rem); align-items: stretch; }
.chat-copy { min-width: 0; align-self: center; }
.chat-photo { min-width: 0; }
.chat-photo img { width: 100%; height: 100%; min-height: 12rem; object-fit: cover; border-radius: 0.85rem; display: block; }
@media (max-width: 700px) { .chat-card { grid-template-columns: 1fr; } .chat-photo img { min-height: 10rem; } }
.chat-eyebrow { display: block; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 0.72rem; letter-spacing: 0.09em; text-transform: uppercase; color: #F3ECA0; margin-bottom: 0.7rem; }
.chat-title { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: clamp(1.6rem, 3vw, 2.4rem); letter-spacing: -0.015em; line-height: 1.08; color: #fff; margin: 0 0 0.75rem; }
.chat-sub { font-size: clamp(1rem, 1.3vw, 1.12rem); line-height: 1.6; color: rgba(255,255,255,0.82); margin: 0 0 1.6rem; max-width: 60ch; }
.chat-contact { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.chat-link { display: inline-flex; align-items: center; gap: 0.45rem; background: var(--accent); color: #fff; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 0.85rem; text-decoration: none; padding: 0.65rem 0.95rem; border-radius: 0.6rem; white-space: nowrap; transition: background 0.15s, transform 0.15s; }
.chat-link svg { width: 0.95rem; height: 0.95rem; flex-shrink: 0; }
.chat-link:hover { background: #D6C900; transform: translateY(-0.06rem); }
.chat-link-ghost { background: rgba(255,255,255,0.1); color: #fff; border: 0.0625rem solid rgba(255,255,255,0.28); }
.chat-link-ghost:hover { background: rgba(255,255,255,0.18); }
.chat-link-live { cursor: pointer; }
.live-dot { width: 0.5rem; height: 0.5rem; border-radius: 50%; background: #2fd575; flex-shrink: 0; box-shadow: 0 0 0 0.2rem rgba(47,213,117,0.25); animation: live-pulse 2.2s ease-in-out infinite; }
@keyframes live-pulse {
  0%, 100% { box-shadow: 0 0 0 0.15rem rgba(47,213,117,0.3); }
  50% { box-shadow: 0 0 0 0.32rem rgba(47,213,117,0.12); }
}
@media (prefers-reduced-motion: reduce) { .live-dot { animation: none; } }

/* Light bold-number card holding the staged rollout: white phase cards on the tint. */
.vision-hero.rollout-hero { background: linear-gradient(135deg, var(--accent-light) 0%, #fff 62%); border: 0.0625rem solid #EDE9C4; color: var(--cooler-charcoal); margin-top: 2.5rem; margin-bottom: 0; }
.rollout-hero .vision-title { color: var(--cooler-charcoal); }
.rollout-hero .vision-sub { color: var(--ink); }
.rollout-intro { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: clamp(1.05rem, 1.6vw, 1.3rem); line-height: 1.35; color: var(--cooler-charcoal); margin: 1.6rem 0 0; }
.rollout-hero .phases { margin: 1.5rem 0 0; }
.rollout-hero .phase-card-accent { background: #fff; border-color: var(--accent); }
/* What each side brings: two parallel cards. */
.brings { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 1.25rem 0 0.5rem; }
.brings-card { background: #fff; border: 0.0625rem solid var(--rule); border-radius: 0.9rem; padding: 1.6rem 1.7rem; box-shadow: 0 0.0625rem 0.1875rem rgba(27,28,58,0.05); }
.brings-card:first-child { background: linear-gradient(135deg, var(--accent-light) 0%, #fff 65%); border-color: #EDE9C4; }
.brings-tag { display: block; font-size: 0.66rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent); margin-bottom: 0.5rem; }
.brings-h { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 1.25rem; color: var(--cooler-charcoal); margin: 0 0 0.6rem; line-height: 1.2; }
.brings-lead { font-size: 0.95rem; line-height: 1.55; color: var(--soft-gray); margin: 0 0 1rem; }
.brings-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.55rem; }
.brings-list li { position: relative; padding-left: 1.35rem; font-size: 0.9rem; line-height: 1.45; color: var(--ink); }
.brings-list li::before { content: ''; position: absolute; left: 0.15rem; top: 0.5rem; width: 0.45rem; height: 0.45rem; border-radius: 50%; background: var(--accent); }
@media (max-width: 700px) { .brings { grid-template-columns: 1fr; } }

/* Competitive field chips (Partnership Proposal, first-mover advantage). */
.comp-chips { list-style: none; padding: 0; margin: 0.75rem 0 0.5rem; display: flex; flex-wrap: wrap; gap: 0.5rem; }
.comp-chips li { display: inline-flex; align-items: center; gap: 0.5rem; background: #fff; border: 0.0625rem solid var(--rule); border-radius: 0.55rem; padding: 0.45rem 0.85rem; font-size: 0.86rem; font-weight: 600; color: var(--cooler-charcoal); box-shadow: 0 0.0625rem 0.1875rem rgba(27,28,58,0.05); }
.comp-ico { width: 1.15rem; height: 1.15rem; border-radius: 0.22rem; object-fit: contain; display: block; flex-shrink: 0; }

/* ── Opportunity card (12-month ARR build) ─────────────────────────────── */
.opp {
  background: linear-gradient(135deg, var(--accent-light) 0%, #fff 60%);
  border: 0.0625rem solid #EDE9C4; border-radius: 1.1rem;
  padding: clamp(1.75rem, 3.5vw, 2.75rem); margin: 0 0 2rem;
}
.opp-eyebrow {
  display: block; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--accent); margin-bottom: 1.25rem;
  padding-left: 12.5%;
}
/* Header sits within the same 12.5% to 87.5% span as the timeline rail, so the
   figure and lead read as "over" the timeline rather than overhanging it. */
.opp-figure-row {
  display: flex; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center;
  flex-wrap: wrap; padding: 0 12.5%;
}
.opp-figure { flex: 0 0 auto; }
.opp-num {
  font-family: 'Archivo', sans-serif; font-weight: 800; line-height: 0.95;
  font-size: clamp(2.8rem, 6.5vw, 4.25rem); color: var(--accent-deep); display: block;
  letter-spacing: -0.02em;
}
.opp-sub { display: block; margin-top: 0.5rem; font-size: 0.85rem; line-height: 1.4; color: var(--soft-gray); font-weight: 500; text-align: center; }
.opp-lead {
  flex: 1 1 20rem; min-width: 0; margin: 0; max-width: 46ch;
  font-size: clamp(1rem, 1.3vw, 1.15rem); line-height: 1.6; color: var(--ink);
}
.opp-lead strong { font-weight: 700; color: var(--accent-deep); }
.opp-lead-first { display: block; margin-bottom: 0.75rem; }
/* White-label crossover: strike "WISLR", show "Crisp" as the client-facing brand. */
.wl s { color: var(--mid-gray); text-decoration-thickness: 0.09em; }
.wl s + * , .wl { font-weight: 700; }
.wl s { font-weight: 400; }
.opp-lead .wl { color: var(--accent-deep); }

/* About WISLR Analytics card: copy on the left, fact cards (2×2) on the right. */
.about .opp-eyebrow { padding-left: 0; font-size: 1rem; letter-spacing: 0.1em; }
.about-split { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(1.5rem, 3.5vw, 3rem); align-items: start; }
.about-copy { min-width: 0; }
.about-lead { margin: 0; font-size: clamp(1rem, 1.3vw, 1.2rem); line-height: 1.6; color: var(--ink); }
.about-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.7rem; }
.about-fact { background: #fff; border: 0.0625rem solid var(--rule); border-radius: 0.75rem; padding: 1.05rem 1.15rem; display: flex; gap: 0.75rem; align-items: flex-start; }
.fact-ic {
  flex: 0 0 auto; min-width: 1.6rem; height: 1.6rem; padding: 0 0.45rem; border-radius: 0.5rem;
  background: var(--accent-light); color: var(--accent-deep);
  display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-size: 0.85rem;
  white-space: nowrap;
}
.fact-ic svg { width: 0.95rem; height: 0.95rem; }
.fact-ic-num { font-family: 'Archivo', sans-serif; }
.fact-body { min-width: 0; }
.fact-h { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 0.95rem; color: var(--cooler-charcoal); line-height: 1.3; }
.fact-sub { font-size: 0.75rem; color: var(--soft-gray); margin-top: 0.3rem; line-height: 1.4; }
@media (max-width: 820px) {
  .about-split { grid-template-columns: 1fr; gap: 1.5rem; }
}
@media (max-width: 480px) { .about-facts { grid-template-columns: 1fr; } }

/* Horizontal adoption timeline: 4 quarter nodes on a connecting rail. */
.ramp {
  list-style: none; padding: 0; position: relative;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.5rem;
  margin: 2.5rem 0 0.5rem;
}
.ramp::before {
  content: ''; position: absolute; top: 0.5rem; left: 12.5%; right: 12.5%;
  height: 0.1875rem; background: linear-gradient(90deg, #EFE9B0, var(--accent)); border-radius: 1rem;
}
.ramp-q { position: relative; text-align: center; padding-top: 1.65rem; }
.ramp-q::before {
  content: ''; position: absolute; top: 0.5rem; left: 50%; transform: translate(-50%, -50%);
  width: 0.85rem; height: 0.85rem; border-radius: 50%; background: var(--accent);
  box-shadow: 0 0 0 0.2rem #fff, 0 0 0 0.33rem rgba(214,201,0,0.3);
}
.ramp-qn { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 0.95rem; color: var(--cooler-charcoal); }
.ramp-pct { font-size: 0.62rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--accent); margin-top: 0.15rem; }
.ramp-arr { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 2rem; color: var(--accent-deep); line-height: 1; margin-top: 0.6rem; }
.ramp-arr span { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.06em; color: var(--mid-gray); }
.ramp-arr [data-arr] { font-size: inherit; font-weight: 800; letter-spacing: -0.01em; color: var(--accent-deep); }
.ramp-meta { font-size: 0.72rem; color: var(--soft-gray); margin-top: 0.4rem; font-variant-numeric: tabular-nums; }

/* Vertical timeline on narrow screens. */
@media (max-width: 620px) {
  .ramp { display: flex; flex-direction: column; gap: 1.4rem; padding-left: 2.1rem; }
  .ramp::before {
    top: 0.4rem; bottom: 0.4rem; left: 0.33rem; right: auto; width: 0.1875rem; height: auto;
    background: linear-gradient(180deg, #EFE9B0, var(--accent));
  }
  .ramp-q { text-align: left; padding-top: 0; }
  .ramp-q::before { top: 0.55rem; left: -1.77rem; transform: translateY(-50%); }
}

.opp-totals { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 0.7rem; }
.opp-total { flex: 1 1 12rem; background: #fff; border: 0.0625rem solid var(--rule); border-radius: 0.75rem; padding: 1rem 1.2rem; }
.opp-total-accent { background: var(--accent-deep); border-color: var(--accent-deep); }
.opp-total .label { font-size: 0.66rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--accent); margin-bottom: 0.4rem; }
.opp-total .val { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 1.9rem; color: var(--cooler-charcoal); line-height: 1; }
.opp-total .hint { font-size: 0.72rem; color: var(--soft-gray); margin-top: 0.45rem; line-height: 1.4; }
.opp-total-accent .label { color: #F3ECA0; }
.opp-total-accent .val { color: #fff; }
.opp-total-accent .hint { color: rgba(255,255,255,0.75); }

/* Drop the timeline-bound insets once the header stacks, so it doesn't crush. */
@media (max-width: 760px) {
  .opp-eyebrow { padding-left: 0; }
  .opp-figure-row { padding: 0; gap: 1.25rem; }
  .opp-lead { max-width: none; }
}

/* ── Metric cards ──────────────────────────────────────────────────────── */
.rpt-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.85rem; margin: 1.25rem 0 0.5rem; }
.rpt-cards-3 { grid-template-columns: repeat(3, 1fr); }
.rpt-cards-2 { grid-template-columns: repeat(2, 1fr); }
.rpt-card { background: #fff; border-radius: 0.85rem; padding: 1.25rem 1.35rem; border: 0.0625rem solid var(--rule); box-shadow: 0 0.0625rem 0.1875rem rgba(27,28,58,0.05); display: flex; flex-direction: column; }
.rpt-card .label { font-size: 0.62rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--accent); margin-bottom: 0.55rem; }
.rpt-card .val { font-family: 'Archivo', sans-serif; font-size: 2rem; font-weight: 700; color: var(--cooler-charcoal); line-height: 1.05; }
.rpt-card .val small { display: block; margin-top: 0.5rem; font-size: 0.78rem; line-height: 1.45; letter-spacing: 0; color: var(--soft-gray); font-weight: 500; }

/* ── Benchmark stat cards (indigo tint) ────────────────────────────────── */
.bench { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.75rem; margin: 1rem 0 1.5rem; }
.bench-card { background: var(--accent-light); border: 0.0625rem solid #EDE9C4; border-radius: 0.75rem; padding: 1.1rem 1.2rem; }
.bench-val { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 2.1rem; color: var(--accent-deep); line-height: 1; margin-bottom: 0.4rem; }
.bench-lab { font-size: 0.88rem; line-height: 1.4; color: var(--ink); }
.bench-src { font-size: 0.66rem; color: var(--mid-gray); margin-top: 0.45rem; text-transform: uppercase; letter-spacing: 0.04em; }

/* ── Explore / section cards ───────────────────────────────────────────── */
.ov-links { display: grid; grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr)); gap: 1rem; margin-top: 1rem; }
.ov-link {
  display: flex; flex-direction: column; gap: 0.4rem; text-decoration: none;
  background: #fff; border: 0.0625rem solid var(--rule); border-radius: 0.85rem;
  padding: 1.3rem 1.4rem; transition: border-color 0.15s, transform 0.15s, box-shadow 0.15s;
}
.ov-link:hover { border-color: var(--accent); transform: translateY(-0.125rem); box-shadow: 0 0.5rem 1.5rem rgba(27,28,58,0.08); }
/* Static (non-link) feature cards: keep the card look, drop the hover affordance. */
.ov-link-static { cursor: default; }
.ov-link-static:hover { border-color: var(--rule); transform: none; box-shadow: none; }
.ov-kicker { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); }
.ov-title { font-family: 'Archivo', sans-serif; font-weight: 600; font-size: 1.3rem; color: var(--cooler-charcoal); }
.ov-desc { font-size: 0.88rem; line-height: 1.55; color: var(--soft-gray); }
.ov-cta { font-weight: 600; font-size: 0.82rem; color: var(--accent-deep); margin-top: 0.2rem; }

/* ── Innovative Analytics hero: Crisp Analytics lockup + AI triangle ─────── */
.ia-hero {
  /* Lifted off near-black: a green-tinted dark surface that still carries
     white marks. Deep end picks up the WISLR green. */
  background: linear-gradient(135deg, #253029 0%, #1B2A22 55%, #16241D 100%);
  color: #fff; border-radius: 1.1rem; padding: clamp(2rem, 4vw, 3.25rem);
  margin: 0 0 2.5rem; display: grid; grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(1.5rem, 3vw, 3rem); align-items: center; overflow: hidden;
}
.ia-hero-copy { min-width: 0; }
.ia-hero-eyebrow { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: #F3ECA0; margin: 0 0 1.5rem; }
.ca-lockup { display: inline-flex; align-items: center; gap: 0.42rem; margin-bottom: 1.5rem; }
.ca-logo { height: 1.7rem; width: auto; display: block; }
/* wislr.ai sets the lockup as "wislr(R) AI": wordmark, small gap, then AI on
   the same baseline. No divider rule. */
.ca-word { font-family: 'Pridi', Georgia, serif; font-weight: 600; font-size: 1.25rem; color: #fff; letter-spacing: 0.01em; padding-left: 0; border-left: 0; align-self: center; }
.ia-hero-title { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: clamp(1.6rem, 2.8vw, 2.4rem); line-height: 1.12; letter-spacing: -0.015em; margin: 0 0 0.9rem; max-width: 20ch; }
.ia-hero-sub { font-size: clamp(0.95rem, 1.2vw, 1.08rem); line-height: 1.6; color: rgba(255,255,255,0.82); max-width: 52ch; margin: 0; }

.ai-tri {
  position: relative; width: 100%; aspect-ratio: 1 / 1; max-width: 23rem; margin: 0 auto;
  justify-self: center; --orbit-r: 8.6rem; --node: clamp(2.7rem, 17%, 3.7rem);
}

/* Layered 3D prism centerpiece */
.ai-prism { position: absolute; inset: 0; width: 100%; height: 100%; transform-origin: 50% 55%; transform: rotate(90deg); animation: ai-breathe 6.5s ease-in-out infinite; }
.ai-prism-edge { animation: ai-shimmer 7s linear infinite; }

/* Orbiting AI marks: each node's position + upright counter-spin live entirely in
   the ai-revolve keyframe, so a negative per-node delay spaces them evenly and a
   paused state (reduced motion) leaves them fixed around the ring. */
.ai-orbit { position: absolute; inset: 0; }
.ai-node {
  position: absolute; top: 50%; left: 50%; width: var(--node); height: var(--node);
  margin: calc(var(--node) / -2);
  animation: ai-revolve 32s linear infinite; animation-delay: calc(var(--i) * -6.4s);
}
.ai-chip {
  display: flex; align-items: center; justify-content: center; width: 100%; height: 100%;
  background: #fff; border-radius: 50%; box-shadow: 0 0.4rem 1.1rem rgba(10,10,30,0.34);
  animation: ai-float 3.8s ease-in-out infinite; animation-delay: calc(var(--i) * -0.7s);
}
.ai-chip img { width: 54%; height: 54%; object-fit: contain; display: block; }

.ai-hub { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: clamp(3.6rem, 26%, 5rem); aspect-ratio: 1 / 1; z-index: 2; }
.ai-hub-core {
  display: flex; align-items: center; justify-content: center; width: 100%; height: 100%;
  animation: ai-pulse 2.8s ease-in-out infinite;
}
/* Agency favicon sits directly on the prism, rounded like an app icon. */
.ai-hub-core img {
  width: 62%; height: 62%; object-fit: contain; display: block; border-radius: 22%;
  filter: drop-shadow(0 0.25rem 0.7rem rgba(10,10,30,0.55));
}

@keyframes ai-revolve {
  from { transform: rotate(0deg) translateX(var(--orbit-r)) rotate(0deg); }
  to   { transform: rotate(360deg) translateX(var(--orbit-r)) rotate(-360deg); }
}
/* Prism rotated 90° so its triangle points right, mirroring the Crisp play-arrow mark. */
@keyframes ai-breathe { 0%, 100% { transform: rotate(90deg) scale(0.97); opacity: 0.9; } 50% { transform: rotate(90deg) scale(1); opacity: 1; } }
@keyframes ai-shimmer { to { filter: hue-rotate(360deg); } }
@keyframes ai-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-0.4rem); } }
@keyframes ai-pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.08); } }

@media (max-width: 820px) {
  .ia-hero { grid-template-columns: 1fr; }
  /* Animation sits below the Crisp Analytics title block on mobile. */
  .ai-tri { max-width: 17rem; margin: 0.75rem auto 0; --orbit-r: 6.3rem; --node: clamp(2.3rem, 17%, 3rem); }
}
@media (prefers-reduced-motion: reduce) {
  .ai-prism, .ai-prism-edge, .ai-hub-core { animation: none; }
  .ai-node, .ai-chip { animation-play-state: paused; }
}

/* Insights card: copy + a Crisp client logo wall (white tiles) on the right. */
.insights .rpt-h2 { margin-top: 0; font-size: clamp(1.7rem, 2.9vw, 2.4rem); }
.insights .rpt-note { max-width: 40ch; margin-bottom: 0; font-size: clamp(1.05rem, 1.5vw, 1.32rem); line-height: 1.55; }
.insights-head { display: grid; grid-template-columns: minmax(0, 1fr) clamp(16rem, 38%, 23rem); gap: clamp(1.5rem, 3.5vw, 3rem); align-items: start; }
.insights-copy { padding-top: 0.15rem; }
.insights-copy { min-width: 0; }
.ins-logos-label { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mid-gray); margin: 0 0 0.75rem; }
.insights-logos { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.7rem; }
.ins-logo {
  background: #fff; border: 0.0625rem solid var(--rule); border-radius: 0.7rem;
  box-shadow: 0 0.0625rem 0.1875rem rgba(27,28,58,0.05);
  display: flex; align-items: center; justify-content: center; height: 3.9rem; padding: 0.7rem 0.9rem;
}
.ins-logo img { max-width: 100%; max-height: 100%; object-fit: contain; filter: brightness(0); opacity: 0.74; }

/* Decision gate: all headers above a full-width rule, all descriptions below. */
.gate { margin-top: 3.75rem; }
/* Kickers and titles top-align across columns; any extra height falls below the
   title (above the rule), so there's never a gap between a kicker and its title. */
.gate-heads, .gate-descs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0.9rem 1.5rem; align-items: start; }
.gate-tag { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent); }
.gate-h-title { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 0.85rem; line-height: 1.2; color: var(--cooler-charcoal); margin-top: 0.4rem; }
.gate-rule { border: 0; height: 0.125rem; background: var(--accent); border-radius: 1rem; margin: 1.2rem 0; opacity: 0.85; }
.gate-desc { font-size: 0.86rem; line-height: 1.55; color: var(--soft-gray); margin: 0; }

/* Moat: defensible server-log advantages, as a bold dark feature band. */
.moat-label { font-family: 'Archivo', sans-serif; font-size: clamp(1.1rem, 1.7vw, 1.3rem); font-weight: 700; letter-spacing: -0.005em; text-transform: none; color: var(--cooler-charcoal); margin: 4.25rem 0 1rem; }
.moat { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.8rem; }
.moat-card {
  background: var(--cooler-charcoal); color: #fff; border-radius: 0.85rem; padding: 1.3rem 1.35rem;
  display: flex; flex-direction: column; position: relative; overflow: hidden;
}
.moat-ic { color: #F3ECA0; margin-bottom: 0.85rem; }
.moat-ic svg { width: 1.5rem; height: 1.5rem; display: block; }
.moat-tag { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #F3ECA0; }
.moat-title { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 1.1rem; line-height: 1.18; margin: 0.25rem 0 0.5rem; }
.moat-card p { font-size: 0.82rem; line-height: 1.5; color: rgba(255,255,255,0.78); margin: 0; }

@media (max-width: 900px) {
  .gate-heads, .gate-descs { grid-template-columns: repeat(3, 1fr); }
  .moat { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 820px) { .insights-head { grid-template-columns: 1fr; } .insights-logos { max-width: 26rem; } }
@media (max-width: 560px) { .gate-heads, .gate-descs { grid-template-columns: repeat(2, 1fr); } .moat { grid-template-columns: 1fr; } }

/* "A view of the data": horizontal carousel of live WISLR report panels
   (Momentum, revenue, referrals, training days, activity), ported from the
   wislr.com AI Channel Analytics page. */
.cc-section { background: linear-gradient(135deg, var(--accent-light) 0%, #fff 65%); border: 0.0625rem solid #EDE9C4; border-radius: 1.1rem; padding: clamp(1.75rem, 3.5vw, 2.75rem); margin-top: clamp(2.25rem, 4vw, 3.25rem); }
.cc-section .rpt-h2 { margin-top: 0; margin-bottom: 1.25rem; font-size: clamp(1.7rem, 2.9vw, 2.4rem); }
.cc-track { display: flex; align-items: stretch; gap: 1rem; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; padding-bottom: 0.25rem; }
.cc-track::-webkit-scrollbar { display: none; }
.cc-slide { flex: 0 0 min(52rem, 92%); scroll-snap-align: start; margin: 0; display: flex; flex-direction: column; }
.cc-slide > .mmt-panel, .cc-slide > .rpt-panel { flex: 1; max-width: none; margin: 0; height: 100%; }
.cc-nav { display: flex; align-items: center; justify-content: center; gap: 1rem; margin-top: 1rem; }
.cc-arrow { width: 2.2rem; height: 2.2rem; border-radius: 50%; border: 0.0625rem solid var(--rule); background: #fff; color: var(--accent-deep); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: border-color 0.15s, background 0.15s; }
.cc-arrow:hover { border-color: var(--accent); background: var(--accent-light); }
.cc-arrow svg { width: 1rem; height: 1rem; }
.cc-dots { display: flex; gap: 0.45rem; }
.cc-dot { width: 0.5rem; height: 0.5rem; border-radius: 50%; background: #E8E4BE; transition: background 0.15s, transform 0.15s; }
.cc-dot.on { background: var(--accent); transform: scale(1.25); }
@media (max-width: 560px) { .cc-slide { flex-basis: 94%; } }

/* Report panels ported from wislr.com/ai-channel-analytics (dark theme). */
.mmt-panel, .rpt-panel { background: linear-gradient(135deg, #14152e 0%, #1B1C3A 55%, #23245c 100%); border: 0.0625rem solid rgba(185, 207, 247, 0.14); border-radius: 1.1rem; padding: 1.35rem 1.35rem 1rem; box-shadow: 0 1rem 2.5rem rgba(27, 28, 58, 0.22); }
.rpt-panel { padding-bottom: 1.15rem; }
.mmt-title { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 0.95rem; color: #fff; margin: 0 0 0.35rem; }
.mmt-sub { font-size: 0.72rem; line-height: 1.5; color: rgba(255, 255, 255, 0.62); max-width: 62ch; margin: 0 0 1.1rem; }
.mmt-scroll, .tds-scroll, .act-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.mmt-grid { display: grid; grid-template-columns: 92px 108px repeat(4, minmax(135px, 1fr)); min-width: 820px; align-items: stretch; }
.mmt-h { font-size: 0.54rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255, 255, 255, 0.45); padding: 0.5rem 0.75rem 0.6rem; border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.08); display: flex; flex-direction: column; gap: 0.12rem; }
.mmt-hsub { font-size: 0.52rem; font-weight: 500; letter-spacing: 0.04em; text-transform: none; color: rgba(255, 255, 255, 0.3); }
.mmt-c1 { padding-left: 0.2rem; }
.mmt-cscore { background: rgba(255, 255, 255, 0.035); }
.mmt-metric { display: flex; align-items: center; font-weight: 700; font-size: 0.78rem; color: #fff; padding: 0.85rem 0.75rem 0.85rem 0.2rem; border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.06); }
.mmt-score { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.1rem; padding: 0.85rem 0.5rem; border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.06); }
.mmt-score-num { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 1.3rem; color: rgba(255, 255, 255, 0.88); line-height: 1; }
.mmt-status { font-size: 0.54rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.mmt-status.is-weak { color: #fb7185; }
.mmt-status.is-peak { color: #60a5fa; }
.mmt-status.is-rebound { color: #facc15; }
.mmt-cell { padding: 0.75rem 0.75rem 0.65rem; border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.06); border-left: 0.0625rem solid rgba(255, 255, 255, 0.05); display: flex; flex-direction: column; gap: 0.45rem; }
.mmt-cell-top { display: flex; align-items: baseline; justify-content: space-between; gap: 0.4rem; }
.mmt-val { font-weight: 700; font-size: 0.88rem; color: #fff; font-variant-numeric: tabular-nums; }
.mmt-delta { font-size: 0.58rem; font-weight: 700; letter-spacing: 0.02em; white-space: nowrap; }
.mmt-delta--up { color: #4ade80; }
.mmt-delta--down { color: #fb7185; }
.mmt-spark { width: 100%; height: 24px; display: block; }
.mmt-spark polyline { fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.mmt-spark--up polyline { stroke: #4ade80; }
.mmt-spark--down polyline { stroke: #fb7185; }

/* Top days for training: the day columns stretch to fill the slide height. */
.tds-panel { display: flex; flex-direction: column; }
.tds-panel .tds-scroll { flex: 1; display: flex; }
.tds-week { display: grid; grid-template-columns: repeat(7, 1fr); gap: 0.5rem; min-width: 760px; flex: 1; }
.tds-day { display: flex; flex-direction: column; }
.tds-day-label { display: block; text-align: center; font-size: 0.54rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255, 255, 255, 0.4); margin-bottom: 0.5rem; }
.tds-day-body { flex: 1; min-height: 200px; border: 0.0625rem solid rgba(255, 255, 255, 0.06); border-radius: 0.7rem; background: rgba(255, 255, 255, 0.02); display: flex; flex-direction: column; justify-content: center; align-items: stretch; gap: 0.45rem; padding: 0.5rem; }
.tds-day--filled .tds-day-body { border-color: rgba(185, 207, 247, 0.28); background: rgba(100, 149, 237, 0.10); }
.tds-free { text-align: center; font-size: 0.64rem; color: rgba(255, 255, 255, 0.28); }
.tds-chip { flex: 1 1 0; min-height: 0; max-height: 7.5rem; display: flex; flex-direction: column; justify-content: center; border: 0.0625rem solid rgba(185, 207, 247, 0.3); background: rgba(20, 21, 46, 0.55); border-radius: 0.55rem; padding: 0.45rem 0.55rem; }
.tds-chip-name { display: flex; align-items: center; gap: 0.32rem; font-size: 0.66rem; font-weight: 700; color: #fff; margin-bottom: 0.12rem; }
.tds-chip-crawls { font-size: 0.6rem; color: rgba(255, 255, 255, 0.55); }
.tds-ico { width: 0.72rem; height: 0.72rem; flex-shrink: 0; filter: brightness(0) invert(1); opacity: 0.85; }
.tds-ico-svg { width: 0.72rem; height: 0.72rem; flex-shrink: 0; color: #B9CFF7; }

/* LLM-attributed revenue by month. */
.rev-headline { display: flex; flex-direction: column; gap: 0.15rem; border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.08); padding-bottom: 0.85rem; margin-bottom: 1rem; }
.rev-headline-label { font-size: 0.66rem; color: rgba(255, 255, 255, 0.65); }
.rev-headline-value { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 1.5rem; color: #fff; }
.rev-chart-head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 0.4rem; margin-bottom: 0.85rem; }
.rev-chart-head .mmt-title { margin: 0; }
/* The revenue panel flexes so the plot grows to fill the equal-height slide. */
.rev-panel { display: flex; flex-direction: column; }
.rev-panel .rev-chart { flex: 1; }
.rev-chart { display: grid; grid-template-columns: 56px 1fr; gap: 0.5rem; align-items: stretch; }
.rev-yaxis { display: flex; flex-direction: column; justify-content: space-between; text-align: right; font-size: 0.56rem; color: rgba(255, 255, 255, 0.4); padding-bottom: 1.3rem; }
.rev-plot { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); align-items: end; gap: 1rem; height: 100%; min-height: 210px; padding-bottom: 1.3rem;
  background-image: repeating-linear-gradient(to top, rgba(255,255,255,0.07) 0, rgba(255,255,255,0.07) 1px, transparent 1px, transparent 25%);
  background-size: 100% calc(100% - 1.3rem); background-position: bottom; background-repeat: no-repeat; }
.rev-col { position: relative; display: flex; flex-direction: column; justify-content: flex-end; height: 100%; }
.rev-bar { position: relative; width: 100%; min-height: 2px; display: flex; flex-direction: column-reverse; gap: 2px; cursor: pointer; outline: none; }
/* Aggregate total tooltip: shows the month's full LLM-attributed revenue. */
.rev-bar::after {
  content: attr(data-total); position: absolute; bottom: calc(100% + 0.45rem); left: 50%;
  transform: translateX(-50%) translateY(0.2rem);
  background: #0d0e24; border: 0.0625rem solid rgba(185, 207, 247, 0.4); color: #fff;
  font-size: 0.62rem; font-weight: 700; letter-spacing: 0.01em; white-space: nowrap;
  padding: 0.3rem 0.55rem; border-radius: 0.45rem; box-shadow: 0 0.4rem 1.1rem rgba(0, 0, 0, 0.45);
  opacity: 0; pointer-events: none; transition: opacity 0.15s, transform 0.15s; z-index: 5;
}
.rev-bar::before {
  content: ''; position: absolute; bottom: calc(100% + 0.18rem); left: 50%; transform: translateX(-50%) rotate(45deg);
  width: 0.45rem; height: 0.45rem; background: #0d0e24; border-right: 0.0625rem solid rgba(185, 207, 247, 0.4); border-bottom: 0.0625rem solid rgba(185, 207, 247, 0.4);
  opacity: 0; pointer-events: none; transition: opacity 0.15s; z-index: 6;
}
.rev-col:hover .rev-bar::after, .rev-bar:focus::after { opacity: 1; transform: translateX(-50%) translateY(0); }
.rev-col:hover .rev-bar::before, .rev-bar:focus::before { opacity: 1; }
.rev-col:hover .rev-seg { filter: brightness(1.15); }
.rev-seg { position: relative; width: 100%; min-height: 2px; border-radius: 2px; }
.rev-bar .rev-seg:last-child { border-radius: 3px 3px 2px 2px; }
.rev-seg--openai { background: #1e3a8a; }
.rev-seg--xai { background: #2563eb; }
.rev-seg--gemini { background: #3b82f6; }
.rev-seg--copilot { background: #60a5fa; }
.rev-seg--perplexity { background: #93c5fd; }
.rev-seg--anthropic { background: #dbeafe; }
.rev-month { position: absolute; top: 100%; left: 50%; transform: translate(-50%, 0.35rem); font-size: 0.58rem; color: rgba(255, 255, 255, 0.45); white-space: nowrap; }
.rev-legend { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 0.85rem; }
.rev-key { font-size: 0.62rem; color: rgba(255, 255, 255, 0.7); }
.rev-key-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; margin-right: 0.3rem; vertical-align: middle; }

/* Top referral destinations: four cards stretch to fill the slide height. */
.ref-panel { display: flex; flex-direction: column; }
.ref-panel .ref-grid { flex: 1; min-height: 0; }
.ref-grid { display: flex; align-items: stretch; gap: 0.8rem; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 0.5rem; }
.ref-grid .ref-card { flex: 1 1 0; min-width: 0; }
.ref-grid::-webkit-scrollbar { height: 8px; }
.ref-grid::-webkit-scrollbar-thumb { background: rgba(185, 207, 247, 0.25); border-radius: 999px; }
.ref-grid::-webkit-scrollbar-track { background: rgba(255, 255, 255, 0.04); border-radius: 999px; }
.ref-card { display: flex; flex-direction: column; background: rgba(255, 255, 255, 0.03); border: 0.0625rem solid rgba(255, 255, 255, 0.08); border-radius: 0.75rem; padding: 0.7rem 0.75rem 0.45rem; }
.ref-card-head { display: flex; align-items: center; justify-content: space-between; gap: 0.35rem; margin-bottom: 0.5rem; }
.ref-card-title { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 0.72rem; color: #fff; margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ref-chip { flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; font-size: 0.48rem; color: #4ade80; background: rgba(74, 222, 128, 0.12); border-radius: 999px; padding: 0.12rem 0.38rem; }
.ref-shot { display: block; width: 100%; flex: 1 1 auto; min-height: 0; object-fit: cover; object-position: top; border-radius: 0.45rem; border: 0.0625rem solid rgba(255, 255, 255, 0.12); margin-bottom: 0.5rem; filter: saturate(0.7) brightness(0.88) contrast(0.96); }
@media (max-width: 760px) { .ref-grid .ref-card { flex: 0 0 208px; } .ref-shot { flex: 0 0 auto; height: auto; } }
.ref-stat { display: flex; align-items: center; gap: 0.4rem; padding: 0.32rem 0; border-top: 0.0625rem solid rgba(255, 255, 255, 0.06); }
.ref-stat-label { flex: 1; font-size: 0.52rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255, 255, 255, 0.42); }
.ref-stat-val { font-size: 0.7rem; font-weight: 700; color: #fff; font-variant-numeric: tabular-nums; }

/* Daily activity heatmap: rows spread to fill the slide height. */
.act-panel { display: flex; flex-direction: column; }
.act-head { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 0.5rem; margin-bottom: 1rem; }
.act-head .mmt-title { margin-bottom: 0.3rem; }
.act-sub { margin-bottom: 0 !important; }
.act-legend { display: inline-flex; align-items: center; gap: 4px; font-size: 0.6rem; color: rgba(255, 255, 255, 0.5); }
.act-legend i { width: 13px; height: 13px; border-radius: 2px; display: inline-block; }
.act-scroll { padding-bottom: 0.35rem; flex: 1; display: flex; }
.act-rows { display: flex; flex-direction: column; justify-content: space-between; gap: 0.6rem; min-width: 900px; margin-left: auto; margin-right: auto; }
.act-row { display: grid; grid-template-columns: 96px 1fr; align-items: center; gap: 0.5rem; }
.act-label { display: flex; align-items: center; gap: 0.4rem; font-weight: 700; font-size: 0.74rem; color: #fff; }
.act-label svg { width: 0.85rem; height: 0.85rem; flex: 0 0 auto; opacity: 0.85; }
.act-grid { display: grid; grid-template-rows: repeat(7, 13px); grid-auto-flow: column; grid-auto-columns: 13px; gap: 3px; }
.act-grid i { width: 13px; height: 13px; border-radius: 2px; }
.al0 { background: rgba(255, 255, 255, 0.05); }
.al1 { background: #1e3a8a; }
.al2 { background: #2563eb; }
.al3 { background: #3b82f6; }
.al4 { background: #93c5fd; }

/* ── Analyst quadrant: analytics tools by AI-visibility × attribution ────── */
.mq-head { padding-left: 1.85rem; }
.mq-row { display: grid; grid-template-columns: minmax(0, 1fr) clamp(13rem, 27%, 17.5rem); gap: 1rem; align-items: stretch; margin: 1.25rem 0 0.75rem; }
.mq-plot { display: grid; grid-template-columns: 1.5rem 1fr; grid-template-rows: 1fr; gap: 0.35rem; }
.mq-aside { display: flex; flex-direction: column; background: #fff; border: 0.0625rem solid var(--rule); border-radius: 0.9rem; padding: 1.35rem 1.4rem; }
.mq-legend { display: flex; flex-direction: column; gap: 0.7rem; padding-bottom: 1.15rem; margin-bottom: 1.15rem; border-bottom: 0.0625rem solid var(--rule); }
.mq-key { display: flex; align-items: center; gap: 0.6rem; font-family: 'Archivo', sans-serif; font-size: 0.86rem; font-weight: 600; color: var(--cooler-charcoal); }
.mq-k { width: 0.8rem; height: 0.8rem; border-radius: 50%; flex-shrink: 0; }
.mq-k-client { background: #eab308; }
.mq-k-server { background: #16181d; }
.mq-k-wislr { background: var(--accent); box-shadow: 0 0 0 0.16rem rgba(214,201,0,0.25); }
.mq-note-text { font-size: 0.95rem; line-height: 1.65; color: var(--soft-gray); margin: 0; text-wrap: pretty; }
.mq-note-text::first-line { font-weight: 600; color: var(--ink); }
.mq-subnote { font-size: 0.82rem; line-height: 1.55; color: var(--soft-gray); margin: 1rem 0 0; padding-top: 1rem; border-top: 0.0625rem solid var(--rule); }
.mq-ylab { grid-column: 1; grid-row: 1; writing-mode: vertical-rl; transform: rotate(180deg); align-self: center; justify-self: center; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mid-gray); white-space: nowrap; }
.mq {
  grid-column: 2; grid-row: 1; position: relative; aspect-ratio: 1.35 / 1; width: 100%; height: 100%; overflow: hidden;
  border: 0.0625rem solid var(--rule); border-radius: 0.9rem;
  background: radial-gradient(130% 130% at 100% 0%, var(--accent-light) 0%, #fff 46%);
}
/* X-axis label as an outlined pill at the top of the plot. */
.mq-xlab {
  position: absolute; top: 0.85rem; left: 50%; transform: translateX(-50%); z-index: 4;
  background: #fff; border: 0.0625rem solid var(--rule); border-radius: 1rem; padding: 0.3rem 0.9rem;
  font-size: 0.62rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--soft-gray); white-space: nowrap;
}
.mq::before { content: ''; position: absolute; left: 50%; top: 2.7rem; bottom: 0.5rem; width: 0.0625rem; background: var(--rule); }
.mq::after { content: ''; position: absolute; top: 50%; left: 0.5rem; right: 0.5rem; height: 0.0625rem; background: var(--rule); }
.mq-q { position: absolute; font-size: 0.6rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mid-gray); }
.mq-tl { top: 0.95rem; left: 1rem; } .mq-tr { top: 0.95rem; right: 1rem; color: var(--accent); }
.mq-bl { bottom: 0.8rem; left: 1rem; } .mq-br { bottom: 0.8rem; right: 1rem; }
.mq-dot { position: absolute; transform: translate(-50%, 50%); width: 0.5rem; height: 0.5rem; border-radius: 50%; background: var(--soft-gray); }
.mq-name { position: absolute; top: 0.6rem; left: 50%; transform: translateX(-50%); white-space: nowrap; font-size: 0.6rem; font-weight: 600; color: var(--soft-gray); }
.mq-client { background: #eab308; }
.mq-server { background: #16181d; }
.mq-us { width: 0.95rem; height: 0.95rem; background: var(--accent); box-shadow: 0 0 0 0.3rem rgba(214,201,0,0.22); z-index: 2; }
.mq-us .mq-name { top: 1.4rem; font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 0.74rem; color: var(--accent-deep); }
@media (max-width: 760px) { .mq-row { grid-template-columns: 1fr; } .mq-head { padding-left: 0; } }

/* Two-column "why" cards under the quadrant. */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem; margin-top: 2.5rem; padding-left: 1.85rem; }
.why-card { background: #fff; border: 0.0625rem solid var(--rule); border-radius: 0.9rem; padding: 1.5rem 1.6rem; box-shadow: 0 0.0625rem 0.1875rem rgba(27,28,58,0.05); }
.why-h { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: clamp(1.1rem, 1.7vw, 1.3rem); line-height: 1.2; color: var(--cooler-charcoal); margin: 0 0 0.6rem; }
.why-p { font-size: 0.92rem; line-height: 1.6; color: var(--soft-gray); margin: 0; }
@media (max-width: 760px) { .why-grid { padding-left: 0; } }
@media (max-width: 640px) { .why-grid { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .mq { aspect-ratio: 1 / 1.15; } .mq-name { font-size: 0.5rem; } }

/* ── Tables ────────────────────────────────────────────────────────────── */
.table-wrap { overflow-x: auto; }
.rpt-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; margin: 0.5rem 0 0.25rem; }
.rpt-table th {
  text-align: left; font-weight: 600; color: var(--soft-gray); font-size: 0.7rem;
  text-transform: uppercase; letter-spacing: 0.05em; padding: 0.55rem 0.65rem;
  border-bottom: 0.125rem solid var(--rule); white-space: nowrap;
}
.rpt-table td { padding: 0.6rem 0.65rem; border-bottom: 0.0625rem solid var(--rule); vertical-align: top; }
.rpt-table td.num { text-align: right; font-variant-numeric: tabular-nums; color: var(--soft-gray); }
.rpt-table tr.top td { background: var(--accent-light); }

/* ── Numbered fix / step list ──────────────────────────────────────────── */
.fixlist { list-style: none; padding: 0; margin: 0.5rem 0; display: flex; flex-direction: column; gap: 0.75rem; }
.fixitem { display: flex; align-items: baseline; gap: 1rem; background: #fff; border: 0.0625rem solid var(--rule); border-radius: 0.85rem; padding: 1.15rem 1.3rem; }
.fixnum { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 1.4rem; color: var(--accent); line-height: 1; flex-shrink: 0; }
.fixh { font-family: 'Archivo', sans-serif; font-weight: 600; font-size: 1.1rem; color: var(--cooler-charcoal); margin-bottom: 0.3rem; }
.fixitem p { font-size: 0.9rem; line-height: 1.55; color: var(--soft-gray); margin: 0; max-width: 80ch; }
.fixcta { display: inline-block; margin-top: 0.55rem; font-weight: 600; font-size: 0.82rem; color: var(--accent-deep); text-decoration: none; }
.fixcta:hover { text-decoration: underline; text-underline-offset: 0.2rem; }

/* ── Lead callout ──────────────────────────────────────────────────────── */
.lead { font-size: 1rem; color: var(--ink); background: #fff; border: 0.0625rem solid var(--rule); border-radius: 0.6rem; padding: 1rem 1.2rem; margin: 1.25rem 0 0.5rem; }
.lead strong { font-weight: 700; }

@media (max-width: 760px) {
  .rpt-cards, .rpt-cards-3, .rpt-cards-2 { grid-template-columns: repeat(2, 1fr); }
  .bench { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .rpt-cards, .rpt-cards-3, .rpt-cards-2 { grid-template-columns: 1fr; }
}

/* ── Mobile refinements (phone-width fixes from the mobile UI audit) ──────── */

/* Single-column card grids must not let min-content (nowrap chips, wide media)
   stretch the track past the viewport. */
@media (max-width: 760px) {
  .cap-card, .fm-card, .data-card { grid-template-columns: minmax(0, 1fr); }
}

/* Competitor chips: one per line on phones so nowrap labels can't overflow. */
@media (max-width: 620px) {
  .comp-chips.fm-chips { grid-template-columns: 1fr; }
}

/* Mobile gate: swap the heads/rule/descs split for interleaved items so each
   decision sits directly above its own description. */
.gate-m { display: none; }
@media (max-width: 560px) {
  .gate { display: none; }
  .gate-m { display: grid; grid-template-columns: 1fr; gap: 1rem; margin-top: 2.75rem; }
  .gate-m-item { border-left: 0.1875rem solid var(--accent); border-radius: 0.2rem; padding-left: 0.9rem; }
  .gate-m-item .gate-desc { margin-top: 0.35rem; }
}

@media (max-width: 560px) {
  /* Tighter card padding on phones: reclaim ~2rem of content width. */
  .pcard, .opp-block, .ease-section, .cw-section, .vision-hero, .chat-card, .ia-hero, .hero, .opp { padding: 1.5rem 1.25rem; }
  .psplit { padding: 1.25rem 1.1rem; }

  /* Analytics hero lockup: scale so logo + divider + "Analytics" fit 360px. */
  .ca-logo { height: 1.9rem; }
  .ca-word { font-size: 0.95rem; padding-left: 0; }
  .ca-lockup { gap: 0.35rem; }

  /* More room for content: slimmer page gutters on phones. */
  .page-main { padding-left: 1.1rem; padding-right: 1.1rem; }

  /* Comparison panels: let the donut row wrap and slim the fixed widths. */
  .cw-panel { padding: 1.15rem 1.1rem; }
  .cw-donut-row { flex-wrap: wrap; gap: 1rem; }
  .cw-donut { width: 122px; height: 122px; }
  .cw-donut svg { width: 100%; height: 100%; }
  .cw-donut svg circle { stroke-width: 9px; }
  .cw-engines { flex: 1 1 8rem; }
  .cw-stats { flex-wrap: wrap; gap: 0.9rem 1.4rem; }

  /* Section heading fits one line. */
  .cw-section .rpt-h2 { white-space: nowrap; letter-spacing: -0.02em; font-size: clamp(0.82rem, 4.7vw, 1.2rem); }

  /* Action chips: label on top, sentence below, both left-aligned. */
  .cw-chip { flex-direction: column; align-items: flex-start; gap: 0.45rem; }

  /* Capability table: capability on top, then two labeled value cells. */
  .cw-crow.cw-head { display: none; }
  .cw-crow { grid-template-columns: 1fr 1fr; row-gap: 0.55rem; padding: 0.95rem 1rem; }
  .cw-cap { grid-column: 1 / -1; font-weight: 600; }
  .cw-cell { display: block; font-size: 0.82rem; }
  .cw-cell::before { display: block; font-size: 0.56rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--mid-gray); margin-bottom: 0.3rem; }
  .cw-old-cell::before { content: 'Typical tool'; }
  .cw-w-cell::before { content: 'Siege Media Analytics'; color: var(--accent-deep); }
  .cw-cell svg { vertical-align: -0.2rem; margin-right: 0.25rem; }

  /* Quadrant: drop the corner labels (the x-label pill owns the top edge) and
     right-anchor the Crisp / WISLR name so it never clips the plot edge. */
  .mq-name { font-size: 0.55rem; }
  .mq-q { display: none; }
  .mq-us .mq-name { left: auto; right: -0.3rem; transform: none; }
  /* Alternate tool labels above/below their dots so the diagonal chain does
     not crowd, and move the x-axis pill to the empty bottom edge. */
  .mq-dot:nth-child(even) .mq-name { top: auto; bottom: 0.6rem; }
  /* Hand-placed labels for the tight spots: Snowplow, Server-side GTM and
     Mixpanel sit beside their dots; the WISLR label anchors left of its dot. */
  .mq-dot:nth-child(7) .mq-name, .mq-dot:nth-child(11) .mq-name, .mq-dot:nth-child(15) .mq-name { top: 50%; bottom: auto; transform: translateY(-50%); left: 0.75rem; }
  .mq-dot.mq-us { bottom: 81.5% !important; }
  .mq-dot:nth-child(7) { bottom: 73.5% !important; } /* Snowplow: a touch lower for breathing room */
  .mq-dot.mq-us .mq-name { top: 50%; bottom: auto; transform: translateY(-50%); left: auto; right: 1.3rem; }

  .mq::before { top: 0.5rem; bottom: 0.5rem; }
}

/* Overview brand wall: two columns on narrow phones so marks stay legible. */
@media (max-width: 480px) {
  .brand-grid { grid-template-columns: repeat(2, 1fr); gap: 1.8rem 1.5rem; }
}

/* ── Mobile type scale (≤560px) ───────────────────────────────────────────
   Phone-tuned typography: display sizes step down so headlines stop dominating
   a 360px screen, micro-labels get a higher floor (~13px+), and body copy gets
   a touch more size and leading for comfortable reading. */
@media (max-width: 560px) {
  /* Display roles */
  .vision-title { font-size: 1.8rem; line-height: 1.1; margin-bottom: 1.4rem; }
  .rpt-h2.rpt-h2-xl { font-size: 1.2rem; margin-bottom: 1.4rem; padding: 0 0.9rem; }
  .chat-title, .ease-title, .ped-head, .ia-hero-title { font-size: 1.45rem; line-height: 1.35; }
  .hero h1 { font-size: 1.4rem; line-height: 1.25; }
  .rpt-h2 { font-size: 1.2rem; line-height: 1.25; }
  .insights .rpt-h2 { font-size: 1.35rem; }
  .moat-label { font-size: 1.05rem; }
  .brings-h { font-size: 1.15rem; }
  .fixh { font-size: 1.02rem; }
  .opp-num { font-size: 2.6rem; }
  .phase-num { font-size: 2.2rem; }
  .psplit-title { font-size: 1.3rem; }
  .price-amt { font-size: 2.5rem; }

  /* Body comfort */
  .rpt-note { font-size: 0.95rem; line-height: 1.65; }
  .vision-sub { font-size: 1rem; line-height: 1.6; }
  .pcard-lead, .about-lead, .ped-lead, .chat-sub, .ease-lead, .ia-hero-sub, .price-copy-p { font-size: 0.95rem; line-height: 1.65; }
  .opp-lead { font-size: 0.95rem; line-height: 1.65; }
  .gate-desc { font-size: 0.9rem; line-height: 1.6; }
  .moat-card p { font-size: 0.88rem; line-height: 1.55; }
  .why-list li, .ped-list li { font-size: 0.92rem; line-height: 1.6; }
  .phase-card p, .fixitem p, .brings-lead { font-size: 0.92rem; line-height: 1.6; }
  .brings-list li { font-size: 0.92rem; }
  .cw-t { font-size: 0.86rem; }
  .ease-card p { font-size: 0.9rem; line-height: 1.6; }

  /* Micro-label floor: nothing under ~13px */
  .moat-tag, .gate-tag, .brings-tag { font-size: 0.68rem; }
  .cw-k { font-size: 0.64rem; }
  .ramp-arr span { font-size: 0.64rem; }
  .cw-donut-num span { font-size: 0.55rem; }
  .opp-eyebrow { font-size: 0.72rem; }
  .ramp-meta { font-size: 0.78rem; }
  .opp-sub, .fact-sub { font-size: 0.82rem; }
  .cw-stat span, .legend span, .cw-legend span { font-size: 0.76rem; }

  /* About facts: uniform pill width so the text column aligns when stacked. */
  .fact-ic { width: 3.4rem; min-width: 3.4rem; padding: 0; }

  /* Pedigree: headline on one line; "partnered with" breaks onto its own line. */
  .ped-head { font-size: clamp(1.05rem, 6vw, 1.4rem); white-space: nowrap; }
  .ped-brands-eyebrow .pw { display: block; }

  /* Vertical ARR timeline: clearer hierarchy, more air between quarters. */
  .ramp { gap: 2.6rem; padding-left: 2.35rem; }
  .ramp-qn { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mid-gray); }
  .ramp-arr { font-size: 1.7rem; margin-top: 0.55rem; }
  .ramp-arr span { font-size: 0.6rem; }
  .ramp-meta { margin-top: 0.45rem; }
  .ramp-q::before { top: 0.45rem; left: -2.02rem; }

  /* Profit split: WISLR label and 20% on one line, matching the Crisp bar. */
  .psplit-seg { flex-direction: row; align-items: center; gap: 0.6rem; }
}

/* Deployment-readiness probe (inside the "Easy to stand up" card). */
.probe { margin-top: 1.9rem; padding-top: 1.6rem; border-top: 0.0625rem solid var(--rule); text-align: center; }
.probe-label { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 1.05rem; color: var(--cooler-charcoal); margin: 0 0 0.9rem; }
.probe-label { display: flex; align-items: center; justify-content: center; gap: 0.45rem; }
.probe-label svg { width: 1.05rem; height: 1.05rem; color: var(--accent); flex-shrink: 0; }
.probe-bar { display: flex; align-items: center; gap: 0.2rem; max-width: 30rem; margin: 0 auto; background: #fff; border: 0.0625rem solid var(--rule); border-radius: 0.7rem; padding: 0.25rem 0.25rem 0.25rem 0.8rem; transition: border-color 0.18s, box-shadow 0.18s; }
.probe-bar:focus-within { border-color: var(--accent); box-shadow: 0 0 0 0.2rem var(--accent-light); }
.probe-scheme { display: inline-flex; align-items: center; gap: 0.3rem; font-size: 0.8rem; color: var(--mid-gray); white-space: nowrap; }
.probe-scheme svg { width: 0.7rem; height: 0.7rem; }
.probe-input { flex: 1 1 auto; min-width: 0; border: 0; outline: 0; background: transparent; font: inherit; font-size: 0.9rem; color: var(--ink); padding: 0.5rem 0.4rem; }
.probe-input::placeholder { color: var(--mid-gray); opacity: 0.65; }
.probe-submit { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 0.4rem; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 0.82rem; color: #fff; background: var(--accent); border: 0; border-radius: 0.5rem; padding: 0.55rem 1rem; cursor: pointer; white-space: nowrap; transition: background 0.15s, transform 0.15s; }
.probe-submit:hover:not(:disabled) { background: var(--accent-deep); transform: translateY(-0.06rem); }
.probe-submit:disabled { opacity: 0.7; cursor: default; }
.probe-submit-loading { display: inline-flex; align-items: center; gap: 0.4rem; }
.probe-submit-text[hidden], .probe-submit-loading[hidden] { display: none; }
.probe-spin { width: 0.8rem; height: 0.8rem; border: 0.14rem solid rgba(255,255,255,0.4); border-top-color: #fff; border-radius: 50%; display: inline-block; animation: probe-rot 0.7s linear infinite; }
@keyframes probe-rot { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .probe-spin { animation: none; } }
.probe-hint { font-size: 0.78rem; line-height: 1.5; color: var(--soft-gray); max-width: 30rem; margin: 0.8rem auto 0; }
.probe-result { margin: 1.2rem auto 0; text-align: left; background: #fff; border: 0.0625rem solid var(--rule); border-radius: 0.9rem; padding: 1.2rem 1.4rem; box-shadow: 0 0.25rem 1rem rgba(27,28,58,0.06); display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr); column-gap: 1.5rem; align-items: center; }
.probe-result[hidden] { display: none; }
.probe-result-head, .probe-result-body, .probe-stack { grid-column: 1; }
.probe-result .probe-result-cta { grid-column: 2; grid-row: 1 / span 3; justify-self: center; margin-top: 0; }
@media (max-width: 640px) { .probe-result { display: block; } .probe-result .probe-result-cta { margin-top: 0.9rem; } }
.probe-result-head { display: flex; align-items: center; gap: 0.5rem; font-family: 'Archivo', sans-serif; font-size: 0.95rem; font-weight: 800; color: var(--cooler-charcoal); margin: 0 0 0.35rem; }
.probe-result-head svg { width: 1rem; height: 1rem; flex-shrink: 0; }
.probe-result.is-yes .probe-result-head svg { color: #12a150; }
.probe-result.is-no .probe-result-head svg { color: #b8780a; }
.probe-result.is-platform .probe-result-head svg { color: var(--accent); }
.probe-result.is-error .probe-result-head svg { color: #b91c1c; }
.probe-result-body { font-size: 0.86rem; line-height: 1.6; color: var(--soft-gray); margin: 0; }
.probe-result-body strong { color: var(--cooler-charcoal); }
.probe-stack { font-size: 0.72rem; line-height: 1.5; color: var(--mid-gray); margin: 0.5rem 0 0; font-variant-numeric: tabular-nums; }
.probe-stack strong { color: var(--cooler-charcoal); font-weight: 700; }
.probe-result-cta { display: inline-flex; align-items: center; gap: 0.45rem; margin-top: 0.9rem; font-family: 'Archivo', sans-serif; font-size: 0.82rem; font-weight: 700; text-decoration: none; padding: 0.55rem 1.05rem; border-radius: 0.55rem; background: var(--accent); color: #fff; transition: background 0.15s, transform 0.15s; }
.probe-result-cta:hover { background: var(--accent-deep); transform: translateY(-0.06rem); color: #fff; }
.probe-result-cta svg { width: 0.9rem; height: 0.9rem; flex-shrink: 0; }

/* ── Built-in MCP layer band: conversational access to the data ── */
.mcp-band { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(1.5rem, 3vw, 3rem); align-items: center; background: var(--cooler-charcoal); color: #fff; border-radius: 1.1rem; padding: clamp(1.75rem, 3.5vw, 2.75rem); margin-top: clamp(2.25rem, 4vw, 3.25rem); }
.mcp-kicker { display: block; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; color: var(--accent-light); margin-bottom: 0.6rem; }
.mcp-title { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: clamp(1.5rem, 2.8vw, 2.1rem); line-height: 1.35; letter-spacing: -0.015em; margin: 0 0 0.8rem; display: flex; align-items: center; gap: 0.5rem; }
.mcp-lead { font-size: clamp(0.95rem, 1.25vw, 1.05rem); line-height: 1.6; color: rgba(255,255,255,0.82); margin: 0 0 1.3rem; max-width: 56ch; }
.mcp-agents { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.mcp-chip { font-size: 0.72rem; font-weight: 600; padding: 0.3rem 0.7rem; border-radius: 99rem; border: 0.0625rem solid rgba(255,255,255,0.22); color: rgba(255,255,255,0.9); }
.mcp-chip-any { border-style: dashed; color: rgba(255,255,255,0.6); }
.mcp-chat { display: flex; flex-direction: column; gap: 0.6rem; min-width: 0; }
.mcp-msg { max-width: 85%; padding: 0.7rem 0.95rem; border-radius: 0.85rem; font-size: 0.85rem; line-height: 1.45; }
.mcp-q { align-self: flex-end; background: var(--accent); color: #101010; border-bottom-right-radius: 0.25rem; font-weight: 500; }
.mcp-a { align-self: flex-start; background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.92); border-bottom-left-radius: 0.25rem; }
.mcp-a-tag { display: block; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--accent-light); margin-bottom: 0.3rem; }
@media (max-width: 860px) { .mcp-band { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .mcp-title { font-size: 1.3rem; } .mcp-msg { max-width: 100%; } .mcp-agents { gap: 0.35rem; } .mcp-chip { font-size: 0.62rem; padding: 0.24rem 0.5rem; } }

/* Faint divider between heatmap rows (floats in the row gap, no layout shift). */
.act-row + .act-row { position: relative; }
.act-row + .act-row::before { content: ''; position: absolute; top: -0.45rem; left: 0; right: 0; height: 2px; border-radius: 1px; background: rgba(255,255,255,0.14); }

/* Feature + profit-share cards: icon sits on the same line as the title
   (the data-moat cards keep their own icon-beside-body layout). */
.moat:not(.data-moat) .moat-card { display: grid; grid-template-columns: auto 1fr; column-gap: 0.6rem; align-items: center; align-content: start; }
.moat:not(.data-moat) .moat-ic { grid-column: 1; grid-row: 2; margin-bottom: 0; }
.moat:not(.data-moat) .moat-tag { grid-column: 1 / -1; grid-row: 1; margin-bottom: 0.35rem; }
.moat:not(.data-moat) .moat-title { grid-column: 2; grid-row: 2; margin: 0; }
.moat:not(.data-moat) .moat-card p { grid-column: 1 / -1; grid-row: 3; margin-top: 0.55rem; }

/* Mobile: probe header on one line, submit below the field, WISLR column
   cells never wrap, chat contact buttons uniform width. */
@media (max-width: 560px) {
  .probe-label { font-size: 0.75rem; white-space: nowrap; }
  .probe-bar { flex-wrap: wrap; padding: 0.3rem 0.3rem 0.3rem 0.6rem; }
  .probe-input { flex: 1 1 0; min-width: 0; }
  .probe-submit { flex: 1 1 100%; justify-content: center; margin-top: 0.35rem; }
  .cw-w-cell { white-space: nowrap; }
  .chat-contact { flex-direction: column; align-items: stretch; }
  .chat-link { width: 100%; justify-content: center; }
}
.mcp-title .mcp-ic { width: 1.05em; height: 1.05em; color: #EAB308; flex: 0 0 auto; }

/* ── AI-channel explainer sections (AIO funnel / Web Vitals / blind spots) ──
   Card + heading on the left, supporting graphic on the right. On mobile the
   section icon moves out of the card and sits left of the heading. */
.xsec { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; align-items: start; margin-top: 2.25rem; padding-top: 2.25rem; border-top: 0.0625rem solid var(--rule); }
.xcol { min-width: 0; }
.xhead { display: flex; align-items: center; gap: 0.6rem; margin-bottom: 0.9rem; }
.xic { display: grid; place-items: center; flex: 0 0 auto; width: 2.4rem; height: 2.4rem; border-radius: 0.55rem; background: var(--accent); color: var(--on-accent); }
.xic svg { width: 1.3rem; height: 1.3rem; }
.xh { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: clamp(1.15rem, 2vw, 1.5rem); letter-spacing: -0.01em; color: var(--cooler-charcoal); margin: 0; }
.xcard { display: flex; gap: 1.1rem; align-items: flex-start; background: var(--accent-light); border: 0.0625rem solid var(--rule); border-radius: 0.9rem; padding: 1.3rem 1.5rem; }
.xcard-p { font-size: 0.95rem; line-height: 1.6; color: var(--soft-gray); margin: 0; }
.xcard-p strong { color: var(--ink); }
.xfunnel { margin: 0; }
.xfunnel svg { display: block; width: 100%; height: auto; max-width: 30rem; margin: 0 auto; }
.xcrux, .xreasons { display: grid; gap: 0.55rem; align-content: start; width: 100%; max-width: 30rem; margin-inline: auto; }
.xcrux-title { font-size: 0.62rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-deep); }
.xcrux-card, .xr-card { background: #fff; border: 0.0625rem solid var(--rule); border-radius: 0.8rem; padding: 0.8rem 0.9rem; }
.xcrux-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 0.75rem; }
.xck { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 0.82rem; color: var(--cooler-charcoal); }
.xcname { font-size: 0.68rem; color: var(--soft-gray); margin-top: 0.1rem; line-height: 1.3; }
.xcright { flex: 0 0 auto; text-align: right; }
.xcv { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 1.25rem; line-height: 1; color: var(--cooler-charcoal); }
.xcv span { font-size: 0.68rem; font-weight: 700; margin-left: 0.08rem; }
.xcpill { display: inline-block; margin-top: 0.32rem; font-size: 0.55rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: #2c8a55; background: rgba(44,138,85,0.12); border-radius: 999px; padding: 0.15rem 0.42rem; }
.xcbar { position: relative; height: 0.3rem; border-radius: 999px; margin-top: 0.65rem; background: linear-gradient(90deg, #A8D5BA 0 55%, #EBD9A8 55% 80%, #E3B3AE 80% 100%); }
.xcdot { position: absolute; top: 50%; width: 0.58rem; height: 0.58rem; border-radius: 50%; background: #2c8a55; border: 0.125rem solid #fff; transform: translate(-50%, -50%); }
.xr-head { display: flex; align-items: center; gap: 0.55rem; }
.xr-ic { flex: 0 0 auto; width: 1.7rem; height: 1.7rem; display: grid; place-items: center; border-radius: 0.45rem; background: var(--accent); color: var(--on-accent); }
.xr-ic svg { width: 0.95rem; height: 0.95rem; }
.xr-k { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 0.82rem; color: var(--cooler-charcoal); }
.xr-b { font-size: 0.8rem; line-height: 1.5; color: var(--soft-gray); margin: 0.45rem 0 0; }
@media (max-width: 760px) {
  .xsec { grid-template-columns: 1fr; gap: 1.4rem; margin-top: 1.6rem; padding-top: 1.6rem; }
  .xic { width: 2.1rem; height: 2.1rem; }
  .xic svg { width: 1.15rem; height: 1.15rem; }
  .xcard { padding: 1.15rem 1.2rem; }
  .xcard-p, .xr-b { line-height: 1.7; }
}

/* Click-to-expand funnel diagram. */
.xfunnel-zoom { display: block; width: 100%; padding: 0; border: 0; background: none; cursor: zoom-in; border-radius: 0.6rem; }
.xfunnel-zoom:focus-visible { outline: 0.125rem solid var(--accent); outline-offset: 0.25rem; }
.xmodal { position: fixed; inset: 0; z-index: 999; display: flex; align-items: center; justify-content: center; padding: clamp(1rem, 4vw, 3rem); }
.xmodal[hidden] { display: none; }
.xmodal-backdrop { position: absolute; inset: 0; background: rgba(12, 12, 16, 0.72); }
.xmodal-panel { position: relative; width: min(100%, 68rem); max-height: 92vh; overflow: auto; background: #fff; border-radius: 1rem; padding: clamp(1.5rem, 4vw, 2.75rem); box-shadow: 0 2rem 5rem rgba(0,0,0,0.35); }
.xmodal-body svg { display: block; width: 100%; height: auto; max-width: none; }
.xmodal-close { position: absolute; top: 0.75rem; right: 0.75rem; width: 2.2rem; height: 2.2rem; display: grid; place-items: center; border-radius: 50%; border: 0.0625rem solid var(--rule); background: #fff; color: var(--cooler-charcoal); cursor: pointer; }
.xmodal-close svg { width: 1.1rem; height: 1.1rem; }
.xmodal-close:hover { background: var(--accent-light); }
.xmodal-close:focus-visible { outline: 0.125rem solid var(--accent); outline-offset: 0.15rem; }
@media (max-width: 760px) { .xmodal-panel { padding: 2.25rem 1rem 1rem; } }

/* Animated dashboard tour: replaces the old chart carousel. Two files ship -
   the desktop layout is unreadable below ~500px, so swap to the mobile one. */
.dtour { margin: 1.25rem 0 0; }
/* NB: keep display OFF the `.dtour img` rule - it outranks the single-class
   show/hide rules below and would force both variants visible. */
/* No border-radius here: the tour SVGs round themselves (clipPath rx=12 +
   a matching stroked border). A CSS radius on the scaled-down <img> is
   larger than the art's own corner and clips into the card. */
.dtour img { width: 100%; height: auto; }
.dtour .dtour-wide { display: block; }
.dtour .dtour-narrow { display: none; }
/* Hand off at 700px: below that the desktop file renders under ~500px,
   where its text stops being readable (per the graphic spec). */
@media (max-width: 700px) {
  .dtour .dtour-wide { display: none; }
  .dtour .dtour-narrow { display: block; max-width: 22rem; margin-inline: auto; }
}

/* Dashboard tour inside a browser frame: the frame already clips and rounds,
   and supplies its own margin. */
.dtour-inframe { margin: 0; }
.dtour-inframe img { border-radius: 0; }

/* WISLR's own sheet puts the wordmark straight on the prism - no app-icon tile.
   A drop-shadow keeps it legible against the lighter facets. */
.ai-hub-badge {
  width: 100%; height: 100%; display: grid; place-items: center;
  background: none; border-radius: 0; box-shadow: none;
}
.ai-hub-badge .hub-wislr-mark {
  width: 96%; height: 34%; background-color: #fff;
  filter: drop-shadow(0 0.15rem 0.5rem rgba(6,10,20,0.75));
}

/* WISLR's own sheet: marks render white on the dark hero and in the hub. */
.ia-hero .ca-wislr-mark { background-color: #fff; }
