/* ── Legal Pages ──────────────────────────────────────── */
.legal-page {
	padding-top: 72px;
	min-height: 100vh;
}

.legal-hero {
	padding: 80px 48px 60px;
	border-bottom: 1px solid rgba(255,255,255,0.06);
}

.legal-hero-inner { max-width: 800px; margin: 0 auto; }

.legal-eyebrow {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--red);
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 14px;
}

.legal-eyebrow::before {
	content: '';
	display: block;
	width: 24px;
	height: 2px;
	background: var(--red);
	flex-shrink: 0;
}

.legal-h1 {
	font-size: clamp(36px, 4vw, 56px);
	font-weight: 800;
	line-height: 1.06;
	letter-spacing: -0.02em;
	color: var(--white);
	margin-bottom: 16px;
}

.legal-subtitle {
	font-size: 16px;
	font-weight: 300;
	color: rgba(255,255,255,0.45);
}

.legal-content { padding: 64px 48px 100px; }

.legal-content-inner { max-width: 800px; margin: 0 auto; }

.legal-section { margin-bottom: 56px; }

.legal-section-title {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(255,255,255,0.3);
	margin-bottom: 20px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(255,255,255,0.07);
}

.legal-section p,
.legal-section address {
	font-size: 15px;
	font-weight: 300;
	color: rgba(255,255,255,0.7);
	line-height: 1.8;
	font-style: normal;
}

.legal-section p + p { margin-top: 12px; }

.legal-section h2 {
	font-size: 18px;
	font-weight: 700;
	color: var(--white);
	margin-bottom: 12px;
	margin-top: 32px;
}

.legal-section ul {
	padding-left: 20px;
	margin-top: 8px;
}

.legal-section ul li {
	font-size: 15px;
	font-weight: 300;
	color: rgba(255,255,255,0.7);
	line-height: 1.8;
	margin-bottom: 4px;
}

.legal-section a {
	color: rgba(255,255,255,0.7);
	text-decoration: underline;
	transition: color 0.2s;
}

.legal-section a:hover { color: var(--white); }

/* ── Mobile ───────────────────────────────────────────── */
@media (max-width: 991px) {
	.legal-hero { padding: 80px 24px 48px; }
	.legal-content { padding: 48px 24px 72px; }
}
