/* ── faq.css — 6 wichtigste GEO-Fragen als Details-Liste ─────────────────── */

.faq h2 {
	font-size: var(--fs-h2-fluid);
	margin-bottom: 1.5rem;
}

.faq__list {
	max-width: 48rem;
}

.faq__item {
	border-bottom: 0.0625rem solid var(--c-divider);
	padding: 1.25rem 0;
}

.faq__item summary {
	font-family: var(--font-head);
	font-weight: 600;
	font-size: 1.0625rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.faq__item p {
	margin: 0.9rem 0 0;
	color: var(--c-text-muted);
}
