.info-hero {
  position: relative;
  min-height: min(560px, 72svh);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #000;
}

.info-hero__media {
  position: absolute;
  inset: 0;
}

.info-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.48) 46%, rgba(0, 0, 0, 0.2));
}

.info-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info-hero__container {
  position: relative;
  z-index: 2;
}

.info-hero__content {
  max-width: 660px;
  padding: 76px 0 54px;
  color: #fff;
}

.info-eyebrow {
  display: block;
  margin-bottom: 18px;
  color: #ff9f0f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 8px;
  line-height: 1.4;
  text-transform: uppercase;
}

.info-hero h1 {
  margin-bottom: 22px;
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.info-hero p {
  max-width: 590px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.55;
}

.info-hero .bttn {
  width: max-content;
  margin-top: 34px;
}

.info-page-head {
  padding: 42px 0 28px;
  background: #fff;
  text-align: center;
}

.info-page-head__container {
  max-width: 680px;
  margin: 0 auto;
}

.info-page-head h1 {
  margin-bottom: 10px;
  color: #000;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.12;
  text-transform: uppercase;
}

.info-page-head p {
  max-width: 620px;
  margin: 0 auto;
  color: #555;
  font-size: 15px;
  line-height: 1.55;
}

.info-section {
  padding: 82px 0;
  background: #fff;
}

.info-page-head + .info-section {
  padding-top: 44px;
}

.info-section--intro {
  padding-bottom: 74px;
}

.info-split {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 72px;
  align-items: start;
}

.info-split__main h2,
.info-section-head h2,
.info-cta-line h2 {
  margin-bottom: 24px;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}

.info-split__main .txt-editor {
  max-width: 760px;
  color: #252525;
  font-size: 16px;
  line-height: 1.7;
}

.info-facts {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #d9d9d9;
}

.info-facts li {
  padding: 22px 0;
  border-bottom: 1px solid #d9d9d9;
}

.info-facts strong {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.info-facts span {
  display: block;
  color: #555;
  font-size: 14px;
  line-height: 1.55;
}

.info-band {
  padding: 76px 0;
  background: #f5f5f5;
}

.info-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}

.info-value {
  border-top: 3px solid #ff9f0f;
  padding-top: 24px;
}

.info-value span {
  display: block;
  margin-bottom: 20px;
  color: #ff9f0f;
  font-size: 14px;
  font-weight: 800;
}

.info-value h3 {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
}

.info-value p {
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}

.info-section-head {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

.info-section-head--quiet {
  max-width: 680px;
  margin-bottom: 30px;
}

.info-section-head p {
  color: #555;
  font-size: 15px;
  line-height: 1.65;
}

.info-section-head--quiet p {
  font-size: 16px;
}

.info-partners-text {
  max-width: 820px;
  margin: -8px auto 48px;
  color: #252525;
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
}

.info-partners-text a {
  color: #ff9f0f;
  font-weight: 800;
}

.info-map-wrap {
  min-height: 460px;
  margin-bottom: 36px;
  border: 1px solid #d9d9d9;
  overflow: hidden;
}

.info-map-wrap .wpgmza_map,
.info-map-wrap [data-map-id] {
  min-height: 460px !important;
}

.info-map-fallback {
  min-height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  color: #555;
  background: #f5f5f5;
}

.info-map-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  margin-bottom: 56px;
}

.info-map-note {
  position: relative;
  padding-left: 24px;
}

.info-map-note::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.info-map-note--green::before {
  background: #3e8c28;
}

.info-map-note--red::before {
  background: #d85140;
}

.info-map-note h3 {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

.info-map-note p,
.info-map-note .txt-editor {
  color: #333;
  font-size: 14px;
  line-height: 1.65;
}

.info-map-note--green p,
.info-map-note--green .txt-editor {
  color: #2e7d1f;
}

.info-map-note--red p,
.info-map-note--red .txt-editor {
  color: #d85140;
}

.info-cta-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-top: 40px;
  border-top: 1px solid #d9d9d9;
}

.info-cta-line h2 {
  max-width: 620px;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .info-hero {
    min-height: 520px;
  }

  .info-hero__media::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.52));
  }

  .info-hero__content {
    padding: 68px 0 46px;
  }

  .info-eyebrow {
    letter-spacing: 5px;
  }

  .info-hero p {
    font-size: 16px;
  }

  .info-page-head {
    padding: 34px 0 22px;
  }

  .info-section,
  .info-band {
    padding: 58px 0;
  }

  .info-split,
  .info-map-grid,
  .info-cta-line {
    grid-template-columns: 1fr;
  }

  .info-split {
    gap: 38px;
  }

  .info-values {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .info-cta-line {
    display: grid;
    align-items: start;
  }

  .info-map-wrap,
  .info-map-wrap .wpgmza_map,
  .info-map-wrap [data-map-id],
  .info-map-fallback {
    min-height: 380px !important;
  }
}

@media (max-width: 599px) {
  .info-hero {
    min-height: 470px;
  }

  .info-hero h1 {
    font-size: 40px;
  }

  .info-page-head {
    padding: 28px 0 18px;
  }

  .info-page-head h1 {
    font-size: 30px;
  }

  .info-page-head p {
    font-size: 14px;
  }

  .info-split__main h2,
  .info-section-head h2,
  .info-cta-line h2 {
    font-size: 28px;
  }

  .info-hero .bttn,
  .info-cta-line .bttn {
    width: 100%;
  }
}
