.cta-section {
  background: var(--color-white);
}

.cta-section__wrap {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--page-padding) 80px;
}

.cta-section__card {
  position: relative;
  height: 460px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: linear-gradient(135deg, #5d2333 0%, #3d1824 50%, #232222 100%);
  box-shadow: var(--shadow-elevated);
}

.cta-section__glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.cta-section__glow--right {
  width: 522px;
  height: 522px;
  right: -80px;
  top: 148px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, rgba(159, 115, 76, 0.04) 40%, transparent 70%);
}

.cta-section__glow--left {
  width: 382px;
  height: 382px;
  left: -150px;
  top: 238px;
  background: radial-gradient(circle, rgba(165, 41, 51, 0.12) 0%, transparent 65%);
}

.cta-section__phones {
  position: absolute;
  right: 40px;
  top: 19px;
  width: 370px;
  height: 564px;
}

.cta-section__phones img {
  position: absolute;
  height: 564px;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.35));
}

.cta-section__phones img:first-child {
  right: 0;
  width: 270px;
}

.cta-section__phones img:last-child {
  left: 0;
  top: 70px;
  width: 288px;
  z-index: 1;
}

.cta-section__content {
  position: relative;
  z-index: 2;
  padding: 112px 73px;
  max-width: 634px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.cta-section__title {
  font-family: var(--font-heading);
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: 0.3px;
  color: var(--color-white);
}

.cta-section__desc {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
  max-width: 535px;
}
