:root {
	--surface: #040f1e;
	--surface-low: #061425;
	--surface-high: rgba(21, 38, 60, 0.84);
	--surface-panel: rgba(10, 24, 40, 0.88);
	--text: #dae6fc;
	--muted: rgba(218, 230, 252, 0.74);
	--muted-strong: rgba(218, 230, 252, 0.56);
	--green: #7fff9c;
	--green-deep: #19f778;
	--blue: #6d9bff;
	--cyan: #72dcff;
	--border: rgba(218, 230, 252, 0.11);
	--shadow-soft: 0 28px 80px rgba(3, 11, 20, 0.48);
	--shadow-glow: 0 0 40px rgba(25, 247, 120, 0.18);
	--radius-xl: 2rem;
	--radius-pill: 999px;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 1rem;
	overflow-x: clip;
}

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

body {
	margin: 0;
	min-width: 320px;
	color: var(--text);
	font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	background:
		radial-gradient(circle at 12% 16%, rgba(114, 220, 255, 0.12), transparent 22%),
		radial-gradient(circle at 86% 10%, rgba(109, 155, 255, 0.14), transparent 20%),
		linear-gradient(180deg, #03111f 0%, #04101e 40%, #040f1e 100%);
	line-height: 1.5;
	width: 100%;
	overflow-x: clip;
}

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

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

button,
input,
textarea,
select {
	font: inherit;
}

button {
	cursor: pointer;
}

a:focus-visible,
button:focus-visible {
	outline: 2px solid var(--green);
	outline-offset: 4px;
}

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

.screen-reader-text:focus {
	top: 1rem;
	left: 1rem;
	width: auto;
	height: auto;
	padding: 0.75rem 1rem;
	margin: 0;
	clip: auto;
	background: var(--green);
	border-radius: 999px;
	color: #04101b;
	font-weight: 800;
	z-index: 1000;
}

.site-shell {
	position: relative;
	overflow-x: clip;
}

.content-shell,
.site-footer__inner,
.default-page__inner {
	width: min(1320px, calc(100% - clamp(1.5rem, 4vw, 5rem)));
	margin: 0 auto;
}

.content-shell--narrow {
	width: min(1120px, calc(100% - clamp(1.5rem, 4vw, 5rem)));
}

.site-header {
	padding: 1rem 0 0;
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	width: min(100%, 68rem);
	min-height: 5.35rem;
	margin: 0 auto;
	padding: 0.85rem 1rem 0.85rem 1.2rem;
	background: rgba(4, 15, 30, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 2rem;
	backdrop-filter: blur(18px);
	box-shadow: 0 18px 40px rgba(2, 8, 15, 0.26);
}

.site-branding {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	min-width: 0;
}

.custom-logo-link,
.custom-logo {
	display: block;
}

.custom-logo-link {
	display: inline-flex;
	align-items: center;
	height: 4rem;
	line-height: 0;
}

.site-header .custom-logo {
	width: auto;
	height: 100%;
	max-height: none;
}

.site-branding__link,
.site-footer__brand {
	color: var(--green);
	font-family: "Plus Jakarta Sans", "Manrope", sans-serif;
	font-size: clamp(1.12rem, 1.65vw, 1.48rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	text-transform: uppercase;
}

.site-header__menu {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	margin-left: auto;
}

.site-header__actions {
	display: flex;
	align-items: center;
	margin-left: auto;
}

.primary-nav .menu,
.site-footer__links {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	padding: 0;
	margin: 0;
	list-style: none;
}

.primary-nav a,
.site-footer__links a {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(218, 230, 252, 0.82);
	transition: color 0.25s ease;
}

.primary-nav li:first-child a {
	color: var(--green);
}

.primary-nav a:hover,
.site-footer__links a:hover {
	color: var(--green);
}

.nav-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 2.9rem;
	height: 2.9rem;
	padding: 0;
	background: rgba(9, 22, 37, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 50%;
	color: var(--green);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.nav-toggle svg,
.icon svg,
.terms-heading__icon svg,
.prize-card__icon-badge svg,
.step-card__icon svg,
.prize-card__arrow svg {
	display: block;
	width: 1.1rem;
	height: 1.1rem;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.95rem 1.7rem;
	border: 0;
	border-radius: var(--radius-pill);
	font-size: 0.84rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.button:hover {
	transform: translateY(-2px);
	filter: saturate(1.06);
}

.button--primary {
	color: #051510;
	background: linear-gradient(180deg, #c7ffd2 0%, #7fff9c 42%, #19f778 100%);
	box-shadow:
		0 18px 38px rgba(25, 247, 120, 0.22),
		inset 0 1px 0 rgba(255, 255, 255, 0.62),
		inset 0 -2px 4px rgba(0, 0, 0, 0.12);
}

.button--compact {
	padding-inline: 1.25rem;
	font-size: 0.72rem;
}

.button--large {
	min-width: clamp(12rem, 22vw, 16rem);
}

.header-cta {
	white-space: nowrap;
	min-height: 4rem;
}

.floating-telegram {
	position: fixed;
	right: max(1rem, calc(env(safe-area-inset-right, 0px) + 1rem));
	bottom: max(1rem, calc(env(safe-area-inset-bottom, 0px) + 1rem));
	z-index: 40;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	color: #ffffff;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0)),
		linear-gradient(180deg, #34b7f1 0%, #1f93da 100%);
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow:
		0 18px 36px rgba(16, 108, 162, 0.38),
		inset 0 1px 0 rgba(255, 255, 255, 0.22);
	backdrop-filter: blur(14px);
	overflow: visible;
	isolation: isolate;
	animation: telegram-float 3.2s ease-in-out infinite;
	transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
	will-change: transform;
}

.floating-telegram:hover {
	transform: translateY(-3px) scale(1.03);
	box-shadow:
		0 26px 48px rgba(16, 108, 162, 0.46),
		inset 0 1px 0 rgba(255, 255, 255, 0.26);
	filter: saturate(1.06);
}

.floating-telegram::before,
.floating-telegram::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	pointer-events: none;
}

.floating-telegram::before {
	z-index: -2;
	background: radial-gradient(circle, rgba(52, 183, 241, 0.34) 0%, rgba(52, 183, 241, 0) 72%);
	filter: blur(10px);
	transform: scale(1.18);
}

.floating-telegram::after {
	z-index: -1;
	border: 1px solid rgba(147, 223, 255, 0.4);
	opacity: 0.5;
	animation: telegram-ping 2.6s ease-out infinite;
}

.floating-telegram__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.65rem;
	height: 1.65rem;
}

.floating-telegram__icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

@keyframes telegram-float {
	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-4px);
	}
}

@keyframes telegram-ping {
	0% {
		opacity: 0.5;
		transform: scale(1);
	}

	70% {
		opacity: 0;
		transform: scale(1.24);
	}

	100% {
		opacity: 0;
		transform: scale(1.24);
	}
}

.landing-page section {
	position: relative;
	isolation: isolate;
}

.hero-section {
	padding: clamp(3.5rem, 8vw, 7rem) 0 clamp(4.5rem, 7vw, 6.5rem);
	min-height: min(56rem, calc(100svh - 5.5rem));
	display: flex;
	align-items: center;
}

.hero-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 12% 34%, rgba(127, 255, 156, 0.12), transparent 22%),
		radial-gradient(circle at 68% 16%, rgba(109, 155, 255, 0.14), transparent 18%),
		linear-gradient(180deg, rgba(4, 15, 30, 0.6), rgba(4, 15, 30, 0.2));
	z-index: -2;
}

.hero-section::after {
	content: "";
	position: absolute;
	width: min(40vw, 28rem);
	aspect-ratio: 1;
	right: -10rem;
	top: 5rem;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(25, 247, 120, 0.08) 0%, rgba(25, 247, 120, 0) 68%);
	filter: blur(12px);
	z-index: -1;
}

.hero-section__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.9fr);
	align-items: center;
	gap: clamp(2.4rem, 6vw, 5.5rem);
}

.hero-copy {
	max-width: 42rem;
}

.eyebrow-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	padding: 0.52rem 0.9rem;
	background: rgba(18, 34, 56, 0.54);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: var(--radius-pill);
	color: rgba(218, 230, 252, 0.88);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: none;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.eyebrow-pill::before {
	content: "";
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 50%;
	background: linear-gradient(180deg, var(--cyan), var(--blue));
	box-shadow: 0 0 16px rgba(114, 220, 255, 0.45);
}

.hero-title,
.section-title,
.default-page__title {
	font-family: "Plus Jakarta Sans", "Manrope", sans-serif;
	font-weight: 800;
	letter-spacing: -0.08em;
	text-transform: uppercase;
}

.hero-title {
	margin: 1.35rem 0 1.45rem;
	font-size: clamp(3.55rem, 7.15vw, 6.1rem);
	line-height: 1.03;
	letter-spacing: -0.03em;
	text-shadow:
		0 0 18px rgba(127, 255, 156, 0.16),
		0 14px 42px rgba(1, 7, 13, 0.44);
}

.hero-title span {
	display: block;
	white-space: nowrap;
	letter-spacing: -0.03em;
}

.hero-title span + span {
	margin-top: 0.04em;
}

.hero-title__accent {
	background: linear-gradient(180deg, #b8ffc7 0%, var(--green) 34%, var(--green-deep) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.hero-title__wide-line {
	font-size: 0.82em;
	letter-spacing: -0.035em;
}

.hero-copy__body {
	max-width: 32rem;
	margin: 0 0 2rem;
	color: var(--muted);
	font-size: 1rem;
	line-height: 1.72;
}

.hero-media {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	min-height: 42rem;
	padding: 1.5rem clamp(0rem, 2vw, 1.75rem) 0 0;
}

.hero-media__glow {
	position: absolute;
	right: 1rem;
	top: 18%;
	width: clamp(15rem, 34vw, 25rem);
	aspect-ratio: 1;
	border-radius: 50%;
	background:
		radial-gradient(circle, rgba(109, 155, 255, 0.16) 0%, rgba(109, 155, 255, 0.02) 44%, transparent 70%);
	filter: blur(18px);
}

.hero-media__promo-card {
	position: absolute;
	top: 0.55rem;
	right: 1.2rem;
	z-index: 3;
	width: clamp(5.5rem, 10vw, 7rem);
	aspect-ratio: 1;
	padding: 0.55rem;
	border-radius: 1.35rem;
	background:
		linear-gradient(180deg, rgba(218, 230, 252, 0.08), rgba(218, 230, 252, 0)),
		linear-gradient(180deg, rgba(17, 33, 52, 0.92), rgba(9, 20, 34, 0.96));
	border: 1px solid rgba(218, 230, 252, 0.08);
	box-shadow:
		0 18px 34px rgba(2, 8, 15, 0.36),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(14px);
}

.hero-media__promo-ball {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 1rem;
	overflow: hidden;
	background:
		radial-gradient(circle at 50% 12%, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 24%),
		linear-gradient(180deg, rgba(130, 173, 255, 0.22), rgba(13, 33, 55, 0) 48%),
		linear-gradient(180deg, #112133 0%, #07111d 58%, #10331f 100%);
}

.hero-media__promo-ball::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 48%;
	width: 58%;
	aspect-ratio: 1;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	background:
		radial-gradient(circle at 32% 32%, #ffffff 0%, #eef4fb 45%, #d6dfef 100%);
	box-shadow:
		0 0 0 0.15rem rgba(255, 255, 255, 0.08),
		0 0 22px rgba(255, 255, 255, 0.16);
}

.hero-media__promo-ball::after {
	content: "";
	position: absolute;
	left: 12%;
	right: 12%;
	bottom: 12%;
	height: 24%;
	border-radius: 999px;
	background: radial-gradient(circle at 50% 50%, rgba(127, 255, 156, 0.26), rgba(127, 255, 156, 0) 70%);
}

.hero-media__chip {
	position: absolute;
	left: 0.35rem;
	bottom: 5.2rem;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.65rem;
	height: 3.65rem;
	border-radius: 1rem;
	color: var(--green);
	background:
		linear-gradient(180deg, rgba(18, 36, 61, 0.96), rgba(8, 20, 35, 0.96)),
		linear-gradient(180deg, rgba(127, 255, 156, 0.14), rgba(127, 255, 156, 0));
	box-shadow:
		0 18px 38px rgba(2, 8, 15, 0.36),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
	transform: rotate(14deg);
}

.hero-media__chip svg {
	width: 1.28rem;
	height: 1.28rem;
}

.hero-media__frame {
	position: relative;
	width: min(100%, 35rem);
	min-height: 39rem;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 0 0.5rem 0;
	isolation: isolate;
}

.hero-media__frame::before {
	content: "";
	position: absolute;
	inset: 12% 0.4rem 0.75rem;
	border-radius: 2.25rem;
	background:
		radial-gradient(circle at 50% 22%, rgba(114, 220, 255, 0.1), rgba(114, 220, 255, 0) 34%),
		linear-gradient(180deg, rgba(37, 16, 37, 0.82), rgba(8, 7, 18, 0.96));
	box-shadow:
		0 30px 80px rgba(2, 7, 12, 0.52),
		inset 0 1px 0 rgba(255, 255, 255, 0.06);
	z-index: 0;
}

.hero-media__frame::after {
	content: "";
	position: absolute;
	inset: 17% 10% 6%;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(25, 247, 120, 0.2), rgba(25, 247, 120, 0) 70%);
	filter: blur(22px);
	z-index: 1;
}

.hero-media__frame img {
	position: relative;
	z-index: 2;
	width: min(100%, 30.5rem);
	filter: saturate(1.02) contrast(1.04) drop-shadow(0 24px 34px rgba(2, 7, 12, 0.42));
}

.hero-media__player {
	max-height: 41.75rem;
	object-fit: contain;
	transform: translate(0.4rem, 0.55rem);
}

.prize-section,
.steps-section,
.terms-section {
	padding: clamp(4rem, 7vw, 5.5rem) 0;
}

.prize-section {
	background: linear-gradient(180deg, rgba(4, 15, 30, 0.2), rgba(6, 20, 37, 0.78));
}

.steps-section {
	background: linear-gradient(180deg, rgba(4, 15, 30, 0.76), rgba(5, 17, 30, 0.96));
}

.terms-section {
	padding-top: clamp(3rem, 6vw, 4rem);
	padding-bottom: clamp(4rem, 6vw, 5rem);
	background: linear-gradient(180deg, rgba(5, 17, 30, 0.98), rgba(4, 15, 30, 1));
}

.section-heading {
	display: grid;
	gap: 1rem;
}

.section-heading--split {
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: clamp(1rem, 4vw, 2rem);
}

.section-heading--center {
	text-align: center;
	max-width: 44rem;
	margin: 0 auto;
}

.section-title {
	margin: 0;
	font-size: clamp(2.35rem, 5vw, 4.2rem);
	line-height: 0.95;
}

.section-title--accent {
	color: var(--green);
	text-shadow: 0 0 22px rgba(127, 255, 156, 0.12);
}

.section-title--small {
	font-size: clamp(1.55rem, 3vw, 2.2rem);
	line-height: 1;
	letter-spacing: -0.05em;
}

.section-heading__support,
.section-heading__subtext {
	margin: 0;
	color: var(--muted-strong);
	font-size: 0.95rem;
	line-height: 1.72;
}

.section-heading__support {
	max-width: 22rem;
	justify-self: end;
	text-align: left;
}

.section-heading__subtext {
	max-width: 28rem;
	margin-inline: auto;
}

.prize-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(17rem, 1.15fr) minmax(0, 0.95fr);
	gap: clamp(1rem, 2vw, 1.65rem);
	margin-top: clamp(2rem, 4vw, 3rem);
}

.prize-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 20rem;
	padding: 1.4rem 1.35rem 1.35rem;
	border-radius: var(--radius-xl);
	background: linear-gradient(180deg, rgba(17, 31, 52, 0.2), rgba(5, 14, 24, 0));
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.prize-card:hover,
.step-card:hover {
	transform: translateY(-3px);
}

.prize-card--standard:hover {
	box-shadow: var(--shadow-soft);
}

.prize-card--featured {
	padding-inline: 1.5rem;
	background: linear-gradient(180deg, rgba(22, 38, 61, 0.94), rgba(10, 21, 37, 0.92));
	border: 1px solid rgba(127, 255, 156, 0.4);
	box-shadow:
		0 24px 64px rgba(2, 10, 18, 0.42),
		0 0 42px rgba(25, 247, 120, 0.15),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.prize-card--gift::after {
	content: "";
	position: absolute;
	right: -1.75rem;
	bottom: -0.75rem;
	width: 12rem;
	aspect-ratio: 1;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(114, 220, 255, 0.18), rgba(114, 220, 255, 0) 68%);
	filter: blur(16px);
	z-index: 0;
	pointer-events: none;
}

.prize-card__icon-badge,
.step-card__icon,
.terms-heading__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.55rem;
	height: 2.55rem;
	border-radius: 50%;
	color: var(--green);
	background:
		linear-gradient(180deg, rgba(127, 255, 156, 0.18), rgba(127, 255, 156, 0.04)),
		linear-gradient(180deg, rgba(16, 32, 55, 0.92), rgba(8, 19, 34, 0.92));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.12),
		0 14px 32px rgba(2, 8, 15, 0.34);
}

.prize-card__number {
	position: absolute;
	top: 1rem;
	right: 1.25rem;
	font-family: "Plus Jakarta Sans", "Manrope", sans-serif;
	font-size: clamp(3.9rem, 5vw, 4.9rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.08em;
	color: rgba(127, 255, 156, 0.28);
}

.prize-card--featured .prize-card__number {
	color: rgba(127, 255, 156, 0.62);
}

.prize-card__content {
	position: relative;
	z-index: 1;
	display: flex;
	flex: 1;
	flex-direction: column;
	padding-top: 2.1rem;
}

.prize-card__title {
	margin: 1.2rem 0 1rem;
	max-width: 13ch;
	font-family: "Plus Jakarta Sans", "Manrope", sans-serif;
	font-size: clamp(1.15rem, 1.95vw, 1.52rem);
	font-weight: 800;
	line-height: 1.14;
	letter-spacing: -0.04em;
	text-transform: none;
}

.prize-card__title span {
	color: var(--green);
}

.prize-card__label {
	margin-top: auto;
	color: rgba(218, 230, 252, 0.48);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.prize-card__arrow {
	margin-top: 0.5rem;
	color: rgba(218, 230, 252, 0.56);
}

.prize-card__media {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	min-height: 12.4rem;
	margin-top: auto;
	padding: 0.85rem 0.8rem 0;
	border-radius: 1.3rem;
	background: linear-gradient(180deg, rgba(4, 12, 22, 0.6), rgba(3, 8, 14, 0.96));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.prize-card__media img {
	width: min(100%, 12.25rem);
	transform: translateY(0.55rem);
	filter: drop-shadow(0 18px 20px rgba(2, 7, 12, 0.58));
}

.prize-card--featured .prize-card__media {
	min-height: 14.75rem;
	padding-top: 0.25rem;
	background:
		radial-gradient(circle at 50% 20%, rgba(127, 255, 156, 0.12), rgba(127, 255, 156, 0) 48%),
		linear-gradient(180deg, rgba(4, 12, 22, 0.42), rgba(3, 8, 14, 0.96));
}

.prize-card--featured .prize-card__media img {
	width: min(100%, 15.1rem);
	transform: translateY(0.5rem);
}

.prize-card__media--phone {
	min-height: 10.9rem;
	margin-top: auto;
	padding: 0;
	justify-content: center;
	align-items: center;
	background: none;
	box-shadow: none;
}

.prize-card__media--phone img {
	width: min(100%, 10.2rem);
	transform: translateY(0.35rem);
	filter: drop-shadow(0 20px 28px rgba(2, 7, 12, 0.48));
}

.prize-card--phone .prize-card__label {
	margin-top: 0.9rem;
}

.prize-card__media--gift {
	min-height: 10.65rem;
	margin-top: auto;
	padding: 0;
	justify-content: center;
	align-items: flex-end;
	background: none;
	box-shadow: none;
}

.prize-card__media--gift img {
	width: min(100%, 12rem);
	transform: translate(0.4rem, 0.15rem);
	filter:
		drop-shadow(0 18px 24px rgba(2, 7, 12, 0.48))
		drop-shadow(0 0 18px rgba(114, 220, 255, 0.14));
}

.prize-card--gift .prize-card__label {
	margin-top: 0.9rem;
}

.steps-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1rem, 2vw, 1.5rem);
	margin-top: clamp(2rem, 4vw, 3rem);
}

.step-card {
	min-height: 12rem;
	padding: 1rem 1rem 1.35rem;
	text-align: center;
	border-radius: 1.8rem;
	background: radial-gradient(circle at 50% 6%, rgba(109, 155, 255, 0.16), rgba(109, 155, 255, 0) 44%);
	transition: transform 0.25s ease;
}

.step-card__icon {
	width: 3.45rem;
	height: 3.45rem;
	margin: 0 auto 1.15rem;
	color: var(--green);
	background:
		linear-gradient(180deg, rgba(19, 43, 74, 0.96), rgba(8, 22, 38, 0.96)),
		linear-gradient(180deg, rgba(127, 255, 156, 0.18), rgba(127, 255, 156, 0));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.12),
		0 18px 40px rgba(2, 8, 15, 0.38),
		0 0 22px rgba(109, 155, 255, 0.14);
}

.step-card__eyebrow {
	display: block;
	margin-bottom: 0.7rem;
	color: var(--green);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.step-card h3 {
	margin: 0 auto;
	max-width: 17ch;
	font-family: "Plus Jakarta Sans", "Manrope", sans-serif;
	font-size: clamp(0.98rem, 1.5vw, 1.15rem);
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: -0.04em;
	text-transform: uppercase;
}

.terms-panel {
	position: relative;
	padding: clamp(1.6rem, 4vw, 2.6rem);
	background: linear-gradient(180deg, rgba(11, 24, 40, 0.9), rgba(6, 15, 28, 0.98));
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 2rem;
	box-shadow:
		0 28px 70px rgba(2, 8, 15, 0.45),
		inset 0 1px 0 rgba(255, 255, 255, 0.05);
	overflow: hidden;
}

.terms-panel::before {
	content: "";
	position: absolute;
	left: -10%;
	top: -18%;
	width: 20rem;
	height: 20rem;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(109, 155, 255, 0.18) 0%, rgba(109, 155, 255, 0) 70%);
}

.terms-heading {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 0.8rem;
	margin-bottom: 1.5rem;
}

.terms-list {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 0.8rem;
	padding: 0;
	margin: 0;
	list-style: none;
}

.terms-list li {
	position: relative;
	padding: 0.95rem 1rem 0.95rem 2.15rem;
	border-radius: var(--radius-pill);
	background: rgba(4, 13, 24, 0.56);
	color: rgba(218, 230, 252, 0.84);
	font-size: 0.92rem;
	line-height: 1.68;
}

.terms-list li::before {
	content: "";
	position: absolute;
	left: 1rem;
	top: 1.35rem;
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 50%;
	background: linear-gradient(180deg, var(--cyan), var(--green));
	box-shadow: 0 0 14px rgba(114, 220, 255, 0.45);
}

.final-cta {
	margin-top: 2rem;
	text-align: center;
}

.site-footer {
	padding: 1.45rem 0 2.15rem;
	background: rgba(2, 10, 18, 0.96);
	border-top: 1px solid rgba(255, 255, 255, 0.04);
}

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

.site-footer__copy {
	margin: 0;
	color: rgba(218, 230, 252, 0.32);
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: none;
}

.default-page {
	padding: 7rem 0 5rem;
}

.default-page__article {
	max-width: 52rem;
	padding: clamp(1.5rem, 4vw, 2.5rem);
	background: rgba(10, 23, 40, 0.86);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 2rem;
	box-shadow: var(--shadow-soft);
}

.default-page__title {
	margin: 0 0 1rem;
	font-size: clamp(2rem, 4vw, 3.2rem);
	line-height: 0.98;
}

.default-page__content {
	color: var(--muted);
}

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

.default-page__content a {
	color: var(--green);
}

@media (max-width: 980px) {
	html {
		scroll-padding-top: 1rem;
	}

	.site-header {
		padding-top: 0.85rem;
	}

	.site-header__inner {
		flex-wrap: nowrap;
		width: min(100%, 32rem);
		min-height: 4.6rem;
		padding: 0.75rem 0.85rem 0.75rem 0.95rem;
		border-radius: 1.55rem;
	}

	.nav-toggle {
		display: inline-flex;
		margin-left: auto;
	}

	.site-header__menu {
		display: none;
		width: 100%;
		flex-direction: column;
		align-items: stretch;
		gap: 1rem;
		padding-top: 0.6rem;
	}

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

	.primary-nav .menu {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.95rem;
	}

	.primary-nav a {
		font-size: 0.8rem;
	}

	.header-cta {
		width: auto;
		padding-inline: 1rem;
		font-size: 0.66rem;
		min-height: 3.4rem;
	}

	.hero-section {
		min-height: auto;
		padding-top: 3rem;
	}

	.hero-section__inner,
	.section-heading--split,
	.prize-grid,
	.steps-grid {
		grid-template-columns: 1fr;
	}

	.hero-copy {
		max-width: 100%;
	}

	.hero-title {
		font-size: clamp(2.9rem, 11.2vw, 4.45rem);
		line-height: 1.04;
		letter-spacing: -0.02em;
	}

	.hero-title span {
		white-space: nowrap;
	}

	.hero-title span + span {
		margin-top: 0.035em;
	}

	.hero-title__wide-line {
		font-size: 0.72em;
		letter-spacing: -0.015em;
	}

	.hero-media {
		justify-content: center;
		padding-right: 0;
		min-height: auto;
		padding-top: 1rem;
	}

	.hero-media__frame {
		width: min(100%, 27rem);
		min-height: 33rem;
	}

	.hero-media__promo-card {
		top: 0;
		right: 0.25rem;
		width: 5.4rem;
	}

	.hero-media__chip {
		left: 0;
		bottom: 4.35rem;
		width: 3.2rem;
		height: 3.2rem;
	}

	.section-heading__support {
		max-width: 100%;
		justify-self: start;
	}

	.prize-card {
		min-height: auto;
	}

	.prize-card__media--phone img {
		width: min(100%, 9.2rem);
	}

	.prize-card__media--gift img {
		width: min(100%, 10.9rem);
		transform: translate(0.2rem, 0.15rem);
	}

	.terms-list li {
		padding: 0.9rem 1rem 0.9rem 2rem;
		border-radius: 1.25rem;
	}

	.site-footer__inner {
		align-items: flex-start;
	}
}

@media (max-width: 640px) {
	.content-shell,
	.content-shell--narrow,
	.site-footer__inner,
	.default-page__inner {
		width: calc(100% - 1.5rem);
	}

	.site-branding__link,
	.site-footer__brand {
		font-size: 1.08rem;
	}

	.site-header .custom-logo {
		height: 3.4rem;
	}

	.custom-logo-link {
		height: 3.4rem;
	}

	.hero-section {
		padding-top: 2.3rem;
		padding-bottom: 4rem;
	}

	.hero-copy__body {
		font-size: 0.95rem;
	}

	.eyebrow-pill {
		padding-inline: 0.82rem;
		font-size: 0.68rem;
		letter-spacing: 0.05em;
	}

	.hero-media__frame {
		min-height: 28rem;
	}

	.hero-media__frame::before {
		inset: 12% 0.6rem 1rem;
	}

	.hero-media__promo-card {
		right: 0;
		width: 4.8rem;
		padding: 0.45rem;
	}

	.hero-media__chip {
		bottom: 3.7rem;
		width: 3rem;
		height: 3rem;
	}

	.button--primary:not(.button--compact) {
		width: 100%;
		max-width: 18rem;
	}

	.prize-card__title {
		max-width: none;
		font-size: 1.28rem;
	}

	.prize-card__media {
		min-height: 11rem;
	}

	.prize-card--featured .prize-card__media img {
		width: min(100%, 13.25rem);
	}

	.prize-card__media--phone img {
		width: min(100%, 8.6rem);
	}

	.prize-card__media--gift img {
		width: min(100%, 9.5rem);
		transform: translate(0.1rem, 0.1rem);
	}

	.step-card h3 {
		max-width: none;
	}

	.terms-heading {
		align-items: flex-start;
	}

	.site-footer__links {
		flex-wrap: wrap;
		gap: 0.85rem 1rem;
	}

	.site-footer__copy {
		font-size: 0.66rem;
	}

	.floating-telegram {
		width: 3.45rem;
		height: 3.45rem;
		right: max(0.8rem, calc(env(safe-area-inset-right, 0px) + 0.8rem));
		bottom: max(0.8rem, calc(env(safe-area-inset-bottom, 0px) + 0.8rem));
	}

	.floating-telegram__icon {
		width: 1.4rem;
		height: 1.4rem;
	}
}
