/* ============================================================
   NORTH HORIZON PARTNERS — cta.css
   Final call-to-action section.
   ============================================================ */

.section-final-cta {
  position: relative;
  padding: calc(var(--section-py) * 1.15) 0;
  border-top: 1px solid var(--border-solid);
  text-align: center;
  overflow: hidden;
}

/* Subtle radial gradient from top center */
.section-final-cta::before {
  content: '';
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 500px;
  background: radial-gradient(ellipse at 50% 0%,
    rgba(200, 255, 0, 0.06) 0%,
    transparent 65%
  );
  pointer-events: none;
}

.section-final-cta .container {
  position: relative;
  z-index: 1;
}

.section-final-cta h2 {
  max-width: 680px;
  margin: 0 auto 2.5rem;
  line-height: 1.1;
}

.cta-sub {
  margin-top: 1.25rem;
  font-size: 0.88rem;
  color: var(--text-dim);
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.65;
}
