/* HDPR v2.9 — contact labels removed and vertical section padding reduced 50%.
   Contact-page-only rules. No image files are changed. */

.contact-page .relationship-footer-section,
.contact-page .hdp-footer-cta {
  display: none !important;
}

.contact-page .hdpr-contact-hero {
  background-position: center top !important;
  border-bottom: 0;
}

.hdpr-contact-intro {
  background: #fff;
  padding: clamp(17px, 2.25vw, 36px) 0 clamp(15px, 2vw, 31px);
}

.hdpr-contact-intro-inner,
.hdpr-contact-actions-inner,
.hdpr-contact-closing-inner {
  max-width: 980px;
}

.hdpr-contact-intro h1 {
  max-width: 900px;
  margin: 0;
  color: #111827;
  font-size: clamp(3rem, 6vw, 5.8rem);
  line-height: .95;
  letter-spacing: -.065em;
}

.hdpr-contact-intro p {
  max-width: 850px;
  margin: 22px 0 0;
  color: #46556a;
  font-size: clamp(1.08rem, 1.7vw, 1.42rem);
  line-height: 1.5;
  font-weight: 650;
}

.hdpr-contact-actions-section {
  background: #f4f6f9;
  padding: clamp(22px, 2.5vw, 39px) 0;
  border-top: 1px solid #dfe5ed;
}

.hdpr-contact-actions-inner {
  display: grid;
  gap: 15px;
}

.hdpr-contact-copy h2 {
  max-width: 820px;
  margin: 0;
  color: #111827;
  font-size: clamp(2.35rem, 4.5vw, 4.4rem);
  line-height: 1;
  letter-spacing: -.055em;
}

.hdpr-contact-copy p {
  max-width: 840px;
  margin: 18px 0 0;
  color: #536176;
  font-size: clamp(1rem, 1.45vw, 1.24rem);
  line-height: 1.62;
}

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

.hdpr-contact-action {
  min-height: 112px;
  border: 2px solid #cbd4df;
  border-radius: 18px;
  background: #fff;
  color: #111827;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 5px;
  padding: 22px 24px;
  box-shadow: 0 12px 28px rgba(17, 24, 39, .06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.hdpr-contact-action:hover {
  transform: translateY(-2px);
  border-color: #9aa8ba;
  box-shadow: 0 16px 34px rgba(17, 24, 39, .1);
}

.hdpr-contact-action span,
.hdpr-contact-action-label {
  color: #637083;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hdpr-contact-action strong {
  color: inherit;
  font-size: clamp(1.08rem, 1.6vw, 1.38rem);
  line-height: 1.18;
}

.hdpr-contact-action-primary {
  background: #ed1c24;
  border-color: #ed1c24;
  color: #fff;
}

.hdpr-contact-action-primary span {
  color: rgba(255, 255, 255, .78);
}

.hdpr-contact-action-primary:hover {
  border-color: #d01219;
  background: #d9171e;
}

.hdpr-contact-action-split {
  padding: 0;
  overflow: hidden;
  gap: 0;
}

.hdpr-contact-action-split:hover {
  transform: none;
}

.hdpr-contact-action-label {
  width: 100%;
  padding: 18px 22px 10px;
}

.hdpr-contact-split-links {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #dce2ea;
}

.hdpr-contact-split-links a {
  min-height: 52px;
  display: grid;
  place-items: center;
  color: #111827;
  font-weight: 900;
  text-decoration: none;
}

.hdpr-contact-split-links a + a {
  border-left: 1px solid #dce2ea;
}

.hdpr-contact-split-links a:hover {
  background: #111827;
  color: #fff;
}

.hdpr-contact-proof {
  margin: 0;
  color: #364153;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 14px;
  font-size: clamp(.9rem, 1.1vw, 1rem);
  font-weight: 850;
  letter-spacing: .015em;
}

.hdpr-contact-proof i {
  color: #ed1c24;
  font-style: normal;
}

.hdpr-contact-closing {
  background: linear-gradient(135deg, #050914 0%, #111827 62%, #1e293b 100%);
  color: #fff;
  padding: clamp(25px, 3vw, 46px) 0;
}


.hdpr-contact-closing h2 {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.65rem, 5.5vw, 5.4rem);
  line-height: .98;
  letter-spacing: -.06em;
}

.hdpr-contact-closing p {
  max-width: 840px;
  margin: 20px 0 0;
  color: #d7e0eb;
  font-size: clamp(1.05rem, 1.55vw, 1.32rem);
  line-height: 1.6;
}

.contact-page .hdp-site-footer {
  border-top: 1px solid rgba(255,255,255,.1);
}

@media (max-width: 860px) {
  .hdpr-contact-actions {
    grid-template-columns: 1fr;
  }

  .hdpr-contact-action {
    min-height: 96px;
  }
}

@media (max-width: 640px) {
  .contact-page .hdpr-contact-hero {
    height: 230px;
  }

  .hdpr-contact-intro {
    padding: 17px 0 19px;
  }

  .hdpr-contact-intro h1 {
    font-size: clamp(3rem, 14vw, 4.5rem);
  }

  .hdpr-contact-actions-section {
    padding: 21px 0;
  }

  .hdpr-contact-actions-inner {
    gap: 12px;
  }

  .hdpr-contact-action {
    padding: 20px;
  }

  .hdpr-contact-action-split {
    padding: 0;
  }

  .hdpr-contact-proof {
    justify-content: flex-start;
    gap: 8px 10px;
  }

  .hdpr-contact-closing {
    padding: 25px 0 28px;
  }
}

/* HDPR v3.0 — explicit call options modal. */
.hdpr-contact-action[type="button"] {
  appearance: none;
  width: 100%;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

body.hdpr-modal-open {
  overflow: hidden;
}

.hdpr-call-modal[hidden] {
  display: none !important;
}

.hdpr-call-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 24px;
}

.hdpr-call-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 9, 20, .78);
  backdrop-filter: blur(7px);
}

.hdpr-call-dialog {
  position: relative;
  width: min(620px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  border: 1px solid #d6dde7;
  border-radius: 28px;
  background: #fff;
  padding: clamp(28px, 5vw, 48px);
  box-shadow: 0 28px 80px rgba(5, 9, 20, .38);
}

.hdpr-call-dialog h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(2.35rem, 6vw, 4rem);
  line-height: .98;
  letter-spacing: -.055em;
}

.hdpr-call-dialog > p {
  margin: 16px 0 0;
  color: #536176;
  font-size: 1.08rem;
  line-height: 1.55;
}

.hdpr-call-dialog-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: #eef2f6;
  color: #172033;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.hdpr-call-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 26px;
}

.hdpr-call-option {
  appearance: none;
  min-height: 92px;
  border: 2px solid #cbd4df;
  border-radius: 18px;
  background: #fff;
  color: #111827;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 5px;
  padding: 18px 20px;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.hdpr-call-option:hover,
.hdpr-call-option:focus-visible {
  border-color: #111827;
  outline: none;
}

.hdpr-call-option span {
  color: #637083;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hdpr-call-option strong {
  color: inherit;
  font-size: 1.08rem;
  line-height: 1.25;
}

.hdpr-call-option-primary {
  grid-column: 1 / -1;
  background: #ed1c24;
  border-color: #ed1c24;
  color: #fff;
}

.hdpr-call-option-primary span {
  color: rgba(255,255,255,.82);
}

.hdpr-call-share {
  grid-column: 1 / -1;
}

.hdpr-call-status {
  min-height: 1.5em;
  margin: 16px 0 0 !important;
  color: #18733a !important;
  font-weight: 800;
}

@media (max-width: 640px) {
  .hdpr-call-modal {
    align-items: end;
    padding: 12px;
  }

  .hdpr-call-dialog {
    width: 100%;
    max-height: calc(100vh - 24px);
    border-radius: 26px;
    padding: 32px 20px 24px;
  }

  .hdpr-call-options {
    grid-template-columns: 1fr;
  }

  .hdpr-call-option-primary,
  .hdpr-call-share {
    grid-column: auto;
  }
}
