.root-hero {
  min-height: calc(100vh - 57px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #FFFCF8 0%, #F5EDE0 50%, #EDD9C0 100%);
  padding: 2rem 1rem;
}

.root-hero-content {
  text-align: center;
  max-width: 36rem;
}

.root-hero-title {
  font-size: 3rem;
  font-weight: 800;
  color: #1f2937;
  line-height: 1.15;
  margin-bottom: 1.25rem;
  letter-spacing: -0.02em;
}

.root-hero-tagline {
  font-size: 1.2rem;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.root-hero-cta {
  display: inline-block;
  background: #c2410c;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: background 0.15s ease;
}

.root-hero-cta:hover {
  background: #9a3412;
}
