/* Landing under-construction — stiluri specifice paginii, peste main.css (tokens). */
body.landing {
  display: flex; flex-direction: column; min-height: 100dvh;
  background-image: radial-gradient(60% 50% at 50% 12%, rgba(61, 232, 160, .06), transparent 70%);
}
.landing main {
  flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: var(--space-4) var(--space-3); gap: var(--space-3);
}
.badge--accent::before { box-shadow: 0 0 8px var(--roi-accent); } /* puls verde */
.wordmark {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(3.5rem, 14vw, 7rem); line-height: 1; letter-spacing: -.04em;
}
.wordmark sup { color: var(--roi-accent); font-size: .72em; vertical-align: .34em; margin-left: .02em; }
.tagline {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(1.1rem, 4vw, 1.6rem); max-width: 22ch;
}
.lead {
  color: var(--roi-text-muted); font-size: clamp(.95rem, 2.6vw, 1.05rem);
  line-height: 1.6; max-width: 44ch;
}
.landing footer {
  text-align: center; color: var(--roi-text-muted); font-size: var(--fs-caption);
  padding: var(--space-3); border-top: var(--border-subtle);
}
