.hd-contact {
  background:
    radial-gradient(circle at 88% 8%, rgba(144, 190, 52, 0.12), transparent 32%),
    radial-gradient(circle at 12% 82%, rgba(144, 190, 52, 0.06), transparent 30%),
    linear-gradient(135deg, #1f242b 0%, #252a31 48%, #1d2228 100%);
  color: #fff;
  overflow: hidden;
}

.hd-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.hd-eyebrow {
  margin: 0 0 14px;
  color: #8fbd38;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.hd-contact-hero {
  padding: 150px 0 76px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(circle at 80% 30%, rgba(143,189,56,.14), transparent 32%),
    rgba(255,255,255,.015);
}

.hd-contact-hero h1 {
  max-width: 850px;
  margin: 0;
  font-family: "Archivo Black", Arial, sans-serif;
  font-size: clamp(44px, 6vw, 86px);
  line-height: .96;
  text-transform: uppercase;
  letter-spacing: -2px;
}

.hd-contact-hero h1::after,
.hd-contact-info h2::after,
.hd-contact-formbox h2::after,
.hd-map-placeholder h2::after {
  content: "";
  display: block;
  width: 52px;
  height: 3px;
  background: #8fbd38;
  margin-top: 18px;
}

.hd-contact-hero p:last-child {
  max-width: 660px;
  margin: 26px 0 0;
  color: rgba(255,255,255,.78);
  font-size: 18px;
  line-height: 1.75;
}

.hd-contact-main {
  padding: 86px 0;
}

.hd-contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 54px;
  align-items: start;
}

.hd-contact-info,
.hd-contact-formbox {
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  background: rgba(20,24,29,.64);
  box-shadow: 0 24px 70px rgba(0,0,0,.18);
}

.hd-contact-info {
  padding: 36px;
}

.hd-contact-formbox {
  padding: 36px;
}

.hd-contact-info h2,
.hd-contact-formbox h2,
.hd-map-placeholder h2 {
  margin: 0;
  font-family: "Archivo Black", Arial, sans-serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.05;
  text-transform: uppercase;
}

.hd-contact-info > p:not(.hd-eyebrow) {
  margin: 24px 0 30px;
  color: rgba(255,255,255,.76);
  font-size: 16px;
  line-height: 1.8;
}

.hd-contact-cards {
  display: grid;
  gap: 16px;
}

.hd-contact-card {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 10px;
  background: rgba(255,255,255,.025);
  color: #fff;
  text-decoration: none;
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.hd-contact-card:hover {
  transform: translateY(-3px);
  border-color: rgba(143,189,56,.55);
  background: rgba(143,189,56,.06);
}

.hd-contact-card span {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #8fbd38;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  line-height: 1;
  box-shadow:
    0 0 0 7px rgba(143,189,56,.07),
    0 0 28px rgba(143,189,56,.25);
}

.hd-contact-card strong {
  display: block;
  font-family: "Archivo Black", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 5px;
}

.hd-contact-card p {
  margin: 0;
  color: rgba(255,255,255,.72);
  line-height: 1.5;
}

.hd-cf7-placeholder {
  margin-top: 28px;
}

.hd-form-preview {
  min-height: 360px;
  padding: 26px;
  border: 1px dashed rgba(143,189,56,.45);
  border-radius: 10px;
  background: rgba(255,255,255,.025);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hd-form-preview p {
  margin: 0 0 10px;
  color: #8fbd38;
  font-family: "Archivo Black", Arial, sans-serif;
  text-transform: uppercase;
}

.hd-form-preview small {
  color: rgba(255,255,255,.65);
  line-height: 1.7;
}

.hd-contact-map {
  padding: 0 0 86px;
}

.hd-map-placeholder {
  min-height: 320px;
  padding: 42px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  background:
    radial-gradient(circle at 85% 35%, rgba(143,189,56,.12), transparent 28%),
    rgba(20,24,29,.64);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hd-map-placeholder span {
  color: #8fbd38;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.8px;
}

.hd-map-placeholder p {
  max-width: 620px;
  color: rgba(255,255,255,.72);
  line-height: 1.7;
}

@media (max-width: 900px) {
  .hd-container {
    width: min(100% - 28px, 1180px);
  }

  .hd-contact-hero {
    padding: 120px 0 64px;
  }

  .hd-contact-hero h1 {
    font-size: clamp(40px, 12vw, 64px);
    letter-spacing: -1px;
  }

  .hd-contact-main {
    padding: 64px 0;
  }

  .hd-contact-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .hd-contact-info,
  .hd-contact-formbox {
    padding: 26px;
  }

  .hd-contact-card {
    grid-template-columns: 48px 1fr;
    padding: 16px;
  }

  .hd-contact-card span {
    width: 48px;
    height: 48px;
    font-size: 22px;
  }

  .hd-contact-map {
    padding-bottom: 64px;
  }

  .hd-map-placeholder {
    min-height: 260px;
    padding: 28px;
  }
}

@media (max-width: 480px) {
  .hd-contact-card {
    grid-template-columns: 1fr;
  }

  .hd-contact-card span {
    margin-bottom: 4px;
  }
}