.giftimo-skip-link {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 10000;
	padding: 10px 16px;
	border-radius: 8px;
	background: #fff;
	color: #0b1f4b;
	font-weight: 700;
	transform: translateY(-150%);
}

.giftimo-skip-link:focus {
	transform: translateY(0);
}

.header-menu-close {
	width: 18px;
	height: 18px;
}

.giftimo-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.form-status {
	min-height: 1.5em;
	margin: 14px 0 0;
	font-size: 14px;
	text-align: center;
}

.form-status.is-success {
	color: #137333;
}

.form-status.is-error {
	color: #b42318;
}

.payment-error-icon-mark,
.payment-error-reason-mark {
	display: block;
	background: currentColor;
	-webkit-mask: url("../images/icons/close.svg") center / contain no-repeat;
	mask: url("../images/icons/close.svg") center / contain no-repeat;
}

.payment-error-icon-mark {
	width: 18px;
	height: 24px;
}

.payment-error-reason-mark {
	width: 15px;
	height: 20px;
	flex: 0 0 15px;
}

.legal-page {
	min-height: 62vh;
	padding: 150px 24px 100px;
	background: #f7faff;
}

.legal-page-inner {
	width: min(920px, 100%);
	margin: 0 auto;
	padding: 56px;
	border: 1px solid rgba(23, 65, 130, 0.1);
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 20px 60px rgba(22, 56, 112, 0.08);
}

.legal-page h1 {
	margin: 0 0 28px;
	color: #0b1f4b;
	font-size: clamp(36px, 5vw, 60px);
	line-height: 1.05;
}

.legal-page-content {
	margin-bottom: 32px;
	color: #41516f;
	font-size: 18px;
	line-height: 1.7;
}

.legal-page-content > *:first-child {
	margin-top: 0;
}

.legal-page-centered {
	text-align: center;
}

.legal-page-code {
	margin: 0;
	color: #2369d8;
	font-size: 84px;
	font-weight: 800;
}

@media (max-width: 767px) {
	.legal-page {
		padding: 110px 16px 64px;
	}

	.legal-page-inner {
		padding: 32px 22px;
		border-radius: 20px;
	}
}
