/**
 * Privacy Policy & Terms of Use — long-form legal layout.
 *
 * @package Bringits
 */

.legal-page {
	width: 100%;
	background: #ffffff;
	font-family: 'Poppins', sans-serif;
	color: #1b1f1d;
}

.legal-page__hero {
	background: linear-gradient(180deg, rgba(244, 249, 255, 0.85) 0%, #ffffff 100%);
	padding: 56px 24px 40px;
	border-bottom: 1px solid #edecf0;
}

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

.legal-page__eyebrow {
	display: inline-flex;
	align-items: center;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #413bb4;
	margin-bottom: 12px;
}

.legal-page__eyebrow::before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #5346ff;
	margin-right: 10px;
}

.legal-page h1.legal-page__title {
	font-family: 'Poppins', sans-serif;
	font-size: clamp(32px, 4vw, 44px);
	font-weight: 300;
	line-height: 1.15;
	color: #1f233d;
	margin: 0 0 16px;
}

.legal-page__intro {
	font-size: 18px;
	line-height: 28px;
	color: #383838;
	margin: 0;
	max-width: 65ch;
}

.legal-page__body {
	max-width: 800px;
	margin: 0 auto;
	padding: 48px 24px 80px;
}

.legal-page__body section {
	margin-bottom: 40px;
}

.legal-page__body section:last-of-type {
	margin-bottom: 0;
}

.legal-page h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3;
	color: #1f233d;
	margin: 0 0 14px;
	padding-top: 8px;
	border-top: 1px solid #e7e7e7;
}

.legal-page__body section:first-child h2 {
	border-top: 0;
	padding-top: 0;
}

.legal-page__body p {
	font-size: 16px;
	line-height: 26px;
	color: #383838;
	margin: 0 0 14px;
	max-width: 65ch;
}

.legal-page__body ul {
	margin: 0 0 16px;
	padding-left: 1.25rem;
	max-width: 65ch;
}

.legal-page__body li {
	font-size: 16px;
	line-height: 26px;
	color: #383838;
	margin-bottom: 8px;
}

.legal-page__body li strong {
	color: #1f233d;
	font-weight: 600;
}

.legal-page__contact {
	margin-top: 48px;
	padding: 24px 22px;
	background: #f6f7ff;
	border: 1px solid #e0e4ff;
	border-radius: 14px;
	max-width: 65ch;
}

.legal-page__contact p {
	margin: 0;
	font-size: 16px;
	line-height: 26px;
}

.legal-page__contact a {
	color: #413bb4;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.legal-page__contact a:hover {
	color: #3118bb;
}

@media (max-width: 600px) {
	.legal-page__hero {
		padding-top: 40px;
	}

	.legal-page__body {
		padding-top: 32px;
		padding-bottom: 56px;
	}
}
