/**
 * Página legal — Política de Privacidade
 */

body.page-template-page-politica-privacidade,
body.page-template-page-politica-privacidade-php {
	margin: 0;
	background: #f8f6f1;
	color: #1c1a17;
}

body.page-template-page-politica-privacidade .brand-base-site-footer,
body.page-template-page-politica-privacidade-php .brand-base-site-footer {
	display: none;
}

.brand-base-main--legal {
	min-height: 100vh;
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: none;
	background:
		radial-gradient(ellipse 70% 40% at 50% 0%, rgba(168, 134, 69, 0.12), transparent 55%),
		#f8f6f1;
}

.rn-legal {
	width: 100%;
	max-width: 46rem;
	margin: 0 auto;
	padding: clamp(2.5rem, 6vw, 4.5rem) clamp(1.25rem, 4vw, 1.5rem) 4rem;
}

.rn-legal__header {
	margin-bottom: 2.25rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid rgba(28, 26, 23, 0.1);
}

.rn-legal__eyebrow {
	margin: 0 0 0.75rem;
	font-family: Inter, system-ui, sans-serif;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #a88645;
}

.rn-legal__title {
	margin: 0 0 0.75rem;
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: clamp(2.25rem, 5vw, 3.25rem);
	font-weight: 600;
	line-height: 1.1;
	color: #1c1a17;
}

.rn-legal__meta {
	margin: 0;
	font-family: Inter, system-ui, sans-serif;
	font-size: 0.9375rem;
	color: #6e6a64;
}

.rn-legal__content {
	font-family: Inter, system-ui, sans-serif;
	font-size: 1.0625rem;
	line-height: 1.7;
	color: #3a3732;
}

.rn-legal__content h2 {
	margin: 2.25rem 0 0.85rem;
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: clamp(1.5rem, 3vw, 1.85rem);
	font-weight: 600;
	line-height: 1.25;
	color: #1c1a17;
}

.rn-legal__content p {
	margin: 0 0 1rem;
}

.rn-legal__content ul {
	margin: 0 0 1.25rem;
	padding-left: 1.25rem;
}

.rn-legal__content li {
	margin-bottom: 0.5rem;
}

.rn-legal__content a {
	color: #8f7138;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.rn-legal__content a:hover {
	color: #a88645;
}

.rn-legal__content strong {
	color: #1c1a17;
	font-weight: 600;
}

.rn-legal__footer {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 2.75rem;
	padding-top: 1.75rem;
	border-top: 1px solid rgba(28, 26, 23, 0.1);
}

.rn-legal__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	padding: 0.85rem 1.5rem;
	border-radius: 999px;
	font-family: Inter, system-ui, sans-serif;
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1;
	text-decoration: none !important;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.rn-legal__btn--primary {
	background: #a88645;
	color: #fff !important;
	border: 1px solid transparent;
}

.rn-legal__btn--primary:hover {
	background: #8f7138;
	transform: translateY(-2px);
}

.rn-legal__btn--secondary {
	background: transparent;
	color: #1c1a17 !important;
	border: 1px solid rgba(28, 26, 23, 0.18);
}

.rn-legal__btn--secondary:hover {
	border-color: #a88645;
	color: #a88645 !important;
	transform: translateY(-2px);
}

@media (max-width: 480px) {
	.rn-legal__footer {
		flex-direction: column;
	}

	.rn-legal__btn {
		width: 100%;
	}
}
