/*
Theme Name: TV Sala
Theme URI: https://tvsala.pt
Description: Tema filho de Twenty Twenty-Five para o site TV Sala — sala de espera que fatura.
Author: Outsmartis
Template: twentytwentyfive
Version: 0.1.0
Requires at least: 6.7
Tested up to: 7.1
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tvsala
*/

html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 90px; }

/* Kicker / eyebrow line */
.tvs-kicker {
	text-transform: uppercase;
	letter-spacing: .14em;
	font-weight: 700;
	font-size: .8rem;
}

/* Ribbon strip (marquee-style band under hero) */
.tvs-strip p {
	text-transform: uppercase;
	letter-spacing: .12em;
	font-weight: 700;
}

/* Cards */
.tvs-card {
	border-radius: 20px;
	height: 100%;
}
.tvs-card h3 { margin-top: 0; }

/* Stats */
.tvs-stat-number {
	line-height: 1;
	font-weight: 800;
}

/* Testimonial screenshots */
.tvs-depo img { border-radius: 20px; }

/* FAQ */
.wp-block-details {
	border: 1px solid rgba(18, 164, 174, .35);
	border-radius: 12px;
	padding: 1rem 1.25rem;
	background: var(--wp--preset--color--base);
}
.wp-block-details summary {
	font-weight: 700;
	cursor: pointer;
	font-family: var(--wp--preset--font-family--montserrat);
}
.wp-block-details[open] summary { color: var(--wp--preset--color--primary-dark); }

/* Header nav on dark background */
.tvs-header .wp-block-navigation a:hover { color: var(--wp--preset--color--cyan); }

/* Footer link color */
.tvs-footer a { text-decoration: none; }
.tvs-footer a:hover { color: var(--wp--preset--color--cyan); }
