/* ===== Traventia — Landing Pages de Taxonomia (Sprint SEO) =====
   Hero, badges, grid/slider de terapeuta, chips "explorador", FAQ e CTA
   reaproveitam 100% as classes já existentes em pages/home.css
   (.tv-terapeutas-hero*, .tv-terapeutas-grid, .tv-explorer-*, .tv-faq-*,
   .tv-cta-premium) — só o texto introdutório e os links finais precisavam
   de classe própria. */

.tv-landing-intro {
	max-width: 720px;
	margin: 0 auto;
	color: var(--tv-text);
	line-height: var(--tv-leading-relaxed);
}

.tv-landing-intro p { margin: 0 0 var(--tv-space-4); }
.tv-landing-intro p:last-child { margin-bottom: 0; }

.tv-landing-links { text-align: center; }

.tv-landing-links > p { color: var(--tv-text-muted); margin: 0 0 var(--tv-space-8); }
.tv-landing-links > p a { color: var(--tv-primary); font-weight: var(--tv-font-medium); }

.tv-landing-links-titulo { margin-top: var(--tv-space-10); }
.tv-landing-links .tv-explorer-grid { justify-content: center; }
