@font-face {
	font-family: "ALS Sirius";
	src: url("./fonts/ALS_Sirius_Regular_0.95.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "ALS Sirius";
	src: url("./fonts/ALS_Sirius_Bold_0.95.otf") format("opentype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
:root {
	--maxw: 1160px;
	--bg0: #0B1024;
	--bg1: #0F1430;
	--text: #F4F7FF;
	--muted: #A7B1D0;
	--line: rgba(160, 188, 255, .18);
	--line2: rgba(255, 255, 255, .14);
	--grad-brand: linear-gradient(90deg, #01c9d6 0%, #00bbfa 33%, #d289ff 57%, #6772f0 100%);
	--grad-cta: linear-gradient(90deg, #e66ef3 0%, #6772f0 52%, #2EEB9A 100%);
	--glass: linear-gradient(180deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, .02));
	--glass-soft: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .02));
	--glassB: rgba(160, 188, 255, .18);
	--radius: 26px;
	--radius2: 20px;
	--blur: 18px;
	--shadow: 0 26px 80px rgba(0, 0, 0, .44);
	--shadowSoft: 0 18px 52px rgba(0, 0, 0, .30);
}
* {
	box-sizing: border-box;
}
html, body {
	height: 100%;
}
html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}
body {
	margin: 0;
	color: var(--text);
	font: 16px/1.55 "ALS Sirius", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
	background: var(--bg0);
	min-height: 100dvh;
	overflow-x: hidden;
}
body::before {
	content: "";
	position: fixed;
	inset: 0;
	pointer-events: none;
	z-index: -1;
	/* background:*/
	/*  radial-gradient(1250px 820px at 12% 12%, rgba(1,201,214,.26), transparent 62%),*/
	/*  radial-gradient(1100px 720px at 92% 10%, rgba(210,137,255,.20), transparent 60%),*/
	/*  radial-gradient(980px 640px at 50% 115%, rgba(103,114,240,.26), transparent 60%),*/
	/*  linear-gradient(180deg, var(--bg1), var(--bg0)); */
}
a {
	color: inherit;
	text-decoration: none;
}
.wrap {
	width: min(var(--maxw), 100%);
	margin: 0 auto;
	padding: 0 16px;
}
.glassRich {
	background: var(--glass);
	border: 1px solid var(--glassB);
	box-shadow: var(--shadowSoft), inset 0 1px 0 rgba(255, 255, 255, .10);
	backdrop-filter: saturate(1.22) blur(var(--blur));
	-webkit-backdrop-filter: saturate(1.22) blur(var(--blur));
	border-radius: var(--radius);
	position: relative;
	overflow: hidden;
}
.glassRich::before {
	content: "";
	position: absolute;
	inset: -2px;
	pointer-events: none;
	opacity: .95;
	background: radial-gradient(900px 420px at 16% 0%, rgba(255, 255, 255, .14), transparent 58%), radial-gradient(820px 520px at 92% 18%, rgba(102, 232, 255, .10), transparent 62%), radial-gradient(900px 620px at 50% 102%, rgba(230, 110, 243, .08), transparent 62%), linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, 0));
}
.glassSoft {
	background: var(--glass-soft);
	border: 1px solid var(--glassB);
	box-shadow: var(--shadowSoft), inset 0 1px 0 rgba(255, 255, 255, .09);
	backdrop-filter: saturate(1.18) blur(var(--blur));
	-webkit-backdrop-filter: saturate(1.18) blur(var(--blur));
	border-radius: var(--radius);
	position: relative;
	overflow: hidden;
}
.gradText {
	background: var(--grad-brand);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.hero {
	padding: clamp(12px, 2.5vw, 22px) 0 10px;
}
.heroCard {
	padding: clamp(16px, 2.4vw, 26px);
}
.heroGrid {
	display: grid;
	grid-template-columns: 1.1fr .9fr;
	gap: 16px;
	align-items: center;
	position: relative;
	z-index: 1;
}
.heroKicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 14px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, .14);
	background: rgba(255, 255, 255, .03);
	color: rgba(244, 247, 255, .88);
	font-weight: 900;
	letter-spacing: .2px;
	font-size: 13px;
	user-select: none;
	width: fit-content;
}
.heroKicker i {
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: rgba(46, 235, 154, 1);
	box-shadow: 0 0 0 5px rgba(46, 235, 154, .14);
	flex: 0 0 auto;
}
.heroTitle {
	margin: 14px 0 10px;
	line-height: 1.02;
	font-weight: 950;
	letter-spacing: -0.7px;
	font-size: clamp(30px, 4.3vw, 62px);
	text-shadow: 0 22px 66px rgba(0, 0, 0, .28);
}
.heroTitle .y {
	display: inline-block;
	margin-left: 10px;
	font-weight: 950;
	font-size: clamp(52px, 6vw, 92px);
	line-height: .95;
	background: var(--grad-cta);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	filter: drop-shadow(0 18px 36px rgba(103, 114, 240, .22));
}
.heroSub {
	margin: 0 0 14px;
	color: var(--muted);
	font-size: 16px;
	line-height: 1.7;
	max-width: 74ch;
	text-shadow: 0 10px 22px rgba(0, 0, 0, .22);
}
.heroActions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 12px;
}
.btn {
	height: 54px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 18px;
	border-radius: 20px;
	background: rgba(255, 255, 255, .03);
	color: var(--text);
	font-weight: 950;
	letter-spacing: .22px;
	cursor: pointer;
	user-select: none;
	transition: transform .08s ease, filter .14s ease, border-color .14s ease, background .14s ease;
	box-shadow: 0 18px 44px rgba(0, 0, 0, .14);
	width: fit-content;
	min-width: 240px;
}
.btn:active {
	transform: scale(.985);
}
.btn.primary {
	background: var(--grad-cta);
	/*  border-color: transparent;*/
	box-shadow: 0 22px 64px rgba(103, 114, 240, .18);
	border: none;
}
.btn.primary:hover {
	filter: saturate(1.10) brightness(1.03);
}
.btn.ghost:hover {
	border-color: rgba(102, 232, 255, .28);
}
.portraitWrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 5px;
	position: relative;
	z-index: 1;
}
.portrait {
	width: min(460px, 100%);
	height: clamp(340px, 34vw, 470px);
	border-radius: 32px;
	background: linear-gradient(180deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .03));
	border: 1px solid rgba(255, 255, 255, .16);
	box-shadow: var(--shadow);
	position: relative;
	overflow: hidden;
	transform: translateZ(0);
	transition: transform .18s ease;
}
.portrait::before {
	content: "";
	position: absolute;
	inset: -2px;
	pointer-events: none;
	opacity: .92;
	background: radial-gradient(560px 360px at 25% 18%, rgba(255, 255, 255, .16), transparent 60%), radial-gradient(560px 520px at 72% 78%, rgba(102, 232, 255, .12), transparent 62%), radial-gradient(760px 520px at 54% 52%, rgba(230, 110, 243, .10), transparent 60%);
}
.portrait img {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	height: 100%;
	width: auto;
	max-width: 102%;
	object-fit: contain;
	object-position: bottom center;
	filter: contrast(1.03) saturate(1.10);
}
.section {
	margin-top: 12px;
	padding-bottom: 6px;
}
.card {
	padding: 18px;
}
.cardTop {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
	position: relative;
	z-index: 1;
}
.h2 {
	margin: 0;
	font-weight: 950;
	font-size: clamp(20px, 2.3vw, 28px);
	line-height: 1.15;
	letter-spacing: .1px;
}
.subText, .stepText {
	margin-top: 8px;
	color: var(--muted);
	font-size: 14px;
	line-height: 1.7;
	max-width: 92ch;
}
.pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 0 12px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, .14);
	background: rgba(255, 255, 255, .03);
	font-weight: 950;
	letter-spacing: .2px;
	font-size: 12px;
	white-space: nowrap;
	user-select: none;
	flex: 0 0 auto;
}
.subjects {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	position: relative;
	z-index: 1;
}
.chip {
	height: 46px;
	border-radius: 999px;
	padding: 0 14px;
	border: 1px solid rgba(255, 255, 255, .14);
	background: rgba(255, 255, 255, .03);
	color: var(--text);
	/* font-weight: 950; */
	letter-spacing: .2px;
	cursor: pointer;
	transition: transform .08s ease, border-color .14s ease, box-shadow .14s ease, background .14s ease, filter .14s ease;
	user-select: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
}
.chip:hover {
	border-color: rgba(102, 232, 255, .28);
	filter: saturate(1.05);
}
.chip:active {
	transform: scale(.985);
}
.chip.isActive {
	background: rgba(46, 235, 154, .12);
	border-color: rgba(46, 235, 154, .46);
	box-shadow: 0 18px 46px rgba(46, 235, 154, .10);
}
.chip.isLocked {
	cursor: default;
	background: rgba(102, 232, 255, .10);
	border-color: rgba(102, 232, 255, .42);
	box-shadow: 0 18px 46px rgba(102, 232, 255, .10);
}
.resultsTop {
	margin-top: 14px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}
.resultsTitle {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 240px;
}
.resultsTitle .t {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	font-weight: 950;
	letter-spacing: .2px;
}
.resultsTitle .s {
	color: var(--muted);
	font-size: 13px;
	line-height: 1.6;
	max-width: 80ch;
}
.dirList {
	margin-top: 12px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	position: relative;
	z-index: 1;
}
@media (max-width: 980px) {
	.dirList {
		grid-template-columns: 1fr;
	}
}
.dir {
	border-radius: 22px;
	border: 1px solid rgba(255, 255, 255, .14);
	background: rgba(255, 255, 255, .03);
	padding: 14px 14px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	transition: transform .08s ease, border-color .14s ease, background .14s ease, filter .14s ease;
	cursor: pointer;
	overflow: hidden;
	min-height: 90px;
}
.dir:hover {
	border-color: rgba(102, 232, 255, .28);
	background: rgba(255, 255, 255, .04);
	filter: saturate(1.05);
}
.dir:active {
	transform: scale(.99);
}
.dirTop {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
}
.dirName {
	font-weight: 950;
	letter-spacing: .1px;
	line-height: 1.15;
	font-size: 15px;
	max-width: 65ch;
}
.dirProg {
	display: block;
	margin-top: 8px;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.25;
	color: rgba(244, 247, 255, .72);
}
.dirArrow {
	flex: 0 0 auto;
	width: 40px;
	height: 40px;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, .12);
	background: rgba(255, 255, 255, .02);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: .92;
	font-weight: 950;
}
.reqRow {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}
.reqPill {
	height: 30px;
	padding: 0 10px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, .12);
	background: rgba(255, 255, 255, .02);
	color: rgba(244, 247, 255, .92);
	/* font-weight: 950; */
	letter-spacing: .2px;
	font-size: 11px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	user-select: none;
}
.moreRow {
	margin-top: 12px;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 1;
}
.moreBtn {
	height: 52px;
	padding: 0 18px;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, .16);
	background: rgba(255, 255, 255, .03);
	color: var(--text);
	font-weight: 950;
	letter-spacing: .22px;
	cursor: pointer;
	transition: transform .08s ease, border-color .14s ease, filter .14s ease;
	width: min(520px, 100%);
}
.moreBtn:hover {
	border-color: rgba(230, 110, 243, .26);
	filter: saturate(1.05);
}
.moreBtn:active {
	transform: scale(.988);
}
.moreBtn.hidden {
	display: none;
}
.stepTitle {
	margin: 0;
	font-weight: 950;
	font-size: clamp(19px, 2.2vw, 26px);
	line-height: 1.18;
	letter-spacing: .05px;
	position: relative;
	z-index: 1;
}
.stepTitle .n {
	background: var(--grad-brand);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.stepText {
	/*   margin-top: 10px;
    color: rgba(244,247,255,.90);
    font-size: 15px;
    line-height: 1.78;
    position:relative;
    z-index:1;
    max-width: 95ch; */
}
.stepText p {
	margin: 0 0 10px;
}
.stepText p:last-child {
	margin: 0;
}
.stepAction {
	margin-top: 14px;
	display: flex;
	justify-content: flex-start;
	position: relative;
	z-index: 1;
}
.stepBtn {
	width: min(520px, 100%);
	justify-content: center;
}
.final {
	margin: 16px 0 34px;
	text-align: center;
	padding: 22px 18px;
}
.finalTitle {
	margin: 0;
	font-weight: 950;
	letter-spacing: -0.4px;
	font-size: clamp(28px, 3.4vw, 44px);
	line-height: 1.05;
	text-shadow: 0 18px 52px rgba(0, 0, 0, .34);
}
.toast {
	position: fixed;
	left: 50%;
	top: calc(12px + env(safe-area-inset-top));
	transform: translateX(-50%) translateY(-8px);
	z-index: 120;
	width: min(92vw, 560px);
	padding: 12px 14px;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, .16);
	background: rgba(11, 16, 36, .78);
	backdrop-filter: saturate(1.2) blur(18px);
	-webkit-backdrop-filter: saturate(1.2) blur(18px);
	box-shadow: 0 18px 42px rgba(0, 0, 0, .30);
	color: var(--text);
	font-weight: 950;
	letter-spacing: .2px;
	opacity: 0;
	pointer-events: none;
	transition: opacity .18s ease, transform .18s ease;
}
.toast.show {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(-50%) translateY(0);
}
.reveal {
	opacity: 0;
	transform: translateY(12px);
	transition: opacity .55s ease, transform .55s ease;
}
.reveal.in {
	opacity: 1;
	transform: translateY(0);
}
@media (max-width: 980px) {
	.heroGrid {
		grid-template-columns: 1fr;
	}
	.btn {
		width: 100%;
		min-width: 0;
	}
	.portrait {
		height: clamp(320px, 72vw, 460px);
	}
}
@media (max-width: 520px) {
	.wrap {
		padding: 0 12px;
	}
	.heroCard {
		padding: 16px;
	}
	.card {
		padding: 16px;
	}
	.heroTitle {
		font-size: 30px;
		line-height: 1.04;
	}
	.heroTitle .y {
		font-size: 56px;
		margin-left: 8px;
	}
	.heroSub {
		font-size: 15px;
	}
	.portrait {
		height: 370px;
		border-radius: 26px;
	}
	.chip {
		height: 44px;
	}
	.stepText {
		font-size: 14.5px;
	}
}
@media (prefers-reduced-motion: reduce) {
	.reveal {
		transition: none;
		opacity: 1;
		transform: none;
	}
	.dir, .chip, .btn, .moreBtn, .portrait {
		transition: none;
	}
}
.dirCode {
	display: inline-flex;
	align-items: center;
	height: 30px;
	padding: 0 10px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, .14);
	background: rgba(255, 255, 255, .02);
	margin-right: 10px;
	flex: 0 0 auto;
}
.dirCodeText {
	font-weight: 950;
	font-size: 12px;
	letter-spacing: .22px;
	background: var(--grad-brand);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.hero {
	padding-top: calc(env(safe-area-inset-top) + 12px);
}
.topAccent {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	height: calc(env(safe-area-inset-top) + 14px);
	background: var(--grad-brand);
	opacity: .35;
	filter: blur(18px);
	pointer-events: none;
	z-index: 0;
}
html {
	background: #0B1024;
}
body {
	background-color: #0B1024;
}
.portraitCaption {
	width: 100%;
	max-width: 420px;
	margin: 10px auto 0;
	text-align: center;
	user-select: none;
}
.portraitName {
	display: inline-block;
	font-weight: 950;
	letter-spacing: .2px;
	font-size: 14px;
	background: var(--grad-brand);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.portraitMeta {
	display: block;
	margin-top: 3px;
	font-size: 12px;
	color: rgba(244, 247, 255, .62);
	font-weight: 500;
}
.allDirsRow {
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px solid rgba(255, 255, 255, .12);
	color: rgba(244, 247, 255, .70);
	font-size: 13.5px;
	line-height: 1.6;
	position: relative;
	z-index: 1;
}
.allDirsLink {
	font-weight: 950;
	letter-spacing: .15px;
	background: var(--grad-brand);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	text-decoration: none;
	border-bottom: 1px solid rgba(103, 114, 240, .55);
	padding-bottom: 1px;
}
.allDirsLink:hover {
	border-bottom-color: rgba(46, 235, 154, .70);
	filter: saturate(1.15);
}
.inlineLink {
	font-weight: 950;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-color: rgba(103, 114, 240, .55);
}
.inlineLink:hover {
	text-decoration-color: rgba(46, 235, 154, .70);
	filter: saturate(1.12);
}
.stepNote {
	margin-top: 12px;
	padding: 12px 14px;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, .14);
	background: rgba(255, 255, 255, .03);
	color: rgba(244, 247, 255, .90);
}
.stepDivider {
	height: 1px;
	margin: 14px 0 12px;
	background: rgba(255, 255, 255, .10);
}
.stepList {
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 10px;
}
.stepList li {
	position: relative;
	padding-left: 22px;
	color: var(--muted);
	line-height: 1.7;
}
.stepList li::before {
	content: "✦";
	position: absolute;
	left: 0;
	top: 0;
	background: var(--grad-brand);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-weight: 950;
}
.stepAccent {
	margin-top: 12px;
	padding: 12px 14px;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, .14);
	background: linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02));
	color: rgba(244, 247, 255, .90);
}
.wrap {
	width: 100%;
	max-width: var(--maxw);
	margin: 0 auto;
	padding-left: max(clamp(12px, 4vw, 16px), env(safe-area-inset-left));
	padding-right: max(clamp(12px, 4vw, 16px), env(safe-area-inset-right));
}
.cardTop {
	flex-wrap: wrap;
}
.cardTop>div:first-child {
	flex: 1 1 320px;
	min-width: 0;
}
.cardTop .pill {
	margin-left: auto;
}
.resultsTop {
	flex-wrap: wrap;
}
.resultsTitle {
	flex: 1 1 320px;
	min-width: 0;
}
@media (max-width: 420px) {
	.cardTop {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
	.cardTop .pill {
		margin-left: 0;
	}
}
main>section+section {
	margin-top: 12px;
}
@media (max-width: 520px) {
	main>section+section {
		margin-top: 12px!important;
	}
}
.faqAccordion {
	margin-top: 12px;
	display: grid;
	gap: 10px;
}
.faqItem {
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 18px;
	background: rgba(255, 255, 255, .03);
	overflow: hidden;
}
.faqItem summary {
	list-style: none;
	cursor: pointer;
	padding: 12px 14px;
	font-weight: 950;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	user-select: none;
}
.faqItem summary::-webkit-details-marker {
	display: none;
}
.faqQ {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	line-height: 1.35;
}
.faqNum {
	flex: 0 0 auto;
	font-size: 12px;
	font-weight: 950;
	letter-spacing: .22px;
	background: var(--grad-brand);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	opacity: .95;
	margin-top: 1px;
}
.faqArrow {
	flex: 0 0 auto;
	width: 34px;
	height: 34px;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, .12);
	background: rgba(255, 255, 255, .02);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 950;
	opacity: .9;
	transition: transform .18s ease;
}
.faqItem[open] .faqArrow {
	transform: rotate(180deg);
}
.faqA {
	padding: 0 14px 12px;
	color: var(--muted);
	line-height: 1.7;
	font-size: 14.5px;
}
@media (max-width: 520px) {
	.faqItem summary {
		padding: 12px 12px;
	}
	.faqA {
		padding: 0 12px 12px;
	}
}
.finalBlock {
	text-align: center;
}
.finalTitleBig {
	margin: 0 0 10px;
	font-weight: 950;
	letter-spacing: -0.4px;
	font-size: clamp(24px, 3.2vw, 40px);
	line-height: 1.08;
}
.finalText {
	margin: 0 auto;
	max-width: 88ch;
	color: rgba(244, 247, 255, .88);
	font-size: 15.5px;
	line-height: 1.75;
}
.finalBig {
	margin-top: 14px;
	font-weight: 950;
	letter-spacing: -0.8px;
	font-size: clamp(34px, 5.2vw, 58px);
	line-height: 1;
	text-shadow: 0 24px 70px rgba(0, 0, 0, .36);
}
.leadForm {
	margin-top: 14px;
	position: relative;
	z-index: 1;
}
.formGrid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px;
	margin-top: 10px;
}
.field {
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.fieldLabel {
	font-size: 12px;
	color: rgba(244, 247, 255, .70);
	font-weight: 950;
	letter-spacing: .15px;
}
.input {
	height: 52px;
	padding: 0 14px;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, .14);
	background: rgba(255, 255, 255, .03);
	color: var(--text);
	outline: none;
	font-weight: 800;
	letter-spacing: .1px;
	transition: border-color .14s ease, filter .14s ease, box-shadow .14s ease;
}
.input::placeholder {
	color: rgba(244, 247, 255, .35);
	font-weight: 700;
}
.input:focus {
	border-color: rgba(102, 232, 255, .34);
	box-shadow: 0 0 0 4px rgba(102, 232, 255, .10);
	filter: saturate(1.06);
}
.input.isBad {
	border-color: rgba(230, 110, 243, .40);
	box-shadow: 0 0 0 4px rgba(230, 110, 243, .12);
}
.formError {
	margin-top: 10px;
	padding: 12px 14px;
	border-radius: 18px;
	border: 1px solid rgba(230, 110, 243, .35);
	background: rgba(230, 110, 243, .08);
	color: rgba(244, 247, 255, .92);
	font-weight: 850;
	line-height: 1.6;
}
.formError.hidden {
	display: none;
}
.submitRow {
	margin-top: 12px;
	display: flex;
	justify-content: flex-start;
}
.formNote {
	margin-top: 10px;
	color: rgba(244, 247, 255, .60);
	font-size: 12.5px;
	line-height: 1.55;
}
@media (max-width: 980px) {
	.formGrid {
		grid-template-columns: 1fr;
	}
	.submitRow .btn {
		width: 100%;
		min-width: 0;
	}
}
@media (max-width: 520px) {
	.section {
		margin-top: 14px;
		padding-bottom: 10px;
	}
	.glassSoft.card, .glassRich.card {
		margin-bottom: 10px;
	}
}
.hidden {
	display: none !important;
}
.consentRow {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid rgba(255, 255, 255, .10);
	position: relative;
	z-index: 1;
}
.check {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	cursor: pointer;
	user-select: none;
	color: var(--muted);
	line-height: 1.55;
}
.check input {
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
}
.checkBox {
	width: 22px;
	height: 22px;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, .18);
	background: rgba(255, 255, 255, .03);
	flex: 0 0 auto;
	margin-top: 2px;
	position: relative;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}
.checkBox::after {
	content: "";
	position: absolute;
	inset: 5px;
	border-radius: 5px;
	background: rgba(46, 235, 154, .95);
	transform: scale(0);
	transition: transform .12s ease;
}
.check input:checked+.checkBox {
	border-color: rgba(46, 235, 154, .55);
	background: rgba(46, 235, 154, .10);
}
.check input:checked+.checkBox::after {
	transform: scale(1);
}
.check input:focus-visible+.checkBox {
	outline: 2px solid rgba(102, 232, 255, .35);
	outline-offset: 2px;
}
.checkText {
	font-size: 13.5px;
	color: rgba(244, 247, 255, .80);
}
.policyLink {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	font: inherit;
	font-weight: 950;
	letter-spacing: .15px;
	background: rgba(244, 247, 255, .80);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	border-bottom: 0px solid rgba(103, 114, 240, .55);
	padding-bottom: 1px;
}
.policyLink:hover {
	border-bottom-color: rgba(46, 235, 154, .70);
	filter: saturate(1.12);
}
.btn:disabled {
	opacity: .55;
	cursor: not-allowed;
	filter: grayscale(.12);
}
.modalOverlay {
	position: fixed;
	inset: 0;
	z-index: 200;
	background: rgba(0, 0, 0, .55);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
}
.modalCard {
	width: min(720px, 100%);
	padding: 18px;
	position: relative;
}
.modalTop {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}
.modalTitle {
	font-weight: 950;
	font-size: 18px;
	letter-spacing: .1px;
}
.modalClose {
	width: 42px;
	height: 42px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, .14);
	background: rgba(255, 255, 255, .03);
	color: var(--text);
	cursor: pointer;
	font-weight: 950;
}
.modalBody {
	color: var(--muted);
	font-size: 14px;
	line-height: 1.7;
	position: relative;
	z-index: 1;
}
.modalBody p {
	margin: 0 0 10px;
}
.modalBody p:last-child {
	margin: 0;
}
body.noScroll {
	overflow: hidden;
}
.videoBlock {
	position: relative;
	z-index: 1;
}
.videoFrame {
	width: 100%;
	max-width: 960px;
	margin: 12px auto 0;
	position: relative;
	border-radius: 22px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .14);
	background: rgba(0, 0, 0, .35);
	box-shadow: 0 18px 52px rgba(0, 0, 0, .30);
}
.videoFrame::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}
.videoPlayer {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	background: transparent;
	object-fit: contain;
}
@media (max-width: 520px) {
	.videoFrame {
		border-radius: 18px;
	}
}
.stepWithPhoto {
	position: relative;
}
.stepWithPhoto::after {
	content: "";
	display: block;
	clear: both;
}
.stepPhoto {
	float: right;
	width: clamp(220px, 28vw, 320px);
	aspect-ratio: 4 / 5;
	border-radius: 24px;
	overflow: hidden;
	margin: 2px 0 12px 14px;
	border: 1px solid rgba(255, 255, 255, .14);
	background: rgba(255, 255, 255, .03);
	box-shadow: 0 18px 52px rgba(0, 0, 0, .28);
	shape-outside: inset(0 round 24px);
}
.stepPhoto::before {
	content: "";
	position: absolute;
	inset: -2px;
	pointer-events: none;
	opacity: .9;
	background: radial-gradient(520px 280px at 20% 10%, rgba(255, 255, 255, .18), transparent 60%), radial-gradient(520px 420px at 80% 80%, rgba(102, 232, 255, .12), transparent 62%), radial-gradient(560px 420px at 50% 55%, rgba(230, 110, 243, .10), transparent 60%);
}
.stepPhoto img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transform: scale(1.02);
	filter: saturate(1.08) contrast(1.03);
}
.stepWithPhoto.photoLeft .stepPhoto {
	float: left;
	margin: 2px 14px 12px 0;
}
@media (max-width: 720px) {
	.stepPhoto {
		float: none;
		width: 100%;
		aspect-ratio: 16 / 9;
		margin: 0 0 12px 0;
		border-radius: 20px;
		shape-outside: none;
	}
}
.stepNote, .allDirsRow, .stepDivider {
	display: flow-root;
}
.onlyMobile {
	display: block;
}
@media (min-width: 981px) {
	.onlyMobile {
		display: none !important;
	}
}