.brandonic-appdev-page {
	--accent: #c8ff00;
	--app-bg: #040506;
	--app-line: rgba(255, 255, 255, 0.12);
	--app-muted: rgba(255, 255, 255, 0.68);
	background: var(--app-bg);
	color: #f7f7f2;
	font-family: var(--font-body);
	overflow: hidden;
}

.appdev-hero {
	align-items: center;
	background:
		radial-gradient(circle at 76% 24%, rgba(200, 255, 0, 0.17), transparent 32%),
		#040506;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.48fr);
	min-height: 100svh;
	padding: clamp(150px, 13vw, 190px) 6vw 90px;
	position: relative;
}

.ferrofluid-container {
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.appdev-ferrofluid {
	inset: 0;
	opacity: 0.9;
	pointer-events: auto;
	position: absolute;
	z-index: 0;
}

.appdev-ferrofluid::before,
.appdev-ferrofluid::after {
	border-radius: 999px;
	content: "";
	filter: blur(24px);
	opacity: 0.78;
	pointer-events: none;
	position: absolute;
}

.appdev-ferrofluid::before {
	background:
		radial-gradient(circle at 30% 40%, rgba(200, 255, 0, 0.5), transparent 34%),
		radial-gradient(circle at 70% 60%, rgba(97, 220, 163, 0.3), transparent 36%);
	height: min(70vw, 860px);
	right: -14vw;
	top: 8vh;
	width: min(70vw, 860px);
}

.appdev-ferrofluid::after {
	background:
		radial-gradient(circle at 42% 42%, rgba(247, 247, 242, 0.2), transparent 28%),
		radial-gradient(circle at 62% 58%, rgba(200, 255, 0, 0.34), transparent 42%);
	bottom: -18vh;
	height: min(52vw, 620px);
	left: 28vw;
	width: min(52vw, 620px);
}

.appdev-ferrofluid.is-ready::before,
.appdev-ferrofluid.is-ready::after {
	opacity: 0.28;
}

.appdev-ferrofluid canvas {
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}

.appdev-hero__grid {
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
	background-size: 84px 84px;
	content: "";
	inset: 0;
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.95), transparent 86%);
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.appdev-hero__content {
	display: grid;
	gap: clamp(24px, 2.5vw, 36px);
	max-width: 1040px;
	position: relative;
	z-index: 3;
}

.appdev-eyebrow {
	align-items: center;
	color: var(--accent);
	display: inline-flex;
	font-family: var(--font-ui);
	font-size: 12px;
	font-weight: 800;
	gap: 12px;
	letter-spacing: 0.26em;
	line-height: 1.2;
	text-transform: uppercase;
}

.appdev-eyebrow span {
	background: var(--accent);
	border-radius: 999px;
	box-shadow: 0 0 20px rgba(200, 255, 0, 0.44);
	display: block;
	height: 10px;
	width: 10px;
}

.appdev-hero h1 {
	color: #f7f7f2;
	font-family: var(--font-display);
	font-size: clamp(44px, 5.7vw, 96px);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 0.98;
	margin: 0;
	max-width: 1120px;
	text-wrap: balance;
}

.appdev-hero__body {
	color: var(--app-muted);
	font-size: clamp(16px, 1.25vw, 20px);
	line-height: 1.78;
	margin: 0;
	max-width: 820px;
}

.appdev-hero__body a {
	color: #fff;
	font-weight: 800;
	text-decoration-color: rgba(200, 255, 0, 0.55);
	text-underline-offset: 4px;
}

.appdev-hero__body a:hover,
.appdev-hero__body a:focus-visible {
	color: var(--accent);
}

.appdev-hero__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.appdev-button {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-family: var(--font-ui);
	font-size: 14px;
	font-weight: 800;
	gap: 12px;
	justify-content: center;
	min-height: 58px;
	padding: 0 26px;
	text-decoration: none;
	transition: transform 0.28s ease, border-color 0.28s ease, background 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
}

.appdev-button--primary {
	background: var(--accent);
	border: 1px solid var(--accent);
	box-shadow: 0 18px 54px rgba(200, 255, 0, 0.2);
	color: #050505;
}

.appdev-button--ghost {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid var(--app-line);
	color: #fff;
}

.appdev-button:hover,
.appdev-button:focus-visible {
	transform: translateY(-3px);
}

.appdev-button--primary:hover,
.appdev-button--primary:focus-visible {
	background: #050505;
	border-color: rgba(255, 255, 255, 0.88);
	color: #fff;
}

.appdev-button--ghost:hover,
.appdev-button--ghost:focus-visible {
	border-color: rgba(200, 255, 0, 0.72);
	color: var(--accent);
}

.appdev-hero__device {
	align-self: stretch;
	display: grid;
	place-items: center;
	position: relative;
	z-index: 2;
}

.appdev-phone {
	aspect-ratio: 9 / 16;
	background:
		linear-gradient(160deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.045)),
		rgba(4, 8, 7, 0.78);
	border: 3px solid rgba(255, 255, 255, 0.2);
	border-radius: 54px;
	box-shadow:
		0 34px 120px rgba(0, 0, 0, 0.56),
		inset 0 0 0 10px rgba(0, 0, 0, 0.28),
		inset 0 0 0 12px rgba(255, 255, 255, 0.045);
	display: grid;
	gap: 13px;
	max-height: 620px;
	padding: 22px 24px 34px;
	place-content: start center;
	position: relative;
	width: min(320px, 68vw);
}

.appdev-phone::before {
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 42px;
	content: "";
	inset: 17px;
	pointer-events: none;
	position: absolute;
}

.appdev-phone__island {
	align-items: center;
	background: rgba(1, 4, 4, 0.78);
	border-radius: 999px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 10px 24px rgba(0, 0, 0, 0.32);
	display: flex;
	gap: 10px;
	height: 34px;
	justify-content: center;
	margin: 0 auto 36px;
	position: relative;
	width: 108px;
	z-index: 1;
}

.appdev-phone__speaker {
	background: rgba(255, 255, 255, 0.78);
	border-radius: 999px;
	display: block;
	height: 4px;
	width: 44px;
}

.appdev-phone__camera {
	background: var(--accent);
	border-radius: 999px;
	box-shadow: 0 0 40px rgba(200, 255, 0, 0.46);
	display: block;
	flex: 0 0 auto;
	height: 12px;
	width: 12px;
}

.appdev-phone__marquee {
	display: grid;
	gap: 9px;
	margin: 0 0 24px;
	overflow: hidden;
	padding: 3px 0;
	position: relative;
	width: min(100%, 250px);
	z-index: 1;
}

.appdev-phone__marquee-line {
	color: rgba(247, 247, 242, 0.9);
	display: flex;
	font-family: var(--font-display);
	font-size: clamp(18px, 1.5vw, 24px);
	font-weight: 600;
	gap: 22px;
	letter-spacing: 0;
	line-height: 1.05;
	white-space: nowrap;
}

.appdev-phone__marquee-line span {
	animation: appdev-phone-marquee 8.5s linear infinite;
	background: transparent;
	border-radius: 0;
	display: block;
	flex: 0 0 auto;
	height: auto;
	margin: 0;
	min-width: max-content;
	width: auto;
}

.appdev-phone__marquee-line--slow {
	color: var(--accent);
	font-family: var(--font-ui);
	font-size: clamp(11px, 0.9vw, 14px);
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.appdev-phone__marquee-line--slow span {
	animation-duration: 13s;
	animation-direction: reverse;
}

@keyframes appdev-phone-marquee {
	to {
		transform: translateX(calc(-100% - 22px));
	}
}

.appdev-phone strong {
	background: rgba(255, 255, 255, 0.075);
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 999px;
	color: #fff;
	font-family: var(--font-ui);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	padding: 13px 18px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}

.appdev-phone strong:first-of-type {
	margin-top: clamp(34px, 5vh, 58px);
}

.appdev-build {
	align-items: center;
	background:
		radial-gradient(circle at 74% 32%, rgba(97, 220, 163, 0.12), transparent 31%),
		linear-gradient(180deg, #040506 0%, #070908 100%);
	display: grid;
	gap: clamp(46px, 7vw, 110px);
	grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
	min-height: 100svh;
	overflow: hidden;
	padding: clamp(92px, 9vw, 150px) 6vw;
	position: relative;
}

.appdev-build__spiral {
	height: 100%;
	inset: 0;
	opacity: 0.34;
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.appdev-build::before {
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
	background-size: 84px 84px;
	content: "";
	inset: 0;
	mask-image: radial-gradient(circle at 72% 42%, #000, transparent 74%);
	opacity: 0.72;
	pointer-events: none;
	position: absolute;
}

.appdev-build__content {
	display: grid;
	gap: 24px;
	max-width: 850px;
	position: relative;
	z-index: 1;
}

.appdev-build__content .appdev-eyebrow {
	font-size: clamp(10px, 0.78vw, 12px);
	gap: 10px;
	letter-spacing: 0.18em;
}

.appdev-build h2 {
	color: #f7f7f2;
	font-family: var(--font-display);
	font-size: clamp(42px, 5vw, 86px);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 0.98;
	margin: 0;
	text-wrap: balance;
}

.appdev-build p {
	color: var(--app-muted);
	font-size: clamp(16px, 1.18vw, 20px);
	line-height: 1.78;
	margin: 0;
}

.appdev-build__visual {
	display: grid;
	min-height: 620px;
	perspective: 1200px;
	place-items: center;
	position: relative;
	z-index: 1;
}

.appdev-build__visual--video {
	align-self: center;
	min-height: clamp(580px, 52vw, 720px);
	place-items: center;
}

.appdev-build__visual.appdev-build__visual--video::before {
	background:
		radial-gradient(circle at 18% 24%, rgba(200, 255, 0, 0.85) 0 3px, transparent 4px),
		radial-gradient(circle at 72% 18%, rgba(97, 220, 163, 0.8) 0 2px, transparent 3px),
		radial-gradient(circle at 82% 64%, rgba(200, 255, 0, 0.68) 0 4px, transparent 5px),
		radial-gradient(circle at 28% 76%, rgba(255, 255, 255, 0.38) 0 2px, transparent 3px),
		radial-gradient(circle at 52% 44%, rgba(200, 255, 0, 0.45) 0 2px, transparent 3px),
		radial-gradient(circle at 38% 35%, rgba(97, 220, 163, 0.22), transparent 34%),
		radial-gradient(circle at 62% 58%, rgba(200, 255, 0, 0.18), transparent 38%);
	border-radius: 42%;
	content: "";
	filter: blur(0);
	height: min(680px, 58vw);
	opacity: 0.86;
	position: absolute;
	width: min(680px, 58vw);
	z-index: 0;
}

.appdev-build__visual.appdev-build__visual--video::after {
	animation: appdevParticleDrift 12s ease-in-out infinite alternate;
	background:
		radial-gradient(circle at 22% 78%, rgba(200, 255, 0, 0.7) 0 2px, transparent 3px),
		radial-gradient(circle at 76% 28%, rgba(255, 255, 255, 0.28) 0 2px, transparent 3px),
		radial-gradient(circle at 58% 84%, rgba(97, 220, 163, 0.55) 0 3px, transparent 4px),
		radial-gradient(circle at 12% 46%, rgba(200, 255, 0, 0.38) 0 3px, transparent 4px),
		radial-gradient(circle, rgba(97, 220, 163, 0.08), transparent 62%);
	border: 0;
	border-radius: 44%;
	content: "";
	filter: blur(0);
	height: min(760px, 62vw);
	opacity: 0.72;
	position: absolute;
	width: min(760px, 62vw);
	z-index: 0;
}

.appdev-build__visual::before,
.appdev-build__visual::after {
	border-radius: 999px;
	content: "";
	filter: blur(28px);
	position: absolute;
}

.appdev-build__visual::before {
	background: rgba(200, 255, 0, 0.22);
	height: 340px;
	width: 340px;
}

.appdev-build__visual::after {
	border: 1px solid rgba(200, 255, 0, 0.26);
	height: 520px;
	width: 520px;
}

.appdev-build-video {
	aspect-ratio: 9 / 19.45;
	background:
		radial-gradient(circle at 50% 38%, rgba(97, 220, 163, 0.16), transparent 38%),
		linear-gradient(180deg, #111615, #050505 62%);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: clamp(48px, 3.2vw, 62px);
	box-shadow:
		0 40px 120px rgba(0, 0, 0, 0.62),
		0 0 80px rgba(97, 220, 163, 0.16),
		inset 0 0 0 2px rgba(255, 255, 255, 0.08),
		inset 0 0 0 10px #050505;
	isolation: isolate;
	overflow: hidden;
	padding: clamp(8px, 0.75vw, 11px);
	position: relative;
	transform: none;
	transform-style: preserve-3d;
	width: clamp(270px, 22vw, 350px);
	z-index: 2;
}

.appdev-build-video::before {
	content: none;
}

.appdev-build-video::after {
	content: none;
}

.appdev-build-video video {
	background: #d8d1cc;
	border-radius: clamp(38px, 2.55vw, 50px);
	display: block;
	height: 100%;
	left: auto;
	object-fit: cover;
	object-position: center center;
	opacity: 0;
	position: static;
	top: auto;
	transform: translateZ(0);
	transition: opacity 0.36s ease;
	width: 100%;
	z-index: 1;
}

.appdev-build-video video.is-loaded {
	opacity: 1;
}

@keyframes appdevParticleDrift {
	0% {
		transform: translate3d(-16px, 18px, 0) scale(0.96);
	}

	100% {
		transform: translate3d(18px, -14px, 0) scale(1.03);
	}
}

.appdev-showcase-phone {
	aspect-ratio: 9 / 18.5;
	background:
		linear-gradient(155deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.03)),
		#070a09;
	border: 3px solid rgba(255, 255, 255, 0.22);
	border-radius: 56px;
	box-shadow:
		0 38px 110px rgba(0, 0, 0, 0.58),
		-28px 36px 90px rgba(97, 220, 163, 0.16),
		inset 0 0 0 11px rgba(0, 0, 0, 0.48),
		inset 0 0 0 13px rgba(255, 255, 255, 0.055);
	overflow: visible;
	padding: 22px;
	position: relative;
	transform: rotateX(8deg) rotateY(-14deg) rotateZ(-3deg);
	transform-style: preserve-3d;
	width: min(370px, 78vw);
	z-index: 1;
}

.appdev-showcase-phone {
	animation: appdev-phone-float 7s ease-in-out infinite;
}

.appdev-showcase-phone__button {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.06));
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.22), 0 16px 34px rgba(0, 0, 0, 0.28);
	position: absolute;
	z-index: 0;
}

.appdev-showcase-phone__button--volume {
	height: 78px;
	left: -8px;
	top: 26%;
	width: 6px;
}

.appdev-showcase-phone__button--action {
	height: 44px;
	left: -8px;
	top: 40%;
	width: 6px;
}

.appdev-showcase-phone__button--power {
	height: 96px;
	right: -8px;
	top: 32%;
	width: 6px;
}

.appdev-showcase-phone__island {
	background: #020303;
	border-radius: 0 0 24px 24px;
	height: 32px;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 126px;
	z-index: 3;
}

.appdev-screen-carousel {
	border-radius: 40px;
	cursor: grab;
	height: 100%;
	overflow: hidden;
	position: relative;
	touch-action: pan-y;
	z-index: 1;
}

.appdev-screen-carousel.is-dragging {
	cursor: grabbing;
}

.appdev-screen {
	background:
		radial-gradient(circle at 22% 12%, rgba(200, 255, 0, 0.24), transparent 28%),
		radial-gradient(circle at 84% 28%, rgba(97, 220, 163, 0.24), transparent 32%),
		linear-gradient(160deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.025));
	color: #f7f7f2;
	display: grid;
	grid-template-rows: auto auto 1fr auto auto;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	padding: 46px 24px 24px;
	position: absolute;
	transform: translateX(32%) scale(0.96);
	transition: opacity 0.45s ease, transform 0.45s ease;
}

.appdev-screen--1 {
	animation: none;
}

.appdev-screen--2 {
	animation: none;
}

.appdev-screen--3 {
	animation: none;
}

.appdev-screen.is-active {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(0) scale(1);
	z-index: 2;
}

.appdev-screen.is-before {
	transform: translateX(-32%) scale(0.96);
}

.appdev-screen__status {
	align-items: center;
	display: flex;
	font-family: var(--font-ui);
	font-size: 12px;
	font-weight: 800;
	justify-content: space-between;
	letter-spacing: 0.02em;
	margin-bottom: 28px;
	opacity: 0.82;
}

.appdev-screen__status-icons {
	align-items: center;
	display: inline-flex;
	gap: 9px;
}

.appdev-signal {
	align-items: end;
	display: inline-flex;
	gap: 2px;
	height: 12px;
}

.appdev-signal b {
	background: rgba(247, 247, 242, 0.86);
	border-radius: 999px;
	display: block;
	width: 3px;
}

.appdev-signal b:nth-child(1) {
	height: 5px;
}

.appdev-signal b:nth-child(2) {
	height: 8px;
}

.appdev-signal b:nth-child(3) {
	height: 11px;
}

.appdev-battery {
	align-items: center;
	border: 1px solid rgba(247, 247, 242, 0.82);
	border-radius: 5px;
	display: inline-flex;
	font-style: normal;
	height: 14px;
	justify-content: center;
	min-width: 28px;
	position: relative;
}

.appdev-battery::before {
	background: var(--accent);
	border-radius: 3px;
	content: "";
	inset: 2px 7px 2px 2px;
	position: absolute;
}

.appdev-battery::after {
	background: rgba(247, 247, 242, 0.82);
	border-radius: 0 3px 3px 0;
	content: "";
	height: 6px;
	position: absolute;
	right: -4px;
	width: 3px;
}

.appdev-battery b {
	color: #050505;
	font-size: 8px;
	font-weight: 900;
	line-height: 1;
	position: relative;
	z-index: 1;
}

.appdev-screen__headline {
	display: grid;
	gap: 8px;
	margin-bottom: clamp(20px, 5vw, 36px);
}

.appdev-screen__headline span {
	color: var(--accent);
	font-family: var(--font-ui);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.2em;
}

.appdev-screen__headline strong {
	font-family: var(--font-display);
	font-size: clamp(28px, 3.4vw, 42px);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 0.95;
}

.appdev-screen__apps {
	align-content: start;
	display: grid;
	gap: clamp(14px, 1.8vw, 20px) clamp(10px, 1.6vw, 16px);
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.appdev-screen__app {
	display: grid;
	gap: 8px;
	justify-items: center;
	margin: 0;
	min-width: 0;
}

.appdev-screen__app img {
	aspect-ratio: 1;
	display: block;
	filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.34));
	height: auto;
	object-fit: contain;
	width: clamp(46px, 5.2vw, 66px);
}

.appdev-screen__app figcaption {
	color: rgba(247, 247, 242, 0.82);
	font-family: var(--font-ui);
	font-size: clamp(9px, 0.8vw, 11px);
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.2;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.appdev-screen__dock {
	align-items: center;
	align-self: end;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 24px;
	display: flex;
	gap: 13px;
	justify-content: center;
	margin: 18px auto 10px;
	min-height: 54px;
	padding: 0 16px;
	width: min(100%, 180px);
}

.appdev-dock-icon {
	background: rgba(247, 247, 242, 0.9);
	border-radius: 13px;
	display: block;
	height: 34px;
	position: relative;
	width: 34px;
}

.appdev-dock-icon::before,
.appdev-dock-icon::after {
	content: "";
	position: absolute;
}

.appdev-dock-icon--chat::before {
	background: #050505;
	border-radius: 999px;
	height: 8px;
	left: 9px;
	top: 11px;
	width: 16px;
}

.appdev-dock-icon--map::before {
	background: var(--accent);
	border-radius: 999px 999px 999px 0;
	height: 16px;
	left: 9px;
	top: 7px;
	transform: rotate(-45deg);
	width: 16px;
}

.appdev-dock-icon--pay::before {
	border: 2px solid #050505;
	border-radius: 5px;
	height: 14px;
	left: 7px;
	top: 9px;
	width: 20px;
}

.appdev-dock-icon--pay::after {
	background: #050505;
	height: 2px;
	left: 10px;
	top: 15px;
	width: 14px;
}

.appdev-screen__pager {
	display: flex;
	gap: 7px;
	justify-content: center;
	min-height: 9px;
}

.appdev-screen__pager button {
	appearance: none;
	background: rgba(247, 247, 242, 0.48);
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	display: block;
	height: 7px;
	padding: 0;
	transition: background 0.28s ease, width 0.28s ease;
	width: 7px;
}

.appdev-screen__pager button.is-active {
	background: var(--accent);
	width: 20px;
}

@keyframes appdev-screen-swipe {
	0%,
	27% {
		opacity: 1;
		transform: translateX(0) scale(1);
	}

	33%,
	100% {
		opacity: 0;
		transform: translateX(-32%) scale(0.96);
	}
}

@keyframes appdev-phone-float {
	0%,
	100% {
		transform: translate3d(0, 0, 0) rotateX(8deg) rotateY(-14deg) rotateZ(-3deg);
	}

	50% {
		transform: translate3d(0, -16px, 0) rotateX(10deg) rotateY(-10deg) rotateZ(-2deg);
	}
}

.appdev-services-faq {
	background:
		radial-gradient(circle at 18% 24%, rgba(200, 255, 0, 0.12), transparent 28%),
		linear-gradient(180deg, #070908 0%, #040506 100%);
	min-height: 100svh;
	overflow: hidden;
	padding: clamp(92px, 10vw, 160px) 6vw;
	position: relative;
}

.appdev-services-faq__video {
	height: 100%;
	inset: 0;
	object-fit: cover;
	opacity: 0.9;
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.appdev-services-faq::before {
	background:
		linear-gradient(90deg, rgba(4, 5, 6, 0.66) 0%, rgba(4, 5, 6, 0.42) 48%, rgba(4, 5, 6, 0.72) 100%),
		radial-gradient(circle at 16% 24%, rgba(200, 255, 0, 0.15), transparent 30%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.appdev-services-faq__grid {
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
	background-size: 84px 84px;
	inset: 0;
	mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.88), transparent 84%);
	pointer-events: none;
	position: absolute;
	z-index: 2;
}

.appdev-services-faq__inner {
	display: grid;
	gap: clamp(46px, 7vw, 120px);
	grid-template-columns: minmax(280px, 0.35fr) minmax(520px, 0.65fr);
	margin: 0 auto;
	max-width: 1760px;
	position: relative;
	z-index: 1;
}

.appdev-services-faq__intro {
	align-self: start;
	display: grid;
	gap: 24px;
	position: sticky;
	top: clamp(90px, 12vh, 140px);
}

.appdev-services-faq h2 {
	color: #f7f7f2;
	font-family: var(--font-display);
	font-size: clamp(32px, 3vw, 44px);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.12;
	margin: 0;
	max-width: 760px;
	text-wrap: balance;
}

.appdev-services-faq__intro > p:not(.appdev-eyebrow) {
	color: var(--app-muted);
	font-family: var(--font-ui);
	font-size: clamp(16px, 1.12vw, 19px);
	line-height: 1.78;
	margin: 0;
	max-width: 680px;
}

.appdev-services-faq__scroll-shell {
	min-width: 0;
	position: relative;
}

.appdev-services-faq__items {
	align-content: start;
	display: grid;
	gap: 16px;
	grid-auto-rows: max-content;
	height: 664px;
	max-height: min(78vh, 664px);
	overflow-y: auto;
	padding: 0 clamp(26px, 3.4vw, 56px) 0 0;
	scrollbar-width: none;
}

.appdev-services-faq__items::-webkit-scrollbar {
	display: none;
}

.appdev-services-faq__item {
	background: rgba(0, 0, 0, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	overflow: hidden;
	opacity: 0;
	transform: translateY(26px);
	transition: opacity 0.7s ease, transform 0.7s ease, background 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, border-radius 0.28s ease;
}

.appdev-services-faq.is-visible .appdev-services-faq__item {
	opacity: 1;
	transform: none;
}

.appdev-services-faq.is-visible .appdev-services-faq__item:nth-child(2) { transition-delay: 0.05s; }
.appdev-services-faq.is-visible .appdev-services-faq__item:nth-child(3) { transition-delay: 0.1s; }
.appdev-services-faq.is-visible .appdev-services-faq__item:nth-child(4) { transition-delay: 0.15s; }
.appdev-services-faq.is-visible .appdev-services-faq__item:nth-child(5) { transition-delay: 0.2s; }
.appdev-services-faq.is-visible .appdev-services-faq__item:nth-child(6) { transition-delay: 0.25s; }
.appdev-services-faq.is-visible .appdev-services-faq__item:nth-child(7) { transition-delay: 0.3s; }
.appdev-services-faq.is-visible .appdev-services-faq__item:nth-child(8) { transition-delay: 0.35s; }

.appdev-services-faq__item h3 {
	margin: 0;
}

.appdev-services-faq__item button {
	align-items: center;
	appearance: none;
	background: transparent;
	border: 0;
	color: rgba(240, 237, 232, 0.9);
	cursor: pointer;
	display: flex;
	font: inherit;
	gap: 28px;
	justify-content: space-between;
	min-height: 68px;
	padding: 16px clamp(22px, 2.2vw, 30px);
	text-align: left;
	width: 100%;
}

.appdev-services-faq__item button span {
	font-family: var(--font-ui);
	font-size: clamp(16px, 0.98vw, 19px);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.22;
	transition: color 0.28s ease, transform 0.28s ease;
}

.appdev-services-faq__item button:hover span,
.appdev-services-faq__item button:focus-visible span,
.appdev-services-faq__item.is-open button span {
	color: var(--accent);
}

.appdev-services-faq__item button i {
	align-items: center;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	color: #f7f7f2;
	display: flex;
	flex: 0 0 auto;
	height: 38px;
	justify-content: center;
	position: relative;
	transition: background 0.28s ease, color 0.28s ease, transform 0.36s ease;
	width: 38px;
}

.appdev-services-faq__item button i::before,
.appdev-services-faq__item button i::after {
	background: currentColor;
	content: "";
	position: absolute;
}

.appdev-services-faq__item button i::before {
	height: 2px;
	width: 13px;
}

.appdev-services-faq__item button i::after {
	height: 13px;
	width: 2px;
}

.appdev-services-faq__item.is-open button i {
	background: rgba(200, 255, 0, 0.14);
	border-color: var(--accent);
	color: #ffffff;
	transform: rotate(45deg);
}

.appdev-services-faq__item.is-open {
	border-radius: 28px;
}

.appdev-services-faq__item:hover,
.appdev-services-faq__item.is-open {
	border-color: rgba(200, 255, 0, 0.58);
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
}

.appdev-services-faq__answer {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.42s ease;
}

.appdev-services-faq__answer > div {
	overflow: hidden;
}

.appdev-services-faq__answer p {
	color: rgba(247, 247, 242, 0.66);
	font-family: var(--font-ui);
	font-size: clamp(15px, 1vw, 17px);
	line-height: 1.78;
	margin: 0;
	max-width: 880px;
	padding: 0 clamp(24px, 2.5vw, 34px) 0;
	transition: padding 0.42s ease;
}

.appdev-services-faq__answer p + p {
	margin-top: 14px;
}

.appdev-services-faq__item.is-open .appdev-services-faq__answer {
	grid-template-rows: 1fr;
}

.appdev-services-faq__item.is-open .appdev-services-faq__answer p:last-child {
	padding-bottom: 26px;
}

.appdev-services-faq__scrollbar {
	background: rgba(200, 255, 0, 0.16);
	border-radius: 999px;
	bottom: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 7px;
}

.appdev-services-faq__scrollbar span {
	background: linear-gradient(180deg, #d8ff3f, var(--accent));
	border-radius: inherit;
	display: block;
	min-height: 56px;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.appdev-build-types {
	background: #030504;
	overflow: hidden;
	padding: clamp(92px, 10vw, 160px) 6vw;
	position: relative;
}

.appdev-build-types::before {
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
	background-size: 84px 84px;
	content: "";
	inset: 0;
	mask-image: radial-gradient(circle at 50% 42%, #000, transparent 78%);
	opacity: 0.42;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.appdev-build-types::after {
	background:
		radial-gradient(circle at 74% 18%, rgba(200, 255, 0, 0.2), transparent 34%),
		linear-gradient(180deg, rgba(3, 5, 4, 0.1), rgba(3, 5, 4, 0.72));
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.appdev-build-types__lightfall {
	height: 100%;
	inset: 0;
	opacity: 0.94;
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.appdev-build-types__inner {
	margin: 0 auto;
	max-width: 1500px;
	position: relative;
	z-index: 2;
}

.appdev-build-types h2 {
	color: #f7f7f2;
	font-family: var(--font-display);
	font-size: clamp(44px, 5.8vw, 88px);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 0.95;
	margin: 0 0 clamp(42px, 6vw, 86px);
	white-space: nowrap;
}

.appdev-build-types__list {
	display: grid;
	gap: 14px;
}

.appdev-build-types__item {
	align-items: center;
	background: rgba(255, 255, 255, 0.055);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 28px;
	display: grid;
	gap: clamp(18px, 3vw, 54px);
	grid-template-columns: 74px minmax(0, 1fr);
	min-height: clamp(86px, 8vw, 128px);
	padding: clamp(18px, 2.3vw, 30px);
	transition: border-color 0.28s ease, background 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease;
}

.appdev-build-types__item:hover {
	background: rgba(200, 255, 0, 0.08);
	border-color: rgba(200, 255, 0, 0.52);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
	transform: translateY(-4px);
}

.appdev-build-types__item span {
	align-items: center;
	background: rgba(200, 255, 0, 0.12);
	border: 1px solid rgba(200, 255, 0, 0.42);
	border-radius: 50%;
	color: var(--accent);
	display: flex;
	font-family: var(--font-ui);
	font-size: 14px;
	font-weight: 900;
	height: 56px;
	justify-content: center;
	letter-spacing: 0.12em;
	width: 56px;
}

.appdev-build-types__item h3 {
	color: #f7f7f2;
	font-family: var(--font-display);
	font-size: clamp(25px, 3.2vw, 54px);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.04;
	margin: 0;
}

.appdev-platform-glass {
	background: #030404;
	padding: clamp(92px, 10vw, 148px) 0 clamp(110px, 12vw, 180px);
	position: relative;
}

.appdev-platform-glass__sticky {
	overflow: visible;
	position: relative;
}

.appdev-platform-glass__sticky::before {
	background:
		linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
	background-size: 84px 84px;
	content: "";
	inset: 0 0 auto;
	height: 100%;
	mask-image: linear-gradient(to bottom, #000, transparent 92%);
	pointer-events: none;
	position: absolute;
	z-index: 3;
}

.appdev-platform-glass__header {
	margin: 0 auto clamp(34px, 5vw, 72px);
	max-width: 1680px;
	padding: 0 6vw;
	position: relative;
	z-index: 7;
}

.appdev-platform-glass__header h2 {
	color: #f7f7f2;
	font-family: var(--font-display);
	font-size: clamp(52px, 8vw, 132px);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 0.92;
	margin: 18px 0 0;
	text-shadow: 0 20px 70px rgba(0, 0, 0, 0.46);
}

.appdev-platform-glass__images {
	display: flex;
	flex-direction: column;
	gap: clamp(54px, 8vw, 126px);
	margin: 0 auto;
	max-width: 1920px;
	padding: 0 6vw;
	position: relative;
	z-index: 1;
}

.appdev-platform-glass__images figure {
	background: transparent;
	border: 0;
	border-radius: 0;
	display: block;
	margin: 0;
	opacity: 1;
	overflow: visible;
	padding: 0;
	position: relative;
	transform: none;
	width: 100%;
}

.appdev-platform-glass__images figure:nth-child(2) {
	opacity: 1;
}

.appdev-platform-glass__images img {
	display: block;
	filter: saturate(1.08) contrast(1.04);
	height: auto;
	object-fit: contain;
	width: 100%;
}

.appdev-platform-glass__images figure::after {
	display: none;
}

.glass-surface {
	align-items: center;
	display: flex;
	justify-content: center;
	overflow: hidden;
	position: relative;
	transition: opacity 0.26s ease-out;
}

.glass-surface__filter {
	height: 100%;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.glass-surface__content {
	align-items: center;
	border-radius: inherit;
	display: flex;
	flex-direction: column;
	gap: 10px;
	height: 100%;
	justify-content: center;
	padding: 0.5rem;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
}

.glass-surface--svg {
	background:
		radial-gradient(ellipse at 50% 10%, rgba(255, 255, 255, 0.34), transparent 54%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(8, 10, 10, 0.08) 58%, rgba(255, 255, 255, 0.08)),
		rgba(255, 255, 255, var(--glass-frost, 0.07));
	backdrop-filter: var(--filter-id, url(#appdev-glass-filter)) blur(12px) saturate(var(--glass-saturation, 1.7)) contrast(1.18) brightness(1.14);
	box-shadow:
		0 1px 1px rgba(255, 255, 255, 0.44) inset,
		0 -12px 28px rgba(255, 255, 255, 0.1) inset,
		0 0 18px rgba(255, 255, 255, 0.12) inset,
		0 18px 48px rgba(0, 0, 0, 0.28),
		0 8px 24px rgba(17, 17, 26, 0.08);
	-webkit-backdrop-filter: var(--filter-id, url(#appdev-glass-filter)) blur(12px) saturate(var(--glass-saturation, 1.7)) contrast(1.18) brightness(1.14);
}

.glass-surface--fallback {
	background:
		radial-gradient(ellipse at 50% 10%, rgba(255, 255, 255, 0.3), transparent 56%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(8, 10, 10, 0.08) 58%, rgba(255, 255, 255, 0.08)),
		rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(20px) saturate(1.75) contrast(1.14) brightness(1.14);
	border: 1px solid rgba(255, 255, 255, 0.28);
	box-shadow:
		0 1px 1px rgba(255, 255, 255, 0.42) inset,
		0 -12px 28px rgba(255, 255, 255, 0.1) inset,
		0 0 18px rgba(255, 255, 255, 0.12) inset,
		0 18px 48px rgba(0, 0, 0, 0.28),
		0 8px 24px rgba(17, 17, 26, 0.08);
	-webkit-backdrop-filter: blur(20px) saturate(1.75) contrast(1.14) brightness(1.14);
}

.glass-surface:focus-visible {
	outline: 2px solid #0a84ff;
	outline-offset: 2px;
}

.appdev-platform-glass__surface {
	--glass-saturation: 1.7;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 22px;
	height: clamp(52px, 4.6vw, 74px);
	left: 50%;
	opacity: var(--glass-opacity, 0);
	pointer-events: none;
	position: fixed;
	top: var(--glass-top, 50svh);
	transform: translate3d(-50%, -50%, 0);
	transition: opacity 0.16s linear;
	width: min(24vw, 320px);
	will-change: transform;
	z-index: 45;
}

.appdev-platform-glass__surface::before {
	background:
		radial-gradient(ellipse at 50% 16%, rgba(255, 255, 255, 0.28), transparent 52%),
		radial-gradient(ellipse at 50% 92%, rgba(255, 255, 255, 0.1), transparent 42%);
	border-radius: inherit;
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.appdev-platform-glass__surface::after {
	display: none;
}

.appdev-process {
	background:
		radial-gradient(circle at 28% 38%, rgba(200, 255, 0, 0.13), transparent 32%),
		radial-gradient(circle at 72% 54%, rgba(97, 220, 163, 0.12), transparent 34%),
		linear-gradient(180deg, #050606 0%, #080b0a 52%, #040505 100%);
	overflow: clip;
	padding: clamp(92px, 10vw, 156px) 6vw;
	position: relative;
}

.appdev-process::before {
	background:
		linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
	background-size: 84px 84px;
	content: "";
	inset: 0;
	mask-image: radial-gradient(circle at 50% 36%, #000 0%, transparent 78%);
	pointer-events: none;
	position: absolute;
}

.appdev-process__grid {
	background-image: radial-gradient(circle, rgba(200, 255, 0, 0.38) 0 2px, transparent 3px);
	background-size: 170px 150px;
	filter: blur(0.2px);
	inset: 0;
	opacity: 0.13;
	pointer-events: none;
	position: absolute;
}

.appdev-process__header,
.appdev-process__inner {
	margin: 0 auto;
	max-width: 1500px;
	position: relative;
	z-index: 2;
}

.appdev-process__header {
	display: grid;
	gap: 18px;
	margin-bottom: clamp(58px, 7vw, 104px);
	max-width: 980px;
	margin-left: 0;
	margin-right: auto;
	text-align: left;
}

.appdev-process__header .appdev-eyebrow {
	justify-content: flex-start;
}

.appdev-process__header h2 {
	color: #f7f7f2;
	font-family: var(--font-display);
	font-size: clamp(44px, 6vw, 96px);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 0.96;
	margin: 0;
	text-wrap: balance;
}

.appdev-process__header p {
	color: rgba(247, 247, 242, 0.68);
	font-size: clamp(17px, 1.3vw, 22px);
	line-height: 1.66;
	margin: 0;
	max-width: 760px;
}

.appdev-process__header strong {
	background: rgba(5, 5, 5, 0.82);
	border: 1px solid rgba(247, 247, 242, 0.56);
	border-radius: 999px;
	color: #f7f7f2;
	display: inline-flex;
	font-family: var(--font-ui);
	font-size: clamp(12px, 0.95vw, 15px);
	font-weight: 800;
	justify-self: start;
	letter-spacing: 0.08em;
	padding: 13px 18px;
	text-transform: uppercase;
}

.appdev-process__inner {
	align-items: center;
	display: grid;
	gap: clamp(48px, 6vw, 92px);
	grid-template-columns: minmax(320px, 0.45fr) minmax(0, 0.55fr);
	position: relative;
	top: auto;
}

.appdev-process__sticky {
	align-self: start;
	display: grid;
	justify-items: center;
	min-height: 680px;
	position: sticky;
	top: clamp(96px, 11vh, 128px);
}

.appdev-process__lottie {
	height: clamp(210px, 22vw, 360px);
	margin-bottom: clamp(8px, 1.5vw, 24px);
	pointer-events: none;
	position: relative;
	width: clamp(260px, 28vw, 450px);
	z-index: 4;
}

.appdev-process-phone {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 640px;
	position: relative;
}

.appdev-process-phone::before {
	background: radial-gradient(circle, rgba(200, 255, 0, 0.22), transparent 64%);
	content: "";
	filter: blur(8px);
	height: 520px;
	position: absolute;
	width: 520px;
}

.appdev-process-phone__progress {
	align-items: center;
	display: flex;
	height: 420px;
	justify-content: center;
	position: absolute;
	width: 420px;
	z-index: 1;
}

.appdev-process-phone__progress svg {
	height: 100%;
	overflow: visible;
	transform: rotate(-90deg);
	width: 100%;
}

.appdev-process-phone__progress circle {
	fill: none;
	stroke: rgba(247, 247, 242, 0.12);
	stroke-width: 2;
}

.appdev-process-phone__progress circle:last-child {
	stroke: var(--accent);
	stroke-dasharray: 333;
	stroke-dashoffset: 278;
	stroke-linecap: round;
	transition: stroke-dashoffset 0.45s ease;
}

.appdev-process-phone__progress span {
	background: #050505;
	border: 1px solid rgba(247, 247, 242, 0.72);
	border-radius: 999px;
	bottom: 16px;
	color: #f7f7f2;
	font-family: var(--font-ui);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.08em;
	padding: 10px 14px;
	position: absolute;
}

.appdev-process-phone__stage {
	background: rgba(5, 5, 5, 0.86);
	border: 1px solid rgba(247, 247, 242, 0.42);
	border-radius: 999px;
	box-shadow: 0 18px 52px rgba(0, 0, 0, 0.24);
	color: #f7f7f2;
	font-family: var(--font-ui);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.1em;
	padding: 12px 16px;
	position: absolute;
	text-transform: uppercase;
	top: 18px;
	z-index: 4;
}

.appdev-process-phone__device {
	background: linear-gradient(150deg, rgba(29, 39, 34, 0.96), rgba(5, 7, 6, 0.98));
	border: 1px solid rgba(247, 247, 242, 0.22);
	border-radius: 46px;
	box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.035), 0 40px 120px rgba(0, 0, 0, 0.42);
	height: 560px;
	overflow: hidden;
	padding: 58px 28px 28px;
	position: relative;
	width: min(78vw, 330px);
	z-index: 2;
}

.appdev-process-phone__island {
	background: #050505;
	border-radius: 0 0 24px 24px;
	height: 34px;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 126px;
	z-index: 5;
}

.appdev-process-screen {
	background:
		radial-gradient(circle at 70% 22%, rgba(200, 255, 0, 0.2), transparent 34%),
		linear-gradient(160deg, rgba(247, 247, 242, 0.1), rgba(255, 255, 255, 0.025));
	border: 1px solid rgba(247, 247, 242, 0.1);
	border-radius: 28px;
	color: #f7f7f2;
	display: grid;
	grid-template-rows: auto auto 1fr auto;
	height: calc(100% - 86px);
	inset: 58px 28px 28px;
	opacity: 0;
	padding: 28px 22px;
	position: absolute;
	transform: translateY(24px) scale(0.96);
	transition: opacity 0.42s ease, transform 0.42s ease;
}

.appdev-process-screen.is-active {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.appdev-process-screen > span {
	color: var(--accent);
	font-family: var(--font-ui);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.16em;
}

.appdev-process-screen h3 {
	color: #f7f7f2;
	font-family: var(--font-display);
	font-size: clamp(26px, 2vw, 34px);
	font-weight: 600;
	line-height: 1;
	margin: 14px 0 22px;
}

.appdev-process-screen div {
	align-content: start;
	display: grid;
	gap: 12px;
}

.appdev-process-screen i {
	background: #050505;
	border: 1px solid rgba(247, 247, 242, 0.34);
	border-radius: 16px;
	color: rgba(247, 247, 242, 0.84);
	font-family: var(--font-ui);
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
	padding: 13px 14px;
}

.appdev-process-screen b {
	background: linear-gradient(90deg, var(--accent), rgba(97, 220, 163, 0.95));
	border-radius: 999px;
	display: block;
	height: 5px;
	transform-origin: left;
}

.appdev-process-screen.is-active b {
	animation: appdev-process-meter 2.6s ease-in-out infinite;
}

.appdev-process__steps {
	align-content: start;
	display: grid;
	gap: 22px;
	grid-auto-rows: max-content;
	height: clamp(650px, 82vh, 780px);
	max-height: clamp(650px, 82vh, 780px);
	min-height: 0;
	overflow-x: visible;
	overflow-y: auto;
	padding: 18px clamp(26px, 3.4vw, 56px) 76px 0;
	position: relative;
	scroll-padding: 18px 0 76px;
	scroll-snap-type: y proximity;
	scrollbar-color: var(--accent) rgba(200, 255, 0, 0.16);
	scrollbar-width: thin;
}

.appdev-process__steps::-webkit-scrollbar {
	width: 7px;
}

.appdev-process__steps::-webkit-scrollbar-track {
	background: rgba(200, 255, 0, 0.16);
	border-radius: 999px;
}

.appdev-process__steps::-webkit-scrollbar-thumb {
	background: linear-gradient(180deg, #d8ff3f, var(--accent));
	border-radius: 999px;
}

.appdev-process__line {
	background: rgba(247, 247, 242, 0.12);
	border-radius: 999px;
	bottom: 0;
	left: -28px;
	position: absolute;
	top: 0;
	width: 2px;
}

.appdev-process__line span {
	background: linear-gradient(180deg, var(--accent), rgba(97, 220, 163, 0.95));
	border-radius: inherit;
	display: block;
	height: 0%;
	transition: height 0.35s ease;
	width: 100%;
}

.appdev-process-step {
	--mx: 50%;
	--my: 50%;
	background:
		radial-gradient(circle at var(--mx) var(--my), rgba(200, 255, 0, 0.12), transparent 28%),
		linear-gradient(135deg, rgba(28, 38, 33, 0.76), rgba(5, 7, 6, 0.9));
	border: 1px solid rgba(247, 247, 242, 0.16);
	border-radius: 30px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 24px 80px rgba(0, 0, 0, 0.22);
	display: grid;
	gap: 16px;
	min-height: min(650px, calc(82vh - 118px));
	opacity: 0.46;
	overflow: hidden;
	padding: clamp(28px, 3vw, 40px);
	position: relative;
	scroll-snap-align: start;
	transform: translateY(18px) scale(0.98);
	transform-origin: center top;
	transition: opacity 0.42s ease, transform 0.42s ease, border-color 0.35s ease, box-shadow 0.35s ease, filter 0.35s ease;
	z-index: var(--stack-z, 1);
}

.appdev-process-step + .appdev-process-step {
	margin-top: 0;
}

.appdev-process-step.is-active {
	border-color: rgba(200, 255, 0, 0.56);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 34px 110px rgba(77, 115, 31, 0.24);
	opacity: 1;
	transform: translateY(0) scale(1);
}

.appdev-process-step.is-before {
	opacity: 0.58;
	transform: translateY(0) scale(0.98);
}

.appdev-process-step.is-after {
	opacity: 0.5;
	transform: translateY(18px) scale(0.98);
}

.appdev-process-step__number {
	color: rgba(247, 247, 242, 0.08);
	font-family: var(--font-display);
	font-size: clamp(88px, 9vw, 150px);
	font-weight: 700;
	line-height: 0.8;
	position: absolute;
	right: 24px;
	top: 22px;
}

.appdev-process-step__visual {
	align-items: center;
	display: flex;
	height: clamp(220px, 22vw, 330px);
	isolation: isolate;
	justify-content: center;
	margin: -20px auto 4px;
	overflow: visible;
	position: relative;
	width: 100%;
}

.appdev-process-step__visual::before,
.appdev-process-step__visual::after {
	content: none;
	display: none;
}

.appdev-process-step__lottie {
	height: 100%;
	margin: 0 auto;
	width: min(100%, 620px);
}

.appdev-process-step__lottie svg {
	display: block;
	height: 100%;
	overflow: visible;
	width: 100%;
}

.appdev-process-step__visual--1 {
	background:
		radial-gradient(circle at 50% 58%, rgba(200, 255, 0, 0.16), transparent 38%),
		linear-gradient(rgba(200, 255, 0, 0.12) 1px, transparent 1px),
		linear-gradient(90deg, rgba(200, 255, 0, 0.12) 1px, transparent 1px);
	background-size: auto, 28px 28px, 28px 28px;
	border-radius: 18px;
}

.appdev-process-step__visual--1::before {
	border: 1px solid rgba(200, 255, 0, 0.38);
	border-radius: 50%;
	height: 94px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 94px;
}

.appdev-process-step.is-active .appdev-process-step__visual--1::before {
	animation: appdev-radar 2.4s linear infinite;
}

.appdev-process-step__visual--1::after {
	background: rgba(200, 255, 0, 0.86);
	border-radius: 999px;
	box-shadow:
		-86px -28px 0 -2px rgba(247, 247, 242, 0.9),
		82px -20px 0 -2px rgba(247, 247, 242, 0.82),
		-58px 40px 0 -3px rgba(97, 220, 163, 0.92),
		68px 38px 0 -3px rgba(97, 220, 163, 0.92);
	height: 11px;
	left: 50%;
	top: 58%;
	transform: translate(-50%, -50%);
	width: 11px;
}

.appdev-process-step__visual--1 span:nth-child(1),
.appdev-process-step__visual--1 span:nth-child(2),
.appdev-process-step__visual--1 span:nth-child(3) {
	background: #050505;
	border: 1px solid rgba(247, 247, 242, 0.56);
	border-radius: 999px;
	color: #f7f7f2;
	font-family: var(--font-ui);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.05em;
	padding: 8px 11px;
	text-transform: uppercase;
}

.appdev-process-step__visual--1 span:nth-child(1) { left: 8px; top: 12px; }
.appdev-process-step__visual--1 span:nth-child(1)::before { content: "Users"; }
.appdev-process-step__visual--1 span:nth-child(2) { right: 6px; top: 14px; }
.appdev-process-step__visual--1 span:nth-child(2)::before { content: "Market"; }
.appdev-process-step__visual--1 span:nth-child(3) { bottom: 10px; left: 86px; }
.appdev-process-step__visual--1 span:nth-child(3)::before { content: "Competitors"; }
.appdev-process-step__visual--1 span:nth-child(4) {
	background: linear-gradient(180deg, var(--accent), rgba(97, 220, 163, 0.75));
	border-radius: 8px 8px 2px 2px;
	bottom: 14px;
	height: 32px;
	right: 52px;
	width: 14px;
}
.appdev-process-step__visual--1 span:nth-child(5) {
	border-bottom: 2px solid rgba(200, 255, 0, 0.68);
	border-left: 2px solid rgba(200, 255, 0, 0.68);
	border-radius: 0 0 0 24px;
	height: 58px;
	left: 94px;
	top: 36px;
	width: 128px;
}

.appdev-process-step__visual--2 {
	background: linear-gradient(135deg, rgba(247, 247, 242, 0.08), rgba(200, 255, 0, 0.05));
	border: 1px solid rgba(247, 247, 242, 0.12);
	border-radius: 24px;
}

.appdev-process-step__visual--2::before {
	background: rgba(247, 247, 242, 0.06);
	border: 1px solid rgba(247, 247, 242, 0.22);
	border-radius: 24px;
	inset: 10px 78px 10px 18px;
}

.appdev-process-step__visual--2::after {
	background: var(--accent);
	border-radius: 50%;
	box-shadow: 0 0 0 9px rgba(200, 255, 0, 0.12);
	height: 12px;
	right: 56px;
	top: 54px;
	width: 12px;
}

.appdev-process-step.is-active .appdev-process-step__visual--2::after {
	animation: appdev-tap 1.7s ease-in-out infinite;
}

.appdev-process-step__visual--2 span:nth-child(1),
.appdev-process-step__visual--2 span:nth-child(2),
.appdev-process-step__visual--2 span:nth-child(3) {
	background: rgba(247, 247, 242, 0.2);
	border-radius: 8px;
	left: 36px;
}

.appdev-process-step__visual--2 span:nth-child(1) { height: 18px; top: 30px; width: 98px; }
.appdev-process-step__visual--2 span:nth-child(2) { height: 12px; top: 60px; width: 160px; }
.appdev-process-step__visual--2 span:nth-child(3) { height: 28px; top: 84px; width: 132px; }
.appdev-process-step.is-active .appdev-process-step__visual--2 span:nth-child(1),
.appdev-process-step.is-active .appdev-process-step__visual--2 span:nth-child(2),
.appdev-process-step.is-active .appdev-process-step__visual--2 span:nth-child(3) {
	animation: appdev-wireframe-fill 2.3s ease-in-out infinite;
}
.appdev-process-step__visual--2 span:nth-child(4) {
	background: linear-gradient(135deg, var(--accent), rgba(97, 220, 163, 0.8));
	border-radius: 14px;
	bottom: 22px;
	height: 46px;
	right: 92px;
	width: 86px;
}

.appdev-process-step__visual--3 {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(4, 1fr);
	padding: 12px;
}

.appdev-process-step__visual--3::before {
	background: linear-gradient(90deg, rgba(200, 255, 0, 0.9), rgba(97, 220, 163, 0.9));
	border-radius: 999px;
	bottom: 8px;
	height: 4px;
	left: 12px;
	position: absolute;
	transform: scaleX(0.22);
	transform-origin: left;
	width: calc(100% - 24px);
}

.appdev-process-step.is-active .appdev-process-step__visual--3::before {
	animation: appdev-progress-fill 2.4s ease-in-out infinite;
}

.appdev-process-step__visual--3 span:nth-child(-n+4) {
	background: rgba(5, 5, 5, 0.86);
	border: 1px solid rgba(247, 247, 242, 0.22);
	border-radius: 12px;
	height: 74px;
	position: relative;
}

.appdev-process-step__visual--3 span:nth-child(1)::before { content: "BACKLOG"; }
.appdev-process-step__visual--3 span:nth-child(2)::before { content: "BUILD"; }
.appdev-process-step__visual--3 span:nth-child(3)::before { content: "REVIEW"; }
.appdev-process-step__visual--3 span:nth-child(4)::before { content: "DONE"; }
.appdev-process-step__visual--3 span:nth-child(-n+4)::before {
	color: rgba(247, 247, 242, 0.7);
	font-family: var(--font-ui);
	font-size: 8px;
	font-weight: 900;
	left: 8px;
	position: absolute;
	top: 8px;
}
.appdev-process-step__visual--3 span:nth-child(5) {
	background: #050505;
	border: 1px solid rgba(200, 255, 0, 0.44);
	border-radius: 10px;
	height: 34px;
	left: 28px;
	top: 58px;
	width: 76px;
}
.appdev-process-step.is-active .appdev-process-step__visual--3 span:nth-child(5) {
	animation: appdev-sprint-card 2.6s ease-in-out infinite;
}
.appdev-process-step__visual--3 span:nth-child(6) {
	border-bottom: 2px solid rgba(97, 220, 163, 0.82);
	border-right: 2px solid rgba(97, 220, 163, 0.82);
	height: 42px;
	right: 30px;
	top: 40px;
	width: 86px;
}

.appdev-process-step__visual--4 {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: center;
}

.appdev-process-step__visual--4 span:nth-child(1),
.appdev-process-step__visual--4 span:nth-child(2),
.appdev-process-step__visual--4 span:nth-child(3) {
	background: rgba(247, 247, 242, 0.06);
	border: 1px solid rgba(247, 247, 242, 0.24);
	border-radius: 18px;
	bottom: 16px;
	position: relative;
}
.appdev-process-step__visual--4 span:nth-child(1) { height: 90px; width: 48px; }
.appdev-process-step__visual--4 span:nth-child(2) { height: 106px; width: 58px; }
.appdev-process-step__visual--4 span:nth-child(3) { height: 78px; width: 82px; }
.appdev-process-step__visual--4::before {
	background: linear-gradient(180deg, transparent, rgba(97, 220, 163, 0.95), transparent);
	filter: drop-shadow(0 0 10px rgba(97, 220, 163, 0.7));
	height: 4px;
	left: 44px;
	right: 44px;
	top: 28px;
}
.appdev-process-step.is-active .appdev-process-step__visual--4::before {
	animation: appdev-scan 1.9s ease-in-out infinite;
}
.appdev-process-step__visual--4 span:nth-child(4),
.appdev-process-step__visual--4 span:nth-child(5),
.appdev-process-step__visual--4 span:nth-child(6) {
	background: var(--accent);
	border-radius: 50%;
	bottom: 24px;
	height: 13px;
	width: 13px;
}
.appdev-process-step__visual--4 span:nth-child(4)::before,
.appdev-process-step__visual--4 span:nth-child(5)::before,
.appdev-process-step__visual--4 span:nth-child(6)::before {
	color: #050505;
	content: "✓";
	font-size: 10px;
	font-weight: 900;
	left: 3px;
	position: absolute;
	top: -1px;
}

.appdev-process-step__visual--5 {
	background: linear-gradient(180deg, rgba(247, 247, 242, 0.06), rgba(247, 247, 242, 0.02));
	border-radius: 20px;
	padding: 14px;
}

.appdev-process-step__visual--5::before {
	background: linear-gradient(90deg, var(--accent), rgba(97, 220, 163, 0.9));
	border-radius: 999px;
	height: 5px;
	left: 22px;
	top: 66px;
	transform: scaleX(0.18);
	transform-origin: left;
	width: calc(100% - 44px);
}
.appdev-process-step.is-active .appdev-process-step__visual--5::before {
	animation: appdev-progress-fill 2.7s ease-in-out infinite;
}
.appdev-process-step__visual--5 span:nth-child(-n+5) {
	background: #050505;
	border: 1px solid rgba(247, 247, 242, 0.42);
	border-radius: 999px;
	color: #f7f7f2;
	font-family: var(--font-ui);
	font-size: 8px;
	font-weight: 900;
	padding: 8px;
	top: 22px;
}
.appdev-process-step__visual--5 span:nth-child(1) { left: 14px; }
.appdev-process-step__visual--5 span:nth-child(1)::before { content: "BUILD"; }
.appdev-process-step__visual--5 span:nth-child(2) { left: 78px; }
.appdev-process-step__visual--5 span:nth-child(2)::before { content: "SUBMIT"; }
.appdev-process-step__visual--5 span:nth-child(3) { left: 154px; }
.appdev-process-step__visual--5 span:nth-child(3)::before { content: "REVIEW"; }
.appdev-process-step__visual--5 span:nth-child(4) { right: 68px; }
.appdev-process-step__visual--5 span:nth-child(4)::before { content: "APPROVED"; }
.appdev-process-step__visual--5 span:nth-child(5) { right: 14px; }
.appdev-process-step__visual--5 span:nth-child(5)::before { content: "LIVE"; }
.appdev-process-step__visual--5 span:nth-child(6) {
	background: linear-gradient(180deg, #f7f7f2, var(--accent));
	border-radius: 18px 18px 4px 4px;
	bottom: 18px;
	height: 42px;
	left: 50%;
	transform: translateX(-50%);
	width: 46px;
}
.appdev-process-step.is-active .appdev-process-step__visual--5 span:nth-child(6) {
	animation: appdev-launch-rise 2.4s ease-in-out infinite;
}

.appdev-process-step__visual--6 {
	background:
		linear-gradient(rgba(97, 220, 163, 0.11) 1px, transparent 1px),
		linear-gradient(90deg, rgba(97, 220, 163, 0.11) 1px, transparent 1px);
	background-size: 26px 26px;
	border-radius: 20px;
}

.appdev-process-step__visual--6::before {
	border: 8px solid rgba(247, 247, 242, 0.12);
	border-top-color: var(--accent);
	border-radius: 50%;
	height: 70px;
	right: 20px;
	top: 24px;
	width: 70px;
}
.appdev-process-step.is-active .appdev-process-step__visual--6::before {
	animation: appdev-health-spin 2.6s linear infinite;
}
.appdev-process-step__visual--6::after {
	border-bottom: 3px solid rgba(200, 255, 0, 0.88);
	border-left: 3px solid rgba(97, 220, 163, 0.88);
	border-radius: 0 0 0 34px;
	bottom: 26px;
	height: 54px;
	left: 28px;
	width: 178px;
}
.appdev-process-step__visual--6 span:nth-child(1),
.appdev-process-step__visual--6 span:nth-child(2),
.appdev-process-step__visual--6 span:nth-child(3),
.appdev-process-step__visual--6 span:nth-child(4) {
	background: #050505;
	border: 1px solid rgba(247, 247, 242, 0.38);
	border-radius: 999px;
	color: #f7f7f2;
	font-family: var(--font-ui);
	font-size: 9px;
	font-weight: 900;
	padding: 8px 10px;
}
.appdev-process-step__visual--6 span:nth-child(1) { left: 16px; top: 12px; }
.appdev-process-step__visual--6 span:nth-child(1)::before { content: "Users ↑"; }
.appdev-process-step__visual--6 span:nth-child(2) { left: 108px; top: 22px; }
.appdev-process-step__visual--6 span:nth-child(2)::before { content: "Retention ↑"; }
.appdev-process-step__visual--6 span:nth-child(3) { left: 34px; bottom: 12px; }
.appdev-process-step__visual--6 span:nth-child(3)::before { content: "Crashes ↓"; }
.appdev-process-step__visual--6 span:nth-child(4) { right: 20px; bottom: 16px; }
.appdev-process-step__visual--6 span:nth-child(4)::before { content: "v1.0 → v1.1"; }
}

.appdev-process-step p {
	color: var(--accent);
	font-family: var(--font-ui);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.14em;
	margin: 0;
	text-transform: uppercase;
}

.appdev-process-step h3 {
	color: #f7f7f2;
	font-family: var(--font-display);
	font-size: clamp(30px, 3vw, 52px);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	max-width: 720px;
}

.appdev-process-step__body {
	color: rgba(247, 247, 242, 0.68);
	font-size: clamp(15px, 1.06vw, 18px);
	line-height: 1.68;
	max-width: 760px;
	position: relative;
	z-index: 2;
}

.appdev-process-step__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	position: relative;
	z-index: 2;
}

.appdev-process-step__tags span {
	background: #050505;
	border: 1px solid rgba(247, 247, 242, 0.68);
	border-radius: 999px;
	color: #f7f7f2;
	font-family: var(--font-ui);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.07em;
	padding: 9px 11px;
	text-transform: uppercase;
}

@keyframes appdev-process-meter {
	0% { transform: scaleX(0.18); }
	55%, 100% { transform: scaleX(1); }
}

@keyframes appdev-process-bars {
	0%, 100% { transform: scaleY(0.72); }
	50% { transform: scaleY(1); }
}

@keyframes appdev-radar {
	0% {
		box-shadow: 0 0 0 0 rgba(200, 255, 0, 0.24);
		opacity: 0.8;
		transform: translate(-50%, -50%) scale(0.72);
	}

	100% {
		box-shadow: 0 0 0 52px rgba(200, 255, 0, 0);
		opacity: 0;
		transform: translate(-50%, -50%) scale(1.18);
	}
}

@keyframes appdev-tap {
	0%, 100% {
		transform: scale(1);
	}

	45% {
		transform: scale(1.3);
	}

	70% {
		transform: scale(0.92);
	}
}

@keyframes appdev-wireframe-fill {
	0%, 28% {
		background: rgba(247, 247, 242, 0.2);
		transform: translateX(0);
	}

	55%, 100% {
		background: rgba(200, 255, 0, 0.54);
		transform: translateX(8px);
	}
}

@keyframes appdev-progress-fill {
	0% {
		transform: scaleX(0.16);
	}

	70%, 100% {
		transform: scaleX(1);
	}
}

@keyframes appdev-sprint-card {
	0%, 18% {
		transform: translate3d(0, 0, 0);
	}

	42% {
		transform: translate3d(82px, -4px, 0);
	}

	68% {
		transform: translate3d(164px, 4px, 0);
	}

	100% {
		transform: translate3d(246px, -2px, 0);
	}
}

@keyframes appdev-scan {
	0%, 100% {
		transform: translateY(0);
		opacity: 0.2;
	}

	50% {
		transform: translateY(74px);
		opacity: 1;
	}
}

@keyframes appdev-launch-rise {
	0%, 100% {
		filter: drop-shadow(0 0 0 rgba(200, 255, 0, 0));
		transform: translate(-50%, 10px) scale(0.9);
	}

	52% {
		filter: drop-shadow(0 0 18px rgba(200, 255, 0, 0.52));
		transform: translate(-50%, -18px) scale(1.05);
	}
}

@keyframes appdev-health-spin {
	to {
		transform: rotate(360deg);
	}
}

.appdev-uae-story {
	background: #050606;
	overflow: visible;
	padding: clamp(86px, 9vw, 132px) 6vw;
	position: relative;
}

.dot-field-container {
	height: 100%;
	position: relative;
	width: 100%;
}

.appdev-uae-story__dot-field {
	inset: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.appdev-uae-story__dot-field canvas,
.appdev-uae-story__dot-field svg {
	height: 100%;
	inset: 0 !important;
	position: absolute;
	width: 100%;
}

.appdev-uae-story__dot-field canvas {
	opacity: 1;
	mix-blend-mode: screen;
}

.appdev-uae-story__dot-field svg {
	pointer-events: none;
}

.appdev-uae-story__dot-field circle {
	opacity: 0;
	will-change: opacity;
}

.appdev-uae-story::before {
	background:
		linear-gradient(rgba(255, 255, 255, 0.046) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.046) 1px, transparent 1px);
	background-size: 82px 82px;
	content: "";
	inset: 0;
	mask-image: radial-gradient(circle at 58% 42%, #000 0%, transparent 76%);
	pointer-events: none;
	position: absolute;
}

.appdev-uae-story__grid {
	background-image:
		radial-gradient(circle, rgba(168, 85, 247, 0.22) 0 2px, transparent 3px),
		radial-gradient(circle, rgba(180, 151, 207, 0.2) 0 1px, transparent 2px);
	background-position: 0 0, 36px 28px;
	background-size: 180px 160px, 220px 180px;
	filter: blur(0.2px);
	inset: 0;
	opacity: 0.22;
	pointer-events: none;
	position: absolute;
}

.appdev-uae-story__inner {
	align-items: start;
	display: grid;
	gap: clamp(46px, 6vw, 92px);
	grid-template-columns: 1fr;
	margin: 0 auto;
	max-width: 1500px;
	position: relative;
	z-index: 2;
}

.appdev-uae-story__left {
	max-width: 1180px;
	position: relative;
	top: auto;
	z-index: 4;
}

.appdev-uae-story__left .appdev-eyebrow {
	font-size: clamp(12px, 0.9vw, 15px);
	letter-spacing: 0.34em;
}

.appdev-uae-story__left h2 {
	color: #f7f7f2;
	font-family: var(--font-display);
	font-size: clamp(42px, 6.2vw, 104px);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	max-width: 1180px;
	overflow-wrap: normal;
	text-wrap: balance;
	word-break: keep-all;
}

.appdev-uae-story__left p {
	color: rgba(247, 247, 242, 0.66);
	font-size: clamp(17px, 1.2vw, 21px);
	line-height: 1.72;
	margin: 24px 0 0;
	max-width: 760px;
}

.appdev-uae-story__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.appdev-uae-story__label {
	background: #050505;
	border: 1px solid rgba(247, 247, 242, 0.82);
	border-radius: 999px;
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
	color: #f7f7f2;
	display: inline-flex;
	font-family: var(--font-ui);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-top: 0;
	padding: 14px 18px;
	text-transform: uppercase;
}

.appdev-uae-story__actions .appdev-button--primary {
	background: #050505;
	border-color: rgba(247, 247, 242, 0.82);
	color: #f7f7f2;
}

.appdev-uae-story__actions .appdev-button--primary span {
	color: #f7f7f2;
}

.appdev-uae-story__actions .appdev-button--primary:hover,
.appdev-uae-story__actions .appdev-button--primary:focus-visible {
	background: var(--accent);
	border-color: var(--accent);
	color: #050505;
}

.appdev-uae-story__actions .appdev-button--primary:hover span,
.appdev-uae-story__actions .appdev-button--primary:focus-visible span {
	color: #050505;
}

.appdev-uae-story__rail {
	display: none;
	align-items: center;
	flex-direction: column;
	gap: 16px;
	height: calc(100vh - 190px);
	justify-content: center;
	position: sticky;
	top: 130px;
}

.appdev-uae-story__rail span {
	align-items: center;
	background: rgba(200, 255, 0, 0.1);
	border: 1px solid rgba(200, 255, 0, 0.45);
	border-radius: 50%;
	box-shadow: 0 0 34px rgba(200, 255, 0, 0.22);
	color: var(--accent);
	display: flex;
	font-family: var(--font-ui);
	font-size: 14px;
	font-weight: 900;
	height: 50px;
	justify-content: center;
	letter-spacing: 0.08em;
	transition: transform 0.42s ease, box-shadow 0.42s ease;
	width: 50px;
	z-index: 2;
}

.appdev-uae-story__rail i {
	background: linear-gradient(180deg, transparent, rgba(200, 255, 0, 0.88), transparent);
	border-radius: 999px;
	display: block;
	height: min(520px, 58vh);
	opacity: 0.62;
	width: 2px;
}

.appdev-uae-story__cards {
	display: grid;
	gap: clamp(28px, 5vw, 72px);
	margin: 0 auto;
	max-width: 1280px;
	overflow: visible;
	padding: 0;
	position: relative;
	width: 100%;
}

.appdev-uae-card {
	--mx: 50%;
	--my: 50%;
	background:
		radial-gradient(circle at var(--mx) var(--my), rgba(200, 255, 0, 0.14), transparent 25%),
		linear-gradient(135deg, rgba(31, 42, 36, 0.98), rgba(8, 11, 10, 0.98));
	border: 1px solid rgba(200, 255, 0, 0.2);
	border-radius: 30px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09), 0 28px 90px rgba(0, 0, 0, 0.3);
	align-items: center;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(260px, 0.48fr) minmax(0, 0.52fr);
	height: auto;
	margin: 0;
	min-height: clamp(430px, 52vh, 560px);
	opacity: 0;
	overflow: hidden;
	padding: clamp(28px, 2.8vw, 40px);
	position: relative;
	transform-origin: center center;
	transform: translate3d(0, 90px, 0) scale(0.92) rotateX(8deg);
	transform-style: preserve-3d;
	transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1), transform 0.85s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.22s ease, box-shadow 0.22s ease;
	backface-visibility: hidden;
	will-change: transform, opacity;
	z-index: 1;
}

.appdev-uae-card.is-revealed {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1) rotateX(0);
}

.appdev-uae-card.is-active {
	border-color: rgba(200, 255, 0, 0.5);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 34px 110px rgba(77, 115, 31, 0.26);
}

.appdev-uae-card__shine {
	background: radial-gradient(circle, rgba(200, 255, 0, 0.44), transparent 58%);
	filter: blur(32px);
	height: 220px;
	left: var(--mx);
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: var(--my);
	transform: translate(-50%, -50%);
	transition: opacity 0.3s ease;
	width: 220px;
}

.appdev-uae-card:hover .appdev-uae-card__shine,
.appdev-uae-card.is-active .appdev-uae-card__shine {
	opacity: 0;
}

.appdev-uae-card__number {
	color: rgba(247, 247, 242, 0.075);
	font-family: var(--font-display);
	font-size: clamp(92px, 11vw, 170px);
	font-weight: 700;
	line-height: 0.78;
	position: absolute;
	right: 22px;
	top: 18px;
	z-index: 0;
}

.appdev-uae-card.is-revealed .appdev-uae-card__visual {
	animation: appdev-card-visual-in 0.95s cubic-bezier(0.22, 1, 0.36, 1) 0.08s both;
}

.appdev-uae-card.is-revealed .appdev-uae-card__body {
	animation: appdev-card-body-in 0.88s cubic-bezier(0.22, 1, 0.36, 1) 0.16s both;
}

@keyframes appdev-card-visual-in {
	0% {
		opacity: 0;
		transform: translate3d(-34px, 20px, 0) scale(0.94);
	}

	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale(1);
	}
}

@keyframes appdev-card-body-in {
	0% {
		opacity: 0;
		transform: translate3d(34px, 24px, 0);
	}

	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.appdev-uae-card__visual,
.appdev-uae-card__body {
	align-self: center;
	position: relative;
	z-index: 2;
}

.appdev-uae-card__visual {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: clamp(320px, 34vh, 380px);
	width: 100%;
}

.appdev-uae-card__body {
	align-self: center;
}

.appdev-uae-card__body h3 {
	color: #f7f7f2;
	font-family: var(--font-display);
	font-size: clamp(28px, 2.7vw, 52px);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 0.98;
	margin: 0;
}

.appdev-uae-card__body p {
	color: rgba(247, 247, 242, 0.68);
	font-size: 16px;
	line-height: 1.62;
	margin: 18px 0 0;
}

.appdev-uae-card__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 22px;
}

.appdev-uae-card__tags span {
	background: #050505;
	border: 1px solid rgba(247, 247, 242, 0.72);
	border-radius: 999px;
	color: #f7f7f2;
	font-family: var(--font-ui);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.07em;
	padding: 8px 10px;
	text-transform: uppercase;
}

.appdev-market-visual,
.appdev-timeline-visual,
.appdev-orbit-visual,
.appdev-launch-visual {
	height: 270px;
	position: relative;
	width: 100%;
}

.appdev-market-visual {
	align-items: center;
	display: flex;
	justify-content: center;
}

.appdev-market-visual__lottie {
	filter: drop-shadow(0 28px 80px rgba(200, 255, 0, 0.16));
	height: min(100%, 280px);
	opacity: 0.94;
	position: relative;
	width: min(100%, 420px);
	z-index: 1;
}

.appdev-market-visual__map {
	background:
		linear-gradient(rgba(200, 255, 0, 0.14) 1px, transparent 1px),
		linear-gradient(90deg, rgba(200, 255, 0, 0.14) 1px, transparent 1px);
	background-size: 26px 26px;
	border: 1px solid rgba(200, 255, 0, 0.22);
	border-radius: 28px;
	inset: 18px;
	opacity: 0.72;
	position: absolute;
	transform: perspective(700px) rotateX(58deg) rotateZ(-10deg);
}

.appdev-market-visual__skyline {
	border-bottom: 2px solid rgba(200, 255, 0, 0.35);
	bottom: 18px;
	height: 72px;
	left: 8%;
	position: absolute;
	right: 8%;
}

.appdev-market-visual__skyline::before {
	background: linear-gradient(90deg, transparent 0 8%, rgba(247, 247, 242, 0.4) 8% 10%, transparent 10% 15%, rgba(247, 247, 242, 0.35) 15% 18%, transparent 18% 31%, rgba(247, 247, 242, 0.5) 31% 33%, transparent 33% 40%, rgba(247, 247, 242, 0.32) 40% 45%, transparent 45% 55%, rgba(247, 247, 242, 0.45) 55% 58%, transparent 58% 100%);
	content: "";
	inset: 0;
	position: absolute;
}

.appdev-market-visual__phone {
	background: linear-gradient(155deg, rgba(8, 12, 11, 0.94), rgba(48, 75, 58, 0.84));
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 28px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.36);
	display: grid;
	height: 210px;
	left: 50%;
	padding: 25px 20px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-4deg);
	width: 136px;
}

.appdev-market-visual__phone strong,
.appdev-market-visual__phone b,
.appdev-market-visual__phone span,
.appdev-market-visual__phone i {
	display: block;
	font-family: var(--font-ui);
	font-style: normal;
	font-weight: 800;
}

.appdev-market-visual__phone span {
	color: var(--accent);
	font-size: 13px;
}

.appdev-market-visual__phone strong {
	color: #f7f7f2;
	font-size: 18px;
}

.appdev-market-visual__phone i,
.appdev-market-visual__phone b {
	align-items: center;
	background: rgba(255, 255, 255, 0.09);
	border-radius: 999px;
	color: rgba(247, 247, 242, 0.85);
	display: flex;
	font-size: 12px;
	justify-content: center;
	line-height: 1;
	min-height: 32px;
	padding: 8px 10px;
	text-align: center;
}

.appdev-market-visual__phone b {
	direction: rtl;
	opacity: 0;
	transform: translateX(12px);
}

.appdev-uae-card.is-active .appdev-market-visual__phone strong,
.appdev-uae-card.is-active .appdev-market-visual__phone i {
	animation: appdev-ltr-rtl 3.4s ease-in-out infinite;
}

.appdev-uae-card.is-active .appdev-market-visual__phone b {
	animation: appdev-rtl-in 3.4s ease-in-out infinite;
}

.appdev-pay-chip {
	animation: appdev-pay-float 4s ease-in-out infinite;
	background: #050505;
	border: 1px solid rgba(247, 247, 242, 0.78);
	border-radius: 999px;
	color: #f7f7f2;
	font-family: var(--font-ui);
	font-size: 11px;
	font-weight: 900;
	padding: 9px 12px;
	position: absolute;
	z-index: 3;
}

.appdev-pay-chip--one { left: 8%; top: 28%; }
.appdev-pay-chip--two { right: 8%; top: 24%; animation-delay: 0.7s; }
.appdev-pay-chip--three { bottom: 24%; right: 14%; animation-delay: 1.2s; }

.appdev-timeline-visual {
	align-content: center;
	display: grid;
	gap: 16px;
	padding: 12px 0 42px;
}

.appdev-uae-card--delivery .appdev-timeline-visual {
	transform: translateY(18px);
}

.appdev-timeline-visual b {
	background: linear-gradient(90deg, var(--accent), rgba(97, 220, 163, 0.88));
	border-radius: 999px;
	box-shadow: 0 0 28px rgba(200, 255, 0, 0.28);
	display: block;
	height: 3px;
	margin: 4px 18px 0;
	position: relative;
	transform: scaleX(0);
	transform-origin: left;
	width: calc(100% - 36px);
	z-index: 0;
}

.appdev-uae-card.is-active .appdev-timeline-visual b {
	animation: appdev-progress-fill 3s ease-in-out infinite;
}

.appdev-timeline-visual span {
	align-items: center;
	background: #050505;
	border: 1px solid rgba(247, 247, 242, 0.35);
	border-radius: 999px;
	color: rgba(247, 247, 242, 0.72);
	display: flex;
	font-family: var(--font-ui);
	font-size: 12px;
	font-weight: 800;
	justify-content: space-between;
	letter-spacing: 0.06em;
	padding: 12px 14px;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}

.appdev-timeline-visual span i {
	align-items: center;
	background: rgba(247, 247, 242, 0.2);
	border-radius: 50%;
	display: flex;
	flex: 0 0 auto;
	height: 18px;
	justify-content: center;
	width: 18px;
}

.appdev-uae-card.is-active .appdev-timeline-visual span i {
	animation: appdev-check-glow 3s ease-in-out infinite;
}

.appdev-timeline-visual span i::before {
	border-bottom: 2px solid #111;
	border-right: 2px solid #111;
	content: "";
	height: 7px;
	opacity: 0;
	position: absolute;
	transform: translateY(-1px) rotate(45deg);
	width: 4px;
}

.appdev-uae-card.is-active .appdev-timeline-visual span i::before {
	animation: appdev-checkmark 3s ease-in-out infinite;
}

.appdev-timeline-visual span:nth-child(2) i { animation-delay: 0.25s; }
.appdev-timeline-visual span:nth-child(3) i { animation-delay: 0.5s; }
.appdev-timeline-visual span:nth-child(4) i { animation-delay: 0.75s; }
.appdev-timeline-visual span:nth-child(5) i { animation-delay: 1s; }

.appdev-orbit-visual {
	align-items: center;
	display: flex;
	justify-content: center;
}

.appdev-orbit-visual::before,
.appdev-orbit-visual::after {
	border: 1px dashed rgba(200, 255, 0, 0.2);
	border-radius: 50%;
	content: "";
	position: absolute;
}

.appdev-orbit-visual::before {
	height: 210px;
	width: 210px;
}

.appdev-orbit-visual::after {
	height: 150px;
	width: 150px;
}

.appdev-orbit-visual strong {
	align-items: center;
	background: radial-gradient(circle, rgba(247, 247, 242, 0.12), rgba(5, 5, 5, 0.9));
	border: 1px solid rgba(247, 247, 242, 0.76);
	border-radius: 50%;
	box-shadow: 0 0 45px rgba(200, 255, 0, 0.2);
	color: #f7f7f2;
	display: flex;
	font-family: var(--font-ui);
	font-size: 14px;
	font-weight: 900;
	height: 112px;
	justify-content: center;
	position: relative;
	width: 112px;
	z-index: 2;
}

.appdev-orbit-visual__node {
	background: #050505;
	border: 1px solid rgba(247, 247, 242, 0.72);
	border-radius: 999px;
	color: #f7f7f2;
	font-family: var(--font-ui);
	font-size: 11px;
	font-weight: 800;
	left: 50%;
	padding: 8px 10px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.appdev-uae-card.is-active .appdev-orbit-visual__node {
	animation: appdev-node-pulse 3.8s ease-in-out infinite;
}

.appdev-orbit-visual__node--1 { margin: -112px 0 0 -18px; }
.appdev-orbit-visual__node--2 { margin: -74px 0 0 98px; animation-delay: 0.2s; }
.appdev-orbit-visual__node--3 { margin: 10px 0 0 118px; animation-delay: 0.4s; }
.appdev-orbit-visual__node--4 { margin: 96px 0 0 44px; animation-delay: 0.6s; }
.appdev-orbit-visual__node--5 { margin: 88px 0 0 -104px; animation-delay: 0.8s; }
.appdev-orbit-visual__node--6 { margin: -4px 0 0 -126px; animation-delay: 1s; }
.appdev-orbit-visual__node--7 { margin: -88px 0 0 -108px; animation-delay: 1.2s; }

.appdev-launch-visual {
	align-content: center;
	display: grid;
	gap: 14px;
}

.appdev-uae-card--support .appdev-launch-visual {
	transform: translateY(16px);
}

.appdev-launch-visual button {
	background: #050505;
	border: 1px solid rgba(247, 247, 242, 0.78);
	border-radius: 999px;
	box-shadow: 0 0 28px rgba(0, 0, 0, 0.32);
	color: #f7f7f2;
	font-family: var(--font-ui);
	font-size: 14px;
	font-weight: 900;
	justify-self: start;
	padding: 13px 24px;
	text-transform: uppercase;
}

.appdev-uae-card.is-active .appdev-launch-visual button {
	animation: appdev-launch-button 3.5s ease-in-out infinite;
}

.appdev-launch-visual span {
	background: #050505;
	border: 1px solid rgba(247, 247, 242, 0.42);
	border-radius: 16px;
	color: #f7f7f2;
	font-family: var(--font-ui);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.06em;
	padding: 12px 14px;
	text-transform: uppercase;
}

.appdev-uae-card.is-active .appdev-launch-visual span {
	animation: appdev-stage-live 3.5s ease-in-out infinite;
}

.appdev-launch-visual div {
	height: 112px;
	position: absolute;
	right: 4px;
	top: 2px;
	width: 128px;
}

.appdev-launch-visual__rocket {
	align-items: center;
	display: flex;
	height: 82px;
	justify-content: center;
	opacity: 0.96;
	overflow: visible;
	position: absolute;
	right: 4px;
	top: 0;
	width: 82px;
}

.appdev-launch-visual__rocket svg {
	filter: drop-shadow(0 0 18px rgba(200, 255, 0, 0.32));
	height: 100% !important;
	width: 100% !important;
}

@keyframes appdev-ltr-rtl {
	0%, 42% { opacity: 1; transform: translateX(0); }
	55%, 100% { opacity: 0; transform: translateX(-14px); }
}

@keyframes appdev-rtl-in {
	0%, 42% { opacity: 0; transform: translateX(12px); }
	55%, 100% { opacity: 1; transform: translateX(0); }
}

@keyframes appdev-pay-float {
	0%, 100% { transform: translate3d(0, 0, 0); }
	50% { transform: translate3d(14px, -12px, 0); }
}

@keyframes appdev-progress-fill {
	0% { transform: scaleX(0); }
	70%, 100% { transform: scaleX(1); }
}

@keyframes appdev-check-glow {
	0%, 15% { background: rgba(255, 255, 255, 0.18); }
	42%, 100% { background: var(--accent); box-shadow: 0 0 22px rgba(200, 255, 0, 0.45); }
}

@keyframes appdev-checkmark {
	0%, 18% { opacity: 0; }
	42%, 100% { opacity: 1; }
}

@keyframes appdev-node-pulse {
	0%, 100% { box-shadow: 0 0 0 rgba(200, 255, 0, 0); transform: translate(-50%, -50%) scale(1); }
	50% { box-shadow: 0 0 26px rgba(200, 255, 0, 0.28); transform: translate(-50%, -50%) scale(1.06); }
}

@keyframes appdev-launch-button {
	0%, 34% { transform: scale(1); }
	50%, 100% { transform: scale(0.92); opacity: 0.72; }
}

@keyframes appdev-stage-live {
	0%, 22% { border-color: rgba(255, 255, 255, 0.13); color: rgba(247, 247, 242, 0.76); }
	45%, 100% { border-color: rgba(200, 255, 0, 0.36); color: #f7f7f2; }
}

@media (prefers-reduced-motion: reduce) {
	.appdev-showcase-phone {
		animation: none;
	}

	.appdev-services-faq__item {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.appdev-uae-card,
	.appdev-uae-card *,
	.appdev-uae-card::before,
	.appdev-uae-card::after {
		animation: none !important;
		transition: none !important;
	}
}

@media (max-width: 900px) {
	.appdev-hero {
		grid-template-columns: 1fr;
		padding: 132px 24px 74px;
	}

	.appdev-hero__device {
		margin-top: 36px;
	}

	.appdev-phone {
		aspect-ratio: 9 / 16;
		border-radius: 44px;
		max-height: none;
		max-width: 330px;
		width: min(100%, 330px);
	}

	.appdev-phone strong:first-of-type {
		margin-top: clamp(36px, 10vw, 58px);
	}

	.appdev-phone__marquee {
		width: 100%;
	}

	.appdev-build {
		grid-template-columns: 1fr;
		min-height: auto;
		padding: 86px 24px;
	}

	.appdev-build__visual {
		min-height: 620px;
	}

	.appdev-build-video {
		transform: none;
		width: min(330px, 76vw);
	}

	.appdev-services-faq {
		padding: 86px 24px;
	}

	.appdev-services-faq__inner {
		grid-template-columns: 1fr;
	}

	.appdev-services-faq__intro {
		position: static;
	}

	.appdev-services-faq__items {
		gap: 14px;
		height: auto;
		max-height: none;
		overflow: visible;
		padding-right: 0;
	}

	.appdev-services-faq__item,
	.appdev-services-faq__item.is-open {
		border-radius: 24px;
	}

	.appdev-services-faq__scrollbar {
		display: none;
	}

	.appdev-build-types {
		padding: 86px 24px;
	}

	.appdev-platform-glass {
		padding-top: 82px;
	}

	.appdev-platform-glass__header {
		margin-bottom: 28px;
		padding: 0 24px;
	}

	.appdev-platform-glass__header h2 {
		font-size: clamp(46px, 13vw, 82px);
	}

	.appdev-platform-glass__surface {
		border-radius: 18px;
		height: clamp(44px, 12vw, 62px);
		width: min(42vw, 220px);
	}

	.appdev-process {
		padding: 86px 24px;
	}

	.appdev-process__header {
		text-align: left;
	}

	.appdev-process__header .appdev-eyebrow,
	.appdev-process__header strong {
		justify-content: flex-start;
		justify-self: start;
	}

	.appdev-process__inner {
		grid-template-columns: 1fr;
	}

	.appdev-process__sticky {
		position: sticky;
		top: 90px;
		z-index: 3;
		min-height: 500px;
		padding-bottom: 22px;
	}

	.appdev-process__lottie {
		height: clamp(190px, 48vw, 270px);
		margin-bottom: 24px;
		width: 100%;
	}

	.appdev-process-phone {
		min-height: 340px;
		pointer-events: none;
	}

	.appdev-process-phone__progress {
		height: 260px;
		width: 260px;
	}

	.appdev-process-phone__device {
		border-radius: 34px;
		height: 330px;
		padding: 46px 18px 18px;
		width: min(78vw, 220px);
	}

	.appdev-process-phone__island {
		height: 26px;
		width: 94px;
	}

	.appdev-process-screen {
		border-radius: 22px;
		inset: 46px 18px 18px;
		padding: 20px 16px;
	}

	.appdev-process-screen h3 {
		font-size: 23px;
	}

	.appdev-process-screen i {
		font-size: 10px;
		padding: 9px 10px;
	}

	.appdev-process__steps {
		height: min(680px, 76svh);
		max-height: min(76svh, 680px);
		margin-top: 38px;
		min-height: 520px;
		overflow-x: visible;
		overflow-y: auto;
		padding: 14px 18px 70px 0;
		scroll-padding: 14px 0 70px;
		scroll-snap-type: y proximity;
	}

	.appdev-process__line {
		left: 17px;
	}

	.appdev-process-step {
		border-radius: 26px;
		margin-left: 34px;
		min-height: min(590px, calc(76svh - 96px));
		padding: 26px 22px 30px;
		position: relative;
		scroll-snap-align: start;
		transform: translateY(18px) scale(0.98);
	}

	.appdev-process-step + .appdev-process-step {
		margin-top: 0;
	}

	.appdev-process-step.is-active {
		transform: translateY(0) scale(1);
	}

	.appdev-process-step.is-before,
	.appdev-process-step.is-after {
		pointer-events: auto;
	}

	.appdev-process-step.is-before {
		opacity: 0.58;
		transform: translateY(0) scale(0.98);
	}

	.appdev-process-step.is-after {
		opacity: 0.5;
		transform: translateY(18px) scale(0.98);
	}

	.appdev-uae-story {
		padding: 86px 24px;
	}

	.appdev-uae-story__inner {
		display: block;
	}

	.appdev-uae-story__left {
		background: transparent;
		margin-bottom: 28px;
		padding-bottom: 18px;
		position: relative;
		top: auto;
		z-index: 5;
	}

	.appdev-uae-story__left h2 {
		font-size: clamp(32px, 8vw, 50px);
	}

	.appdev-uae-story__rail {
		display: none;
	}

	.appdev-uae-story__cards {
		gap: 28px;
		overflow: visible;
		padding: 0;
	}

	.appdev-uae-card {
		grid-template-columns: 1fr;
		min-height: 0;
		position: relative;
		top: auto;
	}

	.appdev-uae-card__visual {
		order: -1;
	}

	.appdev-market-visual,
	.appdev-timeline-visual,
	.appdev-orbit-visual,
	.appdev-launch-visual {
		height: 210px;
	}

	.appdev-uae-card__visual {
		min-height: 230px;
	}

	.appdev-uae-card--delivery .appdev-timeline-visual,
	.appdev-uae-card--support .appdev-launch-visual {
		transform: none;
	}

}

@media (max-width: 600px) {
	.appdev-hero h1 {
		font-size: clamp(36px, 11vw, 52px);
	}

	.appdev-hero__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.appdev-button {
		width: 100%;
	}

	.appdev-phone__marquee-line {
		font-size: 21px;
	}

	.appdev-phone__marquee-line--slow {
		font-size: 12px;
	}

	.appdev-build__visual {
		min-height: 560px;
	}

	.appdev-build-video {
		border-radius: 48px;
		width: min(315px, 82vw);
	}

	.appdev-services-faq__item button {
		gap: 18px;
		min-height: 64px;
		padding: 18px 20px;
	}

	.appdev-services-faq__item button span {
		font-size: clamp(16px, 4.8vw, 19px);
	}

	.appdev-services-faq__item button i {
		height: 38px;
		width: 38px;
	}

	.appdev-services-faq__answer p {
		font-size: 14px;
		line-height: 1.68;
		padding: 0 20px 0;
	}

	.appdev-services-faq__item.is-open .appdev-services-faq__answer p:last-child {
		padding-bottom: 22px;
	}

	.appdev-build-types__item {
		border-radius: 22px;
		grid-template-columns: 1fr;
	}

	.appdev-build-types h2 {
		font-size: clamp(36px, 10vw, 44px);
	}

	.appdev-platform-glass__surface {
		height: 48px;
		width: min(46vw, 180px);
	}

	.appdev-process__header h2 {
		font-size: clamp(38px, 10vw, 50px);
	}

	.appdev-process__header strong {
		border-radius: 22px;
		line-height: 1.45;
	}

	.appdev-process-step h3 {
		font-size: clamp(27px, 8vw, 38px);
	}

	.appdev-process-step__visual {
		height: clamp(190px, 58vw, 280px);
		margin: -14px auto 2px;
	}

	.appdev-uae-story__label {
		border-radius: 22px;
		font-size: 11px;
		line-height: 1.4;
	}

	.appdev-uae-card {
		border-radius: 24px;
		padding: 24px;
	}

	.appdev-uae-card__body h3 {
		font-size: clamp(28px, 8.5vw, 40px);
	}

	.appdev-uae-card__body p {
		font-size: 14px;
	}

	.appdev-orbit-visual__node {
		font-size: 9px;
		padding: 6px 8px;
	}

	.appdev-orbit-visual__node--1 { margin: -94px 0 0 -12px; }
	.appdev-orbit-visual__node--2 { margin: -58px 0 0 78px; }
	.appdev-orbit-visual__node--3 { margin: 10px 0 0 88px; }
	.appdev-orbit-visual__node--4 { margin: 76px 0 0 32px; }
	.appdev-orbit-visual__node--5 { margin: 74px 0 0 -78px; }
	.appdev-orbit-visual__node--6 { margin: -4px 0 0 -94px; }
	.appdev-orbit-visual__node--7 { margin: -72px 0 0 -78px; }

}

@media (max-height: 760px) and (min-width: 901px) {
	.appdev-uae-card {
		height: auto;
		min-height: 520px;
		position: relative;
	}
}

@media (max-width: 900px) and (max-height: 760px) {
	.appdev-uae-card {
		position: relative;
		top: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	.appdev-uae-card {
		filter: none;
		opacity: 1;
		transform: none;
		transition: none;
	}

	.appdev-uae-card::after,
	.appdev-uae-card.is-revealed .appdev-uae-card__visual,
	.appdev-uae-card.is-revealed .appdev-uae-card__body {
		animation: none;
	}
}

.appdev-final-faq {
	background: #dff4f1;
	color: #050606;
	overflow: hidden;
	padding: clamp(92px, 10vw, 150px) 6vw;
	position: relative;
}

.appdev-final-faq::before,
.appdev-final-faq::after {
	display: none;
}

.appdev-final-faq > canvas {
	inset: 0 !important;
	opacity: 1 !important;
	position: absolute !important;
	z-index: 0 !important;
}

.appdev-final-faq__clouds {
	display: block;
	inset: 0;
	min-height: 100%;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.appdev-final-faq__clouds > canvas {
	display: block !important;
	height: 100% !important;
	inset: 0 !important;
	opacity: 1 !important;
	position: absolute !important;
	width: 100% !important;
	z-index: 0 !important;
}

.appdev-final-faq__clouds::after {
	display: none;
}

.appdev-final-faq.has-vanta-clouds {
	background: transparent !important;
}

.appdev-final-faq__inner {
	display: grid;
	gap: clamp(34px, 5vw, 76px);
	grid-template-columns: minmax(340px, 0.34fr) minmax(0, 0.66fr);
	margin: 0 auto;
	max-width: 1560px;
	position: relative;
	z-index: 3;
}

@keyframes appdev-cloud-drift {
	0% {
		transform: translate3d(-2%, -1%, 0) scale(1);
	}

	100% {
		transform: translate3d(2%, 1%, 0) scale(1.04);
	}
}

.appdev-final-faq__intro {
	position: sticky;
	top: 132px;
}

.appdev-final-faq .appdev-eyebrow {
	color: rgba(5, 6, 6, 0.74);
}

.appdev-final-faq__intro h2 {
	color: #050606;
	font-family: var(--font-display);
	font-size: clamp(44px, 4.4vw, 74px);
	font-weight: 650;
	letter-spacing: 0;
	line-height: 1.02;
	margin: 18px 0 0;
	max-width: 520px;
	text-wrap: balance;
}

.appdev-final-faq__intro p {
	color: rgba(5, 6, 6, 0.72);
	font-size: clamp(17px, 1.2vw, 21px);
	line-height: 1.65;
	margin: 24px 0 0;
	max-width: 520px;
}

.appdev-final-faq__items {
	display: grid;
	gap: 14px;
}

.appdev-final-faq__item {
	background: rgba(255, 255, 255, 0.74);
	border: 1px solid rgba(5, 6, 6, 0.16);
	border-radius: 24px;
	box-shadow: 0 24px 70px rgba(14, 36, 38, 0.12);
	overflow: hidden;
}

.appdev-final-faq__item summary {
	align-items: center;
	color: #050606;
	cursor: pointer;
	display: flex;
	font-family: var(--font-ui);
	font-size: clamp(17px, 1.25vw, 21px);
	font-weight: 850;
	gap: 18px;
	justify-content: space-between;
	letter-spacing: 0.01em;
	list-style: none;
	padding: clamp(20px, 2vw, 28px);
}

.appdev-final-faq__item summary::-webkit-details-marker {
	display: none;
}

.appdev-final-faq__item summary span {
	align-items: center;
	background: #050606;
	border-radius: 50%;
	color: #f7f7f2;
	display: flex;
	flex: 0 0 auto;
	height: 38px;
	justify-content: center;
	position: relative;
	width: 38px;
}

.appdev-final-faq__item summary span::before,
.appdev-final-faq__item summary span::after {
	background: currentColor;
	content: "";
	height: 2px;
	position: absolute;
	width: 14px;
}

.appdev-final-faq__item summary span::after {
	transform: rotate(90deg);
	transition: transform 0.25s ease;
}

.appdev-final-faq__item[open] summary span {
	background: var(--accent);
	color: #050606;
}

.appdev-final-faq__item[open] summary span::after {
	transform: rotate(0deg);
}

.appdev-final-faq__item p {
	color: rgba(5, 6, 6, 0.7);
	font-size: clamp(15px, 1vw, 18px);
	line-height: 1.7;
	margin: 0;
	padding: 0 clamp(20px, 2vw, 28px) clamp(22px, 2vw, 30px);
}

.appdev-final-cta {
	background:
		radial-gradient(circle at 50% 12%, rgba(200, 255, 0, 0.18), transparent 34%),
		#030404;
	padding: clamp(92px, 10vw, 160px) 6vw;
	position: relative;
	text-align: center;
}

.appdev-final-cta::before {
	background:
		linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
	background-size: 82px 82px;
	content: "";
	inset: 0;
	mask-image: radial-gradient(circle at 50% 42%, #000, transparent 72%);
	pointer-events: none;
	position: absolute;
}

.appdev-final-cta__inner {
	margin: 0 auto;
	max-width: 1120px;
	position: relative;
	z-index: 2;
}

.appdev-final-cta .appdev-eyebrow {
	justify-content: center;
}

.appdev-final-cta h2 {
	color: #f7f7f2;
	font-family: var(--font-display);
	font-size: clamp(36px, 5.2vw, 82px);
	font-weight: 650;
	letter-spacing: 0;
	line-height: 1;
	margin: 18px auto 34px;
	max-width: 920px;
	text-wrap: balance;
}

.appdev-final-cta .appdev-button {
	margin: 0 auto;
	width: fit-content;
}

@media (max-width: 900px) {
	.appdev-platform-glass {
		padding-bottom: 96px;
	}

	.appdev-platform-glass__images {
		gap: 64px;
		padding: 0 0;
	}

	.appdev-platform-glass__surface {
		top: var(--glass-top, 46svh);
	}

	.appdev-process__sticky {
		min-height: auto;
		padding-bottom: 34px;
		top: 86px;
	}

	.appdev-process__lottie {
		height: clamp(220px, 68vw, 360px);
		margin: 0 auto 30px;
		max-width: 680px;
	}

	.appdev-process-phone {
		min-height: 430px;
	}

	.appdev-process-phone__progress {
		height: min(82vw, 360px);
		width: min(82vw, 360px);
	}

	.appdev-process-phone__device {
		height: min(112vw, 460px);
		width: min(76vw, 300px);
	}

	.appdev-process-screen h3 {
		font-size: clamp(28px, 8vw, 40px);
	}

	.appdev-process__steps {
		height: min(700px, 76svh);
		max-height: min(76svh, 700px);
		min-height: 540px;
		overflow-x: visible;
		overflow-y: auto;
		padding: 14px 14px 70px 0;
		scroll-padding: 14px 0 70px;
		scroll-snap-type: y proximity;
	}

	.appdev-process__line {
		display: block;
		left: 14px;
	}

	.appdev-process-step {
		margin-left: 30px;
		min-height: min(610px, calc(76svh - 98px));
		padding: 28px 22px 34px;
		scroll-snap-align: start;
	}

	.appdev-process-step + .appdev-process-step {
		margin-top: 0;
	}

	.appdev-process-step__visual {
		height: clamp(220px, 66vw, 330px);
		margin: -18px auto 0;
	}

	.appdev-process-step__tags {
		gap: 10px;
	}

	.appdev-uae-card {
		border-radius: 26px;
		gap: 18px;
		overflow: visible;
		padding: 28px 22px 36px;
	}

	.appdev-market-visual,
	.appdev-timeline-visual,
	.appdev-orbit-visual,
	.appdev-launch-visual {
		height: auto;
		min-height: 250px;
	}

	.appdev-timeline-visual span,
	.appdev-launch-visual span {
		min-height: 54px;
	}

	.appdev-uae-card__visual {
		min-height: 260px;
		overflow: visible;
	}

	.appdev-uae-card__body h3 {
		font-size: clamp(34px, 9vw, 48px);
		line-height: 1.08;
	}

	.appdev-final-faq__inner {
		grid-template-columns: 1fr;
	}

	.appdev-final-faq__intro {
		position: relative;
		top: auto;
	}

	.appdev-final-faq__intro h2 {
		font-size: clamp(40px, 10vw, 58px);
		max-width: 680px;
	}

	.appdev-final-cta h2 {
		font-size: clamp(34px, 9vw, 54px);
		max-width: 720px;
	}
}

@media (max-width: 600px) {
	.appdev-process {
		padding-inline: 20px;
	}

	.appdev-process-phone__stage {
		font-size: 12px;
		left: 50%;
		max-width: min(86vw, 340px);
		padding: 16px 18px;
		transform: translateX(-50%);
		width: max-content;
	}

	.appdev-process-screen {
		padding: 24px 18px;
	}

	.appdev-process-screen div {
		gap: 12px;
	}

	.appdev-process-screen i {
		font-size: 12px;
		padding: 12px 14px;
	}

	.appdev-uae-card__number {
		font-size: 92px;
		right: 16px;
		top: 18px;
	}

	.appdev-launch-visual__rocket {
		height: 90px;
		width: 90px;
	}

	.appdev-final-faq,
	.appdev-final-cta {
		padding-inline: 24px;
	}

	.appdev-final-faq__item summary {
		align-items: flex-start;
	}

	.appdev-final-cta .appdev-button {
		width: 100%;
	}
}
