.lgpd-page {
	background: #f5f6f7;
	color: #1b1d36;
}

.lgpd-page-hero {
	padding: 86px 0 92px;
	background:
		radial-gradient(circle at 85% 20%, rgba(192, 223, 22, .16) 0 14%, transparent 14.5%),
		linear-gradient(125deg, #101329 0%, #1b1d36 65%, #003594 100%);
	color: #fff;
	text-align: center;
}

.lgpd-page-hero span {
	display: block;
	margin-bottom: 12px;
	color: #c0df16;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.lgpd-page-hero h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(34px, 5vw, 54px);
	line-height: 1.15;
}

.lgpd-page-hero p {
	margin: 14px 0 0;
	color: rgba(255, 255, 255, .78);
	font-size: 17px;
}

.lgpd-page-content {
	padding: 64px 0 84px;
}

.lgpd-policy-heading h2,
.lgpd-policy-section h2,
.lgpd-page-contact h2 {
	margin: 0;
	color: #1b1d36;
}

.lgpd-policy-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 28px;
}

.lgpd-policy-heading span {
	display: block;
	margin-bottom: 7px;
	color: #ff4f19;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.lgpd-policy-heading h2 {
	font-size: 30px;
}

.lgpd-policy-heading > p {
	flex: none;
	margin: 0 0 4px;
	color: #717484;
	font-size: 13px;
}

.lgpd-policy-index {
	margin-bottom: 18px;
	padding: 22px 26px;
	border-radius: 14px;
	background: #1b1d36;
	color: #fff;
}

.lgpd-policy-index strong {
	display: block;
	margin-bottom: 13px;
	color: #c0df16;
	font-size: 12px;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.lgpd-policy-index div {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.lgpd-policy-index a {
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 999px;
	color: #fff;
	font-size: 13px;
}

.lgpd-policy-index a:hover {
	border-color: #c0df16;
	background: #c0df16;
	color: #1b1d36;
}

.lgpd-policy {
	display: grid;
	gap: 14px;
}

.lgpd-policy-section {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 22px;
	padding: 30px 32px;
	border: 1px solid #e0e2e5;
	border-radius: 14px;
	background: #fff;
}

.lgpd-policy-section:target {
	border-color: #c0df16;
	box-shadow: 0 0 0 3px rgba(192, 223, 22, .16);
}

.lgpd-policy-number {
	display: inline-flex;
	width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #c0df16;
	color: #1b1d36;
	font-size: 12px;
	font-weight: 800;
}

.lgpd-policy-section h2 {
	font-size: 23px;
	line-height: 1.3;
}

.lgpd-policy-section p,
.lgpd-policy-section li {
	color: #535769;
	font-size: 15px;
	line-height: 1.8;
}

.lgpd-policy-section p {
	margin: 13px 0 0;
}

.lgpd-policy-section ul {
	margin: 13px 0 0;
	padding-left: 22px;
}

.lgpd-policy-section li + li {
	margin-top: 6px;
}

.lgpd-policy-section a {
	color: #003594;
	font-weight: 700;
}

.lgpd-policy-section a:hover {
	color: #ff4f19;
}

.lgpd-policy-table-wrap {
	margin-top: 18px;
	overflow-x: auto;
	border: 1px solid #e0e2e5;
	border-radius: 10px;
}

.lgpd-policy-table-wrap table {
	width: 100%;
	min-width: 650px;
	border-collapse: collapse;
	background: #fff;
}

.lgpd-policy-table-wrap th,
.lgpd-policy-table-wrap td {
	padding: 13px 15px;
	border-bottom: 1px solid #e8e9eb;
	color: #535769;
	font-size: 13px;
	line-height: 1.55;
	text-align: left;
	vertical-align: top;
}

.lgpd-policy-table-wrap th {
	background: #f0f2f4;
	color: #1b1d36;
	font-size: 12px;
	text-transform: uppercase;
}

.lgpd-policy-table-wrap tr:last-child td {
	border-bottom: 0;
}

.lgpd-page-contact {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	margin-top: 44px;
	padding: 28px 30px;
	border-radius: 14px;
	background: #1b1d36;
	color: #fff;
}

.lgpd-page-contact span {
	display: block;
	margin-bottom: 5px;
	color: #c0df16;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.lgpd-page-contact h2 {
	color: #fff;
	font-size: 23px;
}

.lgpd-page-contact a {
	padding: 13px 18px;
	border: 1px solid rgba(255, 255, 255, .42);
	border-radius: 8px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.lgpd-page-contact a:hover {
	border-color: #c0df16;
	background: #c0df16;
	color: #1b1d36;
}

.whatsapp-float {
	position: fixed;
	z-index: 14900;
	right: 24px;
	bottom: 24px;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #25d366;
	color: #fff;
	box-shadow: 0 10px 28px rgba(0, 0, 0, .25);
	transition: bottom .2s ease, background .2s ease, transform .2s ease;
}

.whatsapp-float:hover {
	background: #1faf54;
	transform: translateY(-3px);
}

.whatsapp-float:focus-visible {
	outline: 3px solid #ff4f19;
	outline-offset: 3px;
}

.whatsapp-float-icon {
	display: block;
	width: 31px;
	height: 31px;
	background: currentColor;
	-webkit-mask: url(../images/icons/whatsapp.svg) center / contain no-repeat;
	mask: url(../images/icons/whatsapp.svg) center / contain no-repeat;
}

@media (max-width: 1100px) {
	body.lgpd-banner-visivel .whatsapp-float {
		bottom: var(--lgpd-banner-offset, 24px);
	}
}

.lgpd-banner {
	position: fixed;
	z-index: 15000;
	right: 18px;
	bottom: 18px;
	left: 18px;
	width: min(900px, calc(100% - 36px));
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 30px;
	margin: 0 auto;
	padding: 25px 28px;
	box-sizing: border-box;
	overflow: hidden;
	border-top: 5px solid #ff4f19;
	border-radius: 14px;
	background: #101329;
	box-shadow: 0 20px 55px rgba(0, 0, 0, .28);
	color: #fff;
}

.lgpd-banner[hidden] {
	display: none !important;
}

.lgpd-banner-copy h2 {
	margin: 0 0 7px;
	color: #fff;
	font-size: 20px;
	line-height: 1.3;
}

.lgpd-banner-copy p {
	max-width: 860px;
	margin: 0;
	color: rgba(255, 255, 255, .75);
	font-size: 14px;
	line-height: 1.65;
}

.lgpd-banner-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(140px, 1fr));
	gap: 10px;
}

.lgpd-banner-more,
.lgpd-banner-accept {
	min-width: 0;
	min-height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	border-radius: 999px;
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

.lgpd-banner-more {
	border: 1px solid rgba(255, 255, 255, .58);
	background: transparent;
	color: #fff;
}

.lgpd-banner-more:hover {
	border-color: #fff;
	background: rgba(255, 255, 255, .1);
}

.lgpd-banner-accept {
	border: 1px solid #c0df16;
	background: #c0df16;
	color: #1b1d36;
}

.lgpd-banner-accept:hover {
	border-color: #fff;
	background: #fff;
}

.lgpd-banner-more:focus-visible,
.lgpd-banner-accept:focus-visible {
	outline: 3px solid #ff4f19;
	outline-offset: 3px;
}

@media (max-width: 900px) {
	.lgpd-banner {
		grid-template-columns: 1fr;
		gap: 18px;
	}
}

@media (max-width: 620px) {
	.lgpd-page-hero {
		padding: 58px 0 64px;
	}

	.lgpd-page-content {
		padding: 38px 0 54px;
	}

	.lgpd-policy-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.lgpd-policy-heading h2 {
		font-size: 25px;
	}

	.lgpd-policy-section {
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 24px 20px;
	}

	.lgpd-policy-section h2 {
		font-size: 21px;
	}

	.lgpd-page-contact {
		align-items: flex-start;
		flex-direction: column;
		padding: 23px 20px;
	}

	.lgpd-page-contact a {
		width: 100%;
		box-sizing: border-box;
		text-align: center;
	}

	.whatsapp-float {
		right: 14px;
		bottom: 14px;
		width: 54px;
		height: 54px;
	}

	.whatsapp-float-icon {
		width: 28px;
		height: 28px;
	}

	.lgpd-banner {
		right: 8px;
		bottom: 8px;
		left: 8px;
		width: calc(100% - 16px);
		max-height: calc(100vh - 16px);
		max-height: calc(100dvh - 16px);
		gap: 14px;
		padding: 16px;
		overflow-y: auto;
		border-top-width: 4px;
		border-radius: 10px;
	}

	.lgpd-banner-copy h2 {
		margin-bottom: 5px;
		font-size: 17px;
	}

	.lgpd-banner-copy p {
		font-size: 12.5px;
		line-height: 1.5;
	}

	.lgpd-banner-actions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.lgpd-banner-more,
	.lgpd-banner-accept {
		min-height: 44px;
		padding: 0 12px;
		font-size: 13px;
	}
}

@media (max-width: 350px) {
	.lgpd-banner-actions {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.lgpd-banner {
		scroll-behavior: auto;
	}
}
