/* Scam List — v1.4 */

:root {
	--sl-bg: #1a1a22;
	--sl-surface: #ffffff;
	--sl-text: #ececf4;
	--sl-text-dark: #16163a;
	--sl-muted-dark: #5c5c7a;
	--sl-accent: #c99cff;
	--sl-gradient: linear-gradient(90deg, #c084e8 0%, #4a9fbe 50%, #3838a8 100%);
	--sl-header-h: 76px;
	--sl-radius-xl: 28px;
	--sl-shadow: 0 22px 60px rgba(0, 0, 0, 0.35);
	--sl-max: 1320px;
	--sl-cta-h: 70px;
	--sl-cta-w: 335px;
	--sl-cta-pad: 14px 16px;
	--sl-cta-radius: 60px;
}

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

html {
	scroll-behavior: smooth;
}

body.scam-list-landing {
	margin: 0;
	font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
	font-size: 17px;
	line-height: 1.55;
	color: var(--sl-text);
	background: var(--sl-bg);
	padding-top: var(--sl-header-h);
	-webkit-font-smoothing: antialiased;
}

body.scam-list-landing a {
	color: inherit;
}

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

.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;
}

.text-accent {
	color: var(--sl-accent);
	font-weight: 600;
}

/* ——— Header ——— */

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	min-height: var(--sl-header-h);
	background: #ffffff;
	border-bottom: 1px solid rgba(22, 22, 58, 0.08);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
	border-radius: 0 0 20px 20px;
}

.site-header__inner {
	max-width: var(--sl-max);
	margin: 0 auto;
	padding: 10px 32px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px 16px;
}

.site-header__logo {
	flex: 0 0 auto;
}

.site-header__logo img,
.site-header__logo .custom-logo-link img,
.site-header__logo .custom-logo {
	display: block;
	height: 34px;
	width: auto;
	max-width: 200px;
}

.site-header__logo .custom-logo-link {
	display: inline-block;
	text-decoration: none;
}

.site-header__toggle {
	display: none;
	flex: 0 0 auto;
	width: 52px;
	height: 52px;
	padding: 0;
	border: none;
	border-radius: var(--sl-cta-radius);
	cursor: pointer;
	background: var(--sl-gradient);
	box-shadow: 0 8px 22px rgba(56, 56, 168, 0.35);
	position: relative;
	align-items: center;
	justify-content: center;
}

.site-header__toggle-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: 24px;
	height: 20px;
	position: relative;
}

.site-header__toggle-bar {
	display: block;
	width: 22px;
	height: 2.5px;
	background: #fff;
	border-radius: 2px;
	transition: transform 0.35s cubic-bezier(0.65, 0, 0.35, 1), opacity 0.25s ease;
	transform-origin: center;
}

.site-header__toggle.is-open .site-header__toggle-bar:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
}

.site-header__toggle.is-open .site-header__toggle-bar:nth-child(2) {
	opacity: 0;
	transform: scaleX(0);
}

.site-header__toggle.is-open .site-header__toggle-bar:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}

.site-header__nav {
	flex: 1 1 auto;
	display: flex;
	justify-content: center;
	min-width: 0;
}

.site-header__menu,
.site-header__menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px 28px;
}

.site-header__menu a {
	text-decoration: none;
	font-weight: 600;
	font-size: 15px;
	color: #363636 !important;
	transition: color 0.2s ease;
}

.site-header__menu a:hover {
	color: #7a43ff !important;
}

/* Хедер CTA (десктоп) */
.btn-telegram--header {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 11px 20px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 13px;
	text-decoration: none;
	color: #0f0f1a;
	background: var(--sl-gradient);
	box-shadow: 0 6px 18px rgba(56, 56, 168, 0.28);
	overflow: hidden;
}

.btn-telegram--header .btn-telegram__label {
	position: relative;
	z-index: 2;
}

.btn-telegram--header .btn-telegram__shine {
	position: absolute;
	inset: -30%;
	opacity: 0.35;
	pointer-events: none;
	background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.5), transparent 55%);
}

/* ——— Унифицированные CTA (не hero, не футер) ——— */

.btn-cta-primary {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: var(--sl-cta-h);
	min-width: 240px;
	padding: var(--sl-cta-pad);
	border-radius: var(--sl-cta-radius);
	font-weight: 700;
	font-size: 15px;
	text-decoration: none;
	color: #0f0f1a;
	background: var(--sl-gradient);
	border: none;
	cursor: pointer;
	overflow: hidden;
	box-shadow: 0 10px 28px rgba(56, 56, 168, 0.35);
	transition: box-shadow 0.25s ease, transform 0.15s ease;
}

.btn-cta-primary:hover {
	box-shadow: 0 14px 36px rgba(56, 56, 168, 0.45);
}

.btn-cta-primary:active {
	transform: scale(0.99);
}

.btn-cta-primary__label {
	position: relative;
	z-index: 2;
}

.btn-cta-primary__shine {
	position: absolute;
	inset: -35%;
	z-index: 1;
	pointer-events: none;
	opacity: 0.4;
	background: radial-gradient(
		circle 80px at 40% 35%,
		rgba(255, 255, 255, 0.45) 0%,
		transparent 60%
	);
}

/* ——— Жидкая кнопка только в hero ——— */

.btn-hero-liquid {
	--hl-x: 50%;
	--hl-y: 50%;
	--hl-spread: 1.08;
	--hl-r1: 60px;
	--hl-r2: 60px;
	--hl-r3: 60px;
	--hl-r4: 60px;
	--hl-ry1: 60px;
	--hl-ry2: 60px;
	--hl-ry3: 60px;
	--hl-ry4: 60px;
	--hl-tx: 0px;
	--hl-ty: 0px;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: var(--sl-cta-h);
	min-width: 240px;
	padding: var(--sl-cta-pad);
	border-radius: var(--hl-r1) var(--hl-r2) var(--hl-r3) var(--hl-r4) / var(--hl-ry1) var(--hl-ry2) var(--hl-ry3) var(--hl-ry4);
	font-weight: 700;
	font-size: 15px;
	text-decoration: none;
	color: #0f0f1a;
	cursor: pointer;
	overflow: hidden;
	border: none;
	background: var(--sl-gradient);
	box-shadow: 0 10px 32px rgba(56, 56, 168, 0.38);
	transition:
		box-shadow 0.35s ease,
		transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
		border-radius 0.12s ease;
	isolation: isolate;
	will-change: transform, border-radius;
}

.btn-hero-liquid.is-hovered {
	box-shadow: 0 16px 44px rgba(56, 56, 168, 0.55);
	transform: translate(var(--hl-tx), var(--hl-ty)) scale(var(--hl-spread));
}

.btn-hero-liquid__blobs {
	position: absolute;
	inset: -35%;
	z-index: 0;
	pointer-events: none;
	background:
		radial-gradient(
			circle 120px at var(--hl-x, 50%) var(--hl-y, 50%),
			rgba(255, 255, 255, 0.55) 0%,
			rgba(255, 255, 255, 0.15) 38%,
			transparent 65%
		),
		radial-gradient(
			circle 90px at calc(var(--hl-x, 50%) + 12%) calc(var(--hl-y, 50%) - 8%),
			rgba(236, 195, 251, 0.65) 0%,
			transparent 55%
		),
		radial-gradient(
			circle 100px at calc(var(--hl-x, 50%) - 10%) calc(var(--hl-y, 50%) + 10%),
			rgba(128, 211, 241, 0.5) 0%,
			transparent 55%
		);
	filter: blur(14px);
	mix-blend-mode: screen;
	opacity: 0.85;
	transition: opacity 0.2s ease, filter 0.25s ease;
}

.btn-hero-liquid.is-hovered .btn-hero-liquid__blobs {
	filter: blur(18px);
	opacity: 1;
}

.btn-hero-liquid__sheen {
	position: absolute;
	inset: -40%;
	z-index: 1;
	pointer-events: none;
	background: radial-gradient(
		circle 100px at var(--hl-sx, 50%) var(--hl-sy, 50%),
		rgba(255, 255, 255, 0.55) 0%,
		rgba(255, 255, 255, 0.1) 45%,
		transparent 62%
	);
	mix-blend-mode: soft-light;
	opacity: 0.9;
}

.btn-hero-liquid__label {
	position: relative;
	z-index: 3;
}

.btn-hero-liquid__canvas {
	position: absolute;
	inset: -26px;
	width: calc(100% + 52px);
	height: calc(100% + 52px);
	pointer-events: none;
	opacity: 0 !important;
	z-index: 1;
	transition: opacity 0.18s ease;
}

.btn-hero-liquid.is-hovered .btn-hero-liquid__canvas {
	opacity: 0 !important;
}

@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
	.btn-hero-liquid {
		background: var(--sl-gradient);
		overflow: hidden;
	}

	.btn-hero-liquid.btn-liquid-all {
		overflow: hidden;
	}

	.btn-hero-liquid.is-hovered {
		transform: translate(var(--hl-tx), var(--hl-ty)) scale(var(--hl-spread));
	}

	.btn-hero-liquid__label {
		z-index: 4;
	}
}

/* Hero-only elastic shape with higher priority than common button effect */
@media (hover: hover) and (pointer: fine) {
	/* У hero-кнопки выключаем общий псевдо-слой, он дает квадратные артефакты */
	.btn-hero-liquid.btn-liquid-all::before,
	.btn-hero-liquid.btn-liquid-all::after {
		content: none !important;
		display: none !important;
	}

	.btn-hero-liquid.is-hovered {
		transform: translate(var(--hl-tx), var(--hl-ty)) !important;
		border-radius: var(--hl-r1) var(--hl-r2) var(--hl-r3) var(--hl-r4) / var(--hl-ry1) var(--hl-ry2) var(--hl-ry3) var(--hl-ry4) !important;
		box-shadow:
			0 20px 54px rgba(56, 56, 168, 0.72),
			0 0 0 1px rgba(255, 255, 255, 0.12) inset;
		filter: saturate(1.16);
		transition: box-shadow 0.25s ease !important;
	}
}

/* Liquid effect for all CTA buttons */
.btn-liquid-all {
	--hl-x: 50%;
	--hl-y: 50%;
	--hl-sx: 50%;
	--hl-sy: 50%;
	--hl-spread: 1.02;
	position: relative;
	overflow: hidden;
	isolation: isolate;
	transition: box-shadow 0.35s ease, transform 0.35s cubic-bezier(0.34, 1.4, 0.64, 1);
}

.btn-liquid-all::before,
.btn-liquid-all::after {
	content: "";
	position: absolute;
	inset: -36%;
	pointer-events: none;
}

.btn-liquid-all::before {
	z-index: 0;
	background:
		radial-gradient(
			circle 120px at var(--hl-x, 50%) var(--hl-y, 50%),
			rgba(255, 255, 255, 0.5) 0%,
			rgba(255, 255, 255, 0.12) 40%,
			transparent 65%
		),
		radial-gradient(
			circle 95px at calc(var(--hl-x, 50%) + 12%) calc(var(--hl-y, 50%) - 8%),
			rgba(236, 195, 251, 0.55) 0%,
			transparent 58%
		),
		radial-gradient(
			circle 105px at calc(var(--hl-x, 50%) - 10%) calc(var(--hl-y, 50%) + 10%),
			rgba(128, 211, 241, 0.45) 0%,
			transparent 58%
		);
	filter: blur(14px);
	opacity: 0;
	mix-blend-mode: screen;
	transition: opacity 0.22s ease, filter 0.25s ease;
}

.btn-liquid-all::after {
	z-index: 1;
	background: radial-gradient(
		circle 110px at var(--hl-sx, 50%) var(--hl-sy, 50%),
		rgba(255, 255, 255, 0.45) 0%,
		rgba(255, 255, 255, 0.08) 45%,
		transparent 62%
	);
	opacity: 0;
	mix-blend-mode: soft-light;
	transition: opacity 0.22s ease;
}

.btn-liquid-all.is-hovered {
	transform: scale(var(--hl-spread));
}

.btn-liquid-all.is-hovered::before,
.btn-liquid-all.is-hovered::after {
	opacity: 1;
}

.btn-liquid-all.is-hovered::before {
	filter: blur(18px);
}

/* ——— Hero ——— */

.hero {
	position: relative;
	min-height: calc(100vh - var(--sl-header-h));
	min-height: calc(100dvh - var(--sl-header-h));
	display: flex;
	align-items: stretch;
	overflow: hidden;
	background: var(--sl-bg);
}

.hero__bg {
	position: absolute;
	inset: calc(-1 * var(--sl-header-h)) 0 0;
	background-image: url('../background.png');
	background-size: auto 120%;
	background-position: center top;
	background-repeat: no-repeat;
}

.hero__scene-bg {
	display: none;
}

.hero__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: var(--sl-max);
	margin: 0 auto;
	padding: 8px 32px 0;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
	gap: 20px 28px;
	align-items: end;
	min-height: calc(100vh - var(--sl-header-h));
	min-height: calc(100dvh - var(--sl-header-h));
}

.hero__copy {
	max-width: 640px;
	padding-bottom: 56px;
	align-self: center;
}

.hero__title {
	margin: 0 0 18px;
	font-size: clamp(28px, 4.2vw, 52px);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -0.02em;
}

.hero__title-line {
	display: block;
}

@media (min-width: 1025px) {
	.hero__title-line--1,
	.hero__title-line--2 {
		white-space: nowrap;
	}
}

.hero__title-accent {
	color: #d8a8ff;
	text-shadow: 0 0 40px rgba(200, 140, 255, 0.35);
}

.hero__title-white {
	color: #ffffff;
}

.hero__lead {
	margin: 0 0 24px;
	font-size: 18px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.9);
	max-width: 560px;
}

.hero__scene {
	position: relative;
	justify-self: end;
	align-self: end;
	width: min(100%, 760px);
	margin-right: -16%;
	transform: translateX(10%);
}

.hero__visual {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	width: 100%;
}

.hero__person {
	width: 158%;
	max-width: 960px;
	height: auto;
	position: relative;
	z-index: 1;
	margin-right: -18%;
	object-fit: contain;
	object-position: bottom right;
	filter: drop-shadow(0 28px 48px rgba(0, 0, 0, 0.45));
}

.hero__bang {
	position: absolute;
	right: -4%;
	top: -7%;
	width: 52%;
	max-width: 320px;
	z-index: 2;
	animation: sl-float 3.4s ease-in-out infinite;
	filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.35));
	pointer-events: none;
}

@keyframes sl-float {
	0%,
	100% {
		transform: translateY(0) rotate(-2deg);
	}
	50% {
		transform: translateY(-12px) rotate(2deg);
	}
}

/* ——— Sections ——— */

.section {
	padding: 88px 32px;
}

.section__inner {
	max-width: var(--sl-max);
	margin: 0 auto;
}

.section__title {
	margin: 0 0 16px;
	font-size: clamp(26px, 3.2vw, 36px);
	font-weight: 800;
	letter-spacing: -0.02em;
	color: #fff;
}

.section__title--center {
	text-align: center;
}

.section__title--team {
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.35;
}

.section--about {
	background: linear-gradient(180deg, #181820 0%, #12121a 100%);
	padding-top: 64px;
	padding-bottom: 64px;
}

.about__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
	grid-template-rows: auto 1fr;
	grid-template-areas:
		"fig head"
		"fig copy";
	gap: 14px 48px;
	align-items: center;
	max-width: 1120px;
	min-height: 0;
}

.about__figure {
	grid-area: fig;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	align-self: center;
}

.about__figure img {
	max-width: min(100%, 540px);
	width: 100%;
	border-radius: 50%;
	box-shadow: var(--sl-shadow);
	transform: translateY(-14px);
	margin-bottom: -18px;
}

.about__heading {
	grid-area: head;
	margin: 0;
	font-size: clamp(26px, 3.2vw, 36px);
	font-weight: 800;
	color: #fff;
	align-self: center;
	text-align: center;
}

.about__copy {
	grid-area: copy;
	display: flex;
	flex-direction: column;
	gap: 0;
	align-self: center;
}

.about__lead {
	color: rgba(236, 236, 244, 0.92);
	margin: 0 0 16px;
	font-size: 17px;
}

.about__sub {
	font-size: 14px;
	line-height: 1.55;
	color: rgba(236, 236, 244, 0.75);
	margin: 0 0 20px;
}

.about__copy .btn-cta-primary {
	margin-top: 4px;
	align-self: flex-start;
}

/* ——— Риски ——— */

.section--risks {
	background: #2f2f3a;
	padding-top: 52px;
	padding-bottom: 70px;
	position: relative;
}

.risks-stage {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding-top: 0;
}

.risks-cards {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	gap: 24px;
	width: 100%;
	max-width: 1240px;
	margin: 0 auto 0;
	padding: 0 8px;
	pointer-events: none;
	z-index: 1;
}

.risks-cards__img {
	position: relative;
	width: 34%;
	max-width: 440px;
	flex: 1 1 0;
	height: auto;
	object-fit: contain;
}

.risks-cards__img--1 {
	transform: rotate(-4deg);
}

.risks-cards__img--2 {
	transform: rotate(4deg);
}

.risks-cards__img--3 {
	transform: rotate(-5deg);
}

.risks-window {
	position: relative;
	z-index: 3;
	width: min(810px, calc(100% - 32px));
	min-height: 284px;
	margin: -230px auto 0;
	padding: 30px;
	background: var(--sl-surface);
	border: 1px solid rgba(84, 84, 234, 0.12);
	border-radius: 30px;
	box-shadow: var(--sl-shadow);
	overflow: hidden;
}

.risks-window__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 250px);
	gap: 18px;
	align-items: end;
	height: 100%;
}

.risks-window__left {
	min-width: 0;
	padding-bottom: 4px;
}

.risks-window__title {
	margin: 0 0 10px;
	font-size: clamp(18px, 2vw, 22px);
	font-weight: 800;
	line-height: 1.25;
	color: var(--sl-text-dark);
	text-align: left;
}

.risks-window__title-line {
	display: block;
}

.risks-window__text {
	margin: 0 0 14px;
	font-size: 14px;
	line-height: 1.45;
	color: var(--sl-muted-dark);
	text-align: left;
	white-space: nowrap;
}

.risks-window__figure {
	position: relative;
	align-self: stretch;
	min-height: 205px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	overflow: visible;
}

.risks-window__mascot {
	position: absolute;
	right: -40px;
	bottom: -50px;
	width: min(235px, 80%);
	max-width: none;
	height: auto;
	object-fit: contain;
	object-position: right bottom;
}

.risks-window__btn {
	min-width: 0;
	width: auto;
}

/* ——— Как работает ——— */

.section--how {
	background: transparent;
	padding: 28px 24px;
	position: relative;
	z-index: 6;
}

.how__wrap {
	position: relative;
	background: #ffffff;
	border-radius: 32px;
	max-width: calc(var(--sl-max) + 48px);
	margin: 0 auto;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
	overflow: visible;
	z-index: 2;
}

.how__mob-art {
	display: none;
	z-index: 0;
}

.section__inner--how {
	max-width: var(--sl-max);
	margin: 0 auto;
	padding: 44px 32px 48px;
}

.section__title--how {
	color: var(--sl-text-dark);
	text-align: center;
	margin-bottom: 28px;
}

.how__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 280px);
	gap: 20px 32px;
	align-items: start;
	justify-items: center;
	max-width: 900px;
	margin: 0 auto;
}

.how__steps-col {
	width: 100%;
	display: flex;
	justify-content: center;
}

.how__flow {
	width: 100%;
	max-width: 520px;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 420px;
}

.how-panel {
	background: #fff;
	border: 1px solid rgba(22, 22, 58, 0.12);
	border-radius: 999px;
	padding: 14px 20px;
	box-shadow: 0 6px 20px rgba(22, 22, 58, 0.06);
	width: 100%;
	max-width: 520px;
	opacity: 0;
	transform: translateY(6px);
	transition: opacity 0.45s ease, transform 0.45s ease;
}

.how-panel.is-active {
	opacity: 1;
	transform: translateY(0);
}

.how-panel[hidden] {
	display: block;
	visibility: hidden;
	opacity: 0;
	transform: none;
}

.how-panel__text {
	margin: 0;
	color: var(--sl-muted-dark);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.45;
	text-align: center;
}

.how-panel__n {
	font-weight: 800;
	color: #5454ea;
	margin-right: 6px;
}

.how-bridge {
	display: flex;
	justify-content: center;
	padding: 8px 0 10px;
	min-height: 56px;
	width: 100%;
}

.how-bridge__trail {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
}

.how-print {
	position: relative;
	display: block;
	width: 28px;
	height: 36px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	animation: none;
}

.how-print::before {
	content: none;
}

.how-print--left {
	background-image: url("../left-legs.png");
	transform: translateX(-12px) rotate(-14deg);
}

.how-print--right {
	background-image: url("../right-legs.png");
	transform: translateX(12px) rotate(14deg);
}

.how-print.is-step {
	animation: how-print-step 0.42s ease forwards;
}

@keyframes how-print-step {
	0% {
		opacity: 0;
		filter: blur(1px);
	}
	35% {
		opacity: 0.85;
	}
	100% {
		opacity: 1;
		filter: blur(0);
	}
}

.how__aside {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-top: 0;
}

.how__question {
	width: min(260px, 100%);
	transform: rotate(-10deg);
	filter: drop-shadow(0 16px 28px rgba(84, 84, 234, 0.18));
	animation: sl-question-float 3.2s ease-in-out infinite;
}

@keyframes sl-question-float {
	0%,
	100% {
		transform: rotate(-10deg) translateY(0);
	}
	50% {
		transform: rotate(-7deg) translateY(-10px);
	}
}

.how__cta {
	margin-top: 24px;
	text-align: center;
}

.how-flow--static .how-panel {
	opacity: 1;
	transform: none;
}

/* ——— Team ——— */

.section--team {
	background: linear-gradient(180deg, #181820 0%, #12121a 100%);
	padding-bottom: 100px;
}

.team-swiper {
	margin-top: 8px;
	padding-bottom: 36px;
	overflow: visible;
}

.team-swiper .swiper-slide {
	height: auto;
}

.team-swiper__pagination {
	position: relative !important;
	margin-top: 20px;
}

.team-swiper__pagination .swiper-pagination-bullet {
	background: rgba(255, 255, 255, 0.35);
	opacity: 1;
}

.team-swiper__pagination .swiper-pagination-bullet-active {
	background: #80d3f1;
}

@media (min-width: 1024px) {
	.team-swiper__pagination {
		display: none !important;
	}
}

.team-card {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--sl-radius-xl);
	padding: 14px 14px 18px;
	text-align: center;
	height: 100%;
}

.team-card__badge {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.06em;
	color: #ff8ec8;
}

.team-card__photo {
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 12px;
	background: #2a2a38;
}

.team-card__photo img {
	width: 100%;
	height: auto;
	aspect-ratio: 300 / 170;
	object-fit: cover;
}

.team-card__name {
	margin: 0 0 6px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}

.team-card__reason {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	color: rgba(236, 236, 244, 0.78);
}

.section__footer-cta {
	margin-top: 36px;
	text-align: center;
}

/* ——— Footer ——— */

.btn-telegram--footer {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 11px 20px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 13px;
	text-decoration: none;
	color: #0f0f1a;
	background: var(--sl-gradient);
	box-shadow: 0 6px 18px rgba(56, 56, 168, 0.28);
	overflow: hidden;
}

.btn-telegram--footer .btn-telegram__label {
	position: relative;
	z-index: 2;
}

.btn-telegram--footer .btn-telegram__shine {
	position: absolute;
	inset: -25%;
	opacity: 0.3;
	pointer-events: none;
	background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.45), transparent 55%);
}

.site-footer {
	background: #0f0f14;
	color: rgba(255, 255, 255, 0.78);
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	padding: 48px 32px 32px;
}

.site-footer__inner {
	max-width: var(--sl-max);
	margin: 0 auto;
}

.site-footer__row--top {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 24px 32px;
	margin-bottom: 36px;
}

.site-footer__logo img,
.site-footer__logo .custom-logo-link img {
	height: 32px;
	width: auto;
	max-width: 200px;
}

.site-footer__logo .custom-logo-link {
	display: inline-block;
	text-decoration: none;
}

.site-footer__menu,
.site-footer__menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 28px;
}

.site-footer__menu a {
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.78);
}

.site-footer__menu a:hover {
	color: #80d3f1;
}

.site-footer__row--bottom {
	display: grid;
	gap: 12px;
	text-align: center;
}

.site-footer__legal {
	margin: 0;
	font-size: 12px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.45);
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
}

.site-footer__copy {
	margin: 0;
	font-size: 13px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.55);
}

.site-main--simple {
	padding: 48px 32px 80px;
	color: var(--sl-text);
}

/* ——— Policy page template ——— */
.policy-page {
	padding: 54px 16px 80px;
	background: linear-gradient(180deg, #1a1a22 0%, #14141d 100%);
}

.policy-page__section {
	width: 100%;
}

.policy-page__container {
	max-width: 980px;
	margin: 0 auto;
}

.policy-page__article {
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid rgba(84, 84, 234, 0.12);
	border-radius: 24px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
	padding: 34px 30px;
	color: #1d1d36;
}

.policy-page__header {
	border-bottom: 1px solid rgba(29, 29, 54, 0.12);
	padding-bottom: 16px;
	margin-bottom: 24px;
}

.policy-page__title {
	margin: 0;
	font-size: clamp(28px, 3.2vw, 42px);
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: #16163a;
}

.policy-page__meta {
	margin: 10px 0 0;
	font-size: 13px;
	font-weight: 600;
	color: #6b6b8d;
}

.policy-page__content {
	font-size: 16px;
	line-height: 1.72;
	color: #252547;
}

.policy-page__content > :first-child {
	margin-top: 0;
}

.policy-page__content > :last-child {
	margin-bottom: 0;
}

.policy-page__content h2,
.policy-page__content h3,
.policy-page__content h4 {
	margin: 1.9em 0 0.65em;
	color: #15153a;
	line-height: 1.25;
}

.policy-page__content h2 {
	font-size: clamp(22px, 2.4vw, 30px);
}

.policy-page__content h3 {
	font-size: clamp(19px, 2vw, 24px);
}

.policy-page__content p,
.policy-page__content ul,
.policy-page__content ol {
	margin: 0 0 1em;
}

.policy-page__content ul,
.policy-page__content ol {
	padding-left: 1.25em;
}

.policy-page__content li + li {
	margin-top: 0.4em;
}

.policy-page__content a {
	color: #4f4fe9;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
	word-break: break-word;
}

.policy-page__content table {
	width: 100%;
	border-collapse: collapse;
	margin: 1.1em 0;
	font-size: 14px;
}

.policy-page__content th,
.policy-page__content td {
	border: 1px solid rgba(29, 29, 54, 0.14);
	padding: 10px 12px;
	vertical-align: top;
}

.policy-page__content th {
	background: #f2f4ff;
	font-weight: 700;
}

.policy-page__content blockquote {
	margin: 1.1em 0;
	padding: 14px 16px;
	border-left: 3px solid #5f66ff;
	background: #f6f7ff;
	border-radius: 8px;
}

.policy-page__content code {
	background: rgba(21, 21, 58, 0.08);
	border-radius: 5px;
	padding: 0.12em 0.32em;
	font-size: 0.92em;
}

@media (max-width: 768px) {
	.policy-page {
		padding-top: 32px;
	}

	.policy-page__article {
		padding: 24px 18px;
		border-radius: 18px;
	}

	.policy-page__content {
		font-size: 15px;
		line-height: 1.62;
	}
}

/* ——— Tablet ——— */

@media (max-width: 1024px) {
	.site-header__cta {
		display: none !important;
	}

	.site-header__toggle {
		display: inline-flex;
		order: 2;
	}

	.site-header__nav {
		flex: 1 1 100%;
		order: 4;
		display: none;
		padding: 16px 0 8px;
		border-top: 1px solid rgba(22, 22, 58, 0.08);
	}

	.site-header__nav.is-open {
		display: flex;
	}

	.site-header__logo {
		order: 0;
	}

	.site-header__menu {
		flex-direction: column;
		align-items: flex-start;
		gap: 14px;
		width: 100%;
	}

	.site-header__menu a {
		color: #363636 !important;
	}

	.hero__inner {
		grid-template-columns: 1fr;
		min-height: auto;
		padding-top: 12px;
		align-items: stretch;
	}

	.hero {
		min-height: auto;
	}

	.hero__bg {
		display: block;
	}

	.hero__copy {
		order: 1;
		padding-bottom: 16px;
		padding-top: 18px;
		width: 100%;
		max-width: none;
		position: relative;
		z-index: 3;
	}

	.hero__scene {
		order: 2;
		width: 100%;
		margin-right: 0;
		transform: none;
		min-height: 300px;
	}

	.hero__visual {
		position: relative;
		z-index: 1;
		align-items: center;
		padding: 20px 0 0;
		min-height: 282px;
	}

	.hero__person {
		width: 100%;
		max-width: 420px;
		margin-right: 0;
		z-index: 1;
		transform: scaleX(-1) translateX(-10px);
	}

	.hero__bang {
		right: 6%;
		top: 8%;
		width: 42%;
		max-width: 200px;
		z-index: 0;
	}

	.about__grid {
		grid-template-columns: 1fr;
		grid-template-areas:
			"head"
			"fig"
			"copy";
		min-height: 0;
		gap: 20px;
	}

	.about__heading {
		text-align: center;
		align-self: center;
	}

	.about__figure {
		align-self: center;
	}

	.about__copy .btn-cta-primary {
		align-self: stretch;
		width: 100%;
		max-width: var(--sl-cta-w);
		margin-left: auto;
		margin-right: auto;
	}

	.how__layout {
		grid-template-columns: 1fr;
	}

	.site-footer__row--top {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.site-footer__menu {
		justify-content: center;
	}
}

@media (min-width: 641px) and (max-width: 1024px) {
	.hero__person {
		transform: scaleX(-1) translateX(-6px);
	}

	.hero__bang {
		right: 5%;
		top: 10%;
	}
}

/* ——— Mobile hero + risks + how deco ——— */

@media (max-width: 640px) {
	.hero__bg {
		display: block;
		inset: 0;
		z-index: 0;
		background-image: url('../backgroundmob.png');
		background-size: cover;
		background-position: center bottom;
		background-repeat: no-repeat;
	}

	:root {
		--sl-header-h: 72px;
	}

	.site-header__inner {
		padding: 10px 16px;
	}

	.btn-cta-primary,
	.btn-hero-liquid {
		width: 100%;
		max-width: var(--sl-cta-w);
		min-width: 0;
		min-height: var(--sl-cta-h);
		margin-left: auto;
		margin-right: auto;
	}

	.btn-hero-liquid {
		display: flex;
	}

	.hero__title-line--1 {
		white-space: normal;
	}

	.section {
		padding: 48px 16px;
	}

	.section--risks {
		background: #78787866;
		padding-top: 40px;
		padding-bottom: 24px;
	}

	.risks-cards {
		display: flex !important;
		flex-direction: column;
		align-items: center;
		gap: 10px;
		max-width: 100%;
		margin: 0 auto 0;
		padding: 0;
	}

	.risks-stage {
		min-height: 560px;
	}

	.risks-cards__img {
		width: min(86%, 320px);
		max-width: none;
	}

	.risks-window {
		width: 295px;
		min-height: 340px;
		max-width: calc(100% - 16px);
		position: absolute;
		top: 46%;
		left: 50%;
		transform: translate(-50%, -50%);
		margin-top: 0;
		padding: 24px;
		border-radius: 20px;
		z-index: 4;
	}

	.risks-window__grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.risks-window__text {
		white-space: normal;
	}

	.risks-window__figure {
		display: none;
	}

	.how__wrap {
		border-radius: 24px;
		overflow: visible;
	}

	.how__mob-art {
		display: block;
		position: absolute;
		top: -140px;
		right: -10px;
		width: min(200px, 48vw);
		height: auto;
		z-index: 1;
		pointer-events: none;
	}

	.section__inner--how {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		padding: 48px 16px 36px;
		position: relative;
		z-index: 2;
		background: #fff;
		border-radius: 24px;
	}

	.how__flow {
		min-height: 500px;
	}

	.section__title--how {
		order: 1;
	}

	/* Кнопка между шагами и вопросом, как в макете */
	.how__layout {
		display: contents;
	}

	.how__steps-col {
		order: 2;
		width: 100%;
	}

	.how__cta {
		order: 3;
		width: 100%;
		margin-top: 8px;
	}

	.how__aside {
		order: 4;
		margin-top: 16px;
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.how__question {
		width: min(200px, 70vw);
	}

	.hero__person {
		position: absolute;
		left: -20%;
		right: auto;
		bottom: -20px;
		margin-right: 0;
		width: min(420px, 96vw);
		max-width: none;
		transform: scaleX(-1);
	}

	.hero__bang {
		left: auto;
		right: -6%;
		top: 0%;
		width: 40%;
		max-width: 180px;
		z-index: 2;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hero__bang {
		animation: none;
	}

	.how-print {
		animation: none;
		opacity: 0.5;
	}

	.btn-hero-liquid {
		transition: none;
	}
}

