.site-main {
	background: var(--color-black);
	overflow: clip;
	position: relative;
}

.site-main h1,
.site-main h2,
.site-main h3,
.site-main h4,
.site-main .section-kicker,
.site-main .eyebrow {
	font-family: var(--font-display);
	letter-spacing: 0;
}

.site-main p,
.site-main li,
.site-main a,
.site-main button {
	font-family: var(--font-ui);
}

.site-main h1,
.site-main h2 {
	text-wrap: balance;
}

.site-main p {
	text-wrap: pretty;
}

.ambient-field {
	inset: 0;
	overflow: hidden;
	pointer-events: none;
	position: fixed;
	z-index: -1;
}

.ambient-field__glow {
	border-radius: 999px;
	filter: blur(34px);
	opacity: 0.42;
	position: absolute;
	will-change: transform;
}

.ambient-field__glow--one {
	background: radial-gradient(circle, rgba(120, 241, 255, 0.34), transparent 68%);
	height: 58vw;
	right: -20vw;
	top: -14vw;
	width: 58vw;
}

.ambient-field__glow--two {
	background: radial-gradient(circle, rgba(255, 122, 168, 0.22), transparent 70%);
	bottom: 20vh;
	height: 46vw;
	left: -18vw;
	width: 46vw;
}

.ambient-field__grid {
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
	background-size: 72px 72px;
	inset: 0;
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.72), transparent 82%);
	position: absolute;
}

.preloader {
	align-items: center;
	background: var(--color-black);
	color: var(--color-white);
	display: flex;
	inset: 0;
	justify-content: center;
	position: fixed;
	z-index: 10000;
}

.preloader__inner {
	position: relative;
	text-align: center;
	width: min(440px, calc(100vw - 48px));
}

.preloader__kicker {
	display: block;
	font-size: clamp(2rem, 8vw, 5.5rem);
	font-weight: 900;
	line-height: 0.9;
	margin-bottom: 24px;
}

.preloader__line {
	background: rgba(255, 255, 255, 0.14);
	height: 2px;
	overflow: hidden;
}

.preloader__line span {
	background: linear-gradient(90deg, var(--color-cyan), var(--color-lime));
	display: block;
	height: 100%;
	transform-origin: left;
	width: 100%;
}

.preloader p {
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.86rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 18px 0 0;
	text-transform: uppercase;
}

.brand-intro {
	min-height: 100vh;
	overflow: hidden;
	padding: 150px 0 70px;
	position: relative;
}

.brand-intro::before {
	background:
		radial-gradient(circle at 62% 42%, rgba(120, 241, 255, 0.18), transparent 28%),
		radial-gradient(circle at 78% 62%, rgba(213, 255, 106, 0.12), transparent 24%),
		linear-gradient(120deg, rgba(255, 255, 255, 0.04), transparent 42%);
	content: "";
	inset: 0;
	position: absolute;
}

.brand-intro::after {
	background-image: radial-gradient(rgba(255, 255, 255, 0.16) 0.7px, transparent 0.7px);
	background-size: 18px 18px;
	content: "";
	inset: 0;
	opacity: 0.08;
	position: absolute;
}

.brand-burst-canvas {
	height: 100%;
	inset: 0;
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index: 4;
}

.brand-intro__grid {
	align-items: center;
	display: grid;
	gap: 52px;
	grid-template-columns: minmax(0, 0.88fr) minmax(360px, 0.92fr);
	min-height: calc(100vh - 220px);
	position: relative;
	z-index: 2;
}

.brand-intro__copy h1 {
	color: var(--color-white);
	font-size: clamp(4.4rem, 9vw, 9.2rem);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 0.82;
	margin: 0;
	max-width: 840px;
}

.brand-intro__copy p:not(.eyebrow) {
	color: rgba(255, 255, 255, 0.66);
	font-size: clamp(1rem, 1.6vw, 1.22rem);
	margin: 28px 0 0;
	max-width: 560px;
}

.brand-intro__stage {
	display: grid;
	min-height: 620px;
	place-items: center;
	position: relative;
	perspective: 1100px;
}

.brand-intro__stage::before,
.brand-intro__stage::after {
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 50%;
	content: "";
	inset: 12%;
	position: absolute;
	transform: rotateX(68deg) rotateZ(-22deg);
}

.brand-intro__stage::after {
	inset: 23%;
	opacity: 0.52;
	transform: rotateX(68deg) rotateZ(18deg);
}

.brand-core {
	--core-scale: 1;
	--hold-progress: 0;
	--tilt-x: 10deg;
	--tilt-y: -18deg;
	appearance: none;
	background: transparent;
	border: 0;
	color: rgba(255, 255, 255, 0.84);
	cursor: pointer;
	display: grid;
	height: clamp(230px, 28vw, 370px);
	padding: 0;
	place-items: center;
	position: relative;
	touch-action: none;
	transform: rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) scale(var(--core-scale));
	transform-style: preserve-3d;
	transition: filter 220ms ease;
	width: clamp(230px, 28vw, 370px);
	z-index: 3;
}

.brand-core::before {
	background:
		conic-gradient(from -90deg, rgba(213, 255, 106, 0.95) calc(var(--hold-progress) * 1turn), rgba(255, 255, 255, 0.08) 0),
		radial-gradient(circle, transparent 58%, rgba(255, 255, 255, 0.1) 60%, transparent 63%);
	border-radius: 50%;
	content: "";
	inset: 6%;
	opacity: 0.8;
	position: absolute;
	transform: translateZ(-22px);
}

.brand-core::after {
	background: radial-gradient(circle, rgba(120, 241, 255, 0.26), transparent 64%);
	border-radius: 50%;
	content: "";
	filter: blur(12px);
	inset: 0;
	opacity: 0;
	position: absolute;
	transform: translateZ(-40px) scale(0.85);
	transition: opacity 220ms ease, transform 220ms ease;
}

.brand-core:hover::after,
.brand-core.is-holding::after,
.brand-core.is-charged::after {
	opacity: 1;
	transform: translateZ(-40px) scale(1.08);
}

.brand-core.is-holding {
	filter: drop-shadow(0 0 34px rgba(213, 255, 106, 0.22));
}

.brand-core__face,
.brand-core__shadow {
	font-size: clamp(15rem, 25vw, 25rem);
	font-weight: 950;
	grid-area: 1 / 1;
	letter-spacing: 0;
	line-height: 0.76;
	pointer-events: none;
}

.brand-core__face {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(162, 174, 186, 0.34)),
		linear-gradient(90deg, rgba(120, 241, 255, 0.34), rgba(213, 255, 106, 0.22));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	filter: drop-shadow(0 28px 38px rgba(0, 0, 0, 0.46));
	transform: translateZ(46px);
}

.brand-core__shadow {
	color: rgba(38, 45, 58, 0.68);
	filter: blur(0.35px);
	transform: translate3d(28px, 30px, -54px) skewY(-8deg);
}

.brand-core__ring {
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 50%;
	grid-area: 1 / 1;
	height: 92%;
	transform: translateZ(12px);
	width: 92%;
}

.brand-charge-copy {
	bottom: 34px;
	color: rgba(255, 255, 255, 0.62);
	display: grid;
	font-size: 0.88rem;
	font-weight: 850;
	gap: 4px;
	letter-spacing: 0.06em;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
}

.brand-charge-copy strong {
	color: var(--color-white);
}

.brand-intro__skip {
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	bottom: 36px;
	color: rgba(255, 255, 255, 0.68);
	display: inline-flex;
	font-size: 0.8rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	padding-bottom: 7px;
	position: absolute;
	text-transform: uppercase;
}

.brand-cursor {
	background: rgba(255, 255, 255, 0.92);
	border-radius: 999px;
	color: var(--color-black);
	font-size: 0.78rem;
	font-weight: 950;
	left: 0;
	opacity: 0;
	padding: 8px 11px;
	pointer-events: none;
	position: fixed;
	top: 0;
	transform: translate3d(-50%, -50%, 0) scale(0.88);
	transition: opacity 160ms ease, transform 160ms ease;
	z-index: 10001;
}

.brand-cursor.is-visible {
	opacity: 1;
	transform: translate3d(-50%, -50%, 0) scale(1);
}

.hero {
	min-height: 100vh;
	overflow: hidden;
	padding: 168px 0 98px;
	position: relative;
}

.hero__noise {
	background-image:
		radial-gradient(rgba(255, 255, 255, 0.15) 0.7px, transparent 0.7px),
		linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 34%, rgba(255, 255, 255, 0.04));
	background-size: 16px 16px, 100% 100%;
	inset: 0;
	opacity: 0.1;
	pointer-events: none;
	position: absolute;
}

.hero__orb {
	filter: blur(36px);
	opacity: 0.46;
	position: absolute;
	will-change: transform;
}

.hero__orb--one {
	background: radial-gradient(circle at 34% 30%, rgba(120, 241, 255, 0.95), transparent 58%);
	border-radius: 46% 54% 56% 44%;
	height: 42vw;
	right: -12vw;
	top: 6vw;
	width: 42vw;
}

.hero__orb--two {
	background: radial-gradient(circle at 44% 44%, rgba(255, 122, 168, 0.68), rgba(213, 255, 106, 0.2), transparent 66%);
	border-radius: 54% 46% 44% 56%;
	bottom: -18vw;
	height: 36vw;
	left: -16vw;
	width: 36vw;
}

.hero__halo {
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 50%;
	height: min(980px, 74vw);
	left: 50%;
	position: absolute;
	top: 48%;
	transform: translate(-50%, -50%);
	width: min(1680px, 92vw);
}

.hero__grid {
	align-items: center;
	display: grid;
	gap: 58px;
	grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.72fr);
	position: relative;
	z-index: 1;
}

.hero__title {
	font-size: clamp(4rem, 9.6vw, 9.4rem);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 0.82;
	margin: 0;
	max-width: 980px;
}

.hero__summary {
	color: rgba(255, 255, 255, 0.72);
	font-size: clamp(1.08rem, 2vw, 1.35rem);
	margin: 28px 0 0;
	max-width: 660px;
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.hero__visual {
	min-height: 620px;
	position: relative;
	perspective: 1000px;
}

.hero-device {
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.04)),
		radial-gradient(circle at 70% 18%, rgba(120, 241, 255, 0.16), transparent 38%);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	box-shadow: 0 44px 120px rgba(0, 0, 0, 0.38);
	inset: 90px 0 30px;
	overflow: hidden;
	padding: 26px;
	position: absolute;
	transform-style: preserve-3d;
	will-change: transform;
}

.hero-device::before {
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16), transparent);
	content: "";
	height: 140%;
	left: -80%;
	position: absolute;
	top: -20%;
	transform: rotate(16deg);
	width: 42%;
}

.hero-device__bar {
	background: rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	height: 12px;
	margin-bottom: 40px;
	width: 58%;
}

.hero-device__chart {
	background:
		linear-gradient(140deg, transparent 0 34%, rgba(120, 241, 255, 0.9) 35% 38%, transparent 39%),
		linear-gradient(26deg, transparent 0 56%, rgba(213, 255, 106, 0.85) 57% 60%, transparent 61%),
		radial-gradient(circle at 70% 24%, rgba(255, 122, 168, 0.78), transparent 18%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	height: 250px;
	margin-bottom: 28px;
	position: relative;
	overflow: hidden;
}

.hero-device__chart::after {
	background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.14));
	bottom: 0;
	content: "";
	height: 44%;
	left: 0;
	position: absolute;
	right: 0;
}

.hero-device__rows span {
	background: rgba(255, 255, 255, 0.13);
	border-radius: 999px;
	display: block;
	height: 12px;
	margin-top: 14px;
}

.hero-device__rows span:nth-child(1) {
	width: 92%;
}

.hero-device__rows span:nth-child(2) {
	width: 74%;
}

.hero-device__rows span:nth-child(3) {
	width: 84%;
}

.signal-card {
	backdrop-filter: blur(22px);
	-webkit-backdrop-filter: blur(22px);
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	color: var(--color-white);
	padding: 18px;
	position: absolute;
	will-change: transform;
	width: min(280px, 72%);
	z-index: 2;
}

.signal-card span {
	color: rgba(255, 255, 255, 0.62);
	display: block;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.signal-card strong {
	display: block;
	font-size: 1.15rem;
	line-height: 1.1;
}

.signal-card--top {
	right: 0;
	top: 30px;
}

.signal-card--bottom {
	bottom: 18px;
	left: -24px;
}

.story {
	overflow: hidden;
	padding: 120px 0;
	position: relative;
}

.story::before {
	background: radial-gradient(circle at 18% 36%, rgba(120, 241, 255, 0.12), transparent 28%);
	content: "";
	inset: 0;
	position: absolute;
}

.story__grid {
	display: grid;
	gap: 76px;
	grid-template-columns: 0.9fr 1.1fr;
	position: relative;
	z-index: 1;
}

.story__sticky {
	align-self: start;
	position: sticky;
	top: 130px;
}

.story__meter {
	background: rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	height: 2px;
	margin-top: 34px;
	overflow: hidden;
	width: min(360px, 100%);
}

.story__meter span {
	background: linear-gradient(90deg, var(--color-cyan), var(--color-lime));
	display: block;
	height: 100%;
	transform: scaleX(0);
	transform-origin: left;
	width: 100%;
}

.story__steps {
	display: grid;
	gap: 26px;
}

.story__steps article {
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	min-height: 320px;
	padding-top: 28px;
	transition: border-color 260ms ease, opacity 260ms ease;
}

.story__steps article.is-active {
	border-color: rgba(213, 255, 106, 0.66);
}

.story__steps span {
	color: var(--color-cyan);
	display: block;
	font-weight: 900;
	margin-bottom: 28px;
}

.story__steps h3 {
	font-size: clamp(1.8rem, 3.6vw, 3.7rem);
	line-height: 0.98;
	margin: 0 0 18px;
}

.story__steps p {
	color: rgba(255, 255, 255, 0.68);
	font-size: 1.08rem;
	margin: 0;
	max-width: 620px;
}

.growth-globe {
	background:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		radial-gradient(circle at 76% 50%, rgba(200, 255, 0, 0.12), transparent 32%),
		var(--bg);
	background-size: 48px 48px, 48px 48px, 100% 100%, 100% 100%;
	border-bottom: 1px solid var(--border);
	border-top: 1px solid var(--border);
	color: var(--text-primary);
	display: grid;
	gap: clamp(36px, 5vw, 88px);
	grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
	min-height: 92svh;
	overflow: clip;
	padding: clamp(58px, 7vh, 86px) clamp(24px, 7vw, 140px) clamp(64px, 8vh, 96px);
	position: relative;
}

.growth-globe__copy {
	align-self: center;
	position: relative;
	z-index: 2;
}

.growth-globe__title {
	color: var(--text-primary);
	font-family: var(--font-display);
	font-size: clamp(46px, 5vw, 82px);
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 0.98;
	margin: 0;
	max-width: 760px;
}

.growth-globe__title span {
	display: block;
	white-space: nowrap;
	will-change: transform, opacity;
}

.growth-globe__text {
	color: #fff;
	font-family: var(--font-ui);
	font-size: clamp(17px, 1.25vw, 24px);
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.62;
	margin: clamp(26px, 3vw, 42px) 0 0;
	max-width: 650px;
}

.growth-globe__cta {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 9999px;
	color: var(--text-primary);
	display: inline-flex;
	font-family: var(--font-ui);
	font-size: clamp(12px, 0.95vw, 16px);
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.08em;
	line-height: 1;
	margin-top: clamp(30px, 3.5vw, 50px);
	min-height: 64px;
	min-width: min(410px, 100%);
	padding: 18px 32px;
	text-transform: uppercase;
	transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.growth-globe__cta:hover,
.growth-globe__cta:focus-visible {
	background: var(--accent-2);
	border-color: var(--accent-2);
	color: var(--bg);
	transform: translateY(-2px);
}

.growth-globe__visual {
	align-self: center;
	background: transparent;
	border-radius: 50%;
	display: grid;
	min-height: min(560px, 62svh);
	position: relative;
}

.growth-globe__visual::before {
	animation: globe-particles 9s linear infinite;
	background:
		radial-gradient(circle, rgba(200, 255, 0, 0.9) 0 2px, transparent 3px) 12% 16% / 132px 132px,
		radial-gradient(circle, rgba(255, 255, 255, 0.74) 0 1px, transparent 2px) 68% 12% / 154px 154px,
		radial-gradient(circle, rgba(200, 255, 0, 0.56) 0 1px, transparent 2px) 88% 64% / 142px 142px,
		radial-gradient(circle, rgba(255, 255, 255, 0.58) 0 1px, transparent 2px) 22% 82% / 168px 168px,
		radial-gradient(circle, rgba(255, 255, 255, 0.48) 0 1px, transparent 2px) 42% 34% / 118px 118px,
		radial-gradient(circle, rgba(200, 255, 0, 0.46) 0 1px, transparent 2px) 76% 84% / 126px 126px,
		radial-gradient(circle, rgba(255, 255, 255, 0.42) 0 1px, transparent 2px) 8% 58% / 146px 146px;
	content: "";
	inset: 4% 0 0;
	opacity: 0.58;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.growth-globe__visual::after {
	animation: drag-hint 4.8s ease forwards;
	border: 1px solid var(--border);
	border-radius: 9999px;
	left: 50%;
	color: var(--text-muted);
	content: "drag to rotate";
	font-family: var(--font-ui);
	font-size: 11px;
	font-weight: 300;
	justify-self: center;
	letter-spacing: 0.14em;
	padding: 9px 14px;
	position: absolute;
	text-transform: uppercase;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 4;
}

.growth-globe__location {
	align-items: center;
	background: rgba(255, 255, 255, 0.045);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 9999px;
	color: var(--text-primary);
	display: inline-flex;
	font-family: var(--font-ui);
	font-size: clamp(13px, 1vw, 17px);
	font-weight: 500;
	gap: 9px;
	justify-self: center;
	letter-spacing: 0.04em;
	margin: 0;
	max-width: min(100%, 560px);
	min-width: 36ch;
	overflow: hidden;
	padding: 12px 26px 12px 18px;
	position: sticky;
	right: clamp(24px, 9vw, 190px);
	top: 92px;
	text-transform: uppercase;
	width: auto;
	z-index: 3;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.growth-globe__location::before {
	animation: location-sheen 3.8s ease-in-out infinite;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
	content: "";
	inset: 0 auto 0 -80%;
	position: absolute;
	width: 54%;
}

.growth-globe__location::after {
	animation: location-orbit 2.6s ease-in-out infinite;
	background: var(--accent);
	border-radius: 50%;
	content: "";
	height: 5px;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
}

.growth-globe__pin {
	align-items: center;
	background: rgba(200, 255, 0, 0.12);
	border: 1px solid rgba(200, 255, 0, 0.22);
	border-radius: 50%;
	color: var(--accent);
	display: inline-block;
	font-size: 0;
	height: 22px;
	line-height: 1;
	position: relative;
	width: 22px;
}

.growth-globe__pin::before {
	animation: pin-pulse 1.8s ease-in-out infinite;
	background: var(--accent);
	border-radius: 50%;
	content: "";
	height: 7px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 7px;
}

.growth-globe__typewriter {
	color: var(--accent);
	display: inline-block;
	min-width: 16ch;
	position: relative;
	text-align: left;
	white-space: nowrap;
}

.growth-globe__typewriter::after {
	animation: type-caret 0.9s steps(2, start) infinite;
	background: currentColor;
	content: "";
	display: inline-block;
	height: 1em;
	margin-left: 4px;
	transform: translateY(2px);
	width: 1px;
}

@keyframes type-caret {
	50% {
		opacity: 0;
	}
}

@keyframes location-sheen {
	45%,
	100% {
		transform: translateX(340%);
	}
}

@keyframes location-orbit {
	50% {
		opacity: 0.3;
		transform: translateY(-50%) scale(1.8);
	}
}

@keyframes pin-pulse {
	50% {
		box-shadow: 0 0 0 8px rgba(200, 255, 0, 0.08);
	}
}

@keyframes globe-particles {
	to {
		transform: rotate(360deg);
	}
}

@keyframes drag-hint {
	35% {
		border-color: rgba(200, 255, 0, 0.26);
		color: var(--text-primary);
		transform: translate(-50%, calc(-50% - 4px));
	}

	82%,
	100% {
		opacity: 0;
		transform: translate(-50%, calc(-50% - 10px));
	}
}

.growth-globe__canvas,
.growth-globe__fallback {
	align-self: center;
	grid-area: 1 / 1;
	height: min(560px, 42vw);
	justify-self: center;
	max-height: 62svh;
	max-width: 620px;
	width: min(620px, 42vw);
}

.growth-globe__canvas {
	cursor: grab;
	opacity: 0;
	position: relative;
	touch-action: none;
	transition: opacity 0.55s ease;
	user-select: none;
	z-index: 2;
}

.growth-globe.is-loaded .growth-globe__canvas {
	opacity: 1;
}

.growth-globe__canvas.is-dragging {
	cursor: grabbing;
}

.growth-globe__fallback {
	background: #000;
	display: block;
	opacity: 1;
	pointer-events: none;
	transition: opacity 0.55s ease;
	z-index: 1;
}

.growth-globe.is-loaded .growth-globe__fallback {
	opacity: 0;
}

.services {
	background:
		linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
		radial-gradient(circle at 28% 38%, rgba(200, 255, 0, 0.12), transparent 28%),
		var(--bg);
	background-size: 40px 40px, 40px 40px, 100% 100%, 100% 100%;
	color: var(--text-primary);
	overflow: clip;
	padding: clamp(86px, 11vh, 130px) clamp(24px, 7vw, 140px);
	position: relative;
}

.services::before {
	animation: services-glow 8s ease-in-out infinite alternate;
	background: radial-gradient(circle, rgba(200, 255, 0, 0.22), transparent 56%);
	content: "";
	height: 44vw;
	left: 6vw;
	pointer-events: none;
	position: absolute;
	top: 18%;
	width: 44vw;
}

.services::after {
	background-image: radial-gradient(rgba(255, 255, 255, 0.32) 1px, transparent 1px);
	background-size: 150px 150px;
	content: "";
	inset: 0;
	opacity: 0.22;
	pointer-events: none;
	position: absolute;
}

.services__grid {
	display: grid;
	gap: clamp(42px, 8vw, 130px);
	grid-template-columns: minmax(280px, 0.78fr) minmax(420px, 1.22fr);
	margin-inline: auto;
	position: relative;
	width: min(1760px, 100%);
	z-index: 1;
}

.services__intro {
	align-self: start;
	position: sticky;
	top: 110px;
}

.services__intro .eyebrow {
	color: var(--accent);
}

.services__intro h2 {
	color: var(--text-primary);
	font-family: var(--font-display);
	font-size: clamp(54px, 6vw, 108px);
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 0.96;
	margin: 0;
	max-width: 660px;
}

.services__animated {
	color: var(--text-primary);
	font-family: var(--font-ui);
	font-size: clamp(20px, 2.4vw, 44px);
	font-weight: 300;
	line-height: 1.15;
	margin: clamp(28px, 5vh, 58px) 0 0;
	max-width: 640px;
}

.services-accordion {
	align-self: start;
	display: grid;
	gap: 0;
	margin-inline: auto 0;
	max-width: 980px;
	padding-top: clamp(36px, 8vh, 110px);
	width: 100%;
}

.service-panel {
	border-bottom: 1px solid rgba(255, 255, 255, 0.26);
	color: var(--text-primary);
	backdrop-filter: none;
	background: transparent;
	position: relative;
	transition: background-color 0.32s ease;
	-webkit-backdrop-filter: none;
}

.service-panel.is-open {
	background: rgba(200, 255, 0, 0.035);
}

.service-panel__button {
	align-items: center;
	appearance: none;
	background: transparent;
	border: 0;
	color: inherit;
	cursor: pointer;
	display: grid;
	gap: 20px;
	grid-template-columns: 54px minmax(0, 1fr) 48px;
	min-height: auto;
	padding: clamp(28px, 3.4vw, 46px) clamp(12px, 1.8vw, 24px);
	text-align: left;
	width: 100%;
}

.service-panel:not(.is-open) .service-panel__button:hover strong,
.service-panel:not(.is-open) .service-panel__button:focus-visible strong {
	color: rgba(240, 237, 232, 0.9);
}

.service-panel__button span {
	color: var(--accent);
	font-size: 12px;
	letter-spacing: 0.14em;
}

.service-panel__button strong {
	color: rgba(240, 237, 232, 0.58);
	font-family: var(--font-display);
	font-size: clamp(28px, 3vw, 58px);
	font-weight: 500;
	letter-spacing: -0.03em;
	line-height: 1.08;
	transition: color 0.28s ease, font-weight 0.28s ease;
}

.service-panel.is-open .service-panel__button strong {
	color: var(--accent);
	font-weight: 700;
}

.service-panel__button i {
	align-self: center;
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 50%;
	color: var(--text-primary);
	display: inline-flex;
	font-style: normal;
	height: 48px;
	justify-content: center;
	transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
	width: 48px;
}

.service-panel:not(.is-open) .service-panel__button:hover i,
.service-panel:not(.is-open) .service-panel__button:focus-visible i {
	background: rgba(200, 255, 0, 0.12);
	color: var(--accent);
	transform: translateY(2px);
}

.service-panel.is-open .service-panel__button i {
	background: #07172b;
	color: var(--accent);
	transform: rotate(180deg);
}

.service-panel__body {
	display: grid;
	grid-template-rows: 0fr;
	opacity: 0;
	overflow: hidden;
	transition: grid-template-rows 0.42s ease, opacity 0.34s ease;
}

.service-panel.is-open .service-panel__body {
	grid-template-rows: 1fr;
	opacity: 1;
}

.service-panel__body-inner {
	min-height: 0;
	overflow: hidden;
	transform: translateY(-8px);
	transition: transform 0.42s ease;
}

.service-panel.is-open .service-panel__body-inner {
	transform: translateY(0);
}

.service-panel__body p {
	color: rgba(240, 237, 232, 0.76);
	font-size: clamp(16px, 1.25vw, 23px);
	font-weight: 300;
	line-height: 1.7;
	margin: 0;
	max-width: 880px;
	padding: 0 clamp(12px, 1.8vw, 24px) 26px 90px;
}

.service-panel__cta {
	background: transparent;
	border-radius: 9999px;
	color: var(--accent);
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	gap: 8px;
	justify-self: start;
	letter-spacing: 0.04em;
	margin: 0 0 44px 90px;
	padding: 0;
	text-transform: uppercase;
	transition: color 0.24s ease, transform 0.24s ease;
}

.service-panel__cta::after {
	content: "→";
}

.service-panel__cta:hover,
.service-panel__cta:focus-visible {
	color: var(--text-primary);
	transform: translateX(4px);
}

.digital-experience {
	background:
		radial-gradient(circle at 12% 28%, rgba(200, 255, 0, 0.08), transparent 28%),
		radial-gradient(circle at 86% 74%, rgba(255, 122, 0, 0.08), transparent 30%),
		var(--bg);
	color: var(--text-primary);
	min-height: 120svh;
	overflow: clip;
	padding: clamp(110px, 14vh, 180px) clamp(24px, 6vw, 120px);
	position: relative;
}

.digital-experience::before {
	background:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
	background-size: 54px 54px;
	content: "";
	inset: 0;
	opacity: 0.32;
	pointer-events: none;
	position: absolute;
}

.digital-experience__ornament {
	border: 1px solid rgba(255, 255, 255, 0.08);
	height: clamp(220px, 28vw, 520px);
	position: absolute;
	right: -8vw;
	top: 8vh;
	transform: rotate(18deg);
	width: clamp(160px, 20vw, 360px);
}

.digital-experience__ornament::before,
.digital-experience__ornament::after {
	background: linear-gradient(180deg, rgba(200, 255, 0, 0.24), transparent);
	content: "";
	height: 48%;
	position: absolute;
	width: 1px;
}

.digital-experience__ornament::before {
	left: 20%;
	top: -10%;
	transform: rotate(26deg);
}

.digital-experience__ornament::after {
	bottom: -12%;
	right: 28%;
	transform: rotate(-30deg);
}

.digital-experience__inner {
	margin-inline: auto;
	max-width: 1640px;
	position: sticky;
	top: clamp(96px, 14vh, 150px);
	z-index: 1;
}

.digital-experience .eyebrow {
	color: var(--accent);
	margin-bottom: clamp(24px, 4vw, 58px);
}

.digital-experience__heading,
.digital-experience__body {
	color: rgba(240, 237, 232, 0.66);
	font-family: var(--font-display);
	margin: 0;
}

.digital-experience__heading {
	font-size: clamp(42px, 5.4vw, 94px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 0.98;
	max-width: 1180px;
}

.digital-experience__body {
	font-size: clamp(21px, 2.25vw, 38px);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.22;
	margin-top: clamp(28px, 4vw, 56px);
	max-width: 1180px;
}

.digital-experience__word {
	display: inline-block;
	margin-right: 0.18em;
	white-space: nowrap;
}

.digital-experience__word:last-child {
	margin-right: 0;
}

.digital-experience__char {
	display: inline-block;
	opacity: 0.68;
	transition: none;
}

.digital-experience__char.is-lit {
	color: var(--text-primary);
	opacity: 1;
}

.digital-experience__word--accent .digital-experience__char.is-lit {
	color: var(--accent);
}

.digital-experience__cta {
	align-items: center;
	background: var(--accent);
	border: 1px solid var(--accent);
	border-radius: 9999px;
	color: var(--bg);
	display: inline-flex;
	font-family: var(--font-ui);
	font-size: 14px;
	font-weight: 700;
	gap: 14px;
	letter-spacing: 0.04em;
	margin-top: clamp(34px, 5vw, 70px);
	min-height: 56px;
	overflow: hidden;
	padding: 0 28px;
	position: relative;
	text-transform: uppercase;
	transform: translateY(18px);
	transition: border-color 0.28s ease, color 0.28s ease, transform 0.28s ease;
}

.digital-experience__cta::before {
	background: var(--text-primary);
	content: "";
	inset: 0;
	position: absolute;
	transform: translateX(-104%);
	transition: transform 0.38s ease;
}

.digital-experience__cta span,
.digital-experience__cta i {
	position: relative;
	z-index: 1;
}

.digital-experience__cta i {
	font-style: normal;
	transition: transform 0.28s ease;
}

.digital-experience__cta:hover,
.digital-experience__cta:focus-visible {
	border-color: var(--text-primary);
	color: var(--bg);
	transform: translateY(14px);
}

.digital-experience__cta:hover::before,
.digital-experience__cta:focus-visible::before {
	transform: translateX(0);
}

.digital-experience__cta:hover i,
.digital-experience__cta:focus-visible i {
	transform: translateX(5px);
}

.platforms-showcase {
	background: #fff;
	color: #111318;
	overflow: hidden;
	padding: clamp(96px, 12vw, 170px) 0 clamp(130px, 13vw, 210px);
	position: relative;
}

.platforms-showcase__halo {
	display: none;
}

.platforms-showcase__inner {
	position: relative;
	z-index: 1;
}

.trust-strip {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 auto clamp(70px, 8vw, 120px);
	max-width: 1180px;
	padding-inline: clamp(20px, 5vw, 80px);
}

.trust-card {
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(245, 245, 246, 0.82)),
		#fff;
	border: 1px solid rgba(17, 19, 24, 0.08);
	border-radius: 8px;
	box-shadow: 0 18px 48px rgba(17, 19, 24, 0.07);
	min-height: 150px;
	padding: clamp(20px, 2.6vw, 34px);
	position: relative;
	overflow: hidden;
}

.trust-card::before {
	background: linear-gradient(90deg, transparent, rgba(200, 255, 0, 0.22), transparent);
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.trust-card strong {
	color: var(--accent);
	display: block;
	font-family: var(--font-display);
	font-size: clamp(24px, 2.4vw, 38px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
}

.trust-card span {
	color: rgba(17, 19, 24, 0.58);
	display: block;
	font-size: clamp(14px, 1.05vw, 17px);
	letter-spacing: 0;
	line-height: 1.45;
	margin-top: 18px;
}

.platforms-heading {
	margin: 0 auto clamp(42px, 5vw, 74px);
	max-width: 1040px;
	padding-inline: clamp(22px, 6vw, 90px);
	text-align: center;
}

.platforms-heading h2,
.live-impact__copy h2 {
	color: #fff;
	font-family: var(--font-display);
	font-size: clamp(42px, 5.4vw, 94px);
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 0.98;
	margin: 0;
}

.platforms-heading h2 {
	color: #111318;
}

.platforms-heading p:not(.eyebrow),
.live-impact__copy p {
	color: rgba(240, 237, 232, 0.68);
	font-size: clamp(16px, 1.25vw, 21px);
	font-weight: 300;
	line-height: 1.7;
	margin: 24px auto 0;
	max-width: 780px;
}

.platforms-heading p:not(.eyebrow) {
	color: rgba(17, 19, 24, 0.62);
}

.tech-stack.platform-badge-grid {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: clamp(16px, 1.7vw, 20px);
	justify-content: center;
	margin-inline: auto;
	max-width: 1180px;
	padding: clamp(20px, 3vw, 34px) clamp(20px, 5vw, 70px) 0;
}

.tech-stack .platform-badge {
	align-items: center;
	background: #eeeeee;
	border: 1px solid rgba(200, 255, 0, 0.42);
	border-radius: 999px;
	box-shadow: 0 8px 18px rgba(15, 17, 20, 0.04);
	color: #202124;
	display: inline-flex;
	font-family: var(--font-ui);
	font-size: 16px;
	font-weight: 600;
	gap: 12px;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	min-height: 56px;
	opacity: 1;
	padding: 16px 28px;
	transform: translateY(0);
	transition: box-shadow 0.24s ease, transform 0.24s ease;
	will-change: transform, opacity;
}

.tech-stack.is-animating .platform-badge {
	opacity: 0;
	transform: translateY(-40px);
}

.tech-stack.is-animating .platform-badge.is-visible {
	animation: platformBadgeDrop 0.58s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
	animation-delay: calc(var(--i) * var(--platform-stagger, 52ms));
}

.tech-stack.is-animating .platform-badge.is-visible.is-settled {
	animation: none;
	opacity: 1;
	transform: translateY(0);
}

.tech-stack .platform-badge:hover {
	border-color: rgba(200, 255, 0, 0.78);
	box-shadow: 0 16px 30px rgba(15, 17, 20, 0.14);
	transform: translateY(-3px);
}

.tech-stack .platform-badge img {
	display: block;
	filter: none;
	flex: 0 0 auto;
	height: 24px;
	object-fit: contain;
	transition: transform 0.24s ease;
	width: 24px;
}

.tech-stack .platform-badge:hover img {
	transform: scale(1.06);
}

.tech-stack .platform-badge span {
	display: block;
	white-space: nowrap;
}

@keyframes platformBadgeDrop {
	0% {
		opacity: 0;
		transform: translateY(-40px);
	}
	72% {
		opacity: 1;
		transform: translateY(4px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.live-impact {
	background:
		radial-gradient(circle at 76% 42%, rgba(200, 255, 0, 0.1), transparent 34%),
		linear-gradient(90deg, rgba(200, 255, 0, 0.08), transparent 30%, rgba(124, 45, 255, 0.12)),
		#020306;
	color: var(--text-primary);
	display: grid;
	gap: clamp(36px, 6vw, 90px);
	grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1fr);
	padding: clamp(86px, 11vw, 150px) clamp(22px, 6vw, 100px);
	position: relative;
	overflow: hidden;
}

.live-impact::before {
	animation: live-particle-field 11s linear infinite;
	background-image:
		radial-gradient(rgba(200, 255, 0, 0.42) 1.15px, transparent 1.35px),
		radial-gradient(rgba(255, 255, 255, 0.26) 1px, transparent 1.2px);
	background-size: 20px 20px;
	background-position: 0 0, 11px 14px;
	content: "";
	inset: 0;
	opacity: 0.36;
	position: absolute;
}

.live-impact__copy,
.live-clock-stage,
.live-particles {
	position: relative;
	z-index: 1;
}

.live-particles {
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.live-particles span {
	animation: live-float 7s ease-in-out infinite;
	background: var(--accent);
	border-radius: 50%;
	box-shadow: 0 0 34px rgba(200, 255, 0, 0.62);
	height: 6px;
	left: calc(var(--x, 50) * 1%);
	opacity: 0.55;
	position: absolute;
	top: calc(var(--y, 50) * 1%);
	width: 6px;
}

.live-particles span:nth-child(1) { --x: 14; --y: 30; animation-delay: -0.4s; }
.live-particles span:nth-child(2) { --x: 34; --y: 68; animation-delay: -1.6s; }
.live-particles span:nth-child(3) { --x: 58; --y: 24; animation-delay: -2.7s; }
.live-particles span:nth-child(4) { --x: 78; --y: 72; animation-delay: -3.2s; }
.live-particles span:nth-child(5) { --x: 88; --y: 40; animation-delay: -4.1s; }
.live-particles span:nth-child(6) { --x: 48; --y: 82; animation-delay: -5.3s; }

.live-clock-stage {
	align-self: center;
	--cube-depth: clamp(120px, 12vw, 180px);
	height: clamp(240px, 24vw, 360px);
	justify-self: center;
	perspective: 1100px;
	width: min(100%, clamp(300px, 38vw, 560px));
}

.time-cube {
	animation: time-cube-spin 3s cubic-bezier(0.77, 0, 0.18, 1) infinite;
	height: 100%;
	position: relative;
	transform-style: preserve-3d;
	width: 100%;
}

.live-clock-stage:hover .time-cube {
	animation-play-state: paused;
}

.live-impact.is-clock-showcase .time-cube {
	animation-play-state: paused;
}

.live-clock-stage.is-clock-manual .time-cube {
	animation-play-state: paused;
}

.time-cube__face {
	align-content: center;
	background:
		radial-gradient(circle at 50% 0%, rgba(200, 255, 0, 0.18), transparent 46%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.025)),
		rgba(255, 255, 255, 0.035);
	border: 1px solid rgba(200, 255, 0, 0.24);
	border-radius: 8px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 38px 90px rgba(0, 0, 0, 0.36);
	display: grid;
	height: 100%;
	inset: 0;
	padding: clamp(26px, 4vw, 54px);
	position: absolute;
	text-align: center;
	width: 100%;
	backface-visibility: hidden;
}

.time-cube__face--front {
	transform: translateZ(var(--cube-depth));
}

.time-cube__face--bottom {
	border-color: rgba(240, 237, 232, 0.16);
	transform: rotateX(-90deg) translateZ(var(--cube-depth));
}

.time-cube__face span,
.time-cube__face small {
	color: rgba(240, 237, 232, 0.58);
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.time-cube__face strong {
	color: var(--accent);
	display: block;
	font-family: var(--font-display);
	font-size: clamp(46px, 6.2vw, 98px);
	font-weight: 700;
	letter-spacing: -0.055em;
	line-height: 0.9;
	margin: 18px 0;
}

.time-cube__face--bottom strong {
	color: rgba(240, 237, 232, 0.9);
}

@keyframes platform-marquee {
	to {
		transform: translateX(-50%);
	}
}

@keyframes live-particle-field {
	to {
		background-position: 44px 22px, 55px 36px;
	}
}

@keyframes live-float {
	50% {
		opacity: 0.85;
		transform: translate3d(10px, -22px, 0) scale(1.6);
	}
}

@keyframes time-cube-spin {
	0%,
	38% {
		transform: rotateX(0deg);
	}

	50%,
	88% {
		transform: rotateX(90deg);
	}

	100% {
		transform: rotateX(0deg);
	}
}

.brd-uae-map {
	background: #050506;
	border-radius: 8px 8px 0 0;
	color: #fff;
	display: grid;
	gap: clamp(34px, 6vw, 86px);
	grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
	padding: clamp(74px, 9vw, 130px) clamp(22px, 6vw, 96px);
	position: relative;
	overflow: hidden;
}

.brd-uae-map::before {
	background: none;
	content: "";
	inset: 0;
	position: absolute;
}

.brd-uae-map__visual,
.brd-uae-map__copy {
	position: relative;
	z-index: 1;
}

.lg-glass-card-map {
	background: #09090a;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
	overflow: hidden;
	padding: clamp(32px, 5vw, 56px);
	position: relative;
	text-align: center;
}

.lg-glass-card-map::before {
	content: none;
}

.lg-map-title {
	color: #fff;
	font-family: var(--font-display);
	font-size: clamp(34px, 4.6vw, 70px);
	letter-spacing: -0.04em;
	line-height: 0.95;
	margin: 0;
}

.lg-map-title span {
	display: block;
	white-space: nowrap;
}

@media (min-width: 769px) {
	.lg-map-title {
		font-size: clamp(44px, 4.8vw, 78px);
	}
}

.lg-map-desc {
	color: var(--accent);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin: 16px auto 32px;
	text-transform: uppercase;
}

.lg-map-wrapper {
	margin: auto;
	max-width: 500px;
	position: relative;
	width: 100%;
}

.uae-map {
	animation: uae-map-glow 3.2s ease-in-out infinite;
	filter: brightness(0) invert(1) drop-shadow(0 16px 26px rgba(0, 0, 0, 0.28));
	max-height: 340px;
	width: 100%;
}

.map-fallback-text {
	color: rgba(255, 255, 255, 0.58);
	display: block;
	font-size: 12px;
	margin-top: 12px;
}

.brd-uae-map__copy {
	align-self: center;
	display: grid;
	gap: 22px;
}

.brd-uae-map__copy p {
	color: rgba(255, 255, 255, 0.72);
	font-size: clamp(16px, 1.18vw, 20px);
	line-height: 1.75;
	margin: 0;
}

.brd-uae-map__copy p span {
	color: var(--accent);
	font-weight: 800;
}

.choice-icons {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 24px;
}

.choice-icon-card {
	display: grid;
	gap: 14px;
	justify-items: center;
	text-align: center;
}

.choice-icon-card svg {
	animation: choice-icon-rise 0.58s cubic-bezier(0.16, 1, 0.3, 1) both;
	height: clamp(56px, 5vw, 82px);
	overflow: visible;
	width: clamp(56px, 5vw, 82px);
}

.choice-icon-card path {
	animation: choice-draw 1.1s ease-out both;
	fill: none;
	stroke: rgba(255, 255, 255, 0.82);
	stroke-dasharray: 90;
	stroke-dashoffset: 0;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.35;
}

.choice-icon-card:nth-child(2) svg,
.choice-icon-card:nth-child(2) path { animation-delay: 0.08s; }
.choice-icon-card:nth-child(3) svg,
.choice-icon-card:nth-child(3) path { animation-delay: 0.16s; }
.choice-icon-card:nth-child(4) svg,
.choice-icon-card:nth-child(4) path { animation-delay: 0.24s; }

.choice-icon-card h3 {
	color: var(--accent);
	font-size: clamp(13px, 1vw, 16px);
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
}

.growth-minds {
	background: #fff;
	color: #111318;
	display: grid;
	gap: clamp(34px, 6vw, 90px);
	grid-template-columns: minmax(230px, 0.72fr) minmax(0, 1.28fr);
	min-height: 82svh;
	padding: clamp(84px, 10vw, 140px) clamp(22px, 7vw, 110px);
	position: relative;
	overflow: hidden;
}

.growth-minds::before {
	display: none;
}

.growth-minds__sticky {
	align-self: center;
	position: relative;
	top: auto;
	z-index: 1;
}

.growth-minds__sticky h2,
.growth-minds__words span {
	color: #111318;
	display: block;
	font-family: var(--font-display);
	font-size: clamp(54px, 7vw, 112px);
	font-weight: 700;
	letter-spacing: -0.06em;
	line-height: 0.82;
	margin: 0;
}

.growth-minds__words {
	height: clamp(48px, 6.2vw, 100px);
	margin-top: 18px;
	overflow: hidden;
	position: relative;
}

.growth-minds__words span {
	color: var(--accent);
	font-size: clamp(42px, 5.8vw, 96px);
	line-height: 1;
	left: 0;
	position: absolute;
	top: 0;
	will-change: opacity, transform;
}

.growth-minds__words span:first-child {
	animation: grow-word-one 3.2s ease-in-out infinite;
}

.growth-minds__words span:last-child {
	animation: grow-word-two 3.2s ease-in-out infinite;
}

.growth-minds__statement {
	align-self: center;
	color: rgba(17, 19, 24, 0.76);
	font-family: var(--font-body);
	font-size: clamp(17px, 1.55vw, 26px);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.42;
	margin: 0;
	max-width: 760px;
	position: relative;
	z-index: 1;
}

.growth-minds__statement .particle-word {
	display: inline-block;
	margin-right: 0.18em;
}

.services-sec {
	background:
		radial-gradient(circle at 18% 20%, rgba(200, 255, 0, 0.16), transparent 34%),
		radial-gradient(circle at 88% 74%, rgba(159, 73, 255, 0.18), transparent 38%),
		#0a0b0f;
	overflow: hidden;
	padding: clamp(80px, 10vw, 130px) clamp(24px, 4vw, 64px);
	position: relative;
}

.services-sec::before {
	animation: gridMove 18s linear infinite;
	background-image:
		linear-gradient(rgba(200, 255, 0, 0.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(200, 255, 0, 0.08) 1px, transparent 1px);
	background-size: 40px 40px;
	content: "";
	inset: 0;
	opacity: 0.35;
	position: absolute;
}

.service-wrapper {
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
		rgba(5, 6, 8, 0.78);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
	margin: auto;
	max-width: 1180px;
	padding: clamp(34px, 5vw, 58px);
	position: relative;
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
}

.service-wrapper::before {
	background: linear-gradient(135deg, rgba(200, 255, 0, 0.6), rgba(159, 73, 255, 0.42));
	border-radius: 8px;
	content: "";
	inset: 0;
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	opacity: 0.42;
	padding: 1px;
	pointer-events: none;
	position: absolute;
}

.services-title {
	color: #fff;
	font-family: var(--font-display);
	font-size: clamp(36px, 5vw, 76px);
	letter-spacing: -0.045em;
	line-height: 0.95;
	margin: 0 0 44px;
	text-align: center;
}

.services-grid {
	display: grid;
	counter-reset: service-counter;
	gap: 0;
	grid-template-columns: 1fr;
	position: relative;
	z-index: 1;
}

.service-item {
	align-items: center;
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 0;
	display: grid;
	gap: 18px;
	grid-template-columns: 64px minmax(0, 0.72fr) minmax(0, 1fr);
	min-height: 104px;
	padding: 24px 8px;
	position: relative;
	transition: border-color 0.28s ease, transform 0.28s ease, background 0.28s ease;
}

.service-item::before {
	align-items: center;
	border: 1px solid rgba(200, 255, 0, 0.24);
	border-radius: 50%;
	color: var(--accent);
	content: counter(service-counter, decimal-leading-zero);
	counter-increment: service-counter;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.service-item:hover {
	background: rgba(255, 255, 255, 0.035);
	border-color: rgba(255, 255, 255, 0.16);
	transform: translateX(6px);
}

.service-title {
	color: #fff;
	cursor: pointer;
	font-size: clamp(18px, 1.75vw, 28px);
	font-weight: 700;
	line-height: 1.25;
	transition: color 0.3s ease, transform 0.3s ease;
}

.service-title::after {
	display: none;
}

.service-item:hover .service-title {
	color: #fff;
	transform: translateX(6px);
}

.service-item:hover .service-title::after {
	opacity: 1;
}

.service-desc {
	color: rgba(240, 237, 232, 0.72);
	font-size: 15px;
	line-height: 1.55;
	margin: 0;
	max-height: none;
	opacity: 0.72;
	overflow: visible;
	transition: opacity 0.35s ease, transform 0.35s ease;
}

.service-item:hover .service-desc {
	opacity: 1;
	transform: translateX(6px);
}

.service-btn {
	border: 1px solid rgba(200, 255, 0, 0.5);
	border-radius: 999px;
	color: #fff;
	display: block;
	font-size: 17px;
	margin: 46px auto 0;
	padding: 14px 34px;
	position: relative;
	text-align: center;
	width: max-content;
	z-index: 1;
}

.service-btn:hover {
	background: var(--accent);
	color: #050608;
}

.ready-grow {
	background: #030504;
	color: #fff;
	overflow: hidden;
	padding: clamp(80px, 10vw, 140px) clamp(22px, 6vw, 96px);
	position: relative;
	text-align: center;
}

.ready-grow__lightfall {
	height: 100%;
	inset: 0;
	opacity: 0.92;
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.ready-grow__inner {
	-webkit-backdrop-filter: blur(22px) saturate(145%);
	backdrop-filter: blur(22px) saturate(145%);
	background: linear-gradient(145deg, rgba(10, 14, 10, 0.7), rgba(2, 4, 3, 0.48));
	border: 1px solid rgba(200, 255, 0, 0.3);
	border-radius: 8px;
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.12);
	margin: auto;
	max-width: 880px;
	overflow: hidden;
	padding: clamp(38px, 6vw, 72px);
	position: relative;
	z-index: 1;
}

.ready-grow__inner::before {
	animation: ready-border-trace 4s linear infinite;
	background: linear-gradient(90deg, transparent, var(--accent), transparent);
	content: "";
	height: 2px;
	left: -38%;
	position: absolute;
	top: 0;
	width: 42%;
}

.strategy-video {
	background: #040508;
	min-height: clamp(520px, 82vh, 900px);
	overflow: hidden;
	padding: 0;
	position: relative;
}

.strategy-video__copy {
	display: grid;
	inset: 0;
	place-items: center;
	position: absolute;
	text-align: center;
	z-index: 2;
}

.strategy-video h2 {
	color: var(--accent);
	font-family: var(--font-display);
	font-size: clamp(38px, 4.5vw, 72px);
	letter-spacing: -0.035em;
	line-height: 1;
	margin: 0;
	text-shadow: 0 8px 34px rgba(0, 0, 0, 0.42);
}

.strategy-video p {
	color: #fff;
	font-size: clamp(20px, 2vw, 34px);
	line-height: 1.25;
	margin: 22px 0 0;
}

.strategy-video__media {
	filter: blur(var(--video-blur, 0px)) brightness(0.58);
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	transition: filter 0.25s ease;
	width: 100%;
}

.responsive-video__frame video {
	background: #000;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	box-shadow: 0 34px 90px rgba(0, 0, 0, 0.32);
	display: block;
	height: auto;
	width: 100%;
}

.portfolio-showcase {
	background: #fff;
	border-bottom: 0;
	color: #111318;
	overflow: hidden;
	padding: clamp(80px, 10vw, 130px) 20px;
}

.portfolio-showcase__heading {
	margin: 0 auto 44px;
	max-width: 780px;
	text-align: center;
}

.portfolio-showcase__heading h2 {
	color: #111318;
	font-family: var(--font-display);
	font-size: clamp(42px, 6vw, 96px);
	letter-spacing: -0.055em;
	line-height: 0.95;
	margin: 0;
}

.portfolio-showcase__heading p {
	color: rgba(17, 19, 24, 0.62);
	font-size: clamp(16px, 1.3vw, 21px);
	margin: 18px 0 0;
}

#brandonic-work {
	display: flex;
	justify-content: center;
	overflow: hidden;
	width: 100%;
}

#brandonic-work .work-stack {
	cursor: grab;
	display: flex;
	gap: 22px;
	max-width: 1200px;
	touch-action: pan-y;
	user-select: none;
	will-change: transform;
}

#brandonic-work .work-card {
	background: #fff;
	border: 1px solid rgba(17, 19, 24, 0.08);
	border-radius: 8px;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.06);
	flex: 0 0 300px;
	overflow: hidden;
	padding: 12px;
	transition: box-shadow 0.28s ease, transform 0.28s ease;
}

#brandonic-work .work-card:hover {
	box-shadow: 0 22px 62px rgba(0, 0, 0, 0.12);
	transform: translateY(-6px) scale(1.025);
}

#brandonic-work .work-card img {
	aspect-ratio: 4 / 3;
	border-radius: 6px;
	display: block;
	object-fit: cover;
	width: 100%;
}

#brandonic-work .work-title {
	color: #111318;
	font-size: 15px;
	font-weight: 700;
	margin-top: 12px;
	text-align: center;
}

.uiux-video {
	background: #040508;
	display: grid;
	gap: clamp(34px, 6vw, 86px);
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	padding: clamp(80px, 10vw, 140px) clamp(22px, 6vw, 96px);
}

.uiux-video__frame video {
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	display: block;
	width: 100%;
}

.uiux-video__copy {
	align-self: center;
}

.uiux-video__copy p {
	color: var(--accent);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.14em;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.uiux-video__copy h2 {
	color: #fff;
	font-family: var(--font-display);
	font-size: clamp(42px, 5.4vw, 88px);
	letter-spacing: -0.055em;
	line-height: 0.95;
	margin: 0;
}

.uiux-video__copy span {
	color: rgba(240, 237, 232, 0.68);
	display: block;
	font-size: clamp(16px, 1.25vw, 21px);
	line-height: 1.7;
	margin-top: 24px;
}

.trust-signals {
	background: #fff;
	color: #111318;
	padding: clamp(80px, 10vw, 130px) clamp(18px, 5vw, 72px);
}

.trust-signals__heading {
	margin: 0 auto 44px;
	max-width: 820px;
	text-align: center;
}

.trust-signals__heading h2 {
	color: #111318;
	font-family: var(--font-display);
	font-size: clamp(42px, 6vw, 96px);
	letter-spacing: -0.055em;
	line-height: 0.95;
	margin: 0;
}

.trust-signals__heading p {
	color: rgba(17, 19, 24, 0.62);
	font-size: clamp(16px, 1.25vw, 21px);
	line-height: 1.6;
	margin: 18px 0 0;
}

.trust-signals__grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: auto;
	max-width: 1280px;
}

.trust-signal-card {
	--progress: 0;
	background:
		linear-gradient(#fff, #fff) padding-box,
		linear-gradient(135deg, rgba(159, 73, 255, 0.28), rgba(200, 255, 0, 0.2)) border-box;
	border: 1px solid transparent;
	border-radius: 8px;
	display: grid;
	justify-items: center;
	min-height: 460px;
	padding: clamp(28px, 3vw, 44px) clamp(20px, 2.3vw, 34px);
	text-align: center;
	transition: box-shadow 0.28s ease, transform 0.28s ease;
}

.trust-signal-card:hover {
	box-shadow: 0 26px 80px rgba(17, 19, 24, 0.09);
	transform: translateY(-7px);
}

.trust-signal-card__dial {
	align-items: center;
	background:
		radial-gradient(circle, #fff 58%, transparent 59%),
		conic-gradient(var(--accent) calc(var(--progress) * 1%), rgba(17, 19, 24, 0.1) 0);
	border-radius: 50%;
	display: inline-flex;
	height: clamp(150px, 13vw, 220px);
	justify-content: center;
	margin-bottom: 42px;
	width: clamp(150px, 13vw, 220px);
}

.trust-signal-card strong {
	color: #111318;
	font-family: var(--font-display);
	font-size: clamp(42px, 5vw, 74px);
	letter-spacing: -0.055em;
	line-height: 1;
}

.trust-signal-card strong span {
	font-size: 0.45em;
	letter-spacing: -0.02em;
}

.trust-signal-card h3 {
	color: #111318;
	font-size: clamp(21px, 1.8vw, 31px);
	line-height: 1.12;
	margin: 0 0 20px;
}

.trust-signal-card p {
	color: rgba(17, 19, 24, 0.58);
	font-size: clamp(15px, 1.1vw, 18px);
	line-height: 1.7;
	margin: 0;
}

.client-reviews {
	background:
		radial-gradient(ellipse 700px 500px at 85% 10%, rgba(155, 92, 255, 0.18), transparent 60%),
		#0a0a0b;
	color: #fff;
	height: 100vh;
	overflow: hidden;
	position: relative;
}

.client-reviews__inner {
	display: flex;
	flex-direction: column;
	inset: 0;
	justify-content: flex-start;
	padding-top: clamp(76px, 10vh, 104px);
	position: absolute;
}

.client-reviews__intro {
	margin: 0 0 48px;
	padding: 0 24px;
	position: relative;
	text-align: center;
	z-index: 1;
}

.client-reviews__eyebrow {
	align-items: center;
	color: #8c8c96;
	display: inline-flex;
	font-family: var(--font-ui);
	font-size: 12px;
	font-weight: 700;
	gap: 8px;
	letter-spacing: 0.18em;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.client-reviews__eyebrow::before {
	background: linear-gradient(135deg, var(--accent), #9b5cff);
	border-radius: 50%;
	content: "";
	height: 6px;
	width: 6px;
}

.client-reviews__intro h2 {
	color: #fff;
	font-family: var(--font-display);
	font-size: clamp(28px, 5vw, 52px);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0 0 14px;
}

.client-reviews__intro p {
	color: #8c8c96;
	font-family: var(--font-ui);
	font-size: clamp(14px, 1.6vw, 17px);
	font-weight: 400;
	line-height: 1.55;
	margin: 0;
	text-align: center;
}

.client-reviews__note {
	background: #0a0a0b;
	color: #8c8c96;
	font-family: var(--font-ui);
	font-size: 14px;
	line-height: 1.7;
	margin: 0;
	padding: 34px 24px 46px;
	text-align: center;
}

.client-reviews__note span {
	color: var(--accent);
}

.client-reviews__viewport {
	flex: 0 0 auto;
	overflow: hidden;
	width: 100%;
}

.client-reviews__track {
	display: flex;
	flex-wrap: nowrap;
	gap: 28px;
	padding: 8px 0 24px;
	will-change: transform;
}

.client-review-card {
	background: #16161a;
	border: 1px solid #272730;
	border-radius: 18px;
	flex: 0 0 auto;
	overflow: hidden;
	padding: 32px;
	position: relative;
	width: 380px;
}

.client-review-card::before {
	background: linear-gradient(90deg, var(--accent), #9b5cff);
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.client-review-card__top {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.client-review-card__stars {
	color: var(--accent);
	font-family: var(--font-ui);
	font-size: 15px;
	letter-spacing: 2px;
}

.client-review-card__quote {
	color: rgba(255, 255, 255, 0.08);
	font-family: Georgia, serif;
	font-size: 46px;
	line-height: 1;
}

.client-review-card__text {
	color: #d7d7dd;
	font-family: var(--font-ui);
	font-size: 15.5px;
	font-weight: 400;
	line-height: 1.6;
	margin: 0 0 28px;
	min-height: 96px;
}

.client-review-card__name {
	color: #fff;
	font-family: var(--font-ui);
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 3px;
}

.client-review-card__role {
	color: #8c8c96;
	font-family: var(--font-ui);
	font-size: 13.5px;
}

.client-reviews__progress {
	flex: 0 0 auto;
	margin: 28px auto 0;
	max-width: 380px;
	padding: 0 24px;
	width: 100%;
}

.client-reviews__progress-track {
	background: #222226;
	border-radius: 2px;
	height: 3px;
	overflow: hidden;
}

.client-reviews__progress-bar {
	background: linear-gradient(90deg, var(--accent), #9b5cff);
	border-radius: 2px;
	height: 100%;
	width: 0%;
}

.client-reviews__progress-label {
	color: #8c8c96;
	font-family: var(--font-ui);
	font-size: 12px;
	letter-spacing: 0.04em;
	margin-top: 10px;
	text-align: center;
}

.responsive-video {
	background: #fff;
	color: #111318;
	display: grid;
	gap: clamp(32px, 6vw, 88px);
	grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
	padding: clamp(80px, 10vw, 140px) clamp(22px, 6vw, 96px);
}

.responsive-video__copy {
	align-self: center;
}

.responsive-video h2 {
	color: #111318;
	font-family: var(--font-display);
	font-size: clamp(38px, 5vw, 82px);
	letter-spacing: -0.055em;
	line-height: 0.95;
	margin: 0;
}

.responsive-video h2 .responsive-heading-char {
	display: inline-block;
	opacity: 0.18;
	transform: translateY(12px);
	will-change: opacity, transform;
}

.responsive-video h2 .responsive-heading-word {
	display: inline-block;
	white-space: nowrap;
}

.responsive-video p {
	color: rgba(17, 19, 24, 0.68);
	font-size: clamp(16px, 1.25vw, 21px);
	line-height: 1.7;
	margin: 24px 0 0;
}

.responsive-video a {
	color: #6f36c9;
	font-weight: 700;
}

.ready-grow h2 {
	color: #fff;
	font-family: var(--font-display);
	font-size: clamp(42px, 6vw, 96px);
	letter-spacing: -0.055em;
	line-height: 0.95;
	margin: 0;
}

.ready-grow p {
	color: rgba(255, 255, 255, 0.72);
	font-size: clamp(16px, 1.25vw, 21px);
	line-height: 1.7;
	margin: 24px auto 34px;
	max-width: 720px;
}

.ready-grow .btn {
	background: #fff;
	border-color: #fff;
	box-shadow: 0 16px 38px rgba(0, 0, 0, 0.24);
	color: #050608;
}

.ready-grow .btn:hover {
	background: var(--accent);
	border-color: var(--accent);
	color: #050608;
	transform: translateY(-3px);
}

@keyframes choice-draw {
	0% { stroke-dashoffset: 90; opacity: 0.35; }
	100% { stroke-dashoffset: 0; opacity: 1; }
}

@keyframes choice-icon-rise {
	0% { opacity: 0; transform: translateY(10px); }
	100% { opacity: 1; transform: translateY(0); }
}

@keyframes uae-map-glow {
	50% {
		transform: translateY(-3px);
	}
}

@keyframes grow-word-one {
	0%, 42% { opacity: 1; transform: translateY(0); }
	50%, 92% { opacity: 0; transform: translateY(-10px); }
	100% { opacity: 1; transform: translateY(0); }
}

@keyframes grow-word-two {
	0%, 42% { opacity: 0; transform: translateY(10px); }
	50%, 92% { opacity: 1; transform: translateY(0); }
	100% { opacity: 0; transform: translateY(10px); }
}

@keyframes gridMove {
	to {
		transform: translateY(40px);
	}
}

@keyframes ready-border-trace {
	to {
		left: 100%;
	}
}

@keyframes services-glow {
	to {
		opacity: 0.35;
		transform: translate3d(10vw, 6vh, 0) scale(1.12);
	}
}

.process {
	padding: 120px 0;
	position: relative;
}

.process-grid {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.process-card {
	background: var(--color-white);
	min-height: 340px;
	padding: 28px;
	transition: transform 260ms ease, box-shadow 260ms ease;
}

.process-card:hover {
	box-shadow: 0 24px 60px rgba(17, 19, 23, 0.08);
	transform: translateY(-6px);
}

.process-card span {
	color: var(--color-muted);
	font-weight: 900;
}

.process-card h3 {
	font-size: clamp(1.4rem, 2.4vw, 2.2rem);
	line-height: 1;
	margin: 86px 0 18px;
}

.process-card p {
	color: var(--color-muted);
	margin: 0;
}

.work {
	overflow: hidden;
	padding: 120px 0;
	position: relative;
}

.work::before {
	background: radial-gradient(circle at 72% 18%, rgba(213, 255, 106, 0.12), transparent 30%);
	content: "";
	inset: 0;
	position: absolute;
}

.work .container {
	position: relative;
	z-index: 1;
}

.work-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.work-card {
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	overflow: hidden;
	padding: 14px;
	transition: border-color 260ms ease, transform 260ms ease;
	will-change: transform;
}

.work-card:hover {
	border-color: rgba(255, 255, 255, 0.32);
}

.work-card a {
	color: inherit;
	display: block;
	height: 100%;
}

.work-card img,
.work-card__visual {
	aspect-ratio: 1 / 0.82;
	background:
		linear-gradient(135deg, rgba(120, 241, 255, 0.72), transparent 34%),
		linear-gradient(35deg, rgba(255, 122, 168, 0.72), transparent 42%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04));
	border-radius: 6px;
	display: block;
	margin-bottom: 22px;
	object-fit: cover;
	width: 100%;
}

.work-card p {
	color: var(--color-lime);
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.work-card h3 {
	font-size: 2rem;
	line-height: 1;
	margin: 0 0 12px;
}

.work-card span {
	color: rgba(255, 255, 255, 0.66);
	display: block;
	margin-bottom: 8px;
}

.why {
	background:
		radial-gradient(circle at 10% 20%, rgba(255, 122, 168, 0.16), transparent 26%),
		var(--color-soft);
	padding: 120px 0;
}

.why__grid {
	display: grid;
	gap: 70px;
	grid-template-columns: 0.9fr 1.1fr;
}

.why__grid h2 {
	font-size: clamp(2rem, 3.7vw, 3.55rem);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.04;
	margin: 0;
	max-width: 760px;
}

.why-list {
	border-top: 1px solid var(--color-line-dark);
}

.why-row {
	align-items: start;
	border-bottom: 1px solid var(--color-line-dark);
	display: grid;
	gap: 18px;
	grid-template-columns: 20px 1fr;
	padding: 28px 0;
}

.why-row span {
	background: var(--color-ink);
	border-radius: 50%;
	display: block;
	height: 10px;
	margin-top: 8px;
	width: 10px;
}

.why-row p {
	font-size: clamp(1.15rem, 2vw, 1.55rem);
	line-height: 1.18;
	margin: 0;
}

@media (max-width: 900px) {
	.why__grid {
		gap: 42px;
		grid-template-columns: 1fr;
	}

	.why__grid h2 {
		font-size: clamp(1.85rem, 7vw, 2.8rem);
		line-height: 1.06;
	}
}

.insights {
	background:
		radial-gradient(circle at 80% 16%, rgba(213, 255, 106, 0.18), transparent 24%),
		var(--color-white);
	padding: 120px 0;
}

.text-link {
	border-bottom: 1px solid currentColor;
	font-weight: 850;
	padding-bottom: 4px;
}

.posts-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.post-card a {
	background: var(--color-soft);
	border-radius: 8px;
	color: var(--color-ink);
	display: block;
	height: 100%;
	overflow: hidden;
	padding: 14px 14px 24px;
	transition: transform 260ms ease, box-shadow 260ms ease;
}

.post-card a:hover {
	box-shadow: 0 24px 60px rgba(17, 19, 23, 0.08);
	transform: translateY(-6px);
}

.post-card img,
.post-card__placeholder {
	aspect-ratio: 1.35;
	background:
		linear-gradient(135deg, rgba(120, 241, 255, 0.7), transparent 38%),
		linear-gradient(35deg, rgba(213, 255, 106, 0.7), transparent 42%),
		#111317;
	border-radius: 6px;
	display: block;
	margin-bottom: 22px;
	object-fit: cover;
	width: 100%;
}

.post-card time {
	color: var(--color-muted);
	display: block;
	font-size: 0.82rem;
	font-weight: 750;
	margin-bottom: 12px;
}

.post-card h3 {
	font-size: 1.55rem;
	line-height: 1.08;
	margin: 0 0 12px;
}

.post-card p {
	color: var(--color-muted);
	margin: 0;
}

.empty-posts {
	background: var(--color-soft);
	border-radius: 8px;
	color: var(--color-muted);
	grid-column: 1 / -1;
	margin: 0;
	padding: 28px;
}

.empty-work {
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	color: rgba(255, 255, 255, 0.68);
	grid-column: 1 / -1;
	margin: 0;
	padding: 28px;
}

.is-hidden-now {
	display: none !important;
}

.liquid-glass-contact {
	align-items: center;
	background:
		radial-gradient(circle at 18% 22%, rgba(200, 255, 0, 0.32), transparent 30%),
		radial-gradient(circle at 82% 74%, rgba(200, 255, 0, 0.16), transparent 34%),
		linear-gradient(135deg, #020302 0%, #071008 48%, #183000 100%);
	display: grid;
	min-height: clamp(560px, 78svh, 760px);
	overflow: hidden;
	padding: clamp(92px, 10vw, 132px) 24px;
	place-items: center;
	position: relative;
}

.liquid-glass-contact::before {
	background-image:
		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: 44px 44px;
	content: "";
	inset: 0;
	opacity: 0.34;
	pointer-events: none;
	position: absolute;
}

.liquid-glass-contact__particles {
	inset: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
}

.liquid-glass-contact__particle {
	animation: liquidParticleWander var(--duration, 10s) ease-in-out var(--delay, 0s) infinite;
	animation-play-state: paused;
	color: rgba(200, 255, 0, 0.34);
	font-family: var(--font-ui);
	font-size: var(--size, 14px);
	font-weight: 800;
	letter-spacing: 0.2em;
	left: var(--x, 50%);
	opacity: 0.38;
	position: absolute;
	text-transform: uppercase;
	top: var(--y, 50%);
	transform: translate3d(0, 0, 0);
	will-change: transform, opacity;
}

.liquid-glass-contact__dot {
	animation: liquidDotDrift var(--duration, 9s) ease-in-out var(--delay, 0s) infinite;
	animation-play-state: paused;
	background: radial-gradient(circle, rgba(200, 255, 0, 0.95), rgba(200, 255, 0, 0.08) 72%);
	border-radius: 50%;
	box-shadow: 0 0 20px rgba(200, 255, 0, 0.28);
	height: var(--size, 4px);
	left: var(--x, 50%);
	opacity: 0.38;
	position: absolute;
	top: var(--y, 50%);
	transform: translate3d(0, 0, 0);
	width: var(--size, 4px);
	will-change: transform, opacity;
}

.liquid-glass-contact.is-animating .liquid-glass-contact__particle,
.liquid-glass-contact.is-animating .liquid-glass-contact__dot {
	animation-play-state: running;
}

.liquid-glass-contact__card {
	background: linear-gradient(145deg, rgba(200, 255, 0, 0.12), rgba(4, 7, 4, 0.42));
	border: 1px solid rgba(200, 255, 0, 0.34);
	border-radius: 28px;
	box-shadow: 0 34px 120px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.18);
	color: #fff;
	max-width: 1100px;
	opacity: 0;
	padding: clamp(46px, 6vw, 64px) clamp(28px, 5vw, 44px);
	position: relative;
	text-align: center;
	transform: translateY(40px) scale(0.92);
	transition: opacity 0.82s cubic-bezier(0.16, 1, 0.3, 1), transform 0.82s cubic-bezier(0.16, 1, 0.3, 1);
	width: min(100%, 1100px);
	z-index: 1;
	-webkit-backdrop-filter: blur(18px) saturate(180%);
	backdrop-filter: blur(18px) saturate(180%);
}

.liquid-glass-contact__card.is-visible {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.liquid-glass-contact__title {
	color: #fff;
	font-family: var(--font-display);
	font-size: clamp(30px, 3.7vw, 52px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0;
	min-height: 1.16em;
	white-space: nowrap;
}

.liquid-glass-contact__title span::after {
	animation: liquidCaretBlink 0.8s steps(2, start) infinite;
	content: "|";
	margin-left: 0.08em;
}

.liquid-glass-contact__card p {
	color: rgba(255, 255, 255, 0.78);
	font-family: var(--font-ui);
	font-size: clamp(16px, 1.45vw, 20px);
	line-height: 1.6;
	margin: 22px 0 0;
}

.liquid-glass-contact__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: center;
	margin-top: clamp(30px, 4vw, 42px);
}

.liquid-glass-contact__button {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(255, 255, 255, 0.68);
	border-radius: 999px;
	color: #050608;
	display: inline-flex;
	font-family: var(--font-ui);
	font-size: 14px;
	font-weight: 800;
	justify-content: center;
	letter-spacing: 0.02em;
	min-height: 54px;
	padding: 0 25px;
	transition: background-color 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, color 0.28s ease, transform 0.28s ease;
}

.liquid-glass-contact__button:first-child:hover,
.liquid-glass-contact__button:first-child:focus-visible {
	background: var(--color-lime);
	border-color: var(--color-lime);
	box-shadow: 0 0 34px rgba(200, 255, 0, 0.38), 0 18px 34px rgba(0, 0, 0, 0.18);
	color: #050608;
	transform: translateY(-4px);
}

.liquid-glass-contact__button:nth-child(2) {
	background: #050608;
	border-color: rgba(255, 255, 255, 0.82);
	color: #fff;
}

.liquid-glass-contact__button:nth-child(2):hover,
.liquid-glass-contact__button:nth-child(2):focus-visible {
	background: #050608;
	border-color: #fff;
	color: #fff;
	box-shadow: 0 0 28px rgba(255, 255, 255, 0.42), 0 18px 34px rgba(0, 0, 0, 0.22);
	transform: translateY(-4px);
}

@keyframes liquidParticleWander {
	0% { opacity: 0; transform: translate3d(-34px, 0, 0) rotate(0deg); }
	12% { opacity: 0.4; }
	25% { transform: translate3d(22px, -8px, 0) rotate(-1deg); }
	50% { transform: translate3d(-18px, 10px, 0) rotate(1deg); }
	74% { opacity: 0.3; transform: translate3d(28px, -6px, 0) rotate(-1deg); }
	100% { opacity: 0.08; transform: translate3d(-26px, 8px, 0) rotate(1deg); }
}

@keyframes liquidDotDrift {
	0% { opacity: 0; transform: translate3d(0, 20px, 0) scale(0.75); }
	18% { opacity: 0.7; }
	35% { transform: translate3d(18px, -38px, 0) scale(1); }
	62% { transform: translate3d(-14px, -88px, 0) scale(0.82); }
	100% { opacity: 0.04; transform: translate3d(10px, -150px, 0) scale(0.55); }
}

@keyframes liquidCaretBlink {
	50% { opacity: 0; }
}

.brand-faq {
	background: #0a0a0a;
	color: var(--text-primary);
	overflow: hidden;
	padding: clamp(76px, 7vw, 112px) clamp(24px, 5vw, 92px);
	position: relative;
}

.brand-faq::before {
	background: radial-gradient(circle at 12% 8%, rgba(200, 255, 0, 0.1), transparent 26%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.brand-faq::after {
	background-image:
		radial-gradient(circle, rgba(200, 255, 0, 0.48) 0 1px, transparent 1.7px),
		radial-gradient(circle, rgba(255, 255, 255, 0.34) 0 1px, transparent 1.6px),
		radial-gradient(circle, rgba(200, 255, 0, 0.24) 0 1.2px, transparent 2px),
		radial-gradient(circle at 16% 28%, rgba(200, 255, 0, 0.14), transparent 20%),
		radial-gradient(circle at 78% 22%, rgba(200, 255, 0, 0.08), transparent 24%);
	background-position: 8px 12px, 42px 38px, 86px 28px, center, center;
	background-size: 96px 96px, 148px 148px, 220px 220px, 100% 100%, 100% 100%;
	content: "";
	inset: 0;
	opacity: 0.86;
	pointer-events: none;
	position: absolute;
}

.brand-faq__grid {
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.085) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.085) 1px, transparent 1px);
	background-size: 36px 36px;
	inset: 0;
	opacity: 0.42;
	pointer-events: none;
	position: absolute;
}

.brand-faq__inner {
	display: grid;
	gap: clamp(54px, 7vw, 124px);
	grid-template-columns: minmax(280px, 0.35fr) minmax(520px, 0.65fr);
	margin-inline: auto;
	max-width: 1760px;
	position: relative;
	z-index: 1;
}

.brand-faq__intro {
	position: sticky;
	top: clamp(90px, 12vh, 140px);
	align-self: start;
}

.brand-faq__eyebrow {
	align-items: center;
	color: var(--text-primary);
	display: flex;
	font-family: var(--font-ui);
	font-size: 15px;
	font-weight: 600;
	gap: 18px;
	letter-spacing: 0.22em;
	line-height: 1;
	margin: 0 0 clamp(32px, 4vw, 52px);
	text-transform: uppercase;
}

.brand-faq__eyebrow span {
	background: var(--accent);
	border-radius: 50%;
	box-shadow: 0 0 26px rgba(200, 255, 0, 0.5);
	display: block;
	height: 14px;
	width: 14px;
}

.brand-faq__intro h2 {
	color: var(--text-primary);
	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;
}

.brand-faq__intro p:not(.brand-faq__eyebrow) {
	color: rgba(240, 237, 232, 0.74);
	font-family: var(--font-ui);
	font-size: clamp(15px, 1vw, 17px);
	line-height: 1.75;
	margin: clamp(28px, 3vw, 46px) 0 0;
	max-width: 680px;
}

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

.brand-faq__list {
	align-content: start;
	display: grid;
	gap: 16px;
	grid-auto-rows: max-content;
	height: 560px;
	max-height: 68vh;
	overscroll-behavior: auto;
	overflow-y: auto;
	padding: 0 clamp(26px, 3.4vw, 56px) 0 0;
	position: relative;
	scrollbar-width: none;
	z-index: 2;
}

.brand-faq__list::-webkit-scrollbar {
	display: none;
}

.brand-faq__item {
	background: rgba(0, 0, 0, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	overflow: hidden;
	transition: background 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

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

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

.brand-faq__question {
	margin: 0;
}

.brand-faq__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%;
}

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

.brand-faq__button i {
	align-items: center;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	color: var(--text-primary);
	display: inline-flex;
	flex: 0 0 auto;
	height: 38px;
	justify-content: center;
	position: relative;
	transition: background 0.28s ease, border-color 0.28s ease, color 0.28s ease, transform 0.4s ease-in-out;
	width: 38px;
}

.brand-faq__button i::before {
	background: currentColor;
	content: "";
	height: 2px;
	position: absolute;
	width: 13px;
}

.brand-faq__button i::after {
	background: currentColor;
	content: "";
	height: 13px;
	position: absolute;
	width: 2px;
}

.brand-faq__panel {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.42s ease-in-out;
}

.brand-faq__answer {
	overflow: hidden;
}

.brand-faq__answer p {
	color: rgba(240, 237, 232, 0.7);
	font-family: var(--font-ui);
	font-size: clamp(14px, 0.95vw, 16px);
	line-height: 1.72;
	margin: 0;
	max-width: 880px;
	padding: 0 clamp(24px, 2.5vw, 34px) 26px;
}

.brand-faq__answer strong {
	color: var(--text-primary);
	font-weight: 700;
}

.brand-faq__item.is-open .brand-faq__button span,
.brand-faq__button:hover span,
.brand-faq__button:focus-visible span {
	color: var(--accent);
}

.brand-faq__item.is-open .brand-faq__button i,
.brand-faq__button:hover i,
.brand-faq__button:focus-visible i {
	background: rgba(200, 255, 0, 0.14);
	border-color: var(--accent);
	color: #ffffff;
}

.brand-faq__item.is-open .brand-faq__button i {
	transform: rotate(45deg);
}

.brand-faq__item.is-open .brand-faq__panel {
	grid-template-rows: 1fr;
}

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

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

.final-cta {
	overflow: hidden;
	padding: 120px 0;
	position: relative;
}

.final-cta::before {
	background:
		radial-gradient(circle at 20% 20%, rgba(120, 241, 255, 0.3), transparent 28%),
		radial-gradient(circle at 76% 38%, rgba(255, 122, 168, 0.24), transparent 30%),
		linear-gradient(120deg, transparent, rgba(213, 255, 106, 0.08));
	content: "";
	inset: 0;
	position: absolute;
}

.final-cta__inner {
	position: relative;
	z-index: 1;
}

.final-cta h2 {
	max-width: 980px;
}

.reveal-text {
	will-change: transform, opacity;
}

[data-reveal],
[data-reveal="words"],
[data-reveal-card] {
	opacity: 1;
}

.reveal-word {
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
}

.reveal-word > span {
	display: inline-block;
	will-change: transform, opacity;
}

html.has-motion [data-reveal],
html.has-motion [data-reveal-card] {
	will-change: transform, opacity;
}

html.has-motion [data-hero-dashboard] {
	opacity: 0;
	will-change: transform, opacity;
}

/* Trionn-inspired Brandonic hero */
.site-main {
	background: var(--bg);
	color: var(--text-primary);
}

.trionn-hero {
	background: var(--bg);
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	min-height: 100svh;
	overflow: clip;
	padding: 0 clamp(24px, 5vw, 80px);
	position: relative;
	transform-origin: top center;
}

.trionn-hero__content {
	align-self: center;
	grid-column: 1 / span 10;
	padding-bottom: clamp(82px, 12vh, 132px);
	padding-top: 64px;
	position: relative;
	z-index: 2;
}

.trionn-hero__eyebrow {
	color: var(--text-muted);
	font-family: var(--font-ui);
	font-size: var(--text-xs);
	font-weight: 300;
	letter-spacing: 0.14em;
	line-height: 1;
	margin: 16px 0 26px;
	text-transform: uppercase;
}

.trionn-hero__eyebrow span {
	color: var(--accent);
}

.trionn-hero__title {
	color: var(--text-primary);
	font-family: var(--font-display);
	font-size: clamp(52px, 6.7vw, 98px);
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 0.93;
	margin: 0;
	max-width: calc(100vw - clamp(48px, 10vw, 160px));
}

.line-wrap {
	display: block;
	overflow: hidden;
}

.trionn-hero__title .line {
	display: block;
	white-space: nowrap;
	will-change: transform, opacity;
}

.trionn-hero__sub {
	color: #fff;
	font-family: var(--font-ui);
	font-size: clamp(16px, 1.3vw, 18px);
	font-weight: 300;
	line-height: 1.6;
	margin: 30px 0 0;
	max-width: min(58vw, 980px);
}

.trionn-hero__cta {
	font-size: 14px;
	margin-top: 38px;
	min-height: 46px;
	padding: 14px 32px;
	will-change: transform;
}

.trionn-hero__meta {
	align-self: end;
	color: var(--text-muted);
	font-family: var(--font-ui);
	font-size: var(--text-sm);
	font-weight: 300;
	grid-column: 9 / span 4;
	justify-self: end;
	line-height: 1.5;
	margin-bottom: clamp(96px, 13vh, 140px);
	width: min(100%, 282px);
}

.trionn-hero__meta::before {
	background: var(--border);
	content: "";
	display: block;
	height: 1px;
	margin-bottom: 18px;
	transform-origin: left;
	width: 100%;
}

.trionn-hero__scroll-strip {
	align-items: center;
	bottom: clamp(22px, 4vh, 44px);
	color: var(--text-muted);
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(80px, 1fr) 32px;
	left: clamp(24px, 5vw, 80px);
	position: absolute;
	right: clamp(24px, 5vw, 80px);
	z-index: 1;
}

.scroll-label {
	animation: scroll-glow 1.8s ease-in-out infinite;
	color: var(--accent);
	display: block;
	font-family: var(--font-ui);
	font-size: var(--text-xs);
	font-weight: 300;
	left: 50%;
	letter-spacing: 0.18em;
	line-height: 1;
	position: absolute;
	text-shadow: 0 0 10px rgba(200, 255, 0, 0.45);
	text-transform: uppercase;
	top: -34px;
	transform: translateX(-50%);
	white-space: nowrap;
	width: auto;
}

@keyframes scroll-glow {
	50% {
		opacity: 0.45;
		text-shadow: 0 0 18px rgba(200, 255, 0, 0.9);
	}
}

.scroll-line {
	background: rgba(255, 255, 255, 0.18);
	height: 1px;
	margin-top: 0;
	overflow: hidden;
	position: relative;
}

.scroll-line-progress {
	background: var(--accent);
	display: block;
	height: 100%;
	transform: scaleX(0);
	transform-origin: left;
	width: 100%;
}

.scroll-arrow {
	appearance: none;
	background: transparent;
	border: 0;
	color: var(--text-primary);
	cursor: pointer;
	font-size: 24px;
	font-weight: 300;
	justify-self: end;
	line-height: 1;
	padding: 4px;
}

@media (768px <= width <= 1199px) {
	.growth-globe {
		gap: 32px;
		grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1fr);
		min-height: 84svh;
		padding: 82px clamp(32px, 5vw, 70px) 70px;
	}

	.growth-globe__title {
		font-size: clamp(42px, 5.8vw, 62px);
	}

	.growth-globe__text {
		font-size: clamp(16px, 2.2vw, 22px);
	}

	.growth-globe__canvas,
	.growth-globe__fallback {
		height: min(430px, 50vw);
		width: min(430px, 40vw);
	}

	.trionn-hero {
		grid-template-columns: repeat(8, minmax(0, 1fr));
	}

	.trionn-hero__content {
		grid-column: 1 / span 8;
	}

	.trionn-hero__title {
		font-size: clamp(44px, 6vw, 70px);
	}

	.trionn-hero__meta {
		font-size: 12px;
		grid-column: 7 / span 2;
		width: 190px;
	}

	.brand-faq {
		padding: 96px 32px 116px;
	}

	.brand-faq__inner {
		gap: 44px;
		grid-template-columns: minmax(260px, 0.38fr) minmax(360px, 0.62fr);
		max-width: 1120px;
	}

	.brand-faq__intro h2 {
		font-size: clamp(30px, 4vw, 40px);
		max-width: 820px;
	}

	.brand-faq__list {
		height: 520px;
		max-height: 66vh;
	}

	.platforms-showcase {
		padding: 92px 0 110px;
	}

	.trust-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: 760px;
	}

	.trust-card {
		min-height: 132px;
	}

	.platforms-heading h2,
	.live-impact__copy h2 {
		font-size: clamp(42px, 7vw, 72px);
	}

	.tech-stack.platform-badge-grid {
		max-width: 900px;
		padding-inline: 32px;
	}

	.live-impact {
		grid-template-columns: 1fr;
		padding: 88px clamp(36px, 7vw, 78px);
	}

	.brd-uae-map,
	.growth-minds {
		grid-template-columns: 1fr;
	}

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

	.growth-minds {
		min-height: auto;
	}

	.growth-minds__sticky {
		position: relative;
		top: auto;
	}

	.strategy-video,
	.responsive-video {
		grid-template-columns: 1fr;
	}

	.responsive-video {
		grid-template-columns: 1fr;
	}

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

	.trust-signal-card {
		min-height: 390px;
	}

}

@media (max-width: 767px) {
	.growth-globe {
		gap: 28px;
		grid-template-columns: 1fr;
		min-height: auto;
		padding: 46px 24px 66px;
	}

	.growth-globe__copy {
		align-self: start;
	}

	.growth-globe__title {
		font-size: clamp(34px, 9vw, 46px);
	}

	.growth-globe__text {
		font-size: 17px;
		line-height: 1.65;
		margin-top: 28px;
	}

	.growth-globe__cta {
		font-size: 12px;
		min-height: 58px;
		min-width: 0;
		padding: 18px 24px;
		width: 100%;
	}

	.growth-globe__visual {
		min-height: 330px;
	}

	.growth-globe__visual::after {
		font-size: 10px;
		padding: 8px 12px;
	}

	.services {
		padding: 76px 30px 96px;
	}

	.services__grid {
		gap: 38px;
		margin-inline: auto;
		width: min(100%, 560px);
	}

	.services__intro h2 {
		font-size: clamp(42px, 12vw, 62px);
	}

	.services__animated {
		font-size: 20px;
	}

	.services-accordion {
		margin-inline: auto;
		padding-top: 0;
		width: 100%;
	}

	.service-panel {
		top: auto;
	}

	.service-panel__button {
		gap: 12px;
		grid-template-columns: 38px minmax(0, 1fr) 36px;
		padding: 26px 4px;
	}

	.service-panel__button strong {
		font-size: clamp(26px, 8vw, 42px);
	}

	.service-panel__button i {
		height: 36px;
		width: 36px;
	}

	.service-panel__body p {
		padding: 0 12px 22px 62px;
	}

	.service-panel__cta {
		margin: 0 0 38px 62px;
	}

	.brand-faq {
		padding: 82px 22px 96px;
	}

	.liquid-glass-contact {
		min-height: 540px;
		padding: 78px 18px;
	}

	.liquid-glass-contact__card {
		border-radius: 24px;
		padding: 45px 25px;
	}

	.liquid-glass-contact__title {
		align-items: center;
		display: flex;
		font-size: clamp(22px, 7vw, 30px);
		justify-content: center;
		line-height: 1.12;
		min-height: 2.24em;
		white-space: normal;
	}

	.liquid-glass-contact__card p {
		font-size: 16px;
	}

	.liquid-glass-contact__particle:nth-child(n + 11) {
		display: none;
	}

	.liquid-glass-contact__dot:nth-child(n + 17) {
		display: none;
	}

	.liquid-glass-contact__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.liquid-glass-contact__button {
		width: 100%;
	}

	.brand-faq__grid {
		background-size: 30px 30px;
		opacity: 0.36;
	}

	.brand-faq__inner {
		gap: 42px;
		grid-template-columns: 1fr;
	}

	.brand-faq__intro {
		position: relative;
		top: auto;
	}

	.brand-faq__intro h2 {
		font-size: clamp(30px, 9vw, 38px);
		line-height: 1.12;
	}

	.brand-faq__intro p:not(.brand-faq__eyebrow) {
		font-size: 15px;
		line-height: 1.68;
	}

	.brand-faq__scroll-shell {
		position: relative;
	}

	.brand-faq__list {
		gap: 14px;
		height: auto;
		max-height: none;
		overflow: visible;
		padding-right: 0;
	}

	.brand-faq__item {
		border-radius: 24px;
	}

	.brand-faq__item.is-open {
		border-radius: 24px;
	}

	.brand-faq__button {
		gap: 18px;
		min-height: 64px;
		padding: 18px 20px;
	}

	.brand-faq__button span {
		font-size: clamp(16px, 4.8vw, 19px);
	}

	.brand-faq__button i {
		height: 38px;
		width: 38px;
	}

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

	.brand-faq__scrollbar {
		display: none;
	}

	.digital-experience {
		min-height: 135svh;
		padding: 86px 24px 110px;
	}

	.digital-experience__inner {
		position: sticky;
		top: 84px;
	}

	.digital-experience__heading {
		font-size: clamp(38px, 11vw, 62px);
		letter-spacing: 0;
		line-height: 0.96;
	}

	.digital-experience__body {
		font-size: clamp(20px, 6vw, 31px);
		letter-spacing: 0;
		line-height: 1.22;
		margin-top: 28px;
	}

	.digital-experience__word {
		margin-right: 0.14em;
	}

	.digital-experience__cta {
		font-size: 12px;
		min-height: 52px;
		padding-inline: 22px;
		width: 100%;
		justify-content: center;
	}

	.platforms-showcase {
		padding: 78px 0 86px;
	}

	.platforms-showcase__halo {
		height: 380px;
		top: 12%;
		width: 92vw;
	}

	.trust-strip {
		gap: 10px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-bottom: 56px;
		padding-inline: 18px;
	}

	.trust-card {
		min-height: 116px;
		padding: 18px 14px;
	}

	.trust-card strong {
		font-size: clamp(21px, 6vw, 29px);
		letter-spacing: 0;
		line-height: 1.02;
	}

	.trust-card span {
		font-size: 12px;
		letter-spacing: 0;
		line-height: 1.35;
		margin-top: 12px;
	}

	.platforms-heading {
		margin-bottom: 34px;
		padding-inline: 22px;
		text-align: left;
	}

	.platforms-heading h2,
	.live-impact__copy h2 {
		font-size: clamp(38px, 11vw, 58px);
		letter-spacing: -0.045em;
	}

	.platforms-heading p:not(.eyebrow),
	.live-impact__copy p {
		font-size: 15px;
		line-height: 1.65;
		margin-top: 18px;
	}

	.tech-stack.platform-badge-grid {
		--platform-stagger: 36ms;
		gap: 14px 10px;
		padding: 30px 12px 0;
	}

	.tech-stack .platform-badge {
		font-size: 14px;
		gap: 8px;
		min-height: 48px;
		padding: 12px 16px;
	}

	.tech-stack .platform-badge img {
		height: 22px;
		width: 22px;
	}

	.live-impact {
		gap: 28px;
		grid-template-columns: 1fr;
		padding: 72px 22px 78px;
	}

	.live-clock-stage {
		--cube-depth: clamp(105px, 25vw, 145px);
		height: clamp(210px, 50vw, 290px);
		width: min(100%, 340px);
	}

	.time-cube__face {
		padding: 24px 18px;
	}

	.time-cube__face strong {
		font-size: clamp(40px, 13vw, 62px);
		margin: 14px 0;
	}

	.brd-uae-map {
		gap: 34px;
		grid-template-columns: 1fr;
		padding: 70px 22px 34px;
	}

	.lg-glass-card-map {
		padding: 30px 20px;
	}

	.choice-icons {
		gap: 20px 14px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.brd-uae-map__copy p {
		font-size: 15px;
		line-height: 1.65;
	}

	.growth-minds {
		gap: 30px;
		grid-template-columns: 1fr;
		min-height: auto;
		padding: 34px 22px 80px;
	}

	.growth-minds__sticky {
		position: relative;
		top: auto;
	}

	.growth-minds__statement {
		font-size: clamp(24px, 7.2vw, 34px);
		line-height: 1.34;
		max-width: 620px;
	}

	.services-sec {
		padding: 72px 22px;
	}

	.service-wrapper {
		padding: 32px 20px;
	}

	.services-grid {
		gap: 26px;
		grid-template-columns: 1fr;
	}

	.service-item {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.service-item::before {
		height: 38px;
		width: 38px;
	}

	.ready-grow {
		padding: 72px 22px;
	}

	.ready-grow h2 {
		font-size: clamp(34px, 10vw, 42px);
		line-height: 0.98;
		margin-left: auto;
		margin-right: auto;
		max-width: none;
	}

	.ready-grow h2 span {
		display: block;
		white-space: nowrap;
	}

	.strategy-video,
	.responsive-video {
		grid-template-columns: 1fr;
		padding: 72px 22px;
	}

	.responsive-video h2 {
		font-size: clamp(34px, 9.2vw, 44px);
		line-height: 1;
	}

	.strategy-video {
		min-height: 78svh;
		padding: 0;
	}

	.strategy-video__media,
	.responsive-video__frame video {
		aspect-ratio: 16 / 10;
		object-fit: cover;
	}

	.strategy-video__media {
		aspect-ratio: auto;
		height: 100%;
	}

	.portfolio-showcase {
		padding: 72px 18px;
	}

	#brandonic-work {
		overflow: visible;
	}

	#brandonic-work .work-stack {
		cursor: auto;
		display: grid;
		gap: 28px;
		max-width: 100%;
		transform: none !important;
	}

	#brandonic-work .work-card {
		flex: none;
		opacity: 0;
		transform: translateY(40px) scale(0.96);
		transition: opacity 0.45s ease, transform 0.65s cubic-bezier(.22,.9,.26,1);
		width: 100%;
	}

	#brandonic-work .work-card.in-view {
		opacity: 1;
		transform: translateY(0) scale(1);
	}

	.uiux-video {
		grid-template-columns: 1fr;
		padding: 72px 22px;
	}

	.trust-signals {
		padding: 72px 18px 38px;
	}

	.trust-signals__grid {
		grid-template-columns: 1fr;
	}

	.trust-signal-card {
		min-height: auto;
	}

	.client-review-card {
		padding: 26px;
		width: 300px;
	}

	.client-review-card__text {
		min-height: 120px;
	}

	.client-reviews__intro {
		margin-bottom: 32px;
	}

	.client-reviews__inner {
		padding-top: 68px;
	}

	.growth-globe__location {
		font-size: 12px;
		justify-self: start;
		left: 0;
		min-width: min(100%, 330px);
		padding: 10px 15px;
		right: auto;
		top: 68px;
		width: min(100%, 330px);
	}

	.growth-globe__canvas,
	.growth-globe__fallback {
		height: min(320px, 82vw);
		justify-self: center;
		width: min(320px, 82vw);
	}

	.trionn-hero {
		grid-template-columns: 1fr;
		min-height: 88svh;
		padding: 0 24px;
	}

	.trionn-hero__content {
		grid-column: 1;
		padding-bottom: 112px;
		padding-top: 52px;
	}

	.trionn-hero__eyebrow {
		margin: 12px 0 22px;
	}

	.trionn-hero__title {
		font-size: clamp(42px, 12vw, 58px);
	}

	.trionn-hero__title .line {
		white-space: normal;
	}

	.trionn-hero__sub {
		font-size: 16px;
		margin-top: 26px;
		max-width: 390px;
	}

	.trionn-hero__cta {
		margin-top: 32px;
	}

	.trionn-hero__meta {
		display: none;
	}

	.trionn-hero__scroll-strip {
		bottom: 18px;
		display: grid;
		gap: 18px;
		grid-template-columns: minmax(80px, 1fr) 32px;
		left: 24px;
		right: 24px;
	}

	.scroll-label {
		display: block;
		font-size: 10px;
		top: -30px;
	}

	.scroll-line {
		display: block;
		width: 100%;
	}

	.scroll-arrow {
		font-size: 22px;
	}
}

@media (min-width: 1600px) {
	.trionn-hero__content {
		grid-column: 1 / span 10;
	}
}
