.ils-scan-lp {
	--ils-lp-ink: #16324d;
	--ils-lp-muted: #6b7f8c;
	--ils-lp-teal: #0e9a8a;
	--ils-lp-teal-deep: #0c8577;
	--ils-lp-line: #e2eef0;
	min-height: 100vh;
	margin: 0;
	display: flex;
	flex-direction: column;
	color: var(--ils-lp-ink);
	background: #f4fbff;
	font-family: "Heebo", "Segoe UI", Arial, sans-serif;
	overflow-x: hidden;
}

.ils-scan-lp--shortcode {
	position: relative;
}

.ils-scan-lp,
.ils-scan-lp * {
	font-family: "Heebo", "Segoe UI", Arial, sans-serif;
}

.ils-scan-lp *,
.ils-scan-lp *::before,
.ils-scan-lp *::after {
	box-sizing: border-box;
}

.ils-scan-lp__bg {
	position: fixed;
	inset: 0;
	pointer-events: none;
	background-color: #f4fbff;
	background-image: url("../img/lp-background.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.ils-scan-lp__top {
	position: relative;
	z-index: 2;
	display: flex;
	direction: ltr;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 40px;
	background: #fff;
	border-bottom: 1px solid rgba(20, 48, 52, 0.05);
	box-shadow: 0 10px 22px rgba(16, 42, 48, 0.045);
}

.ils-scan-lp__langs {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.ils-scan-lp__langs a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 88px;
	padding: 8px 18px;
	border-radius: 999px;
	border: 1px solid #d7e4e2;
	background: #fff;
	color: #4d6570;
	text-decoration: none;
	font-size: 0.95rem;
	font-weight: 500;
	letter-spacing: 0;
}

.ils-scan-lp__langs a:hover {
	color: var(--ils-lp-ink);
	border-color: #b7ceca;
}

.ils-scan-lp__langs a.is-active {
	color: #fff;
	background: var(--ils-lp-teal);
	border-color: var(--ils-lp-teal);
	font-weight: 700;
}

.ils-scan-lp__brand {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.ils-scan-lp__logo {
	display: block;
	height: 80px;
	width: auto;
	max-width: 380px;
}

.ils-scan-lp__shell {
	position: relative;
	z-index: 1;
	width: min(920px, calc(100% - 40px));
	margin: 0 auto;
	padding: 56px 0 28px;
	flex: 1 0 auto;
}

.ils-scan-lp__hero {
	text-align: center;
	margin: 0 0 36px;
}

.ils-scan-lp__kicker {
	display: inline-block;
	margin: 0 0 22px;
	padding: 8px 18px;
	border-radius: 999px;
	color: var(--ils-lp-teal);
	font-size: 0.95rem;
	font-weight: 600;
	letter-spacing: 0;
	background: #d9f3ee;
}

.ils-scan-lp__title {
	margin: 0 0 14px;
	font-size: clamp(2.15rem, 5vw, 3.35rem);
	font-weight: 800;
	line-height: 1.22;
	letter-spacing: 0;
	color: #14324a;
}

.ils-scan-lp__sub {
	margin: 0 auto 12px;
	max-width: 640px;
	color: #1b3a54;
	font-size: clamp(1.12rem, 2vw, 1.38rem);
	line-height: 1.65;
	font-weight: 500;
}

.ils-scan-lp__lead {
	margin: 0 auto;
	max-width: 520px;
	color: var(--ils-lp-muted);
	font-size: 1.05rem;
	line-height: 1.8;
	font-weight: 400;
}

.ils-scan-lp__panel {
	margin: 0 auto 28px;
}

.ils-scan-lp .ils-public-scan {
	max-width: none;
	font-family: "Heebo", "Segoe UI", Arial, sans-serif;
}

.ils-scan-lp .ils-public-scan__card {
	padding: 28px 32px 22px;
	border-radius: 24px;
	background: #fff;
	border: 1px solid #e8f1f1;
	box-shadow: 0 16px 40px rgba(20, 70, 70, 0.07);
}

.ils-scan-lp .ils-public-scan__label {
	display: block;
	margin: 0 0 10px;
	font-size: 1rem;
	font-weight: 600;
	color: #14324a;
	letter-spacing: 0;
	text-align: start;
}

.ils-scan-lp .ils-public-scan__foot {
	margin: 16px 0 0;
	color: var(--ils-lp-muted);
	font-size: 0.95rem;
	line-height: 1.7;
	text-align: center;
}

.ils-scan-lp .ils-public-scan__row {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 12px;
	align-items: stretch;
}

.ils-scan-lp .ils-public-scan__field {
	position: relative;
	min-width: 0;
}

.ils-scan-lp .ils-public-scan__globe {
	position: absolute;
	inset-inline-start: 16px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	color: #8aa5ad;
	pointer-events: none;
}

.ils-scan-lp .ils-public-scan__input {
	min-height: 54px;
	width: 100%;
	border-radius: 12px;
	border: 1px solid #d5e3e6;
	background: #fff;
	color: #14324a;
	font-size: 1.05rem;
	font-weight: 400;
	letter-spacing: 0;
	padding: 0 18px;
	padding-inline-start: 46px;
}

.ils-scan-lp .ils-public-scan__input::placeholder {
	color: #97aab3;
}

.ils-scan-lp .ils-public-scan__input:focus {
	border-color: var(--ils-lp-teal);
	box-shadow: 0 0 0 4px rgba(14, 154, 138, 0.14);
	background: #fff;
}

.ils-scan-lp .ils-public-scan__btn {
	min-height: 54px;
	min-width: 168px;
	border-radius: 12px;
	padding: 0 22px;
	font-size: 1.02rem;
	font-weight: 700;
	letter-spacing: 0;
	color: #fff;
	background: var(--ils-lp-teal);
	box-shadow: none;
}

.ils-scan-lp .ils-public-scan__btn:hover {
	opacity: 1;
	transform: none;
	background: var(--ils-lp-teal-deep);
}

.ils-scan-lp .ils-public-scan__progress-step,
.ils-scan-lp .ils-public-scan__error,
.ils-scan-lp .ils-public-scan__pct {
	color: var(--ils-lp-muted);
	font-size: 0.98rem;
	line-height: 1.7;
}

.ils-scan-lp .ils-public-scan__bar {
	background: #e4f1ef;
}

.ils-scan-lp .ils-public-scan__fill {
	background: var(--ils-lp-teal);
}

.ils-scan-lp__points {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 28px;
}

.ils-scan-lp__point {
	padding: 22px 22px 24px;
	border: 1px solid #e8f1f1;
	border-radius: 20px;
	background: #fff;
	text-align: start;
	box-shadow: 0 10px 28px rgba(20, 70, 70, 0.04);
}

.ils-scan-lp__num {
	display: block;
	margin-bottom: 10px;
	color: var(--ils-lp-teal);
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0;
	font-variant-numeric: tabular-nums;
	text-align: start;
}

.ils-scan-lp__point-head {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.ils-scan-lp__point h2 {
	margin: 0;
	font-size: 1.18rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.35;
	color: #14324a;
}

.ils-scan-lp__ico {
	display: inline-flex;
	color: var(--ils-lp-teal);
	flex: 0 0 auto;
}

.ils-scan-lp__point p {
	margin: 0;
	color: var(--ils-lp-muted);
	font-size: 0.98rem;
	line-height: 1.75;
	font-weight: 400;
}

.ils-scan-lp__disclaimer {
	margin: 0 auto 8px;
	max-width: 640px;
	text-align: center;
	color: #7b8f9a;
	font-size: 0.92rem;
	line-height: 1.8;
	font-weight: 400;
}

.ils-scan-lp__legal {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	width: min(1100px, calc(100% - 48px));
	margin: auto auto 0;
	padding: 18px 0 28px;
	color: #8a9aa4;
	font-size: 0.88rem;
	line-height: 1.6;
}

.ils-scan-lp__legal nav {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 22px;
}

.ils-scan-lp__legal a {
	color: #8a9aa4;
	text-decoration: none;
}

.ils-scan-lp__legal a:hover {
	color: #14324a;
}

.ils-scan-lp__legal p {
	margin: 0;
}

.ils-legal {
	position: relative;
	z-index: 1;
	width: min(760px, calc(100% - 48px));
	margin: 0 auto;
	padding: 40px 0 48px;
	flex: 1 0 auto;
	text-align: start;
}

.ils-legal h1 {
	margin: 8px 0 10px;
	font-size: clamp(1.85rem, 3.4vw, 2.45rem);
	font-weight: 800;
	line-height: 1.25;
	color: #14324a;
}

.ils-legal__updated {
	margin: 0 0 18px;
	color: var(--ils-lp-muted);
	font-size: 0.92rem;
	line-height: 1.6;
}

.ils-legal__intro {
	margin: 0 0 22px;
	color: #1b3a54;
	font-size: 1.05rem;
	line-height: 1.8;
	font-weight: 400;
}

.ils-legal__section {
	margin: 0 0 14px;
	padding: 22px 24px;
	border-radius: 18px;
	background: #fff;
	border: 1px solid #e8f1f1;
	box-shadow: 0 12px 28px rgba(20, 70, 70, 0.05);
}

.ils-legal__section h2 {
	margin: 0 0 10px;
	font-size: 1.12rem;
	font-weight: 700;
	line-height: 1.4;
	color: #14324a;
}

.ils-legal__section p {
	margin: 0 0 10px;
	color: #3d5560;
	font-size: 0.98rem;
	line-height: 1.8;
}

.ils-legal__section p:last-child {
	margin-bottom: 0;
}

.ils-legal__section ul {
	margin: 0 0 10px;
	padding-inline-start: 1.35em;
	color: #3d5560;
	font-size: 0.98rem;
	line-height: 1.8;
}

.ils-legal__section ul:last-child {
	margin-bottom: 0;
}

.ils-legal__contact {
	margin: 22px 0 0;
}

.ils-legal__contact a {
	color: var(--ils-lp-teal-deep);
	font-weight: 600;
	text-decoration: none;
}

.ils-legal__contact a:hover {
	color: var(--ils-lp-ink);
}

@media (max-width: 760px) {
	.ils-scan-lp__top {
		padding: 14px 16px;
	}

	.ils-scan-lp__logo {
		height: 58px;
		max-width: 260px;
	}

	.ils-scan-lp__shell {
		width: min(920px, calc(100% - 28px));
		padding-top: 32px;
	}

	.ils-scan-lp .ils-public-scan__card {
		padding: 22px 16px 18px;
	}

	.ils-scan-lp__points {
		grid-template-columns: 1fr;
	}

	.ils-scan-lp .ils-public-scan__row {
		grid-template-columns: 1fr;
	}

	.ils-scan-lp .ils-public-scan__btn {
		width: 100%;
	}

	.ils-scan-lp__legal {
		width: min(1100px, calc(100% - 28px));
		flex-direction: column;
		align-items: flex-start;
	}

	.ils-legal {
		width: min(760px, calc(100% - 28px));
		padding-top: 28px;
	}

	.ils-legal__section {
		padding: 18px 16px;
	}
}

body.ils-site-page {
	margin: 0;
	min-height: 100vh;
	overflow-x: hidden;
	background-color: #f4fbff;
	background-image: url("../img/lp-background.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #16324d;
	font-family: "Heebo", "Segoe UI", Arial, sans-serif;
}

body.ils-site-page .site-header,
body.ils-site-page .site-footer,
body.ils-site-page #masthead,
body.ils-site-page #colophon,
body.ils-site-page header.wp-block-template-part,
body.ils-site-page footer.wp-block-template-part {
	display: none !important;
}

body.ils-site-page .ils-site-bg {
	position: fixed;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background-color: #f4fbff;
	background-image: url("../img/lp-background.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

body.ils-site-page .ils-scan-lp__top,
body.ils-site-page .ils-scan-lp__legal,
body.ils-site-page .elementor-location-header,
body.ils-site-page .elementor-location-footer {
	position: relative;
	z-index: 2;
}

body.ils-site-page #content,
body.ils-site-page .site-content,
body.ils-site-page .elementor-location-archive,
body.ils-site-page .elementor {
	position: relative;
	z-index: 1;
}

body.ils-site-page .elementor[data-elementor-type="wp-page"] {
	width: min(680px, calc(100% - 40px));
	max-width: 100%;
	margin: 36px auto 48px;
	box-sizing: border-box;
}

body.ils-site-page.ils-site-page--contact .elementor[data-elementor-type="wp-page"] {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	width: 100% !important;
	max-width: none !important;
	margin: 36px auto 48px !important;
}

body.ils-site-page.ils-site-page--contact .elementor[data-elementor-type="wp-page"] > .elementor-section,
body.ils-site-page.ils-site-page--contact .elementor[data-elementor-type="wp-page"] > .e-con,
body.ils-site-page.ils-site-page--contact .elementor[data-elementor-type="wp-page"] .elementor-container,
body.ils-site-page.ils-site-page--contact .elementor[data-elementor-type="wp-page"] .elementor-column,
body.ils-site-page.ils-site-page--contact .elementor[data-elementor-type="wp-page"] .elementor-widget-wrap,
body.ils-site-page.ils-site-page--contact .elementor[data-elementor-type="wp-page"] .e-con-inner {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	width: 100% !important;
	max-width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	float: none !important;
}

body.ils-site-page.ils-site-page--contact .elementor[data-elementor-type="wp-page"] .elementor-widget,
body.ils-site-page.ils-site-page--contact .ils-legal-page,
body.ils-site-page.ils-site-page--contact .ils-contact-form {
	width: min(520px, calc(100% - 24px)) !important;
	max-width: 520px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	float: none !important;
}

body.ils-site-page .elementor[data-elementor-type="wp-page"] .elementor-section,
body.ils-site-page .elementor[data-elementor-type="wp-page"] .elementor-container,
body.ils-site-page .elementor[data-elementor-type="wp-page"] .elementor-column,
body.ils-site-page .elementor[data-elementor-type="wp-page"] .elementor-widget,
body.ils-site-page .elementor[data-elementor-type="wp-page"] .elementor-widget-container {
	width: 100% !important;
	max-width: 100%;
}

body.ils-site-page .ils-el-header.elementor-section > .elementor-container,
body.rtl .ils-el-header.elementor-section > .elementor-container,
body.ils-site-page .ils-el-footer.elementor-section > .elementor-container,
body.rtl .ils-el-footer.elementor-section > .elementor-container,
body.ils-site-page .ils-el-header.e-con,
body.ils-site-page .ils-el-header.e-con > .e-con-inner,
body.ils-site-page .ils-el-footer.e-con,
body.ils-site-page .ils-el-footer.e-con > .e-con-inner {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
}

body.ils-site-page .ils-el-header.e-con,
body.ils-site-page .ils-el-header.e-con > .e-con-inner {
	justify-content: flex-end !important;
	direction: ltr;
}

body.ils-site-page .ils-el-footer.e-con,
body.ils-site-page .ils-el-footer.e-con > .e-con-inner {
	justify-content: space-between !important;
}

body.ils-site-page .ils-el-header .ils-el-langs,
body.ils-site-page .ils-el-header .ils-el-lang {
	display: none !important;
}

body.ils-site-page .ils-site-footer.ils-scan-lp__legal {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 18px 40px 28px;
	box-sizing: border-box;
}

body.ils-site-page .ils-legal-page {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	text-align: start;
	box-sizing: border-box;
}

body.ils-site-page .ils-legal-page h1 {
	margin: 8px 0 10px;
	font-size: clamp(1.85rem, 3.4vw, 2.45rem);
	font-weight: 800;
	line-height: 1.25;
	color: #14324a;
}

body.ils-site-page .ils-legal-page h2 {
	margin: 0 0 10px;
	font-size: 1.12rem;
	font-weight: 700;
	color: #14324a;
}

body.ils-site-page .ils-legal-page p,
body.ils-site-page .ils-legal-page li {
	color: #3d5560;
	font-size: 0.98rem;
	line-height: 1.8;
}

body.ils-site-page .ils-legal-page section {
	margin: 0 0 14px;
	padding: 22px 24px;
	border-radius: 18px;
	background: #fff;
	border: 1px solid #e8f1f1;
	box-shadow: 0 12px 28px rgba(20, 70, 70, 0.05);
}

@media (max-width: 760px) {
	body.ils-site-page .ils-site-footer.ils-scan-lp__legal {
		padding: 18px 16px 24px;
		flex-direction: column;
		align-items: flex-start;
	}

	body.ils-site-page .ils-legal-page {
		width: min(760px, calc(100% - 28px));
		padding-top: 12px;
	}

	body.ils-site-page .ils-legal-page section {
		padding: 18px 16px;
	}
}

body.ils-site-page .ils-el-header .elementor-widget-wrap {
	align-items: center;
}

body.ils-site-page .ils-el-header .elementor-widget-image img,
body.ils-site-page .ils-el-header img {
	height: 80px;
	width: auto;
	max-width: 380px;
}

body.ils-site-page .ils-el-footer-links .elementor-widget-wrap,
body.ils-site-page .ils-el-footer-links.e-con,
body.ils-site-page .ils-el-footer-links.e-con > .e-con-inner {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	gap: 8px 22px;
	align-items: center;
	justify-content: flex-start;
}

body.ils-site-page .ils-el-footer .elementor-button {
	background: transparent;
	box-shadow: none;
}

body.ils-site-page .ils-el-footer .elementor-widget-button {
	width: auto !important;
	flex: 0 0 auto;
}

body.ils-site-page .ils-el-footer .elementor-widget-text-editor,
body.ils-site-page .ils-el-footer .elementor-widget-text-editor .elementor-widget-container,
body.ils-site-page .ils-el-footer .elementor-widget-text-editor p {
	width: auto !important;
	max-width: none !important;
	flex: 0 0 auto;
	margin: 0;
	white-space: nowrap;
}

@media (max-width: 760px) {
	body.ils-site-page .ils-el-header .elementor-widget-image img,
	body.ils-site-page .ils-el-header img {
		height: 58px;
		max-width: 260px;
	}

	body.ils-site-page .ils-el-footer.e-con,
	body.ils-site-page .ils-el-footer.e-con > .e-con-inner,
	body.ils-site-page .ils-el-footer-links.e-con,
	body.ils-site-page .ils-el-footer-links.e-con > .e-con-inner {
		flex-wrap: wrap !important;
	}
}
