/* ============================================================================
  CTA RIBBON STYLESHEET
  Purpose: Sitewide CTA ribbon/band visual style (background, typography, spacing)
  ============================================================================ */

html body .cta-section.cta-strong {
  background: linear-gradient(180deg, rgba(34, 9, 52, 0.7), rgba(22, 6, 35, 0.84));
  position: relative;
  overflow: hidden;
  border: 0 !important;
  border-radius: 0 !important;
  margin-top: clamp(2rem, 3vw, 2.75rem) !important;
  margin-right: 0 !important;
  margin-bottom: clamp(2.75rem, 4vw, 4rem) !important;
  margin-left: 0 !important;
  box-shadow: none !important;
  padding: clamp(1.88rem, 3.57vw, 2.63rem) 0 !important;
}

html body .about-cta-shell {
  margin: 0 !important;
  padding: 0 !important;
}

html body main > *:has(+ .cta-section.cta-strong),
html body main > *:has(+ .about-cta-shell),
html body main > *:has(+ .section-divider + .cta-section.cta-strong),
html body main > *:has(+ .section-divider + .about-cta-shell) {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

html body .cta-section.cta-strong::before,
html body .cta-section.cta-strong::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: clamp(52px, 9vw, 86px);
  pointer-events: none;
  z-index: 0;
}

html body .cta-section.cta-strong::before {
  top: 0;
  background: linear-gradient(to bottom, rgba(16, 3, 26, 0.72), rgba(16, 3, 26, 0.18), rgba(16, 3, 26, 0));
}

html body .cta-section.cta-strong::after {
  bottom: 0;
  background: linear-gradient(to top, rgba(16, 3, 26, 0.72), rgba(16, 3, 26, 0.18), rgba(16, 3, 26, 0));
}

html body .cta-section.cta-strong .cta-content {
  position: relative;
  z-index: 1;
  max-width: 1100px !important;
  margin: 0 auto;
  text-align: center;
  padding: clamp(0.35rem, 1.2vw, 0.7rem) clamp(0.7rem, 1.8vw, 1.15rem) !important;
}

html body .cta-section.cta-strong .cta-content::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(92%, 620px);
  height: clamp(180px, 26vw, 250px);
  transform: translate(-50%, -50%);
  background: radial-gradient(circle at center, rgba(198, 146, 241, 0.16) 0%, rgba(198, 146, 241, 0.08) 42%, rgba(198, 146, 241, 0) 74%);
  pointer-events: none;
  z-index: 0;
}

html body .cta-section.cta-strong .cta-content > * {
  position: relative;
  z-index: 1;
}

html body .cta-section.cta-strong .cta-content h2 {
  width: min(100%, 23cm);
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1.7rem, 2.6vw, 2.35rem);
  line-height: 1.15;
  white-space: nowrap;
  min-height: 1.15em;
  margin-bottom: clamp(0.9rem, 1.6vw, 1.15rem) !important;
}

html body .cta-section.cta-strong .cta-content > p:first-of-type {
  width: min(100%, 760px);
  margin-left: auto;
  margin-right: auto;
  font-size: 1.05rem;
  line-height: 1.55;
  min-height: 3.1em;
  color: var(--color-text-secondary);
  margin-bottom: clamp(1.05rem, 1.9vw, 1.35rem) !important;
}

@media (max-width: 768px) {
  html body .cta-section.cta-strong .cta-content h2 {
    white-space: normal;
  }
}

html body .cta-section.cta-strong .cta-buttons {
  display: flex;
  gap: var(--space-md);
  justify-content: center;
}

.cta-section.cta-strong .cta-buttons .btn-secondary {
  box-shadow: none !important;
  filter: saturate(0.92) brightness(0.96);
}
