/*
 * Single: Página de Producto B2B
 *
 * Estilos base del template single-pagina-empresa-producto.php.
 * Los componentes (hero, cta-lead) tienen su propio CSS en components/.
 *
 * BEM: .fe-single__*
 */

/* ── Layout base ─────────────────────────────────────────────────────────────── */

.fe-single {
	display: flex;
	flex-direction: column;
}

/* ── Features ancla (#anchor sections) ──────────────────────────────────────── */

.fe-single__feature-ancla {
	padding: 4rem 0;
}

.fe-single__feature-ancla:nth-child(even) {
	background: var(--color-bg-alt, #f5f7fa);
}

.fe-single__feature-title {
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 700;
	margin-bottom: 1.5rem;
}

.fe-single__feature-content {
	max-width: 720px;
}

.fe-single__feature-content p {
	font-size: 1.0625rem;
	line-height: 1.7;
	color: var(--color-text-body, #333);
}

