*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; scroll-padding-top: 96px; }
::selection { background: rgba(108,99,255,0.35); color: #fff; }

:root {
  --void:      #05050f;
  --deep:      #0a0918;
  --panel:     #0e0c1e;
  --border:    rgba(108, 99, 255, 0.12);
  --border2:   rgba(108, 99, 255, 0.30);
  --text:      #c8c4e8;
  --dim:       #4a4568;
  --bright:    #f0eeff;
  --cyan:      #6c63ff;
  --cyan-dim:  rgba(108, 99, 255, 0.14);
  --cyan-glow: rgba(108, 99, 255, 0.40);
  --blue:      #a89fff;
  --orange:    #ff4571;
  --r: 4px;
  --max: 1200px;
}

::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--void); }
::-webkit-scrollbar-thumb { background: var(--cyan); border-radius: 2px; }

body {
  font-family: 'Rajdhani', sans-serif;
  background: var(--void);
  color: var(--text);
  overflow-x: hidden;
  cursor: auto;
}
.scanlines {
  position: fixed; inset: 0; z-index: 1; pointer-events: none;
  background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0,0,0,0.06) 2px, rgba(0,0,0,0.06) 4px);
}
.noise {
  position: fixed; inset: 0; z-index: 0; pointer-events: none; opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; transition: background 0.3s; }
nav.scrolled { background: rgba(6,5,10,0.93); backdrop-filter: blur(20px); }
.nav-inner {
  padding: 0 40px;
  height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.brand { display: flex; align-items: center; text-decoration: none; overflow: hidden; height: 74px; }
.brand-name {
  font-family: 'Orbitron', monospace;
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  color: var(--bright);
  text-decoration: none;
}
.brand-name em {
  font-style: normal;
  background: linear-gradient(90deg, var(--cyan), var(--blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.brand-logo {
  height: 190px;
  width: auto;
  display: block;
  mix-blend-mode: screen;
}
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a {
  font-family: 'Rajdhani', sans-serif; font-size: 0.82rem; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--dim); text-decoration: none;
  display: flex; align-items: center; gap: 6px; transition: color 0.2s; position: relative;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: -2px; left: 0; right: 0;
  height: 1px; background: var(--cyan); transform: scaleX(0); transform-origin: left; transition: transform 0.3s;
}
.nav-links a:hover { color: var(--bright); }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-num { font-family: 'JetBrains Mono', monospace; font-size: 0.60rem; color: var(--cyan); opacity: 0.7; }
.nav-cta {
  font-family: 'Orbitron', monospace; font-size: 0.65rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase; padding: 10px 22px;
  border: 1px solid var(--border2); border-radius: var(--r);
  color: var(--cyan); text-decoration: none; background: rgba(108,99,255,0.04);
  display: flex; align-items: center; gap: 8px; transition: all 0.25s; position: relative; overflow: hidden;
}
.nav-cta::before { content: ''; position: absolute; inset: 0; background: var(--cyan-dim); transform: translateX(-101%); transition: transform 0.3s; }
.nav-cta:hover::before { transform: translateX(0); }
.nav-cta:hover { color: var(--bright); border-color: var(--cyan); }
.cta-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 8px var(--cyan); animation: blinkDot 1.4s ease-in-out infinite; }
.nav-line { height: 1px; background: linear-gradient(90deg, transparent, var(--border2), transparent); }

#hero { position: relative; height: 260vh; }
.hero-sticky {
  position: sticky; top: 0; height: 100vh; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
#particleCanvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(108,99,255,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(108,99,255,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 20%, transparent 80%);
}
.hero-glow-left {
  position: absolute; top: 20%; left: -10%; width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(255,69,105,0.10) 0%, transparent 70%); filter: blur(40px);
}
.hero-glow-right {
  position: absolute; bottom: 10%; right: -5%; width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(108,99,255,0.10) 0%, transparent 70%); filter: blur(40px);
}
/* hero-content removed — replaced by .hero-text-overlay */
.hero-eyebrow {
  display: flex; align-items: center; gap: 10px;
  font-family: 'JetBrains Mono', monospace; font-size: 0.68rem; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--cyan); margin-bottom: 32px;
  opacity: 0; animation: fadeUp 0.8s 0.2s forwards;
}
.blink-dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 10px var(--cyan);
  animation: blinkDot 1.4s ease-in-out infinite;
}
@keyframes blinkDot { 0%,100% { opacity: 1; } 50% { opacity: 0.2; } }
.hero-title { display: flex; flex-direction: column; font-family: 'Orbitron', monospace; font-weight: 900; line-height: 0.96; letter-spacing: -0.02em; margin-bottom: 28px; }
.title-line { display: block; font-size: clamp(2.2rem, 3.8vw, 4.2rem); color: var(--bright); opacity: 0; position: relative; }
.title-line-1 { animation: fadeUp 0.8s 0.4s forwards; }
.title-line-2 { animation: fadeUp 0.8s 0.55s forwards; }
.title-line-3 { animation: fadeUp 0.8s 0.7s forwards; }
.accent-line {
  background: linear-gradient(90deg, var(--cyan) 0%, var(--blue) 60%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.title-line.glitch { animation: glitch 0.15s steps(2) forwards; }
@keyframes glitch {
  0%   { transform: translate(0); }
  25%  { transform: translate(-3px, 1px); filter: hue-rotate(30deg); }
  50%  { transform: translate(3px, -1px); }
  75%  { transform: translate(-1px, 2px); filter: hue-rotate(-30deg); }
  100% { transform: translate(0); filter: none; }
}
.hero-sub { font-size: 1.05rem; line-height: 1.80; color: var(--dim); max-width: 460px; margin-bottom: 40px; opacity: 0; animation: fadeUp 0.8s 0.85s forwards; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 52px; opacity: 0; animation: fadeUp 0.8s 1s forwards; }
.hero-readout {
  display: flex; align-items: center;
  border: 1px solid var(--border); border-radius: var(--r);
  background: rgba(16,14,24,0.7); backdrop-filter: blur(8px); overflow: hidden;
  opacity: 0; animation: fadeUp 0.8s 1.15s forwards;
}
.readout-item { padding: 14px 20px; display: flex; flex-direction: column; gap: 4px; flex: 1; }
.readout-label { font-family: 'JetBrains Mono', monospace; font-size: 0.58rem; letter-spacing: 0.14em; color: var(--dim); text-transform: uppercase; }
.readout-val { font-family: 'Orbitron', monospace; font-size: 1.1rem; font-weight: 700; color: var(--bright); letter-spacing: 0.04em; }
.readout-val em { font-style: normal; color: var(--cyan); font-size: 0.75em; }
.readout-divider { width: 1px; background: var(--border); align-self: stretch; }
.status-live { display: flex; align-items: center; gap: 6px; }
.live-dot { width: 6px; height: 6px; border-radius: 50%; background: #44ff88; box-shadow: 0 0 8px #44ff88; animation: blinkDot 1.4s infinite; }

.hero-viz-center {
  position: absolute; top: 74px; left: 0; right: 0; bottom: 0; z-index: 1;
  opacity: 0; animation: fadeIn 1.2s 0.3s forwards;
  will-change: transform;
}
.viz-frame {
  position: absolute; inset: 0;
  background: transparent; border: none; border-radius: 0; backdrop-filter: none;
  overflow: hidden;
}
.vf-corner { position: absolute; width: 20px; height: 20px; z-index: 10; }
.vf-corner::before, .vf-corner::after { content: ''; position: absolute; background: var(--cyan); box-shadow: 0 0 8px var(--cyan-glow); }
.vf-corner::before { width: 1.5px; height: 100%; }
.vf-corner::after  { width: 100%; height: 1.5px; }
.vf-tl { top: 12px; left: 12px; }
.vf-tr { top: 12px; right: 12px; transform: scaleX(-1); }
.vf-bl { bottom: 12px; left: 12px; transform: scaleY(-1); }
.vf-br { bottom: 12px; right: 12px; transform: scale(-1,-1); }
.vf-hud-bottom {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 10;
  display: flex; align-items: center; gap: 16px; padding: 14px 20px;
  background: linear-gradient(0deg, rgba(13,11,20,0.95) 0%, transparent 100%);
}
.hud-data { display: flex; flex-direction: column; gap: 2px; }
.hd-label { font-family: 'JetBrains Mono', monospace; font-size: 0.52rem; color: var(--dim); letter-spacing: 0.14em; }
.hd-val { font-family: 'Orbitron', monospace; font-size: 0.9rem; font-weight: 700; color: var(--bright); }
.hd-val small { font-size: 0.65em; color: var(--cyan); }
.hud-bar { flex: 1; height: 2px; background: rgba(108,99,255,0.1); border-radius: 1px; }
.hud-bar-fill { height: 100%; background: var(--cyan); border-radius: 1px; box-shadow: 0 0 6px var(--cyan); transition: width 0.8s; }

/* ── Apple-style scroll-driven overlay ── */
.hero-text-overlay {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 10;
  pointer-events: none;
}
.hero-text-overlay::before {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 90vh;
  background: linear-gradient(0deg,
    rgba(5,5,15,0.96) 0%,
    rgba(5,5,15,0.74) 32%,
    rgba(5,5,15,0.30) 60%,
    transparent 100%
  );
  opacity: var(--overlay-bg, 0);
  will-change: opacity;
  pointer-events: none;
}
.hero-text-overlay.revealed { pointer-events: auto; }
.hero-overlay-inner {
  position: relative; z-index: 1;
  width: min(var(--max), calc(100% - 48px)); margin: 0 auto;
  padding: 48px 0 72px;
}
/* Kill per-element CSS entry animations inside overlay — JS drives them */
.hero-text-overlay .hero-eyebrow,
.hero-text-overlay .title-line,
.hero-text-overlay .hero-sub,
.hero-text-overlay .hero-actions,
.hero-text-overlay .hero-readout {
  opacity: 0; transform: translateY(30px);
  animation: none !important;
  will-change: opacity, transform;
}
.hero-text-overlay .hero-readout { margin-bottom: 0; }
.hero-scroll-hint {
  position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  font-family: 'JetBrains Mono', monospace; font-size: 0.56rem; letter-spacing: 0.2em; color: var(--dim); z-index: 2;
  opacity: 0; animation: fadeIn 1s 2s forwards;
}
.scroll-line { width: 1px; height: 40px; background: linear-gradient(180deg, transparent, var(--cyan)); animation: scrollPulse 2s infinite; }
@keyframes scrollPulse { 0%,100%{ opacity:0.3; } 50%{ opacity:1; } }

.btn-primary {
  position: relative; overflow: hidden; display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Orbitron', monospace; font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase; padding: 14px 28px;
  border: 1px solid var(--cyan); border-radius: var(--r); color: var(--void); text-decoration: none;
  background: var(--cyan); box-shadow: 0 0 20px var(--cyan-glow), inset 0 1px 0 rgba(255,255,255,0.2);
  transition: all 0.25s;
}
.btn-primary .btn-bg { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,255,255,0.15), transparent); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 0 32px var(--cyan-glow), 0 8px 24px rgba(0,0,0,0.4); }
.btn-primary svg, .btn-primary .btn-text { position: relative; z-index: 1; }
.btn-ghost {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Orbitron', monospace; font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase; padding: 14px 28px;
  border: 1px solid var(--border2); border-radius: var(--r); color: var(--cyan); text-decoration: none; background: transparent; transition: all 0.25s;
}
.btn-ghost:hover { background: var(--cyan-dim); border-color: var(--cyan); transform: translateY(-2px); }

.section { padding: 110px 0; position: relative; }
.section-dark { background: rgba(13,11,20,0.5); }
.section-dark::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--border2), transparent); }
.section-dark::after  { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--border2), transparent); }
.container { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.section-label { display: flex; align-items: center; gap: 14px; margin-bottom: 40px; font-family: 'JetBrains Mono', monospace; font-size: 0.68rem; letter-spacing: 0.18em; color: var(--cyan); }
.sl-num { opacity: 0.6; }
.sl-line { flex: 0 0 40px; height: 1px; background: var(--cyan); opacity: 0.4; }
.section-title { font-family: 'Orbitron', monospace; font-size: clamp(2rem, 4vw, 3.8rem); font-weight: 800; line-height: 1.08; letter-spacing: -0.02em; color: var(--bright); margin-bottom: 60px; }
.section-title em { font-style: normal; background: linear-gradient(90deg, var(--cyan), var(--blue)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
h2 { font-family: 'Orbitron', monospace; font-size: clamp(2rem, 3.8vw, 3.6rem); font-weight: 800; line-height: 1.1; letter-spacing: -0.02em; color: var(--bright); margin-bottom: 24px; }
h2 em { font-style: normal; background: linear-gradient(90deg, var(--cyan), var(--blue)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.section-body { font-size: 1.05rem; line-height: 1.80; color: var(--dim); max-width: 460px; }

.split-layout { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr); gap: 76px; align-items: center; }
.what-copy { max-width: 640px; }
.what-copy .section-body { max-width: 560px; margin-bottom: 30px; }
.usp-stack { display: flex; flex-direction: column; }
.usp-item { display: flex; align-items: flex-start; gap: 18px; padding: 19px 0; border-bottom: 1px solid var(--border); transition: all 0.25s; cursor: default; }
.usp-item:first-child { border-top: 1px solid var(--border); }
.usp-item:hover { padding-left: 12px; border-bottom-color: var(--border2); }
.usp-num { font-family: 'JetBrains Mono', monospace; font-size: 0.62rem; color: var(--cyan); opacity: 0.6; padding-top: 4px; min-width: 22px; }
.usp-content h3 { font-family: 'Rajdhani', sans-serif; font-size: 1.15rem; font-weight: 700; letter-spacing: 0.04em; color: var(--bright); margin-bottom: 6px; text-transform: uppercase; }
.usp-content p { font-size: 0.92rem; line-height: 1.7; color: var(--dim); }
.usp-arrow { margin-left: auto; color: var(--dim); opacity: 0; transition: opacity 0.2s; font-size: 1.1rem; padding-top: 2px; }
.usp-item:hover .usp-arrow { opacity: 0.6; }

.pickup-viz {
  position: relative;
  min-height: 620px;
  border: none;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}

.replay-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 8px 13px;
  border: 1px solid rgba(108,99,255,0.22);
  border-radius: 4px;
  background: rgba(8, 9, 18, 0.42);
  color: rgba(200, 196, 232, 0.54);
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s, background 0.2s, opacity 0.2s, transform 0.2s;
}

.replay-btn:hover,
.replay-btn:focus-visible {
  color: var(--bright);
  border-color: rgba(108,99,255,0.48);
  background: rgba(108,99,255,0.10);
  outline: none;
}

.replay-btn:active {
  transform: translateY(1px);
}

.replay-btn-pickup {
  position: absolute;
  left: 50%;
  bottom: 12px;
  z-index: 3;
  transform: translateX(-50%);
  opacity: 0.58;
}

.replay-btn-pickup:active {
  transform: translateX(-50%) translateY(1px);
}

.pickup-scene {
  position: absolute;
  inset: 0;
}

.pickup-scene canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
  filter: drop-shadow(0 0 18px rgba(28,207,255,0.18));
}

.pickup-viz::before {
  content: none;
}

.pickup-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(108,99,255,0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(108,99,255,0.055) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 18%, transparent 82%);
}

.pickup-tower {
  position: absolute;
  left: 18%;
  bottom: 52px;
  width: 210px;
  height: 430px;
  transform: perspective(900px) rotateY(-12deg);
  filter: drop-shadow(0 0 18px rgba(108,99,255,0.16));
}

.pickup-face,
.pickup-side,
.pickup-top {
  position: absolute;
  border: 1px solid rgba(108,99,255,0.55);
  background: rgba(8,12,18,0.52);
  box-shadow: inset 0 0 18px rgba(108,99,255,0.08), 0 0 18px rgba(108,99,255,0.08);
}

.pickup-face {
  left: 0;
  bottom: 0;
  width: 180px;
  height: 380px;
}

.pickup-side {
  left: 180px;
  bottom: 20px;
  width: 42px;
  height: 360px;
  transform: skewY(-24deg);
  transform-origin: left bottom;
  opacity: 0.62;
}

.pickup-top {
  left: 8px;
  top: 0;
  width: 198px;
  height: 52px;
  transform: skewX(-22deg);
}

.pickup-top span {
  position: absolute;
  inset: 13px 44px;
  border: 2px solid #14f7ff;
  box-shadow: 0 0 16px rgba(20,247,255,0.75);
}

.pickup-bay {
  position: absolute;
  left: 50%;
  top: 48%;
  width: 84px;
  height: 88px;
  transform: translate(-50%, -50%);
  border: 1px solid #14f7ff;
  box-shadow: 0 0 14px rgba(20,247,255,0.5);
  overflow: visible;
}

.pickup-door {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: rgba(10,12,19,0.88);
  border: 1px solid rgba(108,99,255,0.55);
  animation: pickupDoor 4.8s ease-in-out infinite;
}

.pickup-door.left { left: 0; transform-origin: left center; }
.pickup-door.right { right: 0; transform-origin: right center; animation-name: pickupDoorRight; }

.pickup-package {
  position: absolute;
  left: 22px;
  top: 26px;
  width: 40px;
  height: 34px;
  background: rgba(3,5,9,0.95);
  border: 1px solid #14f7ff;
  box-shadow: 0 0 18px rgba(20,247,255,0.48);
  animation: pickupPackage 4.8s ease-in-out infinite;
}

.pickup-package::after {
  content: '';
  position: absolute;
  left: 8px;
  right: 8px;
  top: 14px;
  height: 3px;
  background: #14f7ff;
  box-shadow: 0 0 8px rgba(20,247,255,0.9);
}

.pickup-scan {
  position: absolute;
  left: 36px;
  right: 36px;
  bottom: 34px;
  height: 3px;
  background: #14f7ff;
  box-shadow: 0 0 12px rgba(20,247,255,0.8);
  animation: pickupScan 4.8s ease-in-out infinite;
}

.pickup-human {
  position: absolute;
  right: 13%;
  bottom: 64px;
  width: 190px;
  height: 400px;
  opacity: 0.76;
  filter: blur(0.7px) drop-shadow(0 0 16px rgba(108,99,255,0.42));
  animation: humanReach 4.8s ease-in-out infinite;
}

.human-head,
.human-torso,
.human-arm,
.human-leg,
.human-hand {
  position: absolute;
  border: 2px solid rgba(132,126,255,0.88);
  box-shadow: 0 0 16px rgba(108,99,255,0.5);
}

.human-head {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  left: 62px;
  top: 0;
}

.human-torso {
  width: 92px;
  height: 150px;
  left: 44px;
  top: 76px;
  border-radius: 45% 45% 20% 20%;
}

.human-arm {
  width: 92px;
  height: 2px;
  top: 138px;
  transform-origin: left center;
}

.human-arm-left {
  left: 50px;
  transform: rotate(138deg);
  opacity: 0.45;
}

.human-arm-right {
  left: 94px;
  transform: rotate(202deg);
  animation: humanArm 4.8s ease-in-out infinite;
}

.human-hand {
  width: 18px;
  height: 18px;
  left: 18px;
  top: 166px;
  border-radius: 50%;
  animation: humanHand 4.8s ease-in-out infinite;
}

.human-leg {
  width: 96px;
  height: 2px;
  top: 254px;
  transform-origin: left center;
}

.human-leg-left { left: 72px; transform: rotate(106deg); }
.human-leg-right { left: 98px; transform: rotate(78deg); }

@keyframes pickupDoor {
  0%, 18%, 82%, 100% { transform: rotateY(0deg); }
  28%, 70% { transform: rotateY(-74deg); }
}

@keyframes pickupDoorRight {
  0%, 18%, 82%, 100% { transform: rotateY(0deg); }
  28%, 70% { transform: rotateY(74deg); }
}

@keyframes pickupPackage {
  0%, 30% { transform: translate(0, 0) scale(1); opacity: 0; }
  36% { opacity: 1; }
  52%, 70% { transform: translate(188px, 46px) scale(0.92); opacity: 1; }
  82%, 100% { transform: translate(188px, 46px) scale(0.92); opacity: 0; }
}

@keyframes pickupScan {
  0%, 20%, 82%, 100% { opacity: 0.34; transform: scaleX(0.55); }
  36%, 70% { opacity: 1; transform: scaleX(1); }
}

@keyframes humanReach {
  0%, 30%, 100% { transform: translateX(0); }
  45%, 70% { transform: translateX(-22px); }
}

@keyframes humanArm {
  0%, 26%, 100% { transform: rotate(202deg); }
  44%, 72% { transform: rotate(180deg); }
}

@keyframes humanHand {
  0%, 26%, 100% { transform: translate(0, 0); opacity: 0.7; }
  44%, 72% { transform: translate(-54px, -10px); opacity: 1; }
}

.app-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.app-card { position: relative; overflow: hidden; padding: 32px 26px; border: 1px solid var(--border); border-radius: 6px; background: rgba(16,14,24,0.6); transition: all 0.3s; }
.app-card::after { content: ''; position: absolute; inset: 0; border-radius: 6px; background: radial-gradient(circle at 50% 0%, rgba(108,99,255,0.08), transparent 70%); opacity: 0; transition: opacity 0.3s; }
.app-card:hover { border-color: var(--border2); transform: translateY(-6px); box-shadow: 0 20px 40px rgba(0,0,0,0.4); }
.app-card:hover::after { opacity: 1; }
.app-card-num { font-family: 'JetBrains Mono', monospace; font-size: 0.60rem; color: var(--cyan); opacity: 0.5; letter-spacing: 0.14em; margin-bottom: 16px; position: relative; z-index: 1; }
.app-card h4 { font-family: 'Rajdhani', sans-serif; font-size: 1rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--bright); margin-bottom: 10px; position: relative; z-index: 1; }
.app-card p { font-size: 0.88rem; line-height: 1.7; color: var(--dim); position: relative; z-index: 1; }

.roadmap-track { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; }
.rt-line { position: absolute; top: 16px; left: calc(16.66% + 16px); right: calc(16.66% + 16px); height: 1px; background: var(--border2); }
.rt-line::after { content: ''; position: absolute; top: 50%; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, var(--cyan), transparent); transform: translateY(-50%); }
.milestone { padding: 32px 28px; border: 1px solid var(--border); border-radius: 6px; background: var(--panel); position: relative; transition: border-color 0.3s; }
.milestone:hover { border-color: var(--border2); }
.milestone.active { border-color: rgba(108,99,255,0.30); }
.milestone.active::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--cyan), var(--blue)); }
.ms-dot { width: 10px; height: 10px; border-radius: 50%; border: 1.5px solid var(--dim); margin-bottom: 20px; }
.ms-dot.active-dot { border-color: var(--cyan); background: var(--cyan); box-shadow: 0 0 12px var(--cyan-glow); animation: blinkDot 1.8s infinite; }
.ms-phase { font-family: 'JetBrains Mono', monospace; font-size: 0.60rem; letter-spacing: 0.16em; color: var(--dim); margin-bottom: 12px; }
.milestone.active .ms-phase { color: var(--cyan); }
.milestone h4 { font-family: 'Rajdhani', sans-serif; font-size: 1.1rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--bright); margin-bottom: 10px; }
.milestone p { font-size: 0.88rem; line-height: 1.75; color: var(--dim); }

#contact { padding: 110px 0; position: relative; border-top: 1px solid var(--border); }
#contact::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(ellipse 60% 50% at 50% 0%, rgba(108,99,255,0.05) 0%, transparent 70%); pointer-events: none; }
.contact-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.contact-left h2 { margin-bottom: 20px; }
.contact-left p { font-size: 1.05rem; line-height: 1.8; color: var(--dim); margin-bottom: 40px; max-width: 440px; }
.contact-channels { display: flex; flex-direction: column; gap: 16px; }
.contact-channel {
  display: flex; align-items: center; gap: 16px; padding: 20px 24px;
  border: 1px solid var(--border); border-radius: 6px;
  background: rgba(16,14,24,0.6); text-decoration: none; transition: all 0.3s; position: relative; overflow: hidden;
}
.contact-channel::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: transparent; transition: background 0.3s; }
.contact-channel:hover { border-color: var(--border2); transform: translateX(6px); }
.contact-channel:hover::before { background: linear-gradient(90deg, transparent, var(--cyan), transparent); }
.ch-icon { width: 42px; height: 42px; border-radius: 50%; background: var(--cyan-dim); border: 1px solid var(--border2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ch-icon svg { width: 18px; height: 18px; color: var(--cyan); }
.ch-info { display: flex; flex-direction: column; gap: 3px; }
.ch-label { font-family: 'JetBrains Mono', monospace; font-size: 0.58rem; letter-spacing: 0.14em; color: var(--dim); text-transform: uppercase; }
.ch-value { font-family: 'Rajdhani', sans-serif; font-size: 1rem; font-weight: 600; color: var(--bright); letter-spacing: 0.04em; }
.ch-arrow { margin-left: auto; color: var(--dim); transition: color 0.2s, transform 0.2s; }
.contact-channel:hover .ch-arrow { color: var(--cyan); transform: translateX(4px); }
.contact-form-wrap { padding: 40px 36px; border: 1px solid var(--border2); border-radius: 8px; background: rgba(13,11,20,0.9); position: relative; overflow: hidden; }
.contact-form-wrap::before { content: ''; position: absolute; top: 0; left: 10%; right: 10%; height: 1px; background: linear-gradient(90deg, transparent, var(--cyan), transparent); }
.form-header { margin-bottom: 28px; }
.form-header-label { display: flex; align-items: center; gap: 8px; font-family: 'JetBrains Mono', monospace; font-size: 0.62rem; letter-spacing: 0.16em; color: var(--cyan); text-transform: uppercase; margin-bottom: 8px; }
.form-header h3 { font-family: 'Orbitron', monospace; font-size: 1.2rem; font-weight: 700; color: var(--bright); letter-spacing: 0.04em; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.botcheck { display: none; }
.form-field { display: flex; flex-direction: column; gap: 7px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-family: 'JetBrains Mono', monospace; font-size: 0.58rem; letter-spacing: 0.14em; color: var(--dim); text-transform: uppercase; }
.form-field input, .form-field select, .form-field textarea {
  font-family: 'Rajdhani', sans-serif; font-size: 0.95rem; font-weight: 500;
  color: var(--bright); background: rgba(108,99,255,0.03);
  border: 1px solid var(--border); border-radius: var(--r);
  padding: 12px 14px; outline: none; width: 100%;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.form-field input::placeholder, .form-field textarea::placeholder { color: var(--dim); opacity: 0.5; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 2px rgba(108,99,255,0.08); }
.form-field textarea { resize: vertical; min-height: 100px; }
.form-field select { cursor: pointer; -webkit-appearance: none; }
.form-field select option { background: var(--panel); color: var(--bright); }
.form-submit { display: flex; align-items: center; justify-content: space-between; margin-top: 24px; }
.form-note { font-family: 'JetBrains Mono', monospace; font-size: 0.56rem; letter-spacing: 0.1em; color: var(--dim); }
.form-note span { color: var(--cyan); }
.btn-submit {
  position: relative; overflow: hidden; display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Orbitron', monospace; font-size: 0.65rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase; padding: 13px 26px;
  border: 1px solid var(--cyan); border-radius: var(--r);
  color: var(--void); background: var(--cyan); box-shadow: 0 0 20px var(--cyan-glow);
  cursor: pointer; transition: all 0.25s;
}
.btn-submit:hover { transform: translateY(-2px); box-shadow: 0 0 30px var(--cyan-glow); }
.btn-submit svg { width: 14px; height: 14px; }
.form-success { display: none; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 40px 20px; gap: 16px; min-height: 200px; }
.form-success.show { display: flex; }
.success-icon { width: 56px; height: 56px; border-radius: 50%; background: var(--cyan-dim); border: 1px solid var(--border2); display: flex; align-items: center; justify-content: center; box-shadow: 0 0 20px var(--cyan-glow); animation: successPop 0.4s cubic-bezier(0.175,0.885,0.32,1.275); }
@keyframes successPop { 0%{ transform:scale(0); opacity:0; } 100%{ transform:scale(1); opacity:1; } }
.success-icon svg { width: 24px; height: 24px; color: var(--cyan); }
.success-title { font-family: 'Orbitron', monospace; font-size: 1rem; font-weight: 700; color: var(--bright); }
.success-msg { font-size: 0.9rem; color: var(--dim); line-height: 1.7; max-width: 300px; }

footer { padding: 32px 0 0; }
.footer-inner { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; padding-bottom: 28px; }
.footer-brand { display: flex; flex-direction: column; gap: 4px; }
.footer-name { font-family: 'Orbitron', monospace; font-size: 0.9rem; font-weight: 800; color: var(--bright); letter-spacing: 0.1em; }
.footer-tag { font-family: 'JetBrains Mono', monospace; font-size: 0.58rem; letter-spacing: 0.14em; color: var(--dim); text-transform: uppercase; }
.footer-center { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.footer-copy { font-family: 'JetBrains Mono', monospace; font-size: 0.60rem; color: var(--dim); }
.footer-email { font-family: 'Rajdhani', sans-serif; font-size: 0.85rem; font-weight: 600; color: var(--cyan); text-decoration: none; letter-spacing: 0.04em; }
.footer-email:hover { color: var(--bright); }
.footer-right { display: flex; flex-direction: column; align-items: flex-end; gap: 4px; }
.footer-url { font-family: 'JetBrains Mono', monospace; font-size: 0.72rem; color: var(--dim); }
.footer-line { height: 1px; background: linear-gradient(90deg, transparent, var(--border2), transparent); }

@keyframes fadeUp { from{ opacity:0; transform:translateY(20px); } to{ opacity:1; transform:translateY(0); } }
@keyframes fadeIn  { from{ opacity:0; } to{ opacity:1; } }
.reveal {
  opacity: 0; transform: translateY(28px); filter: blur(8px);
  transition: opacity 0.9s cubic-bezier(0.22,1,0.36,1), transform 0.9s cubic-bezier(0.22,1,0.36,1), filter 0.9s cubic-bezier(0.22,1,0.36,1);
}
.reveal.show { opacity: 1; transform: translateY(0); filter: blur(0); }
.pickup-viz.reveal { filter: none; } /* don't blur the WebGL canvas */

.viz-scene {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}

@keyframes rotorSpin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

@keyframes droneFloat {
  0%,100% { transform: translate(-50%, -50%) translateY(0px); }
  45%      { transform: translate(-50%, -50%) translateY(-20px); }
  70%      { transform: translate(-50%, -50%) translateY(-10px); }
}

/* ══════════ MOBILE NAV (hamburger + slide-in menu) ══════════ */
.nav-toggle {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 44px; height: 44px; padding: 0; margin: 0;
  background: none; border: none; cursor: pointer; z-index: 130;
}
.nav-toggle span {
  display: block; width: 24px; height: 2px; margin: 0 auto;
  background: var(--bright); border-radius: 2px;
  transition: transform 0.32s cubic-bezier(0.22,1,0.36,1), opacity 0.22s;
}
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  position: fixed; inset: 0; z-index: 120;
  display: flex; flex-direction: column; justify-content: center; gap: 8px;
  padding: 0 32px;
  background: rgba(6,5,12,0.97); backdrop-filter: blur(24px);
  opacity: 0; visibility: hidden; transform: translateY(-10px);
  transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.22,1,0.36,1), visibility 0.35s;
}
.mobile-menu.open { opacity: 1; visibility: visible; transform: translateY(0); }
.mobile-menu a {
  font-family: 'Orbitron', monospace; font-size: 1.6rem; font-weight: 700;
  color: var(--bright); text-decoration: none; letter-spacing: 0.02em;
  padding: 14px 0; display: flex; align-items: baseline; gap: 16px;
  border-bottom: 1px solid var(--border);
  opacity: 0; transform: translateX(-20px);
  transition: opacity 0.4s, transform 0.4s, color 0.2s;
}
.mobile-menu.open a { opacity: 1; transform: translateX(0); }
.mobile-menu.open a:nth-child(1) { transition-delay: 0.08s; }
.mobile-menu.open a:nth-child(2) { transition-delay: 0.14s; }
.mobile-menu.open a:nth-child(3) { transition-delay: 0.20s; }
.mobile-menu.open a:nth-child(4) { transition-delay: 0.26s; }
.mobile-menu.open a:nth-child(5) { transition-delay: 0.32s; }
.mobile-menu.open a:nth-child(6) { transition-delay: 0.38s; }
.mobile-menu .mm-num { font-size: 0.85rem; color: var(--cyan); font-family: 'JetBrains Mono', monospace; }
.mobile-menu .mm-cta {
  margin-top: 18px; justify-content: center; border: 1px solid var(--cyan);
  border-radius: 4px; color: var(--cyan); font-size: 1.1rem;
}
body.menu-open { overflow: hidden; }

/* ══════════ TABLET (≤900px) ══════════ */
@media (max-width: 900px) {
  .nav-links, .nav-cta { display: none; }
  .nav-toggle { display: flex; }
  .nav-inner { padding: 0 22px; }
  .brand-logo { height: 150px; }
  .container { width: calc(100% - 40px); }
  .section { padding: 84px 0; }

  #hero { height: 250vh; }
  .hero-overlay-inner { padding: 32px 0 48px; }
  .hero-sub { max-width: 100%; }

  .split-layout { grid-template-columns: 1fr; gap: 40px; }
  .pickup-viz { min-height: 480px; order: -1; }
  .pickup-tower { left: 12%; transform: scale(0.85) perspective(900px) rotateY(-12deg); transform-origin: left bottom; }
  .pickup-human { right: 8%; transform: scale(0.84); transform-origin: right bottom; }
  .app-grid { grid-template-columns: 1fr 1fr; }
  .roadmap-track { grid-template-columns: 1fr; gap: 20px; }
  .rt-line { display: none; }
  .contact-wrap { grid-template-columns: 1fr; gap: 40px; }
  .form-grid { grid-template-columns: 1fr 1fr; }

  /* Touch devices: disable the drone drift so text never collides with viz */
  .hero-viz-center { transition: none; }
}

/* ══════════ PHONE (≤600px) ══════════ */
@media (max-width: 600px) {
  .nav-inner { padding: 0 16px; height: 64px; }
  nav .nav-line { top: 64px; }
  .brand { height: 64px; }
  .brand-logo { height: 130px; }

  /* Cleaner hero on phone — drop the coloured glow blobs */
  .hero-glow-left, .hero-glow-right { display: none; }
  .section { padding: 64px 0; }
  .container { width: calc(100% - 32px); }

  /* Hero keeps the desktop-style scroll reveal — just sized for phones */
  #hero { height: 230vh; }
  .hero-overlay-inner { width: calc(100% - 32px); padding: 28px 0 44px; }
  .title-line { font-size: clamp(1.9rem, 8.5vw, 2.6rem); }
  .title-line-2 { margin-top: 8px; }
  .hero-sub { font-size: 1rem; line-height: 1.7; margin-bottom: 32px; }

  .hero-actions { gap: 12px; width: 100%; }
  .btn-primary, .btn-ghost { flex: 1; justify-content: center; min-width: 0; padding: 15px 18px; }

  h2 { font-size: clamp(1.8rem, 7vw, 2.4rem); }
  .section-title { font-size: clamp(1.6rem, 6vw, 2.1rem); }
  .section-body { font-size: 1rem; }

  .app-grid { grid-template-columns: 1fr; gap: 14px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-submit { flex-direction: column; gap: 16px; align-items: stretch; }
  .btn-submit { justify-content: center; }

  .pickup-viz { min-height: 360px; }
  .pickup-tower { left: 6%; transform: scale(0.66) perspective(900px) rotateY(-12deg); }
  .pickup-human { right: 2%; transform: scale(0.62); }

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

  /* Touch: neutralize hover-tilt transforms so cards don't get stuck rotated */
  .app-card:hover { transform: none; }
}

/* Touch devices generally: kill cursor-glow + tilt (no hover state) */
@media (hover: none) {
  .app-card::before { display: none; }
  .app-card:hover, .app-card { transform: none !important; }
  .btn-primary:hover::after { left: -70%; }
}

.blink-dot,
.cta-dot,
.live-dot,
.ms-dot {
  display: none;
}
/* ══════════ POLISH PASS ══════════ */

/* Page fade-in on load */
@keyframes pageIn { from { opacity: 0; } to { opacity: 1; } }
body { animation: pageIn 0.5s ease both; }

/* Staggered cascade — use-case cards */
.app-grid .app-card:nth-child(2) { transition-delay: 0.10s; }
.app-grid .app-card:nth-child(3) { transition-delay: 0.20s; }
.app-grid .app-card:nth-child(4) { transition-delay: 0.30s; }

/* Staggered cascade — roadmap milestones (child 1 is .rt-line) */
.roadmap-track .milestone:nth-child(3) { transition-delay: 0.12s; }
.roadmap-track .milestone:nth-child(4) { transition-delay: 0.24s; }

/* Scrollspy — active nav link */
.nav-links a.active { color: var(--bright); }
.nav-links a.active::after { transform: scaleX(1); }

/* Primary button — shine sweep + arrow nudge */
.btn-primary::after {
  content: ''; position: absolute; top: 0; bottom: 0; left: -70%; width: 45%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,0.45), transparent);
  transform: skewX(-18deg); transition: left 0.55s ease; pointer-events: none;
}
.btn-primary:hover::after { left: 130%; }
.btn-primary svg { transition: transform 0.25s; }
.btn-primary:hover svg { transform: translateX(4px); }

/* Use-case cards — soft radial glow follows the cursor */
.app-card::before {
  content: ''; position: absolute; inset: 0; border-radius: 6px;
  background: radial-gradient(230px circle at var(--mx, 50%) var(--my, 0%), rgba(108,99,255,0.16), transparent 65%);
  opacity: 0; transition: opacity 0.3s; pointer-events: none;
}
.app-card:hover::before { opacity: 1; }

/* Contact channels + USP rows — slightly springier */
.contact-channel, .usp-item { transition-timing-function: cubic-bezier(0.22,1,0.36,1); }

/* Accessibility — respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ══════════ MODERN PASS ══════════ */

/* Scroll progress bar */
.scroll-progress {
  position: fixed; top: 0; left: 0; right: 0; height: 2px; z-index: 200;
  background: linear-gradient(90deg, var(--cyan), var(--blue));
  box-shadow: 0 0 10px var(--cyan-glow);
  transform: scaleX(0); transform-origin: left;
}

/* Gradient borders — cards feel etched in light instead of outlined */
.app-card, .milestone {
  border-color: transparent;
  background:
    linear-gradient(rgba(15,13,24,0.88), rgba(15,13,24,0.88)) padding-box,
    linear-gradient(160deg, rgba(108,99,255,0.45), rgba(108,99,255,0.06) 45%, rgba(255,69,113,0.22)) border-box;
}
.app-card:hover, .milestone:hover {
  border-color: transparent;
  background:
    linear-gradient(rgba(17,15,28,0.92), rgba(17,15,28,0.92)) padding-box,
    linear-gradient(160deg, rgba(108,99,255,0.75), rgba(108,99,255,0.15) 45%, rgba(255,69,113,0.40)) border-box;
}
.milestone.active { border-color: transparent; }

/* Living aurora — hero glows drift slowly */
.hero-glow-left  { animation: auroraDrift 16s ease-in-out infinite alternate; }
.hero-glow-right { animation: auroraDrift 21s ease-in-out infinite alternate-reverse; }
@keyframes auroraDrift {
  from { transform: translate(0, 0) scale(1); }
  to   { transform: translate(70px, -50px) scale(1.18); }
}

/* Breathing gradient on accent text */
.accent-line, h2 em, .section-title em {
  background-size: 220% 100%;
  animation: gradientBreathe 7s ease-in-out infinite alternate;
}
@keyframes gradientBreathe {
  from { background-position: 0% 50%; }
  to   { background-position: 100% 50%; }
}

/* Nav links — letterspacing eases open on hover */
.nav-links a { transition: color 0.2s, letter-spacing 0.3s; }
.nav-links a:hover { letter-spacing: 0.16em; }

/* ══════════ DELIVERY ROUTE MAP (drone vs car) ══════════ */
.delivery-map {
  display: grid;
  grid-template-columns: 0.85fr 1.3fr;
  gap: 48px;
  align-items: center;
  margin-bottom: 80px;
  padding-bottom: 64px;
  border-bottom: 1px solid var(--border);
}
.map-copy .map-kicker {
  display: inline-block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  color: var(--cyan);
  margin-bottom: 18px;
}
.map-copy h3 {
  font-family: 'Orbitron', monospace;
  font-size: clamp(1.5rem, 2.4vw, 2.1rem);
  font-weight: 700;
  color: var(--bright);
  line-height: 1.12;
  margin-bottom: 18px;
}
.map-copy p {
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--text);
  max-width: 420px;
}
.map-stage {
  position: relative;
}
.city-map-svg {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  border: 1px solid var(--border2);
  box-shadow: 0 24px 60px rgba(0,0,0,0.5), 0 0 0 1px rgba(108,99,255,0.05);
  background: #071426;
}
/* SVG building-block fills that aren't set inline */
.restaurant-marker rect { fill: #1c2f4a; }
.restaurant-marker rect:nth-child(2) { fill: #243b5c; }
.restaurant-marker text { fill: #cfe0ff; }
.restaurant-marker path { stroke: #6c63ff; stroke-width: 1; fill: none; }
.restaurant-marker path:nth-of-type(2) { fill: rgba(108,99,255,0.12); }
.restaurant-marker circle { fill: #6c63ff; }
.restaurant-marker circle + text,
.restaurant-marker text:last-child { fill: #fff; }
.landing-base rect { fill: #15294a; }
.landing-base .landing-top-label { fill: #6c63ff; }
.landing-base .landing-top-label-text { fill: #fff; }
.landing-base circle { fill: none; stroke: #3fd0ff; stroke-width: 1.6; }
.landing-base circle:nth-of-type(3) { fill: #3fd0ff; stroke: none; }
.landing-base path { stroke: #3fd0ff; stroke-width: 1.4; fill: none; }
.landing-base rect:last-of-type { fill: #3fd0ff; }
.landing-base circle:nth-last-of-type(-n+2) { fill: #3fd0ff; stroke: none; }
.landing-bottom-label rect { fill: rgba(108,99,255,0.18); }
.landing-bottom-label text { fill: #b9c8ff; }

.map-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 22px;
}
.replay-btn-map {
  display: flex;
  width: fit-content;
  margin: 12px 0 0 auto;
  opacity: 0.64;
}
.map-stats > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 18px;
  border-radius: 8px;
  background:
    linear-gradient(rgba(15,13,28,0.9), rgba(15,13,28,0.9)) padding-box,
    linear-gradient(160deg, rgba(108,99,255,0.4), rgba(108,99,255,0.05)) border-box;
  border: 1px solid transparent;
}
.map-stats > div:first-child {
  background:
    linear-gradient(rgba(15,13,28,0.9), rgba(15,13,28,0.9)) padding-box,
    linear-gradient(160deg, rgba(255,69,113,0.45), rgba(255,69,113,0.06)) border-box;
}
.map-stats span {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  color: var(--dim);
}
.map-stats strong {
  font-family: 'Orbitron', monospace;
  font-size: 1.35rem;
  color: var(--bright);
}
.map-stats strong sup {
  display: inline-block;
  margin-left: 6px;
  transform: translateY(-0.18em);
  color: var(--dim);
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.42em;
  font-weight: 500;
  letter-spacing: 0.12em;
}
.map-stats > div:first-child strong { color: #ff7088; }
.map-stats > div:last-child strong { color: #3cff74; }
.map-stats em {
  font-style: normal;
  font-size: 0.8rem;
  color: var(--text);
}

@media (max-width: 900px) {
  .delivery-map { grid-template-columns: 1fr; gap: 28px; }
  .map-copy p { max-width: 100%; }
}
@media (max-width: 600px) {
  .delivery-map { margin-bottom: 56px; padding-bottom: 44px; }
  .map-stats { grid-template-columns: 1fr; }
}
.gcs-lead {
  max-width: 900px;
  margin-bottom: 40px;
}

.gcs-wrap {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 28px;
  margin-top: 40px;
  align-items: stretch;
}

.gcs-sidebar {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: rgba(7, 8, 16, 0.56);
}

.gcs-scroll-indicator {
  display: none;
}

.gcs-tab {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: transparent;
  color: var(--text);
  cursor: pointer;
  font-family: 'Rajdhani', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: left;
  text-transform: uppercase;
  transition: background 0.22s, border-color 0.22s, color 0.22s, transform 0.22s;
}

.gcs-tab span {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.62rem;
  color: var(--cyan);
  opacity: 0.62;
}

.gcs-tab:hover {
  border-color: var(--border2);
  background: rgba(108, 99, 255, 0.08);
  color: var(--bright);
  transform: translateX(4px);
}

.gcs-tab.active {
  border-color: var(--cyan);
  background: linear-gradient(90deg, rgba(108, 99, 255, 0.18), rgba(108, 99, 255, 0.04));
  color: var(--bright);
  box-shadow: inset 2px 0 0 var(--cyan), 0 0 20px rgba(108, 99, 255, 0.10);
}

.gcs-main {
  display: grid;
  grid-template-rows: minmax(0, auto) auto;
  gap: 18px;
  min-width: 0;
}

.gcs-image-wrap {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border2);
  border-radius: 6px;
  background: #040811;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
}

.gcs-image-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 5, 15, 0.08), transparent 26%),
    radial-gradient(circle at 50% 0%, rgba(108, 99, 255, 0.15), transparent 52%);
}

.gcs-image-wrap img {
  width: 100%;
  display: block;
  transition: opacity 0.18s ease, transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

.gcs-image-wrap img.is-switching {
  opacity: 0.38;
  transform: scale(1.012);
}

.gcs-info {
  padding: 22px 24px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background:
    linear-gradient(rgba(15, 13, 24, 0.84), rgba(15, 13, 24, 0.84)) padding-box,
    linear-gradient(120deg, rgba(108, 99, 255, 0.38), rgba(108, 99, 255, 0.04)) border-box;
}

.gcs-pill {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--cyan);
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
}

.gcs-info h3 {
  margin-bottom: 8px;
  color: var(--bright);
  font-family: 'Orbitron', monospace;
  font-size: 1.22rem;
  letter-spacing: 0.04em;
}

.gcs-info p {
  max-width: 740px;
  color: var(--text);
  line-height: 1.7;
}

@media (max-width: 900px) {
  .gcs-wrap {
    grid-template-columns: 1fr;
  }

  .gcs-sidebar {
    flex-direction: row;
    overflow-x: auto;
    padding-bottom: 12px;
  }

  .gcs-tab {
    min-width: 190px;
  }

  .gcs-tab:hover {
    transform: translateY(-2px);
  }
}

@media (max-width: 600px) {
  .gcs-wrap {
    position: relative;
    gap: 18px;
  }

  .gcs-wrap::after {
    content: '→';
    position: absolute;
    top: 14px;
    right: 9px;
    z-index: 2;
    width: 22px;
    height: 28px;
    display: grid;
    place-items: center;
    border-left: 1px solid rgba(108, 99, 255, 0.16);
    background: linear-gradient(90deg, rgba(7, 8, 16, 0), rgba(7, 8, 16, 0.92) 38%);
    color: rgba(200, 196, 232, 0.62);
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.72rem;
    pointer-events: none;
  }

  .gcs-sidebar {
    gap: 7px;
    padding: 6px 34px 6px 6px;
    scrollbar-width: none;
  }

  .gcs-sidebar::-webkit-scrollbar {
    display: none;
  }

  .gcs-scroll-indicator {
    display: block;
    position: relative;
    width: 48px;
    height: 2px;
    margin: -12px auto 0;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(108, 99, 255, 0.18);
  }

  .gcs-scroll-indicator span {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 100%;
    border-radius: inherit;
    background: rgba(168, 159, 255, 0.78);
    transform: translateX(var(--gcs-scroll, 0px));
    transition: transform 0.12s linear;
  }

  .gcs-tab {
    flex: 0 0 calc((100% - 7px) / 2);
    min-width: 0;
    min-height: 38px;
    gap: 8px;
    padding: 8px 10px;
    font-size: 0.72rem;
    letter-spacing: 0.06em;
    white-space: nowrap;
  }

  .gcs-tab span {
    font-size: 0.56rem;
  }

  .gcs-info {
    padding: 20px;
  }
}
