/* Hero v18 — Horizon Chips */

.hero-v18 {
  min-height: 86vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(2rem, 5vw, 4rem) 1.25rem;
  background-color: var(--background-color, #0f172a);
  background-image: var(--background-image, none), linear-gradient(180deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
  background-size: cover, auto;
}

.hero-v18-inner {
  text-align: center;
  max-width: 880px;
}

.hero-v18-eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent-color, #22d3ee);
  margin: 0 0 1rem;
}

.hero-v18-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.hero-v18-chip {
  padding: 0.45rem 1.1rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  border: 1px solid color-mix(in srgb, var(--accent-color, #22d3ee) 55%, transparent);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text-color, #f8fafc);
}

.hero-v18 .hero-title {
  font-size: clamp(2.5rem, 6.5vw, 4.5rem);
  font-weight: 900;
  line-height: 1.08;
  margin: 0 0 1rem;
  background: linear-gradient(95deg, #f8fafc, var(--accent-color, #22d3ee), #a5b4fc);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-v18 .hero-subtitle {
  font-size: clamp(1rem, 2vw, 1.25rem);
  opacity: 0.88;
  margin: 0 0 2rem;
  max-width: 34rem;
  margin-left: auto;
  margin-right: auto;
}
