/* ============================================================
   CTA SECTION (full-bleed, intermediário)
   ============================================================ */
.cta-section {
  position: relative; overflow: hidden; isolation: isolate; text-align: center;
  background: linear-gradient(120deg, #081540, #0e297f 70%, #163a9e);
}
.cta-section__shape {
  position: absolute; z-index: -1; opacity: .14; filter: brightness(0) invert(1);
  top: -9%; right: -7%; width: clamp(230px, 29vw, 390px);
  animation: spin 55s linear infinite;
}
.cta-section__inner { max-width: 62ch; margin-inline: auto; }
.cta-section h2 { color: #fff; }
.cta-section p { margin-top: 1rem; color: rgba(220,232,252,.9); font-size: var(--step-1); }
.cta-section .hero__cta { margin-top: 2.2rem; justify-content: center; }

