/* Conversion-page overrides only. The shared live stylesheet stays untouched. */

.consult-header-language {
  color: var(--teal-deep);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.contact-intake {
  grid-template-areas:
    "copy form"
    "details form";
  align-items: start;
}

.contact-intake .contact-copy {
  grid-area: copy;
}

.contact-intake .contact-form {
  grid-area: form;
  align-self: start;
}

.contact-phone-cta {
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  margin-top: 22px;
  padding: 12px 18px;
  border: 2px solid rgba(255, 255, 255, 0.68);
  border-radius: 8px;
  color: var(--white);
  font-weight: 850;
  text-decoration: none;
}

.contact-details {
  grid-area: details;
  width: min(530px, 100%);
  justify-self: end;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.contact-details h2 {
  margin: 0;
  color: var(--white);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 24px;
}

.contact-details .direct-contact {
  margin-top: 16px;
}

.contact-details .direct-contact a {
  display: inline;
  overflow-wrap: anywhere;
  font-size: inherit;
}

.contact-details .contact-email-note {
  font-size: 13px;
}

.contact-form .form-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.55;
}

.contact-form .form-consent input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 3px 0 0;
  padding: 0;
  flex: 0 0 auto;
  accent-color: var(--teal);
}

.contact-form .form-consent a {
  color: var(--white);
  font-weight: 800;
}

.contact-form .form-field-note {
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
}

.form-intro,
.consult-form-intro {
  grid-column: 1 / -1;
}

.form-intro h2,
.consult-form-intro h2 {
  margin: 0;
  color: var(--white);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(25px, 2.5vw, 34px);
  line-height: 1.15;
}

.form-intro p,
.consult-form-intro p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.5;
}

.consult-hero {
  padding: clamp(48px, 6vw, 76px) clamp(18px, 5vw, 64px);
  background:
    linear-gradient(90deg, rgba(15, 42, 63, 0.96) 0%, rgba(22, 78, 99, 0.86) 48%, rgba(45, 122, 117, 0.34) 100%),
    url("assets/doctor-patient.jpg") center right / cover;
}

.consult-copy {
  align-self: start;
}

.consult-copy h1 {
  font-size: clamp(40px, 4vw, 54px);
}

.consult-hero .section-label,
.consult-hero .eyebrow {
  color: var(--white);
  opacity: 0.9;
}

.consult-followup {
  max-width: 650px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.6;
}

.consult-form {
  align-self: start;
}

.consult-form textarea {
  min-height: 82px;
}

.consult-locations .section-heading {
  margin-bottom: 30px;
}

.consult-next-steps {
  padding-top: clamp(58px, 7vw, 86px);
  padding-bottom: clamp(58px, 7vw, 86px);
}

.consult-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
}

.consult-footer-links a {
  color: var(--teal-light);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

@media (max-width: 1060px) {
  .contact-intake {
    grid-template-areas:
      "copy"
      "form"
      "details";
  }
}

@media (max-width: 740px) {
  body[data-lead-source="english_ads_landing"] .announcement span,
  body[data-lead-source="english_contact_page"] .announcement span {
    display: none;
  }

  body[data-lead-source="english_ads_landing"] .announcement,
  body[data-lead-source="english_contact_page"] .announcement {
    min-height: 38px;
    padding-block: 6px;
  }

  .consult-header-language {
    font-size: 13px;
  }

  .contact-intake {
    gap: 24px;
    padding: 36px 18px 48px;
  }

  .contact-intake .contact-copy,
  .contact-intake .contact-form,
  .contact-intake .contact-details {
    width: 100%;
    justify-self: stretch;
  }

  .contact-intake .contact-form {
    gap: 12px;
    padding: 20px;
  }

  .contact-phone-cta {
    justify-content: center;
    width: 100%;
  }

  .consult-locations,
  .consult-next-steps {
    padding: 54px 18px;
  }
}
