:root {
	--navy: #132a42;
	--navy-soft: #1a3552;
	--red: #e41b29;
	--red-dark: #c81622;
	--blue: #3b82f6;
	--white: #ffffff;
	--text: rgba(255, 255, 255, 0.97);
	--muted: rgba(255, 255, 255, 0.62);
	--font: "Jost", system-ui, sans-serif;
	--max: 1080px;
	--pad: 1.25rem;
	--radius: 18px;
	--radius-lg: 24px;
	--section-y: 2.75rem;
	--gap-xs: 0.375rem;
	--gap-sm: 0.75rem;
	--gap-md: 1.25rem;
	--gap-lg: 1.5rem;
	--gap-xl: 2rem;
	--shadow-soft: 0 16px 48px rgba(8, 20, 34, 0.22);
	--shadow-btn: 0 10px 32px rgba(228, 27, 41, 0.38), 0 0 48px rgba(228, 27, 41, 0.18);
	--glow-red: 0 0 56px rgba(228, 27, 41, 0.28);
	--glow-blue: 0 0 56px rgba(59, 130, 246, 0.22);
	--lights-bg:
		radial-gradient(ellipse 85% 55% at 8% 8%, rgba(228, 27, 41, 0.24) 0%, transparent 58%),
		radial-gradient(ellipse 80% 50% at 92% 88%, rgba(59, 130, 246, 0.2) 0%, transparent 55%),
		radial-gradient(ellipse 55% 40% at 50% 45%, rgba(59, 130, 246, 0.1) 0%, transparent 62%),
		var(--navy);
	--text-on-photo:
		0 0 1px rgba(17, 36, 56, 0.9),
		0 1px 3px rgba(17, 36, 56, 0.75),
		0 3px 12px rgba(17, 36, 56, 0.45);
}

*, *::before, *::after { box-sizing: border-box; }

html {
	-webkit-text-size-adjust: 100%;
	background: var(--navy);
	overflow-x: clip;
	font-size: 112%;
}

body {
	margin: 0;
	background: var(--navy);
	color: var(--text);
	font-family: var(--font);
	font-size: 1rem;
	line-height: 1.6;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	overflow-x: clip;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a { color: inherit; text-decoration: none; }

main {
	background: var(--navy);
}

a:focus-visible,
summary:focus-visible {
	outline: 2px solid var(--red);
	outline-offset: 2px;
}

.shell {
	max-width: var(--max);
	margin: 0 auto;
	padding-left: var(--pad);
	padding-right: var(--pad);
}

.action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3.25rem;
	padding: 0 1.625rem;
	font-family: var(--font);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	border: none;
	border-radius: 999px;
	cursor: pointer;
	transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.action--primary {
	background: linear-gradient(
		180deg,
		#ff3a48 0%,
		var(--red) 42%,
		var(--red-dark) 100%
	);
	color: var(--white) !important;
	box-shadow:
		var(--shadow-btn),
		inset 0 1px 0 rgba(255, 255, 255, 0.22),
		inset 0 -5px 10px rgba(50, 0, 6, 0.32);
	text-shadow:
		0 1px 1px rgba(17, 36, 56, 0.35),
		0 2px 4px rgba(17, 36, 56, 0.2);
}

.action--primary .action__icon {
	filter:
		drop-shadow(0 1px 1px rgba(17, 36, 56, 0.35))
		drop-shadow(0 2px 4px rgba(17, 36, 56, 0.2));
}

.action--primary:hover {
	background: linear-gradient(
		180deg,
		#f02836 0%,
		var(--red-dark) 48%,
		#a8101a 100%
	);
	color: var(--white) !important;
	box-shadow:
		0 12px 32px rgba(228, 27, 41, 0.38),
		inset 0 1px 0 rgba(255, 255, 255, 0.16),
		inset 0 -4px 9px rgba(40, 0, 4, 0.38);
	transform: translateY(-2px);
}

.action__icon {
	display: block;
	width: 1.25rem;
	height: 1.25rem;
	flex-shrink: 0;
	align-self: center;
	margin-right: 0.625rem;
	color: var(--white);
}

.action__label {
	align-self: center;
	line-height: 1.2;
}

.action--wide {
	display: flex;
	align-items: center;
	width: 100%;
}

.hero {
	position: relative;
	isolation: isolate;
	min-height: 100vh;
	min-height: 100svh;
	height: 100vh;
	height: 100svh;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background: var(--navy);
}

main > .block:first-of-type::before {
	background: var(--lights-bg);
}

.hero::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		radial-gradient(ellipse 70% 50% at 18% 12%, rgba(228, 27, 41, 0.22) 0%, transparent 55%),
		radial-gradient(ellipse 65% 45% at 88% 78%, rgba(59, 130, 246, 0.18) 0%, transparent 52%),
		linear-gradient(
			180deg,
			rgba(19, 42, 66, 0.48) 0%,
			rgba(19, 42, 66, 0.22) 28%,
			rgba(19, 42, 66, 0.06) 48%,
			rgba(19, 42, 66, 0.32) 100%
		);
}

.hero__media {
	transform: translateZ(0);
}

.hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.hero__img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center 42%;
}

.hero__body {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	flex: 1;
	width: 100%;
	max-width: var(--max);
	margin: 0 auto;
	padding:
		calc(var(--gap-md) + env(safe-area-inset-top, 0px))
		var(--pad)
		calc(var(--gap-lg) + env(safe-area-inset-bottom, 0px));
	color: var(--white);
	min-height: 0;
}

.hero__main {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;
	width: 100%;
	min-height: 0;
	text-align: center;
}

.hero__copy {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	max-width: min(100%, 30rem);
	margin: 0 auto;
	padding: clamp(0.25rem, 3vh, 1rem) 0 var(--gap-md);
}

.mark {
	display: inline-flex;
	align-items: center;
	gap: 0.1875rem;
}

.mark__star {
	display: block;
	flex-shrink: 0;
	color: #fbbf24;
	filter: drop-shadow(0 1px 3px rgba(251, 191, 36, 0.45));
}

.hero__title {
	margin: 0 0 var(--gap-sm);
	font-size: clamp(1.75rem, 9vw, 2.375rem);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.035em;
	text-shadow: var(--text-on-photo);
}

.hero__copy .hero__tagline--highlight {
	margin: 0 auto;
	max-width: 30ch;
	text-align: center;
}

.hero__copy .hero__tagline--highlight span {
	display: inline;
	padding: 0.2em 0.55em;
	background: var(--red);
	border-radius: 0.25em;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	line-height: 1.6;
	color: var(--white);
	font-weight: 600;
	text-shadow: none;
	box-shadow: 0 3px 14px rgba(17, 36, 56, 0.22);
}

.hero__tagline {
	margin: 0 auto;
	max-width: 30ch;
	font-size: clamp(0.9375rem, 3.8vw, 1.0625rem);
	line-height: 1.45;
	color: var(--white);
	font-weight: 600;
	text-align: center;
}

.hero__cta {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	max-width: 24rem;
	margin-top: auto;
	flex-shrink: 0;
	gap: var(--gap-sm);
}

.hero__action {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 3.375rem;
	margin-top: 0;
	flex-shrink: 0;
	font-size: 1.0625rem;
}

.text-link,
.hero__link {
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.9);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.28em;
	text-decoration-color: rgba(255, 255, 255, 0.42);
}

.hero__link {
	text-shadow: var(--text-on-photo);
}

.text-link:focus-visible,
.hero__link:focus-visible {
	outline: 2px solid rgba(59, 130, 246, 0.85);
	outline-offset: 3px;
}

@media (max-height: 640px) {
	.hero__title {
		font-size: clamp(1.375rem, 8vw, 1.75rem);
	}

	.hero__tagline {
		font-size: 0.875rem;
	}
}

.block {
	position: relative;
	padding: var(--section-y) 0;
	overflow: visible;
}

.block::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: var(--lights-bg);
	pointer-events: none;
	border-radius: 0;
}

.block > .shell {
	position: relative;
	z-index: 1;
}

.block:nth-of-type(even)::before {
	background:
		radial-gradient(ellipse 75% 50% at 90% 15%, rgba(228, 27, 41, 0.2) 0%, transparent 58%),
		radial-gradient(ellipse 70% 48% at 8% 85%, rgba(59, 130, 246, 0.16) 0%, transparent 55%),
		radial-gradient(ellipse 50% 35% at 50% 50%, rgba(59, 130, 246, 0.08) 0%, transparent 60%),
		var(--navy-soft);
}

.block__title {
	margin: 0 0 var(--gap-lg);
	font-size: clamp(1.375rem, 5vw, 1.75rem);
	font-weight: 700;
	line-height: 1.15;
	color: var(--white);
}

.titled {
	display: block;
}

.titled:has(> .titled__icon) {
	display: flex;
	align-items: flex-start;
	gap: 0.625rem;
}

.titled__icon {
	flex-shrink: 0;
	margin-top: 0.15em;
	color: rgba(59, 130, 246, 0.95);
	filter: drop-shadow(0 1px 6px rgba(37, 99, 235, 0.35));
}

.titled--benefit .titled__icon {
	color: var(--red);
	filter: drop-shadow(0 1px 6px rgba(228, 27, 41, 0.4));
}

.titled--alert .titled__icon {
	color: #fb923c;
	filter: drop-shadow(0 1px 6px rgba(251, 146, 60, 0.45));
}

.benefits .titled__icon {
	margin-top: 0.05em;
}

.visual {
	position: relative;
	isolation: isolate;
	margin: 0 0 var(--gap-lg);
	max-width: 100%;
	border-radius: var(--radius-lg);
	overflow: hidden;
	background: var(--navy-soft);
	box-shadow: var(--shadow-soft), var(--glow-blue);
}

.visual__img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	object-position: center center;
}

.visual__caption {
	position: absolute;
	inset: auto 0 0;
	z-index: 2;
	margin: 0;
	padding: var(--gap-xl) var(--pad) var(--gap-md);
	background:
		linear-gradient(
			180deg,
			rgba(19, 42, 66, 0) 0%,
			rgba(19, 42, 66, 0.55) 38%,
			rgba(19, 42, 66, 0.82) 100%
		);
}

.visual__tagline {
	margin: 0;
	max-width: none;
	font-size: clamp(0.9375rem, 3.8vw, 1.0625rem);
	line-height: 1.45;
	color: var(--white);
	font-weight: 600;
	text-align: left;
}

.stack {
	padding: 0;
}

.stack .titled {
	margin: 0 0 var(--gap-sm);
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: 1.35;
	color: var(--white);
}

.stack--accent {
	padding: var(--gap-md);
	border-radius: var(--radius);
	background:
		radial-gradient(ellipse 90% 80% at 0% 0%, rgba(228, 27, 41, 0.22) 0%, transparent 58%),
		radial-gradient(ellipse 70% 60% at 100% 100%, rgba(59, 130, 246, 0.12) 0%, transparent 55%),
		rgba(255, 255, 255, 0.04);
	box-shadow: var(--glow-red);
}

.block--closing {
	padding-bottom: calc(var(--section-y) + env(safe-area-inset-bottom, 0px));
}

.split {
	display: grid;
	gap: var(--gap-md);
}

@media (min-width: 640px) {
	.split--duo {
		grid-template-columns: repeat(2, 1fr);
	}
}

.benefits {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: var(--gap-md);
}

.benefits__item {
	padding: 0;
	border: none;
	border-radius: 0;
	background: none;
}

.feed::before {
	background:
		radial-gradient(ellipse 75% 50% at 15% 20%, rgba(228, 27, 41, 0.18) 0%, transparent 55%),
		radial-gradient(ellipse 70% 45% at 85% 80%, rgba(59, 130, 246, 0.15) 0%, transparent 52%),
		var(--navy-soft);
}

.benefits .titled {
	margin: 0 0 var(--gap-xs);
	font-size: 1.0625rem;
	font-weight: 700;
	color: var(--white);
}

.benefits__text {
	margin: 0;
	font-size: 0.9375rem;
	color: var(--muted);
	line-height: 1.55;
}

.bullets {
	margin: 0;
	padding: 0 0 0 var(--gap-md);
	list-style: disc;
	list-style-position: outside;
}

.bullets li {
	padding: var(--gap-xs) 0;
	font-size: 0.9375rem;
	color: var(--muted);
	line-height: 1.55;
}

.bullets li::marker {
	color: rgba(59, 130, 246, 0.85);
}

.bullets li:first-child {
	padding-top: 0;
}

.bullets li:last-child {
	padding-bottom: 0;
}

.stack--accent .bullets li::marker {
	color: var(--red);
}

.callout {
	margin-top: var(--gap-lg);
}

.reach {
	margin-top: var(--gap-md);
	padding: 0;
	text-align: center;
	background: none;
	box-shadow: none;
	scroll-margin-top: var(--gap-md);
}

.reach__lead {
	margin: 0 0 var(--gap-sm);
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.02em;
	color: var(--muted);
}

.messengers--reach {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	margin: 0;
}

.messengers--reach .messengers__row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
}

.messengers--reach .messengers__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	gap: 0.375rem;
	width: 9.25rem;
	min-height: 2.375rem;
	padding: 0 0.75rem;
	border-radius: 999px;
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.2;
	color: var(--white);
	text-shadow:
		0 1px 1px rgba(17, 36, 56, 0.35),
		0 2px 4px rgba(17, 36, 56, 0.2);
	transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.messengers--reach .messengers__icon {
	width: 1rem;
	height: 1rem;
	color: var(--white);
	filter:
		drop-shadow(0 1px 1px rgba(17, 36, 56, 0.35))
		drop-shadow(0 2px 4px rgba(17, 36, 56, 0.2));
}

.messengers--reach .messengers__link--telegram {
	background: linear-gradient(180deg, #4ec3f0 0%, #229ed9 42%, #1878a8 100%);
	box-shadow:
		0 6px 16px rgba(34, 158, 217, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.22),
		inset 0 -4px 8px rgba(8, 40, 60, 0.28);
}

.messengers--reach .messengers__link--viber {
	background: linear-gradient(180deg, #8b7af7 0%, #7360f2 42%, #5848d0 100%);
	box-shadow:
		0 6px 16px rgba(115, 96, 242, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.22),
		inset 0 -4px 8px rgba(28, 16, 70, 0.28);
}

.messengers--reach .messengers__link--whatsapp {
	background: linear-gradient(180deg, #4ee07e 0%, #25d366 42%, #1aa34e 100%);
	box-shadow:
		0 6px 16px rgba(37, 211, 102, 0.24),
		inset 0 1px 0 rgba(255, 255, 255, 0.22),
		inset 0 -4px 8px rgba(8, 50, 24, 0.28);
}

.messengers--reach .messengers__link--instagram {
	background: linear-gradient(180deg, #ff7a59 0%, #e4405f 42%, #b42d8a 100%);
	box-shadow:
		0 6px 16px rgba(228, 64, 95, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.22),
		inset 0 -4px 8px rgba(50, 8, 28, 0.28);
}

.messengers--reach .messengers__link--vk {
	background: linear-gradient(180deg, #3d9bff 0%, #0077ff 42%, #005ed1 100%);
	box-shadow:
		0 6px 16px rgba(0, 119, 255, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.22),
		inset 0 -4px 8px rgba(8, 28, 70, 0.28);
}

.messengers--reach .messengers__link:hover {
	color: var(--white);
	transform: translateY(-1px);
}

.messengers--reach .messengers__link--telegram:hover {
	background: linear-gradient(180deg, #38b4e4 0%, #1b8fc6 48%, #14648a 100%);
}

.messengers--reach .messengers__link--viber:hover {
	background: linear-gradient(180deg, #7c6af0 0%, #5f4ddb 48%, #4638b0 100%);
}

.messengers--reach .messengers__link--whatsapp:hover {
	background: linear-gradient(180deg, #3ad36f 0%, #1ebe57 48%, #158a42 100%);
}

.messengers--reach .messengers__link--instagram:hover {
	background: linear-gradient(180deg, #f2694a 0%, #d13355 48%, #962274 100%);
}

.messengers--reach .messengers__link--vk:hover {
	background: linear-gradient(180deg, #2d8ef5 0%, #0068e6 48%, #004eae 100%);
}

.block__title::after {
	content: "";
	display: block;
	width: 3rem;
	height: 3px;
	margin-top: var(--gap-sm);
	border-radius: 999px;
	background: linear-gradient(90deg, var(--red) 0%, var(--blue) 100%);
	box-shadow: var(--glow-red), var(--glow-blue);
}

.accordion {
	margin: 0;
}

.accordion__summary {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: var(--gap-md);
	padding: var(--gap-md) 0;
	font-weight: 600;
	font-size: 0.9375rem;
	line-height: 1.45;
	cursor: pointer;
	list-style: none;
	color: var(--white);
	transition: color 0.15s ease;
}

.accordion__item:first-child .accordion__summary {
	padding-top: 0;
}

.accordion__summary::-webkit-details-marker { display: none; }

.accordion__summary::after {
	content: "";
	flex-shrink: 0;
	width: 7px;
	height: 7px;
	border-right: 1.5px solid rgba(59, 130, 246, 0.85);
	border-bottom: 1.5px solid rgba(59, 130, 246, 0.85);
	transform: rotate(45deg);
	transform-origin: center center;
	transition: transform 0.2s, border-color 0.15s;
}

.accordion__item[open] .accordion__summary {
	color: var(--white);
}

.accordion__item[open] .accordion__summary::after {
	transform: rotate(225deg);
	border-color: var(--red);
}

.accordion__text {
	margin: 0;
	padding: 0 0 var(--gap-md);
	font-size: 0.875rem;
	color: var(--muted);
	line-height: 1.65;
}

.accordion__item:last-child .accordion__text {
	padding-bottom: 0;
}

.feed > .feed__scroll {
	position: relative;
	z-index: 1;
}

.feed__meta {
	display: flex;
	align-items: center;
	gap: var(--gap-xs);
	margin: 0 0 var(--gap-md);
	font-size: 0.9375rem;
	line-height: 1.5;
	color: var(--muted);
	font-weight: 500;
}

.feed__meta-icon {
	flex-shrink: 0;
	color: #fbbf24;
	filter: drop-shadow(0 1px 3px rgba(251, 191, 36, 0.4));
}

.feed__scroll {
	--review-w: clamp(16.5rem, 78vw, 20rem);
	--track-gutter: max(var(--pad), calc((100% - var(--max)) / 2 + var(--pad)));
	--feed-shadow-room: 4rem;
	display: flex;
	gap: var(--gap-md);
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	padding: 0 var(--track-gutter) var(--feed-shadow-room);
	margin: 0;
	scroll-padding-inline: var(--track-gutter);
}

.feed__scroll::-webkit-scrollbar {
	display: none;
}

.testimonial {
	flex: 0 0 var(--review-w);
	scroll-snap-align: start;
	padding: var(--gap-md);
	border: none;
	border-radius: var(--radius);
	background:
		radial-gradient(ellipse 90% 80% at 0% 0%, rgba(228, 27, 41, 0.22) 0%, transparent 58%),
		radial-gradient(ellipse 70% 60% at 100% 100%, rgba(59, 130, 246, 0.12) 0%, transparent 55%),
		rgba(255, 255, 255, 0.04);
	box-shadow: var(--shadow-soft);
}

.testimonial__top {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: var(--gap-sm);
	margin-bottom: var(--gap-sm);
}

.testimonial__author {
	margin: 0;
	font-weight: 700;
	font-size: 1rem;
	color: var(--white);
	line-height: 1.2;
}

.testimonial__body {
	margin: 0;
	font-size: 0.9375rem;
	color: var(--muted);
	line-height: 1.6;
}

.feed__cta {
	position: relative;
	z-index: 1;
	margin-top: calc(var(--gap-sm) - 2rem);
	text-align: center;
}

.closing {
	margin-top: var(--gap-md);
	padding-top: var(--gap-md);
	text-align: center;
	scroll-margin-top: var(--gap-sm);
}

.closing__title {
	margin: 0 0 var(--gap-xs);
	font-size: 1.0625rem;
	font-weight: 700;
	color: var(--white);
	letter-spacing: -0.01em;
}

.closing__phone {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 var(--gap-sm);
	font-size: 1.25rem;
	font-weight: 800;
	color: var(--white);
	letter-spacing: -0.01em;
}

.closing__phone .action__icon {
	color: currentColor;
}

.closing__phone:hover {
	color: var(--red);
}

.closing__legal {
	margin: 0;
	font-size: 0.75rem;
	color: var(--muted);
}
