/* ==========================================================================
   Final CTA — the last push before the footer. Dark, quiet, centered
   restraint rather than a banner — headline, line, and the consultation form.
   ========================================================================== */

.final-cta {
  background-color: var(--color-ink);
  color: var(--color-white);
  text-align: center;
}

.final-cta-inner {
  /* Widened from 36rem to fit the two-column form rows without cramping —
     the headline/text above still read fine at this width since they were
     never close to the old max-width anyway. */
  max-width: 42rem;
  margin-inline: auto;
}

.final-cta-text {
  margin-top: var(--space-3);
  color: var(--color-slate);
}
