@font-face {
	font-family: "Aeonik";
	src: url("/assets/fonts/aeonik/Aeonik-Regular.ttf?v=responsive-components-18") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Aeonik";
	src: url("/assets/fonts/aeonik/Aeonik-Light.ttf?v=responsive-components-18") format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Aeonik";
	src: url("/assets/fonts/aeonik/Aeonik-RegularItalic.ttf?v=responsive-components-18") format("truetype");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Aeonik";
	src: url("/assets/fonts/aeonik/Aeonik-Medium.ttf?v=responsive-components-18") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Aeonik";
	src: url("/assets/fonts/aeonik/Aeonik-Bold.ttf?v=responsive-components-18") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Aeonik";
	src: url("/assets/fonts/aeonik/Aeonik-Black.ttf?v=responsive-components-18") format("truetype");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Noto Sans Arabic";
	src: url("/assets/fonts/noto-sans-arabic/NotoSansArabic-Variable.ttf?v=responsive-components-18") format("truetype");
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

:root {
	--black: #121212;
	--muted: #9c9c9c;
	--line: rgba(18, 18, 18, .2);
	--lime: #cbff45;
	--purple: #c84cff;
	--canvas: #faf9f7;
	--font-en: "Aeonik", Arial, sans-serif;
	--font-ar: "Noto Sans Arabic", "Aeonik", Arial, sans-serif;
	--content-max: 1880px;
	--gutter: clamp(24px, 5vw, 96px);
	/* One design unit for the 3:2 PSD canvas, limited by either axis. */
	--scene-u: min(1vw, 1.5svh);
}

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

html {
	min-width: 320px;
	min-height: 100%;
	background: var(--canvas);
}

html:has(main[data-onboarding-surface]) {
	scrollbar-gutter: stable;
}

body {
	min-height: 100%;
	margin: 0;
	overflow-x: hidden;
	background: var(--canvas);
	color: var(--black);
	font-family: var(--font-en);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body[dir="rtl"] {
	font-family: var(--font-ar);
}

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

button {
	border: 0;
	color: inherit;
	cursor: pointer;
}

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

.screen {
	position: relative;
	min-height: 100svh;
	overflow-x: clip;
	background-color: var(--canvas);
	background-image: var(--scene-background, none);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

/*
 * Keep the page artwork resolution-independent. The original PSD backgrounds
 * baked very fine ornamental linework and several dot grids into large raster
 * images. Resizing those images to the viewport made the texture shimmer and
 * the smallest dots look square. These gradients retain the same color fields
 * while leaving decorative geometry to the SVG assets below.
 */
.home-screen {
	--scene-background:
		radial-gradient(ellipse 28% 47% at 54% 38%, rgba(203, 255, 69, .98) 0%, rgba(203, 255, 69, .86) 30%, rgba(203, 255, 69, .34) 58%, rgba(203, 255, 69, 0) 82%),
		radial-gradient(ellipse 35% 49% at 69% 77%, rgba(200, 76, 255, .9) 0%, rgba(200, 76, 255, .72) 34%, rgba(200, 76, 255, .26) 61%, rgba(200, 76, 255, 0) 84%);
}

.who-screen,
.brand-intro-screen,
.flow-role-member {
	--scene-background:
		radial-gradient(ellipse 34% 64% at -2% 94%, rgba(203, 255, 69, .98) 0%, rgba(203, 255, 69, .8) 35%, rgba(203, 255, 69, .22) 65%, rgba(203, 255, 69, 0) 84%),
		radial-gradient(ellipse 26% 57% at 103% 4%, rgba(200, 76, 255, .86) 0%, rgba(200, 76, 255, .58) 40%, rgba(200, 76, 255, .16) 70%, rgba(200, 76, 255, 0) 88%);
}

.member-intro-screen {
	--scene-background:
		radial-gradient(ellipse 39% 53% at 61% 109%, rgba(203, 255, 69, .98) 0%, rgba(203, 255, 69, .7) 38%, rgba(203, 255, 69, .18) 70%, rgba(203, 255, 69, 0) 88%),
		radial-gradient(ellipse 31% 57% at 100% 91%, rgba(200, 76, 255, .9) 0%, rgba(200, 76, 255, .62) 41%, rgba(200, 76, 255, .16) 72%, rgba(200, 76, 255, 0) 90%);
}

.flow-role-brand {
	--scene-background:
		radial-gradient(ellipse 27% 62% at 104% 52%, rgba(203, 255, 69, .95) 0%, rgba(203, 255, 69, .62) 38%, rgba(203, 255, 69, .12) 72%, rgba(203, 255, 69, 0) 90%),
		radial-gradient(ellipse 43% 71% at 78% 50%, rgba(200, 76, 255, .87) 0%, rgba(200, 76, 255, .61) 38%, rgba(200, 76, 255, .15) 72%, rgba(200, 76, 255, 0) 90%);
}

.thanks-screen {
	--scene-background:
		radial-gradient(ellipse 36% 58% at -2% 18%, rgba(203, 255, 69, .97) 0%, rgba(203, 255, 69, .7) 38%, rgba(203, 255, 69, .16) 70%, rgba(203, 255, 69, 0) 89%),
		radial-gradient(ellipse 45% 69% at 63% 48%, rgba(200, 76, 255, .88) 0%, rgba(200, 76, 255, .6) 40%, rgba(200, 76, 255, .14) 73%, rgba(200, 76, 255, 0) 91%);
}

.terms-screen {
	--scene-background:
		radial-gradient(ellipse 38% 28% at 8% 12%, rgba(203, 255, 69, .58) 0%, rgba(203, 255, 69, 0) 78%),
		radial-gradient(ellipse 36% 24% at 94% 20%, rgba(200, 76, 255, .38) 0%, rgba(200, 76, 255, 0) 80%);
}

.design-canvas {
	position: relative;
	display: grid;
	grid-template-rows: auto 1fr;
	width: 100%;
	min-height: 100svh;
}

.header {
	position: relative;
	z-index: 20;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(100%, var(--content-max));
	margin: 0 auto;
	padding: clamp(18px, calc(12vh - 65px), 40px) clamp(36px, 3.55vw, 68px) 0 var(--gutter);
	direction: ltr;
}

.logo-btn {
	display: inline-flex;
	width: clamp(220px, min(17.94vw, 26.9vh), 300px);
	flex: 0 0 auto;
	background: transparent;
	text-decoration: none;
}

.logo-btn img {
	width: 100%;
	height: auto;
}

.nav-meta {
	display: flex;
	align-items: center;
	gap: clamp(24px, 2.8vw, 52px);
	font-size: clamp(18px, min(1.64vw, 2.45vh), 26px);
	line-height: 1;
	white-space: nowrap;
}

.nav-number {
	font-size: clamp(22px, min(2.27vw, 3.41vh), 30px);
	font-weight: 700;
}

.nav-label {
	font-weight: 300;
}

.lang {
	display: flex;
	align-items: center;
	gap: clamp(16px, 2vw, 38px);
}

.lang a,
.lang button {
	padding: 8px 14px;
	border-radius: 999px;
	background: transparent;
	color: inherit;
	font-size: .94em;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	transition: background-color .18s ease, transform .18s ease;
}

.lang a[aria-pressed="true"],
.lang button[aria-pressed="true"] {
	background: var(--lime);
}

.lang a:hover,
.lang button:hover {
	transform: translateY(-2px);
}

.logo-btn:focus-visible,
.lang a:focus-visible,
.primary-btn:focus-visible,
.choice-card:focus-visible,
.option:has(input:focus-visible),
.chip:has(input:focus-visible) {
	outline: 3px solid var(--purple);
	outline-offset: 4px;
}

.stage {
	position: relative;
	z-index: 2;
	width: min(100%, var(--content-max));
	margin: 0 auto;
	padding-inline: var(--gutter);
}

.primary-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: clamp(12px, 1.4vw, 24px);
	min-height: clamp(58px, 5vw, 78px);
	padding: 12px clamp(28px, 3vw, 54px);
	border-radius: 999px;
	background: var(--black);
	color: var(--lime);
	font-size: clamp(18px, 1.35vw, 24px);
	font-weight: 500;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	transition: transform .18s ease, filter .18s ease;
}

.primary-btn.lime {
	background: var(--lime);
	color: var(--black);
}

.primary-btn img {
	width: clamp(27px, 2vw, 38px);
	height: auto;
	flex: 0 0 auto;
	object-fit: contain;
}

.primary-btn:hover {
	transform: translateY(-3px);
	filter: saturate(1.08);
}

.dots {
	position: absolute;
	z-index: 1;
	width: clamp(100px, 8vw, 150px);
	height: auto;
	pointer-events: none;
}

/* Home */
.home-stage {
	display: grid;
	grid-template-columns: minmax(340px, .7fr) minmax(620px, 1.3fr);
	gap: clamp(36px, 4vw, 80px);
	align-items: center;
	min-height: calc(100svh - 112px);
	padding-top: clamp(28px, min(3vw, 4.25vh), 48px);
	padding-bottom: 0;
}

.hero-copy {
	z-index: 3;
	max-width: 660px;
}

.home-title {
	margin: 0 0 clamp(16px, min(1.3vw, 2vh), 24px);
	font-size: clamp(82px, min(9.22vw, 13.82vh), 136px);
	font-weight: 700;
	line-height: .88;
	letter-spacing: 0;
}

.home-kicker {
	margin: 0 0 16px;
	font-size: clamp(22px, min(2.1vw, 3.15vh), 36px);
	font-weight: 500;
	line-height: 1.18;
}

.home-body {
	max-width: 560px;
	margin: 0 0 clamp(30px, min(2.65vw, 3.95vh), 42px);
	font-size: clamp(16px, min(1.35vw, 2.02vh), 23px);
	font-style: italic;
	line-height: 1.19;
}

@media (min-width: 761px) {
	.home-stage .primary-btn {
		justify-content: space-between;
		width: clamp(280px, min(22.27vw, 33.4vh), 340px);
		min-height: clamp(54px, min(4.57vw, 6.85vh), 70px);
		gap: 0;
		padding: 10px clamp(28px, 2.3vw, 40px);
		font-size: clamp(16px, min(1.35vw, 2.03vh), 21px);
		white-space: nowrap;
	}

	.home-stage .primary-btn img {
		width: clamp(22px, min(1.8vw, 2.69vh), 30px);
	}
}

.home-visual {
	position: relative;
	min-height: clamp(550px, min(58vw, calc(100svh - 92px)), 740px);
}

.home-terms-link {
	position: absolute;
	z-index: 8;
	inset-inline-start: var(--gutter);
	bottom: clamp(20px, 2vw, 34px);
	padding: 6px 0;
	border-bottom: 1px solid currentColor;
	color: var(--black);
	font-size: clamp(14px, .9vw, 17px);
	font-weight: 500;
	line-height: 1.1;
	text-decoration: none;
}

.home-terms-link:hover,
.home-terms-link:focus-visible {
	color: #741a9d;
}

.home-avatars img {
	position: absolute;
	z-index: 3;
	height: auto;
	filter: drop-shadow(0 16px 20px rgba(0, 0, 0, .13));
	animation: assetIn .65s ease both;
}

.avatar-home-woman {
	top: 19.3%;
	left: 0;
	width: 17.5%;
}

.avatar-home-emirati {
	top: 1.3%;
	left: 24.3%;
	width: 27.9%;
}

.avatar-home-hijab {
	top: 45.3%;
	left: 12.6%;
	width: 17.6%;
}

.avatar-home-man {
	top: 55.4%;
	left: 39.8%;
	width: 21%;
}

.proof {
	position: absolute;
	right: 4%;
	z-index: 4;
	display: grid;
	grid-template-columns: clamp(54px, min(4.23vw, 6.35vh), 66px) 1px minmax(180px, 1fr);
	align-items: center;
	gap: clamp(10px, min(1vw, 1.5vh), 18px);
	width: min(39%, 360px);
}

.proof.one {
	top: 17.3%;
}

.proof.two {
	top: 43.6%;
}

.proof img {
	width: 100%;
	height: auto;
}

.proof-line {
	width: 1px;
	height: clamp(70px, 6vw, 100px);
	background: var(--black);
}

.proof small,
.proof b,
.proof em {
	display: block;
}

.proof small {
	font-size: clamp(14px, min(1.19vw, 1.78vh), 18px);
	line-height: 1.1;
}

.proof b {
	font-size: clamp(16px, min(1.48vw, 2.22vh), 22px);
	line-height: 1.08;
}

.proof em {
	font-size: clamp(14px, min(1.19vw, 1.78vh), 18px);
	font-style: normal;
	line-height: 1.1;
}

.proof b {
	margin-top: 5px;
	font-weight: 700;
}

.home-visual > .dots {
	right: -3%;
	bottom: 12%;
	width: clamp(90px, min(7.6vw, 11.4vh), 120px);
}

@media (min-width: 1041px) {
	.hero-copy {
		transform: translateY(clamp(-50px, -5.85vh, -36px));
	}
}

body[dir="rtl"] .hero-copy {
	text-align: right;
}

body[dir="rtl"] .home-title {
	font-size: clamp(76px, 5.8vw, 112px);
	line-height: 1.03;
	letter-spacing: 0;
}

/* Mirror the English visual composition instead of stacking RTL content on it. */
body[dir="rtl"] .avatar-home-woman {
	left: auto;
	right: 0;
}

body[dir="rtl"] .avatar-home-emirati {
	left: auto;
	right: 24.3%;
}

body[dir="rtl"] .avatar-home-hijab {
	left: auto;
	right: 12.6%;
}

body[dir="rtl"] .avatar-home-man {
	left: auto;
	right: 39.8%;
}

body[dir="rtl"] .proof {
	right: auto;
	left: 4%;
	direction: rtl;
	grid-template-columns: minmax(180px, 1fr) 1px clamp(54px, min(4.23vw, 6.35vh), 66px);
}

body[dir="rtl"] .proof img {
	grid-column: 3;
	grid-row: 1;
}

body[dir="rtl"] .proof-line {
	grid-column: 2;
	grid-row: 1;
}

body[dir="rtl"] .proof > span:last-child {
	grid-column: 1;
	grid-row: 1;
	text-align: right;
}

/* Role selection */
.join-layout {
	display: grid;
	grid-template-columns: minmax(300px, .62fr) minmax(620px, 1.38fr);
	gap: clamp(48px, 5vw, 100px);
	align-items: center;
	min-height: calc(100svh - 112px);
	padding-top: clamp(60px, 7vh, 90px);
	padding-bottom: clamp(56px, 7vh, 88px);
}

.join-copy {
	max-width: 530px;
}

.section-title {
	margin: 0;
	font-size: clamp(64px, 5.1vw, 98px);
	font-weight: 700;
	line-height: .96;
	letter-spacing: -.03em;
}

.section-sub {
	margin: clamp(26px, 2.5vw, 44px) 0 0;
	font-size: clamp(24px, 1.8vw, 34px);
	font-weight: 500;
	line-height: 1.22;
}

.choice-grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(18px, 1.5vw, 28px);
	width: 100%;
	max-width: 850px;
	justify-self: end;
}

.choice-card {
	position: relative;
	isolation: isolate;
	min-width: 0;
	aspect-ratio: .5275;
	border: 1.5px solid rgba(18, 18, 18, .78);
	border-radius: clamp(36px, 3vw, 54px);
	background: rgba(255, 255, 255, .22);
	color: inherit;
	overflow: visible;
	text-align: left;
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease;
}

.choice-card::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	border-radius: inherit;
	background-color: var(--canvas);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.brand-card::before {
	background-image: url("/assets/img/texture-card-brand.png?v=responsive-components-18");
}

.member-card::before {
	background-image: url("/assets/img/texture-card-member.png?v=responsive-components-18");
}

.choice-card:hover {
	transform: translateY(-7px);
	box-shadow: 0 24px 46px rgba(18, 18, 18, .1);
}

.choice-card .card-icon {
	position: absolute;
	top: 24%;
	left: 10%;
	width: 29%;
	height: auto;
}

.choice-card h2 {
	position: absolute;
	top: 43%;
	left: 10%;
	width: 76%;
	margin: 0;
	font-size: clamp(42px, 3.2vw, 62px);
	font-weight: 700;
	line-height: .95;
}

.choice-card p {
	position: absolute;
	top: 64%;
	left: 10%;
	width: 74%;
	margin: 0;
	font-size: clamp(16px, 1.1vw, 21px);
	font-weight: 500;
	line-height: 1.3;
}

.choice-card .floating {
	position: absolute;
	z-index: 3;
	height: auto;
	filter: drop-shadow(0 12px 16px rgba(0, 0, 0, .1));
}

.choice-card .top {
	top: -7%;
	right: 9%;
	width: 48%;
}

.choice-card .bottom {
	right: 7%;
	bottom: 2.5%;
	width: 39%;
}

.choice-card .arrow-hit {
	position: absolute;
	left: 10%;
	bottom: 7%;
	display: grid;
	place-items: center;
	width: 21%;
	aspect-ratio: 1;
	border-radius: 50%;
	background: var(--black);
}

.choice-card .arrow-hit img {
	width: 40%;
	height: auto;
}

.choice-grid .join-mid {
	left: clamp(-54px, -4vw, -34px);
	top: 38%;
	width: clamp(26px, 2.2vw, 40px);
}

.join-layout > .dots.bl {
	left: 16px;
	bottom: 20px;
}

body[dir="rtl"] .join-copy,
body[dir="rtl"] .choice-card {
	text-align: right;
}

body[dir="rtl"] .join-copy .section-title {
	line-height: 1.02;
}

body[dir="rtl"] .choice-grid {
	direction: rtl;
}

body[dir="rtl"] .choice-card .card-icon,
body[dir="rtl"] .choice-card h2,
body[dir="rtl"] .choice-card p {
	left: auto;
	right: 10%;
}

body[dir="rtl"] .choice-card h2 {
	font-size: clamp(38px, 2.8vw, 54px);
	line-height: 1.04;
}

body[dir="rtl"] .brand-card p,
body[dir="rtl"] .member-card p {
	top: 70%;
}

body[dir="rtl"] .choice-card .arrow-hit {
	left: auto;
	right: 10%;
}

body[dir="rtl"] .choice-card .top,
body[dir="rtl"] .choice-card .bottom {
	right: auto;
	left: 7%;
}

body[dir="rtl"] .choice-grid .join-mid {
	left: auto;
	right: clamp(-54px, -4vw, -34px);
}

/*
 * Page 2 was authored as a short, single-screen composition. Constrain the
 * card pair by both viewport width and height so a 100% browser view keeps the
 * same complete framing that previously only appeared around 75% zoom.
 */
@media (min-width: 1041px) {
	.join-layout {
		grid-template-columns: clamp(330px, 27.3vw, 500px) minmax(0, 1fr);
		gap: clamp(100px, 11vw, 180px);
		align-items: start;
		padding-top: clamp(60px, min(9.1vh, 6.1vw), 90px);
		padding-bottom: clamp(32px, min(5vh, 4vw), 56px);
	}

	.join-copy {
		align-self: start;
		margin-top: clamp(54px, min(7.2vh, 4.8vw), 70px);
	}

	.join-copy .section-title {
		font-size: clamp(50px, 7.62vh, 98px);
	}

	.join-copy .section-sub {
		font-size: clamp(18px, 2.9vh, 34px);
	}

	.choice-grid {
		width: min(48.75vw, 74vh, 850px);
		max-width: none;
		justify-self: start;
	}

	.choice-card {
		border-radius: clamp(28px, min(3vw, 5.2vh), 54px);
	}

	.choice-card h2 {
		font-size: clamp(32px, 4.9vh, 62px);
	}

	.choice-card p {
		font-size: clamp(13px, 1.87vh, 21px);
	}

	.choice-grid .join-mid {
		width: clamp(20px, min(2.2vw, 3.05vh), 40px);
	}

	.join-layout > .dots.bl {
		width: clamp(78px, min(8vw, 11.7vh), 150px);
	}
}

/* Brand and member introduction */
.intro-layout {
	display: grid;
	grid-template-columns: minmax(360px, .76fr) minmax(620px, 1.24fr);
	gap: clamp(56px, 6vw, 116px);
	align-items: start;
	min-height: calc(100svh - 112px);
	padding-top: clamp(82px, 9vh, 126px);
	padding-bottom: clamp(64px, 8vh, 110px);
}

.intro-copy {
	min-width: 0;
	max-width: 650px;
}

.intro-title {
	margin: 0;
	font-size: clamp(52px, 4.25vw, 82px);
	font-weight: 700;
	line-height: 1.02;
	letter-spacing: -.025em;
}

.brand-intro-screen .intro-title {
	font-size: clamp(50px, 3.65vw, 72px);
}

.highlight {
	color: var(--purple);
}

.intro-body {
	max-width: 58ch;
	margin: clamp(24px, 2.5vw, 42px) 0 clamp(28px, 3vw, 46px);
	font-size: clamp(18px, 1.25vw, 24px);
	font-weight: 500;
	line-height: 1.25;
}

.intro-copy form {
	margin: 0;
}

.intro-copy .primary-btn {
	min-width: min(100%, 360px);
}

.avatar-row {
	display: flex;
	align-items: center;
	gap: clamp(10px, 1vw, 18px);
	margin-top: clamp(34px, 4vw, 62px);
}

.avatar-row img {
	width: clamp(76px, 6vw, 108px);
	height: auto;
	aspect-ratio: 1;
	object-fit: contain;
}

.how-panel {
	min-width: 0;
	padding-top: 4px;
}

.how-panel > h2,
.benefits-title {
	margin: 0 0 clamp(24px, 2vw, 36px);
	font-size: clamp(28px, 2vw, 38px);
	font-weight: 700;
	line-height: 1.15;
}

.how-steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(24px, 2.5vw, 48px);
	align-items: start;
}

.how-step {
	position: relative;
	min-width: 0;
	text-align: center;
}

.how-step .step-icon {
	width: clamp(84px, 6.5vw, 118px);
	height: auto;
	margin: 0 auto clamp(18px, 1.6vw, 28px);
	aspect-ratio: 1;
	object-fit: contain;
}

.flow-arrow {
	position: absolute;
	top: clamp(28px, 2.2vw, 42px);
	right: clamp(-45px, -2.5vw, -26px);
	width: clamp(30px, 2.5vw, 44px);
	height: auto;
}

.how-step span,
.how-step strong {
	display: block;
	font-weight: 700;
}

.how-step span {
	margin-bottom: 5px;
	font-size: clamp(22px, 1.45vw, 28px);
	line-height: 1;
}

.how-step strong {
	font-size: clamp(23px, 1.6vw, 31px);
	line-height: 1.05;
}

.how-rule {
	margin: clamp(30px, 3vw, 50px) 0;
	border-top: 2px solid var(--black);
}

.benefit-list {
	display: grid;
	gap: clamp(18px, 1.6vw, 28px);
}

.benefit {
	display: grid;
	grid-template-columns: clamp(50px, 4vw, 66px) 1fr;
	gap: clamp(16px, 1.5vw, 24px);
	align-items: center;
}

.benefit img {
	width: 100%;
	height: auto;
}

.benefit h3 {
	margin: 0 0 3px;
	font-size: clamp(18px, 1.25vw, 23px);
	font-weight: 700;
	line-height: 1.1;
}

.benefit p {
	margin: 0;
	font-size: clamp(14px, .92vw, 17px);
	line-height: 1.2;
}

.intro-layout > .dots.br {
	right: 24px;
	bottom: 24px;
}

body[dir="rtl"] .intro-copy,
body[dir="rtl"] .how-panel {
	text-align: right;
}

body[dir="rtl"] .intro-title {
	font-size: clamp(50px, 4vw, 76px);
	line-height: 1.08;
	letter-spacing: 0;
}

body[dir="rtl"] .intro-body {
	line-height: 1.42;
}

body[dir="rtl"] .how-steps {
	direction: rtl;
}

body[dir="rtl"] .flow-arrow {
	right: auto;
	left: clamp(-45px, -2.5vw, -26px);
	transform: scaleX(-1);
}

body[dir="rtl"] .benefit {
	grid-template-columns: 1fr clamp(50px, 4vw, 66px);
}

body[dir="rtl"] .benefit img {
	grid-column: 2;
	grid-row: 1;
}

body[dir="rtl"] .benefit div {
	grid-column: 1;
	grid-row: 1;
}

/* Onboarding */
.form-layout {
	--progress-line-size: clamp(23px, 1.5vw, 30px);
	--progress-long-line-size: clamp(17px, 1.15vw, 22px);
	--progress-space: clamp(76px, 8vh, 110px);
	position: relative;
	display: grid;
	grid-template-columns: minmax(360px, .78fr) minmax(520px, 1.22fr);
	gap: clamp(70px, 8vw, 160px);
	align-items: center;
	min-height: calc(100svh - 112px);
	padding-top: clamp(76px, 9vh, 118px);
	padding-bottom: clamp(70px, 9vh, 120px);
}

.form-copy,
.answer-panel {
	position: relative;
	z-index: 4;
	min-width: 0;
}

.progress {
	display: flex;
	align-items: center;
	gap: clamp(4px, .5vw, 9px);
	width: 100%;
	margin: 0 0 var(--progress-space);
	color: rgba(18, 18, 18, .3);
}

.progress-spacer {
	height: calc(var(--progress-line-size) + var(--progress-space));
}

.form-role-member .progress-spacer {
	height: calc(var(--progress-long-line-size) + var(--progress-space));
}

.progress-compact {
	display: none;
}

.progress .num {
	position: relative;
	flex: 0 0 auto;
	font-size: var(--progress-line-size);
	font-weight: 500;
	line-height: 1;
}

.progress-long .num {
	font-size: var(--progress-long-line-size);
}

.progress .num.active {
	color: var(--black);
	font-weight: 900;
}

.progress .num.done {
	color: rgba(18, 18, 18, .58);
}

.progress .num.active::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -24px;
	height: 7px;
	background: var(--lime);
}

.progress .dash {
	flex: 1 1 18px;
	min-width: 4px;
	max-width: 28px;
	height: 2px;
	background: currentColor;
}

.question-title {
	max-width: 10ch;
	margin: 0;
	font-size: clamp(52px, 4.3vw, 78px);
	font-weight: 700;
	line-height: .96;
	letter-spacing: -.025em;
}

.question-hint {
	max-width: 44ch;
	margin: clamp(24px, 2.5vw, 42px) 0 0;
	font-size: clamp(18px, 1.25vw, 23px);
	font-weight: 500;
	line-height: 1.3;
}

.answer-panel {
	align-self: center;
	display: grid;
	align-content: center;
}

.form-avatar-slot {
	position: relative;
	z-index: 1;
	pointer-events: none;
}

.form-avatar-slot img {
	display: block;
	height: auto;
	filter: drop-shadow(0 14px 18px rgba(0, 0, 0, .12));
}

.form-avatar-slot.lower {
	display: flex;
	justify-content: flex-start;
	margin-top: clamp(28px, 4vh, 48px);
}

.form-avatar-slot.lower img {
	width: clamp(150px, 12vw, 215px);
}

.form-role-member .form-avatar-slot.lower img {
	width: clamp(160px, 13vw, 235px);
}

.form-avatar-slot.upper {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	min-height: clamp(120px, 18vh, 190px);
	margin-bottom: clamp(20px, 3vh, 34px);
}

.form-avatar-slot.upper img {
	width: clamp(130px, 11vw, 205px);
}

.form-role-member .form-avatar-slot.upper img {
	width: clamp(110px, 9vw, 170px);
}

.underline-input input,
.detail-grid input,
.textarea-field {
	width: 100%;
	-webkit-appearance: none;
	appearance: none;
	border: 0;
	border-bottom: 3px solid var(--black);
	border-radius: 0;
	background: transparent;
	color: var(--black);
	caret-color: var(--black);
	box-shadow: none;
	outline: 0;
}

/* Keep browser-completed fields visually identical to typed fields. */
.underline-input input:-webkit-autofill,
.underline-input input:-webkit-autofill:hover,
.underline-input input:-webkit-autofill:focus,
.underline-input input:-webkit-autofill:active,
.detail-grid input:-webkit-autofill,
.detail-grid input:-webkit-autofill:hover,
.detail-grid input:-webkit-autofill:focus,
.detail-grid input:-webkit-autofill:active,
.textarea-field:-webkit-autofill,
.textarea-field:-webkit-autofill:hover,
.textarea-field:-webkit-autofill:focus,
.textarea-field:-webkit-autofill:active {
	-webkit-background-clip: text;
	-webkit-text-fill-color: var(--black);
	caret-color: var(--black);
	box-shadow: 0 0 0 1000px transparent inset;
	transition: background-color 9999s ease-out 0s;
}

.underline-input input:autofill,
.detail-grid input:autofill,
.textarea-field:autofill {
	background: transparent !important;
	color: var(--black) !important;
	filter: none;
}

.underline-input input {
	padding: 8px 0 15px;
	font-size: clamp(24px, 1.8vw, 34px);
	font-weight: 500;
}

.date-answer {
	display: grid;
	gap: 18px;
}

.date-answer .underline-input {
	max-width: 420px;
}

.date-answer input {
	letter-spacing: .08em;
}

.birth-date-age {
	display: flex;
	flex-wrap: wrap;
	gap: .35em;
	align-items: baseline;
	width: fit-content;
	max-width: 580px;
	margin: 0;
	padding: 13px 18px;
	border: 1.5px solid rgba(131, 35, 171, .34);
	border-radius: 18px;
	background: rgba(203, 255, 69, .28);
	font-size: clamp(15px, 1vw, 18px);
	line-height: 1.35;
}

.birth-date-age[hidden] {
	display: none;
}

.birth-date-age strong {
	color: var(--purple);
	font-size: 1.16em;
}

.capitalized-input {
	text-transform: capitalize;
}

.textarea-field {
	padding: 14px 0;
	font-size: clamp(21px, 1.5vw, 28px);
	line-height: 1.35;
	overflow: hidden;
	resize: none;
}

.underline-input input::placeholder,
.detail-grid input::placeholder,
.textarea-field::placeholder {
	color: rgba(18, 18, 18, .35);
}

.underline-input input:focus,
.detail-grid input:focus,
.textarea-field:focus {
	border-bottom-color: var(--purple);
}

.options,
.chips,
.detail-grid {
	display: grid;
	gap: 12px;
}

.options,
.detail-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.chips {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.option,
.chip {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 56px;
	padding: 12px 18px;
	border: 1.5px solid rgba(18, 18, 18, .18);
	border-radius: 999px;
	background: rgba(255, 255, 255, .46);
	font-size: clamp(15px, 1vw, 18px);
	font-weight: 500;
	line-height: 1.16;
	transition: transform .16s ease, border-color .16s ease, background-color .16s ease;
}

.option:hover,
.chip:hover {
	transform: translateY(-2px);
}

.option input,
.chip input {
	width: 17px;
	height: 17px;
	margin: 0;
	flex: 0 0 auto;
	accent-color: var(--purple);
}

.option:has(input:checked),
.chip:has(input:checked) {
	border-color: var(--lime);
	background: rgba(203, 255, 69, .35);
}

.options.invalid .option,
.chips.invalid .chip {
	border-color: rgba(157, 0, 0, .52);
}

.other-detail {
	display: none;
	grid-column: 1 / -1;
	margin-top: 4px;
	color: rgba(18, 18, 18, .68);
	font-size: 13px;
	font-weight: 600;
}

.other-detail > span {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.options:has(input[value="other"]:checked) .other-detail,
.other-detail.visible {
	display: grid;
}

.other-detail input {
	width: 100%;
	padding: 10px 0 12px;
	border: 0;
	border-bottom: 2px solid var(--black);
	border-radius: 0;
	background: transparent;
	color: var(--black);
	font-size: clamp(17px, 1.1vw, 21px);
	outline: 0;
}

.other-detail input::placeholder {
	color: rgba(18, 18, 18, .35);
}

.other-detail input:focus {
	border-bottom-color: var(--purple);
}

.other-detail input[aria-invalid="true"] {
	border-bottom-color: #9d0000;
}

.detail-grid input {
	padding: 18px 0 12px;
	font-size: clamp(18px, 1.2vw, 23px);
	font-weight: 500;
}

.action-row {
	display: flex;
	align-items: center;
	gap: clamp(28px, 3vw, 52px);
	margin-top: clamp(28px, 3vw, 48px);
}

.back-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 8px 4px;
	border-bottom: 2px solid currentColor;
	color: var(--black);
	font-size: clamp(16px, 1.05vw, 20px);
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}

.back-link:hover,
.back-link:focus-visible {
	color: var(--purple);
}

.enter-hint {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 0;
	background: transparent;
	font-size: clamp(17px, 1.15vw, 21px);
	font-weight: 500;
}

.enter-hint:hover,
.enter-hint:focus-visible {
	color: var(--purple);
}

.enter-hint img {
	width: 26px;
	height: auto;
}

.error {
	margin-top: 18px;
	color: #9d0000;
	font-size: 16px;
	font-weight: 700;
}

.terms-agreement {
	max-width: 54ch;
	margin: 18px 0 0;
	color: rgba(18, 18, 18, .68);
	font-size: clamp(12px, .82vw, 15px);
	line-height: 1.45;
}

.terms-agreement a {
	color: var(--black);
	font-weight: 700;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.terms-agreement a:hover,
.terms-agreement a:focus-visible {
	color: #741a9d;
}

.form-layout > .dots.br {
	right: 22px;
	bottom: 24px;
}

.form-layout > .dots.bl {
	left: 20px;
	bottom: 60px;
	width: clamp(130px, 11vw, 190px);
}

body[dir="rtl"] .question-title,
body[dir="rtl"] .question-hint,
body[dir="rtl"] .answer-panel {
	text-align: right;
}

body[dir="rtl"] .question-title {
	font-size: clamp(50px, 4vw, 74px);
	line-height: 1.08;
	letter-spacing: 0;
}

body[dir="rtl"] .options,
body[dir="rtl"] .chips,
body[dir="rtl"] .detail-grid {
	direction: rtl;
}

/* Thank you */
.thanks {
	position: relative;
	display: grid;
	place-items: center;
	min-height: calc(100svh - 112px);
	padding: clamp(70px, 8vw, 130px) var(--gutter);
	text-align: center;
}

.thanks-inner {
	z-index: 3;
	max-width: 960px;
}

.thanks-badge {
	width: clamp(100px, 8vw, 140px);
	height: auto;
	margin: 0 auto clamp(34px, 3vw, 50px);
}

.thanks h1 {
	margin: 0 0 clamp(24px, 2.5vw, 38px);
	font-size: clamp(76px, 7vw, 128px);
	font-weight: 700;
	line-height: .95;
	letter-spacing: -.035em;
}

.thanks p {
	max-width: 620px;
	margin: 0 auto 26px;
	font-size: clamp(19px, 1.45vw, 27px);
	font-weight: 500;
	line-height: 1.22;
}

.thanks a {
	color: var(--black);
	font-size: clamp(19px, 1.35vw, 25px);
	font-style: italic;
	font-weight: 900;
	text-decoration: none;
}

.thanks > .dots.br {
	right: 24px;
	bottom: 28px;
}

.thanks > .dots.bl {
	left: 22px;
	bottom: 70px;
	width: clamp(130px, 11vw, 190px);
}

body[dir="rtl"] .thanks h1 {
	font-size: clamp(72px, 6.5vw, 118px);
	letter-spacing: 0;
}

/* Terms */
.terms-layout {
	min-height: calc(100svh - 112px);
	padding-top: clamp(56px, 6vw, 96px);
	padding-bottom: clamp(72px, 8vw, 132px);
}

.terms-card {
	width: min(100%, 1120px);
	margin: 0 auto;
	padding: clamp(32px, 5vw, 76px);
	border: 1px solid rgba(18, 18, 18, .12);
	border-radius: clamp(24px, 3vw, 44px);
	background: rgba(250, 249, 247, .86);
	box-shadow: 0 26px 80px rgba(18, 18, 18, .08);
	backdrop-filter: blur(14px);
}

.terms-card h1 {
	max-width: 16ch;
	margin: 0 0 clamp(34px, 4vw, 58px);
	font-size: clamp(46px, 5.4vw, 86px);
	font-weight: 700;
	line-height: .96;
	letter-spacing: -.035em;
}

.terms-list {
	display: grid;
	gap: clamp(15px, 1.35vw, 22px);
	margin: 0;
	padding-inline-start: clamp(24px, 3vw, 42px);
	font-size: clamp(16px, 1.08vw, 20px);
	line-height: 1.5;
}

.terms-list li {
	padding-inline-start: clamp(5px, .6vw, 10px);
}

.terms-list li::marker {
	color: #741a9d;
}

.terms-home-link {
	display: inline-flex;
	margin-top: clamp(42px, 5vw, 72px);
	padding: 9px 0;
	border-bottom: 2px solid currentColor;
	color: var(--black);
	font-size: clamp(15px, 1vw, 18px);
	font-weight: 700;
	text-decoration: none;
}

.terms-home-link:hover,
.terms-home-link:focus-visible {
	color: #741a9d;
}

body[dir="rtl"] .terms-card {
	text-align: right;
}

body[dir="rtl"] .terms-card h1 {
	max-width: 20ch;
	font-size: clamp(42px, 4.6vw, 76px);
	line-height: 1.18;
	letter-spacing: 0;
}

body[dir="rtl"] .terms-list {
	line-height: 1.75;
}

.fade-in {
	animation: pageIn .42s ease both;
}

.screen[aria-busy="true"] {
	--onboarding-busy-x: 4px;
	cursor: progress;
}

body[dir="rtl"] .screen[aria-busy="true"] {
	--onboarding-busy-x: -4px;
}

.screen[aria-busy="true"] form[data-onboarding-form] {
	pointer-events: none;
}

.screen[aria-busy="true"] .primary-btn {
	transform: scale(.985);
	filter: saturate(1.08);
}

.screen[data-loading] .primary-btn img {
	animation: onboardingLoadingPulse .55s ease-in-out infinite alternate;
}

.transition-error {
	max-width: 54ch;
}

.primary-btn,
.enter-hint,
.back-link,
.option,
.chip,
.choice-card,
.lang a {
	-webkit-tap-highlight-color: transparent;
}

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

.back-link:active {
	opacity: .55;
}

.option:active,
.chip:active {
	transform: scale(.98);
}

@keyframes pageIn {
	from {
		opacity: 0;
		transform: translateY(8px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes onboardingLoadingPulse {
	to {
		opacity: .35;
		transform: translateX(var(--onboarding-busy-x));
	}
}

@keyframes assetIn {
	from {
		opacity: 0;
		transform: translateY(12px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/*
 * Desktop canvas fit system
 *
 * Every supplied PSD uses a 3:2 canvas. Historically most component sizes
 * followed vw while vertical padding and minimums did not, so shorter desktop
 * windows overflowed and only looked correct after browser zooming out. Use
 * --scene-u for both axes so the whole composition scales as one system while
 * preserving the normal responsive/scrolling layouts below 1041px.
 */
@media (min-width: 1041px) {
	.form-layout {
		--progress-line-size: clamp(18px, calc(var(--scene-u) * 1.8), 30px);
		--progress-long-line-size: clamp(16px, calc(var(--scene-u) * 1.25), 22px);
		--progress-space: calc(var(--scene-u) * 5.7);
	}

	.form-layout > .progress,
	.form-copy {
		grid-column: 1;
		grid-row: 1;
	}

	.form-layout > .progress {
		z-index: 6;
		align-self: start;
		margin-bottom: 0;
	}

	.answer-panel {
		grid-column: 2;
		grid-row: 1;
	}

	.header {
		padding-top: clamp(22px, calc(var(--scene-u) * 2.95), 40px);
	}

	.logo-btn {
		width: clamp(180px, calc(var(--scene-u) * 17.94), 300px);
	}

	.nav-meta {
		font-size: clamp(16px, calc(var(--scene-u) * 1.64), 26px);
	}

	.nav-number {
		font-size: clamp(22px, calc(var(--scene-u) * 2.27), 30px);
	}

	.intro-layout {
		grid-template-columns: clamp(400px, 34.5vw, 520px) minmax(0, 1fr);
		gap: clamp(100px, 11.6vw, 180px);
		padding-top: calc(var(--scene-u) * 7.5);
		padding-bottom: calc(var(--scene-u) * 5);
	}

	.intro-copy {
		margin-top: calc(var(--scene-u) * 3.3);
	}

	.intro-title,
	body[dir="rtl"] .intro-title,
	.brand-intro-screen .intro-title {
		font-size: clamp(40px, calc(var(--scene-u) * 3.9), 76px);
	}

	.intro-body,
	body[dir="rtl"] .intro-body {
		margin-top: calc(var(--scene-u) * 3.6);
		margin-bottom: calc(var(--scene-u) * 2.5);
		font-size: clamp(14px, calc(var(--scene-u) * 1.25), 24px);
	}

	.intro-copy .primary-btn {
		width: clamp(254px, calc(var(--scene-u) * 25.2), 380px);
		min-width: 0;
		min-height: clamp(51px, calc(var(--scene-u) * 5.1), 78px);
		padding: calc(var(--scene-u) * .9) calc(var(--scene-u) * 2.1);
		font-size: clamp(14px, calc(var(--scene-u) * 1.35), 24px);
	}

	.intro-copy .primary-btn img {
		width: clamp(22px, calc(var(--scene-u) * 2.15), 38px);
	}

	.avatar-row {
		gap: calc(var(--scene-u) * .8);
		margin-top: calc(var(--scene-u) * 3.2);
	}

	.avatar-row img {
		width: clamp(70px, calc(var(--scene-u) * 7), 108px);
	}

	.how-panel {
		padding-top: 0;
	}

	.how-panel > h2,
	.benefits-title {
		margin-bottom: calc(var(--scene-u) * 1.5);
		font-size: clamp(18px, calc(var(--scene-u) * 1.7), 38px);
	}

	.how-steps {
		gap: calc(var(--scene-u) * 2.1);
	}

	.how-step .step-icon {
		width: clamp(66px, calc(var(--scene-u) * 6.6), 118px);
		margin-bottom: calc(var(--scene-u) * 1.65);
	}

	.flow-arrow {
		top: calc(var(--scene-u) * 2.1);
		right: calc(var(--scene-u) * -2.7);
		width: clamp(24px, calc(var(--scene-u) * 2.4), 44px);
	}

	.how-step span {
		font-size: clamp(15px, calc(var(--scene-u) * 1.42), 28px);
	}

	.how-step strong {
		font-size: clamp(16px, calc(var(--scene-u) * 1.55), 31px);
	}

	.how-rule {
		margin: calc(var(--scene-u) * 4.3) 0;
	}

	.benefit-list {
		gap: calc(var(--scene-u) * 1.35);
	}

	.benefit {
		grid-template-columns: clamp(42px, calc(var(--scene-u) * 4.1), 66px) 1fr;
		gap: calc(var(--scene-u) * 1.2);
	}

	.benefit h3 {
		font-size: clamp(14px, calc(var(--scene-u) * 1.25), 23px);
	}

	.benefit p {
		font-size: clamp(11px, calc(var(--scene-u) * 1.02), 17px);
	}

	.intro-layout > .dots.br {
		right: calc(var(--scene-u) * 1.9);
		bottom: calc(var(--scene-u) * 1.9);
		width: clamp(78px, calc(var(--scene-u) * 8), 150px);
	}

	.form-layout {
		padding-top: calc(var(--scene-u) * 6.8);
		padding-bottom: calc(var(--scene-u) * 5);
	}

	.form-copy {
		transform: translateY(calc(var(--scene-u) * -2));
	}

	.progress {
		gap: clamp(4px, calc(var(--scene-u) * .45), 9px);
	}

	.progress .num {
		font-size: var(--progress-line-size);
	}

	.progress-long .num {
		font-size: var(--progress-long-line-size);
	}

	.progress .dash {
		flex-basis: clamp(8px, calc(var(--scene-u) * 1.3), 28px);
	}

	.progress .num.active::after {
		bottom: calc(var(--scene-u) * -1.9);
		height: clamp(5px, calc(var(--scene-u) * .55), 7px);
	}

	.question-title,
	body[dir="rtl"] .question-title {
		font-size: clamp(42px, calc(var(--scene-u) * 4.3), 78px);
	}

	.question-hint {
		margin-top: calc(var(--scene-u) * 2.5);
		font-size: clamp(15px, calc(var(--scene-u) * 1.25), 23px);
	}

	.form-avatar-slot.lower {
		margin-top: calc(var(--scene-u) * 3);
		transform: translateY(calc(var(--scene-u) * 2));
	}

	.form-avatar-slot.lower img {
		width: clamp(118px, calc(var(--scene-u) * 12), 215px);
	}

	.form-role-member .form-avatar-slot.lower img {
		width: clamp(126px, calc(var(--scene-u) * 13), 235px);
	}

	.form-avatar-slot.upper {
		min-height: clamp(122px, calc(var(--scene-u) * 12.5), 190px);
		margin-bottom: calc(var(--scene-u) * 2);
	}

	.form-avatar-slot.upper img {
		width: clamp(108px, calc(var(--scene-u) * 11), 205px);
	}

	/* Match the Page 4 text-entry composition without affecting dense choices. */
	.form-type-text .answer-panel {
		transform: translateY(calc(var(--scene-u) * -7));
	}

	.form-type-text .form-avatar-slot.upper img {
		transform: translateY(calc(var(--scene-u) * -7));
	}

	.form-role-member .form-avatar-slot.upper img {
		width: clamp(88px, calc(var(--scene-u) * 9), 170px);
	}

	.underline-input input {
		padding: calc(var(--scene-u) * .6) 0 calc(var(--scene-u) * 1.15);
		font-size: clamp(19px, calc(var(--scene-u) * 1.8), 34px);
	}

	.textarea-field {
		font-size: clamp(17px, calc(var(--scene-u) * 1.5), 28px);
	}

	/* Keep the first campaign-summary line visually attached to its underline. */
	.form-type-textarea .textarea-field {
		margin-top: clamp(76px, calc(var(--scene-u) * 7.8), 100px);
		padding: clamp(34px, calc(var(--scene-u) * 3.6), 44px) 0 10px;
	}

	/* Profile links use the PSD's single writing baseline, not a summary box. */
	.form-question-profile_links .textarea-field {
		margin-top: clamp(93px, calc(var(--scene-u) * 9.5), 122px);
		padding: clamp(16px, calc(var(--scene-u) * 1.9), 24px) 0 5px;
	}

	.options,
	.chips,
	.detail-grid {
		gap: calc(var(--scene-u) * .9);
	}

	.option,
	.chip {
		min-height: clamp(44px, calc(var(--scene-u) * 4.4), 56px);
		padding: calc(var(--scene-u) * .9) calc(var(--scene-u) * 1.35);
		font-size: clamp(13px, calc(var(--scene-u) * 1.15), 18px);
	}

	.detail-grid input {
		padding: calc(var(--scene-u) * 1.35) 0 calc(var(--scene-u) * .9);
		font-size: clamp(15px, calc(var(--scene-u) * 1.2), 23px);
	}

	.action-row {
		gap: calc(var(--scene-u) * 3);
		margin-top: calc(var(--scene-u) * 1.5);
	}

	.form-layout .primary-btn {
		min-height: clamp(51px, calc(var(--scene-u) * 5.1), 78px);
		padding: calc(var(--scene-u) * .9) calc(var(--scene-u) * 2.1);
		font-size: clamp(14px, calc(var(--scene-u) * 1.35), 24px);
	}

	.form-layout .primary-btn img {
		width: clamp(22px, calc(var(--scene-u) * 2.15), 38px);
	}

	.enter-hint {
		font-size: clamp(14px, calc(var(--scene-u) * 1.15), 21px);
	}

	.form-layout > .dots.br,
	.form-layout > .dots.bl {
		width: clamp(78px, calc(var(--scene-u) * 8), 150px);
	}

	.thanks {
		padding: calc(var(--scene-u) * 5.5) var(--gutter);
	}

	.thanks-badge {
		width: clamp(78px, calc(var(--scene-u) * 8), 140px);
		margin-bottom: calc(var(--scene-u) * 2.7);
	}

	.thanks h1,
	body[dir="rtl"] .thanks h1 {
		margin-bottom: calc(var(--scene-u) * 2);
		font-size: clamp(60px, calc(var(--scene-u) * 7), 128px);
	}

	.thanks p {
		margin-bottom: calc(var(--scene-u) * 2);
		font-size: clamp(16px, calc(var(--scene-u) * 1.45), 27px);
	}

	.thanks a {
		font-size: clamp(16px, calc(var(--scene-u) * 1.35), 25px);
	}

	.thanks > .dots.br,
	.thanks > .dots.bl {
		width: clamp(78px, calc(var(--scene-u) * 8), 150px);
	}
}

@media (max-width: 1240px) {
	:root {
		--gutter: clamp(24px, 4vw, 52px);
	}

	.home-stage {
		grid-template-columns: minmax(300px, .75fr) minmax(520px, 1.25fr);
	}

	.proof {
		width: min(39%, 320px);
	}

	.intro-layout {
		grid-template-columns: 1fr;
		gap: 64px;
		padding-top: 72px;
	}

	.intro-copy {
		max-width: 780px;
	}

	.how-panel {
		max-width: 1000px;
	}

	.form-layout {
		grid-template-columns: minmax(320px, .8fr) minmax(460px, 1.2fr);
		gap: 60px;
	}
}

@media (max-width: 1040px) {
	.nav-meta {
		gap: 18px;
	}

	.home-stage,
	.join-layout,
	.form-layout {
		grid-template-columns: 1fr;
	}

	.home-stage {
		padding-top: 70px;
		padding-bottom: 64px;
	}

	.home-terms-link {
		bottom: 24px;
	}

	.hero-copy {
		max-width: 720px;
	}

	.home-visual {
		width: 100%;
		max-width: 900px;
		min-height: 620px;
		margin: 0 auto;
	}

	.join-layout {
		align-items: start;
		gap: 58px;
	}

	.join-copy {
		max-width: 660px;
	}

	.choice-grid {
		max-width: 780px;
		justify-self: center;
	}

	.form-layout {
		align-items: start;
		gap: 36px;
		padding-top: 64px;
	}

	.form-layout > .progress {
		margin-bottom: max(0px, calc(var(--progress-space) - 36px));
	}

	.progress-spacer {
		display: none;
	}

	.form-copy,
	.answer-panel {
		max-width: 780px;
	}

	.answer-panel {
		width: 100%;
		padding-top: 0;
	}

	.form-avatar-slot.lower {
		margin-top: 24px;
	}

	.form-avatar-slot.lower img {
		width: 120px;
	}

	.form-role-member .form-avatar-slot.lower img {
		width: 132px;
	}

	.form-avatar-slot.upper {
		justify-content: flex-start;
		min-height: 0;
		margin-bottom: 22px;
	}

	body[dir="rtl"] .form-avatar-slot.upper {
		justify-content: flex-end;
	}

	.form-avatar-slot.upper img,
	.form-role-member .form-avatar-slot.upper img {
		width: 108px;
	}
}

@media (max-width: 760px) {
	:root {
		--gutter: 18px;
	}

	.screen {
		background-position: center top;
		background-size: 100% 100%;
	}

	.header {
		align-items: flex-start;
		padding-top: 18px;
	}

	.logo-btn {
		width: clamp(128px, 36vw, 156px);
	}

	.nav-meta {
		flex-wrap: wrap;
		justify-content: flex-end;
		gap: 8px 10px;
		font-size: 14px;
	}

	.nav-label {
		display: none;
	}

	.lang {
		gap: 5px;
	}

	.lang a,
	.lang button {
		padding: 6px 8px;
	}

	.primary-btn {
		width: 100%;
		min-height: 56px;
		font-size: 17px;
	}

	.home-stage,
	.intro-layout {
		padding-top: 48px;
		padding-bottom: 58px;
	}

	.join-layout,
	.form-layout {
		padding-top: 24px;
		padding-bottom: 24px;
	}

	.join-layout {
		align-content: start;
		gap: 24px;
		min-height: 0;
	}

	.form-layout {
		align-content: start;
		gap: 14px;
		min-height: 0;
	}

	.home-title {
		font-size: clamp(60px, 18vw, 82px);
	}

	body[dir="rtl"] .home-title {
		font-size: clamp(56px, 16vw, 76px);
	}

	.home-kicker {
		font-size: 23px;
	}

	.home-body {
		font-size: 17px;
	}

	.home-visual {
		min-height: 470px;
	}

	.proof {
		display: none;
	}

	.avatar-home-woman {
		left: 2%;
		width: 22%;
	}

	.avatar-home-emirati {
		left: 28%;
		width: 34%;
	}

	.avatar-home-hijab {
		left: 16%;
		width: 24%;
	}

	.avatar-home-man {
		left: 51%;
		width: 28%;
	}

	.section-title {
		font-size: clamp(44px, 12vw, 54px);
		line-height: .94;
	}

	.section-sub {
		margin-top: 16px;
		font-size: 18px;
		line-height: 1.2;
	}

	.choice-grid {
		grid-template-columns: 1fr;
		gap: 14px;
		max-width: 430px;
	}

	.choice-card {
		height: clamp(210px, 56vw, 228px);
		min-height: 0;
		aspect-ratio: auto;
		border-radius: 24px;
	}

	.choice-card .card-icon {
		top: 12%;
		left: 8%;
		width: 17%;
	}

	.choice-card h2 {
		top: 39%;
		left: 8%;
		width: 62%;
		font-size: clamp(24px, 6.8vw, 28px);
		line-height: 1;
	}

	.choice-card h2 br {
		display: none;
	}

	body[dir="rtl"] .choice-card h2 {
		font-size: clamp(23px, 6.5vw, 27px);
	}

	.choice-card p {
		top: 55%;
		left: 8%;
		width: 60%;
		font-size: 13px;
		line-height: 1.18;
	}

	body[dir="rtl"] .choice-card .card-icon,
	body[dir="rtl"] .choice-card h2,
	body[dir="rtl"] .choice-card p {
		left: auto;
		right: 8%;
	}

	body[dir="rtl"] .brand-card p,
	body[dir="rtl"] .member-card p {
		top: 55%;
	}

	.choice-card .arrow-hit {
		left: 8%;
		bottom: 5%;
		width: 10%;
	}

	body[dir="rtl"] .choice-card .arrow-hit {
		left: auto;
		right: 8%;
	}

	.brand-card .top {
		top: 21%;
		right: 7%;
		width: 30%;
	}

	.brand-card .bottom,
	.member-card .top {
		display: none;
	}

	.member-card .bottom {
		top: 22%;
		right: 7%;
		bottom: auto;
		width: 29%;
	}

	body[dir="rtl"] .brand-card .top,
	body[dir="rtl"] .member-card .bottom {
		right: auto;
		left: 7%;
	}

	.choice-grid .join-mid,
	.join-layout > .dots.bl,
	.intro-layout > .dots,
	.form-layout > .dots,
	.thanks > .dots {
		display: none;
	}

	.intro-layout {
		gap: 52px;
	}

	.intro-title,
	body[dir="rtl"] .intro-title {
		font-size: clamp(44px, 12vw, 60px);
	}

	.intro-body,
	body[dir="rtl"] .intro-body {
		font-size: 17px;
		line-height: 1.38;
	}

	.avatar-row {
		gap: 7px;
		margin-top: 30px;
	}

	.avatar-row img {
		width: calc((100% - 21px) / 4);
		max-width: 82px;
	}

	.how-panel > h2,
	.benefits-title {
		font-size: 28px;
	}

	.how-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 34px 20px;
	}

	.flow-arrow {
		display: none;
	}

	.how-step .step-icon {
		width: 92px;
	}

	.benefit {
		grid-template-columns: 54px 1fr;
	}

	body[dir="rtl"] .benefit {
		grid-template-columns: 1fr 54px;
	}

	.progress {
		display: block;
		margin-bottom: 24px;
	}

	.form-layout > .progress {
		margin-bottom: 10px;
	}

	.progress > .num,
	.progress > .dash {
		display: none;
	}

	.progress-compact {
		display: block;
		direction: ltr;
	}

	.progress-count {
		display: flex;
		align-items: baseline;
		width: max-content;
	}

	body[dir="rtl"] .progress-count {
		margin-left: auto;
	}

	.progress-count b,
	.progress-count small {
		font-size: 21px;
		line-height: 1;
	}

	.progress-count small {
		color: rgba(18, 18, 18, .4);
		font-weight: 700;
	}

	.progress-compact i {
		position: relative;
		display: block;
		height: 7px;
		margin-top: 12px;
		border-radius: 999px;
		background: rgba(18, 18, 18, .12);
		overflow: hidden;
	}

	.progress-compact i::after {
		content: "";
		position: absolute;
		inset: 0 auto 0 0;
		width: var(--progress);
		background: var(--lime);
		transition: width .3s ease;
	}

	body[dir="rtl"] .progress-compact i::after {
		inset: 0 0 0 auto;
	}

	.question-title,
	body[dir="rtl"] .question-title {
		max-width: 13ch;
		font-size: clamp(34px, 9.5vw, 42px);
		line-height: 1;
	}

	.question-hint {
		margin-top: 12px;
		font-size: 14px;
		line-height: 1.25;
	}

	.form-avatar-slot.lower {
		display: none;
	}

	.form-avatar-slot.upper {
		min-height: 0;
		margin-bottom: 10px;
	}

	.form-avatar-slot.upper img,
	.form-role-member .form-avatar-slot.upper img {
		width: 56px;
	}

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

	.options,
	.chips,
	body[dir="rtl"] .options,
	body[dir="rtl"] .chips {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.option,
	.chip {
		gap: 8px;
		min-height: 48px;
		padding: 8px 10px;
		font-size: 13px;
	}

	.underline-input input {
		padding: 6px 0 10px;
		font-size: 20px;
	}

	.textarea-field {
		padding: 10px 0;
		font-size: 17px;
	}

	.detail-grid {
		gap: 8px;
	}

	.detail-grid input {
		padding: 12px 0 9px;
		font-size: 16px;
	}

	.action-row {
		display: grid;
		grid-template-columns: 82px minmax(0, 1fr);
		align-items: center;
		gap: 10px;
		margin-top: 18px;
	}

	.terms-agreement {
		margin-top: 14px;
		font-size: 12px;
	}

	.terms-layout {
		padding-top: 42px;
		padding-bottom: 72px;
	}

	.terms-card {
		padding: 26px 20px 34px;
		border-radius: 24px;
	}

	.terms-card h1,
	body[dir="rtl"] .terms-card h1 {
		margin-bottom: 30px;
		font-size: clamp(36px, 11vw, 50px);
	}

	.terms-list {
		gap: 14px;
		padding-inline-start: 24px;
		font-size: 15px;
		line-height: 1.55;
	}

	.action-row:not(:has(.back-link)) .primary-btn {
		grid-column: 1 / -1;
	}

	.action-row .primary-btn {
		min-height: 52px;
	}

	.action-row .back-link {
		min-height: 48px;
		font-size: 14px;
	}

	.enter-hint {
		display: none;
	}

	.thanks {
		min-height: calc(100svh - 80px);
	}

	.thanks h1,
	body[dir="rtl"] .thanks h1 {
		font-size: clamp(64px, 18vw, 92px);
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}
}
