
.clean-hero {
  min-height: auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr) !important;
  align-items: center !important;
  gap: 2rem !important;
  padding: 4.5rem 0 3rem !important;
  margin: 0 !important;
}

.clean-hero h1 {
  font-size: clamp(2.8rem, 6vw, 5.4rem) !important;
  line-height: .94 !important;
  letter-spacing: -.07em !important;
  margin: .35rem 0 1.2rem !important;
  max-width: 850px !important;
}

.clean-hero .hero-card {
  align-self: center !important;
  justify-self: end !important;
}

.clean-hero .hero-card h2 {
  margin-top: 0 !important;
}

.clean-hero .hero-visual,
.clean-hero .device-mockup,
.clean-hero .dashboard-mockup,
.clean-hero .phone-mockup,
.clean-hero .floating-card,
.clean-hero .stat-card {
  display: none !important;
}

@media (max-width: 920px) {
  .clean-hero {
    grid-template-columns: 1fr !important;
    padding: 3.25rem 0 2.5rem !important;
  }

  .clean-hero .hero-card {
    justify-self: start !important;
    max-width: 620px !important;
  }
}
