.cta-section {
  position: relative;
  width: 100%;
  margin-inline: auto;
  padding: 56px 24px;
  background: linear-gradient(145deg, rgba(16,20,38,0.98), rgba(7,10,22,0.95));
  overflow: hidden;
  text-align: center;
}

.cta-section__pattern {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='103.923' viewBox='0 0 60 103.923' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0l30 17.32v34.64L30 69.28 0 51.96V17.32zM30 103.923l30-17.32V51.96l-30-17.32L0 51.96v34.64z' fill='none' stroke='%235B4CFF' stroke-width='2'/%3E%3C/svg%3E");
  background-size: 60px 103.923px;
  opacity: 0.14;
  mix-blend-mode: screen;
  pointer-events: none;
}

.cta-section__content {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 720px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.cta-section h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1.1;
}

.cta-section p {
  margin: 0;
  max-width: 620px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.8;
}

.cta-section .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  text-decoration: none;
}
