@font-face {
	font-family: "Cairo";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	src: url("../fonts/cairo-arabic-400-normal.woff2") format("woff2");
	unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFC;
}

@font-face {
	font-family: "Cairo";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	src: url("../fonts/cairo-latin-400-normal.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+2000-206F;
}

@font-face {
	font-family: "Cairo";
	font-style: normal;
	font-display: swap;
	font-weight: 600;
	src: url("../fonts/cairo-arabic-600-normal.woff2") format("woff2");
	unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFC;
}

@font-face {
	font-family: "Cairo";
	font-style: normal;
	font-display: swap;
	font-weight: 600;
	src: url("../fonts/cairo-latin-600-normal.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+2000-206F;
}

@font-face {
	font-family: "Cairo";
	font-style: normal;
	font-display: swap;
	font-weight: 700;
	src: url("../fonts/cairo-arabic-700-normal.woff2") format("woff2");
	unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFC;
}

@font-face {
	font-family: "Cairo";
	font-style: normal;
	font-display: swap;
	font-weight: 700;
	src: url("../fonts/cairo-latin-700-normal.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+2000-206F;
}

@font-face {
	font-family: "Cairo";
	font-style: normal;
	font-display: swap;
	font-weight: 800;
	src: url("../fonts/cairo-arabic-800-normal.woff2") format("woff2");
	unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFC;
}

@font-face {
	font-family: "Cairo";
	font-style: normal;
	font-display: swap;
	font-weight: 800;
	src: url("../fonts/cairo-latin-800-normal.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+2000-206F;
}

@font-face {
	font-family: "Cairo";
	font-style: normal;
	font-display: swap;
	font-weight: 900;
	src: url("../fonts/cairo-arabic-900-normal.woff2") format("woff2");
	unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFC;
}

@font-face {
	font-family: "Cairo";
	font-style: normal;
	font-display: swap;
	font-weight: 900;
	src: url("../fonts/cairo-latin-900-normal.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+2000-206F;
}

body.krooti-launch-page {
	margin: 0;
	background: #001537;
	color: #fff;
	font-family: "Cairo", sans-serif;
}

.launch-shell {
	position: relative;
	isolation: isolate;
	min-height: 100svh;
	overflow: hidden;
	background:
		radial-gradient(circle at 73% 53%, rgba(19, 93, 226, 0.72), transparent 30%),
		radial-gradient(circle at 10% 66%, rgba(15, 78, 219, 0.45), transparent 35%),
		linear-gradient(135deg, #00122f 0%, #03235d 46%, #06399d 72%, #00183e 100%);
}

.launch-shell::before,
.launch-shell::after {
	position: absolute;
	z-index: -2;
	content: "";
	border: 1px solid rgba(255, 199, 0, 0.28);
	border-radius: 50%;
	pointer-events: none;
}

.launch-shell::before {
	top: -41rem;
	left: -17rem;
	width: 93rem;
	height: 93rem;
	box-shadow:
		0 0 0 70px rgba(27, 100, 229, 0.06),
		0 0 0 160px rgba(27, 100, 229, 0.04),
		0 0 0 300px rgba(27, 100, 229, 0.025);
}

.launch-shell::after {
	right: -19rem;
	bottom: -42rem;
	width: 80rem;
	height: 80rem;
}

.launch-stars {
	position: absolute;
	z-index: -1;
	inset: 0;
	opacity: 0.45;
	background-image:
		radial-gradient(circle, #ffc700 0 1px, transparent 1.5px),
		radial-gradient(circle, #fff 0 1px, transparent 1.5px);
	background-position: 11% 83%, 89% 30%;
	background-size: 141px 137px, 197px 181px;
	pointer-events: none;
}

.launch-header,
.launch-hero,
.launch-footer {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

.launch-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 118px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.launch-brand {
	display: grid;
	width: 92px;
	place-items: center;
}

.launch-brand img {
	width: auto;
	height: 82px;
	object-fit: contain;
}

.launch-date,
.launch-eyebrow {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	padding: 9px 16px;
	font-size: 0.92rem;
	font-weight: 700;
	border: 1px solid rgba(255, 199, 0, 0.55);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.07);
	backdrop-filter: blur(14px);
}

.launch-date span {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #ffc700;
	box-shadow: 0 0 0 0 rgba(255, 199, 0, 0.65);
	animation: launch-pulse 2s infinite;
}

.launch-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(330px, 0.8fr);
	gap: clamp(34px, 6vw, 84px);
	align-items: center;
	min-height: calc(100svh - 186px);
	padding: 46px 0 32px;
}

.launch-copy {
	position: relative;
	z-index: 2;
	max-width: 710px;
}

.launch-eyebrow {
	margin: 0 0 17px;
}

.launch-eyebrow span {
	color: #ffc700;
}

.launch-copy h1 {
	margin: 0;
	color: #fff;
	font-family: "Cairo", sans-serif;
	font-size: clamp(3.2rem, 5.4vw, 5.25rem);
	font-weight: 900;
	line-height: 1.12;
	letter-spacing: -0.045em;
}

.launch-copy h1 span {
	display: block;
	margin-top: 6px;
	color: #ffc700;
	font-size: 0.56em;
	line-height: 1.35;
	letter-spacing: -0.025em;
}

.launch-lead {
	max-width: 650px;
	margin: 22px 0 24px;
	color: #c3d6f5;
	font-size: clamp(1rem, 1.45vw, 1.2rem);
	line-height: 1.95;
}

.launch-countdown-wrap > p {
	margin: 0 0 10px;
	color: #9ebeea;
	font-size: 0.88rem;
	font-weight: 700;
}

.launch-countdown {
	display: grid;
	grid-template-columns: repeat(4, minmax(84px, 1fr));
	gap: 12px;
}

.launch-time {
	display: flex;
	min-height: 112px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 24px;
	background: linear-gradient(155deg, rgba(75, 139, 246, 0.46), rgba(20, 74, 170, 0.35));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 18px 38px rgba(0, 12, 52, 0.18);
	backdrop-filter: blur(16px);
}

.launch-time strong {
	color: #fff;
	font-size: clamp(2rem, 3vw, 2.8rem);
	font-weight: 800;
	line-height: 1;
}

.launch-time span {
	margin-top: 11px;
	color: #b8cdf0;
	font-size: 0.77rem;
	font-weight: 700;
}

.launch-time-accent {
	border-color: rgba(255, 199, 0, 0.7);
}

.launch-time-accent strong {
	color: #ffc700;
}

.launch-reminder {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
	margin-top: 22px;
}

.launch-reminder input {
	min-width: 0;
	height: 58px;
	padding: 0 19px;
	color: #fff;
	text-align: right;
	outline: none;
	border: 1px solid rgba(255, 255, 255, 0.17);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.07);
}

.launch-reminder input::placeholder {
	color: #8faedc;
}

.launch-reminder input:focus {
	border-color: rgba(255, 199, 0, 0.75);
	box-shadow: 0 0 0 4px rgba(255, 199, 0, 0.1);
}

.launch-reminder button {
	height: 58px;
	padding: 0 27px;
	color: #05255e;
	font-weight: 800;
	border: 0;
	border-radius: 16px;
	background: linear-gradient(135deg, #ffd84f, #ffc700);
	box-shadow: 0 15px 36px rgba(255, 199, 0, 0.2);
	cursor: pointer;
}

.launch-notice {
	min-height: 22px;
	margin: 8px 3px 0;
	color: #89a8d8;
	font-size: 0.74rem;
}

.launch-features {
	display: flex;
	gap: 18px;
	flex-wrap: wrap;
	margin-top: 16px;
	color: #b9cff0;
	font-size: 0.76rem;
	font-weight: 700;
}

.launch-features span {
	display: inline-flex;
	gap: 8px;
	align-items: center;
}

.launch-features span::before {
	width: 6px;
	height: 6px;
	content: "";
	border-radius: 50%;
	background: #ffc700;
}

.launch-phone-stage {
	position: relative;
	display: grid;
	align-self: end;
	min-height: 660px;
	place-items: end center;
}

.launch-phone-glow {
	position: absolute;
	z-index: -1;
	bottom: 3%;
	left: 50%;
	width: min(37vw, 510px);
	height: min(37vw, 510px);
	transform: translateX(-50%);
	border-radius: 50%;
	background: radial-gradient(circle, rgba(27, 100, 236, 0.82), transparent 67%);
}

.launch-phone {
	width: auto;
	max-width: min(100%, 380px);
	height: min(68vh, 690px);
	border-radius: 46px;
	object-fit: contain;
	filter: drop-shadow(0 35px 35px rgba(0, 7, 27, 0.42));
}

.launch-pill {
	position: absolute;
	z-index: 2;
	padding: 10px 16px;
	color: #eaf2ff;
	font-size: 0.78rem;
	font-weight: 700;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	background: rgba(10, 53, 137, 0.75);
	backdrop-filter: blur(13px);
}

.launch-pill-top {
	top: 22%;
	right: -18px;
}

.launch-pill-bottom {
	bottom: 22%;
	left: -25px;
}

.launch-footer {
	display: flex;
	justify-content: space-between;
	padding: 16px 0 22px;
	color: #7696ca;
	font-size: 0.7rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@keyframes launch-pulse {
	70% {
		box-shadow: 0 0 0 8px rgba(255, 199, 0, 0);
	}
}

@media (max-width: 980px) {
	.launch-hero {
		grid-template-columns: 1fr;
		padding-top: 54px;
	}

	.launch-phone-stage {
		min-height: auto;
		margin-top: 20px;
		place-items: center;
	}

	.launch-phone {
		height: auto;
		max-height: 690px;
	}
}

@media (max-width: 640px) {
	.launch-header,
	.launch-hero,
	.launch-footer {
		width: min(100% - 28px, 1180px);
	}

	.launch-header {
		min-height: 94px;
	}

	.launch-brand img {
		height: 64px;
	}

	.launch-date {
		padding: 8px 11px;
		font-size: 0.72rem;
	}

	.launch-copy h1 {
		font-size: clamp(2.65rem, 13vw, 4rem);
	}

	.launch-countdown {
		grid-template-columns: repeat(2, 1fr);
	}

	.launch-reminder {
		grid-template-columns: 1fr;
	}

	.launch-phone {
		width: min(100%, 340px);
		border-radius: 40px;
	}

	.launch-pill {
		display: none;
	}

	.launch-footer {
		flex-direction: column;
		gap: 8px;
		align-items: center;
		text-align: center;
	}
}

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