:root {
  --hl-contact-navy: #103d68;
  --hl-contact-deep: #0b2948;
  --hl-contact-red: #d61747;
  --hl-contact-blue: #1b80f3;
  --hl-contact-ink: #10243f;
  --hl-contact-muted: #607089;
  --hl-contact-soft: #f5f8fc;
  --hl-contact-line: #dbe5ef;
  --hl-contact-white: #fff;
}

.hl-contact,
.hl-confirm {
  background: #fff;
  color: var(--hl-contact-ink);
}

.hl-contact-shell,
.hl-confirm-shell {
  width: min(100% - 2rem, 1240px);
  margin-inline: auto;
}

.hl-contact-eyebrow,
.hl-confirm-eyebrow {
  margin: 0 0 .85rem;
  color: var(--hl-contact-red);
  font-size: .82rem;
  font-weight: 850;
  letter-spacing: .18em;
  line-height: 1.2;
}

.hl-contact-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(4.4rem, 8vw, 7.2rem) 0 clamp(4rem, 7vw, 6.3rem);
  background:
    radial-gradient(circle at 88% 18%, rgba(27,128,243,.30), transparent 34%),
    radial-gradient(circle at 10% 85%, rgba(214,23,71,.16), transparent 33%),
    linear-gradient(135deg, #0a2f55 0%, #123f6d 58%, #0d345d 100%);
  color: #fff;
}

.hl-contact-hero::before,
.hl-contact-hero::after {
  position: absolute;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
}

.hl-contact-hero::before {
  width: 430px;
  height: 430px;
  right: -190px;
  top: -210px;
}

.hl-contact-hero::after {
  width: 300px;
  height: 300px;
  left: -150px;
  bottom: -190px;
}

.hl-contact-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(330px, .75fr);
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
}

.hl-contact-breadcrumbs {
  display: flex;
  gap: .55rem;
  margin-bottom: 2.3rem;
  color: rgba(255,255,255,.68);
  font-size: .9rem;
}

.hl-contact-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.hl-contact-breadcrumbs a:hover,
.hl-contact-breadcrumbs a:focus-visible {
  color: #fff;
}

.hl-contact-hero h1 {
  max-width: 790px;
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 5.8vw, 5.6rem);
  font-weight: 850;
  letter-spacing: -.055em;
  line-height: .98;
}

.hl-contact-hero__lead {
  max-width: 760px;
  margin: 1.7rem 0 0;
  color: rgba(255,255,255,.82);
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
  line-height: 1.72;
}

.hl-contact-hero__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .9rem;
  margin-top: 2.3rem;
}

.hl-contact-quick {
  display: flex;
  align-items: center;
  gap: .85rem;
  min-height: 82px;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 18px;
  background: rgba(255,255,255,.075);
  color: #fff;
  text-decoration: none;
  backdrop-filter: blur(12px);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.hl-contact-quick:hover,
.hl-contact-quick:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.35);
  background: rgba(255,255,255,.13);
  color: #fff;
}

.hl-contact-quick--form {
  grid-column: 1 / -1;
  width: fit-content;
  min-width: min(100%, 390px);
  background: var(--hl-contact-red);
  border-color: var(--hl-contact-red);
  box-shadow: 0 14px 34px rgba(214,23,71,.22);
}

.hl-contact-quick--form:hover,
.hl-contact-quick--form:focus-visible {
  background: #fff;
  border-color: #fff;
  color: var(--hl-contact-red);
}

.hl-contact-quick__icon {
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  font-size: 1.2rem;
  font-weight: 850;
}

.hl-contact-quick span:not(.hl-contact-quick__icon) {
  display: grid;
  gap: .2rem;
}

.hl-contact-quick small {
  color: rgba(255,255,255,.68);
  font-size: .78rem;
  font-weight: 700;
}

.hl-contact-quick--form:hover small,
.hl-contact-quick--form:focus-visible small {
  color: #9b3451;
}

.hl-contact-quick strong {
  font-size: 1.02rem;
  line-height: 1.2;
}

.hl-contact-hero__confidence {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 4vw, 3rem);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 30px;
  background: rgba(255,255,255,.92);
  color: var(--hl-contact-ink);
  box-shadow: 0 26px 70px rgba(1,21,43,.28);
}

.hl-contact-hero__monogram {
  position: absolute;
  right: -18px;
  top: -30px;
  color: rgba(27,128,243,.07);
  font-size: 8rem;
  font-weight: 900;
  letter-spacing: -.09em;
  line-height: 1;
}

.hl-contact-hero__confidence h2 {
  position: relative;
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.hl-contact-hero__confidence > p:not(.hl-contact-eyebrow) {
  position: relative;
  margin: 1rem 0 0;
  color: var(--hl-contact-muted);
  font-size: 1.04rem;
  line-height: 1.7;
}

.hl-contact-facts {
  display: grid;
  gap: .75rem;
  margin-top: 1.8rem;
}

.hl-contact-facts div {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: .8rem;
  align-items: center;
  padding-top: .75rem;
  border-top: 1px solid var(--hl-contact-line);
}

.hl-contact-facts strong {
  color: var(--hl-contact-blue);
  font-size: 2.15rem;
  letter-spacing: -.06em;
}

.hl-contact-facts span {
  color: #42536a;
  font-size: .92rem;
  font-weight: 700;
}

.hl-contact-conversion {
  padding: clamp(4rem, 8vw, 7rem) 0;
  background: linear-gradient(180deg, #fff 0%, #f7fafe 100%);
  scroll-margin-top: 100px;
}

.hl-contact-conversion__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: start;
}

.hl-contact-form-card {
  padding: clamp(1.7rem, 4vw, 3rem);
  border: 1px solid var(--hl-contact-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(16,47,83,.08);
}

.hl-contact-section-heading {
  max-width: 720px;
}

.hl-contact-section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.hl-contact-section-heading h2,
.hl-contact-clinic-panel h2,
.hl-contact-doctor h2 {
  margin: 0;
  color: var(--hl-contact-deep);
  font-size: clamp(2rem, 3.7vw, 3.5rem);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.hl-contact-section-heading > p:not(.hl-contact-eyebrow) {
  margin: 1rem 0 0;
  color: var(--hl-contact-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.hl-contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.hl-contact-field {
  display: grid;
  gap: .5rem;
}

.hl-contact-field--full {
  grid-column: 1 / -1;
}

.hl-contact-field label,
.hl-contact-form legend {
  color: #223650;
  font-size: .92rem;
  font-weight: 780;
}

.hl-contact-field label span {
  color: var(--hl-contact-red);
}

.hl-contact-field input,
.hl-contact-field select,
.hl-contact-field textarea {
  width: 100%;
  min-height: 54px;
  box-sizing: border-box;
  padding: .85rem 1rem;
  border: 1px solid #cad7e3;
  border-radius: 12px;
  background: #fff;
  color: #1c2f47;
  font: inherit;
  line-height: 1.4;
  outline: 0;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.hl-contact-field textarea {
  min-height: 118px;
  resize: vertical;
}

.hl-contact-field input:focus,
.hl-contact-field select:focus,
.hl-contact-field textarea:focus {
  border-color: var(--hl-contact-blue);
  box-shadow: 0 0 0 4px rgba(27,128,243,.10);
}

.hl-contact-form__privacy-note {
  grid-column: 1 / -1;
  display: flex;
  gap: .7rem;
  padding: .9rem 1rem;
  border-radius: 12px;
  background: #f4f8fc;
  color: #56677d;
  font-size: .86rem;
  line-height: 1.55;
}

.hl-contact-form__privacy-note span {
  color: var(--hl-contact-blue);
  font-weight: 900;
}

.hl-contact-consent {
  grid-column: 1 / -1;
  display: flex;
  gap: .7rem;
  align-items: flex-start;
  color: #485a70;
  font-size: .84rem;
  line-height: 1.5;
}

.hl-contact-consent input {
  width: 18px;
  height: 18px;
  margin-top: .12rem;
  accent-color: var(--hl-contact-red);
}

.hl-contact-consent a {
  color: var(--hl-contact-blue);
}

.hl-contact-form__submit {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  min-height: 58px;
  padding: .9rem 1.2rem;
  border: 2px solid var(--hl-contact-red);
  border-radius: 12px;
  background: var(--hl-contact-red);
  color: #fff;
  font: inherit;
  font-size: 1rem;
  font-weight: 850;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(214,23,71,.18);
  transition: background 160ms ease, color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.hl-contact-form__submit:hover,
.hl-contact-form__submit:focus-visible {
  transform: translateY(-1px);
  background: #fff;
  color: var(--hl-contact-red);
  box-shadow: none;
}

.hl-contact-form__status {
  grid-column: 1 / -1;
  padding: .9rem 1rem;
  border-radius: 12px;
  font-size: .9rem;
  font-weight: 720;
  line-height: 1.5;
}

.hl-contact-form__status--error {
  background: #fff1f4;
  color: #9b1537;
  border: 1px solid #f5c4cf;
}

.hl-contact-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.hl-contact-clinic-panel {
  position: sticky;
  top: 108px;
  overflow: hidden;
  padding: clamp(1.7rem, 4vw, 2.7rem);
  border-radius: 28px;
  background:
    radial-gradient(circle at 85% 0%, rgba(27,128,243,.25), transparent 34%),
    linear-gradient(145deg, #0b2d51, #123f6b);
  color: #fff;
  box-shadow: 0 24px 60px rgba(16,47,83,.14);
}

.hl-contact-clinic-panel .hl-contact-eyebrow {
  color: #ff648b;
}

.hl-contact-clinic-panel h2 {
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
}

.hl-contact-clinic-panel__intro {
  margin: 1rem 0 1.6rem;
  color: rgba(255,255,255,.72);
  line-height: 1.65;
}

.hl-contact-clinic-card {
  padding: 1.15rem;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 17px;
  background: rgba(255,255,255,.07);
}

.hl-contact-clinic-card + .hl-contact-clinic-card {
  margin-top: .9rem;
}

.hl-contact-clinic-card__top {
  display: flex;
  gap: .75rem;
  align-items: flex-start;
}

.hl-contact-clinic-card__pin {
  color: #ff4b76;
  font-size: 1.3rem;
  line-height: 1;
}

.hl-contact-clinic-card small {
  display: block;
  margin-bottom: .2rem;
  color: #94c8ff;
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .14em;
}

.hl-contact-clinic-card h3 {
  margin: 0;
  color: #fff;
  font-size: 1.25rem;
}

.hl-contact-clinic-card p {
  margin: .75rem 0 0;
  color: rgba(255,255,255,.70);
  font-size: .9rem;
  line-height: 1.55;
}

.hl-contact-clinic-card a {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  margin-top: 1rem;
  padding-top: .9rem;
  border-top: 1px solid rgba(255,255,255,.13);
  color: #fff;
  text-decoration: none;
}

.hl-contact-clinic-card a span {
  color: #a8d4ff;
  font-size: .82rem;
  font-weight: 750;
}

.hl-contact-clinic-card a strong {
  font-size: 1.02rem;
}

.hl-contact-clinic-card a:hover strong,
.hl-contact-clinic-card a:focus-visible strong {
  color: #ff6f93;
}

.hl-contact-clinic-panel__note {
  display: flex;
  gap: .8rem;
  margin-top: 1.2rem;
  padding: 1rem;
  border-radius: 14px;
  background: rgba(255,255,255,.08);
}

.hl-contact-clinic-panel__note > span {
  display: grid;
  place-items: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  color: var(--hl-contact-blue);
  font-weight: 900;
}

.hl-contact-clinic-panel__note p {
  margin: 0;
  color: rgba(255,255,255,.74);
  font-size: .84rem;
  line-height: 1.55;
}

.hl-contact-clinic-panel__note strong {
  color: #fff;
}

.hl-contact-steps {
  padding: clamp(4rem, 7vw, 6rem) 0;
  background: #fff;
}

.hl-contact-steps__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2.4rem;
}

.hl-contact-steps article {
  position: relative;
  min-height: 250px;
  padding: 1.7rem;
  overflow: hidden;
  border: 1px solid var(--hl-contact-line);
  border-radius: 22px;
  background: linear-gradient(180deg, #fff, #f9fbfd);
}

.hl-contact-steps article::after {
  position: absolute;
  right: -20px;
  bottom: -48px;
  width: 120px;
  height: 120px;
  content: "";
  border-radius: 50%;
  background: rgba(27,128,243,.06);
}

.hl-contact-steps article:nth-child(2)::after {
  background: rgba(214,23,71,.06);
}

.hl-contact-steps article > span {
  display: inline-block;
  color: var(--hl-contact-red);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .16em;
}

.hl-contact-steps h3 {
  margin: 2.1rem 0 .7rem;
  color: var(--hl-contact-deep);
  font-size: 1.35rem;
  letter-spacing: -.02em;
}

.hl-contact-steps p {
  margin: 0;
  color: var(--hl-contact-muted);
  line-height: 1.65;
}

.hl-contact-doctor {
  padding: 0 0 clamp(4.5rem, 8vw, 7rem);
}

.hl-contact-doctor__card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) minmax(220px, .45fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(1.6rem, 4vw, 2.8rem);
  border-radius: 28px;
  background: #f3f7fb;
  border: 1px solid #dde7f0;
}

.hl-contact-doctor__portrait img {
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 20px;
  object-fit: cover;
}

.hl-contact-doctor__copy h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.hl-contact-doctor__copy p:not(.hl-contact-eyebrow) {
  margin: .9rem 0 1rem;
  color: var(--hl-contact-muted);
  line-height: 1.65;
}

.hl-contact-doctor__copy > a,
.hl-contact-doctor__admin a {
  color: var(--hl-contact-blue);
  font-weight: 800;
  text-decoration: none;
}

.hl-contact-doctor__copy > a:hover,
.hl-contact-doctor__copy > a:focus-visible,
.hl-contact-doctor__admin a:hover,
.hl-contact-doctor__admin a:focus-visible {
  color: var(--hl-contact-red);
}

.hl-contact-doctor__admin {
  display: grid;
  gap: .45rem;
  padding-left: 1.5rem;
  border-left: 1px solid #d6e1eb;
}

.hl-contact-doctor__admin span {
  color: var(--hl-contact-muted);
  font-size: .8rem;
  font-weight: 750;
}

.hl-contact-doctor__privacy {
  margin-top: .45rem;
  font-size: .84rem;
  font-weight: 650 !important;
}

.hl-contact-form-fallback {
  margin-top: 1.5rem;
  padding: 1rem;
  border: 1px solid #f2c4ce;
  border-radius: 12px;
  background: #fff5f7;
  color: #74233a;
}

/* Confirmation */
.hl-confirm-hero {
  padding: clamp(4rem, 8vw, 6.8rem) 0;
  background:
    radial-gradient(circle at 90% 10%, rgba(27,128,243,.14), transparent 34%),
    linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.hl-confirm-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(330px, .62fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.hl-confirm-success {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  margin-bottom: 1.7rem;
  border-radius: 24px;
  background: var(--hl-contact-red);
  color: #fff;
  box-shadow: 0 16px 36px rgba(214,23,71,.22);
}

.hl-confirm-success span {
  font-size: 2rem;
  font-weight: 900;
}

.hl-confirm-hero h1 {
  max-width: 800px;
  margin: 0;
  color: var(--hl-contact-deep);
  font-size: clamp(3rem, 5.6vw, 5.3rem);
  line-height: .98;
  letter-spacing: -.055em;
}

.hl-confirm-hero__copy > p:last-child {
  max-width: 760px;
  margin: 1.4rem 0 0;
  color: var(--hl-contact-muted);
  font-size: clamp(1.08rem, 1.8vw, 1.28rem);
  line-height: 1.72;
}

.hl-confirm-hero__aside {
  padding: 2rem;
  border-radius: 26px;
  background: var(--hl-contact-deep);
  color: #fff;
  box-shadow: 0 24px 60px rgba(16,47,83,.15);
}

.hl-confirm-hero__aside .hl-confirm-eyebrow {
  color: #ff7394;
}

.hl-confirm-hero__aside h2 {
  margin: 0 0 1.3rem;
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.18;
}

.hl-confirm-hero__aside a {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(255,255,255,.13);
  color: #fff;
  text-decoration: none;
}

.hl-confirm-hero__aside a span {
  color: rgba(255,255,255,.7);
  font-size: .9rem;
}

.hl-confirm-hero__aside a:hover strong,
.hl-confirm-hero__aside a:focus-visible strong {
  color: #ff7394;
}

.hl-confirm-heading h2,
.hl-confirm-prepare h2,
.hl-confirm-social h2,
.hl-confirm-close h2 {
  margin: 0;
  color: var(--hl-contact-deep);
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1.05;
  letter-spacing: -.045em;
}

.hl-confirm-heading--center {
  text-align: center;
}

.hl-confirm-steps {
  padding: clamp(4rem, 7vw, 6rem) 0;
}

.hl-confirm-steps__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2.4rem;
}

.hl-confirm-steps article {
  min-height: 230px;
  padding: 1.7rem;
  border-radius: 22px;
  background: #f4f8fc;
  border: 1px solid #dfe8f1;
}

.hl-confirm-steps article > span,
.hl-confirm-prepare__cards article > span {
  color: var(--hl-contact-red);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .15em;
}

.hl-confirm-steps h3,
.hl-confirm-prepare__cards h3 {
  margin: 2rem 0 .7rem;
  color: var(--hl-contact-deep);
  font-size: 1.3rem;
}

.hl-confirm-steps p,
.hl-confirm-prepare__cards p {
  margin: 0;
  color: var(--hl-contact-muted);
  line-height: 1.65;
}

.hl-confirm-prepare {
  padding: clamp(4rem, 7vw, 6rem) 0;
  background: var(--hl-contact-deep);
  color: #fff;
}

.hl-confirm-prepare__grid {
  display: grid;
  grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.hl-confirm-prepare h2 {
  color: #fff;
}

.hl-confirm-prepare__copy > p:last-child {
  color: rgba(255,255,255,.68);
  line-height: 1.7;
}

.hl-confirm-prepare__cards {
  display: grid;
  gap: .8rem;
}

.hl-confirm-prepare__cards article {
  padding: 1.2rem 1.3rem;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 17px;
  background: rgba(255,255,255,.07);
}

.hl-confirm-prepare__cards h3 {
  margin: .65rem 0 .35rem;
  color: #fff;
}

.hl-confirm-prepare__cards p {
  color: rgba(255,255,255,.68);
}

.hl-confirm-social {
  padding: clamp(4rem, 8vw, 7rem) 0;
  background: #fff;
}

.hl-confirm-social__heading {
  max-width: 800px;
}

.hl-confirm-social__heading > div > p:last-child {
  color: var(--hl-contact-muted);
  font-size: 1.06rem;
  line-height: 1.7;
}

.hl-confirm-social__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2.4rem;
}

.hl-confirm-social-card {
  position: relative;
  min-height: 300px;
  padding: 1.6rem;
  overflow: hidden;
  border-radius: 22px;
  color: #fff;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.hl-confirm-social-card:hover,
.hl-confirm-social-card:focus-visible {
  transform: translateY(-4px);
  color: #fff;
  box-shadow: 0 22px 50px rgba(16,47,83,.14);
}

.hl-confirm-social-card--youtube { background: linear-gradient(145deg, #7d102c, #d61747); }
.hl-confirm-social-card--instagram { background: linear-gradient(145deg, #173b69, #1b80f3 68%, #8e4bd4); }
.hl-confirm-social-card--facebook { background: linear-gradient(145deg, #0e3762, #1769c2); }

.hl-confirm-social-card__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 2rem;
  border-radius: 14px;
  background: rgba(255,255,255,.14);
  font-size: 1.35rem;
  font-weight: 900;
}

.hl-confirm-social-card small {
  display: block;
  color: rgba(255,255,255,.7);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .16em;
}

.hl-confirm-social-card h3 {
  margin: .5rem 0 .65rem;
  color: #fff;
  font-size: 1.45rem;
}

.hl-confirm-social-card p {
  margin: 0 0 1.2rem;
  color: rgba(255,255,255,.76);
  line-height: 1.6;
}

.hl-confirm-social-card strong {
  position: absolute;
  bottom: 1.5rem;
  left: 1.6rem;
  font-size: .9rem;
}

.hl-confirm-featured-video {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  margin-top: 1.2rem;
  padding: 1.2rem;
  border: 1px solid var(--hl-contact-line);
  border-radius: 22px;
  background: #f6f9fc;
}

.hl-confirm-featured-video__media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16/9;
  border-radius: 16px;
}

.hl-confirm-featured-video__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hl-confirm-featured-video__media span {
  position: absolute;
  inset: 50% auto auto 50%;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  background: #fff;
  color: var(--hl-contact-red);
  box-shadow: 0 8px 22px rgba(0,0,0,.18);
}

.hl-confirm-featured-video__copy h3 {
  margin: 0;
  color: var(--hl-contact-deep);
  font-size: clamp(1.5rem, 2.8vw, 2.3rem);
  line-height: 1.1;
}

.hl-confirm-featured-video__copy > p:not(.hl-confirm-eyebrow) {
  color: var(--hl-contact-muted);
  line-height: 1.65;
}

.hl-confirm-featured-video__copy a {
  color: var(--hl-contact-blue);
  font-weight: 800;
  text-decoration: none;
}

.hl-confirm-featured-video__copy a:hover,
.hl-confirm-featured-video__copy a:focus-visible {
  color: var(--hl-contact-red);
}

.hl-confirm-close {
  padding: 0 0 clamp(4.5rem, 8vw, 7rem);
}

.hl-confirm-close__inner {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  padding: clamp(1.8rem, 4vw, 3rem);
  border-radius: 26px;
  background: #f3f7fb;
  border: 1px solid #dfe8f1;
}

.hl-confirm-close h2 {
  max-width: 760px;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
}

.hl-confirm-close__inner > a {
  flex: 0 0 auto;
  padding: .9rem 1.15rem;
  border: 2px solid var(--hl-contact-red);
  border-radius: 11px;
  background: var(--hl-contact-red);
  color: #fff;
  font-weight: 850;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease;
}

.hl-confirm-close__inner > a:hover,
.hl-confirm-close__inner > a:focus-visible {
  background: #fff;
  color: var(--hl-contact-red);
}

@media (max-width: 980px) {
  .hl-contact-hero__grid,
  .hl-contact-conversion__grid,
  .hl-confirm-hero__grid,
  .hl-confirm-prepare__grid {
    grid-template-columns: 1fr;
  }

  .hl-contact-clinic-panel {
    position: static;
  }

  .hl-contact-doctor__card {
    grid-template-columns: 130px 1fr;
  }

  .hl-contact-doctor__portrait img {
    width: 130px;
    height: 130px;
  }

  .hl-contact-doctor__admin {
    grid-column: 1 / -1;
    padding: 1rem 0 0;
    border-left: 0;
    border-top: 1px solid #d6e1eb;
  }

  .hl-confirm-social__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hl-confirm-social-card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .hl-contact-shell,
  .hl-confirm-shell {
    width: min(100% - 1.2rem, 1240px);
  }

  .hl-contact-hero {
    padding-top: 3.2rem;
  }

  .hl-contact-hero h1,
  .hl-confirm-hero h1 {
    font-size: clamp(2.6rem, 12vw, 4rem);
  }

  .hl-contact-hero__actions,
  .hl-contact-form,
  .hl-contact-steps__grid,
  .hl-confirm-steps__grid,
  .hl-confirm-social__grid,
  .hl-confirm-featured-video {
    grid-template-columns: 1fr;
  }

  .hl-contact-quick--form,
  .hl-confirm-social-card:last-child {
    grid-column: auto;
    width: 100%;
  }

  .hl-contact-field--full,
  .hl-contact-form__privacy-note,
  .hl-contact-consent,
  .hl-contact-form__submit {
    grid-column: auto;
  }

  .hl-contact-facts div {
    grid-template-columns: 42px 1fr;
  }

  .hl-contact-form-card,
  .hl-contact-clinic-panel,
  .hl-confirm-hero__aside {
    border-radius: 20px;
  }

  .hl-contact-doctor__card {
    grid-template-columns: 92px 1fr;
    gap: 1rem;
  }

  .hl-contact-doctor__portrait img {
    width: 92px;
    height: 92px;
    border-radius: 15px;
  }

  .hl-contact-doctor__copy h2 {
    font-size: 1.55rem;
  }

  .hl-contact-doctor__copy p:not(.hl-contact-eyebrow) {
    grid-column: 1 / -1;
  }

  .hl-confirm-close__inner {
    display: grid;
    align-items: start;
  }

  .hl-confirm-close__inner > a {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hl-contact-quick,
  .hl-contact-form__submit,
  .hl-confirm-social-card {
    transition: none;
  }
}

/* v0.20.1 conversion polish: stronger CTAs, brand-safe hover states and white social actions. */
body.hl-contact-page .hl-contact-quick,
body.hl-contact-page .hl-contact-quick:hover,
body.hl-contact-page .hl-contact-quick:focus-visible {
  text-decoration: none !important;
}

body.hl-contact-page .hl-contact-quick--phone:hover,
body.hl-contact-page .hl-contact-quick--phone:focus-visible {
  color: #fff !important;
  border-color: rgba(255,255,255,.42) !important;
  background: rgba(255,255,255,.14) !important;
}

body.hl-contact-page .hl-contact-quick--phone:hover small,
body.hl-contact-page .hl-contact-quick--phone:focus-visible small,
body.hl-contact-page .hl-contact-quick--phone:hover strong,
body.hl-contact-page .hl-contact-quick--phone:focus-visible strong {
  color: #fff !important;
}

body.hl-contact-page .hl-contact-quick--form {
  width: min(100%, 440px);
  min-height: 94px;
  padding: 1.08rem 1.3rem;
  border-width: 2px;
  box-shadow: 0 18px 40px rgba(214,23,71,.28);
}

body.hl-contact-page .hl-contact-quick--form small {
  color: #fff !important;
  font-size: .9rem;
  font-weight: 820;
  letter-spacing: .005em;
  line-height: 1.25;
}

body.hl-contact-page .hl-contact-quick--form strong {
  color: #fff !important;
  font-size: 1.14rem;
  font-weight: 900;
  line-height: 1.18;
}

body.hl-contact-page .hl-contact-quick__icon--callback {
  flex-basis: 48px;
  width: 48px;
  height: 48px;
  background: #fff !important;
  color: var(--hl-contact-red) !important;
  box-shadow: 0 6px 18px rgba(74,7,26,.18);
}

body.hl-contact-page .hl-contact-quick__icon--callback svg {
  display: block;
  width: 25px;
  height: 25px;
  color: inherit !important;
}

body.hl-contact-page .hl-contact-quick--form:hover,
body.hl-contact-page .hl-contact-quick--form:focus-visible {
  background: #fff !important;
  border-color: #fff !important;
  color: var(--hl-contact-red) !important;
  box-shadow: 0 18px 42px rgba(3,29,56,.18);
}

body.hl-contact-page .hl-contact-quick--form:hover small,
body.hl-contact-page .hl-contact-quick--form:focus-visible small,
body.hl-contact-page .hl-contact-quick--form:hover strong,
body.hl-contact-page .hl-contact-quick--form:focus-visible strong {
  color: var(--hl-contact-red) !important;
}

body.hl-contact-page .hl-contact-quick--form:hover .hl-contact-quick__icon--callback,
body.hl-contact-page .hl-contact-quick--form:focus-visible .hl-contact-quick__icon--callback {
  background: var(--hl-contact-red) !important;
  color: #fff !important;
}

/* The form submit is the primary conversion action on this page. */
body.hl-contact-page .hl-contact-form__submit {
  justify-self: start;
  justify-content: center;
  width: min(100%, 460px);
  min-height: 70px;
  gap: .9rem;
  padding: 1rem 1.35rem;
  border: 2px solid var(--hl-contact-red) !important;
  border-radius: 15px;
  background: var(--hl-contact-red) !important;
  color: #fff !important;
  font-size: 1.14rem;
  font-weight: 900;
  letter-spacing: -.01em;
  box-shadow: 0 18px 38px rgba(214,23,71,.26);
}

body.hl-contact-page .hl-contact-form__submit > span:first-child {
  color: inherit !important;
}

body.hl-contact-page .hl-contact-form__submit > span:last-child {
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255,255,255,.16);
  color: #fff !important;
  font-size: 1.2rem;
  line-height: 1;
}

body.hl-contact-page .hl-contact-form__submit:hover,
body.hl-contact-page .hl-contact-form__submit:focus-visible {
  transform: translateY(-2px);
  border-color: var(--hl-contact-red) !important;
  background: #fff !important;
  color: var(--hl-contact-red) !important;
  box-shadow: 0 16px 34px rgba(16,47,83,.12);
}

body.hl-contact-page .hl-contact-form__submit:hover > span:last-child,
body.hl-contact-page .hl-contact-form__submit:focus-visible > span:last-child {
  background: var(--hl-contact-red) !important;
  color: #fff !important;
}

/* Never allow global/plugin green hover colors to leak into contact CTAs. */
body.hl-contact-page .hl-contact-clinic-card a:hover,
body.hl-contact-page .hl-contact-clinic-card a:focus-visible,
body.hl-contact-page .hl-contact-clinic-card a:hover span,
body.hl-contact-page .hl-contact-clinic-card a:focus-visible span,
body.hl-contact-page .hl-contact-clinic-card a:hover strong,
body.hl-contact-page .hl-contact-clinic-card a:focus-visible strong {
  color: #fff !important;
}

body.hl-contact-page .hl-contact-doctor__copy > a:hover,
body.hl-contact-page .hl-contact-doctor__copy > a:focus-visible,
body.hl-contact-page .hl-contact-doctor__admin a:hover,
body.hl-contact-page .hl-contact-doctor__admin a:focus-visible {
  color: var(--hl-contact-red) !important;
}

/* Confirmation social section: white icons + white calls to action in every state. */
body.hl-confirm-page .hl-confirm-social-card,
body.hl-confirm-page .hl-confirm-social-card:visited,
body.hl-confirm-page .hl-confirm-social-card:hover,
body.hl-confirm-page .hl-confirm-social-card:focus-visible {
  color: #fff !important;
  text-decoration: none !important;
}

body.hl-confirm-page .hl-confirm-social-card__icon {
  width: 52px;
  height: 52px;
  background: rgba(255,255,255,.12) !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.28);
}

body.hl-confirm-page .hl-confirm-social-card__icon svg {
  display: block;
  width: 27px;
  height: 27px;
  color: #fff !important;
}

body.hl-confirm-page .hl-confirm-social-card strong,
body.hl-confirm-page .hl-confirm-social-card strong span,
body.hl-confirm-page .hl-confirm-social-card:hover strong,
body.hl-confirm-page .hl-confirm-social-card:focus-visible strong,
body.hl-confirm-page .hl-confirm-social-card:hover strong span,
body.hl-confirm-page .hl-confirm-social-card:focus-visible strong span {
  color: #fff !important;
}

body.hl-confirm-page .hl-confirm-social-card strong {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  font-size: .94rem;
  font-weight: 900;
}

body.hl-confirm-page .hl-confirm-social-card:hover,
body.hl-confirm-page .hl-confirm-social-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(16,47,83,.16);
}

@media (max-width: 600px) {
  body.hl-contact-page .hl-contact-quick--form,
  body.hl-contact-page .hl-contact-form__submit {
    width: 100%;
  }

  body.hl-contact-page .hl-contact-form__submit {
    font-size: 1.06rem;
  }
}
