.contact-choice {
  padding: clamp(56px, 8vw, 100px) 20px;
}

.contact-choice__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 32px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 15%, rgba(65, 181, 255, .16), transparent 32%),
    linear-gradient(145deg, #16191f, #080a0e 72%);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .32);
}

.contact-choice__eyebrow,
.contact-choice__notice {
  color: rgba(255, 255, 255, .66);
}

.contact-choice__eyebrow {
  margin: 0 0 10px;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contact-choice__title {
  margin: 0;
  font-size: clamp(30px, 5vw, 58px);
  line-height: 1.05;
}

.contact-choice__text {
  max-width: 760px;
  margin: 18px 0 30px;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(16px, 2vw, 19px);
}

.contact-choice__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.contact-choice__card {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.055));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.contact-choice__card h3 {
  margin: 0 0 18px;
  font-size: clamp(18px, 2vw, 22px);
  overflow-wrap: anywhere;
}

.contact-choice__actions {
  display: grid;
  gap: 10px;
}

.contact-choice__action {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 14px;
  background: #fff;
  color: #10131a;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.contact-choice__action--telegram {
  background: #2aabee;
  color: #fff;
}

.contact-choice__notice {
  margin: 22px 0 0;
  font-size: 13px;
}

.contacts__map-placeholder {
  min-height: 700px;
  background:
    linear-gradient(90deg, rgba(8, 12, 18, .72), rgba(8, 12, 18, .2)),
    url("../../images/contacts_image.png") center / cover no-repeat;
}

@media (max-width: 860px) {
  .contact-choice__grid { grid-template-columns: 1fr; }
  .contacts__map-placeholder { min-height: 620px; }
}
