@font-face {
	font-family: "ActayWide";
	src: url("../fonts/ActayWide-Bold.woff2") format("woff2");
	font-weight: 400 800;
	font-style: normal;
	font-display: swap;
}

:root {
	--bg: #051818;
	--bg-card: linear-gradient(180deg, #101a16, #163128);
	--card: #2F3E3E4D;
	--card-2: #2F3E3E33;
	--card-3: #D9D9D933;
	--line: #1e2c28;
	--text: #ffffff;
	--text-muted: #C7C7C7;
	--muted: #9aa8a1;
	--green: #22e07a;
	--page-max: 1920px;
	--page-pad: clamp(16px, 3.2vw, 48px);
	--header-h: 72px;
	--font: "ActayWide", system-ui, sans-serif;
}

@supports (height: 100dvh) {
	:root {
		--vh: 100dvh;
		--min-height: 100dvh;
	}
}

::selection{
	color: #fff;
	background: var(--green);
}
::-moz-selection{
	color: #fff;
	background: var(--green);
}

body::-webkit-scrollbar{
	margin: 2px;
	width: 10px;
}
body::-webkit-scrollbar-track{
	background: rgba(255,255,255,0);
	box-sizing: border-box;
	margin: 0;
}
body::-webkit-scrollbar-thumb{
	background-color: var(--green);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	border-bottom-color: var(--green);
	-webkit-text-fill-color: var(--text);
	-webkit-box-shadow: 0 0 0px 1000px transparent inset;
	background-color: var(--bg);
	transition: background-color 5000s ease-in-out 0s;
}
dialog {
	border: none;
}
option {
	background-color: var(--bg);
}

@-moz-document url-prefix() {
	* {
		scrollbar-width: thin;
		scrollbar-color: var(--text) var(--bg);
	}
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
	font-family: var(--font);
	background: var(--bg);
	color: var(--text);
	line-height: 1.5;
}
body * { font-family: inherit; }
body.nav-open { overflow: hidden; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
p { color: var(--text-muted); }

.wrap {
	width: 100%;
	max-width: var(--page-max);
	margin: 0 auto;
	padding: 0 var(--page-pad);
}
.header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: var(--bg);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid var(--line);
}
.header-inner {
	width: 100%;
	max-width: var(--page-max);
	margin: 0 auto;
	padding: 12px var(--page-pad);
	min-height: var(--header-h);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	position: relative;
}

/* titles */

.section-title {
	font-size: 36px;
	line-height: 1;
	margin-bottom: 8px;
	font-weight: 800;
}
.fsz-l { font-size: 48px; }
.fsz-xl { font-size: 64px; }
.fsz-xxl { font-size: 96px; }
.section-title--sm { font-size: clamp(26px, 3vw, 32px); }
.section-title--spaced { margin-top: 48px; }
.center {
	text-align: center;
}
.logo {
	font-weight: 800;
	font-size: 22px;
	display: flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
}
.logo__img {
	height: 40px;
	width: auto;
	max-width: 56px;
	object-fit: contain;
}
.site-nav {
	display: flex;
	gap: 22px;
	color: var(--muted);
	font-size: 14px;
	flex-wrap: wrap;
}
.site-nav__link {
	padding: 6px 0;
	transition: color .2s ease;
}
.site-nav__link:hover { color: #fff; }
.nav-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid #3a4a44;
	border-radius: 12px;
	background: transparent;
	cursor: pointer;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
}
.nav-toggle__bar {
	display: block;
	width: 18px;
	height: 2px;
	background: #fff;
	border-radius: 2px;
	transition: transform .2s ease, opacity .2s ease;
}
.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}
.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}
.hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background: var(--card-3);
	border: 1px solid var(--line);
	border-radius: 28px;
	min-height: 280px;
	flex: 1;
	padding: 48px 40px 36px;
	margin-bottom: 16px;
	width: 100%;
	display: flex;
	align-items: flex-end;
}
.hero__video {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .75;
	pointer-events: none;
}
.hero::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	/* background: linear-gradient(180deg, rgba(11, 18, 16, 0.25) 0%, rgba(11, 18, 16, 0.72) 100%); */
	/* background: linear-gradient(180deg, rgba(11, 18, 16, .12) 0%, rgba(11, 18, 16, .58) 100%); */
	background: linear-gradient(180deg, rgba(11, 18, 16, .2) 0%, rgba(18, 42, 32, .45) 50%, rgba(11, 18, 16, .8) 100%);
	pointer-events: none;
}
.hero__content {
	margin-bottom: auto;
	position: relative;
	z-index: 2;
	width: 100%;
}
.hero-row {
	display: grid;
	grid-template-columns: 1.7fr .55fr;
	gap: 16px;
	width: 100%;
}
.hero__title {
	font-size: 128px;
	letter-spacing: -2px;
	font-weight: 800;
}
.hero__text {
	color: #ffffff;
	opacity: .85;
	font-size: clamp(16px, 2vw, 20px);
	margin-top: 8px;
}
.stats {
	background: var(--card-2);
	border: 1px solid var(--line);
	border-radius: 24px;
	padding: 28px 32px;
}
.nums {
	display: flex;
	gap: 36px;
	flex-wrap: wrap;
	margin-bottom: 22px;
}
.stats-metric__value {
	display: block;
	font-size: clamp(28px, 4vw, 40px);
	font-weight: 800;
}
.stats-metric__label {
	color: var(--muted);
	font-size: 14px;
}
.btns { display: flex; gap: 12px; flex-wrap: wrap; }
.btn {
	background: var(--green);
	color: #062013;
	border: 0;
	border-radius: 999px;
	padding: 12px 22px;
	font-weight: 700;
	cursor: pointer;
	min-height: 44px;
	transition: background .2s ease;
}
.btn:hover { background: #1f934a; }
.btn-ghost {
	background: transparent;
	color: #fff;
	border: 1px solid #3a4a44;
	border-radius: 999px;
	padding: 12px 22px;
	font-weight: 600;
	cursor: pointer;
	min-height: 44px;
	transition: background .2s ease;
}
.btn-ghost:hover { background: #3a4a44; }
.btns .btn-ghost, .btns .btn {
	border-radius: 22px;
}
.contacts-title {
	position: sticky;
	top: calc(var(--header-h) + var(--page-pad));
	z-index: 10;
}
.side {
	background: var(--card-3);
	border: 1px solid var(--line);
	border-radius: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	letter-spacing: 1px;
	min-height: 120px;
	overflow: hidden;
	padding: 0 8px;
}
.exchanges {
	width: 100%;
	overflow: hidden;
	mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}
.exchanges__track {
	display: flex;
	width: max-content;
	will-change: transform;
	transform: translate3d(0, 0, 0);
}
.exchanges__group {
	display: flex;
	align-items: center;
	gap: 0;
	padding-right: 28px;
	flex-shrink: 0;
}
.exchanges__logo {
	margin: 0 32px;
	height: 100px;
	width: auto;
	max-width: none;
	object-fit: contain;
	flex-shrink: 0;
	opacity: .92;
}
.section { padding: 72px 0 20px; }
.section-trade {
	padding-top: calc(var(--header-h) + var(--page-pad));
}
.screen {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 32px 0;
	scroll-margin-top: var(--header-h);
	min-height: calc(100vh - var(--header-h));
	min-height: calc(100svh - var(--header-h));
}
.screen-inner {
	width: 100%;
	height: 100%;
	display: flex;
	flex: 1;
	min-height: 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.text-accent { color: var(--green); font-style: normal; }
.block-heading { margin: 24px 0 16px; }
.block-heading--lg { margin: 32px 0 16px; }
.lead {
	text-align: center;
	max-width: 820px;
	margin: 0 auto;
	color: var(--muted);
	font-size: clamp(14px, 1.6vw, 16px);
	overflow-wrap: break-word;
}
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.card {
	background: var(--bg-card);
	border: 1px solid #1d332b;
	border-radius: 18px;
	padding: 18px 16px 14px;
	min-height: 210px;
	display: flex;
	flex-direction: column;
}
.card__icon { margin-bottom: 8px; }
.card__title { margin: 8px 0; }
.card__text {
	color: #b7c4bd;
	font-size: 13px;
	overflow-wrap: break-word;
	margin-top: auto;
}
.card__link {
	color: var(--green);
	font-size: 13px;
	margin-top: 24px;
}
.tools { margin-top: 16px; width: 100%; flex: 1; min-height: 0; }
.tools-fon {
	background-image: url(/lp/assets/images/tools-fon.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.accordions { width: 100%; display: grid; flex: 1; gap: 12px; min-height: 0; }
.accordion-item {
	background: var(--card3);
	border: 1px solid var(--line);
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: auto;
}
.accordion-item--yield { scroll-margin-top: var(--header-h); }
.accordion-item.open {
	background: #101816;
	border-color: #243830;
}
.tool {
	width: 100%;
	background: var(--card-2);
	backdrop-filter: blur(16px) saturate(180%);
	-webkit-backdrop-filter: blur(16px) saturate(180%);
	border: 0;
	color: inherit;
	font-family: inherit;
	padding: 18px 22px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	font-size: clamp(16px, 2vw, 22px);
	font-weight: 600;
	cursor: pointer;
	text-align: left;
	min-height: 56px;
}
.tool:hover { color: #fff; }
.tool__chevron {
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	background-image: url(/lp/assets/images/arrow.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: grid;
	place-items: center;
	transition: transform .25s ease, background .2s ease, border-color .2s ease;
}
.accordion-item.open .tool__chevron {
	transform: rotate(90deg);
	border-color: var(--green);
}
.detail {
	background: var(--card-2);
	backdrop-filter: blur(16px) saturate(180%);
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows .28s ease;
}
.accordion-item.open .detail { grid-template-rows: 1fr; }
.accordion-item.open .detail-inner { padding-bottom: 20px; }
.detail-img {
	height: auto;
	max-width: 50%;
	object-fit: contain;
}
.detail-inner {
	display: flex;
	gap: 16px;
	justify-content: space-between;
	overflow: hidden;
	min-height: 0;
	padding: 0 22px;
}
.detail-list{
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.detail-list__item {
	color: #d5ddd8;
	overflow-wrap: break-word;
	margin-left: 24px;
}
.split {
	display: flex;
	gap: 20px;
	align-items: stretch;
	width: 100%;
	min-height: 0;
	height: calc(100vh - var(--header-h) - var(--page-pad));
	height: calc(100svh - var(--header-h) - var(--page-pad));
}
.how-it-works {
	display: flex;
	gap: 16px;
}
.how-it-works-left {
	background-color: var(--card);
	width: 50%;
}
.how-it-works-right {
	width: 50%;
	background:
		linear-gradient(180deg, rgba(10, 22, 18, 0.72), rgba(8, 16, 14, 0.92)),
		url(/lp/assets/images/banner-vertical.png) center / cover no-repeat;
	gap: 18px;
}
.how-it-works-right .panel__title {
	margin-bottom: 4px;
}
.yield-pool__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex: 1;
}
.yield-pool__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 14px;
	border-radius: 14px;
	background: rgba(18, 32, 28, 0.72);
	border: 1px solid rgba(34, 224, 122, 0.14);
}
.yield-pool__row div {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}
.yield-pool__row b {
	font-size: 15px;
	font-weight: 700;
	color: #fff;
}
.yield-pool__row span {
	font-size: 12px;
	color: var(--muted);
}
.yield-pool__row strong {
	flex-shrink: 0;
	font-size: 15px;
	font-weight: 800;
	color: var(--green);
	text-align: right;
}
.yield-pool__tvl {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: auto;
	padding: 14px 16px;
	border-radius: 14px;
	background: rgba(34, 224, 122, 0.1);
	border: 1px solid rgba(34, 224, 122, 0.28);
}
.yield-pool__tvl span {
	font-size: 13px;
	color: var(--muted);
}
.yield-pool__tvl b {
	font-size: clamp(18px, 2vw, 24px);
	font-weight: 800;
	color: #fff;
}
.panel {
	border-radius: 22px;
	padding: 28px;
	display: flex;
	flex-direction: column;
}
.panel__title {
	line-height: 1.1;
	margin-bottom: 18px;
}
.banner-vertical {
	align-items: center;
	justify-content: flex-end;
	display: flex;
	background-image: url(/lp/assets/images/banner-vertical.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	font-weight: 800;
	writing-mode: vertical-rl;
	width: 40%;
}
.banner-vertical__text {
	transform: rotate(180deg);
}
.banner-end {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.label-vertical {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	font-weight: 800;
}
.feat { display: flex; gap: 12px; margin: 14px 0; align-items: flex-start; }
.feat-list {
	margin-top: auto;
}
.feat__icon {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	margin-top: 2px;
}
.feat__title { display: block; }
.feat__text { color: var(--muted); font-size: 14px; }
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.mini {
	background: var(--bg-card);
	border: 1px solid #1c3329;
	border-radius: 16px;
	padding: 16px;
	max-width: 395px;
}
.mini__icon {
	display: block;
	width: 40px;
	height: 40px;
	margin-bottom: 10px;
}
.li {
	position: relative;
}
.li::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border: 2px solid var(--green);
	border-radius: 50%;
	margin-right: 8px;
	position: absolute;
	left: -24px;
	top: 8px;
	transform: translateY(-50%);
}
.mini__text {
	color: var(--muted);
	font-size: 13px;
	overflow-wrap: break-word;
}
.eco {
	position: relative;
	z-index: 2;
	background: var(--card);
	background: #112323;
	justify-content: flex-start;
	height: calc(100vh - var(--header-h));
	height: calc(100svh - var(--header-h));
	min-height: calc(100vh - var(--header-h));
	min-height: calc(100svh - var(--header-h));
	overflow: hidden;
	box-shadow: 0 -28px 80px rgba(0, 0, 0, 0.45);
}
.eco .screen-inner {
	flex: 1 1 auto;
	min-height: 0;
	height: 100%;
	max-height: 100%;
	align-items: stretch;
	justify-content: flex-start;
}
.eco-icon {
	margin-bottom: 12px;
}
.eco-body {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 30%);
	gap: 20px;
	width: 100%;
	flex: 1 1 auto;
	min-height: 0;
	height: 100%;
	align-items: stretch;
}
.eco-left-content {
	display: flex;
	flex-direction: column;
	gap: 20px;
	min-height: 0;
	height: 100%;
	align-self: stretch;
}
.eco-left-content-left {
	flex: 1 1 auto;
	min-height: 0;
	background: var(--bg);
	border-radius: 22px;
	padding: 28px;
	align-content: stretch;
	gap: 20px;
}
.eco-left-content-left .mini {
	height: 100%;
	max-width: none;
}
.eco-right {
	position: relative;
	background: var(--bg);
	width: auto;
	min-height: 0;
	height: 100%;
	align-self: stretch;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.eco-right .label-vertical {
	position: absolute;
	left: 24px;
	bottom: 24px;
	z-index: 5;
	pointer-events: none;
}
.api-keys-images {
	--px: 0px;
	--py: 0px;
	--pr: 0deg;
	position: relative;
	width: min(78%, 300px);
	height: min(86%, 600px);
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}
.api-keys-images__card {
	--tx: 0%;
	--ty: 0%;
	--rot: 0deg;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 72%;
	margin: 0;
	border-radius: 18px;
	overflow: hidden;
	transform-origin: center center;
	transform:
		translate(
			calc(-50% + var(--tx) + var(--px)),
			calc(-50% + var(--ty) + var(--py))
		)
		rotate(calc(var(--rot) + var(--pr)));
	transition: transform .45s cubic-bezier(.22, 1, .36, 1);
	will-change: transform;
}
.api-keys-images__card img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}
.api-keys-images__card:nth-child(1) {
	--tx: -6%;
	--ty: -14%;
	--rot: -9deg;
	z-index: 1;
}
.api-keys-images__card:nth-child(2) {
	--tx: 4%;
	--ty: 2%;
	--rot: 2deg;
	z-index: 2;
}
.api-keys-images__card:nth-child(3) {
	--tx: -2%;
	--ty: 16%;
	--rot: 11deg;
	z-index: 3;
}
.api-keys-images:hover .api-keys-images__card:nth-child(1) {
	transform:
		translate(calc(-50% - 68% + var(--px)), calc(-50% - 6% + var(--py)))
		rotate(calc(-20deg + var(--pr)));
	z-index: 3;
}
.api-keys-images:hover .api-keys-images__card:nth-child(2) {
	transform:
		translate(calc(-50% + var(--px)), calc(-50% - 22% + var(--py)))
		rotate(var(--pr));
	z-index: 4;
}
.api-keys-images:hover .api-keys-images__card:nth-child(3) {
	transform:
		translate(calc(-50% + 68% + var(--px)), calc(-50% - 6% + var(--py)))
		rotate(calc(20deg + var(--pr)));
	z-index: 3;
}
@media (prefers-reduced-motion: reduce) {
	.api-keys-images__card { transition: none; }
}
.learn {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 528px));
	gap: 14px;
	justify-content: space-between;
}
.lvl {
	background: var(--bg-card);
	border: 1px solid #1c3329;
	border-radius: 16px;
	padding: 18px;
	max-width: 528px;
	width: 100%;
}
.lvl__title {
	margin-bottom: 32px;
}
.stats-line {
	display: flex;
	justify-content: center;
	gap: 40px;
	flex-wrap: wrap;
	margin-top: 28px;
	color: var(--muted);
	text-align: center;
}
.stats-line__card {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
}
.stats-line__card-info {
	display: flex;
	align-items: center;
	margin-right: auto;
	gap: 8px;
}
.stats-line__value {
	text-align: left;
	display: block;
	color: #fff;
	font-size: 22px;
}
.steps {
	display: grid;
	grid-template-columns: repeat(4, auto);
	gap: 12px;
	justify-content: space-between;
}
.prices { display: flex; gap: 16px; justify-content: space-between; }
.price {
	background: var(--bg-card);
	border: 1px solid #1c3329;
	border-radius: 18px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	max-width: 528px;
}
.price__title { margin-bottom: 8px; }
.price__cost {
	color: var(--green);
	font-size: clamp(22px, 3vw, 28px);
	font-weight: 800;
	margin: 8px 0 12px;
}
.price-list {
	margin-bottom: auto;
}
.price-list__item {
	margin: 8px 0 8px 24px;
	font-size: 14px;
	color: #c9d4ce;
	overflow-wrap: break-word;
	position: relative;
}
.price .btn,
.price .btn-ghost { width: 100%; margin-top: 8px; }
.roadmap {
	width: 100%;
	flex: 1;
	min-height: 0;
	display: flex;
	flex-direction: column;
	gap: 36px;
	padding: 28px 0 40px;
}
.roadmap__header {
	text-align: center;
}
.roadmap__lead {
	margin-top: 10px;
	color: var(--muted);
	font-size: clamp(14px, 1.5vw, 17px);
}
.roadmap-timeline {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 28px;
}
.roadmap-timeline::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 2px;
	transform: translateX(-50%);
	background: linear-gradient(
		180deg,
		transparent 0%,
		rgba(34, 224, 122, 0.15) 8%,
		rgba(34, 224, 122, 0.75) 50%,
		rgba(34, 224, 122, 0.15) 92%,
		transparent 100%
	);
	box-shadow: 0 0 12px rgba(34, 224, 122, 0.35);
	pointer-events: none;
}
.roadmap-item {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 28px 1fr;
	gap: 20px;
	align-items: center;
}
.roadmap-item__dot {
	grid-column: 2;
	grid-row: 1;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	justify-self: center;
	background: var(--bg);
	border: 2px solid var(--green);
	box-shadow: 0 0 0 4px rgba(34, 224, 122, 0.12), 0 0 16px rgba(34, 224, 122, 0.35);
	z-index: 1;
}
.roadmap-item__card {
	position: relative;
	background: linear-gradient(180deg, rgba(22, 49, 40, 0.55), rgba(10, 20, 16, 0.9));
	border: 1px solid rgba(34, 224, 122, 0.18);
	border-radius: 18px;
	padding: 22px 22px 20px;
	transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.roadmap-item:nth-child(odd) .roadmap-item__card {
	grid-column: 1;
	grid-row: 1;
	justify-self: end;
	width: min(100%, 480px);
	text-align: left;
}
.roadmap-item:nth-child(even) .roadmap-item__card {
	grid-column: 3;
	grid-row: 1;
	justify-self: start;
	width: min(100%, 480px);
}
.roadmap-item__card:hover {
	transform: translateY(-4px);
	border-color: rgba(34, 224, 122, 0.45);
	box-shadow: 0 12px 36px rgba(0, 0, 0, 0.28), 0 0 28px rgba(34, 224, 122, 0.12);
}
.roadmap-item__year {
	display: inline-flex;
	align-items: center;
	margin-bottom: 8px;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: var(--green);
}
.roadmap-item__title {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	color: inherit;
	font: inherit;
	font-size: clamp(18px, 2vw, 24px);
	font-weight: 800;
	line-height: 1.25;
	text-align: inherit;
	cursor: pointer;
}
.roadmap-item__title::after {
	content: "";
	flex-shrink: 0;
	width: 10px;
	height: 10px;
	margin-top: 0.45em;
	border-right: 2px solid var(--green);
	border-bottom: 2px solid var(--green);
	transform: rotate(45deg);
	transition: transform .25s ease;
}
.roadmap-item.is-open .roadmap-item__title::after {
	margin-top: 0.65em;
	transform: rotate(-135deg);
}
.roadmap-item__list {
	list-style: none;
	margin: 12px 0 0;
	padding: 0;
	display: grid;
	gap: 8px;
}
.roadmap-item__list[hidden] {
	display: none;
}
.roadmap-item__list .li {
	margin-left: 24px;
	color: var(--muted);
	font-size: 14px;
	line-height: 1.4;
}
.roadmap-item__badge {
	position: absolute;
	top: 16px;
	right: 16px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	color: #062013;
	background: var(--green);
	box-shadow: 0 0 18px rgba(34, 224, 122, 0.45);
}
.roadmap-item__badge::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #062013;
	animation: roadmap-pulse 1.4s ease-in-out infinite;
}
.roadmap-item--done .roadmap-item__dot {
	background: var(--green);
}
.roadmap-item--current .roadmap-item__card {
	border: 1px solid transparent;
	background:
		linear-gradient(180deg, rgba(18, 42, 34, 0.95), rgba(8, 18, 14, 0.98)) padding-box,
		linear-gradient(135deg, rgba(34, 224, 122, 0.95), rgba(34, 224, 122, 0.15), rgba(34, 224, 122, 0.8)) border-box;
	box-shadow: 0 0 0 1px rgba(34, 224, 122, 0.15), 0 0 40px rgba(34, 224, 122, 0.18);
}
.roadmap-item--current .roadmap-item__title {
	padding-right: 84px;
}
.roadmap-item--current .roadmap-item__dot {
	width: 18px;
	height: 18px;
	background: var(--green);
	border-color: #9dffc7;
	box-shadow: 0 0 0 6px rgba(34, 224, 122, 0.16), 0 0 24px rgba(34, 224, 122, 0.55);
}
.roadmap-item--current .roadmap-item__card:hover {
	box-shadow: 0 14px 40px rgba(0, 0, 0, 0.3), 0 0 48px rgba(34, 224, 122, 0.28);
}
@keyframes roadmap-pulse {
	0%, 100% { opacity: 1; transform: scale(1); }
	50% { opacity: 0.45; transform: scale(0.75); }
}
.cta {
	position: relative;
	z-index: 2;
	flex: 1;
	margin: 40px 0 0;
	scroll-margin-top: var(--header-h);
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
}
.cta-note {
	color: var(--muted);
	font-size: 13px;
	margin: auto 0 18px;
	overflow-wrap: break-word;
}
.contacts {
	padding-top: 0;
	position: relative;
	isolation: isolate;
}
.contacts__video {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
}
.contacts::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(5, 24, 24, .1) 0%, rgba(5, 24, 24, .55) 50%, rgba(5, 24, 24, 1) 100%);
	pointer-events: none;
}
.contacts::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(0deg, rgba(5, 24, 24, .1) 0%, rgba(5, 24, 24, .55) 50%, rgba(5, 24, 24, 1) 100%);
	pointer-events: none;
}
.contacts__inner {
	position: relative;
	z-index: 2;
}

.modal {
	position: fixed;
	inset: 0;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.modal[hidden] { display: none; }
.modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(4, 10, 8, 0.72);
	backdrop-filter: blur(6px);
}
.modal__dialog {
	position: relative;
	width: min(100%, 480px);
	max-height: min(92vh, 820px);
	overflow: auto;
	background: #121a18;
	border: 1px solid var(--line);
	border-radius: 22px;
	padding: 28px 24px 24px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}
.modal__close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 40px;
	height: 40px;
	border: 1px solid #3a4a44;
	border-radius: 12px;
	background: transparent;
	color: var(--text);
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}
.modal__close:hover { border-color: var(--green); color: #fff; }
.modal__title {
	font-size: clamp(24px, 4vw, 30px);
	font-weight: 800;
	margin: 0 40px 8px 0;
	text-align: left;
}
.modal__text {
	color: var(--muted);
	font-size: 14px;
	margin-bottom: 20px;
	white-space: normal;
}
.lead-form { display: grid; gap: 14px; }
.lead-form__field { display: grid; gap: 6px; }
.lead-form__label {
	font-size: 13px;
	color: var(--muted);
	font-weight: 500;
}
.lead-form__input,
.lead-form__select,
.lead-form__textarea {
	width: 100%;
	min-height: 46px;
	padding: 12px 14px;
	border: 1px solid #2a3a34;
	border-radius: 12px;
	background: #0f1614;
	color: var(--text);
	font-family: inherit;
	font-size: 15px;
	line-height: 1.4;
	appearance: auto;
	-webkit-appearance: auto;
}
.lead-form__select { cursor: pointer; }
.lead-form__textarea {
	min-height: 96px;
	resize: vertical;
}
.lead-form__input:focus,
.lead-form__select:focus,
.lead-form__textarea:focus {
	outline: none;
	border-color: var(--green);
}
.lead-form__input::placeholder,
.lead-form__textarea::placeholder { color: #6f7f78; }
.lead-form__note {
	color: var(--muted);
	font-size: 12px;
	line-height: 1.4;
	white-space: normal;
}
.lead-form__status {
	font-size: 14px;
	color: var(--green);
	white-space: normal;
}
.lead-form__status.is-error { color: #ff7b7b; }
.lead-form__submit { width: 100%; }

.footer {
	padding: 28px;
}
.footer-inner {
	width: 100%;
	max-width: var(--page-max);
	margin: 0 auto;
}
.footer-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 24px;
}	
.footer-content__text {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}
.footer-content__logo {
	width: 56px;
	height: 40px;
}
.footer-content__list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}
.footer-content__item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}
.footer-content__link {
	color: var(--text);
	font-size: 14px;
	font-weight: 500;
}
.footer-content__link:hover {
	color: var(--green);
}
.footer-content__icon {
	width: 24px;
	height: 24px;
}

.error-page {
	width: 100%;
}
.error-page__inner {
	width: 100%;
}
.error-page__hero {
	min-height: calc(100vh - var(--header-h) - 64px);
	min-height: calc(100svh - var(--header-h) - 64px);
	margin-bottom: 0;
	align-items: center;
}
.error-page__content {
	max-width: 920px;
}
.error-page__code {
	font-size: clamp(72px, 12vw, 160px);
	font-weight: 800;
	line-height: 0.9;
	letter-spacing: -4px;
	color: var(--green);
	margin-bottom: 12px;
}
.error-page__title {
	font-size: clamp(36px, 6vw, 72px);
	margin-bottom: 12px;
}
.error-page__text {
	max-width: 560px;
	margin-bottom: 28px;
}
.error-page__actions {
	margin-top: 8px;
}
.error-page__actions .btn,
.error-page__actions .btn-ghost {
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.js-open-lead {
	margin-top: auto;
	max-height: 44px;
	white-space: nowrap;
}

@media (min-height: 1080px) and (min-width: 1280px) {
	.max-h-1080 {
		height: 1080px;
		min-height: 0;
	}
}

/* >1920: как сейчас (128 / 96 / 48)
	1920–1280: резиновый масштаб (плавно к 64 / 48 / 36)
	<1280: 64 / 48 / 36 */
@media (max-width: 1920px) {
	.hero__title { font-size: calc(10vw - 64px); }
	.fsz-xxl { font-size: calc(7.5vw - 48px); }
	.fsz-l { font-size: calc(1.875vw + 12px); }
}

@media (max-width: 1280px) {
	.hero__title { font-size: 64px; }
	.fsz-xxl { font-size: 48px; }
	.fsz-l { font-size: 36px; }
}

@media (max-width: 1200px) {
	.cards { grid-template-columns: repeat(2, 1fr); }
	.prices { grid-template-columns: repeat(2, 1fr); }
	.steps {
		grid-template-columns: repeat(2, 1fr);
		max-width: 800px;
		margin: auto;
	}
	.split {
		height: auto;
	}
	.learn {
		grid-template-columns: 1fr;
		max-width: 520px;
		margin: auto;
	}
}

@media (max-width: 960px) {
	.exchanges__track {
		padding: 32px 0;
	}
	.hero-row, .cards, .split, .learn, .prices, .grid2 { grid-template-columns: 1fr; }
	.steps { grid-template-columns: 1fr 1fr; }
	.eco-left-content .eco__title {
		text-align: center;
	}
	.eco-body { grid-template-columns: 1fr; height: auto; flex: none; }
	.eco {
		height: auto;
		min-height: 100svh;
	}
	.eco-left-content,
	.eco-left-content-left,
	.eco-right {
		height: auto;
		min-height: 360px;
	}
	.api-keys-images {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		gap: clamp(8px, 2vw, 16px);
		width: 100%;
		height: auto;
		max-height: none;
		padding: 28px 16px 56px;
	}
	.api-keys-images__card {
		position: relative;
		left: auto;
		top: auto;
		width: min(30%, 150px);
		flex: 0 1 auto;
		transform:
			translate(var(--px), var(--py))
			rotate(calc(var(--rot) + var(--pr)));
	}
	.api-keys-images__card:nth-child(1) { --rot: -8deg; }
	.api-keys-images__card:nth-child(2) { --rot: 2deg; }
	.api-keys-images__card:nth-child(3) { --rot: 10deg; }
	.api-keys-images:hover .api-keys-images__card:nth-child(1) {
		transform: translate(calc(-12% + var(--px)), calc(-6% + var(--py))) rotate(calc(-14deg + var(--pr)));
	}
	.api-keys-images:hover .api-keys-images__card:nth-child(2) {
		transform: translate(var(--px), calc(-14% + var(--py))) rotate(var(--pr));
	}
	.api-keys-images:hover .api-keys-images__card:nth-child(3) {
		transform: translate(calc(12% + var(--px)), calc(-6% + var(--py))) rotate(calc(14deg + var(--pr)));
	}
	.how-it-works {
		flex-direction: column;
		gap: 24px;
	}
	.how-it-works-left {
		width: 100%;
	}
	.how-it-works-right {
		width: 100%;
	}
	.prices {
		align-items: center;
		flex-direction: column;
	}
	.header-inner { min-height: 64px; }
	.nav-toggle { display: flex; }
	.site-nav {
		display: none;
		position: absolute;
		top: calc(100% + 8px);
		left: var(--page-pad);
		right: var(--page-pad);
		flex-direction: column;
		gap: 4px;
		padding: 10px;
		background: #121a18;
		border: 1px solid var(--line);
		border-radius: 16px;
		box-shadow: 0 16px 40px rgba(0, 0, 0, .35);
	}
	.site-nav.open { display: flex; }
	.site-nav__link {
		padding: 12px 14px;
		border-radius: 10px;
		font-size: 16px;
		color: var(--text);
	}
	.site-nav__link:hover { background: #163128; }
	.hero { padding: 28px 20px; min-height: 0; border-radius: 20px; }
	.stats, .panel, .cta { padding: 20px; border-radius: 18px; }
	.roadmap { padding: 16px 0 28px; }
	.banner-vertical,
	.label-vertical {
		writing-mode: horizontal-tb;
		transform: none;
		min-height: 72px;
		padding: 16px;
		text-align: center;
	}
	.banner-end { justify-content: center; }
	.screen {
		min-height: 100svh;
		padding: 56px 0;
		justify-content: flex-start;
	}
	.screen .split,
	.screen .roadmap { min-height: 0; }
	.section-title--spaced { margin-top: 36px; }
	.side { min-height: 88px; font-size: 28px; }
	.btns { width: 100%; }
	.btn, .btn-ghost { flex: 1; }
}

@media (max-width: 767px) {
	.roadmap-timeline::before {
		left: 6px;
		transform: none;
		width: 1px;
		opacity: 0.45;
		box-shadow: none;
	}
	.roadmap-item {
		grid-template-columns: 28px 1fr;
		gap: 16px;
		align-items: start;
	}
	.roadmap-item__dot {
		grid-column: 1;
		margin-top: 22px;
	}
	.roadmap-item:nth-child(odd) .roadmap-item__card,
	.roadmap-item:nth-child(even) .roadmap-item__card {
		grid-column: 2;
		grid-row: 1;
		justify-self: stretch;
		width: 100%;
		max-width: none;
	}
	.roadmap {
		padding: 12px 0 28px;
		gap: 20px;
	}
	.roadmap-timeline {
		gap: 16px;
		padding-left: 0;
	}
	.roadmap-item {
		grid-template-columns: 12px 1fr;
		gap: 12px;
	}
	.roadmap-item__dot {
		width: 10px;
		height: 10px;
		margin-top: 28px;
		box-shadow: 0 0 0 3px rgba(34, 224, 122, 0.12);
	}
	.roadmap-item--current .roadmap-item__dot {
		width: 12px;
		height: 12px;
	}
	.roadmap-item__card {
		padding: 18px 16px 16px;
		border-radius: 16px;
	}
	.roadmap-item__year {
		font-size: 16px;
		padding: 6px 0;
		margin-bottom: 10px;
	}
	.roadmap-item__title {
		font-size: 18px;
	}
	.roadmap-item--current .roadmap-item__title {
		padding-right: 72px;
	}
	.roadmap-item__list li {
		font-size: 13px;
	}
	.roadmap-item__badge {
		top: 14px;
		right: 12px;
		font-size: 11px;
	}
	.roadmap-item__card:hover {
		transform: none;
	}
}

@media (max-width: 640px) {
	:root { --header-h: 60px; }
	.logo { font-size: 18px; gap: 8px; }
	.logo__img { height: 32px; max-width: 44px; }
	.hero__title { letter-spacing: -1px; }
	.nums { gap: 16px 28px; margin-bottom: 16px; }
	.btns { flex-direction: column; }
	.btn, .btn-ghost { width: 100%; flex: none; }
	.error-page__actions { width: 100%; flex-direction: column; }
	.error-page__actions .btn,
	.error-page__actions .btn-ghost { width: 100%; }
	.tool { padding: 14px 16px; }
	.detail-inner { padding: 0 16px; }
	.card { min-height: 0; }
	.stats-line { gap: 20px 28px; }
	.cta { padding: 28px 18px; margin: 24px 0 40px; }
	.cta-note { font-size: 12px; }
	.feat__text, .card__text, .mini__text { font-size: 14px; }
	.price { padding: 16px; }
	.modal { padding: 12px; align-items: flex-end; }
	.modal__dialog {
		width: 100%;
		max-height: 90vh;
		border-radius: 18px 18px 12px 12px;
		padding: 24px 16px 16px;
	}
}
