.contact-form .fallback-consent {
	margin: -2px 0 0;
	padding: 16px 18px;
	border: 1px solid rgba(6, 17, 63, .1);
	border-radius: 18px;
	background: #fff;
	color: rgba(6, 17, 63, .72);
	font-size: .88rem;
	font-weight: 700;
	line-height: 1.55;
}

.contact-form-wrap .cf7-consent {
	margin: -2px 0 0;
	padding: 16px 18px;
	border: 1px solid rgba(6, 17, 63, .1);
	border-radius: 18px;
	background: #fff;
	color: rgba(6, 17, 63, .72);
	font-size: .88rem;
	font-weight: 700;
	line-height: 1.55;
}

.contact-form .fallback-consent {
	display: grid;
	grid-template-columns: 20px 1fr;
	gap: 12px;
	align-items: start;
}

.contact-form-wrap .cf7-consent .wpcf7-form-control-wrap,
.contact-form-wrap .cf7-consent .wpcf7-form-control,
.contact-form-wrap .cf7-consent .wpcf7-list-item,
.contact-form-wrap .cf7-consent label {
	display: block;
	width: 100%;
	margin: 0;
}

.contact-form-wrap .cf7-consent label {
	position: relative;
	padding-left: 30px;
}

.contact-form .fallback-consent input {
	width: 18px;
	height: 18px;
	margin: .18rem 0 0;
	accent-color: #09a8ad;
}

.contact-form-wrap .cf7-consent input {
	position: absolute;
	top: .2rem;
	left: 0;
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: #09a8ad;
}

.contact-form .fallback-consent span {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}

.contact-form .fallback-consent a,
.contact-form-wrap .cf7-consent a {
	color: #09a8ad;
	font-weight: 900;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.legal-page {
	background: #f8fbfc;
	color: #06113f;
}

.legal-container {
	width: min(100% - 2.5rem, 1180px);
	margin-inline: auto;
}

.legal-hero {
	position: relative;
	isolation: isolate;
	padding: 9rem 0 4rem;
	overflow: hidden;
}

.legal-hero-bg {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(rgba(6, 17, 63, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(6, 17, 63, .055) 1px, transparent 1px), linear-gradient(135deg, #fff, #e8fffb 58%, #f8fbfc);
	background-size: 42px 42px, 42px 42px, auto;
}

.legal-back {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 42px;
	padding: 8px 14px;
	border: 1px solid rgba(6, 17, 63, .1);
	border-radius: 999px;
	background: rgba(255, 255, 255, .72);
	color: rgba(6, 17, 63, .72);
	font-size: .86rem;
	font-weight: 900;
	transition: border-color .18s ease, transform .18s ease;
}

.legal-back:hover {
	border-color: rgba(9, 168, 173, .45);
	transform: translateY(-1px);
}

.legal-back svg {
	width: 16px;
	height: 16px;
	transform: rotate(180deg);
}

.legal-heading {
	max-width: 820px;
	margin-top: 2.4rem;
}

.legal-heading h1 {
	margin-top: 1rem;
	font-size: clamp(2.6rem, 7vw, 6rem);
	font-weight: 900;
	line-height: 1.02;
}

.legal-heading p:not(.eyebrow) {
	max-width: 720px;
	margin-top: 1.35rem;
	color: rgba(6, 17, 63, .7);
	font-size: 1.1rem;
	line-height: 1.8;
}

.legal-meta {
	display: inline-grid;
	gap: 4px;
	margin-top: 2rem;
	padding: 14px 18px;
	border: 1px solid rgba(6, 17, 63, .1);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 16px 48px rgba(6, 17, 63, .08);
}

.legal-meta span {
	color: #09a8ad;
	font-size: .72rem;
	font-weight: 900;
	text-transform: uppercase;
}

.legal-content-section {
	padding: 4rem 0 7rem;
}

.legal-layout {
	display: grid;
	gap: 28px;
	align-items: start;
}

.legal-side,
.legal-document {
	border: 1px solid rgba(6, 17, 63, .1);
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 22px 70px rgba(6, 17, 63, .08);
}

.legal-side {
	display: grid;
	gap: 18px;
	padding: 22px;
}

.legal-side img {
	width: 118px;
	height: auto;
}

.legal-side span {
	display: block;
	font-size: 1.2rem;
	font-weight: 900;
}

.legal-side p {
	margin-top: 8px;
	color: rgba(6, 17, 63, .64);
	font-size: .94rem;
	font-weight: 700;
	line-height: 1.65;
}

.legal-document {
	padding: clamp(1.4rem, 4vw, 3rem);
}

.legal-document > * + * {
	margin-top: 1.1rem;
}

.legal-document h2,
.legal-document h3 {
	color: #06113f;
	font-weight: 900;
	line-height: 1.18;
}

.legal-document h2 {
	margin-top: 2.2rem;
	font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.legal-document h3 {
	margin-top: 1.7rem;
	font-size: 1.25rem;
}

.legal-document p,
.legal-document li {
	color: rgba(6, 17, 63, .72);
	font-size: 1rem;
	line-height: 1.85;
}

.legal-document a {
	color: #09a8ad;
	font-weight: 900;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.legal-document ul,
.legal-document ol {
	padding-left: 1.25rem;
}

.legal-document ul {
	list-style: disc;
}

.legal-document ol {
	list-style: decimal;
}

@media (min-width: 1024px) {
	.legal-layout {
		grid-template-columns: 280px 1fr;
	}

	.legal-side {
		position: sticky;
		top: 112px;
	}
}

@media (max-width: 767px) {
	.legal-hero {
		padding: 7rem 0 3rem;
	}

	.legal-container {
		width: min(100% - 2rem, 1180px);
	}

	.legal-content-section {
		padding: 2rem 0 4.5rem;
	}
}
