/* Hero v19 — Zen Minimal */

.hero-v19 {
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(3rem, 8vw, 6rem) 1.5rem;
  background-color: var(--background-color, #fafafa);
  background-image: var(--background-image, none), linear-gradient(180deg, #fafafa 0%, #f4f4f5 100%);
  background-size: cover, auto;
}

.hero-v19-inner {
  max-width: 480px;
  width: 100%;
  text-align: center;
}

.hero-v19 .hero-title {
  font-size: clamp(2.5rem, 7vw, 3.75rem);
  font-weight: 300;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 0 0 1.25rem;
  color: var(--text-color, #171717);
}

.hero-v19 .hero-subtitle {
  font-size: 1.1rem;
  line-height: 1.65;
  font-weight: 400;
  opacity: 0.72;
  margin: 0 0 2.5rem;
  color: var(--text-color, #171717);
}

.hero-v19-cta {
  justify-content: center;
  margin-bottom: 2rem;
}

.hero-v19-cta .hero-btn-primary {
  padding: 1rem 3rem;
  border-radius: 999px;
  font-weight: 600;
}

.hero-v19-note {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.55;
  margin: 0;
  color: var(--text-color, #171717);
}
