.contactBlock {
  padding: 112px 64px;
  width: 100%;
  box-sizing: border-box;
}

.contactBlock__container {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin: 0 auto;
  max-width: 1280px;
}

.contactBlock__top {
  display: grid;
  gap: 50px;
  grid-template-columns: minmax(0, 1fr) 630px;
}

.contactBlock__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.contactBlock__top-row {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
  width: fit-content;
  align-items: flex-start;
}

.contactBlock__top-text {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.contactBlock__top-icon {
  display: block;
  height: 9px;
  width: 54px;
}

.contactBlock__title {
  color: #ffffff;
  font-family: "Gilda Display", serif;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0;
}

.contactBlock__text {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 1.6;
  margin: 0;
  max-width: 540px;
}

.contactBlock__contacts {
  display: grid;
  gap: 40px;
}

.contactBlock__contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contactBlock__contact-icon {
  display: block;
  filter: brightness(0) invert(1);
  height: 32px;
  margin-bottom: 8px;
}

.contactBlock__contact-label {
  color: #ffffff;
  font-family: "Gilda Display", serif;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.26px;
  line-height: 1.2;
  margin: 0;
}

.contactBlock__contact-value {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
  text-decoration: none;
}

a.contactBlock__contact-value {
  text-decoration: underline;
  color: #ffffff;
}

.contactBlock__contact-value a {
  color: #ffffff;
  text-decoration: underline;
}

.contactBlock__cta {
  align-items: center;
  color: #ffffff;
  display: inline-flex;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  gap: 8px;
  line-height: 1.6;
  text-decoration: none;
}

a.contactBlock__cta:hover {
  text-decoration: underline;
}

.contactBlock__cta img {
  filter: brightness(0) invert(1);
  height: 12px;
  width: 12px;
}

/* ── Form Card ─────────────────────────────────────────────── */

.contactBlock__form-card {
  background: #05323d;
  border-radius: 12px;
  padding: 30px 40px;
}

.contactBlock__form-missing {
  color: rgba(255, 255, 255, 0.88);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  margin: 0;
}

.contactBlock__form-card .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contactBlock__form-card .wpcf7-form p {
  margin: 0;
}

.contactBlock__form-row {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contactBlock__form-col {
  min-width: 0;
}

.contactBlock__form-card label {
  color: #ffffff;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

.contactBlock__form-card input[type="text"],
.contactBlock__form-card input[type="email"],
.contactBlock__form-card input[type="tel"],
.contactBlock__form-card textarea {
  background: rgba(5, 32, 39, 0.7);
  border: 1px solid #052027;
  border-radius: 5px;
  box-sizing: border-box;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  margin-top: 8px;
  padding: 8px 10px;
  width: 100%;
}

.contactBlock__form-card input[type="text"]::placeholder,
.contactBlock__form-card input[type="email"]::placeholder,
.contactBlock__form-card input[type="tel"]::placeholder,
.contactBlock__form-card textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.contactBlock__form-card textarea {
  height: 180px;
  padding: 12px 22px 12px 10px;
  resize: vertical;
}

.contactBlock__form-card .wpcf7-list-item {
  display: block;
  margin: 0 0 14px;
}

.contactBlock__form-card .wpcf7-list-item:last-child {
  margin-bottom: 0;
}

.contactBlock__consent {
  align-items: center;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-wrap: wrap;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  gap: 8px;
  line-height: 1.5;
  padding-bottom: 16px;
}

.contactBlock__consent a {
  color: #ffffff;
  text-decoration: underline;
}

.contactBlock__form-card input[type="radio"],
.contactBlock__form-card input[type="checkbox"] {
  accent-color: #00ccff;
  flex-shrink: 0;
  height: 18px;
  margin-right: 12px;
  width: 18px;
}

.contactBlock__form-card .wpcf7-submit {
  background: #00ccff;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  padding: 10px 20px;
}

.contactBlock__form-card .wpcf7-submit:hover {
  background: #00728e;
  border: none;
}

/* ── Bottom Section ────────────────────────────────────────── */

.contactBlock__bottom {
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.contactBlock__map {
  border-radius: 0;
  display: block;
  max-height: 447px;
  object-fit: cover;
  width: 100%;
}

.contactBlock__cards {
  display: grid;
  gap: 19px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contactBlock__info-card {
  align-items: center;
  background: #05323d;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px;
  text-align: center;
}

.contactBlock__info-icon {
  display: block;
  height: 32px;
  width: 32px;
}

.contactBlock__info-title {
  color: #ffffff;
  font-family: "Gilda Display", serif;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.26px;
  line-height: 1.2;
  margin: 0;
}

.contactBlock__info-text {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
}
.contactBlock__info-text a {
  color: #ffffff;
  text-decoration: underline;
}
a.contactBlock__info-text {
  color: #ffffff;
  text-decoration: underline;
}

/* ── Responsive ────────────────────────────────────────────── */

@media (max-width: 1200px) {
  .contactBlock {
    padding-left: 40px;
    padding-right: 40px;
  }

  .contactBlock__top {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .contactBlock {
    padding: 72px 24px;
  }

  .contactBlock__title {
    font-size: 40px;
  }

  .contactBlock__text {
    font-size: 18px;
  }

  .contactBlock__form-card {
    padding: 24px 20px;
  }

  .contactBlock__form-row {
    grid-template-columns: 1fr;
  }

  .contactBlock__cards {
    grid-template-columns: 1fr;
  }
}
