.home-page .hero-kicker,
.home-page .hero-purpose-text,
.home-page .hero-trust-row,
.home-page .home-ad-network.hero-side,
.home-page .home-sponsor-strip {
  display: none !important;
}

.home-page .hero-content-panel {
  align-content: center !important;
  align-items: center !important;
  grid-template-columns: minmax(0, 1fr) !important;
  padding-bottom: 0 !important;
  padding-top: 100px !important;
}

.home-page .hero-search-panel {
  backdrop-filter: blur(0.6px);
  background: rgb(15 23 42 / 38%);
  border-radius: 12px;
  justify-self: center;
  max-width: 760px;
  padding: 16px 18px 18px;
  text-align: center;
  width: 100%;
}

.home-page .hero-search-panel h1 {
  font-size: 34px !important;
  line-height: 1.2;
  margin-bottom: 22px;
  max-width: none;
  white-space: nowrap;
}

.home-page .banner-overlay-search button {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  min-width: 96px;
  padding: 12px 16px !important;
  text-align: center;
}

.home-page .banner-overlay-search {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 601px) {
  .home-page .banner-overlay-search button {
    margin: 6px 6px 6px 0;
  }
}

.home-page .hero-copy {
  aspect-ratio: var(--home-hero-poster-ratio, 32 / 15);
  background-color: #111827;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: auto !important;
  min-height: 0 !important;
}

@media (max-width: 600px) {
  .home-page .hero-copy {
    aspect-ratio: auto;
    min-height: 420px !important;
  }

  .home-page .hero-search-panel {
    padding: 12px;
  }

  .home-page .hero-search-panel h1 {
    font-size: clamp(13px, 4.2vw, 20px) !important;
    margin-bottom: 18px;
  }
}

.home-page .metric-strip .shape-front h4 {
  font-size: 24px;
}
