/* FN SOLUTIONS — css/booster-cta.css
   Centred CTA layout used on network-booster.html.
   Extends shared contact.css which provides .cta-section / .cta-bg / .cta-glow */

/* Override: centred single-column instead of two-col grid */
.cta-section.centered .cta-inner {
  display: block;
  text-align: center;
  max-width: 640px;
  margin-inline: auto;
}

.cta-section.centered .cta-inner h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.1;
  letter-spacing: -.03em;
  margin-bottom: 16px;
}

.cta-section.centered .cta-inner h2 .accent {
  color: var(--brand-300);
}

.cta-section.centered .cta-inner p {
  font-size: .92rem;
  color: rgba(255, 255, 255, .55);
  line-height: 1.75;
  margin-bottom: 36px;
}

.cta-buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}