/* Homepage-only styles: base reset, body scroll-lock, hero shell,
   preloader (journey animation + code rain) and the bottom sticky batch bar.
   Extracted from the index.html inline <style> block. */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

body {
	background: rgb(40 40 40);
	font-family: 'Outfit', sans-serif;
	color: #fff;
	overflow-x: hidden;
	overflow: hidden !important;
	height: 100%;
	position: fixed;
	width: 100%;
	text-rendering: optimizeSpeed
}

body.loaded {
	overflow-y: auto !important;
	position: static;
	height: auto;
	width: auto
}

.hero-section {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden
}

.hero-image-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	z-index: 1
}

.hero-content {
	position: relative;
	z-index: 2;
	height: 100%;
	padding: 120px 5% 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0a0a0a;
	z-index: 10000;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 40px;
	transition: clip-path 0.9s cubic-bezier(0.86, 0, 0.07, 1)
}

#preloader.loaded {
	clip-path: circle(0% at 50% 50%)
}

.pl-headline {
	color: rgba(255, 255, 255, 0.65);
	font-size: 0.68rem;
	font-family: 'Outfit', sans-serif;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	opacity: 0;
	animation: plFadeIn 0.5s ease 0.1s forwards
}

.pl-journey {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 0 24px;
	max-width: 620px;
	width: 100%
}

.pl-stage {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	opacity: 0;
	transform: translateY(18px) scale(0.88);
	width: 130px;
	flex-shrink: 0
}

.pl-stage.pl-visible {
	animation: plStageIn 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) forwards
}

@keyframes plStageIn {
	to { opacity: 1; transform: translateY(0) scale(1) }
}

.pl-orb {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.04);
	border: 1.5px solid rgba(255, 255, 255, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, 0.65);
	flex-shrink: 0;
	position: relative
}

.pl-orb svg { width: 30px; height: 30px }
.pl-orb img { width: 38px; height: 38px; object-fit: contain }

.pl-orb-featured {
	background: rgba(255, 107, 0, 0.1);
	border-color: rgba(255, 107, 0, 0.65);
	color: #ff6b00;
	animation: plOrbPulse 2s ease-in-out infinite alternate
}

@keyframes plOrbPulse {
	from { box-shadow: 0 0 14px rgba(255, 107, 0, 0.25), 0 0 28px rgba(255, 107, 0, 0.08) }
	to   { box-shadow: 0 0 26px rgba(255, 107, 0, 0.55), 0 0 52px rgba(255, 107, 0, 0.18) }
}

.pl-orb-achieved {
	background: rgba(255, 187, 0, 0.07);
	border-color: rgba(255, 187, 0, 0.35);
	color: rgba(255, 187, 0, 0.75)
}

.pl-stage-info { text-align: center; display: flex; flex-direction: column; gap: 5px }

.pl-stage-title {
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin: 0;
	font-family: 'Outfit', sans-serif
}

.pl-stage-sub {
	color: rgba(255, 255, 255, 0.65);
	font-size: 0.6rem;
	line-height: 1.55;
	margin: 0;
	font-family: 'Outfit', sans-serif
}

.pl-stage.pl-featured .pl-stage-title {
	background: linear-gradient(135deg, #ff6b00, #ffbb00);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text
}

.pl-stage.pl-featured .pl-stage-sub { color: rgba(255, 140, 0, 0.5) }
.pl-stage.pl-achieved .pl-stage-title { color: rgba(255, 187, 0, 0.8) }

.pl-connector {
	flex: 1;
	height: 2px;
	background: rgba(255, 255, 255, 0.05);
	min-width: 28px;
	max-width: 60px;
	position: relative;
	margin-top: 34px
}

.pl-conn-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.15), #ff6b00);
	border-radius: 2px
}

.pl-conn-fill.pl-draw { animation: plDrawConn 0.45s ease forwards }
@keyframes plDrawConn { to { width: 100% } }

.pl-conn-2-fill { background: linear-gradient(90deg, #ff6b00, rgba(255, 187, 0, 0.7)) }

.pl-brand { opacity: 0; text-align: center }
.pl-brand.pl-visible { animation: plFadeIn 0.6s ease forwards }

.pl-brand-text {
	color: rgba(255, 255, 255, 0.65);
	font-size: 0.65rem;
	font-family: 'Outfit', sans-serif;
	margin: 0;
	letter-spacing: 0.1em;
	text-transform: uppercase
}

.pl-brand-text strong {
	background: linear-gradient(135deg, #ff6b00, #ffbb00);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	font-weight: 700
}

@keyframes plFadeIn { to { opacity: 1 } }

@media (max-width: 580px) {
	#preloader { gap: 32px }
	.pl-journey { flex-direction: column; align-items: flex-start; padding: 0 36px; max-width: none; width: auto }
	.pl-stage { flex-direction: row; width: auto; gap: 16px; align-items: center }
	.pl-stage-info { text-align: left }
	.pl-orb { width: 60px; height: 60px; flex-shrink: 0 }
	.pl-orb svg { width: 26px; height: 26px }
	.pl-connector { width: 2px; height: 36px; min-width: auto; max-width: none; flex: none; margin-top: 0; margin-left: 29px }
	.pl-conn-fill { width: 100%; height: 0; background: linear-gradient(180deg, rgba(255, 255, 255, 0.15), #ff6b00) }
	.pl-conn-2-fill { background: linear-gradient(180deg, #ff6b00, rgba(255, 187, 0, 0.7)) }
	.pl-conn-fill.pl-draw { animation: plDrawConnV 0.45s ease forwards }
	@keyframes plDrawConnV { to { height: 100% } }
}

.pl-headline, .pl-journey, .pl-brand { position: relative; z-index: 1 }

#pl-code-rain {
	position: absolute;
	inset: 0;
	overflow: hidden;
	pointer-events: none;
	z-index: 0
}

.pl-rain-col {
	position: absolute;
	left: 0;
	font-family: 'Courier New', monospace;
	font-size: 11px;
	line-height: 1;
	color: rgba(255, 240, 220, 0.9);
	white-space: nowrap;
	letter-spacing: 2px;
	animation: plDriftRight linear infinite;
	--max-op: 0.055
}

@keyframes plDriftRight {
	0%   { transform: translateX(-15vw); opacity: 0 }
	12%  { opacity: var(--max-op) }
	82%  { opacity: var(--max-op) }
	100% { transform: translateX(115vw); opacity: 0 }
}

/* ── Bottom Sticky Batch Bar ── */
#home-sticky-bar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	display: none;
	justify-content: center;
	align-items: center;
	gap: 16px;
	padding: 14px 20px;
	background: rgba(10, 10, 10, 0.92);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border-top: 1px solid rgba(255, 107, 0, 0.25);
	box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.45);
}

#home-sticky-bar.is-visible { display: flex }

#home-sticky-bar span {
	color: #fff;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.3px;
}

#home-sticky-bar span strong { color: #ff9d4d }

#home-sticky-bar a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 22px;
	border-radius: 12px;
	background: linear-gradient(135deg, #ff6b00, #ff3d00);
	color: #fff;
	font-size: 0.85rem;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
	box-shadow: 0 8px 24px rgba(255, 107, 0, 0.35);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#home-sticky-bar a:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 32px rgba(255, 107, 0, 0.5);
	color: #fff;
}

@media (max-width: 600px) {
	#home-sticky-bar { padding: 10px 14px; gap: 10px }
	#home-sticky-bar span { font-size: 0.72rem }
	#home-sticky-bar a { padding: 9px 16px; font-size: 0.78rem }
}
