/* Contact Page Hero */

.hero-contact {
  position: relative;
  margin-top: 74px;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 24px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

@media (min-width: 1025px) {
  .hero-contact {
    margin-top: 116px;
    min-height: 600px;
    padding: 100px 48px;
  }
}

.hero-contact .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.hero-contact .hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

/* Contact CTA */
.cta-section--contact .cta-subtitle--wide {
  max-width: 800px;
}

.cta-section--contact .cta-benefits-block {
  margin-top: 8px;
}

.cta-section--contact .cta-benefits-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 16px;
}

.cta-section--contact .cta-benefits {
  list-style: disc;
  list-style-position: outside;
  display: inline-block;
  margin: 0 auto;
  padding-left: 1.25rem;
  text-align: left;
}

.cta-section--contact .cta-benefits li {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  opacity: 0.9;
  margin-bottom: 8px;
}

.cta-section--contact .cta-benefits li:last-child {
  margin-bottom: 0;
}

.cta-section--contact .cta-buttons--wide {
  max-width: none;
}
