h1,
h2,
h3,
h4,
.brand-title,
.hero-tag,
.section-kicker,
.metric-label,
.sidebar-badge,
.docs-kicker,
.docs-chip,
.stage-label {
  font-family: 'Manrope', sans-serif;
}

.hero-tag,
.section-kicker,
.sidebar-badge,
.docs-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--primary);
}

.hero-tag::before,
.section-kicker::before,
.docs-kicker::before {
  content: '';
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 999px;
  background: radial-gradient(circle, #d6ffe4 0%, var(--primary) 45%, rgba(100, 255, 150, 0.1) 100%);
  box-shadow: 0 0 20px rgba(100, 255, 150, 0.45);
}

.display-lg {
  margin: 1.25rem 0 1.4rem;
  max-width: 100%;
  font-size: clamp(1.6rem, 6.25vw, 2.6rem);
  line-height: 1.15;
  letter-spacing: 0;
  word-break: break-word;
}

.headline-md {
  margin: var(--section-kicker-title-gap) 0 0;
  font-size: clamp(1.4rem, 5vw, 2.05rem);
  line-height: 1.2;
  letter-spacing: 0;
  word-break: break-word;
}

.hero-tag + .display-lg,
.section-kicker + .display-lg,
.section-kicker + .headline-md {
  margin-top: var(--section-kicker-title-gap);
}

@media (max-width: 720px) {
  .display-lg {
    max-width: none;
  }

}

.hero-lead,
.section-desc,
.docs-lead,
.footer-note {
  color: var(--text-secondary);
}

.hero-lead {
  max-width: 60ch;
  margin: 0 0 2.4rem;
  font-size: 1.12rem;
  color: var(--text-primary-soft);
}

.text-gradient {
  background: linear-gradient(135deg, #cffff1 0%, var(--primary) 24%, var(--accent) 68%, #ffe085 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.text-neon {
  color: var(--primary);
  text-shadow: 0 0 24px rgba(100, 255, 150, 0.28);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
