/* CTA-focused homepage hero. Keeps the existing MPR navy, green and blue palette. */

:root {
  --mpr-navy: #0e2330;
  --mpr-navy-deep: #091923;
  --mpr-green: #6b8e79;
  --mpr-green-dark: #557363;
  --mpr-blue: #0ea5e9;
  --mpr-ink: #0f172a;
  --mpr-paper: #f7faf8;
  --mpr-line: rgba(14, 35, 48, .14);
}

.mpr-utility-bar {
  background: var(--mpr-green);
  color: #fff;
  position: relative;
  z-index: 10001;
}

.mpr-utility-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 3vw, 42px);
  padding: 8px 20px;
  font: 700 11px/1.2 Roboto, system-ui, sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.mpr-utility-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

.mpr-utility-icon {
  display: inline-grid;
  place-items: center;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 50%;
  font-size: 10px;
}

.hero--mpr {
  min-height: 0;
  background-color: var(--mpr-navy);
  background-image:
    linear-gradient(90deg, rgba(9, 25, 35, .98) 0%, rgba(14, 35, 48, .94) 37%, rgba(14, 35, 48, .76) 67%, rgba(14, 35, 48, .92) 100%),
    url("/img/hero-main-image-new.png");
  background-size: cover;
  background-position: center center;
  overflow: visible;
}

.hero--mpr::before {
  background: linear-gradient(180deg, rgba(9, 25, 35, .08), rgba(9, 25, 35, .26));
}

.hero--mpr .hero__inner {
  width: 100%;
  max-width: 1320px;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: clamp(34px, 5vw, 78px);
  align-items: center;
  padding-top: clamp(58px, 8vw, 98px);
  padding-bottom: clamp(70px, 9vw, 112px);
}

.hero--mpr .hero__content {
  max-width: 710px;
  color: #fff;
  position: relative;
  z-index: 2;
}

.hero__pretitle {
  margin: 0 0 15px;
  font: 700 clamp(11px, 1.3vw, 15px)/1.25 Roboto, system-ui, sans-serif;
  letter-spacing: .24em;
  color: #cfe3f0;
}

.hero__title {
  margin: 0;
  font: 800 clamp(3rem, 6.1vw, 5.95rem)/.9 "Peace Sans", Impact, sans-serif;
  letter-spacing: .01em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 5px 22px rgba(0, 0, 0, .28);
}

.hero__title span {
  display: block;
  margin-top: .12em;
  color: #eef6f9;
}

.hero__title em {
  color: #91c3a5;
  font-style: normal;
}

.hero__lede {
  max-width: 590px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, .86);
  font: 400 clamp(16px, 1.55vw, 20px)/1.5 Roboto, system-ui, sans-serif;
}

.hero__proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
  max-width: 660px;
  margin-top: 35px;
}

.hero__proof-item {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  min-width: 0;
  color: #fff;
}

.hero__proof-icon,
.mpr-trust-point__icon {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(145, 195, 165, .8);
  border-radius: 50%;
  color: #bfe1c8;
  font: 700 14px/1 Roboto, system-ui, sans-serif;
}

.hero__proof-item strong,
.hero__proof-item small {
  display: block;
}

.hero__proof-item strong {
  font: 700 13px/1.25 Roboto, system-ui, sans-serif;
  letter-spacing: .02em;
}

.hero__proof-item small {
  margin-top: 4px;
  color: rgba(255, 255, 255, .64);
  font: 400 11px/1.3 Roboto, system-ui, sans-serif;
}

.hero__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero--mpr .btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 20px;
  border-radius: 8px;
  font: 700 14px/1 Roboto, system-ui, sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.hero--mpr .btn--primary {
  background: var(--mpr-green);
  color: #fff;
  border: 1px solid var(--mpr-green);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
}

.hero--mpr .btn--primary:hover,
.hero--mpr .btn--primary:focus-visible {
  background: var(--mpr-green-dark);
  border-color: var(--mpr-green-dark);
  transform: translateY(-2px);
}

.hero--mpr .btn--ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .62);
  background: rgba(255, 255, 255, .04);
}

.hero--mpr .btn--ghost:hover,
.hero--mpr .btn--ghost:focus-visible {
  background: rgba(255, 255, 255, .12);
  border-color: #fff;
}

.hero--mpr .btn--block {
  width: 100%;
}

.hero-form-column {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 94px;
  align-items: center;
  gap: 13px;
  min-width: 0;
  z-index: 3;
}

.hero-form {
  width: 100%;
  max-width: 485px;
  justify-self: end;
  padding: clamp(22px, 3vw, 30px);
  color: var(--mpr-ink);
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 17px;
  box-shadow: 0 24px 70px rgba(3, 12, 18, .3);
}

.hero-form__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 13px;
}

.hero-form__tags span {
  padding: 7px 9px;
  border-radius: 3px;
  color: #fff;
  background: var(--mpr-navy);
  font: 800 10px/1 Roboto, system-ui, sans-serif;
  letter-spacing: .1em;
}

.hero-form__tags span:first-child {
  background: var(--mpr-green);
}

.hero-form h2 {
  margin: 0;
  color: var(--mpr-navy);
  font: 800 clamp(26px, 3vw, 37px)/.96 "Peace Sans", Impact, sans-serif;
  text-transform: uppercase;
}

.hero-form__intro {
  margin: 10px 0 20px;
  color: #4f626e;
  font: 400 14px/1.45 Roboto, system-ui, sans-serif;
}

.hero-form__progress {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--mpr-line);
}

.hero-form__progress span {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #8a9aa4;
  font: 700 10px/1.2 Roboto, system-ui, sans-serif;
}

.hero-form__progress span.is-current {
  color: var(--mpr-green-dark);
}

.hero-form__progress b {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 11px;
}

.hero-form.is-ready .hero-form__step:not(.is-active) {
  display: none;
}

.hero-form__field {
  margin-bottom: 14px;
}

.hero-form__field label {
  display: block;
  margin-bottom: 6px;
  color: var(--mpr-navy);
  font: 800 11px/1.2 Roboto, system-ui, sans-serif;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.hero-form__field label span {
  color: #7b8b94;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

.hero-form__field input,
.hero-form__field select,
.hero-form__field textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  resize: vertical;
  border: 1px solid #d8e0e4;
  border-radius: 7px;
  outline: none;
  background: #fbfcfc;
  color: var(--mpr-ink);
  font: 400 15px/1.4 Roboto, system-ui, sans-serif;
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.hero-form__field textarea {
  min-height: 106px;
}

.hero-form__field input:focus,
.hero-form__field select:focus,
.hero-form__field textarea:focus {
  border-color: var(--mpr-green);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(107, 142, 121, .16);
}

.hero-form__field.has-error input,
.hero-form__field.has-error select,
.hero-form__field.has-error textarea {
  border-color: #b84a4a;
}

.hero-form__error {
  display: none;
  margin-top: 5px;
  color: #a23838;
  font: 400 11px/1.25 Roboto, system-ui, sans-serif;
}

.hero-form__field.has-error .hero-form__error {
  display: block;
}

.hero-form__actions {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-top: 4px;
}

.hero-form__actions .btn {
  flex: 1;
}

.hero-form__actions .btn--ghost-dark {
  color: var(--mpr-navy);
  background: transparent;
  border: 1px solid #cbd5d9;
}

.hero-form__actions .btn--ghost-dark:hover,
.hero-form__actions .btn--ghost-dark:focus-visible {
  border-color: var(--mpr-green);
  background: #f1f6f2;
}

.hero-form__note {
  margin: 17px 0 0;
  color: #73838d;
  font: 400 11px/1.4 Roboto, system-ui, sans-serif;
  text-align: center;
}

.hero-form__status {
  min-height: 0;
  margin: 7px 0 0;
  color: var(--mpr-green-dark);
  font: 700 11px/1.4 Roboto, system-ui, sans-serif;
  text-align: center;
}

.hero-form__response {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  color: #fff;
  font: 400 17px/1.15 "Peace Sans", cursive;
  text-align: center;
  transform: rotate(-4deg);
}

.hero-form__response strong {
  display: block;
  color: #bfe1c8;
  font-weight: 400;
}

.hero-form__response-arrow {
  display: block;
  color: #bfe1c8;
  font: 400 46px/1 cursive;
  transform: rotate(9deg);
}

.mpr-trust-bar {
  position: relative;
  z-index: 5;
  background: #fff;
}

.mpr-trust-bar__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  min-height: 116px;
  margin-top: -38px;
  padding: 22px 28px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(14, 35, 48, .16);
}

.mpr-trust-point {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 0 20px;
  border-right: 1px solid #dbe3e4;
}

.mpr-trust-point:first-child {
  padding-left: 0;
}

.mpr-trust-point:last-child {
  padding-right: 0;
  border-right: 0;
}

.mpr-trust-point__icon {
  color: var(--mpr-green-dark);
  border-color: rgba(107, 142, 121, .5);
}

.mpr-trust-point strong,
.mpr-trust-point small {
  display: block;
}

.mpr-trust-point strong {
  color: var(--mpr-navy);
  font: 800 13px/1.25 Roboto, system-ui, sans-serif;
  text-transform: uppercase;
}

.mpr-trust-point small {
  margin-top: 4px;
  color: #667783;
  font: 400 11px/1.3 Roboto, system-ui, sans-serif;
}

.mpr-service-area {
  color: #fff;
  background: var(--mpr-navy);
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.mpr-service-area__inner {
  display: grid;
  grid-template-columns: minmax(220px, .8fr) minmax(0, 1.5fr) auto;
  gap: 28px;
  align-items: center;
  min-height: 150px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.mpr-service-area__lead {
  padding-left: 20px;
  border-left: 4px solid var(--mpr-green);
}

.mpr-service-area__eyebrow {
  display: block;
  margin-bottom: 6px;
  color: #a7c5b1;
  font: 700 11px/1.2 Roboto, system-ui, sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.mpr-service-area__lead strong {
  display: block;
  color: #fff;
  font: 800 clamp(20px, 2.2vw, 30px)/.96 "Peace Sans", Impact, sans-serif;
  text-transform: uppercase;
}

.mpr-service-area__locations {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px 20px;
}

.mpr-service-area__locations span {
  color: rgba(255, 255, 255, .82);
  font: 500 13px/1.3 Roboto, system-ui, sans-serif;
}

.mpr-service-area__locations span::before {
  content: "✓";
  display: inline-block;
  margin-right: 7px;
  color: #a7c5b1;
  font-weight: 700;
}

.mpr-service-area__link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 7px;
  color: #fff;
  font: 700 12px/1.25 Roboto, system-ui, sans-serif;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
}

.mpr-service-area__link:hover,
.mpr-service-area__link:focus-visible {
  background: rgba(255, 255, 255, .1);
  border-color: #fff;
}

.hero--mpr :focus-visible,
.mpr-service-area :focus-visible {
  outline: 3px solid #bfe1c8;
  outline-offset: 3px;
}

@media (max-width: 1120px) {
  .hero--mpr .hero__inner {
    gap: 34px;
  }

  .hero-form-column {
    grid-template-columns: minmax(0, 1fr) 78px;
    gap: 9px;
  }

  .hero-form__response {
    font-size: 15px;
  }

  .mpr-trust-point {
    padding-inline: 12px;
  }
}

@media (max-width: 900px) {
  .mpr-utility-inner {
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .mpr-utility-inner::-webkit-scrollbar {
    display: none;
  }

  .hero--mpr .hero__inner {
    grid-template-columns: 1fr;
    padding-top: 58px;
    padding-bottom: 82px;
  }

  .hero--mpr .hero__content {
    max-width: 760px;
  }

  .hero-form-column {
    grid-template-columns: minmax(0, 1fr) minmax(110px, 145px);
    max-width: 650px;
  }

  .mpr-trust-bar__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 0;
    margin-top: -28px;
  }

  .mpr-trust-point:nth-child(2) {
    border-right: 0;
  }

  .mpr-trust-point:nth-child(3),
  .mpr-trust-point:nth-child(4) {
    padding-top: 15px;
    border-top: 1px solid #dbe3e4;
  }

  .mpr-service-area__inner {
    grid-template-columns: 1fr 1.4fr;
  }

  .mpr-service-area__link {
    display: none;
  }
}

@media (max-width: 620px) {
  .mpr-utility-inner {
    min-height: 34px;
    padding: 7px 16px;
    gap: 20px;
    font-size: 9px;
  }

  .mpr-utility-item {
    gap: 5px;
  }

  .mpr-utility-icon {
    width: 14px;
    height: 14px;
    font-size: 9px;
  }

  .hero--mpr .hero__inner {
    padding-top: 45px;
    padding-bottom: 64px;
  }

  .hero__pretitle {
    margin-bottom: 12px;
    font-size: 10px;
    letter-spacing: .17em;
  }

  .hero__title {
    font-size: clamp(2.55rem, 13vw, 4.5rem);
  }

  .hero__lede {
    margin-top: 20px;
    font-size: 16px;
  }

  .hero__proof-grid {
    grid-template-columns: 1fr;
    gap: 13px;
    margin-top: 25px;
  }

  .hero__proof-item small {
    font-size: 12px;
  }

  .hero__cta-row {
    flex-direction: column;
    margin-top: 27px;
  }

  .hero__cta-row .btn {
    width: 100%;
  }

  .hero-form-column {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    max-width: none;
  }

  .hero-form {
    max-width: none;
    padding: 22px 18px;
    border-radius: 14px;
  }

  .hero-form__response {
    order: -1;
    flex-direction: row;
    justify-content: center;
    gap: 4px;
    margin-bottom: 6px;
    transform: none;
    font-size: 16px;
  }

  .hero-form__response strong {
    display: inline;
    margin-left: 4px;
  }

  .hero-form__response-arrow {
    font-size: 31px;
    transform: rotate(-43deg);
  }

  .hero-form h2 {
    font-size: 30px;
  }

  .hero-form__progress span {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    font-size: 9px;
  }

  .hero-form__actions .btn {
    padding-inline: 12px;
    font-size: 12px;
  }

  .mpr-trust-bar__inner {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: -20px;
    padding: 10px 18px;
  }

  .mpr-trust-point,
  .mpr-trust-point:first-child,
  .mpr-trust-point:last-child {
    min-height: 71px;
    padding: 12px 0;
    border-right: 0;
    border-bottom: 1px solid #dbe3e4;
  }

  .mpr-trust-point:last-child {
    border-bottom: 0;
  }

  .mpr-trust-point:nth-child(3),
  .mpr-trust-point:nth-child(4) {
    padding-top: 12px;
    border-top: 0;
  }

  .mpr-service-area__inner {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-top: 33px;
    padding-bottom: 34px;
  }

  .mpr-service-area__locations {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero--mpr .btn,
  .hero-form__field input,
  .hero-form__field select,
  .hero-form__field textarea {
    transition: none;
  }
}
