/* GCC Virtuals — Coming Soon landing */

html,
body.gccvas-coming-soon-page {
	min-height: 100%;
	margin: 0;
}

.gccvas-coming-soon-page {
	overflow-x: hidden;
	background: #060f18;
	color: #fff;
	font-family: Poppins, ui-sans-serif, system-ui, sans-serif;
}

.gccvas-cs-bg {
	position: fixed;
	inset: 0;
	z-index: 0;
	overflow: hidden;
}

.gccvas-cs-bg__layer {
	position: absolute;
	inset: -4%;
	background-size: cover;
	background-position: center;
	opacity: 0;
	transition: opacity 1.8s ease-in-out;
	will-change: opacity, transform;
}

.gccvas-cs-bg__layer.is-active {
	opacity: 1;
	animation: gccvas-cs-kenburns 22s ease-in-out infinite alternate;
}

.gccvas-cs-bg__layer.is-fading {
	opacity: 0;
}

.gccvas-cs-overlay {
	position: fixed;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		linear-gradient(180deg, rgba(7, 19, 31, 0.82) 0%, rgba(38, 8, 24, 0.55) 42%, rgba(6, 16, 24, 0.9) 100%),
		radial-gradient(ellipse at 50% 12%, rgba(255, 255, 255, 0.12), transparent 55%);
}

.gccvas-cs-grid {
	position: fixed;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	opacity: 0.35;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
	background-size: 56px 56px;
	mask-image: radial-gradient(ellipse at center, #000 20%, transparent 72%);
	-webkit-mask-image: radial-gradient(ellipse at center, #000 20%, transparent 72%);
	animation: gccvas-cs-grid-drift 28s linear infinite;
}

.gccvas-cs-plane {
	position: fixed;
	z-index: 3;
	color: rgba(255, 255, 255, 0.14);
	font-size: clamp(1.25rem, 3vw, 2.25rem);
	pointer-events: none;
	filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.35));
	animation: gccvas-cs-plane-float 14s ease-in-out infinite;
}

.gccvas-cs-plane--1 { top: 14%; left: 8%; animation-delay: 0s; }
.gccvas-cs-plane--2 { top: 22%; right: 10%; animation-delay: -4s; font-size: clamp(1rem, 2.2vw, 1.65rem); }
.gccvas-cs-plane--3 { bottom: 18%; left: 12%; animation-delay: -8s; }
.gccvas-cs-plane--4 { bottom: 24%; right: 14%; animation-delay: -11s; font-size: clamp(1.1rem, 2.5vw, 1.85rem); }

.gccvas-cs-shell {
	position: relative;
	z-index: 10;
	display: flex;
	min-height: 100svh;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: clamp(2rem, 6vw, 4rem) 1.25rem 2.5rem;
	text-align: center;
}

.gccvas-cs-card {
	width: min(100%, 40rem);
	padding: clamp(2rem, 5vw, 3.25rem);
	border-radius: 2rem;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background:
		linear-gradient(165deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
	box-shadow:
		0 40px 100px -50px rgba(0, 0, 0, 0.75),
		inset 0 1px 0 rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(24px);
	-webkit-backdrop-filter: blur(24px);
}

.gccvas-cs-logo {
	display: inline-flex;
	margin-bottom: 1.25rem;
	animation: gccvas-cs-fade-up 0.9s ease both;
}

.gccvas-cs-logo img {
	width: min(72vw, 280px);
	height: auto;
	filter: drop-shadow(0 12px 32px rgba(0, 0, 0, 0.45));
}

.gccvas-cs-kicker {
	margin: 0 0 0.5rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.72);
	animation: gccvas-cs-fade-up 0.9s ease 0.08s both;
}

.gccvas-cs-title {
	margin: 0 0 0.85rem;
	font-size: clamp(2.35rem, 8vw, 3.75rem);
	font-weight: 900;
	line-height: 1.05;
	letter-spacing: -0.03em;
	background: linear-gradient(120deg, #fff 0%, #f3e8ee 38%, #d4b8c4 72%, #fff 100%);
	background-size: 200% auto;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	animation:
		gccvas-cs-fade-up 0.95s ease 0.14s both,
		gccvas-cs-shimmer 6s ease-in-out infinite;
}

.gccvas-cs-lead {
	margin: 0 auto 1.75rem;
	max-width: 32rem;
	font-size: clamp(0.95rem, 2.4vw, 1.08rem);
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.82);
	animation: gccvas-cs-fade-up 0.95s ease 0.22s both;
}

.gccvas-cs-countdown {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.65rem;
	margin-bottom: 1.75rem;
	animation: gccvas-cs-fade-up 1s ease 0.3s both;
}

.gccvas-cs-countdown[hidden] {
	display: none !important;
}

.gccvas-cs-unit {
	position: relative;
	padding: 0.85rem 0.5rem 0.7rem;
	border-radius: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(2, 33, 58, 0.42);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.gccvas-cs-unit::before {
	content: '';
	position: absolute;
	inset: -1px;
	border-radius: inherit;
	padding: 1px;
	background: linear-gradient(145deg, rgba(94, 24, 51, 0.55), rgba(201, 169, 97, 0.35), rgba(2, 33, 58, 0.2));
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	opacity: 0.65;
	pointer-events: none;
}

.gccvas-cs-value {
	display: block;
	font-size: clamp(1.65rem, 6vw, 2.35rem);
	font-weight: 800;
	line-height: 1;
	font-variant-numeric: tabular-nums;
	color: #fff;
	transition: transform 0.35s ease, opacity 0.35s ease;
}

.gccvas-cs-value.is-tick {
	animation: gccvas-cs-digit-tick 0.45s ease;
}

.gccvas-cs-label {
	display: block;
	margin-top: 0.35rem;
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
}

.gccvas-cs-countdown-note {
	margin: -0.85rem 0 1.75rem;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: rgba(255, 255, 255, 0.58);
	animation: gccvas-cs-fade-up 1s ease 0.34s both;
}

.gccvas-cs-progress {
	position: relative;
	height: 0.35rem;
	margin-bottom: 1.75rem;
	overflow: hidden;
	border-radius: 9999px;
	background: rgba(255, 255, 255, 0.08);
	animation: gccvas-cs-fade-up 1s ease 0.36s both;
}

.gccvas-cs-progress__bar {
	position: absolute;
	inset: 0 auto 0 0;
	width: 35%;
	border-radius: inherit;
	background: linear-gradient(90deg, #5e1833, #8b3d5c, #c9a961, #5e1833);
	background-size: 200% 100%;
	animation: gccvas-cs-progress-slide 2.8s ease-in-out infinite;
}

.gccvas-cs-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: center;
	animation: gccvas-cs-fade-up 1s ease 0.42s both;
}

.gccvas-cs-actions--solo {
	justify-content: center;
}

.gccvas-cs-actions--solo .gccvas-cs-btn {
	min-width: min(100%, 14rem);
}

.gccvas-cs-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	overflow: hidden;
	isolation: isolate;
	padding: 0.8rem 1.35rem;
	border-radius: 9999px;
	font-size: 0.875rem;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.gccvas-cs-btn::before {
	content: '';
	position: absolute;
	inset: -2px;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.42) 38%, transparent 72%);
	transform: translateX(-130%) skewX(-18deg);
	transition: transform 0.65s ease;
}

.gccvas-cs-btn:hover {
	transform: translateY(-3px) scale(1.02);
}

.gccvas-cs-btn:hover::before {
	transform: translateX(130%) skewX(-18deg);
}

.gccvas-cs-btn--primary {
	color: #fff;
	background: linear-gradient(135deg, #5e1833, #8b3d5c);
	box-shadow: 0 18px 40px -22px rgba(94, 24, 51, 0.9);
}

.gccvas-cs-btn--ghost {
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(8px);
}

.gccvas-cs-footer {
	position: relative;
	z-index: 10;
	margin-top: auto;
	padding: 1.25rem;
	text-align: center;
	font-size: 0.72rem;
	color: rgba(255, 255, 255, 0.45);
	animation: gccvas-cs-fade-up 1s ease 0.5s both;
}

.gccvas-cs-ring {
	position: fixed;
	top: 50%;
	left: 50%;
	width: min(90vw, 520px);
	height: min(90vw, 520px);
	margin: calc(min(90vw, 520px) / -2) 0 0 calc(min(90vw, 520px) / -2);
	z-index: 4;
	pointer-events: none;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.06);
	animation: gccvas-cs-ring-pulse 5s ease-in-out infinite;
}

.gccvas-cs-ring--2 {
	width: min(110vw, 640px);
	height: min(110vw, 640px);
	margin: calc(min(110vw, 640px) / -2) 0 0 calc(min(110vw, 640px) / -2);
	animation-delay: -2.2s;
	opacity: 0.5;
}

@keyframes gccvas-cs-kenburns {
	0% { transform: scale(1.04) translate3d(0, 0, 0); }
	100% { transform: scale(1.12) translate3d(-1.2%, -0.8%, 0); }
}

@keyframes gccvas-cs-grid-drift {
	0% { transform: translate3d(0, 0, 0); }
	100% { transform: translate3d(56px, 56px, 0); }
}

@keyframes gccvas-cs-plane-float {
	0%, 100% { transform: translate3d(0, 0, 0) rotate(-6deg); opacity: 0.12; }
	50% { transform: translate3d(12px, -18px, 0) rotate(4deg); opacity: 0.22; }
}

@keyframes gccvas-cs-fade-up {
	from { opacity: 0; transform: translate3d(0, 22px, 0); }
	to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes gccvas-cs-shimmer {
	0%, 100% { background-position: 0% center; }
	50% { background-position: 100% center; }
}

@keyframes gccvas-cs-digit-tick {
	0% { transform: scale(1); opacity: 1; }
	40% { transform: scale(1.08); opacity: 0.7; }
	100% { transform: scale(1); opacity: 1; }
}

@keyframes gccvas-cs-progress-slide {
	0% { transform: translateX(-100%); }
	100% { transform: translateX(320%); }
}

@keyframes gccvas-cs-ring-pulse {
	0%, 100% { transform: scale(0.96); opacity: 0.25; }
	50% { transform: scale(1.03); opacity: 0.55; }
}

@media (max-width: 480px) {
	.gccvas-cs-countdown {
		gap: 0.45rem;
	}

	.gccvas-cs-unit {
		padding: 0.7rem 0.35rem 0.55rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.gccvas-cs-bg__layer.is-active,
	.gccvas-cs-grid,
	.gccvas-cs-plane,
	.gccvas-cs-title,
	.gccvas-cs-progress__bar,
	.gccvas-cs-ring,
	.gccvas-cs-ring--2 {
		animation: none !important;
	}

	.gccvas-cs-logo,
	.gccvas-cs-kicker,
	.gccvas-cs-title,
	.gccvas-cs-lead,
	.gccvas-cs-countdown,
	.gccvas-cs-countdown-note,
	.gccvas-cs-progress,
	.gccvas-cs-actions,
	.gccvas-cs-footer {
		animation: none !important;
		opacity: 1;
		transform: none;
	}
}
