/* ============================================================
   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; }


/* Dois catálogos lado a lado, com o CTA laranja abaixo deles. */
.cat-downloads {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: .9rem; margin-top: 2rem;
}
.cta-section__wa { margin-top: 1.4rem; justify-content: center; }
@media (max-width: 560px) {
  .cat-downloads { flex-direction: column; align-items: stretch; }
  .cat-downloads .btn { justify-content: center; }
}
