/* Глобальная база темы */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	overflow-x: clip;
	scrollbar-gutter: stable;
}

body {
	margin: 0;
	width: 100%;
	max-width: 100%;
	overflow-x: clip;
	font-family: "Cascadia Code", "Cascadia Mono", Consolas, "Courier New", monospace;
	line-height: 1.5;
	color: rgba(189, 211, 250, 0.7);
	background: #000;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.site-header,
.site-footer {
	padding: 2rem 0;
	background: transparent;
	border-bottom: none;
}

.home-stage .site-header,
.home-stage .site-main {
	position: relative;
	z-index: 1;
}

.home-stage .site-header {
	z-index: 5;
}

.home-stage .site-header {
	padding: 0;
}

.home-stage .site-header .site-shell {
	width: 100%;
	padding: 0;
}

.home-stage .site-main {
	padding: 0;
	max-width: 100%;
}

/* Keep Solutions top section behavior aligned with Home stage:
 * header and hero share one top composition without extra outer gaps. */
.page-template-page-solutions .site-header,
.page-slug-solutions .site-header {
	padding: 0;
}

.page-template-page-solutions .site-main,
.page-slug-solutions .site-main {
	padding: 0;
	max-width: 100%;
}

.page-template-page-solutions .home-stage__frame,
.page-slug-solutions .home-stage__frame {
	border: none;
}

.solutions-stage__image {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
}

.solutions-stage__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: inherit;
}

.site-footer {
	position: relative;
	padding: 5.85rem 0 1.85rem;
	border-top: none;
	border-bottom: none;
	background-color: #000;
	background-image:
		radial-gradient(circle at 50% 50%, rgba(200, 218, 252, 0.065) 0.55px, transparent 0.72px),
		radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.04) 0.4px, transparent 0.55px),
		linear-gradient(180deg, rgba(6, 8, 12, 0.97) 0%, rgba(0, 0, 0, 1) 100%);
	background-size: 18px 21px, 10px 12px, auto;
	background-position: 0 0, 5px 6px, 0 0;
}

.site-footer::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
	background-image: radial-gradient(
		circle at 50% 50%,
		rgba(189, 211, 250, 0.085) 0.5px,
		transparent 0.62px
	);
	background-size: 12px 14px;
	opacity: 0.22;
}

.site-footer::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
	background-image: radial-gradient(
		circle at 50% 50%,
		rgba(255, 255, 255, 0.055) 0.35px,
		transparent 0.48px
	);
	background-size: 7px 9px;
	background-position: 3px 4px;
	opacity: 0.16;
}

.site-footer .site-shell {
	position: relative;
	z-index: 1;
}

.site-main {
	padding: 2rem 0;
	max-width: 100%;
	min-width: 0;
}

.site-shell {
	width: min(1348px, 100%);
	max-width: 100%;
	padding: 0 clamp(12px, 3.2vw, 16px);
	margin: 0 auto;
	min-width: 0;
}

.home-stage {
	margin-top: 33px;
	overflow-x: clip;
	max-width: 100%;
}

.home-stage .site-shell {
	position: relative;
}

.home-stage__frame {
	position: relative;
	width: min(1348px, 100%);
	min-height: 0;
	padding: 32px 24px;
	border: 1px solid rgba(100, 100, 102, 0.5);
	border-radius: 24px;
	overflow: hidden;
}

.home-stage__video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.62;
	pointer-events: none;
}

.home-stage__overlay {
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 50% 34%, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.34) 100%);
	pointer-events: none;
}

.site-header__inner {
	width: min(892px, 100%);
	min-height: 54px;
	margin: 0 auto;
	padding: 0.15rem 0;
	background: transparent;
	border: none;
}

.site-header__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.site-branding__logo {
	display: inline-block;
	width: 254px;
	height: 54px;
	text-decoration: none;
}

.site-branding__logo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.site-header__contacts {
	width: 180px;
	height: 20px;
}

.site-header__contacts img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.site-header__burger,
.site-header__mobile-panel {
	display: none;
}

.site-header__burger {
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 7px;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	position: relative;
	z-index: 1201;
}

.site-header__burger span {
	display: block;
	width: 32px;
	height: 4px;
	border-radius: 999px;
	background: #cde3ff;
	box-shadow: 0 0 10px rgba(166, 198, 236, 0.42);
	transition: transform 0.25s ease, opacity 0.25s ease;
}

.site-header__burger[aria-expanded="true"] {
	position: relative;
	top: auto;
	right: auto;
	z-index: 100001;
	margin-top: 8px;
}

.site-header__burger[aria-expanded="true"] span:nth-child(1) {
	transform: translateY(11px) rotate(45deg);
}

.site-header__burger[aria-expanded="true"] span:nth-child(2) {
	opacity: 0;
}

.site-header__burger[aria-expanded="true"] span:nth-child(3) {
	transform: translateY(-11px) rotate(-45deg);
}

.site-header__mobile-panel {
	position: fixed;
	top: 98px;
	right: 16px;
	width: min(268px, calc(100vw - 32px));
	max-height: calc(100vh - 112px);
	padding: 14px 16px 18px;
	background: #040609;
	border: 1px solid rgba(189, 211, 250, 0.2);
	box-shadow: 0 16px 44px rgba(0, 0, 0, 0.65);
	z-index: 100000;
	overflow: auto;
}

.site-header__mobile-panel.is-open {
	display: block;
}

.site-header__mobile-nav .site-header__mobile-menu,
.site-header__mobile-nav .site-header__menu {
	margin: 0;
	padding: 34px 0 0;
	list-style: none;
	display: grid !important;
	grid-template-columns: 1fr !important;
	align-items: start;
	row-gap: 10px;
}

.site-header__mobile-nav .site-header__mobile-menu li,
.site-header__mobile-nav .site-header__menu li {
	display: block !important;
	float: none !important;
	clear: both !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.site-header__mobile-nav .site-header__mobile-menu a,
.site-header__mobile-nav .site-header__menu a {
	display: block !important;
	width: 100% !important;
	font-size: 13px;
	line-height: 1.35;
	text-decoration: none;
	color: #f0f4ff;
	letter-spacing: 0;
	white-space: normal;
}

.site-header__mobile-menu li:last-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.site-header__mobile-contacts {
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px solid rgba(189, 211, 250, 0.22);
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.site-header__mobile-contacts a {
	color: #f0f4ff;
	text-decoration: none;
	font-size: 13px;
	line-height: 1.3;
}

.site-header__mobile-contacts a:last-child {
	width: 16px;
	height: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #dce8ff;
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
}

.site-header__nav {
	margin-top: 0.6rem;
	padding: 0.36rem 1.2rem;
	border: 1px solid rgba(189, 211, 250, 0.34);
	border-radius: 999px;
	background: linear-gradient(
		180deg,
		rgba(22, 30, 45, 0.22) 0%,
		rgba(10, 15, 24, 0.14) 100%
	);
	backdrop-filter: blur(5px) saturate(118%);
	-webkit-backdrop-filter: blur(5px) saturate(118%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.18),
		inset 0 -1px 0 rgba(255, 255, 255, 0.05),
		0 4px 14px rgba(0, 0, 0, 0.2),
		0 0 14px rgba(120, 168, 235, 0.1);
}

.site-header__menu {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	gap: 0.25rem 0.82rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-header__menu a {
	display: inline-block;
	background-image: linear-gradient(180deg, #e6e7eb 0%, #bdd3fa 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	text-decoration: none;
	font-size: 0.82rem;
	letter-spacing: 0.01em;
	white-space: nowrap;
}

.site-footer__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr) minmax(0, 1.45fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
	column-gap: clamp(0.75rem, 2vw, 1.35rem);
	row-gap: 0;
	width: min(1316px, 100%);
	max-width: 100%;
	margin: 0 auto;
	min-width: 0;
}

.site-footer__column--brand {
	position: relative;
	grid-column: 1;
	grid-row: 1;
	padding-top: 0;
}

.site-footer__logo-wrap {
	position: absolute;
	bottom: 100%;
	left: 0;
	margin-bottom: 1.05rem;
	z-index: 2;
}

.site-footer__column--inside {
	grid-column: 2;
	grid-row: 1;
}

.site-footer__column--services {
	grid-column: 3;
	grid-row: 1;
}

.site-footer__column--packages {
	grid-column: 4;
	grid-row: 1;
}

.site-footer__column--resources {
	grid-column: 5;
	grid-row: 1;
}

.site-footer__column--legal {
	grid-column: 6;
	grid-row: 1;
}

.site-footer__column {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.95rem;
}

.site-footer__column a {
	color: #646466;
	text-decoration: none;
	font-size: 0.9rem;
	line-height: 1.72;
}

.site-footer__link--multiline {
	display: block;
	line-height: 1.55;
}

.site-footer__column-title {
	margin: 0 0 0.35rem;
	background-image: linear-gradient(180deg, #e6e7eb 0%, #bdd3fa 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	font-size: 0.96rem;
	font-weight: 400;
}

.site-footer__column--brand a {
	color: rgba(189, 211, 250, 0.62);
}

.site-footer__logo-link {
	display: inline-block;
	margin-bottom: 0;
}

.site-footer__logo {
	display: block;
	width: 133px;
	height: 24px;
	object-fit: contain;
}

.site-footer__line {
	grid-column: 1 / -1;
	grid-row: 2;
	position: relative;
	z-index: 2;
	align-self: stretch;
	height: 0;
	min-height: 0;
	margin: clamp(1.35rem, 3vw, 1.85rem) 0 clamp(1rem, 2.5vw, 1.35rem);
	flex-shrink: 0;
	background: none;
	box-shadow: none;
	border: none;
	border-top: 2px solid transparent;
	border-image-source: linear-gradient(
		90deg,
		rgba(112, 125, 148, 0) 0%,
		rgba(189, 211, 250, 0.24) 54.33%,
		rgba(112, 125, 148, 0) 100%
	);
	border-image-slice: 1;
}

.site-footer__bottom {
	grid-column: 1 / -1;
	grid-row: 3;
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	gap: 1rem;
}

.site-footer__bottom p {
	margin: 0;
	color: #646466;
	font-size: 0.8rem;
}

.site-footer__bottom p:first-child {
	background-image: linear-gradient(180deg, #e6e7eb 0%, #bdd3fa 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}

.home-hero {
	margin-top: 290px;
}

.home-hero__card {
	width: min(772px, 100%);
	height: 320px;
	padding: 26px 22px 20px;
	border-radius: 24px;
	border: 1px solid rgba(189, 211, 250, 0.34);
	background: linear-gradient(180deg, rgba(20, 28, 43, 0.2) 0%, rgba(6, 10, 18, 0.14) 100%);
	backdrop-filter: blur(4px) saturate(118%);
	-webkit-backdrop-filter: blur(4px) saturate(118%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.15),
		inset 0 -1px 0 rgba(255, 255, 255, 0.05),
		0 6px 18px rgba(0, 0, 0, 0.2);
}

.home-hero__title {
	margin: 0;
	background-image: linear-gradient(180deg, #e6e7eb 0%, #bdd3fa 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	font-size: 56px;
	font-weight: 700;
	line-height: 1.08;
}

.home-hero__line {
	height: 2px;
	margin: 14px 0 16px;
	background: linear-gradient(90deg, rgba(189, 211, 250, 0.24) 37.98%, rgba(112, 125, 148, 0) 100%);
}

.home-hero__description {
	margin: 0;
	background-image: linear-gradient(180deg, #e6e7eb 0%, #bdd3fa 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	font-size: 16px;
	line-height: 1.3;
}

.home-offer {
	margin-top: 32px;
	position: relative;
	z-index: 1;
}

.home-offer__card {
	position: relative;
	display: flex;
	justify-content: flex-start;
	gap: clamp(16px, 3vw, 24px);
	width: min(1347px, 100%);
	max-width: 100%;
	padding: 28px clamp(16px, 4vw, 32px);
	min-width: 0;
	border-radius: 24px;
	border: 1px solid #64646680;
	background:
		radial-gradient(circle at 96% 4%, rgba(115, 172, 203, 0.25) 0%, rgba(115, 172, 203, 0.25) 6%, rgba(115, 172, 203, 0) 20%),
		radial-gradient(circle at 4% 96%, rgba(115, 172, 203, 0.25) 0%, rgba(115, 172, 203, 0.25) 7%, rgba(115, 172, 203, 0) 22%),
		linear-gradient(180deg, rgba(20, 28, 43, 0.2) 0%, rgba(6, 10, 18, 0.14) 100%);
	backdrop-filter: blur(4px) saturate(118%);
	-webkit-backdrop-filter: blur(4px) saturate(118%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.15),
		inset 0 -1px 0 rgba(255, 255, 255, 0.05),
		0 6px 18px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

.home-offer__card::after {
	content: "";
	position: absolute;
	top: -64px;
	right: -30px;
	width: 460px;
	height: 330px;
	background:
		radial-gradient(circle at 40% 46%, rgba(188, 214, 255, 0.11) 0%, rgba(188, 214, 255, 0) 72%),
		url("../../assets/image/home-offer-spot.png");
	background-size: auto, 165% 165%;
	background-repeat: no-repeat;
	background-position: center, 82% 44%;
	opacity: 0.32;
	filter: blur(0);
	mask-image: radial-gradient(circle at 90% 20%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 28%, rgba(0, 0, 0, 0.5) 48%, rgba(0, 0, 0, 0) 62%);
	-webkit-mask-image: radial-gradient(circle at 90% 20%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 28%, rgba(0, 0, 0, 0.5) 48%, rgba(0, 0, 0, 0) 62%);
	pointer-events: none;
}

.home-offer__content {
	position: relative;
	z-index: 1;
	flex: 1 1 665px;
	max-width: 665px;
	min-width: 0;
}

.home-offer__description {
	margin: 0;
	background-image: linear-gradient(180deg, #e6e7eb 0%, #bdd3fa 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	font-size: 16px;
	line-height: 1.32;
}

.home-offer__line {
	width: min(665px, 100%);
	height: 2px;
	margin: 14px 0 16px;
	background: linear-gradient(90deg, rgba(112, 125, 148, 0) 0%, rgba(189, 211, 250, 0.24) 54.33%, rgba(112, 125, 148, 0) 100%);
}

.home-offer__title {
	margin: 0;
	background-image: linear-gradient(180deg, #e6e7eb 0%, #bdd3fa 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.15;
}

.home-offer__actions {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 16px;
	flex: 0 1 431px;
	min-width: 0;
	max-width: 100%;
}

.home-offer__button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(431px, 100%);
	max-width: 100%;
	height: 60px;
	padding: 0 16px 0 14px;
	text-decoration: none;
	border-radius: 4px;
	font-size: 16px;
	color: rgba(230, 231, 235, 1);
	border: 1px solid #bdd3fa;
}

button.home-offer__button {
	font: inherit;
	text-align: left;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.home-offer__button--dark {
	background: rgba(3, 7, 12, 0.86);
}

.home-offer__button--light {
	background: #a6b9dc;
	color: #0c111b;
	border-color: #a6b9dc;
}

.home-offer__button-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 29.5px;
	height: 29.5px;
	border: none;
	border-radius: 3px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 29.5px 29.5px;
}

.home-offer__button--dark .home-offer__button-icon {
	background-image: url("../../assets/image/btn-arrow-light.png");
}

.home-offer__button--light .home-offer__button-icon {
	background-image: url("../../assets/image/btn-arrow-dark.png");
}

.home-tech {
	margin-top: 140px;
	margin-bottom: 120px;
	position: relative;
	overflow-x: clip;
	overflow-y: visible;
}

.home-tech::before {
	content: "";
	position: absolute;
	top: -110px;
	bottom: -110px;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 100%;
	transform: none;
	background-color: #000;
	background-image:
		radial-gradient(ellipse 520px 290px at 31% 52%, rgba(115, 172, 203, 0.32) 0%, rgba(115, 172, 203, 0.18) 26%, rgba(115, 172, 203, 0.06) 52%, rgba(115, 172, 203, 0) 78%),
		radial-gradient(ellipse 560px 320px at 74% 46%, rgba(115, 172, 203, 0.3) 0%, rgba(115, 172, 203, 0.16) 28%, rgba(115, 172, 203, 0.05) 56%, rgba(115, 172, 203, 0) 80%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.2) 12%, transparent 24%, transparent 76%, rgba(0, 0, 0, 0.2) 88%, rgba(0, 0, 0, 0.48) 100%),
		linear-gradient(0deg, rgba(100, 102, 110, 0.22) 1px, transparent 1px),
		linear-gradient(90deg, rgba(100, 102, 110, 0.22) 1px, transparent 1px);
	background-size: auto, auto, auto, 96px 96px, 96px 96px;
	background-position: center, center, center, center, center;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.62) 12%, rgba(0, 0, 0, 1) 24%, rgba(0, 0, 0, 1) 76%, rgba(0, 0, 0, 0.62) 88%, rgba(0, 0, 0, 0) 100%);
	-webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.62) 12%, rgba(0, 0, 0, 1) 24%, rgba(0, 0, 0, 1) 76%, rgba(0, 0, 0, 0.62) 88%, rgba(0, 0, 0, 0) 100%);
	filter: blur(0.2px);
	pointer-events: none;
	z-index: 0;
}

.home-tech::after {
	content: "";
	position: absolute;
	top: -150px;
	bottom: -150px;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 100%;
	transform: none;
	background:
		radial-gradient(ellipse 600px 360px at 27% 52%, rgba(115, 172, 203, 0.26) 0%, rgba(115, 172, 203, 0.14) 35%, rgba(115, 172, 203, 0) 72%),
		radial-gradient(ellipse 620px 380px at 77% 45%, rgba(115, 172, 203, 0.24) 0%, rgba(115, 172, 203, 0.12) 36%, rgba(115, 172, 203, 0) 74%);
	filter: blur(36px);
	opacity: 0.9;
	pointer-events: none;
	z-index: 0;
}

.home-tech__card {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(16px, 3vw, 20px);
	width: min(1348px, 100%);
	max-width: 100%;
	margin: 0 auto;
	padding: 48px 16px;
	border-radius: 0;
	border: none;
	background: transparent;
	overflow: visible;
	min-width: 0;
}

.home-tech__card::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 20% 38%, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 50%),
		radial-gradient(circle at 79% 64%, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0) 52%),
		repeating-radial-gradient(circle at 12% 28%, rgba(255, 255, 255, 0.03) 0 1px, rgba(255, 255, 255, 0) 1px 3px);
	opacity: 0.38;
	pointer-events: none;
}

.home-tech__card::after {
	content: "";
	position: absolute;
	inset: 0;
	box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.22);
	pointer-events: none;
}

.home-tech__content,
.home-tech__visual {
	position: relative;
	z-index: 1;
	min-width: 0;
}

.home-tech__content {
	flex: 1 1 auto;
	max-width: 560px;
}

.home-tech__title {
	margin: 0 0 22px;
	background-image: linear-gradient(180deg, #e6e7eb 0%, #bdd3fa 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.1;
	max-width: 510px;
}

.home-tech__text {
	margin: 0 0 16px;
	background-image: linear-gradient(180deg, #e6e7eb 0%, #bdd3fa 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	font-size: 21px;
	line-height: 1.16;
}

.home-tech__button {
	display: block;
	width: min(298px, 100%);
	height: 60px;
	margin-top: 18px;
	margin-left: auto;
	background: url("../../assets/image/learn-more-button.png") center / 100% 100% no-repeat;
}

.home-tech__visual {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 1 392px;
	min-width: 0;
}

.home-tech__visual img {
	display: block;
	width: 100%;
	max-width: 392px;
	height: auto;
	aspect-ratio: 392 / 407;
	object-fit: contain;
}

.home-capabilities {
	margin-top: 245px;
	position: relative;
}

.home-capabilities::before {
	display: none;
}

.home-capabilities .site-shell {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 1;
}

.home-capabilities__media {
	width: 100%;
	display: flex;
	justify-content: center;
}

.home-capabilities__media img {
	display: block;
	width: min(891px, 100%);
	height: auto;
	aspect-ratio: 891 / 590;
	object-fit: cover;
	margin-left: auto;
	margin-right: auto;
	-webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 12%, rgba(0, 0, 0, 1) 88%, rgba(0, 0, 0, 0) 100%);
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 12%, rgba(0, 0, 0, 1) 88%, rgba(0, 0, 0, 0) 100%);
}

.home-capabilities__intro {
	/* Same outer width as `.home-capabilities__grid` so the block centers with the cards */
	width: min(887px, 100%);
	box-sizing: border-box;
	margin-top: 130px;
	margin-left: auto;
	margin-right: auto;
	align-self: center;
	text-align: left;
	min-width: 0;
	/* Grid padding 10px + card padding 24px — lines up intro copy with card titles */
	padding-inline: clamp(16px, 3vw, 34px);
}

.home-capabilities__title {
	margin: 0;
	background-image: linear-gradient(180deg, #e6e7eb 0%, #bdd3fa 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.1;
	max-width: none;
}

.home-capabilities__lead {
	margin: 10px 0 0;
	background-image: linear-gradient(180deg, #e6e7eb 0%, #bdd3fa 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	font-size: 16px;
	line-height: 1.3;
	max-width: none;
}

@media (min-width: 1025px) {
	.home-capabilities__intro {
		width: min(887px, 100%);
		max-width: 100%;
		padding-inline: 34px;
		text-align: left;
	}
}

.home-capabilities__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(14px, 2.2vw, 21px);
	margin-top: 60px;
	position: relative;
	padding: 10px;
	border-radius: 28px;
	width: min(887px, 100%);
	margin-left: auto;
	margin-right: auto;
	min-width: 0;
}

.home-capabilities__grid::before {
	content: "";
	position: absolute;
	inset: -22px -8% -28px -8%;
	border-radius: 0;
	background-image:
		linear-gradient(0deg, rgba(100, 102, 110, 0.2) 1px, transparent 1px),
		linear-gradient(90deg, rgba(100, 102, 110, 0.2) 1px, transparent 1px);
	background-size: 96px 96px, 96px 96px;
	-webkit-mask-image: radial-gradient(
		ellipse 52% 48% at 50% 50%,
		rgba(0, 0, 0, 1) 0%,
		rgba(0, 0, 0, 0.92) 38%,
		rgba(0, 0, 0, 0.45) 68%,
		rgba(0, 0, 0, 0.12) 86%,
		rgba(0, 0, 0, 0) 100%
	);
	mask-image: radial-gradient(
		ellipse 52% 48% at 50% 50%,
		rgba(0, 0, 0, 1) 0%,
		rgba(0, 0, 0, 0.92) 38%,
		rgba(0, 0, 0, 0.45) 68%,
		rgba(0, 0, 0, 0.12) 86%,
		rgba(0, 0, 0, 0) 100%
	);
	opacity: 1;
	pointer-events: none;
	z-index: 0;
}

.home-capabilities__grid::after {
	content: "";
	position: absolute;
	left: -14%;
	right: -14%;
	top: -12%;
	bottom: -18%;
	pointer-events: none;
	z-index: 0;
	background: radial-gradient(
		ellipse 46% 40% at 50% 29%,
		#73accb40 0%,
		rgba(115, 172, 203, 0.28) 32%,
		rgba(115, 172, 203, 0.08) 58%,
		transparent 76%
	);
}

.home-capabilities__grid .capability-card:nth-child(8) {
	background:
		radial-gradient(
			ellipse 108% 100% at 78% 88%,
			#73accb40 0%,
			rgba(115, 172, 203, 0.26) 34%,
			rgba(115, 172, 203, 0.08) 58%,
			transparent 78%
		),
		radial-gradient(circle at 88% 14%, rgba(189, 220, 255, 0.18) 0%, rgba(189, 220, 255, 0) 44%),
		linear-gradient(180deg, rgba(24, 39, 60, 0.14) 0%, rgba(8, 14, 24, 0.08) 100%);
}

.capability-card {
	position: relative;
	z-index: 1;
	width: 100%;
	min-width: 0;
	height: auto;
	min-height: 170px;
	padding: 24px;
	border-radius: 24px;
	overflow: hidden;
	background:
		radial-gradient(circle at 88% 14%, rgba(189, 220, 255, 0.18) 0%, rgba(189, 220, 255, 0) 44%),
		linear-gradient(180deg, rgba(24, 39, 60, 0.14) 0%, rgba(8, 14, 24, 0.08) 100%);
	border: 1px solid rgba(184, 207, 237, 0.56);
	backdrop-filter: blur(1.2px) saturate(122%);
	-webkit-backdrop-filter: blur(1.2px) saturate(122%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.32),
		inset 0 -1px 0 rgba(255, 255, 255, 0.1),
		0 8px 24px rgba(0, 0, 0, 0.2);
}

.capability-card::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 285px;
	height: 188px;
	overflow: hidden;
	border-top-right-radius: inherit;
	background: url("../../assets/image/home-offer-spot.png") center/cover no-repeat;
	background-size: 210% 210%;
	background-position: 86% 22%;
	opacity: 0.16;
	mask-image: radial-gradient(circle at 88% 18%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.42) 58%, rgba(0, 0, 0, 0) 86%);
	-webkit-mask-image: radial-gradient(circle at 88% 18%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.42) 58%, rgba(0, 0, 0, 0) 86%);
	pointer-events: none;
}

.capability-card__title,
.capability-card__text {
	position: relative;
	z-index: 1;
	margin: 0;
}

.capability-card__title {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #e8f1ff;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.15;
}

.capability-card__icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	font-size: 0;
	line-height: 0;
	background: url("../../assets/image/capability-star.png") center / 24px 24px no-repeat;
	opacity: 0.95;
}

.capability-card__text {
	margin-top: 9px;
	color: #8f949e;
	font-size: 16px;
	line-height: 1.15;
}

.home-capabilities__button {
	display: block;
	width: min(435px, 100%);
	height: 60px;
	margin-top: 63px;
	background: url("../../assets/image/see-all-services-button.png") center / 100% 100% no-repeat;
}

.home-capabilities__line {
	width: min(558px, 100%);
	height: 2px;
	margin-top: 63px;
	background: linear-gradient(90deg, rgba(112, 125, 148, 0) 0%, rgba(189, 211, 250, 0.24) 48.08%, rgba(112, 125, 148, 0) 100%);
}

.home-delivery {
	margin-top: 155px;
	position: relative;
}

.home-delivery::before {
	content: "";
	position: absolute;
	inset: -80px 0 -120px;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 100%;
	transform: none;
	background-color: #000;
	background-image:
		linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.1) 80%, rgba(0, 0, 0, 0.45) 100%),
		linear-gradient(0deg, rgba(100, 102, 110, 0.2) 1px, transparent 1px),
		linear-gradient(90deg, rgba(100, 102, 110, 0.2) 1px, transparent 1px);
	background-size: auto, 96px 96px, 96px 96px;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.82) 12%, rgba(0, 0, 0, 1) 26%, rgba(0, 0, 0, 1) 74%, rgba(0, 0, 0, 0.82) 88%, rgba(0, 0, 0, 0) 100%);
	-webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.82) 12%, rgba(0, 0, 0, 1) 26%, rgba(0, 0, 0, 1) 74%, rgba(0, 0, 0, 0.82) 88%, rgba(0, 0, 0, 0) 100%);
	pointer-events: none;
	z-index: 0;
}

.home-delivery .site-shell {
	position: relative;
	z-index: 1;
}

.home-delivery::after {
	content: "";
	position: absolute;
	inset: -140px 0 -170px;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 100%;
	transform: none;
	background:
		radial-gradient(ellipse 470px 260px at 26% 21%, rgba(115, 172, 203, 0.38) 0%, rgba(115, 172, 203, 0.22) 30%, rgba(115, 172, 203, 0.08) 56%, rgba(115, 172, 203, 0) 78%),
		radial-gradient(ellipse 500px 280px at 78% 25%, rgba(115, 172, 203, 0.38) 0%, rgba(115, 172, 203, 0.22) 30%, rgba(115, 172, 203, 0.08) 58%, rgba(115, 172, 203, 0) 80%),
		radial-gradient(ellipse 560px 320px at 34% 72%, rgba(115, 172, 203, 0.36) 0%, rgba(115, 172, 203, 0.2) 30%, rgba(115, 172, 203, 0.08) 58%, rgba(115, 172, 203, 0) 82%);
	filter: blur(36px);
	opacity: 0.96;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.68) 12%, rgba(0, 0, 0, 1) 24%, rgba(0, 0, 0, 1) 76%, rgba(0, 0, 0, 0.68) 88%, rgba(0, 0, 0, 0) 100%);
	-webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.68) 12%, rgba(0, 0, 0, 1) 24%, rgba(0, 0, 0, 1) 76%, rgba(0, 0, 0, 0.68) 88%, rgba(0, 0, 0, 0) 100%);
	pointer-events: none;
	z-index: 0;
}

.home-delivery__stack {
	width: min(1316px, 100%);
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 120px;
}

.home-delivery__item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 430px);
	align-items: center;
	gap: clamp(24px, 4vw, 48px);
	min-width: 0;
}

.home-delivery__item--monthly {
	grid-template-columns: minmax(0, 430px) minmax(0, 1fr);
}

.home-delivery__content {
	max-width: 760px;
}

.home-delivery__heading {
	display: flex;
	align-items: center;
	gap: 18px;
}

.home-delivery__index {
	margin: 0;
	color: rgba(189, 211, 250, 0.2);
	font-size: 92px;
	font-weight: 500;
	line-height: 0.9;
	letter-spacing: 0.02em;
}

.home-delivery__title {
	margin: 0;
	background-image: linear-gradient(180deg, #e6e7eb 0%, #bdd3fa 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.08;
}

.home-delivery__text {
	margin: 0 0 12px;
	color: #8f949e;
	font-size: 16px;
	line-height: 1.3;
}

.home-delivery__heading + .home-delivery__text {
	margin-top: 20px;
}

.home-delivery__button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(323px, 100%);
	max-width: 100%;
	height: 60px;
	margin-top: 18px;
	margin-left: auto;
	padding: 0 16px 0 14px;
	text-decoration: none;
	border-radius: 4px;
	font-size: 16px;
	color: rgba(230, 231, 235, 1);
	border: 1px solid rgba(189, 211, 250, 0.85);
	background: rgba(3, 7, 12, 0.4);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}

.home-delivery__button-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 29.5px;
	height: 29.5px;
	border: none;
	border-radius: 3px;
	background: url("../../assets/image/btn-arrow-light.png") center/29.5px 29.5px no-repeat;
}

.home-delivery__visual {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
}

.home-delivery__item--one-time .home-delivery__visual img {
	width: min(100%, 460px);
	height: auto;
}

.home-delivery__item--monthly .home-delivery__visual img {
	width: min(100%, 360px);
	height: auto;
}

.home-approach {
	margin-top: 155px;
	position: relative;
}

.home-approach .site-shell {
	position: relative;
}

.home-approach__header {
	width: min(1316px, 100%);
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: clamp(14px, 2.5vw, 24px);
	min-width: 0;
}

.home-approach__intro {
	max-width: 860px;
}

.home-approach__title {
	margin: 0;
	background-image: linear-gradient(180deg, #e6e7eb 0%, #bdd3fa 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.12;
}

.home-approach__lead {
	margin: 16px 0 0;
	background-image: linear-gradient(180deg, #e6e7eb 0%, #bdd3fa 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	font-size: 16px;
	line-height: 1.3;
	max-width: 780px;
}

.home-approach__mark {
	flex: 0 0 140px;
	width: 140px;
}

.home-approach__mark img {
	display: block;
	width: 140px;
	height: 152px;
	object-fit: contain;
}

.home-approach__body {
	width: min(1316px, 100%);
	max-width: 100%;
	margin: 65px auto 0;
	display: grid;
	grid-template-columns: minmax(0, 663px) minmax(0, 1fr);
	gap: clamp(12px, 2vw, 16px);
	align-items: stretch;
	min-width: 0;
}

.home-approach__media {
	min-width: 0;
}

.home-approach__media img {
	display: block;
	width: 100%;
	max-width: 663px;
	height: auto;
	aspect-ratio: 663 / 694;
	object-fit: cover;
}

.home-approach__cards {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1 1 auto;
	min-height: 0;
	min-width: 0;
	gap: 16px;
}

.home-approach-card {
	position: relative;
	min-height: 0;
	padding: 16px 16px 14px;
	border-radius: 20px;
	overflow: hidden;
	background:
		radial-gradient(circle at 88% 50%, rgba(115, 172, 203, 0.14) 0%, rgba(115, 172, 203, 0.04) 40%, rgba(115, 172, 203, 0) 76%),
		linear-gradient(180deg, rgba(20, 28, 43, 0.16) 0%, rgba(6, 10, 18, 0.1) 100%);
	border: 1px solid rgba(184, 207, 237, 0.4);
	backdrop-filter: blur(4px) saturate(118%);
	-webkit-backdrop-filter: blur(4px) saturate(118%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.18),
		inset 0 -1px 0 rgba(255, 255, 255, 0.06);
}

.home-approach-card::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 240px;
	height: 150px;
	overflow: hidden;
	border-top-right-radius: inherit;
	background: url("../../assets/image/home-offer-spot.png") center/cover no-repeat;
	background-size: 210% 210%;
	background-position: 86% 18%;
	opacity: 0.22;
	mask-image: radial-gradient(circle at 88% 22%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.4) 56%, rgba(0, 0, 0, 0) 84%);
	-webkit-mask-image: radial-gradient(circle at 88% 22%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.4) 56%, rgba(0, 0, 0, 0) 84%);
	pointer-events: none;
}

.home-approach-card::before {
	content: none;
}

.home-approach-card__title,
.home-approach-card__text {
	position: relative;
	z-index: 1;
	margin: 0;
}

.home-approach-card__title {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #e8f1ff;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.12;
}

.home-approach-card__icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	font-size: 0;
	line-height: 0;
	background: url("../../assets/image/capability-star.png") center / 24px 24px no-repeat;
}

.home-approach-card__text {
	margin-top: 8px;
	color: #8f949e;
	font-size: 16px;
	line-height: 1.24;
}

.home-approach__line {
	width: min(1347px, 100%);
	height: 2px;
	margin: 65px auto 0;
	background: linear-gradient(90deg, rgba(112, 125, 148, 0) 0%, rgba(189, 211, 250, 0.24) 49.04%, rgba(112, 125, 148, 0) 100%);
}

.home-process {
	margin-top: 155px;
	position: relative;
}

.home-process::before {
	content: "";
	position: absolute;
	inset: -80px 0 -120px;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 100%;
	transform: none;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0.45) 0%,
		rgba(0, 0, 0, 0.08) 16%,
		rgba(0, 0, 0, 0.08) 84%,
		rgba(0, 0, 0, 0.45) 100%
	);
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.82) 12%, rgba(0, 0, 0, 1) 24%, rgba(0, 0, 0, 1) 76%, rgba(0, 0, 0, 0.82) 88%, rgba(0, 0, 0, 0) 100%);
	-webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.82) 12%, rgba(0, 0, 0, 1) 24%, rgba(0, 0, 0, 1) 76%, rgba(0, 0, 0, 0.82) 88%, rgba(0, 0, 0, 0) 100%);
	pointer-events: none;
	z-index: 0;
}

.home-process__inner {
	position: relative;
	z-index: 1;
	width: min(1316px, 100%);
	margin: 0 auto;
}

.home-process__title {
	margin: 0;
	max-width: 665px;
	background-image: linear-gradient(180deg, #e6e7eb 0%, #bdd3fa 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.12;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.home-process__lead {
	margin: 16px 0 0;
	max-width: 665px;
	background-image: linear-gradient(180deg, #e6e7eb 0%, #bdd3fa 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	font-size: 16px;
	line-height: 1.3;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.home-process__steps {
	margin-top: 55px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: min(665px, 100%);
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
	overflow-x: clip;
	overflow-y: visible;
}

.home-process__steps::before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: -28px;
	bottom: -32px;
	width: min(108%, 720px);
	transform: translateX(-50%);
	pointer-events: none;
	background-image:
		linear-gradient(0deg, rgba(100, 102, 110, 0.2) 1px, transparent 1px),
		linear-gradient(90deg, rgba(100, 102, 110, 0.2) 1px, transparent 1px);
	background-size: 96px 96px, 96px 96px;
	-webkit-mask-image: radial-gradient(
		ellipse 50% 46% at 50% 50%,
		rgba(0, 0, 0, 1) 0%,
		rgba(0, 0, 0, 0.9) 36%,
		rgba(0, 0, 0, 0.42) 66%,
		rgba(0, 0, 0, 0.1) 84%,
		rgba(0, 0, 0, 0) 100%
	);
	mask-image: radial-gradient(
		ellipse 50% 46% at 50% 50%,
		rgba(0, 0, 0, 1) 0%,
		rgba(0, 0, 0, 0.9) 36%,
		rgba(0, 0, 0, 0.42) 66%,
		rgba(0, 0, 0, 0.1) 84%,
		rgba(0, 0, 0, 0) 100%
	);
}

.home-process-step {
	position: relative;
	z-index: 1;
	padding: 16px 20px 14px;
	border-radius: 24px;
	overflow: visible;
	isolation: isolate;
	background: linear-gradient(180deg, rgba(20, 28, 43, 0.2) 0%, rgba(6, 10, 18, 0.12) 100%);
	border: 1px solid rgba(184, 207, 237, 0.4);
	backdrop-filter: blur(4px) saturate(118%);
	-webkit-backdrop-filter: blur(4px) saturate(118%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.18),
		inset 0 -1px 0 rgba(255, 255, 255, 0.06);
}

.home-process-step::before {
	content: "";
	position: absolute;
	z-index: 0;
	pointer-events: none;
	width: min(200%, 640px);
	height: min(200%, 640px);
	left: 50%;
	bottom: -58%;
	transform: translateX(-50%);
	border-radius: 50%;
	background: radial-gradient(
		circle at 50% 38%,
		rgba(115, 172, 203, 0.42) 0%,
		rgba(115, 172, 203, 0.18) 28%,
		rgba(115, 172, 203, 0.06) 52%,
		transparent 72%
	);
	filter: blur(22px);
	opacity: 0.55;
}

.home-process-step:nth-child(1)::before,
.home-process-step:nth-child(2)::before {
	opacity: 0.42;
	bottom: -52%;
	filter: blur(26px);
}

.home-process-step:nth-child(3)::before {
	opacity: 0.48;
	bottom: -54%;
}

.home-process-step:nth-child(4)::before {
	left: -8%;
	bottom: -56%;
	transform: none;
	width: min(220%, 680px);
	height: min(220%, 680px);
	background: radial-gradient(
		circle at 34% 40%,
		rgba(115, 172, 203, 0.48) 0%,
		rgba(115, 172, 203, 0.16) 30%,
		rgba(115, 172, 203, 0.05) 54%,
		transparent 74%
	);
	filter: blur(24px);
	opacity: 0.62;
}

.home-process-step:nth-child(5)::before {
	left: auto;
	right: -42%;
	bottom: -60%;
	transform: none;
	width: min(210%, 660px);
	height: min(210%, 660px);
	background: radial-gradient(
		circle at 58% 36%,
		rgba(115, 172, 203, 0.46) 0%,
		rgba(115, 172, 203, 0.15) 32%,
		rgba(115, 172, 203, 0.05) 54%,
		transparent 74%
	);
	filter: blur(26px);
	opacity: 0.62;
}

.home-process-step::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 240px;
	height: 150px;
	z-index: 1;
	overflow: hidden;
	border-top-right-radius: inherit;
	background: url("../../assets/image/home-offer-spot.png") center/cover no-repeat;
	background-size: 210% 210%;
	background-position: 86% 18%;
	opacity: 0.2;
	mask-image: radial-gradient(circle at 88% 22%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.4) 56%, rgba(0, 0, 0, 0) 84%);
	-webkit-mask-image: radial-gradient(circle at 88% 22%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.4) 56%, rgba(0, 0, 0, 0) 84%);
	pointer-events: none;
}

.home-process-step__title,
.home-process-step__text {
	position: relative;
	z-index: 2;
	margin: 0;
}

.home-process-step__title {
	display: flex;
	align-items: center;
	gap: 14px;
	background-image: linear-gradient(180deg, #e6e7eb 0%, #bdd3fa 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.04;
}

.home-process-step__index {
	color: rgba(230, 231, 235, 0.34);
	-webkit-text-fill-color: rgba(230, 231, 235, 0.34);
	font-size: 48px;
	line-height: 1;
}

.home-process-step__text {
	margin-top: 8px;
	color: #8f949e;
	font-size: 16px;
	line-height: 1.14;
	max-width: 980px;
}

.home-process__button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 209px;
	height: 60px;
	margin: 20px auto 0;
	padding: 0 14px 0 12px;
	text-decoration: none;
	border-radius: 4px;
	font-size: 16px;
	color: rgba(230, 231, 235, 1);
	border: 1px solid rgba(189, 211, 250, 0.85);
	background: rgba(3, 7, 12, 0.4);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}

.home-process__button-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 29.5px;
	height: 29.5px;
	border: none;
	border-radius: 3px;
	background: url("../../assets/image/btn-arrow-light.png") center/29.5px 29.5px no-repeat;
}

.home-profiles {
	margin-top: 155px;
}

.home-profiles__layout {
	width: min(1316px, 100%);
	max-width: 100%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(0px, 2vw, 24px);
	align-items: start;
	min-width: 0;
}

.home-profiles__content {
	display: flex;
	flex-direction: column;
	height: auto;
	min-height: 0;
	padding-right: clamp(0px, 1.5vw, 19px);
	min-width: 0;
}

.home-profiles__title {
	margin: 0;
	background-image: linear-gradient(180deg, #e6e7eb 0%, #bdd3fa 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.12;
	max-width: 590px;
}

.home-profiles__lead {
	margin: 16px 0 0;
	background-image: linear-gradient(180deg, #e6e7eb 0%, #bdd3fa 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	font-size: 16px;
	line-height: 1.3;
	max-width: 610px;
}

.home-profiles__label {
	margin: 16px 0 0;
	background-image: linear-gradient(180deg, #e6e7eb 0%, #bdd3fa 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
}

.home-profiles__grid {
	margin-top: 10px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	column-gap: 16px;
	row-gap: 24px;
}

.home-profiles__item {
	margin: 0;
	display: flex;
	align-items: flex-start;
	gap: 6px;
	color: #8f949e;
	font-size: 16px;
	line-height: 1.14;
}

.home-profiles__item-icon {
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	background: url("../../assets/image/profiles-arrow.png") center/24px 24px no-repeat;
}

.home-profiles__button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(323px, 100%);
	max-width: 100%;
	height: 60px;
	margin-top: 20px;
	margin-left: auto;
	padding: 0 16px 0 14px;
	text-decoration: none;
	border-radius: 4px;
	font-size: 16px;
	color: rgba(230, 231, 235, 1);
	border: 1px solid rgba(189, 211, 250, 0.85);
	background: rgba(3, 7, 12, 0.4);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}

.home-profiles__button-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 29.5px;
	height: 29.5px;
	border: none;
	border-radius: 3px;
	background: url("../../assets/image/btn-arrow-light.png") center/29.5px 29.5px no-repeat;
}

.home-profiles__line {
	width: min(664px, 100%);
	height: 2px;
	margin-top: 28px;
	background: linear-gradient(90deg, rgba(112, 125, 148, 0) 0%, rgba(189, 211, 250, 0.24) 49.04%, rgba(112, 125, 148, 0) 100%);
}

.home-profiles__visual {
	min-width: 0;
}

.home-profiles__visual img {
	display: block;
	width: 100%;
	max-width: 664px;
	height: auto;
	aspect-ratio: 664 / 686;
	object-fit: cover;
}

.home-contacts {
	margin-top: 155px;
	position: relative;
}

.home-contacts::before {
	content: "";
	position: absolute;
	inset: -84px 0 -88px;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 100%;
	transform: none;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.12) 18%, rgba(0, 0, 0, 0.12) 82%, rgba(0, 0, 0, 0.48) 100%),
		linear-gradient(0deg, rgba(100, 102, 110, 0.2) 1px, transparent 1px),
		linear-gradient(90deg, rgba(100, 102, 110, 0.2) 1px, transparent 1px);
	background-size: auto, 96px 96px, 96px 96px;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.78) 12%, rgba(0, 0, 0, 1) 24%, rgba(0, 0, 0, 1) 76%, rgba(0, 0, 0, 0.78) 88%, rgba(0, 0, 0, 0) 100%);
	-webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.78) 12%, rgba(0, 0, 0, 1) 24%, rgba(0, 0, 0, 1) 76%, rgba(0, 0, 0, 0.78) 88%, rgba(0, 0, 0, 0) 100%);
	pointer-events: none;
	z-index: 0;
}

.home-contacts__inner {
	position: relative;
	z-index: 1;
	width: min(1316px, 100%);
	margin: 0 auto;
}

.home-contacts__title {
	margin: 0 auto;
	width: min(891px, 100%);
	background-image: linear-gradient(180deg, #e6e7eb 0%, #bdd3fa 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.12;
}

.home-contacts__grid {
	width: min(891px, 100%);
	max-width: 100%;
	margin: 28px auto 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(12px, 2vw, 16px) clamp(14px, 2.5vw, 25px);
	min-width: 0;
	overflow-x: clip;
	overflow-y: visible;
}

.home-contacts-card {
	position: relative;
	width: 100%;
	min-width: 0;
	height: auto;
	min-height: 172px;
	padding: 24px;
	border-radius: 24px;
	overflow: visible;
	isolation: isolate;
	background:
		radial-gradient(circle at 88% 16%, rgba(115, 172, 203, 0.1) 0%, rgba(115, 172, 203, 0.04) 40%, transparent 68%),
		linear-gradient(180deg, rgba(20, 28, 43, 0.2) 0%, rgba(6, 10, 18, 0.12) 100%);
	border: 1px solid rgba(184, 207, 237, 0.4);
	backdrop-filter: blur(4px) saturate(118%);
	-webkit-backdrop-filter: blur(4px) saturate(118%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.18),
		inset 0 -1px 0 rgba(255, 255, 255, 0.06);
}

.home-contacts-card::before {
	content: "";
	position: absolute;
	z-index: 0;
	pointer-events: none;
	width: min(150%, 480px);
	height: min(150%, 480px);
	left: 50%;
	bottom: -48%;
	transform: translateX(-50%);
	border-radius: 50%;
	background: radial-gradient(
		circle at 50% 36%,
		rgba(115, 172, 203, 0.4) 0%,
		rgba(115, 172, 203, 0.14) 32%,
		rgba(115, 172, 203, 0.05) 54%,
		transparent 74%
	);
	filter: blur(22px);
	opacity: 0.55;
}

.home-contacts-card:nth-child(1)::before,
.home-contacts-card:nth-child(3)::before {
	width: min(200%, 620px);
	height: min(200%, 620px);
	left: 14%;
	bottom: -54%;
	transform: none;
	opacity: 0.68;
	filter: blur(26px);
	background: radial-gradient(
		circle at 40% 38%,
		rgba(115, 172, 203, 0.44) 0%,
		rgba(115, 172, 203, 0.15) 30%,
		rgba(115, 172, 203, 0.05) 52%,
		transparent 72%
	);
}

.home-contacts-card:nth-child(2)::before,
.home-contacts-card:nth-child(4)::before {
	opacity: 0.48;
	bottom: -44%;
	filter: blur(22px);
}

.home-contacts-card::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 240px;
	height: 150px;
	z-index: 1;
	overflow: hidden;
	border-top-right-radius: inherit;
	background: url("../../assets/image/home-offer-spot.png") center/cover no-repeat;
	background-size: 210% 210%;
	background-position: 86% 18%;
	opacity: 0.16;
	mask-image: radial-gradient(circle at 88% 22%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.4) 56%, rgba(0, 0, 0, 0) 84%);
	-webkit-mask-image: radial-gradient(circle at 88% 22%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.4) 56%, rgba(0, 0, 0, 0) 84%);
	pointer-events: none;
}

.home-contacts-card__title,
.home-contacts-card__text {
	position: relative;
	z-index: 2;
	margin: 0;
}

.home-contacts-card__title {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	background-image: linear-gradient(180deg, #e6e7eb 0%, #bdd3fa 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	font-size: clamp(20px, 1.2vw, 23px);
	font-weight: 500;
	line-height: 1.1;
}

.home-contacts-card__icon {
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
}

.home-contacts-card__icon img {
	display: block;
	width: 40px;
	height: 40px;
	object-fit: contain;
}

.home-contacts-card__text {
	margin-top: 8px;
	color: #8f949e;
	font-size: 16px;
	line-height: 1.16;
}

.home-contacts__line {
	width: min(558px, 100%);
	height: 2px;
	margin: 24px auto 0;
	background: linear-gradient(90deg, rgba(112, 125, 148, 0) 0%, rgba(189, 211, 250, 0.24) 48.08%, rgba(112, 125, 148, 0) 100%);
}

.home-insights {
	margin-top: 190px;
	position: relative;
}

.home-insights::before {
	content: "";
	position: absolute;
	inset: -90px 0 -90px;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 100%;
	transform: none;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.08) 22%, rgba(0, 0, 0, 0.08) 78%, rgba(0, 0, 0, 0.38) 100%);
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 12%, rgba(0, 0, 0, 1) 24%, rgba(0, 0, 0, 1) 76%, rgba(0, 0, 0, 0.8) 88%, rgba(0, 0, 0, 0) 100%);
	-webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 12%, rgba(0, 0, 0, 1) 24%, rgba(0, 0, 0, 1) 76%, rgba(0, 0, 0, 0.8) 88%, rgba(0, 0, 0, 0) 100%);
	pointer-events: none;
	z-index: 0;
}

.home-insights__inner {
	position: relative;
	z-index: 1;
	width: min(1316px, 100%);
	max-width: 100%;
	margin: 0 auto;
	min-width: 0;
}

.home-insights__intro {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	position: relative;
}

.home-insights__intro::after {
	content: "";
	position: absolute;
	inset: 18% -24% -42% 8%;
	pointer-events: none;
	z-index: 0;
	background: radial-gradient(
		circle at 48% 88%,
		rgba(115, 172, 203, 0.38) 0%,
		rgba(115, 172, 203, 0.16) 26%,
		rgba(115, 172, 203, 0.07) 48%,
		rgba(115, 172, 203, 0.03) 68%,
		transparent 88%
	);
	filter: blur(28px);
	opacity: 0.85;
}

.home-insights__intro-text {
	max-width: 822px;
	position: relative;
	z-index: 1;
}

.home-insights__title {
	margin: 0;
	background-image: linear-gradient(180deg, #e6e7eb 0%, #bdd3fa 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.12;
}

.home-insights__lead {
	margin: 16px 0 0;
	background-image: linear-gradient(180deg, #e6e7eb 0%, #bdd3fa 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	font-size: 16px;
	line-height: 1.3;
}

.home-insights__intro-line {
	width: min(822px, 100%);
	height: 2px;
	margin-top: 18px;
	background: linear-gradient(90deg, rgba(189, 211, 250, 0.24) 37.98%, rgba(112, 125, 148, 0) 100%);
}

.home-insights__mark {
	flex: 0 0 178px;
	width: 178px;
	position: relative;
	z-index: 1;
}

.home-insights__mark img {
	display: block;
	width: 178px;
	height: 190px;
	object-fit: contain;
}

.home-insights__panel {
	position: relative;
	margin-top: 48px;
	padding: 32px 0 20px;
	overflow: visible;
}

.home-insights__panel::before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	top: -56px;
	bottom: -28px;
	pointer-events: none;
	background-image:
		radial-gradient(circle at 50% 50%, rgba(200, 218, 252, 0.06) 0.55px, transparent 0.72px),
		radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.035) 0.4px, transparent 0.55px),
		linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.14) 26%, rgba(0, 0, 0, 0.06) 52%, transparent 78%),
		linear-gradient(0deg, rgba(100, 102, 110, 0.2) 1px, transparent 1px),
		linear-gradient(90deg, rgba(100, 102, 110, 0.2) 1px, transparent 1px);
	background-size: 16px 19px, 10px 12px, auto, 96px 96px, 96px 96px;
	background-position: 0 0, 5px 6px, 0 0, 0 0, 0 0;
}

.home-insights__panel::after {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	transform: translateX(-50%);
	width: min(891px, 86vw);
	height: 2px;
	bottom: 0;
	pointer-events: none;
	background: linear-gradient(
		90deg,
		rgba(111, 188, 255, 0) 0%,
		rgba(140, 198, 255, 0.35) 50%,
		rgba(111, 188, 255, 0) 100%
	);
	opacity: 0.85;
}

.home-insights__subtitle {
	margin: 0 0 18px;
	position: relative;
	z-index: 1;
	background-image: linear-gradient(180deg, #e6e7eb 0%, #bdd3fa 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.16;
}

.home-insights__grid {
	margin-top: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(12px, 2vw, 16px);
	position: relative;
	z-index: 1;
	width: min(1340px, 100%);
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	min-width: 0;
	overflow-x: clip;
	overflow-y: visible;
}

.site-footer,
.home-delivery,
.home-process,
.home-contacts,
.home-insights {
	overflow-x: clip;
}

.home-insights__grid::before {
	content: "";
	position: absolute;
	inset: -8px 0 -20px;
	pointer-events: none;
	z-index: 0;
	background: radial-gradient(ellipse 92% 58% at 50% 0%, rgba(22, 36, 56, 0.28) 0%, transparent 68%);
}

.home-insights-card {
	position: relative;
	width: 100%;
	min-width: 0;
	min-height: 292px;
	padding: 24px;
	border-radius: 24px;
	overflow: visible;
	isolation: isolate;
	background:
		radial-gradient(circle at 88% 16%, rgba(115, 172, 203, 0.1) 0%, rgba(115, 172, 203, 0.04) 42%, transparent 68%),
		linear-gradient(180deg, rgba(20, 28, 43, 0.2) 0%, rgba(6, 10, 18, 0.12) 100%);
	border: 1px solid rgba(184, 207, 237, 0.4);
	backdrop-filter: blur(4px) saturate(118%);
	-webkit-backdrop-filter: blur(4px) saturate(118%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.18),
		inset 0 -1px 0 rgba(255, 255, 255, 0.06);
	display: flex;
	flex-direction: column;
	z-index: 1;
}

.home-insights__grid .home-insights-card:nth-child(1)::before {
	content: "";
	position: absolute;
	z-index: 0;
	pointer-events: none;
	inset: -32%;
	background:
		radial-gradient(
			circle at 90% 14%,
			rgba(115, 172, 203, 0.42) 0%,
			rgba(115, 172, 203, 0.14) 30%,
			rgba(115, 172, 203, 0.04) 52%,
			transparent 72%
		),
		radial-gradient(
			circle at 12% 88%,
			rgba(115, 172, 203, 0.42) 0%,
			rgba(115, 172, 203, 0.14) 30%,
			rgba(115, 172, 203, 0.04) 52%,
			transparent 72%
		);
	filter: blur(22px);
	opacity: 0.65;
	border-radius: inherit;
}

.home-insights__grid .home-insights-card:nth-child(2)::before {
	content: "";
	position: absolute;
	z-index: 0;
	pointer-events: none;
	inset: -30%;
	background:
		radial-gradient(
			circle at 14% 16%,
			rgba(115, 172, 203, 0.38) 0%,
			rgba(115, 172, 203, 0.13) 30%,
			rgba(115, 172, 203, 0.04) 52%,
			transparent 72%
		),
		radial-gradient(
			circle at 14% 88%,
			rgba(115, 172, 203, 0.4) 0%,
			rgba(115, 172, 203, 0.14) 30%,
			rgba(115, 172, 203, 0.04) 52%,
			transparent 72%
		);
	filter: blur(22px);
	opacity: 0.62;
	border-radius: inherit;
}

.home-insights__grid .home-insights-card:nth-child(3)::before {
	content: "";
	position: absolute;
	z-index: 0;
	pointer-events: none;
	inset: -28%;
	background: radial-gradient(
		circle at 14% 88%,
		rgba(115, 172, 203, 0.4) 0%,
		rgba(115, 172, 203, 0.14) 30%,
		rgba(115, 172, 203, 0.04) 52%,
		transparent 72%
	);
	filter: blur(22px);
	opacity: 0.62;
	border-radius: inherit;
}

.home-insights-card::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 240px;
	height: 150px;
	z-index: 1;
	overflow: hidden;
	border-top-right-radius: inherit;
	background: url("../../assets/image/home-offer-spot.png") center/cover no-repeat;
	background-size: 210% 210%;
	background-position: 86% 18%;
	opacity: 0.16;
	mask-image: radial-gradient(circle at 88% 22%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.4) 56%, rgba(0, 0, 0, 0) 84%);
	-webkit-mask-image: radial-gradient(circle at 88% 22%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.4) 56%, rgba(0, 0, 0, 0) 84%);
	pointer-events: none;
}

.home-insights-card__title,
.home-insights-card__text {
	position: relative;
	z-index: 2;
	margin: 0;
}

.home-insights-card__title {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	column-gap: 8px;
	align-items: start;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.16;
}

.home-insights-card__index {
	display: block;
	color: rgba(230, 231, 235, 0.3);
	-webkit-text-fill-color: rgba(230, 231, 235, 0.3);
	font-size: 48px;
	line-height: 0.84;
}

.home-insights-card__title-text {
	display: block;
	background-image: linear-gradient(180deg, #e6e7eb 0%, #bdd3fa 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}

.home-insights-card__text {
	margin-top: 10px;
	color: #8f949e;
	font-size: 16px;
	line-height: 1.2;
}

.home-insights-card__button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 211px;
	height: 60px;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0 14px 0 12px;
	text-decoration: none;
	border-radius: 4px;
	font-size: 16px;
	position: relative;
	z-index: 2;
	color: rgba(230, 231, 235, 1);
	border: 1px solid rgba(189, 211, 250, 0.85);
	background: rgba(3, 7, 12, 0.4);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}

.home-insights-card__button-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 29.5px;
	height: 29.5px;
	border: none;
	border-radius: 3px;
	background: url("../../assets/image/btn-arrow-light.png") center/29.5px 29.5px no-repeat;
}

.home-ready {
	margin-top: 155px;
	margin-bottom: 222px;
	position: relative;
}

.home-ready__inner {
	width: min(1316px, 100%);
	max-width: 100%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, min(420px, 34vw)) minmax(0, 1fr);
	gap: clamp(22px, 3vw, 40px);
	align-items: center;
	min-width: 0;
}

.home-ready__content {
	margin-top: 0;
	min-width: 0;
	width: 100%;
	max-width: none;
	margin-left: 0;
	margin-right: auto;
	text-align: left;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	container-type: inline-size;
	container-name: homeready-text;
}

.home-ready__visual {
	min-width: 0;
}

.home-ready__visual img {
	display: block;
	width: 100%;
	max-width: min(420px, 100%);
	height: auto;
	aspect-ratio: 550 / 627;
	object-fit: cover;
	border-radius: 2px;
}

.home-ready__title {
	margin: 0;
	max-width: min(778px, 100%);
	width: 100%;
	background-image: linear-gradient(180deg, #e6e7eb 0%, #bdd3fa 100%);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.12;
	text-align: left;
}

.home-ready__text {
	margin: 14px 0 0;
	max-width: min(778px, 100%);
	width: 100%;
	background-image: linear-gradient(180deg, #e6e7eb 0%, #bdd3fa 100%);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	font-size: 16px;
	line-height: 1.3;
	text-align: left;
}

.home-ready__text:first-of-type {
	margin-top: 16px;
}

.home-ready__actions {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
	margin-top: 40px;
	width: 100%;
	max-width: 778px;
	box-sizing: border-box;
}

@container homeready-text (min-width: 788px) {
	.home-ready__actions {
		flex-wrap: nowrap;
	}
}

.home-ready__button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	height: 60px;
	padding: 0 16px 0 14px;
	text-decoration: none;
	border-radius: 4px;
	font-size: 16px;
	flex: 0 0 auto;
	min-width: 0;
}

.home-ready__button > span:first-child {
	min-width: 0;
}

.home-ready__button--outline {
	width: 322px;
	max-width: 100%;
	font-weight: 400;
	color: rgba(230, 231, 235, 1);
	border: 1px solid #bdd3fa;
	background: rgba(3, 7, 12, 0.55);
}

.home-ready__button--solid {
	width: 436px;
	max-width: 100%;
	color: #0c111b;
	border: 1px solid #bdd3fa;
	background: #bdd3fa;
}

.home-ready__button-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 29.5px;
	height: 29.5px;
	border: none;
	border-radius: 3px;
	flex-shrink: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 29.5px 29.5px;
}

.home-ready__button--outline .home-ready__button-icon {
	background-image: url("../../assets/image/btn-arrow-light.png");
}

.home-ready__button--solid .home-ready__button-icon {
	background-image: url("../../assets/image/btn-arrow-dark.png");
}

.draxil-button {
	display: inline-block;
	padding: 0.5rem 1rem;
	border-radius: 6px;
	background: #111;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}

.draxil-button:hover,
.draxil-button:focus {
	opacity: 0.92;
}

.custom-swiper-button-prev.swiper-button-prev,
.custom-swiper-button-next.swiper-button-next {
	position: static;
	margin-top: 0;
	border-radius: 2px;
	border: 1px solid #bdd3fa;
	width: 40px;
	height: 40px;
	padding: 8px;
	background: transparent;
}

.custom-slider-nav {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}

.custom-swiper-pagination.swiper-pagination {
	position: static;
	margin-top: 24px;
}

.swiper-horizontal > .custom-swiper-pagination.swiper-pagination .swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	border-radius: 4px;
	border: 1px solid #bdd3fa;
	background-color: transparent;
}

.swiper-horizontal > .custom-swiper-pagination.swiper-pagination .swiper-pagination-bullet-active {
	width: 70px;
}

@media (max-width: 1024px) {
	.site-header {
		padding: 1.5rem 0;
	}

	.site-header__inner {
		width: min(100%, 892px);
		padding: 0.2rem 0;
	}

	.site-branding__logo {
		width: clamp(178px, 34vw, 254px);
		height: auto;
	}

	.site-branding__logo img {
		height: auto;
	}

	.site-header__contacts {
		width: clamp(126px, 23vw, 180px);
		height: auto;
	}

	.site-header__contacts img {
		height: auto;
	}

	.site-footer__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		column-gap: 1rem;
	}

	.site-footer__column--brand {
		grid-column: 1;
		grid-row: 1;
		padding-top: 0;
	}

	.site-footer__logo-wrap {
		margin-bottom: 0.62rem;
	}

	.site-footer__column--inside {
		grid-column: 2;
		grid-row: 1;
	}

	.site-footer__column--services {
		grid-column: 3;
		grid-row: 1;
	}

	.site-footer__column--packages {
		grid-column: 1;
		grid-row: 2;
	}

	.site-footer__column--resources {
		grid-column: 2;
		grid-row: 2;
	}

	.site-footer__column--legal {
		grid-column: 3;
		grid-row: 2;
	}

	.site-footer__line {
		grid-row: 3;
	}

	.site-footer__bottom {
		grid-row: 4;
	}

	.site-footer__bottom {
		flex-direction: column;
		align-items: flex-start;
	}

	.home-stage__frame {
		padding: 22px 16px;
	}

	.home-hero {
		margin-top: clamp(120px, 22vw, 220px);
	}

	.home-hero__card {
		height: auto;
		min-height: 290px;
	}

	.home-hero__title {
		font-size: clamp(42px, 6.2vw, 52px);
	}

	.home-offer__card {
		flex-direction: column;
		padding: 22px 20px;
	}

	.home-offer__line,
	.home-offer__content {
		max-width: 100%;
		width: 100%;
	}

	.home-offer__content {
		flex: 0 1 auto;
	}

	.home-offer__button {
		width: min(431px, 100%);
	}

	.home-offer__actions {
		flex: 0 1 auto;
		width: 100%;
		gap: 12px;
	}

	.home-tech {
		margin-top: 96px;
		margin-bottom: 96px;
	}

	.home-tech__card {
		padding: 36px 16px;
	}

	.home-tech__title {
		font-size: clamp(28px, 4.2vw, 32px);
	}

	.home-tech__text {
		font-size: clamp(16px, 2vw, 19px);
	}

	.home-tech__button {
		width: min(298px, 100%);
		height: 60px;
	}

	.home-tech__visual {
		min-width: 0;
	}

	.home-tech__visual img {
		width: clamp(250px, 30vw, 320px);
		height: auto;
	}

	.home-capabilities {
		margin-top: 160px;
	}

	.home-capabilities__media img {
		width: min(891px, 100%);
		height: auto;
	}

	.home-capabilities__intro {
		margin-top: 78px;
		width: min(891px, 100%);
		padding-inline: clamp(16px, 3vw, 34px);
	}

	.home-capabilities__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: min(891px, 100%);
		margin-top: 44px;
	}

	.capability-card {
		width: auto;
		height: auto;
		min-height: 170px;
	}

	.home-capabilities__button {
		width: min(435px, 100%);
	}

	.home-capabilities__line {
		width: min(558px, 100%);
	}

	.home-delivery {
		margin-top: 120px;
	}

	.home-delivery__stack {
		gap: 72px;
	}

	.home-delivery__item,
	.home-delivery__item--monthly {
		grid-template-columns: minmax(0, 1fr);
		gap: 24px;
	}

	.home-delivery__item--monthly .home-delivery__visual {
		order: 2;
		margin-top: 10px;
	}

	.home-delivery__item--monthly .home-delivery__content {
		order: 1;
	}

	.home-delivery__index {
		font-size: clamp(64px, 8vw, 84px);
	}

	.home-delivery__title {
		font-size: 32px;
	}

	.home-delivery__text {
		font-size: 16px;
		line-height: 1.24;
	}

	.home-delivery__button {
		width: min(323px, 100%);
		height: 60px;
	}

	.home-delivery__item--one-time .home-delivery__visual img {
		width: min(100%, 410px);
	}

	.home-delivery__item--monthly .home-delivery__visual img {
		width: min(100%, 320px);
	}

	.home-approach {
		margin-top: 120px;
	}

	.home-approach__title {
		font-size: clamp(28px, 4.5vw, 32px);
	}

	.home-approach__lead {
		font-size: 16px;
	}

	.home-approach__mark {
		flex-basis: 110px;
		width: 110px;
	}

	.home-approach__mark img {
		width: 110px;
		height: auto;
	}

	.home-approach__body {
		margin-top: 48px;
		grid-template-columns: minmax(0, 1fr);
		gap: 28px;
	}

	.home-approach__media img {
		width: min(663px, 100%);
		height: auto;
	}

	.home-approach__cards {
		width: min(665px, 100%);
		height: auto;
		justify-content: flex-start;
	}

	.home-approach__line {
		margin-top: 48px;
	}

	.home-process {
		margin-top: 120px;
	}

	.home-process__title {
		font-size: clamp(28px, 4.5vw, 32px);
	}

	.home-process__lead {
		font-size: 16px;
	}

	.home-process__steps {
		margin-top: 42px;
	}

	.home-process-step {
		padding: 14px 16px;
	}

	.home-process-step__title {
		font-size: clamp(24px, 3.6vw, 34px);
	}

	.home-process-step__text {
		font-size: 16px;
		line-height: 1.2;
	}

	.home-process__button {
		width: 209px;
		height: 60px;
	}

	.home-profiles {
		margin-top: 120px;
	}

	.home-profiles__layout {
		grid-template-columns: minmax(0, 1fr);
		gap: 28px;
	}

	.home-profiles__content {
		padding-right: 0;
		height: auto;
	}

	.home-profiles__title,
	.home-profiles__lead {
		max-width: 100%;
	}

	.home-profiles__grid {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}

	.home-profiles__line {
		width: min(664px, 100%);
		margin-top: 18px;
	}

	.home-profiles__visual img {
		width: min(664px, 100%);
		height: auto;
	}

	.home-contacts {
		margin-top: 120px;
	}

	.home-contacts__title,
	.home-contacts__grid {
		width: min(891px, 100%);
	}

	.home-contacts__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}

	.home-contacts-card {
		width: auto;
		height: auto;
		min-height: 172px;
	}

	.home-contacts-card__title {
		font-size: clamp(19px, 2.3vw, 22px);
	}

	.home-contacts-card__text {
		font-size: 16px;
		line-height: 1.22;
	}

	.home-insights {
		margin-top: 140px;
	}

	.home-insights__intro {
		gap: 16px;
	}

	.home-insights__intro-text {
		max-width: 100%;
	}

	.home-insights__title {
		font-size: clamp(28px, 4.2vw, 32px);
	}

	.home-insights__intro-line {
		width: min(822px, 100%);
	}

	.home-insights__mark {
		flex-basis: 140px;
		width: 140px;
	}

	.home-insights__mark img {
		width: 140px;
		height: auto;
	}

	.home-insights__panel {
		margin-top: 40px;
		padding-top: 24px;
		padding-bottom: 16px;
	}

	.home-insights__subtitle {
		margin: 0 0 16px;
	}

	.home-insights__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}

	.home-insights-card {
		width: auto;
		min-height: 250px;
	}

	.home-ready {
		margin-top: 120px;
		margin-bottom: 222px;
	}

	.home-ready__content {
		margin-top: 0;
	}

	.home-ready__inner {
		grid-template-columns: minmax(0, 1fr);
		gap: 32px;
		align-items: stretch;
	}

	.home-ready__visual img {
		width: min(550px, 100%);
		height: auto;
		aspect-ratio: 550 / 627;
		margin: 0 auto;
	}

	.home-ready__title,
	.home-ready__text {
		max-width: 100%;
	}

	.home-ready__actions {
		flex-wrap: wrap;
	}
}

@media (max-width: 768px) {
	.site-header__top {
		gap: 0.75rem;
	}

	.site-header__inner {
		width: min(100%, 100%);
	}

	.site-header__contacts,
	.site-header__nav {
		display: none;
	}

	.site-header__burger {
		display: inline-flex;
	}

	.site-branding__logo {
		width: min(256px, 68vw);
		height: auto;
	}

	.site-branding__logo img {
		width: 100%;
		height: auto;
	}

	.site-header__menu {
		flex-wrap: wrap;
		justify-content: center;
		gap: 0.4rem 0.8rem;
	}

	.site-header__nav {
		padding: 0.45rem 0.95rem;
	}

	.site-footer {
		padding-top: 2.95rem;
	}

	.site-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 0.9rem;
	}

	.site-footer__column--brand {
		grid-column: 1;
		grid-row: 1;
		padding-top: 0;
	}

	.site-footer__logo-wrap {
		margin-bottom: 0.58rem;
	}

	.site-footer__column--inside {
		grid-column: 2;
		grid-row: 1;
	}

	.site-footer__column--services {
		grid-column: 1;
		grid-row: 2;
	}

	.site-footer__column--packages {
		grid-column: 2;
		grid-row: 2;
	}

	.site-footer__column--resources {
		grid-column: 1;
		grid-row: 3;
	}

	.site-footer__column--legal {
		grid-column: 2;
		grid-row: 3;
	}

	.site-footer__line {
		grid-row: 4;
	}

	.site-footer__bottom {
		grid-row: 5;
	}

	.site-footer__column a {
		font-size: 0.85rem;
	}

	.site-footer__bottom p {
		font-size: 0.74rem;
	}

	.home-stage {
		margin-top: 18px;
	}

	.home-stage__frame {
		padding: 16px 12px 20px;
		border-radius: 18px;
	}

	.home-hero {
		margin-top: clamp(72px, 17vw, 120px);
	}

	.home-hero__card {
		padding: 18px 16px 16px;
		min-height: 236px;
		border-radius: 18px;
	}

	.home-hero__title {
		font-size: clamp(30px, 10.2vw, 44px);
	}

	.home-hero__description {
		font-size: 15px;
	}

	.home-offer__card {
		padding: 16px 14px;
		border-radius: 18px;
	}

	.home-offer__description {
		font-size: 15px;
	}

	.home-offer__line {
		margin: 10px 0 10px;
	}

	.home-offer__title {
		font-size: 20px;
	}

	.home-offer__button {
		height: 54px;
		font-size: 15px;
	}

	.home-offer__actions {
		flex: 0 1 auto;
		gap: 10px;
		margin-top: 8px;
	}

	.home-offer__button-icon {
		width: 36px;
		height: 36px;
		font-size: 24px;
	}

	.home-tech {
		margin-top: 72px;
		margin-bottom: 76px;
	}

	.home-tech__card {
		flex-direction: column;
		padding: 24px 16px;
		gap: 20px;
	}

	.home-tech__content {
		max-width: 100%;
	}

	.home-tech__title {
		font-size: clamp(24px, 8vw, 30px);
	}

	.home-tech__text {
		font-size: 16px;
		line-height: 1.3;
	}

	.home-tech__button {
		width: min(298px, 100%);
		height: 56px;
		margin-top: 12px;
	}

	.home-tech__visual {
		min-width: 0;
	}

	.home-tech__visual img {
		width: min(260px, 75vw);
		height: auto;
	}

	.home-capabilities {
		margin-top: 96px;
	}

	.home-capabilities__intro {
		margin-top: 48px;
		width: 100%;
		padding-inline: 28px;
	}

	.home-capabilities__title {
		font-size: clamp(24px, 8vw, 32px);
	}

	.home-capabilities__lead {
		font-size: 15px;
	}

	.home-capabilities__grid {
		grid-template-columns: 1fr;
		width: 100%;
		margin-top: 16px;
	}

	.capability-card {
		padding: 18px;
		border-radius: 18px;
		min-height: 158px;
	}

	.capability-card__title {
		font-size: 18px;
	}

	.capability-card__text {
		font-size: 15px;
	}

	.home-capabilities__button {
		margin-top: 46px;
		height: 52px;
	}

	.home-capabilities__line {
		margin-top: 18px;
		height: 2px;
	}

	.home-delivery {
		margin-top: 88px;
	}

	.home-delivery::before {
		inset: -56px 0 -84px;
	}

	.home-delivery__stack {
		gap: 54px;
	}

	.home-delivery__item {
		gap: 18px;
	}

	.home-delivery__heading {
		gap: 12px;
	}

	.home-delivery__index {
		font-size: clamp(46px, 14vw, 64px);
	}

	.home-delivery__title {
		font-size: clamp(24px, 8vw, 32px);
	}

	.home-delivery__text {
		font-size: 15px;
		line-height: 1.28;
		margin-bottom: 10px;
	}

	.home-delivery__button {
		width: min(323px, 100%);
		height: 54px;
		font-size: 15px;
	}

	.home-delivery__button-icon {
		width: 27px;
		height: 27px;
		background-size: 27px 27px;
	}

	.home-delivery__item--one-time .home-delivery__visual img {
		width: min(100%, 290px);
	}

	.home-delivery__item--monthly .home-delivery__visual img {
		width: min(100%, 250px);
	}

	.home-approach {
		margin-top: 88px;
	}

	.home-approach__header {
		flex-direction: column;
		gap: 14px;
	}

	.home-approach__mark {
		width: 82px;
		flex-basis: 82px;
		align-self: center;
		margin-top: 4px;
	}

	.home-approach__mark {
		display: none;
	}

	.home-approach__mark img {
		width: 82px;
		height: auto;
	}

	.home-approach__title {
		font-size: clamp(24px, 8vw, 32px);
	}

	.home-approach__lead {
		font-size: 15px;
	}

	.home-approach__body {
		margin-top: 28px;
		gap: 18px;
	}

	.home-approach-card {
		min-height: 0;
		padding: 14px;
		border-radius: 16px;
	}

	.home-approach-card__title {
		font-size: 18px;
	}

	.home-approach-card__text {
		font-size: 15px;
		line-height: 1.28;
	}

	.home-approach__line {
		margin-top: 34px;
	}

	.home-process {
		margin-top: 88px;
	}

	.home-process::before {
		inset: -56px 0 -84px;
	}

	.home-process__title {
		font-size: clamp(24px, 8vw, 32px);
	}

	.home-process__lead {
		font-size: 15px;
	}

	.home-process__steps {
		margin-top: 28px;
	}

	.home-process-step {
		padding: 12px 14px;
		border-radius: 18px;
	}

	.home-process-step__title {
		gap: 10px;
		font-size: clamp(20px, 7vw, 28px);
	}

	.home-process-step__text {
		font-size: 15px;
		line-height: 1.22;
	}

	.home-process__button {
		width: min(209px, 100%);
		height: 54px;
		font-size: 15px;
	}

	.home-process__button-icon {
		width: 27px;
		height: 27px;
		background-size: 27px 27px;
	}

	.home-profiles {
		margin-top: 88px;
	}

	.home-profiles__title {
		font-size: clamp(24px, 8vw, 32px);
	}

	.home-profiles__lead,
	.home-profiles__label,
	.home-profiles__item {
		font-size: 15px;
	}

	.home-profiles__grid {
		grid-template-columns: minmax(0, 1fr);
		row-gap: 10px;
	}

	.home-profiles__button {
		width: min(323px, 100%);
		height: 54px;
		font-size: 15px;
	}

	.home-profiles__button-icon {
		width: 27px;
		height: 27px;
		background-size: 27px 27px;
	}

	.home-contacts {
		margin-top: 88px;
	}

	.home-contacts::before {
		inset: -56px 0 -84px;
	}

	.home-contacts__title {
		font-size: clamp(24px, 8vw, 32px);
	}

	.home-contacts__grid {
		margin-top: 18px;
		grid-template-columns: minmax(0, 1fr);
		gap: 12px;
	}

	.home-contacts-card {
		padding: 14px;
		border-radius: 18px;
		min-height: 0;
	}

	.home-contacts-card__title {
		font-size: 18px;
	}

	.home-contacts-card__icon,
	.home-contacts-card__icon img {
		width: 32px;
		height: 32px;
		flex-basis: 32px;
	}

	.home-contacts-card__text {
		font-size: 15px;
		line-height: 1.24;
	}

	.home-contacts__line {
		width: min(558px, 100%);
		margin-top: 18px;
	}

	.home-insights {
		margin-top: 96px;
	}

	.home-insights::before {
		inset: -56px 0 -84px;
	}

	.home-insights__intro {
		flex-direction: column;
		gap: 10px;
	}

	.home-insights__mark {
		width: 96px;
		flex-basis: 96px;
		align-self: center;
		margin-top: 4px;
	}

	.home-insights__mark {
		display: none;
	}

	.home-insights__mark img {
		width: 96px;
		height: auto;
	}

	.home-insights__title {
		font-size: clamp(24px, 8vw, 32px);
	}

	.home-insights__lead {
		font-size: 15px;
	}

	.home-insights__panel {
		margin-top: 28px;
		padding-top: 20px;
		padding-bottom: 14px;
	}

	.home-insights__subtitle {
		margin: 0 0 14px;
		font-size: 22px;
	}

	.home-insights__grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 12px;
	}

	.home-insights-card {
		padding: 14px;
		border-radius: 18px;
		min-height: 0;
	}

	.home-insights-card__title {
		font-size: 18px;
	}

	.home-insights-card__index {
		font-size: 36px;
	}

	.home-insights-card__text {
		font-size: 15px;
		line-height: 1.24;
	}

	.home-insights-card__button {
		width: min(211px, 100%);
		height: 54px;
		font-size: 15px;
	}

	.home-insights-card__button-icon {
		width: 27px;
		height: 27px;
		background-size: 27px 27px;
	}

	.home-ready {
		margin-top: 96px;
		margin-bottom: 222px;
	}

	.home-ready__inner {
		gap: 24px;
	}

	.home-ready__visual img {
		width: min(100%, 400px);
	}

	.home-ready__title {
		font-size: clamp(24px, 8vw, 32px);
	}

	.home-ready__text {
		font-size: 15px;
	}

	.home-ready__actions {
		margin-top: 28px;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		gap: 12px;
		width: 100%;
		max-width: 100%;
	}

	.home-ready__button--outline,
	.home-ready__button--solid {
		flex: 0 0 auto;
		min-width: 0;
		height: 60px;
		font-size: 15px;
		padding: 0 12px 0 10px;
	}

	.home-ready__button--outline {
		width: min(322px, 100%);
	}

	.home-ready__button--solid {
		width: min(436px, 100%);
	}

	.home-ready__button-icon {
		width: 27px;
		height: 27px;
		background-size: 27px 27px;
	}
}

@media (max-width: 430px) {
	.site-header__mobile-panel {
		top: 86px;
		right: 8px;
		width: min(248px, calc(100vw - 16px));
		max-height: calc(100vh - 94px);
		padding: 14px 12px 16px;
	}

	.site-header__mobile-menu a {
		font-size: 12px;
	}
}

@media (max-width: 520px) {
	.site-footer__grid {
		grid-template-columns: 1fr;
	}

	.site-footer__column--brand,
	.site-footer__column--inside,
	.site-footer__column--services,
	.site-footer__column--packages,
	.site-footer__column--resources,
	.site-footer__column--legal {
		grid-column: 1;
	}

	.site-footer__column--brand {
		grid-row: 1;
		padding-top: 0;
	}

	.site-footer__logo-wrap {
		margin-bottom: 0.58rem;
	}

	.site-footer__column--inside {
		grid-row: 2;
	}

	.site-footer__column--services {
		grid-row: 3;
	}

	.site-footer__column--packages {
		grid-row: 4;
	}

	.site-footer__column--resources {
		grid-row: 5;
	}

	.site-footer__column--legal {
		grid-row: 6;
	}

	.site-footer__line {
		grid-row: 7;
	}

	.site-footer__bottom {
		grid-row: 8;
	}

	.home-ready__actions {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
		width: 100%;
	}

	.home-ready__button--outline {
		width: min(322px, 100%);
	}

	.home-ready__button--solid {
		width: min(436px, 100%);
	}

	.home-ready__button {
		font-size: 14px;
		height: 54px;
		padding: 0 10px 0 8px;
	}

	.home-ready__button-icon {
		width: 24px;
		height: 24px;
		background-size: 24px 24px;
	}
}

/* --------------------------------------------------------------------------
   Solution request modal (Request a Solution)
   -------------------------------------------------------------------------- */

html.solution-request-is-open,
body.solution-request-is-open {
	overflow: hidden;
}

html.mobile-menu-open,
body.mobile-menu-open {
	overflow: hidden;
}

.solution-request-overlay {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: clamp(16px, 4vh, 40px) 16px;
	overflow-y: auto;
	overflow-x: hidden;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
	background: transparent;
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
}

.solution-request-overlay[hidden] {
	display: none;
}

.solution-request-dialog {
	position: relative;
	width: min(559px, 100%);
	margin: auto 0;
	padding: 24px 24px 40px;
	border-radius: 24px;
	background: #09090b;
	color: rgba(230, 231, 235, 0.82);
	font-size: 16px;
	line-height: 1.45;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
	overflow: hidden;
}

.solution-request-dialog::before {
	content: "";
	position: absolute;
	right: -46px;
	top: -38px;
	width: 240px;
	height: 190px;
	z-index: 0;
	pointer-events: none;
	background: radial-gradient(
		ellipse 66% 56% at 62% 42%,
		#73accb40 0%,
		rgba(115, 172, 203, 0.22) 38%,
		rgba(115, 172, 203, 0.06) 62%,
		transparent 80%
	);
	filter: blur(20px);
}

.solution-request-dialog::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 220px;
	height: 140px;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
	border-top-right-radius: inherit;
	background: url("../../assets/image/home-offer-spot.png") center/cover no-repeat;
	background-size: 200% 200%;
	background-position: 88% 16%;
	opacity: 0.12;
	mask-image: radial-gradient(circle at 90% 20%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0) 82%);
	-webkit-mask-image: radial-gradient(circle at 90% 20%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0) 82%);
}

.solution-request-dialog__close {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 2;
	width: 40px;
	height: 40px;
	padding: 0;
	border: none;
	border-radius: 8px;
	background: rgba(12, 17, 27, 0.35);
	color: rgba(230, 231, 235, 0.85);
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.solution-request-dialog__close::before,
.solution-request-dialog__close::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 16px;
	height: 2px;
	background: currentColor;
	border-radius: 1px;
	transform: translate(-50%, -50%) rotate(45deg);
}

.solution-request-dialog__close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.solution-request-dialog__close:hover {
	background: rgba(189, 211, 250, 0.12);
	color: #e6e7eb;
}

.solution-request-dialog__close:focus-visible {
	outline: 2px solid rgba(189, 211, 250, 0.55);
	outline-offset: 2px;
}

.solution-request-form {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.solution-request-form__title {
	margin: 0 36px 0 0;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.12;
	color: #e6e7eb;
}

.solution-request-form__lead {
	margin: 14px 0 0;
	color: rgba(189, 211, 250, 0.62);
	font-size: 15px;
	line-height: 1.42;
	max-width: 51ch;
	text-align: left;
}

.solution-request-form__lead--muted {
	opacity: 0.92;
}

.solution-request-form__section-title {
	margin: 0 0 14px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.15;
	text-align: center;
	color: #e6e7eb;
	width: 100%;
}

.solution-request-form__section-title--left {
	text-align: left;
	width: auto;
	margin-right: 0;
}

.solution-request-form__section-title--stack {
	margin-top: 28px;
}

.solution-request-form__section-title--minor {
	font-size: 16px;
	line-height: 1.25;
	font-weight: 500;
}

.solution-request-form__section--gap {
	margin-top: 55px;
}

.solution-request-form__rule {
	width: min(511px, 100%);
	height: 2px;
	margin: 24px auto 55px;
	border: none;
	flex-shrink: 0;
	display: block;
	background: linear-gradient(90deg, rgba(189, 211, 250, 0.24) 37.98%, rgba(112, 125, 148, 0) 100%);
}

.solution-request-form__rule + .solution-request-form__section--gap {
	margin-top: 0;
}

.solution-request-field {
	margin-bottom: 14px;
}

.solution-request-field:last-child {
	margin-bottom: 0;
}

.solution-request-field__label {
	display: block;
	margin: 0 0 8px;
	font-size: 16px;
	color: #e6e7eb;
	text-align: left;
}

.solution-request-field__label--spaced {
	margin-top: 28px;
}

.solution-request-field__control {
	width: min(511px, 100%);
	height: 46px;
	max-width: 100%;
	padding: 0 14px;
	border: 1px solid rgba(115, 172, 203, 0.22);
	border-radius: 8px;
	background: linear-gradient(348.3deg, #73accb -130.27%, #090a0c 64.38%);
	color: #e6e7eb;
	font: inherit;
	font-size: 15px;
	outline: none;
	box-shadow: none;
	transition: border-color 0.15s ease;
}

.solution-request-field__control::placeholder {
	color: rgba(143, 148, 158, 0.75);
}

.solution-request-field__control:focus-visible {
	border-color: rgba(189, 211, 250, 0.45);
}

.solution-request-field__phone {
	display: flex;
	align-items: stretch;
	width: min(511px, 100%);
	max-width: 100%;
	min-height: 46px;
	border-radius: 8px;
	border: 1px solid rgba(115, 172, 203, 0.22);
	background: linear-gradient(348.3deg, #73accb -130.27%, #090a0c 64.38%);
	overflow: hidden;
}

.solution-request-field__control--region {
	width: 96px;
	flex: 0 0 96px;
	height: 46px;
	border: none;
	border-radius: 0;
	border-right: 1px solid rgba(115, 172, 203, 0.25);
	background: transparent;
	color: #e6e7eb;
	font: inherit;
	font-size: 14px;
	padding: 0 8px 0 10px;
	cursor: pointer;
}

.solution-request-field__control--tel {
	flex: 1 1 auto;
	min-width: 0;
	height: 46px;
	border: none;
	border-radius: 0;
	background: transparent;
}

.solution-request-field__control--textarea {
	height: auto;
	min-height: 140px;
	padding: 12px 14px;
	resize: vertical;
}

.solution-request-checkstack {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0;
	padding: 0;
}

.solution-request-checkstack--compact {
	gap: 10px;
}

.solution-request-check {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 0;
	cursor: pointer;
	font-size: 16px;
	line-height: 1.25;
	color: rgba(230, 231, 235, 0.88);
}

.solution-request-check input {
	position: absolute;
	left: 0;
	top: 3px;
	width: 20px;
	height: 20px;
	margin: 0;
	opacity: 0.01;
	cursor: pointer;
	z-index: 1;
}

.solution-request-check__box {
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	margin-top: 2px;
	border-radius: 4px;
	border: 1px solid rgba(166, 198, 230, 0.55);
	background: rgba(9, 10, 11, 0.92);
	transition: border-color 0.15s ease, background 0.15s ease;
	box-sizing: border-box;
	position: relative;
}

.solution-request-check input[type="radio"] + .solution-request-check__box {
	border-radius: 5px;
}

.solution-request-check input:focus-visible + .solution-request-check__box {
	box-shadow: 0 0 0 2px rgba(189, 211, 250, 0.35);
}

.solution-request-check input:checked + .solution-request-check__box {
	border-color: #bdd3fa;
	background: #bdd3fa;
}

.solution-request-check input:checked + .solution-request-check__box::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 2px;
	width: 5px;
	height: 9px;
	border: solid #0c111b;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.solution-request-check__text {
	flex: 1;
	min-width: 0;
}

.solution-request-upload {
	position: relative;
	width: min(511px, 100%);
	max-width: 100%;
	padding: 16px;
	border-radius: 8px;
	border: 1px solid rgba(115, 172, 203, 0.22);
	background: rgba(9, 10, 12, 0.55);
	text-align: left;
	overflow: hidden;
}

.solution-request-upload::before {
	content: "";
	position: absolute;
	right: -68px;
	top: -26px;
	width: 220px;
	height: 210px;
	z-index: 0;
	pointer-events: none;
	background: radial-gradient(
		ellipse 64% 62% at 48% 46%,
		#73accb40 0%,
		rgba(115, 172, 203, 0.2) 36%,
		rgba(115, 172, 203, 0.08) 58%,
		transparent 80%
	);
	filter: blur(16px);
}

.solution-request-upload::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 170px;
	height: 130px;
	z-index: 0;
	pointer-events: none;
	border-top-right-radius: inherit;
	background: url("../../assets/image/home-offer-spot.png") center/cover no-repeat;
	background-size: 210% 210%;
	background-position: 86% 18%;
	opacity: 0.13;
	mask-image: radial-gradient(circle at 88% 22%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.4) 58%, rgba(0, 0, 0, 0) 84%);
	-webkit-mask-image: radial-gradient(circle at 88% 22%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.4) 58%, rgba(0, 0, 0, 0) 84%);
}

.solution-request-upload > * {
	position: relative;
	z-index: 1;
}

.solution-request-upload__hint {
	margin: 0;
	font-size: 14px;
	line-height: 1.42;
	color: rgba(143, 148, 158, 0.9);
}

.solution-request-upload__limit {
	margin: 12px 0 0;
	font-size: 13px;
	color: rgba(143, 148, 158, 0.75);
}

.solution-request-upload__btn {
	position: relative;
	display: flex;
	justify-content: center;
	margin-top: 16px;
	cursor: pointer;
}

.solution-request-upload__btn input[type="file"] {
	position: absolute;
	inset: 0;
	opacity: 0;
	cursor: pointer;
	width: 100%;
	height: 100%;
}

.solution-request-upload__btn-visual {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 44px;
	padding: 0 20px;
	border-radius: 6px;
	border: 1px solid rgba(230, 231, 235, 0.55);
	color: #e6e7eb;
	font-size: 15px;
	pointer-events: none;
}

.solution-request-upload__btn-visual::before {
	content: "";
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	background: url("../../assets/image/upload-file-icon.png") center/24px 24px no-repeat;
}

.solution-request-upload__btn:hover .solution-request-upload__btn-visual {
	border-color: #bdd3fa;
	color: #fff;
}

.solution-request-form__notice p {
	margin: 10px 0 0;
	font-size: 14px;
	line-height: 1.42;
	color: rgba(143, 148, 158, 0.92);
}

.solution-request-form__actions {
	margin-top: 32px;
}

.solution-request-form__submit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(511px, 100%);
	max-width: 100%;
	min-height: 56px;
	padding: 0 16px;
	border: none;
	border-radius: 6px;
	background: #bdd3fa;
	color: #0c111b;
	font: inherit;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: opacity 0.15s ease, transform 0.12s ease;
}

.solution-request-form__submit:hover {
	opacity: 0.93;
}

.solution-request-form__submit:active {
	transform: translateY(1px);
}

.solution-request-form__submit-icon {
	flex-shrink: 0;
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url("../../assets/image/btn-arrow-dark.png") center/28px no-repeat;
}

@media (max-width: 600px) {
	.solution-request-dialog {
		padding: 22px 16px 32px;
		border-radius: 18px;
	}

	.solution-request-form__title {
		font-size: clamp(24px, 7vw, 30px);
	}

	.solution-request-form__section-title {
		font-size: 20px;
	}

	.solution-request-form__section-title--minor {
		font-size: 16px;
	}

	.solution-request-dialog__close {
		top: 10px;
		right: 10px;
	}
}
