/* ─────────────────────────────────────────────────────────────
   InsightFuse · Sub-page layer
   Loads AFTER editorial.css and styles the sub-page components
   (page head, prose, spec tables, proof strip, press wall, CTA
   band) in the same editorial voice as the landing page.
   ───────────────────────────────────────────────────────────── */

.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* ─── Button aliases · legacy class names, editorial look ───── */
.btn--accent { background: var(--violet); color: var(--on-violet); }
.btn--accent:hover { background: var(--violet-deep); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--rule-2); }
.btn--ghost:hover { border-color: var(--ink); background: var(--paper-2); }

.link-arrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-weight: 600; font-size: 0.9375rem;
  text-decoration: none;
  color: var(--ink);
  border-bottom: 1.5px solid var(--rule-2);
  padding-bottom: 3px;
  transition: border-color var(--quiet), gap var(--quiet);
}
.link-arrow:hover { border-color: var(--violet); gap: 0.8rem; }

/* ─── Eyebrow · same ruled mono label as the landing page ───── */
.eyebrow {
  display: flex; align-items: center; gap: 0.7rem;
  font-family: var(--f-mono);
  font-size: var(--t-label);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: var(--track-label);
  color: var(--muted);
  margin: 0;
}
.eyebrow::before {
  content: ""; width: 1.9rem; height: 2px; flex: none;
  background: var(--violet);
}
.eyebrow__dot { display: none; }

/* ─── Page head ─────────────────────────────────────────────── */
.page,
.page__head {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.page__head {
  padding-top: clamp(3rem, 6.5vw, 5.5rem);
  padding-bottom: clamp(2rem, 4vw, 3.25rem);
}
.page__title {
  font-size: clamp(2.5rem, 5.4vw, 4.75rem);
  line-height: 1.0;
  letter-spacing: -0.028em;
  margin-top: 1.4rem;
  max-width: 20ch;
  text-wrap: balance;
}
.page__lede {
  font-size: var(--t-lede);
  line-height: 1.5;
  color: var(--ink-2);
  margin-top: 1.4rem;
  max-width: 58ch;
}
.page { padding-bottom: var(--section-y); }
.page__head .hero__cta { margin-top: 1.9rem; }

/* ─── Prose ─────────────────────────────────────────────────── */
.prose { max-width: 68ch; }
.prose > * + * { margin-top: 1.05rem; }
.prose h2 {
  font-size: clamp(1.6rem, 2.4vw, 2.1rem);
  letter-spacing: -0.02em;
  line-height: 1.12;
}
.prose > * + h2 { margin-top: 2.6rem; }
.prose h3 {
  font-size: 1.2rem;
  letter-spacing: -0.015em;
  line-height: 1.2;
}
.prose > * + h3 { margin-top: 2rem; }
.prose p, .prose li { font-size: var(--t-body); line-height: 1.62; color: var(--ink-2); }
.prose a { color: var(--ink); text-decoration: underline; text-underline-offset: 2px; }
.prose a:hover { color: var(--violet); }
.prose ul { display: grid; gap: 0.55rem; }
.prose ul li {
  position: relative;
  padding-left: 1.4rem;
}
.prose ul li::before {
  content: "→"; position: absolute; left: 0;
  color: var(--violet); font-size: 0.9375rem;
}
.prose strong { color: var(--ink); font-weight: 600; }

/* ─── Callout ───────────────────────────────────────────────── */
.callout {
  border-left: 2px solid var(--violet);
  background: var(--violet-wash);
  padding: 1.2rem 1.4rem;
}
.prose > * + .callout { margin-top: 1.75rem; }
.callout__title {
  font-family: var(--f-mono);
  font-size: var(--t-label);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: var(--track-label);
  color: var(--violet);
  margin-bottom: 0.55rem;
}
.callout p + p { margin-top: 0.7rem; }

/* ─── Proof strip · headline numbers ────────────────────────── */
.proof {
  border-block: 1px solid var(--rule);
  padding-block: clamp(1.9rem, 3.5vw, 2.75rem);
}
.proof__inner {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--gutter);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.25rem, 2.5vw, 2.25rem);
}
.proof__stat { border-top: 2px solid var(--ink); padding-top: 0.8rem; }
.proof__num {
  display: block;
  font-family: var(--f-display);
  font-weight: 600;
  font-size: clamp(1.9rem, 2.8vw, 2.7rem);
  line-height: 1; letter-spacing: -0.03em;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}
.proof__label { display: block; margin-top: 0.45rem; font-size: 0.8125rem; color: var(--muted); }
@media (max-width: 860px) { .proof__inner { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 420px) { .proof__inner { grid-template-columns: 1fr; } }

/* ─── Spec tables ───────────────────────────────────────────── */
.spec {
  border: 1px solid var(--rule);
  background: var(--paper);
  overflow-x: auto;
}
.spec table { min-width: 560px; }
.spec caption { text-align: left; }
.spec th {
  text-align: left;
  font-family: var(--f-mono);
  font-size: 0.66rem; font-weight: 500;
  text-transform: uppercase; letter-spacing: var(--track-label);
  color: var(--muted);
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--rule);
  background: var(--paper-2);
}
.spec td {
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  border-bottom: 1px solid var(--rule);
  color: var(--ink-2);
  vertical-align: top;
}
.spec tbody tr:last-child td { border-bottom: 0; }
.spec tbody tr:hover { background: var(--paper-2); }
.spec__row-label { font-weight: 500; color: var(--ink); }
.spec th.spec__col--us,
.spec td.spec__col--us { background: var(--violet-wash); }
.spec th.spec__col--us { color: var(--violet); }
.spec__yes { color: var(--violet); font-weight: 600; }
.spec__no { color: var(--muted); }
.spec__val { color: var(--ink-2); }
.spec__val--muted { color: var(--muted); }
.spec__note {
  margin-top: 1.1rem;
  font-size: 0.8125rem; line-height: 1.6;
  color: var(--muted);
  max-width: 68ch;
}

/* ─── Press wall · colourful outlet logos ───────────────────── */
.presswall {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--gutter);
  padding-bottom: var(--section-y);
}
.presswall__cap {
  display: flex; align-items: center; gap: 0.7rem;
  font-family: var(--f-mono);
  font-size: var(--t-label);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: var(--track-label);
  color: var(--muted);
  margin: 0 0 1.2rem;
}
.presswall__cap::before {
  content: ""; width: 1.9rem; height: 2px; flex: none;
  background: var(--violet);
}
.presswall__row {
  display: flex; flex-wrap: wrap; gap: 0.6rem;
  list-style: none; margin: 0; padding: 0;
}
.presswall__item {
  display: inline-flex; align-items: center; gap: 0.6rem;
  background: oklch(100% 0 0);
  border: 1px solid var(--rule);
  border-radius: 3px;
  padding: 0.55rem 0.95rem;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--ink);
  white-space: nowrap;
  box-shadow: 0 1px 2px oklch(17% 0.02 300 / 0.05);
}
.presswall__item img {
  width: 22px; height: 22px;
  border-radius: 3px; object-fit: contain; flex: none;
}
.presswall__note {
  margin: 1.2rem 0 0;
  font-size: 0.8125rem; line-height: 1.55;
  color: var(--muted);
  max-width: 68ch;
}

/* ─── Steps · light-ground override of the editorial index ──── */
.steps__inner {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.steps {
  margin-top: 0;
  border-top: 0;
  padding-bottom: var(--section-y);
}
.steps__head { max-width: 60ch; }
.steps__title {
  font-size: var(--t-h2);
  margin-top: 1.4rem;
  max-width: 24ch;
}
.steps__list { margin-top: clamp(2rem, 3.5vw, 3rem); border-top: 1px solid var(--rule); }
.steps .step {
  grid-template-columns: 4.5rem minmax(0, 1fr);
  align-items: baseline;
  border-bottom: 1px solid var(--rule);
}
.steps .step:hover { background: var(--paper-2); }
.steps .step__num {
  color: var(--violet);
}
.steps .step__title {
  color: var(--ink);
  margin-bottom: 0.6rem;
}
.steps .step__body {
  color: var(--ink-2);
  font-size: var(--t-body);
  max-width: 62ch;
  margin-top: 0;
  grid-column: auto;
}
.step__text { font-size: 0.9375rem; line-height: 1.62; color: var(--ink-2); }
.step__text a { color: var(--ink); text-decoration: underline; text-underline-offset: 2px; }
.step__text a:hover { color: var(--violet); }
.step__soon {
  display: block;
  margin-top: 0.7rem;
  padding-left: 0.9rem;
  border-left: 2px solid var(--violet);
  font-size: 0.8125rem;
  color: var(--muted);
}
@media (max-width: 820px) {
  .steps .step { grid-template-columns: 3rem minmax(0, 1fr); }
  .steps .step__body { grid-column: 2; }
}

/* ─── Closing CTA · dark band, like the landing page ────────── */
.cta {
  background: var(--ink);
  padding-block: var(--section-y);
}
.cta__inner {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.cta .eyebrow { color: var(--dk-muted); }
.cta .eyebrow::before { background: var(--violet-lift); }
.cta__title {
  color: var(--dk-ink);
  margin-top: 1.4rem;
  max-width: 20ch;
}
.cta__lede {
  font-size: var(--t-lede);
  line-height: 1.5;
  color: var(--dk-ink-2);
  margin-top: 1.2rem;
  max-width: 54ch;
}
.cta__actions {
  display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem;
  margin-top: 1.9rem;
}
.cta .link-arrow { color: var(--dk-ink); border-color: var(--rule-dk); }
.cta .link-arrow:hover { border-color: var(--violet-lift); }

/* ─── Plans · small deltas over the editorial pricing grid ──── */
.plan__head { display: block; }
.plan__head .plan__price { margin-top: 0.7rem; }
