.hero__title {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 1rem;
  line-height: 1.1;
}

.hero__tagline {
  font-size: 1.25rem;
  color: var(--color-text-muted);
  margin: 0;
  max-width: 520px;
}

.hero__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--border-radius);
}

.hero__image--cover {
  max-height: 420px;
  object-fit: cover;
}

.hero__content {
  padding: 0;
}

.hero__cta {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
