.dua-legal-document {
	background: #f5f8fd;
}

.dua-legal-page {
	width: min(920px, calc(100% - 40px));
	margin: clamp(48px, 6vw, 86px) auto;
	color: #3f4b5f;
	font-size: 16px;
	line-height: 1.75;
}

.dua-legal-page * {
	box-sizing: border-box;
}

.dua-legal-hero {
	position: relative;
	margin-bottom: 30px;
	padding: clamp(34px, 5vw, 58px);
	overflow: hidden;
	border-radius: 28px;
	color: #fff;
	background: linear-gradient(135deg, #365c9e 0%, #203866 58%, #172044 100%);
	box-shadow: 0 22px 52px rgba(23, 32, 68, .2);
}

.dua-legal-hero::after {
	position: absolute;
	top: -95px;
	right: -65px;
	width: 250px;
	height: 250px;
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 50%;
	box-shadow: 0 0 0 45px rgba(255, 255, 255, .035);
	content: "";
}

.dua-legal-kicker {
	position: relative;
	z-index: 1;
	margin: 0 0 10px !important;
	color: #d5efff !important;
	font-size: 13px !important;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.dua-legal-page h1 {
	position: relative;
	z-index: 1;
	max-width: 720px;
	margin: 0;
	color: #fff;
	font-size: clamp(38px, 5vw, 56px);
	font-weight: 800;
	letter-spacing: -.035em;
	line-height: 1.08;
}

.dua-legal-lead {
	position: relative;
	z-index: 1;
	max-width: 720px;
	margin: 17px 0 0 !important;
	color: rgba(255, 255, 255, .82) !important;
	font-size: 17px !important;
	line-height: 1.65 !important;
}

.dua-legal-meta {
	display: inline-flex;
	margin-top: 21px;
	padding: 7px 11px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 999px;
	color: rgba(255, 255, 255, .78);
	background: rgba(255, 255, 255, .07);
	font-size: 13px;
	font-weight: 650;
}

.dua-legal-card,
.dua-legal-page > section,
.dua-legal-page > .dua-legal-body {
	margin-top: 18px;
	padding: clamp(25px, 4vw, 38px);
	border: 1px solid #dce5f2;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(32, 56, 102, .07);
}

.dua-legal-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.dua-legal-grid .dua-legal-card {
	margin-top: 0;
}

.dua-legal-page h2 {
	margin: 0 0 13px;
	color: #203866;
	font-size: clamp(24px, 3vw, 30px);
	font-weight: 800;
	letter-spacing: -.02em;
	line-height: 1.2;
}

.dua-legal-page h3 {
	margin: 25px 0 9px;
	color: #31538f;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.3;
}

.dua-legal-page p,
.dua-legal-page li,
.dua-legal-page td,
.dua-legal-page th {
	font-size: 16px;
	line-height: 1.75;
}

.dua-legal-page p {
	margin: 0 0 14px;
}

.dua-legal-page p:last-child {
	margin-bottom: 0;
}

.dua-legal-page ul {
	margin: 10px 0 0;
	padding-left: 22px;
}

.dua-legal-page li + li {
	margin-top: 7px;
}

.dua-legal-page a {
	color: #2f599d;
	font-weight: 700;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.dua-legal-page a:hover {
	color: #172044;
}

.dua-legal-callout {
	margin: 22px 0 0;
	padding: 18px 20px;
	border-left: 4px solid #40a8d6;
	border-radius: 0 12px 12px 0;
	background: #edf7fc;
}

.dua-legal-table-wrap {
	margin-top: 15px;
	overflow-x: auto;
	border: 1px solid #dce5f2;
	border-radius: 14px;
}

.dua-legal-page table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
}

.dua-legal-page th,
.dua-legal-page td {
	padding: 14px 15px;
	border: 0;
	border-bottom: 1px solid #e4ebf5;
	text-align: left;
	vertical-align: top;
}

.dua-legal-page th {
	color: #203866;
	background: #eef4fb;
	font-weight: 800;
}

.dua-legal-page tr:last-child td {
	border-bottom: 0;
}

.dua-cookie-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 18px;
}

.dua-cookie-actions .cmplz-manage-consent,
.dua-cookie-actions .cmplz-revoke-functional {
	position: static !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	margin: 0 !important;
	padding: 11px 18px !important;
	border: 2px solid #31538f !important;
	border-radius: 11px !important;
	color: #fff !important;
	background: #31538f !important;
	font-size: 15px !important;
	font-weight: 750 !important;
}

@media (max-width: 720px) {
	.dua-legal-page {
		width: min(100% - 28px, 920px);
		margin-block: 36px 52px;
	}

	.dua-legal-hero {
		padding: 30px 22px;
		border-radius: 21px;
	}

	.dua-legal-page h1 {
		font-size: clamp(34px, 10vw, 43px);
	}

	.dua-legal-lead {
		font-size: 16px !important;
	}

	.dua-legal-grid {
		grid-template-columns: 1fr;
	}

	.dua-legal-card,
	.dua-legal-page > section,
	.dua-legal-page > .dua-legal-body {
		padding: 23px 19px;
		border-radius: 16px;
	}

	.dua-legal-page h2 {
		font-size: 25px;
	}

	.dua-legal-page h3 {
		font-size: 19px;
	}

	.dua-legal-page p,
	.dua-legal-page li,
	.dua-legal-page td,
	.dua-legal-page th {
		font-size: 16px;
		line-height: 1.68;
	}
}
