/* ==========================================================================
   Otimiz v2 polish layer (2026-09-23, docs/SITE-POLISH-2026-09-23.md).
   Loaded LAST, and ONLY by the homepage and the 45 marketing subpages that carry
   the site header (not book/, not any paid-traffic offer page). It refines the
   v2 system without replacing it: wider container, calmer section rhythm, one
   dark band (final CTA + footer), no decorative swooshes or heading rules,
   editorial type scale, consistent cards, rebuilt grids with no orphans.
   Why a separate file: v2-base.css and site-v2.css are also loaded by the offer
   pages, which a different track owns. Everything here is invisible to them.
   Authored mobile first: base rules are the phone, min-width queries scale up.
   Copy is frozen: nothing here adds or hides text; pseudo-elements carry only
   decoration (arrows, glows, bullets).
   ========================================================================== */

/* ---------- Tokens ---------- */
:root {
  --container: 1296px;
  --gutter: 20px;
  --night: #0B1020;
  --night-2: #121A33;
  --night-line: rgba(255,255,255,.1);
  --on-night: #F5F4EF;
  --on-night-muted: rgba(236,237,242,.72);
  --on-night-soft: rgba(236,237,242,.58);
  --brand-700: #1A4CCB;
  --radius-card: 16px;
  --card-shadow: 0 1px 2px rgba(31,30,29,.04), 0 1px 0 rgba(255,255,255,.9) inset;
  --card-shadow-hover: 0 1px 2px rgba(31,30,29,.04), 0 24px 48px -28px rgba(31,30,29,.32);
  --sec-y: 72px;
  --measure: 68ch;
}
@media (min-width: 768px) { :root { --gutter: 32px; --sec-y: 104px; } }
@media (min-width: 1200px) { :root { --gutter: 48px; --sec-y: 128px; } }

body { font-size: 16px; }
p { text-wrap: pretty; }
h1, h2, h3 { text-wrap: balance; }

/* ---------- Eyebrows: mono, brand, no glyphs ---------- */
.eyebrow, .kick, body .acta__eyebrow {
  font-family: var(--font-mono); font-size: 11.5px; font-weight: 500; letter-spacing: .16em;
  text-transform: uppercase; line-height: 1.4; color: var(--brand-600);
}
.eyebrow--light, .s-case__label { color: var(--brand-600); }

/* ---------- Buttons ---------- */
.btn { border-radius: 10px; font-weight: 500; letter-spacing: -0.005em; min-height: 48px; }
.btn--nav { min-height: 0; border-radius: 8px; }
:is(.btn--primary, .btn--white, .btn--dark) {
  background: var(--brand-600); color: var(--white);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 1px 2px rgba(11,16,32,.18), 0 10px 22px -14px rgba(31,88,234,.7);
}
:is(.btn--primary, .btn--white, .btn--dark):hover { background: var(--brand-700); color: var(--white); }
:is(.btn--ghost, .btn--soft) {
  background: var(--white); color: var(--ink-900); border: 1px solid var(--border-strong);
  box-shadow: 0 1px 2px rgba(31,30,29,.05);
}
:is(.btn--ghost, .btn--soft):hover { background: var(--white); border-color: rgba(31,88,234,.45); color: var(--ink-900); }
.btn:focus-visible { outline: 2px solid var(--brand-600); outline-offset: 3px; box-shadow: none; }
.btn--lg { padding: 15px 24px; font-size: 15.5px; }
.btn--ghost.btn--lg { padding: 14px 24px; }
/* Arrow micro-interaction on the large primary buttons (decoration only). */
:is(.btn--primary, .btn--white).btn--lg::after,
.bx__btns .btn--dark::after {
  content: ""; width: 14px; height: 14px; flex: none; background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E") center / contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E") center / contain no-repeat;
  transition: transform .25s var(--ease);
}
:is(.btn--primary, .btn--white).btn--lg:hover::after, .bx__btns .btn--dark:hover::after { transform: translateX(3px); }

/* ---------- Links in prose: calm underline ---------- */
:is(.s-sub, .s-prose, .step__desc, .feature__desc, .faq__a p, .article, .takeaways, .trust-inline__text) a:not(.btn) {
  color: var(--brand-600); text-decoration: underline; text-decoration-thickness: 1px;
  text-decoration-color: rgba(31,88,234,.35); text-underline-offset: 3px;
}
:is(.s-sub, .s-prose, .step__desc, .feature__desc, .faq__a p, .article, .takeaways, .trust-inline__text) a:not(.btn):hover { text-decoration-color: var(--brand-600); }

/* ==========================================================================
   SUBPAGES
   ========================================================================== */

/* ---------- Section rhythm: tonal bands, no hard lines, one spacing scale ---------- */
.subpage .s-section { padding: var(--sec-y) 0; }
.subpage .s-section--soft { background: var(--paper-panel); border: 0; }
/* Two neighbours on the same paper share one gap instead of stacking two. */
.subpage .s-section:not(.s-section--soft):not(.cta) + .s-section:not(.s-section--soft):not(.cta),
.subpage .s-section--soft:not(.cta) + .s-section--soft:not(.cta) { padding-top: 0; }
.subpage .shero + .s-section:not(.s-section--soft) { padding-top: 0; }

/* ---------- Section heads: no rule under the title, editorial scale ---------- */
.subpage .s-head { max-width: 760px; gap: 16px; margin-bottom: 36px; }
.subpage .s-head .s-title { padding-bottom: 0; }
.subpage .s-head .s-title::after { content: none; display: none; }
.s-title {
  font-weight: 450; font-size: clamp(30px, 2.3vw + 21px, 52px); line-height: 1.08; letter-spacing: -0.022em;
}
.s-sub { font-size: 16.5px; line-height: 1.6; color: var(--ink-600); max-width: 60ch; }
@media (min-width: 1024px) {
  .subpage .s-head { margin-bottom: 56px; }
  .s-sub { font-size: 17.5px; }
  /* Editorial split: eyebrow and title left, lede right, bottoms aligned. */
  .subpage .s-section > .container > .s-head:not(.s-head--center):has(> .s-sub) {
    display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); grid-template-rows: 1fr auto;
    column-gap: 72px; row-gap: 18px; max-width: none; align-items: end;
  }
  .subpage .s-section > .container > .s-head:not(.s-head--center):has(> .s-sub) > .eyebrow { grid-column: 1; grid-row: 1; justify-self: start; align-self: end; }
  .subpage .s-section > .container > .s-head:not(.s-head--center):has(> .s-sub) > .s-title { grid-column: 1; grid-row: 2; }
  .subpage .s-section > .container > .s-head:not(.s-head--center):has(> .s-sub) > .s-sub { grid-column: 2; grid-row: 1 / span 2; align-self: end; padding-bottom: 6px; }
}

/* ---------- Hero ---------- */
.subpage .shero { padding: 28px 0 64px; }
.subpage .shero .crumbs { margin-bottom: 28px; }
.subpage .shero__title {
  margin-top: 18px; font-weight: 400; font-size: clamp(36px, 2.9vw + 25px, 66px); line-height: 1.04; letter-spacing: -0.028em;
}
.subpage .shero__lead { margin-top: 20px; font-size: 17px; line-height: 1.6; max-width: 58ch; }
.subpage .shero__cta { margin-top: 32px; gap: 12px; }
.subpage .shero__cta .btn { width: 100%; }
/* Trust row: proof set apart from the buttons by a hairline and a quiet divider. */
.subpage .trust-inline {
  margin-top: 28px; padding-top: 20px; gap: 12px; border-top: 1px solid var(--border-subtle);
}
.subpage .shero__inner:not(.shero__inner--split) .trust-inline { width: fit-content; margin-left: auto; margin-right: auto; }
.subpage .trust-inline .stars { gap: 2px; padding-right: 12px; border-right: 1px solid var(--border-strong); }
.subpage .trust-inline .star { width: 15px; height: 15px; }
.subpage .trust-inline__text { font-size: 14px; color: var(--ink-700); }
@media (min-width: 560px) {
  .subpage .shero__cta .btn { width: auto; flex: 0 0 auto; }
}
@media (min-width: 768px) {
  .subpage .shero { padding: 48px 0 88px; }
  .subpage .shero__lead { font-size: 19px; }
}
@media (min-width: 1200px) {
  .subpage .shero { padding: 64px 0 112px; }
  .subpage .shero__inner:not(.shero__inner--split) { max-width: 920px; }
}

/* Split hero media: the illustration floats on a soft blue glow, framed by a clean shadow stack. */
.subpage .shero__media {
  padding: 0; border: 0; border-radius: 0; background: none; overflow: visible; isolation: isolate;
}
.subpage .shero__media::before {
  content: ""; position: absolute; inset: 6% 4% -2%; width: auto; height: auto; transform: none; z-index: -1;
  background: radial-gradient(closest-side, rgba(31,88,234,.22), rgba(31,88,234,0)); filter: blur(24px);
  animation: none;
}
.subpage .shero__media img {
  border-radius: 20px; border: 1px solid rgba(31,30,29,.08); background: var(--white);
  box-shadow: 0 1px 2px rgba(31,30,29,.05), 0 14px 28px -12px rgba(31,40,80,.18), 0 48px 90px -40px rgba(31,40,80,.38);
}
/* The founder portrait is a transparent cut-out: it sits straight on a quiet tinted surface, no frame. */
.subpage .shero__media:has(img[src*="bastien"]) {
  background: radial-gradient(120% 80% at 50% 100%, rgba(31,88,234,.14), rgba(31,88,234,0) 70%), var(--paper-panel);
  border-radius: 28px; padding: 32px 24px 0; overflow: hidden;
}
.subpage .shero__media:has(img[src*="bastien"])::before { content: none; }
.subpage .shero__media:has(img[src*="bastien"]) img {
  border: 0; border-radius: 0; background: none; box-shadow: none; object-fit: contain !important; max-height: 560px; width: auto; margin: 0 auto;
}
.subpage .shero__media#audit-form::before { content: none; }
@media (min-width: 981px) {
  .subpage .shero__inner--split { grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr); gap: 72px; }
  .subpage .shero__inner--split .shero__title { font-size: clamp(44px, 2.3vw + 24px, 58px); }
  /* A split hero with no media (four case studies) becomes one wide editorial column, not half a page. */
  .subpage .shero__inner--split:not(:has(> .shero__media)) { grid-template-columns: minmax(0, 880px); }
  .subpage .shero__inner--split:not(:has(> .shero__media)) .shero__title { font-size: clamp(44px, 2.9vw + 25px, 66px); }
}

/* ---------- Prose and the two-column intro ---------- */
/* Bare paragraphs straight after a section head (case studies): readable measure, and on desktop
   an editorial split, heading left, prose right. Only for containers holding nothing else. */
.subpage .s-section > .container > p:not(.s-sub) { font-size: 16.5px; line-height: 1.7; color: var(--ink-600); max-width: var(--measure); }
.subpage .s-section > .container > p:not(.s-sub) + p { margin-top: 18px; }
@media (min-width: 1024px) {
  .subpage .s-section > .container > p:not(.s-sub) { font-size: 17.5px; }
  .subpage .s-section > .container:has(> .s-head:not(.s-head--center) + p):not(:has(> :not(.s-head, p))) {
    display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); grid-template-rows: repeat(11, auto) 1fr;
    column-gap: 80px; align-items: start;
  }
  .subpage .s-section > .container:has(> .s-head:not(.s-head--center) + p):not(:has(> :not(.s-head, p))) > .s-head { grid-column: 1; grid-row: 1 / span 12; margin-bottom: 0; }
  .subpage .s-section > .container:has(> .s-head:not(.s-head--center) + p):not(:has(> :not(.s-head, p))) > p { grid-column: 2; }
  .subpage .s-section > .container:has(> .s-head:not(.s-head--center) + p):not(:has(> :not(.s-head, p))) > p:first-of-type { padding-top: 34px; font-size: 19px; color: var(--ink-900); }
}
.s-prose p { font-size: 16.5px; line-height: 1.7; max-width: var(--measure); }
.subpage .s-prose .s-head { margin-bottom: 28px; }
@media (min-width: 1024px) {
  .s-prose p { font-size: 17.5px; }
  .subpage .s-split { gap: 80px; }
}
.subpage .s-problem {
  border-radius: var(--radius-card); padding: 26px 24px; box-shadow: var(--card-shadow);
  background: linear-gradient(180deg, #FFFFFF, #FDFCF9);
}
.subpage .s-problem__tag { border-radius: 999px; padding: 5px 11px; letter-spacing: .12em; }
.subpage .s-problem p { font-size: 16px; line-height: 1.65; }
@media (min-width: 1024px) { .subpage .s-problem { padding: 32px 32px; margin-top: 44px; } }

/* ---------- Cards: one surface for every card family ---------- */
.subpage :is(.step, .feature, .svc-card, .post-card) {
  background: linear-gradient(180deg, #FFFFFF 0%, #FDFCFA 100%);
  border: 1px solid var(--border-subtle); border-radius: var(--radius-card); box-shadow: var(--card-shadow);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.subpage :is(.step, .feature, .svc-card, .post-card):hover {
  transform: translateY(-3px); box-shadow: var(--card-shadow-hover); border-color: rgba(31,88,234,.28);
}
/* Consistent tinted icon square */
.subpage :is(.feature__ico, .svc-card__ico) {
  width: 44px; height: 44px; border-radius: 12px; background: var(--brand-100); color: var(--brand-600);
  box-shadow: inset 0 0 0 1px rgba(31,88,234,.14);
}
.subpage :is(.feature__ico, .svc-card__ico) svg { width: 21px; height: 21px; }
.subpage :is(.svc-card:hover .svc-card__ico svg, .feature:hover .feature__ico svg) { transform: scale(1.08); }
.subpage :is(.feature__title, .svc-card__title, .post-card__title, .step__title) { font-weight: 500; letter-spacing: -0.012em; }
.subpage :is(.feature__desc, .svc-card__desc, .post-card__excerpt, .step__desc) { font-size: 15px; line-height: 1.62; }

/* Steps: large serif numerals, no boxed digits. */
.subpage .steps { display: grid; grid-template-columns: minmax(0, 1fr); gap: 14px; }
.subpage .step { padding: 28px 24px 28px; }
.subpage .step__num {
  display: block; width: auto; height: auto; margin: 0 0 22px; padding: 0; background: none; border-radius: 0;
  font-family: var(--font-display); font-weight: 400; font-size: 44px; line-height: 1; letter-spacing: -0.03em;
  color: var(--brand-600); font-variation-settings: 'opsz' 64; font-variant-numeric: lining-nums;
}
.subpage .step:hover .step__num { background: none; color: var(--brand-700); }
.subpage .step__title { font-size: 21px; line-height: 1.22; margin-bottom: 10px; }
/* Phone: numeral in its own column so a stack of steps stays compact. */
.subpage .step { display: grid; grid-template-columns: 40px minmax(0, 1fr); column-gap: 14px; padding: 24px 22px 24px 20px; }
.subpage .step > .step__num { grid-row: 1 / span 2; margin: 0; font-size: 38px; }
.subpage .step > :not(.step__num) { grid-column: 2; }
@media (min-width: 700px) {
  .subpage .steps:not(:has(> .step:nth-child(5))) > .step { display: block; padding: 28px 24px; }
  .subpage .steps:not(:has(> .step:nth-child(5))) > .step > .step__num { margin: 0 0 22px; font-size: 44px; }
}
@media (min-width: 700px) {
  .subpage .steps:has(> .step:nth-child(4):last-child) { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 901px) {
  .subpage .steps:not(:has(> .step:nth-child(4))) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .subpage .steps:not(:has(> .step:nth-child(5))) > .step { padding: 32px 30px; }
}
@media (min-width: 1200px) {
  .subpage .steps:has(> .step:nth-child(4):last-child) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
/* Five or more steps read as a process: a vertical timeline, no card boxes, a hairline spine. */
.subpage .steps:has(> .step:nth-child(5)) { max-width: 860px; margin: 0 auto; gap: 0; position: relative; }
.subpage .steps:has(> .step:nth-child(5)) > .step {
  display: grid; grid-template-columns: 56px minmax(0, 1fr); column-gap: 20px;
  background: none; border: 0; border-radius: 0; box-shadow: none; padding: 26px 0; transform: none;
  border-top: 1px solid var(--border-subtle);
}
.subpage .steps:has(> .step:nth-child(5)) > .step:last-child { border-bottom: 1px solid var(--border-subtle); }
.subpage .steps:has(> .step:nth-child(5)) > .step > .step__num { grid-row: 1 / span 2; margin: 0; font-size: 36px; padding-top: 2px; }
.subpage .steps:has(> .step:nth-child(5)) > .step > :not(.step__num) { grid-column: 2; }
.subpage .steps:has(> .step:nth-child(5)) > .step:hover { transform: none; box-shadow: none; }
@media (min-width: 768px) {
  .subpage .steps:has(> .step:nth-child(5)) > .step { grid-template-columns: 96px minmax(0, 1fr); padding: 32px 0; }
  .subpage .steps:has(> .step:nth-child(5)) > .step > .step__num { font-size: 44px; }
}

/* Feature grid: real grid, odd tail fills the row. */
.subpage .feature-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 14px; }
.subpage .feature-grid > .feature { flex: none; }
.subpage .feature { padding: 24px 22px; gap: 16px; flex-direction: column; }
.subpage .feature__title { font-size: 19px; margin-bottom: 8px; }
@media (min-width: 700px) {
  .subpage .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .subpage .feature-grid > .feature:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .subpage .feature { padding: 28px 28px; flex-direction: row; gap: 18px; }
}
@media (min-width: 1024px) {
  .subpage .feature-grid:has(> .feature:nth-child(3):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .subpage .feature-grid:has(> .feature:nth-child(3):last-child) > .feature { flex-direction: column; grid-column: auto; }
}

/* Service and post grids */
.subpage :is(.svc-grid, .post-grid) { display: grid; grid-template-columns: minmax(0, 1fr); gap: 14px; }
.subpage :is(.svc-grid > .svc-card, .post-grid > .post-card) { flex: none; }
.subpage .svc-card { padding: 28px 24px 26px; }
.subpage .svc-card__title, .subpage .post-card__title { font-size: 22px; line-height: 1.2; }
@media (min-width: 640px) {
  .subpage :is(.svc-grid, .post-grid) { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .subpage :is(.svc-grid, .post-grid):not(:has(> :nth-child(7):last-child)):not(:has(> :nth-child(3):last-child)) > :last-child:nth-child(odd) { grid-column: 1 / -1; }
}
@media (min-width: 640px) and (max-width: 1023.98px) {
  .subpage :is(.svc-grid, .post-grid):has(> :nth-child(3):last-child) > :last-child { grid-column: 1 / -1; }
}
@media (min-width: 1024px) {
  .subpage :is(.svc-grid, .post-grid):has(> :nth-child(3):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .subpage .post-grid:has(> :nth-child(7):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .subpage .svc-card { padding: 32px 30px 30px; }
}
@media (min-width: 1200px) {
  .subpage .svc-grid:has(> :nth-child(8):last-child) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* Post card: tag on top, meta and link share one quiet footer row. */
.subpage .post-card {
  display: grid; grid-template-columns: minmax(0, 1fr) auto; grid-template-rows: auto auto 1fr auto;
  column-gap: 0; padding: 28px 24px 22px;
}
.subpage .post-card > :is(.post-card__tag, .post-card__title, .post-card__excerpt) { grid-column: 1 / -1; }
.subpage .post-card__tag {
  justify-self: start; margin-bottom: 16px; padding: 5px 10px; border-radius: 999px;
  background: var(--brand-100); box-shadow: inset 0 0 0 1px rgba(31,88,234,.14); letter-spacing: .12em; font-size: 10.5px;
}
.subpage .post-card__excerpt { align-self: start; }
.subpage .post-card__meta, .subpage .post-card__link {
  margin-top: 22px; padding-top: 16px; border-top: 1px solid var(--border-subtle); align-self: stretch;
  display: flex; align-items: center;
}
.subpage .post-card__meta {
  grid-column: 1; min-width: 0; font-family: var(--font-mono); font-size: 11px; letter-spacing: .06em;
  text-transform: uppercase; color: var(--ink-500);
}
.subpage .post-card__link { grid-column: 2; justify-self: stretch; justify-content: flex-end; padding-left: 16px; white-space: nowrap; }
.subpage .post-card:not(:has(.post-card__meta)) .post-card__link { grid-column: 1 / -1; justify-self: start; }
.subpage .post-card__link::after { content: ""; position: absolute; inset: 0; border-radius: inherit; } /* whole card is the link target */
.subpage .post-card { position: relative; }
.subpage .post-card__link:focus-visible { box-shadow: none; outline: none; }
.subpage .post-card:has(.post-card__link:focus-visible) { outline: 2px solid var(--brand-600); outline-offset: 3px; }
.subpage .svc-card__link::after { content: ""; position: absolute; inset: 0; border-radius: inherit; }
.subpage .svc-card__link:focus-visible { box-shadow: none; outline: none; }
.subpage .svc-card:has(.svc-card__link:focus-visible) { outline: 2px solid var(--brand-600); outline-offset: 3px; }
@media (min-width: 1024px) {
  .subpage .post-card { padding: 32px 30px 24px; }
  /* Seven results: the first becomes a wide featured card, so the grid closes on two full rows of three. */
  .subpage .post-grid:has(> :nth-child(7):last-child) > .post-card:first-child {
    grid-column: 1 / -1; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr) auto; column-gap: 0;
    grid-template-rows: auto 1fr auto; padding: 40px 40px 28px;
    background: radial-gradient(90% 120% at 100% 0%, rgba(31,88,234,.08), rgba(31,88,234,0) 60%), linear-gradient(180deg, #FFFFFF, #FDFCFA);
  }
  .subpage .post-grid:has(> :nth-child(7):last-child) > .post-card:first-child > .post-card__tag { grid-column: 1; grid-row: 1; }
  .subpage .post-grid:has(> :nth-child(7):last-child) > .post-card:first-child > .post-card__title { grid-column: 1; grid-row: 2; font-size: 32px; line-height: 1.12; align-self: start; padding-right: 56px; }
  .subpage .post-grid:has(> :nth-child(7):last-child) > .post-card:first-child > .post-card__excerpt { grid-column: 2 / -1; grid-row: 1 / span 2; font-size: 17px; align-self: center; }
  .subpage .post-grid:has(> :nth-child(7):last-child) > .post-card:first-child > .post-card__meta { grid-column: 1 / span 2; grid-row: 3; }
  .subpage .post-grid:has(> :nth-child(7):last-child) > .post-card:first-child > .post-card__link { grid-column: 3; grid-row: 3; }
}

/* ---------- Result panel: clean surface, soft glow, no pattern ---------- */
.subpage .s-case {
  background: radial-gradient(80% 120% at 100% 0%, rgba(31,88,234,.12), rgba(31,88,234,0) 62%), linear-gradient(180deg, #FFFFFF, #FBFAF6);
  border: 1px solid var(--border-subtle); border-radius: 24px; box-shadow: var(--card-shadow);
  grid-template-columns: minmax(0, 1fr); gap: 28px; padding: 32px 24px;
}
.subpage .s-case::before { content: none; }
.subpage .s-case__quote { font-weight: 400; font-size: 22px; line-height: 1.35; letter-spacing: -0.012em; }
.subpage .s-case__stat { text-align: left; border-left: 0; border-top: 1px solid var(--border-subtle); padding: 24px 0 0; }
.subpage .s-case__num { font-size: clamp(44px, 3vw + 30px, 72px); letter-spacing: -0.035em; line-height: 1; text-wrap: balance; }
.subpage .s-case__cap { font-size: 14.5px; max-width: 30ch; }
@media (min-width: 900px) {
  .subpage .s-case { grid-template-columns: minmax(0, 1.4fr) minmax(0, .8fr); gap: 56px; padding: 56px 56px; align-items: center; }
  .subpage .s-case__quote { font-size: 28px; }
  .subpage .s-case__stat { border-top: 0; border-left: 1px solid var(--border-subtle); padding: 8px 0 8px 48px; }
}

/* ---------- Results list, testimonial, tools ---------- */
.subpage .s-list li { font-size: 16px; line-height: 1.6; }
.subpage .s-quote {
  background: none; border: 0; border-top: 1px solid var(--border-strong); border-bottom: 1px solid var(--border-subtle);
  border-radius: 0; padding: 40px 0 32px; position: relative;
}
.subpage .s-quote:hover { box-shadow: none; border-color: var(--border-strong) transparent var(--border-subtle); }
.subpage .s-quote::before {
  content: ""; display: block; width: 36px; height: 28px; margin-bottom: 18px; background: var(--brand-600);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 28'%3E%3Cpath d='M0 28V17C0 7.6 4.6 2 13.4 0l1.6 3.6C9.8 5.2 7.6 8.6 7.4 13H14v15H0zm21 0V17c0-9.4 4.6-15 13.4-17L36 3.6c-5.2 1.6-7.4 5-7.6 9.4H35v15H21z'/%3E%3C/svg%3E") center / contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 28'%3E%3Cpath d='M0 28V17C0 7.6 4.6 2 13.4 0l1.6 3.6C9.8 5.2 7.6 8.6 7.4 13H14v15H0zm21 0V17c0-9.4 4.6-15 13.4-17L36 3.6c-5.2 1.6-7.4 5-7.6 9.4H35v15H21z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.subpage .s-quote__text { border-left: 0; padding-left: 0; font-weight: 400; font-size: 24px; line-height: 1.38; letter-spacing: -0.014em; }
@media (min-width: 768px) { .subpage .s-quote__text { font-size: 26px; line-height: 1.42; } }
.subpage .tools { gap: 8px; }
.subpage .tools__chip { border-radius: 999px; padding: 9px 16px 9px 12px; box-shadow: 0 1px 2px rgba(31,30,29,.04); }
.subpage .tools__chip:hover { transform: translateY(-2px); box-shadow: 0 12px 24px -16px rgba(31,30,29,.35); }

/* ---------- Related links: a list of rows with a sliding arrow ---------- */
.subpage .related { display: grid; grid-template-columns: minmax(0, 1fr); gap: 0; border-top: 1px solid var(--border-strong); }
.subpage .related a {
  display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 56px;
  padding: 16px 2px; border: 0; border-bottom: 1px solid var(--border-subtle); border-radius: 0; background: none;
  font-size: 16px; line-height: 1.35; color: var(--ink-900); box-shadow: none;
}
.subpage .related a::after {
  content: ""; width: 16px; height: 16px; flex: none; background: var(--brand-600);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E") center / contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E") center / contain no-repeat;
  transition: transform .25s var(--ease);
}
.subpage .related a:hover { background: none; color: var(--brand-600); transform: none; box-shadow: none; }
.subpage .related a:hover::after { transform: translateX(4px); }
.subpage .related a:focus-visible { box-shadow: var(--focus-ring); border-radius: 6px; }
@media (min-width: 700px) {
  .subpage .related { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 40px; border-top: 0; }
  .subpage .related a { border-top: 1px solid var(--border-subtle); border-bottom: 0; margin-top: -1px; }
  .subpage .related a:nth-child(-n+2) { border-top-color: var(--border-strong); }
}
@media (min-width: 1100px) {
  /* Three columns, except for counts that would leave a single link alone on the last row. */
  .subpage .related:not(:has(> a:nth-child(3n+1):last-child)) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .subpage .related:not(:has(> a:nth-child(3n+1):last-child)) > a:nth-child(3) { border-top-color: var(--border-strong); }
}

/* ---------- FAQ ---------- */
.faq__list { border-top-color: var(--border-strong); }
.faq__q { font-size: 17px; min-height: 64px; padding: 20px 0; }
.faq__q > span:nth-child(2), .faq__label { font-weight: 450; letter-spacing: -0.01em; }
.faq__a p { font-size: 15.5px; line-height: 1.7; }
@media (min-width: 768px) { .faq__q { font-size: 19px; padding: 24px 0; } }

/* ---------- Article (guides, comparisons, legal, privacy) ---------- */
.subpage .article { max-width: 720px; }
.subpage .article > * + * { margin-top: 22px; }
.subpage .article__lead {
  font-family: var(--font-display); font-weight: 400; font-size: 21px; line-height: 1.45; color: var(--ink-900);
  letter-spacing: -0.012em; font-variation-settings: 'opsz' 48;
}
.subpage .article h2 { font-weight: 450; font-size: clamp(28px, 1.2vw + 23px, 38px); line-height: 1.12; letter-spacing: -0.02em; margin-top: 64px; }
.subpage .article h3 { font-size: clamp(21px, .5vw + 19px, 25px); letter-spacing: -0.012em; margin-top: 40px; }
.subpage .article h2 + p, .subpage .article h3 + p { margin-top: 14px; }
.subpage .article p { font-size: 17px; line-height: 1.75; }
.subpage .article ul { list-style: none; padding-left: 0; }
.subpage .article ul > li { position: relative; padding-left: 26px; }
.subpage .article ul > li::before {
  content: ""; position: absolute; left: 2px; top: calc(.875em - 1px); width: 10px; height: 2px; border-radius: 1px; background: var(--brand-600);
}
.subpage .article ol { padding-left: 26px; }
.subpage .article ol > li::marker { font-family: var(--font-mono); font-size: .82em; color: var(--brand-600); }
.subpage .article li { margin-top: 10px; padding-left: 4px; }
.subpage .article blockquote {
  margin: 44px 0 0; padding: 28px 0 4px; border-left: 0; border-top: 1px solid var(--border-strong);
  font-weight: 400; font-size: 25px; line-height: 1.36; letter-spacing: -0.016em;
}
.subpage .article blockquote::before {
  content: ""; display: block; width: 30px; height: 23px; margin-bottom: 16px; background: var(--brand-600);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 28'%3E%3Cpath d='M0 28V17C0 7.6 4.6 2 13.4 0l1.6 3.6C9.8 5.2 7.6 8.6 7.4 13H14v15H0zm21 0V17c0-9.4 4.6-15 13.4-17L36 3.6c-5.2 1.6-7.4 5-7.6 9.4H35v15H21z'/%3E%3C/svg%3E") center / contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 28'%3E%3Cpath d='M0 28V17C0 7.6 4.6 2 13.4 0l1.6 3.6C9.8 5.2 7.6 8.6 7.4 13H14v15H0zm21 0V17c0-9.4 4.6-15 13.4-17L36 3.6c-5.2 1.6-7.4 5-7.6 9.4H35v15H21z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.subpage .article img { border-radius: 16px; }
.subpage .cmp-table-wrap { border-radius: var(--radius-card); box-shadow: var(--card-shadow); }
@media (min-width: 768px) {
  .subpage .article__lead { font-size: 25px; line-height: 1.42; }
  .subpage .article p { font-size: 18px; }
  .subpage .article :is(ul, ol) { font-size: 18px; }
  .subpage .article blockquote { font-size: 30px; margin-top: 56px; }
}

/* Key takeaways: a clean panel with a brand hairline on top, no pattern. */
.subpage .takeaways {
  background: var(--white); border: 1px solid var(--border-subtle); border-radius: var(--radius-card);
  box-shadow: var(--card-shadow); padding: 26px 24px 26px; overflow: hidden;
}
.subpage .takeaways::before {
  content: ""; position: absolute; inset: 0 0 auto; width: auto; height: 3px; transform: none; animation: none;
  background: linear-gradient(90deg, var(--brand-600), rgba(31,88,234,.25));
}
.subpage .takeaways > * + * { margin-top: 0; }
/* site-v2.css starts zpDrift (a rotate) on this pseudo-element under .js-motion; that rule outranks the reset above, so stop it here. */
.js-motion .subpage .takeaways::before { animation: none; transform: none; }
.subpage .article .takeaways h2, .subpage .takeaways h2 {
  margin: 0; font-family: var(--font-mono); font-size: 11.5px; font-weight: 500; line-height: 1.4; letter-spacing: .16em;
  text-transform: uppercase; color: var(--brand-600); font-variation-settings: normal;
}
.subpage .article .takeaways ul, .subpage .takeaways ul { list-style: none; padding-left: 0; margin-top: 16px; font-size: 16px; }
.subpage .article .takeaways li, .subpage .takeaways li { position: relative; padding-left: 28px; margin-top: 10px; font-size: 16px; line-height: 1.6; color: var(--ink-700); }
.subpage .article .takeaways li::before, .subpage .takeaways li::before {
  content: ""; position: absolute; left: 0; top: .38em; width: 14px; height: 14px; border-radius: 50%;
  background: var(--brand-100); box-shadow: inset 0 0 0 1px rgba(31,88,234,.3);
}
.subpage .article .takeaways li::after, .subpage .takeaways li::after {
  content: ""; position: absolute; left: 4px; top: calc(.38em + 4px); width: 6px; height: 3px;
  border-left: 1.5px solid var(--brand-600); border-bottom: 1.5px solid var(--brand-600); transform: rotate(-45deg);
}
@media (min-width: 768px) { .subpage .takeaways { padding: 32px 36px 32px; } }

.subpage .author-card { border-radius: var(--radius-card); box-shadow: var(--card-shadow); padding: 24px; }
.subpage .post-meta { font-size: 14px; }

/* ---------- Injected audit capture (js/audit-cta.js): clean panel, no pattern ---------- */
body.subpage .acta {
  background: radial-gradient(70% 110% at 100% 0%, rgba(31,88,234,.08), rgba(31,88,234,0) 60%), var(--white);
  border: 1px solid var(--border-subtle); border-radius: 24px; box-shadow: var(--card-shadow); padding: 28px 22px 24px;
}
body.subpage .acta::before { content: none; }
body.subpage .acta__title { font-weight: 450; font-size: clamp(26px, 1.2vw + 21px, 34px); line-height: 1.12; letter-spacing: -0.02em; }
body.subpage .acta__lead { font-size: 16px; }
@media (min-width: 768px) { body.subpage .acta { padding: 44px 48px 40px; } }

/* ---------- Forms: one field style ---------- */
body :is(.acta, .aud-card, .roi-field, .roi-email) :is(input[type="text"], input[type="email"], input[type="url"], input[type="number"], select, textarea) {
  min-height: 50px; border-radius: 10px; border: 1px solid var(--border-strong); background: var(--white);
  font-size: 16px; padding: 12px 15px; box-shadow: 0 1px 2px rgba(31,30,29,.04) inset;
  transition: border-color .2s ease, box-shadow .2s ease;
}
body :is(.acta, .aud-card, .roi-field, .roi-email) :is(input, select, textarea):focus {
  outline: none; border-color: var(--brand-600); box-shadow: 0 0 0 4px rgba(31,88,234,.18);
}
body .aud-card, body .roi-tool, body .roi-checklist { border-radius: 20px; box-shadow: var(--card-shadow-hover); }
body .roi-card { border-radius: var(--radius-card); background: radial-gradient(100% 120% at 100% 0%, rgba(31,88,234,.10), rgba(31,88,234,0) 60%), var(--white); border-color: var(--border-subtle); }

/* ---------- Final CTA: the one dark band, continuous with the footer ---------- */
.subpage .cta.s-section, .subpage .cta.s-section--soft {
  position: relative; overflow: hidden; isolation: isolate; padding: 88px 0 80px;
  background: var(--night); border: 0;
}
.subpage .cta::before {
  content: ""; position: absolute; left: 50%; top: -30%; width: 1100px; height: 700px; transform: translateX(-50%); z-index: -1;
  background: radial-gradient(closest-side, rgba(31,88,234,.34), rgba(31,88,234,0)); pointer-events: none;
}
.subpage .cta__panel {
  background: none; border: 0; border-radius: 0; box-shadow: none; padding: 0; overflow: visible;
}
.subpage .cta__panel::before { content: none; }
.subpage .cta .eyebrow { color: var(--brand-300); }
.subpage .cta__title {
  color: var(--on-night); font-weight: 400; font-size: clamp(36px, 3.2vw + 24px, 68px); line-height: 1.04; letter-spacing: -0.028em; max-width: 16ch;
}
.subpage .cta__subtitle { color: var(--on-night-muted); font-size: 16.5px; line-height: 1.65; max-width: 56ch; margin-top: 18px; }
.subpage .cta .btn--white, .subpage .cta .btn--primary { margin-top: 36px; width: 100%; box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 14px 34px -14px rgba(31,88,234,.9); }
.subpage .cta .btn--white:hover, .subpage .cta .btn--primary:hover { background: #3468F0; }
.subpage .cta__email {
  width: auto; margin-top: 18px; min-height: 44px; padding: 10px 4px; background: none; border: 0; border-radius: 0;
  color: var(--on-night-muted); font-size: 15px; text-decoration: underline; text-decoration-color: rgba(255,255,255,.28);
  text-underline-offset: 5px; transition: color var(--fast) ease, text-decoration-color var(--fast) ease;
}
.subpage .cta__email:hover { background: none; border: 0; color: var(--white); text-decoration-color: rgba(255,255,255,.8); }
.subpage .cta :focus-visible { outline: 2px solid var(--brand-300); outline-offset: 3px; box-shadow: none; }
@media (min-width: 560px) {
  .subpage .cta .btn--white, .subpage .cta .btn--primary { width: auto; }
}
@media (min-width: 768px) {
  .subpage .cta.s-section, .subpage .cta.s-section--soft { padding: 128px 0 112px; }
  .subpage .cta__subtitle { font-size: 18px; }
}
@media (min-width: 1200px) {
  .subpage .cta.s-section, .subpage .cta.s-section--soft { padding: 152px 0 128px; }
}

/* ==========================================================================
   FOOTER (homepage and subpages): dark ink, continuous with the CTA band
   ========================================================================== */
.ft { margin-top: 0; background: var(--night); color: var(--on-night-muted); } /* every page ends on a padded section */
.ft__in { border-top: 0; padding: 48px var(--gutter) 28px; position: relative; }
main:has(> .cta:last-child) + .ft .ft__in::before,
main:has(> .bx:last-child) + .ft .ft__in::before {
  content: ""; position: absolute; top: 0; left: var(--gutter); right: var(--gutter); height: 1px; background: var(--night-line);
}
.ft__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 24px; }
.ft__grid > div:first-child { grid-column: 1 / -1; }
.ft__logo { height: 84px; width: auto; margin: -16px 0 -8px -12px; filter: brightness(0) invert(1); opacity: .96; }
.ft__col { font-size: 15px; line-height: 1.5; color: var(--on-night-muted); }
.ft__col a { color: var(--on-night-muted); padding: 10px 0; }
.ft__col a:hover { color: var(--white); }
.ft__col a:focus-visible, .ft__bot a:focus-visible { outline: 2px solid var(--brand-300); outline-offset: 2px; box-shadow: none; }
.ft__bot {
  margin-top: 36px; padding-top: 22px; border-top: 1px solid var(--night-line);
  flex-direction: column; align-items: flex-start; gap: 10px; font-size: 13px; color: var(--on-night-soft);
}
.ft__bot a { color: var(--on-night-soft); padding: 8px 0; }
.ft__bot a:hover { color: var(--white); }
@media (min-width: 768px) {
  .ft__in { padding: 72px var(--gutter) 36px; }
  .ft__grid { grid-template-columns: minmax(0, 2fr) repeat(3, minmax(0, 1fr)); gap: 40px; }
  .ft__grid > div:first-child { grid-column: auto; }
  .ft__logo { height: 104px; margin: -26px 0 0 -15px; }
  .ft__col { font-size: 14.5px; }
  .ft__col a { padding: 5px 0; }
  .ft__bot { flex-direction: row; justify-content: space-between; align-items: center; margin-top: 64px; }
  .ft__bot a { padding: 0; }
}

/* ==========================================================================
   HOMEPAGE
   ========================================================================== */
[data-home] .zp { display: none; }
[data-home] .cx__h1 { font-size: clamp(36px, 2.9vw + 25px, 64px); line-height: 1.04; letter-spacing: -0.028em; }
[data-home] .cx__sub { font-size: 17px; line-height: 1.6; }
@media (min-width: 768px) { [data-home] .cx__sub { font-size: 19px; } }
/* Tablet: the 440px copy column left the canvas panel too narrow for its tiles (they were clipped),
   so the hero stacks until there is room for both columns. */
@media (min-width: 761px) and (max-width: 1080px) {
  [data-home] .cx__wrap { grid-template-columns: minmax(0, 1fr); gap: 44px; max-width: 760px; text-align: center; }
  [data-home] .cx__card { margin: 28px auto 0; text-align: left; }
  [data-home] .cx__panel { min-height: 540px; }
}
@media (min-width: 1081px) {
  [data-home] .cx__wrap { grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: 72px; padding-top: 64px; }
}
[data-home] .cx__card { border-radius: 16px; background: var(--white); box-shadow: var(--card-shadow); padding: 16px; }
[data-home] .cx__card .btn { min-height: 50px; }
[data-home] .cx__proof { border-radius: 10px; min-height: 48px; }
[data-home] .cx__panel {
  border-color: rgba(31,88,234,.14);
  background: radial-gradient(60% 55% at 50% 46%, rgba(31,88,234,.14), rgba(31,88,234,0) 72%), linear-gradient(180deg, #F1F5FE, #EAF0FD);
}
[data-home] :is(.st__h2, .sec__h2) { font-weight: 450; font-size: clamp(32px, 2.6vw + 22px, 58px); line-height: 1.06; letter-spacing: -0.024em; text-wrap: balance; }
[data-home] :is(.st__wrap, .pk__wrap) { padding-top: var(--sec-y); }
[data-home] :is(.tm, .ab, .fq) .wrap { padding-top: var(--sec-y); }

/* Stats window: the address bar is an intentional browser chrome, every column in one voice. */
[data-home] .st__win { border-radius: 18px; box-shadow: 0 1px 2px rgba(31,30,29,.04), 0 30px 60px -36px rgba(31,40,80,.35); max-width: none; }
[data-home] .st__bar {
  display: flex; align-items: center; gap: 14px; padding: 11px 16px; background: var(--paper-panel);
  border-bottom: 1px solid var(--border-subtle);
}
[data-home] .cx__dots { display: inline-flex; gap: 6px; flex: none; }
[data-home] .cx__dots i { width: 9px; height: 9px; border-radius: 50%; background: rgba(31,30,29,.14); }
[data-home] .st__bar-url {
  flex: 0 1 280px; margin: 0 auto; text-align: center; min-width: 0;
  font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .02em; color: var(--ink-500);
  background: var(--white); border: 1px solid var(--border-subtle); border-radius: 999px; padding: 5px 14px;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
[data-home] .st__ic, [data-home] .st__col.is-b .st__ic { color: var(--brand-600); }
[data-home] .st__v, [data-home] .st__col.is-b .st__v { color: var(--ink-900); }
/* Phone: each stat is one compact row, icon beside the figure. */
[data-home] .st__col { display: grid; grid-template-columns: 24px minmax(0, 1fr); column-gap: 14px; padding: 20px 20px 22px; }
[data-home] .st__col > .st__ic { grid-row: 1 / span 2; margin-top: 2px; }
[data-home] .st__col > :not(.st__ic) { grid-column: 2; }
[data-home] .st__col .st__v { margin-top: 0; font-size: 21px; }
[data-home] .st__col .st__c { margin-top: 6px; font-size: 14px; }
@media (min-width: 761px) {
  [data-home] .st__col { display: block; padding: 30px 26px 32px; }
  [data-home] .st__col .st__v { margin-top: 16px; font-size: 25px; }
  [data-home] .st__col .st__c { margin-top: 10px; font-size: 13.5px; }
  [data-home] .st__bar-url { transform: translateX(-26px); }
}

/* Solutions: header sits straight on the panel, no inner white box. */
[data-home] .pk__box { border-color: rgba(31,88,234,.12); background: radial-gradient(70% 60% at 50% 0%, rgba(31,88,234,.12), rgba(31,88,234,0) 70%), #EFF3FD; border-radius: 28px; }
[data-home] .pk__head { background: none; padding: 8px 0 0; }
[data-home] .pk__h2 { font-weight: 450; font-size: clamp(30px, 1.8vw + 22px, 48px); line-height: 1.08; letter-spacing: -0.022em; }
[data-home] .pk__sub { font-size: 16px; }
[data-home] .pk__row { border-radius: 14px; box-shadow: 0 1px 2px rgba(31,30,29,.04); }
[data-home] .pk__cta { border-radius: 999px; }
@media (min-width: 761px) { [data-home] .pk__in { padding: 64px 56px 56px; } [data-home] .pk__grid { margin-top: 44px; } }

[data-home] .tm__card { border-radius: var(--radius-card); box-shadow: var(--card-shadow); }
[data-home] .tm__card:hover { box-shadow: var(--card-shadow-hover); }
[data-home] .ab__panel { background: var(--paper-panel); border-color: transparent; border-radius: 28px; }
[data-home] .ab__h2 { font-weight: 450; letter-spacing: -0.022em; }

/* Final CTA: dark band, continuous with the footer. */
[data-home] .bx { position: relative; overflow: hidden; isolation: isolate; margin-top: var(--sec-y); background: var(--night); }
[data-home] .bx::before {
  content: ""; position: absolute; left: 50%; top: -30%; width: 1100px; height: 700px; transform: translateX(-50%); z-index: -1;
  background: radial-gradient(closest-side, rgba(31,88,234,.34), rgba(31,88,234,0)); pointer-events: none;
}
[data-home] .bx .wrap { padding-top: 0; }
[data-home] .bx__panel { background: none; border: 0; border-radius: 0; padding: 88px 0 80px; }
[data-home] .bx__icon { color: var(--brand-300); }
[data-home] .bx .kick { color: var(--brand-300); }
[data-home] .bx__h2 { color: var(--on-night); font-weight: 400; font-size: clamp(36px, 3.2vw + 24px, 68px); line-height: 1.04; letter-spacing: -0.028em; }
[data-home] .bx__sub { color: var(--on-night-muted); font-size: 16.5px; }
[data-home] .bx__btns { margin-top: 36px; gap: 12px; align-items: center; }
[data-home] .bx__btns .btn--dark { box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 14px 34px -14px rgba(31,88,234,.9); }
[data-home] .bx__btns .btn--dark:hover { background: #3468F0; }
[data-home] .bx__btns .btn--soft {
  background: none; border: 0; box-shadow: none; min-height: 44px; padding: 10px 4px;
  color: var(--on-night-muted); font-weight: 400; text-decoration: underline; text-decoration-color: rgba(255,255,255,.28); text-underline-offset: 5px;
}
[data-home] .bx__btns .btn--soft:hover { background: none; color: var(--white); text-decoration-color: rgba(255,255,255,.8); }
[data-home] .bx :focus-visible { outline: 2px solid var(--brand-300); outline-offset: 3px; box-shadow: none; }
@media (max-width: 760px) {
  [data-home] .bx__btns .btn--soft { width: auto; align-self: center; }
}
@media (min-width: 768px) {
  [data-home] .bx__panel { padding: 128px 0 112px; }
  [data-home] .bx__sub { font-size: 18px; }
}
@media (min-width: 1200px) { [data-home] .bx__panel { padding: 152px 0 128px; } }

/* ---------- Reduced motion: no transforms on hover either ---------- */
@media (prefers-reduced-motion: reduce) {
  .subpage :is(.step, .feature, .svc-card, .post-card, .tools__chip):hover,
  [data-home] :is(.pk__row, .tm__card):hover { transform: none; }
}
