/* ═══════════════════════════════════════════════
   AKUNOSHI — Futuristic Blue Theme
   ═══════════════════════════════════════════════ */

/* ── Variables ── */
:root {
  --bg-deep: #ffffff;
  --bg-base: #f8faff;
  --bg-card: rgba(255, 255, 255, 0.9);
  --blue-primary: #0077e6;
  --blue-secondary: #0055cc;
  --blue-accent: #003d99;
  --blue-glow: rgba(0, 119, 230, 0.1);
  --blue-dim: #e0eeff;
  --text-primary: #1a1a2e;
  --text-secondary: #4a5568;
  --text-muted: #8895a7;
  --border: rgba(0, 100, 200, 0.12);
  --glass: rgba(0, 100, 200, 0.04);
  --radius: 16px;
  --radius-sm: 10px;
  --font-display: "Orbitron", sans-serif;
  --font-body: "Rajdhani", sans-serif;
  --font-mono: "Share Tech Mono", monospace;
}

/* ── Reset ── */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

body {
  font-family: var(--font-body);
  background: var(--bg-deep);
  color: var(--text-primary);
  line-height: 1.6;
  font-weight: 400;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  background-image: linear-gradient(
    180deg,
    #f0f6ff 0%,
    #ffffff 40%,
    #f8faff 100%
  );
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ═══════════════════════════════════
   CURTAIN REVEAL
   ═══════════════════════════════════ */
.curtain {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  overflow: hidden;
  pointer-events: all;
  isolation: isolate;
  background: #07101d;
}

.curtain::before,
.curtain::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.curtain::before {
  background:
    radial-gradient(circle at 50% 50%, rgba(0, 119, 230, 0.18), transparent 45%),
    radial-gradient(circle at 50% 120%, rgba(0, 119, 230, 0.18), transparent 42%);
  opacity: 0.9;
}

.curtain::after {
  inset: -25% 0;
  background: linear-gradient(
    180deg,
    transparent 0%,
    transparent 42%,
    rgba(98, 188, 255, 0.06) 49%,
    rgba(98, 188, 255, 0.18) 50%,
    rgba(98, 188, 255, 0.06) 51%,
    transparent 58%,
    transparent 100%
  );
  animation: curtainSweep 3.2s linear infinite;
  opacity: 0.7;
}

.curtain-backdrop,
.curtain-grid,
.curtain-centerline,
.curtain-boot {
  position: absolute;
}

.curtain-backdrop {
  inset: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(7, 31, 58, 0.5), transparent 52%),
    linear-gradient(160deg, #091423 0%, #0c1d31 45%, #08111c 100%);
}

.curtain-grid {
  inset: 0;
  background-image:
    linear-gradient(rgba(106, 174, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(106, 174, 255, 0.08) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(circle at center, black 40%, transparent 82%);
  -webkit-mask-image: radial-gradient(
    circle at center,
    black 40%,
    transparent 82%
  );
  opacity: 0.55;
}

.curtain-centerline {
  top: -10%;
  left: 50%;
  width: 1px;
  height: 120%;
  transform: translateX(-50%);
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(109, 188, 255, 0.7) 18%,
    rgba(109, 188, 255, 0.95) 50%,
    rgba(109, 188, 255, 0.7) 82%,
    transparent 100%
  );
  box-shadow:
    0 0 20px rgba(109, 188, 255, 0.55),
    0 0 40px rgba(109, 188, 255, 0.3);
  transition:
    transform 0.8s ease,
    opacity 0.8s ease;
}

.curtain-panel {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background:
    linear-gradient(140deg, rgba(14, 33, 52, 0.96) 0%, rgba(9, 20, 34, 0.92) 100%),
    linear-gradient(180deg, rgba(93, 184, 255, 0.08), transparent 55%);
  transition:
    transform 1.25s cubic-bezier(0.76, 0, 0.24, 1),
    opacity 0.9s ease,
    filter 1.1s ease;
  will-change: transform;
  overflow: hidden;
}

.curtain-panel::before,
.curtain-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.curtain-panel::before {
  background: repeating-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.02) 0 2px,
    transparent 2px 6px
  );
  opacity: 0.55;
}

.curtain-panel::after {
  width: 16px;
  height: 100%;
  top: 0;
  box-shadow: 0 0 34px rgba(68, 171, 255, 0.38);
}

.curtain-left {
  left: 0;
  border-right: 1px solid rgba(0, 119, 230, 0.3);
  box-shadow: inset -40px 0 80px rgba(0, 119, 230, 0.08);
}

.curtain-left::after {
  right: 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(83, 182, 255, 0.14) 100%
  );
}

.curtain-right {
  right: 0;
  border-left: 1px solid rgba(0, 119, 230, 0.3);
  box-shadow: inset 40px 0 80px rgba(0, 119, 230, 0.08);
}

.curtain-right::after {
  left: 0;
  background: linear-gradient(
    270deg,
    transparent 0%,
    rgba(83, 182, 255, 0.14) 100%
  );
}

.curtain.open .curtain-left {
  transform: translateX(-108%) skewX(-6deg);
  opacity: 0.72;
  filter: blur(3px);
}

.curtain.open .curtain-right {
  transform: translateX(108%) skewX(6deg);
  opacity: 0.72;
  filter: blur(3px);
}

.curtain.open .curtain-grid {
  opacity: 0;
  transform: scale(1.05);
  transition:
    opacity 0.8s ease,
    transform 1s ease;
}

.curtain.open .curtain-centerline {
  opacity: 0;
  transform: translateX(-50%) scaleY(0);
}

.curtain-boot {
  top: 50%;
  left: 50%;
  width: min(540px, calc(100% - 32px));
  display: grid;
  gap: 28px;
  justify-items: center;
  padding: 42px 32px 32px;
  border: 1px solid rgba(109, 188, 255, 0.18);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(13, 27, 44, 0.92), rgba(7, 17, 30, 0.88)),
    rgba(5, 11, 19, 0.62);
  box-shadow:
    0 40px 90px rgba(0, 0, 0, 0.45),
    0 0 80px rgba(0, 119, 230, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(16px);
  transform: translate(-50%, -50%);
  transition:
    opacity 0.65s ease,
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.65s ease;
  overflow: hidden;
  z-index: 3;
}

.curtain-boot::before,
.curtain-boot::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.curtain-boot::before {
  inset: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(106, 174, 255, 0.15), transparent 42%),
    linear-gradient(180deg, transparent 0%, rgba(106, 174, 255, 0.05) 100%);
}

.curtain-boot::after {
  left: -25%;
  width: 150%;
  height: 120%;
  top: -55%;
  background: linear-gradient(
    180deg,
    transparent 0%,
    transparent 46%,
    rgba(117, 197, 255, 0.08) 49%,
    rgba(117, 197, 255, 0.24) 50%,
    rgba(117, 197, 255, 0.08) 51%,
    transparent 54%,
    transparent 100%
  );
  animation: terminalSweep 2.8s linear infinite;
  opacity: 0.6;
}

.curtain.open .curtain-boot {
  opacity: 0;
  transform: translate(-50%, -55%) scale(0.96);
  filter: blur(10px);
}

.boot-orbit {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 320px;
  height: 320px;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.boot-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(109, 188, 255, 0.14);
}

.boot-ring-outer {
  animation: bootSpin 14s linear infinite;
}

.boot-ring-middle {
  inset: 28px;
  border-style: dashed;
  border-color: rgba(109, 188, 255, 0.2);
  animation: bootSpinReverse 10s linear infinite;
}

.boot-ring-inner {
  inset: 64px;
  border-color: rgba(109, 188, 255, 0.28);
  box-shadow: 0 0 24px rgba(109, 188, 255, 0.1);
  animation: bootPulse 2.4s ease-in-out infinite;
}

.curtain-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  transform: translate(-50%, -50%);
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-weight: 700;
  letter-spacing: 4px;
  color: #fff;
  white-space: nowrap;
  z-index: 2;
  pointer-events: none;
  text-shadow: 0 0 24px rgba(255, 255, 255, 0.1);
  animation: bootLogoPulse 1.8s ease-in-out infinite;
}

.curtain-logo-image {
  width: clamp(64px, 7vw, 96px);
  height: auto;
  display: block;
  filter:
    brightness(0) invert(1)
    drop-shadow(0 0 18px rgba(0, 119, 230, 0.22));
}

.boot-terminal {
  position: relative;
  width: 100%;
  margin-top: 58px;
  display: grid;
  gap: 16px;
  z-index: 2;
}

.boot-header,
.boot-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.boot-header {
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  color: rgba(190, 214, 238, 0.72);
}

.boot-chip {
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(109, 188, 255, 0.18);
  background: rgba(109, 188, 255, 0.08);
}

.boot-progress-track {
  position: relative;
  height: 10px;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid rgba(109, 188, 255, 0.14);
  background:
    linear-gradient(90deg, rgba(109, 188, 255, 0.06), rgba(109, 188, 255, 0.02)),
    rgba(255, 255, 255, 0.02);
}

.boot-progress-track::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    90deg,
    transparent 0 12px,
    rgba(255, 255, 255, 0.04) 12px 13px
  );
  opacity: 0.45;
}

.boot-progress-bar {
  position: absolute;
  inset: 0;
  transform-origin: left center;
  transform: scaleX(var(--boot-progress, 0));
  background: linear-gradient(
    90deg,
    #38b4ff 0%,
    #0077e6 45%,
    #6cd0ff 100%
  );
  box-shadow:
    0 0 24px rgba(56, 180, 255, 0.45),
    0 0 40px rgba(56, 180, 255, 0.2);
}

.boot-status {
  color: rgba(232, 243, 255, 0.84);
  font-size: 0.92rem;
  letter-spacing: 0.03em;
}

.boot-percent {
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: 0.12em;
  color: #7ccfff;
}

.boot-lines {
  display: grid;
  gap: 10px;
}

.boot-line {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 20px;
  color: rgba(185, 210, 236, 0.42);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transform: translateY(8px);
  opacity: 0.45;
  transition:
    opacity 0.35s ease,
    transform 0.35s ease,
    color 0.35s ease;
}

.boot-line-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(124, 207, 255, 0.28);
  box-shadow: 0 0 0 1px rgba(124, 207, 255, 0.08);
  transition:
    background 0.35s ease,
    box-shadow 0.35s ease,
    transform 0.35s ease;
}

.boot-line.is-active {
  opacity: 0.92;
  transform: translateY(0);
  color: rgba(235, 245, 255, 0.92);
}

.boot-line.is-complete {
  color: rgba(171, 218, 255, 0.74);
}

.boot-line.is-active .boot-line-dot,
.boot-line.is-complete .boot-line-dot {
  background: #6cd0ff;
  box-shadow:
    0 0 12px rgba(108, 208, 255, 0.9),
    0 0 24px rgba(108, 208, 255, 0.28);
  transform: scale(1.05);
}

@keyframes curtainSweep {
  0% {
    transform: translateY(-55%);
  }
  100% {
    transform: translateY(55%);
  }
}

@keyframes terminalSweep {
  0% {
    transform: translateY(-52%);
  }
  100% {
    transform: translateY(60%);
  }
}

@keyframes bootSpin {
  to {
    transform: rotate(360deg);
  }
}

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

@keyframes bootPulse {
  0%,
  100% {
    opacity: 0.65;
    transform: scale(0.98);
  }
  50% {
    opacity: 1;
    transform: scale(1.02);
  }
}

@keyframes bootLogoPulse {
  0%,
  100% {
    opacity: 0.88;
    filter: drop-shadow(0 0 0 rgba(0, 119, 230, 0));
  }
  50% {
    opacity: 1;
    filter: drop-shadow(0 0 18px rgba(0, 119, 230, 0.22));
  }
}

/* ── Particle Canvas ── */
@media (prefers-reduced-motion: reduce) {
  .curtain::after,
  .curtain-boot::after,
  .boot-ring,
  .curtain-logo {
    animation: none;
  }

  .curtain-panel,
  .curtain-centerline,
  .curtain-boot,
  .curtain-grid {
    transition-duration: 0.45s;
  }
}

#particleCanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

/* ═══════════════════════════════════
   NAVIGATION
   ═══════════════════════════════════ */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 120;
  padding: 20px 0;
  transform: translateZ(0);
  transition:
    padding 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    background 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav.scrolled {
  padding: 12px 0;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 2px 20px rgba(0, 80, 180, 0.06);
}

.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
}

.nav-logo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--text-primary);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-logo-image {
  width: 56px;
  height: auto;
  display: block;
  flex-shrink: 0;
}

.nav-logo .brand-logo-image {
  width: 44px;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 8px;
}

.nav-menu {
  display: flex;
  align-items: center;
}

.nav-panel {
  display: flex;
  align-items: center;
}

.nav-backdrop {
  display: none;
}

.nav-link {
  font-family: var(--font-display);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text-secondary);
  padding: 8px 16px;
  border-radius: 8px;
  transition: all 0.3s ease;
  position: relative;
}

.nav-link::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 20px;
  height: 2px;
  background: var(--blue-primary);
  border-radius: 1px;
  transition: transform 0.3s ease;
  box-shadow: 0 0 8px var(--blue-primary);
}

.nav-link:hover,
.nav-link.active {
  color: var(--blue-primary);
}

.nav-link.active::after,
.nav-link:hover::after {
  transform: translateX(-50%) scaleX(1);
}

/* Mobile Toggle */
.nav-toggle {
  display: none;
  position: relative;
  z-index: 102;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 12px 28px rgba(0, 80, 180, 0.08);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
}

.nav-toggle span {
  width: 24px;
  height: 2px;
  background: var(--text-primary);
  border-radius: 2px;
  transition: all 0.3s ease;
}

.nav-toggle:hover,
.nav-toggle.active {
  transform: translateY(-1px);
  border-color: rgba(0, 119, 230, 0.26);
  background: rgba(224, 238, 255, 0.96);
  box-shadow: 0 18px 36px rgba(0, 80, 180, 0.12);
}

.nav-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.nav-toggle.active span:nth-child(2) {
  opacity: 0;
}
.nav-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.nav-toggle:focus-visible,
.nav-link:focus-visible {
  outline: 2px solid rgba(0, 119, 230, 0.45);
  outline-offset: 3px;
}

/* ═══════════════════════════════════
   HERO SECTION
   ═══════════════════════════════════ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 120px 0 72px;
  overflow: hidden;
  z-index: 1;
}

.hero-shell {
  position: relative;
  z-index: 2;
  width: 100%;
  display: grid;
  gap: 32px;
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
}

.hero-grid-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 100, 200, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 100, 200, 0.05) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(
    ellipse 80% 50% at 50% 50%,
    black 30%,
    transparent 100%
  );
  -webkit-mask-image: radial-gradient(
    ellipse 80% 50% at 50% 50%,
    black 30%,
    transparent 100%
  );
  pointer-events: none;
}

.hero-radial {
  position: absolute;
  top: -20%;
  right: -10%;
  width: 800px;
  height: 800px;
  background: radial-gradient(
    circle,
    rgba(0, 100, 200, 0.06) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 650px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  background: var(--glass);
  border: 1px solid var(--border);
  border-radius: 100px;
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: var(--blue-primary);
  margin-bottom: 32px;
  backdrop-filter: blur(10px);
}

.badge-dot {
  width: 6px;
  height: 6px;
  background: var(--blue-primary);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
  box-shadow: 0 0 8px var(--blue-primary);
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(0.8);
  }
}

@keyframes blinkCaret {
  0%,
  49% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 0;
  }
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}

.title-line {
  display: block;
  min-height: 1.1em;
}

.title-line.typing-ready {
  opacity: 0;
  transform: translateY(30px);
}

.title-line.typing-visible {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.55s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}

.title-line.typing-active::after {
  content: "";
  display: inline-block;
  width: 0.08em;
  height: 0.9em;
  margin-left: 0.14em;
  border-radius: 999px;
  background: currentColor;
  vertical-align: -0.08em;
  box-shadow: 0 0 12px currentColor;
  animation: blinkCaret 0.85s step-end infinite;
}

.title-line.gradient-text.typing-active::after {
  background: var(--blue-primary);
  box-shadow: 0 0 12px rgba(0, 119, 230, 0.75);
}

.gradient-text {
  background: linear-gradient(
    135deg,
    var(--blue-primary) 0%,
    var(--blue-secondary) 50%,
    var(--blue-accent) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-sub {
  font-size: 1.2rem;
  color: var(--text-secondary);
  max-width: 480px;
  margin-bottom: 40px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  gap: 16px;
  margin-bottom: 64px;
  flex-wrap: wrap;
}

/* ── Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: var(--radius-sm);
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.btn-primary {
  background: linear-gradient(
    135deg,
    var(--blue-primary),
    var(--blue-secondary)
  );
  color: #fff;
  box-shadow:
    0 4px 15px rgba(0, 100, 200, 0.25),
    0 2px 8px rgba(0, 80, 180, 0.15);
}

.btn-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    transparent 0%,
    rgba(255, 255, 255, 0.15) 50%,
    transparent 100%
  );
  transform: translateX(-100%);
  transition: transform 0.5s ease;
}

.btn-primary:hover::before {
  transform: translateX(100%);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow:
    0 6px 25px rgba(0, 100, 200, 0.3),
    0 4px 12px rgba(0, 80, 180, 0.2);
}

.btn-ghost {
  border: 1px solid rgba(0, 100, 200, 0.25);
  color: var(--blue-primary);
  backdrop-filter: blur(10px);
}

.btn-ghost:hover {
  background: rgba(0, 100, 200, 0.06);
  border-color: var(--blue-primary);
  transform: translateY(-2px);
}

.btn-full {
  width: 100%;
  justify-content: center;
}

/* ── Hero Stats ── */
.hero-stats {
  display: flex;
  align-items: center;
  gap: 32px;
}

.hero-logos {
  --hero-logo-gap: 48px;
  --hero-logo-image-height: 32px;
  --hero-logo-adleap-icon-size: 34px;
  position: relative;
  display: grid;
  gap: 16px;
  margin-top: clamp(36px, 7vh, 88px);
  opacity: 0;
  transform: translateY(20px);
  animation: heroFadeIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) 3.15s forwards;
}

.hero-logo-marquee {
  position: relative;
  overflow: hidden;
  overflow-anchor: none;
  padding: 8px 0 6px;
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 1) 8%,
    rgba(0, 0, 0, 1) 92%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 1) 8%,
    rgba(0, 0, 0, 1) 92%,
    transparent 100%
  );
}

.hero-logo-track {
  display: flex;
  width: max-content;
  transform: translate3d(calc(var(--hero-logo-offset, 0px) * -1), 0, 0);
  will-change: transform;
}

.hero-logo-set {
  display: flex;
  align-items: center;
  gap: var(--hero-logo-gap);
  padding-right: var(--hero-logo-gap);
  flex-shrink: 0;
}

.hero-logo-pill {
  --hero-logo-filter-hover: none;
  min-height: auto;
  padding: 4px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
}

.hero-logo-pill--night {
  --hero-logo-filter-hover:
    brightness(0) saturate(100%);
  background: transparent;
  box-shadow: none;
}

.hero-logo-pill--adleap {
  gap: 8px;
}

.hero-logo-pill:hover {
  transform: translateY(-2px);
  opacity: 1;
}

.hero-logo-pill--night:hover {
  opacity: 1;
}

.hero-logo-pill:focus-visible {
  outline: 2px solid rgba(0, 119, 230, 0.45);
  outline-offset: 4px;
}

.hero-logo-image {
  display: block;
  width: auto;
  height: var(--hero-logo-image-height);
  max-width: none;
  object-fit: contain;
  object-position: center;
  filter:
    brightness(0) saturate(100%)
    invert(28%) sepia(95%) saturate(1908%)
    hue-rotate(203deg) brightness(98%) contrast(102%);
  transition:
    filter 0.35s ease,
    opacity 0.35s ease,
    transform 0.35s ease;
}

.hero-logo-pill--isthisai {
  padding: 0;
}

.hero-logo-image--isthisai {
  height: calc(var(--hero-logo-image-height) + 2px);
}

.hero-logo-image--silverlight {
  height: calc(var(--hero-logo-image-height) + 6px);
}

.hero-logo-image--adleap {
  width: var(--hero-logo-adleap-icon-size);
  height: var(--hero-logo-adleap-icon-size);
  max-width: none;
  flex-shrink: 0;
}

.hero-logo-wordmark--adleap {
  font-family: "Montserrat", var(--font-body);
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
  white-space: nowrap;
  color: var(--blue-primary);
  transition:
    color 0.35s ease,
    opacity 0.35s ease;
}

.hero-logo-pill--adleap:hover .hero-logo-wordmark--adleap,
.hero-logo-pill--adleap:focus-visible .hero-logo-wordmark--adleap {
  color: #1a1200;
}

.hero-logo-pill:hover .hero-logo-image,
.hero-logo-pill:focus-visible .hero-logo-image {
  filter: var(--hero-logo-filter-hover);
}

.stat {
  display: flex;
  flex-direction: column;
}

.stat-num {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1;
}

.stat-plus {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--blue-primary);
  font-weight: 600;
}

.stat-label {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 4px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 0.65rem;
}

.stat-divider {
  width: 1px;
  height: 40px;
  background: linear-gradient(180deg, transparent, var(--border), transparent);
}

/* ── Hero Visual (Holographic Element) ── */
.hero-visual {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 400px;
  height: 400px;
  z-index: 1;
}

.holo-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ring-1 {
  width: 300px;
  height: 300px;
  border-color: rgba(0, 100, 200, 0.15);
  animation: spin 20s linear infinite;
}

.ring-2 {
  width: 220px;
  height: 220px;
  border-color: rgba(0, 80, 180, 0.2);
  border-style: dashed;
  animation: spin 15s linear infinite reverse;
}

.ring-3 {
  width: 140px;
  height: 140px;
  border-color: rgba(0, 60, 160, 0.25);
  animation: spin 10s linear infinite;
}

.holo-core {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    circle,
    rgba(0, 100, 200, 0.2) 0%,
    transparent 70%
  );
  border-radius: 50%;
  box-shadow:
    0 0 60px rgba(0, 100, 200, 0.15),
    0 0 120px rgba(0, 80, 180, 0.08);
  animation: corePulse 3s ease-in-out infinite;
}

@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes corePulse {
  0%,
  100% {
    box-shadow:
      0 0 60px rgba(0, 100, 200, 0.15),
      0 0 120px rgba(0, 80, 180, 0.08);
  }
  50% {
    box-shadow:
      0 0 80px rgba(0, 100, 200, 0.25),
      0 0 160px rgba(0, 80, 180, 0.12);
  }
}

.orbit-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue-primary);
  box-shadow:
    0 0 12px var(--blue-primary),
    0 0 24px rgba(0, 212, 255, 0.3);
}

.od-1 {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  animation: orbitFloat1 20s linear infinite;
}

.od-2 {
  top: 15%;
  right: 20%;
  animation: orbitFloat2 15s linear infinite;
}

.od-3 {
  bottom: 20%;
  left: 30%;
  animation: orbitFloat3 10s linear infinite;
  background: var(--blue-accent);
  box-shadow: 0 0 12px rgba(0, 60, 160, 0.4);
}

@keyframes orbitFloat1 {
  0% {
    transform: translateY(-50%) rotate(0deg) translateX(150px) rotate(0deg);
  }
  100% {
    transform: translateY(-50%) rotate(360deg) translateX(150px) rotate(-360deg);
  }
}

@keyframes orbitFloat2 {
  0% {
    transform: rotate(0deg) translateX(110px) rotate(0deg);
  }
  100% {
    transform: rotate(-360deg) translateX(110px) rotate(360deg);
  }
}

@keyframes orbitFloat3 {
  0% {
    transform: rotate(0deg) translateX(70px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateX(70px) rotate(-360deg);
  }
}

/* Scroll Hint */
.scroll-hint {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 64px;
  margin: 0 auto;
  transform: translateY(20px);
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  pointer-events: none;
  z-index: 3;
}

.scroll-hint span {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  color: var(--text-muted);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(180deg, var(--blue-primary), transparent);
}

/* ═══════════════════════════════════
   SECTIONS (GLOBAL)
   ═══════════════════════════════════ */
.section {
  position: relative;
  z-index: 1;
  padding: 120px 0;
}

.section-header {
  margin-bottom: 64px;
}

.section-header.center {
  text-align: center;
}

.section-tag {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: var(--blue-primary);
  letter-spacing: 2px;
  margin-bottom: 16px;
  opacity: 0.8;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.section-desc {
  color: var(--text-secondary);
  font-size: 1.1rem;
  max-width: 520px;
  margin: 16px auto 0;
  line-height: 1.7;
}

/* ═══════════════════════════════════
   ABOUT
   ═══════════════════════════════════ */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.about-text p {
  color: var(--text-secondary);
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 16px;
}

.about-features {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
}

.feature {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature.revealed {
  opacity: 1;
  transform: translateY(0);
}

.feature-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(0, 100, 200, 0.06);
  border: 1px solid rgba(0, 100, 200, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue-primary);
}

.feature h4 {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 4px;
  letter-spacing: 0.5px;
}

.feature p {
  font-size: 0.9rem !important;
  color: var(--text-muted) !important;
  margin-bottom: 0 !important;
}

/* Mission Network */
.about-visual {
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.about-visual.revealed {
  opacity: 1;
  transform: translateX(0);
}

.about-network-panel {
  position: relative;
  min-height: 470px;
  border: none;
  border-radius: calc(var(--radius) + 10px);
  overflow: hidden;
  isolation: isolate;
  background: transparent;
  box-shadow: none;
}

.about-network-panel::before,
.about-network-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  display: block;
}

.about-network-panel::before {
  display: none;
  background-image:
    linear-gradient(rgba(117, 183, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(117, 183, 255, 0.07) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: radial-gradient(circle at 50% 50%, black 38%, transparent 95%);
  -webkit-mask-image: radial-gradient(
    circle at 50% 50%,
    black 38%,
    transparent 95%
  );
  opacity: 0.48;
}

.about-network-panel::after {
  display: none;
  background:
    radial-gradient(circle at 50% 48%, rgba(0, 119, 230, 0.12), transparent 36%),
    linear-gradient(
      120deg,
      transparent 0%,
      rgba(255, 255, 255, 0.24) 48%,
      transparent 100%
    );
  opacity: 0.9;
}

.network-panel-noise,
.about-network-canvas,
.network-floating-chip {
  position: absolute;
}

.network-panel-noise {
  inset: 0;
  z-index: 0;
  display: none;
  background:
    radial-gradient(circle at 20% 20%, rgba(93, 170, 255, 0.15) 0 1px, transparent 1px),
    radial-gradient(circle at 78% 24%, rgba(255, 255, 255, 0.55) 0 1px, transparent 1px),
    radial-gradient(circle at 34% 72%, rgba(93, 170, 255, 0.14) 0 1px, transparent 1px);
  background-size: 120px 120px, 160px 160px, 145px 145px;
  opacity: 0.55;
}

.about-network-canvas {
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.network-floating-chip {
  --chip-rotate: 0deg;
  --chip-drift: -8px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  min-height: 44px;
  padding: 11px 14px;
  border: 1px solid rgba(0, 119, 230, 0.22);
  border-radius: 16px;
  background:
    linear-gradient(
      180deg,
      rgba(17, 132, 235, 0.94) 0%,
      rgba(0, 98, 214, 0.9) 100%
    ),
    var(--blue-primary);
  backdrop-filter: blur(16px);
  box-shadow:
    0 18px 36px rgba(0, 119, 230, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  font-family: var(--font-body);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.25;
  text-align: center;
  text-transform: none;
  color: #ffffff;
  animation: about-network-chip 7s ease-in-out infinite;
}

.chip-highlight {
  border-color: rgba(0, 119, 230, 0.22);
  background:
    linear-gradient(
      180deg,
      rgba(17, 132, 235, 0.94) 0%,
      rgba(0, 98, 214, 0.9) 100%
    ),
    var(--blue-primary);
  box-shadow:
    0 18px 36px rgba(0, 119, 230, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.chip-strategy {
  top: 56px;
  left: 26px;
  --chip-rotate: -3deg;
}

.chip-design {
  top: 156px;
  left: 18px;
  width: 104px;
  --chip-rotate: -1.4deg;
  --chip-drift: -6px;
  animation-delay: -1.1s;
}

.chip-api {
  top: 92px;
  left: calc(50% - 58px);
  --chip-rotate: 1.2deg;
  animation-delay: -2.2s;
}

.chip-build {
  top: 48px;
  right: 20px;
  width: 128px;
  --chip-rotate: 2.4deg;
  animation-delay: -0.6s;
}

.chip-qa {
  top: 194px;
  left: calc(50% - 156px);
  width: 108px;
  --chip-rotate: -2.2deg;
  --chip-drift: -5px;
  animation-delay: -1.4s;
}

.chip-support {
  bottom: 56px;
  left: calc(50% - 64px);
  width: 128px;
  --chip-rotate: 1.4deg;
  animation-delay: -3.9s;
}

.chip-performance {
  bottom: 116px;
  right: 24px;
  width: 132px;
  --chip-rotate: 3.2deg;
  animation-delay: -2.8s;
}

@keyframes about-network-chip {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(var(--chip-rotate));
  }
  50% {
    transform: translate3d(0, var(--chip-drift), 0)
      rotate(calc(var(--chip-rotate) + 0.8deg));
  }
}

@media (prefers-reduced-motion: reduce) {
  .network-floating-chip {
    animation: none;
  }
}

.mission-network {
  position: relative;
  min-height: 470px;
  padding: 28px;
  border: 1px solid rgba(0, 100, 200, 0.14);
  border-radius: var(--radius);
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.96) 0%, rgba(230, 241, 255, 0.88) 100%),
    radial-gradient(circle at 50% 45%, rgba(0, 119, 230, 0.1), transparent 60%);
  box-shadow:
    0 24px 60px rgba(6, 37, 82, 0.12),
    0 0 40px rgba(0, 100, 200, 0.05);
}

.mission-network::before,
.mission-network::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.mission-network::before {
  top: -40px;
  right: -30px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 119, 230, 0.16) 0%, transparent 70%);
  opacity: 0.8;
}

.mission-network::after {
  bottom: -50px;
  left: -40px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 85, 204, 0.1) 0%, transparent 70%);
  opacity: 0.7;
}

.mission-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 119, 230, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 119, 230, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at 50% 50%, black 35%, transparent 88%);
  -webkit-mask-image: radial-gradient(
    circle at 50% 50%,
    black 35%,
    transparent 88%
  );
  opacity: 0.65;
}

.mission-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 1px solid rgba(0, 119, 230, 0.18);
  transform: translate(-50%, -50%);
  animation: mission-ring 6s ease-out infinite;
  pointer-events: none;
}

.mission-pulse-b {
  animation-delay: -3s;
}

.mission-code {
  position: absolute;
  z-index: 2;
  padding: 8px 12px;
  border: 1px solid rgba(0, 100, 200, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  text-transform: uppercase;
}

.mission-code-top {
  top: 22px;
  left: 22px;
}

.mission-code-bottom {
  right: 22px;
  bottom: 22px;
}

.mission-links {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.mission-links line {
  stroke: rgba(0, 119, 230, 0.28);
  stroke-width: 1.2;
  stroke-dasharray: 6 10;
  animation: mission-link 6s linear infinite;
}

.mission-links line:nth-child(2) {
  animation-delay: -1.2s;
}

.mission-links line:nth-child(3) {
  animation-delay: -2.4s;
}

.mission-links line:nth-child(4) {
  animation-delay: -3.1s;
}

.mission-links line:nth-child(5) {
  animation-delay: -4.3s;
}

.mission-center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: min(250px, 58%);
  padding: 24px 22px 20px;
  border-radius: 24px;
  border: 1px solid rgba(0, 119, 230, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(238, 246, 255, 0.82)),
    rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(16px);
  text-align: center;
  transform: translate(-50%, -50%);
  box-shadow:
    0 18px 40px rgba(0, 80, 180, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.6);
  animation: mission-float 6.5s ease-in-out infinite;
}

.mission-center::before {
  content: "";
  position: absolute;
  top: -8px;
  left: calc(50% - 8px);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, #38b4ff 0%, #0077e6 100%);
  box-shadow:
    0 0 18px rgba(56, 180, 255, 0.45),
    0 0 36px rgba(56, 180, 255, 0.18);
}

.mission-center-label {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  color: var(--blue-primary);
  text-transform: uppercase;
}

.mission-center-title {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-display);
  font-size: 1.22rem;
  letter-spacing: 0.08em;
}

.mission-center p {
  color: var(--text-secondary);
  font-size: 0.92rem;
  line-height: 1.6;
}

.mission-nodes {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.mission-node {
  position: absolute;
  width: 150px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(0, 100, 200, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(239, 246, 255, 0.82)),
    rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(14px);
  box-shadow:
    0 12px 32px rgba(8, 43, 95, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.58);
  animation: mission-drift 5.5s ease-in-out infinite;
}

.mission-node::before {
  content: "";
  position: absolute;
  top: 14px;
  right: 14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue-primary);
  box-shadow: 0 0 12px rgba(0, 119, 230, 0.4);
}

.mission-node-key {
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  text-transform: uppercase;
}

.mission-node-value {
  display: block;
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: 0.06em;
  color: var(--blue-secondary);
}

.node-creativity {
  top: 14%;
  left: 8%;
  --float-x: 6px;
  --float-y: -10px;
  animation-delay: -0.8s;
}

.node-performance {
  top: 12%;
  left: 65%;
  --float-x: -7px;
  --float-y: -12px;
  animation-delay: -2.4s;
}

.node-innovation {
  top: 41%;
  left: 74%;
  --float-x: 8px;
  --float-y: -8px;
  animation-delay: -1.6s;
}

.node-quality {
  top: 68%;
  left: 10%;
  --float-x: -5px;
  --float-y: -10px;
  animation-delay: -3.2s;
}

.node-support {
  top: 69%;
  left: 63%;
  --float-x: 7px;
  --float-y: -9px;
  animation-delay: -4.1s;
}

@keyframes mission-ring {
  0% {
    opacity: 0.55;
    transform: translate(-50%, -50%) scale(0.84);
  }
  70%,
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.45);
  }
}

@keyframes mission-link {
  0% {
    stroke-dashoffset: 0;
    opacity: 0.3;
  }
  50% {
    opacity: 0.55;
  }
  100% {
    stroke-dashoffset: -32;
    opacity: 0.3;
  }
}

@keyframes mission-float {
  0%,
  100% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-50%, calc(-50% - 10px));
  }
}

@keyframes mission-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(var(--float-x, 0), var(--float-y, -10px), 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mission-pulse,
  .mission-links line,
  .mission-center,
  .mission-node {
    animation: none;
  }
}

.code-window {
  display: none;
  background: #1e2340;
  border: 1px solid rgba(0, 100, 200, 0.15);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.12),
    0 0 40px rgba(0, 100, 200, 0.05);
}

.code-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.code-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.code-dot.red {
  background: #ff5f57;
}
.code-dot.yellow {
  background: #febc2e;
}
.code-dot.green {
  background: #28c840;
}

.code-title {
  margin-left: auto;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--text-muted);
}

.code-body {
  padding: 24px;
  font-family: var(--font-mono);
  font-size: 0.85rem;
  line-height: 2;
  position: relative;
}

.code-body code {
  display: flex;
  flex-direction: column;
}

.code-line {
  display: block;
}

.c-purple {
  color: #c792ea;
}
.c-blue {
  color: #5ccfff;
}
.c-cyan {
  color: #89ddff;
}
.c-green {
  color: #c3e88d;
}
.c-orange {
  color: #ffcb6b;
}

.cursor-blink {
  color: #5ccfff;
  animation: blink-cursor 1s step-end infinite;
}

@keyframes blink-cursor {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

/* ═══════════════════════════════════
   SERVICES
   ═══════════════════════════════════ */
.services {
  padding-top: 40px;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(0, 100, 200, 0.03) 50%,
    transparent 100%
  );
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.service-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-card.revealed {
  opacity: 1;
  transform: translateY(0);
}

.service-card:nth-child(2) {
  transition-delay: 0.1s;
}
.service-card:nth-child(3) {
  transition-delay: 0.2s;
}
.service-card:nth-child(4) {
  transition-delay: 0.1s;
}
.service-card:nth-child(5) {
  transition-delay: 0.2s;
}
.service-card:nth-child(6) {
  transition-delay: 0.3s;
}

.card-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 50% 0%,
    rgba(0, 100, 200, 0.06) 0%,
    transparent 60%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.service-card:hover .card-glow {
  opacity: 1;
}

.card-border {
  position: absolute;
  inset: 0;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  transition: border-color 0.4s ease;
}

.service-card:hover .card-border {
  border-color: rgba(0, 100, 200, 0.25);
}

.card-content {
  position: relative;
  padding: 32px;
  background: var(--bg-card);
  backdrop-filter: blur(10px);
  height: 100%;
  border-radius: var(--radius);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-card:hover .card-content {
  transform: translateY(-4px);
}

.card-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(
    135deg,
    rgba(0, 100, 200, 0.08),
    rgba(0, 80, 180, 0.08)
  );
  border: 1px solid rgba(0, 100, 200, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue-primary);
  margin-bottom: 24px;
  transition: all 0.4s ease;
}

.service-card:hover .card-icon {
  box-shadow: 0 0 20px rgba(0, 100, 200, 0.1);
  background: linear-gradient(
    135deg,
    rgba(0, 100, 200, 0.12),
    rgba(0, 80, 180, 0.12)
  );
}

.card-content h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

.card-content p {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

.card-tech {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.card-tech span {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  padding: 4px 10px;
  border-radius: 6px;
  background: rgba(0, 100, 200, 0.06);
  border: 1px solid rgba(0, 100, 200, 0.1);
  color: var(--blue-primary);
  letter-spacing: 0.5px;
}

/* ═══════════════════════════════════
   WORK / PROJECTS
   ═══════════════════════════════════ */
.work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.work-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--bg-card);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  transform: translateY(30px);
}

.work-card.revealed {
  opacity: 1;
  transform: translateY(0);
}

.work-card:nth-child(2) {
  transition-delay: 0.15s;
}
.work-card:nth-child(3) {
  transition-delay: 0.3s;
}

.work-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 50% 0%,
    rgba(0, 100, 200, 0.06) 0%,
    transparent 60%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.work-card:hover::before {
  opacity: 1;
}

.work-card:hover {
  border-color: rgba(0, 100, 200, 0.2);
  box-shadow:
    0 14px 36px rgba(0, 0, 0, 0.06),
    0 0 18px rgba(0, 100, 200, 0.04);
}

.work-img {
  height: 220px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Placeholder visuals */
.work-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e8f0fe 0%, #d4e4fc 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 30px;
}

.work-placeholder.alt {
  background: linear-gradient(135deg, #dce8fa 0%, #c8dafc 100%);
}

.work-placeholder.dark {
  background: linear-gradient(135deg, #eaf1ff 0%, #dde8fc 100%);
}

.wp-bar {
  width: 70%;
  height: 8px;
  background: linear-gradient(
    90deg,
    rgba(0, 100, 200, 0.2),
    rgba(0, 80, 180, 0.12)
  );
  border-radius: 4px;
}

.wp-bar.short {
  width: 45%;
}

.wp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 80%;
}

.wp-grid div {
  height: 50px;
  border-radius: 8px;
  background: rgba(0, 100, 200, 0.08);
  border: 1px solid rgba(0, 100, 200, 0.12);
}

.wp-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid rgba(0, 100, 200, 0.2);
  background: radial-gradient(
    circle,
    rgba(0, 100, 200, 0.1) 0%,
    transparent 70%
  );
}

.wp-lines {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 60%;
}

.wp-lines div {
  height: 6px;
  background: rgba(0, 100, 200, 0.12);
  border-radius: 3px;
}

.wp-lines div:nth-child(2) {
  width: 75%;
  margin: 0 auto;
}

.wp-hex {
  width: 60px;
  height: 60px;
  background: rgba(0, 80, 180, 0.1);
  border: 1px solid rgba(0, 80, 180, 0.2);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.wp-dots {
  display: flex;
  gap: 12px;
}

.wp-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 100, 200, 0.25);
  box-shadow: 0 0 8px rgba(0, 100, 200, 0.15);
}

.wp-dots span:nth-child(2) {
  background: rgba(0, 80, 180, 0.3);
}
.wp-dots span:nth-child(3) {
  background: rgba(0, 60, 160, 0.35);
}

.work-info {
  padding: 24px;
  position: relative;
  z-index: 1;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.work-card:hover .work-img,
.work-card:hover .work-info {
  transform: translateY(-4px);
}

.work-cat {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  color: var(--blue-primary);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}

.work-info h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}

.work-info p {
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* ═══════════════════════════════════
   CONTACT
   ═══════════════════════════════════ */
.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.contact-info {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-info.revealed {
  opacity: 1;
  transform: translateX(0);
}

.contact-info > p {
  color: var(--text-secondary);
  font-size: 1.05rem;
  line-height: 1.7;
  margin-top: 16px;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text-secondary);
  font-size: 0.95rem;
}

.contact-item svg {
  color: var(--blue-primary);
  flex-shrink: 0;
}

/* Form */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.15s;
}

.contact-form.revealed {
  opacity: 1;
  transform: translateX(0);
}

.form-group {
  position: relative;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 16px 20px;
  background: rgba(240, 246, 255, 0.8);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: 1rem;
  transition: all 0.3s ease;
  outline: none;
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: var(--text-muted);
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: rgba(0, 100, 200, 0.4);
  box-shadow: 0 0 20px rgba(0, 100, 200, 0.08);
}

.input-glow {
  position: absolute;
  inset: 0;
  border-radius: var(--radius-sm);
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(0, 100, 200, 0.06),
    transparent
  );
  transition: opacity 0.3s ease;
}

.form-group input:focus ~ .input-glow,
.form-group textarea:focus ~ .input-glow {
  opacity: 1;
}

/* ═══════════════════════════════════
   FOOTER
   ═══════════════════════════════════ */
.footer {
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--border);
  padding: 48px 0;
  background: rgba(240, 246, 255, 0.6);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-brand {
  display: grid;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 2px;
}

.footer-brand-link {
  color: var(--text-primary);
}

.footer-brand-link .brand-logo-image {
  width: 60px;
}

.footer-brand p {
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--text-muted);
  font-weight: 400;
  letter-spacing: 0;
}

.footer-links {
  display: flex;
  gap: 24px;
}

.footer-links a {
  font-family: var(--font-display);
  font-size: 0.7rem;
  color: var(--text-muted);
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: var(--blue-primary);
}

.footer-copy span {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.about-text {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.about-text.revealed {
  opacity: 1;
  transform: translateX(0);
}

/* ── Generic Reveal Animations ── */
[data-reveal] {
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

[data-reveal="fade-up"] {
  transform: translateY(40px);
}

[data-reveal="fade-down"] {
  transform: translateY(-40px);
}

[data-reveal="fade-left"] {
  transform: translateX(-40px);
}

[data-reveal="fade-right"] {
  transform: translateX(40px);
}

[data-reveal="scale-up"] {
  transform: scale(0.9);
}

[data-reveal="blur-in"] {
  filter: blur(10px);
  transform: translateY(20px);
}

[data-reveal].revealed {
  opacity: 1;
  transform: translate(0) scale(1);
  filter: blur(0);
}

/* Stagger delays via data-delay */
[data-delay="1"] {
  transition-delay: 0.1s;
}
[data-delay="2"] {
  transition-delay: 0.2s;
}
[data-delay="3"] {
  transition-delay: 0.3s;
}
[data-delay="4"] {
  transition-delay: 0.4s;
}
[data-delay="5"] {
  transition-delay: 0.5s;
}
[data-delay="6"] {
  transition-delay: 0.6s;
}

/* ── Hero Entrance Animations ── */
.hero-badge {
  opacity: 0;
  transform: translateY(20px);
  animation: heroFadeIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) 2s forwards;
}

.hero-sub {
  opacity: 0;
  transform: translateY(20px);
  animation: heroFadeIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) 2.65s forwards;
}

.hero-actions {
  opacity: 0;
  transform: translateY(20px);
  animation: heroFadeIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) 2.8s forwards;
}

.hero-stats {
  opacity: 0;
  transform: translateY(20px);
  animation: heroFadeIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) 3s forwards;
}

.hero-visual {
  opacity: 0;
  transform: translateY(-50%) scale(0.8);
  animation: heroVisualIn 1.2s cubic-bezier(0.16, 1, 0.3, 1) 2.3s forwards;
}

.scroll-hint {
  opacity: 1;
  animation: none;
}

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

@keyframes heroVisualIn {
  to {
    opacity: 1;
    transform: translateY(-50%) scale(1);
  }
}

/* Hero laptop override */
.hero-visual {
  right: 0;
  width: clamp(380px, 42vw, 460px);
  height: 380px;
  z-index: 1;
}

.hero-laptop-stage {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 800px;
  perspective-origin: 50% 40%;
  user-select: none;
}

.laptop {
  width: 200px;
  height: 150px;
  position: relative;
  transform-style: preserve-3d;
  transform: rotateX(-120deg) rotateZ(180deg);
  cursor: grab;
  touch-action: none;
  will-change: transform;
  z-index: 1;
}

.laptop.dragging {
  cursor: grabbing;
}

.base-top,
.base-bottom,
.base-front,
.base-back,
.base-left,
.base-right {
  width: 200px;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  background: #b0c4de;
}

.base-top {
  background: #cfd8e8;
  transform: translateZ(6px);
  box-shadow:
    inset 0 0 30px rgba(26, 115, 232, 0.4),
    inset 0 0 60px rgba(26, 115, 232, 0.2),
    0 0 15px rgba(26, 115, 232, 0.3);
}

.base-bottom {
  transform: translateZ(0) rotateY(180deg);
  background-image: url("https://i.pinimg.com/originals/25/d2/bc/25d2bc76457d9b63fe884f3281596ff4.png");
  background-size: 190px auto;
  background-repeat: no-repeat;
  background-position: center 15px;
}

.base-bottom::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 30px;
  background-color: #bbb;
  border-radius: 2px;
  bottom: 8px;
  left: calc(50% - 25px);
}

.base-front,
.base-back {
  height: 6px;
  background: #a8b8d0;
}

.base-front {
  transform: rotateX(90deg) translateZ(3px) translateY(3px);
}

.base-back {
  transform: rotateX(90deg) translateZ(-147px) translateY(3px);
}

.base-left,
.base-right {
  width: 150px;
  height: 6px;
  background: #a8b8d0;
}

.base-left {
  transform: rotateY(90deg) rotateZ(90deg) translateZ(125px) translateX(72px)
    translateY(3px);
}

.base-right {
  transform: rotateY(90deg) rotateZ(90deg) translateZ(-74px) translateX(72px)
    translateY(3px);
}

.screen {
  position: absolute;
  top: -150px;
  left: 0;
  width: 200px;
  height: 150px;
  transform-style: preserve-3d;
  transform-origin: bottom left;
  transform: rotateX(180deg);
  will-change: transform;
  backface-visibility: hidden;
}

.screen-front,
.screen-back {
  width: 200px;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  background: #b0c4de;
}

.screen-front {
  background: #050816;
  overflow: hidden;
  backface-visibility: hidden;
  transform: rotateY(180deg);
}

.screen-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  pointer-events: none;
}

.screen-back {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.68), transparent 42%),
    linear-gradient(180deg, #dce6f4 0%, #c6d4e7 100%);
  transform: translateZ(3px);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.34),
    inset 0 -10px 20px rgba(92, 122, 161, 0.12);
}

.screen-back-logo {
  width: 52px;
}

.screen-back-logo::before {
  content: none;
}

.screen-back-logo-image {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
}

.screen-left,
.screen-right {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 150px;
  background: #a0b4cc;
}

.screen-left {
  transform: rotateY(90deg) translateX(-1.5px) translateZ(198.5px);
}

.screen-right {
  transform: rotateY(90deg) translateX(-1.5px);
}

.screen-bottom,
.screen-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 3px;
  background: #a0b4cc;
}

.screen-bottom {
  transform: rotateX(90deg) translateZ(-148px) translateY(1.2px);
}

.screen-top {
  transform: rotateX(90deg) translateY(1.2px) translateZ(1.5px);
}

/* ── Section Header Reveals ── */
[data-reveal-header] .section-tag,
[data-reveal-header] .section-title,
[data-reveal-header] .section-desc {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

[data-reveal-header] .section-title {
  transition-delay: 0.1s;
}

[data-reveal-header] .section-desc {
  transition-delay: 0.2s;
}

[data-reveal-header].revealed .section-tag,
[data-reveal-header].revealed .section-title,
[data-reveal-header].revealed .section-desc {
  opacity: 1;
  transform: translateY(0);
}

/* ── Footer Reveal ── */
[data-reveal-footer] {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

[data-reveal-footer].revealed {
  opacity: 1;
  transform: translateY(0);
}

.feature,
.about-visual,
.service-card,
.work-card,
.contact-info,
.contact-form,
.about-text,
[data-reveal],
[data-reveal-header] .section-tag,
[data-reveal-header] .section-title,
[data-reveal-header] .section-desc,
[data-reveal-footer] {
  opacity: 1;
  transform: none;
  filter: none;
}

.services-grid .service-card,
.work-grid .work-card,
.contact-form,
[data-reveal],
[data-reveal-header] .section-tag,
[data-reveal-header] .section-title,
[data-reveal-header] .section-desc,
[data-delay] {
  transition-delay: 0s;
}

/* ═══════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════ */
@media (max-width: 1024px) {
  .hero-visual {
    display: none;
  }

  .hero {
    justify-content: center;
  }

  .hero-content {
    max-width: 100%;
    text-align: center;
  }

  .hero-shell {
    gap: 28px;
  }

  .hero-sub {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-stats {
    justify-content: center;
  }

  .hero-logos {
    align-items: center;
    margin-top: 48px;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .work-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .work-card:last-child {
    grid-column: 1 / -1;
    max-width: 400px;
    margin: 0 auto;
  }

  .contact-wrapper {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

@media (max-width: 768px) {
  .nav {
    padding: 10px 0;
    background: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(0, 100, 200, 0.1);
  }

  body.menu-open .nav {
    background: rgba(255, 255, 255, 0.96);
    border-bottom-color: rgba(0, 100, 200, 0.16);
    box-shadow: 0 6px 22px rgba(0, 80, 180, 0.08);
  }

  .curtain-boot {
    width: min(calc(100% - 24px), 500px);
    padding: 34px 20px 24px;
    gap: 22px;
  }

  .boot-orbit {
    width: 260px;
    height: 260px;
  }

  .curtain-logo {
    top: 50%;
    letter-spacing: 3px;
  }

  .curtain-logo-image {
    width: clamp(58px, 12vw, 80px);
  }

  .boot-terminal {
    margin-top: 50px;
  }

  .boot-header,
  .boot-meta {
    gap: 12px;
  }

  .boot-line {
    font-size: 0.66rem;
    letter-spacing: 0.1em;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav-menu {
    position: fixed;
    inset: 0;
    justify-content: flex-end;
    opacity: 0;
    pointer-events: none;
    height: 100dvh;
    transition: opacity 0.35s ease;
  }

  .nav-menu.open {
    opacity: 1;
    pointer-events: auto;
  }

  .nav-backdrop {
    display: block;
    position: absolute;
    inset: 0;
    background: rgba(7, 16, 29, 0.38);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .nav-panel {
    position: relative;
    width: min(86vw, 360px);
    min-height: 100dvh;
    margin-left: auto;
    padding: calc(88px + env(safe-area-inset-top, 0px)) 18px 32px;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    overflow-y: auto;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(240, 246, 255, 0.99) 100%);
    box-shadow: -14px 0 32px rgba(6, 37, 82, 0.14);
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .nav-menu.open .nav-panel {
    transform: translateX(0);
  }

  .nav-links {
    position: static;
    width: 100%;
    height: auto;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
    gap: 12px;
    border-left: none;
  }

  .nav-link {
    display: block;
    width: 100%;
    font-size: 0.92rem;
    padding: 18px 18px;
    border: 1px solid transparent;
    border-radius: 14px;
    background: rgba(0, 119, 230, 0.04);
  }

  .nav-link::after {
    left: 18px;
    bottom: 10px;
    transform: scaleX(0);
    transform-origin: left center;
  }

  .nav-link:hover,
  .nav-link.active {
    border-color: rgba(0, 119, 230, 0.14);
    background: rgba(0, 119, 230, 0.08);
  }

  .nav-link.active::after,
  .nav-link:hover::after {
    transform: scaleX(1);
  }

  .hero {
    padding: 100px 0 72px;
    min-height: auto;
  }

  .hero-shell {
    gap: 24px;
  }

  .hero-stats {
    gap: 20px;
  }

  .stat-num {
    font-size: 1.6rem;
  }

  .hero-logos {
    --hero-logo-gap: 40px;
    --hero-logo-image-height: 28px;
    --hero-logo-adleap-icon-size: 32px;
    margin-top: 28px;
  }

  .hero-logo-marquee {
    padding: 6px 0 4px;
  }

  .hero-logo-wordmark--adleap {
    font-size: 1rem;
  }

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

  .work-grid {
    grid-template-columns: 1fr;
  }

  .work-card:last-child {
    max-width: 100%;
  }

  .section {
    padding: 80px 0;
  }

  .services {
    padding-top: 32px;
  }

  .about-network-panel {
    min-height: 430px;
  }

  .network-floating-chip {
    width: 108px;
    min-height: 40px;
    padding: 9px 12px;
    font-size: 0.74rem;
  }

  .chip-strategy {
    top: 52px;
    left: 18px;
  }

  .chip-design {
    top: 138px;
    left: 14px;
    width: 98px;
  }

  .chip-api {
    top: 88px;
    left: calc(50% - 54px);
  }

  .chip-build {
    top: 46px;
    right: 14px;
    width: 118px;
  }

  .chip-qa {
    top: 174px;
    left: calc(50% - 134px);
    width: 98px;
  }

  .chip-support {
    bottom: 52px;
    left: calc(50% - 56px);
    width: 112px;
  }

  .chip-performance {
    bottom: 102px;
    right: 14px;
    width: 116px;
  }

  .footer-inner {
    flex-direction: column;
    text-align: center;
  }

  .footer-links {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .curtain-boot {
    width: calc(100% - 20px);
    padding: 28px 16px 20px;
    border-radius: 20px;
  }

  .boot-orbit {
    width: 220px;
    height: 220px;
  }

  .curtain-logo {
    top: 50%;
    font-size: 1.2rem;
    letter-spacing: 2px;
    gap: 12px;
  }

  .curtain-logo-image {
    width: 52px;
    border-radius: 14px;
  }

  .nav-logo {
    gap: 10px;
  }

  .nav-logo .brand-logo-image {
    width: 40px;
  }

  .brand-logo-image,
  .footer-brand-link .brand-logo-image {
    width: 48px;
  }

  .boot-terminal {
    margin-top: 44px;
    gap: 14px;
  }

  .boot-header,
  .boot-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .boot-status,
  .boot-line {
    font-size: 0.64rem;
  }

  .hero-title {
    font-size: 2rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: center;
  }

  .hero {
    padding-bottom: 56px;
  }

  .hero-logos {
    --hero-logo-gap: 32px;
    --hero-logo-image-height: 24px;
    --hero-logo-adleap-icon-size: 28px;
    margin-top: 24px;
  }

  .hero-logo-marquee {
    padding: 4px 0;
  }

  .hero-stats {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }

  .scroll-hint {
    bottom: -52px;
  }

  .stat-divider {
    width: 40px;
    height: 1px;
  }

  .hero-logo-wordmark--adleap {
    font-size: 0.9rem;
  }

  .services {
    padding-top: 24px;
  }

  .card-content {
    padding: 24px;
  }

  .about-network-panel {
    min-height: 380px;
  }

  .network-floating-chip {
    width: 90px;
    min-height: 36px;
    padding: 8px 10px;
    font-size: 0.66rem;
    letter-spacing: 0.04em;
  }

  .chip-strategy,
  .chip-build {
    top: 48px;
  }

  .chip-strategy {
    left: 10px;
  }

  .chip-build {
    right: 10px;
    width: 98px;
  }

  .chip-api {
    top: 74px;
    left: calc(50% - 45px);
    width: 90px;
  }

  .chip-design {
    top: 108px;
    left: 10px;
    width: 84px;
  }

  .chip-qa {
    top: 142px;
    left: 14px;
    width: 90px;
  }

  .chip-support {
    bottom: 42px;
    left: calc(50% - 45px);
    width: 90px;
  }

  .chip-performance {
    bottom: 88px;
    right: 10px;
    width: 98px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-logo-track {
    animation: none;
    width: 100%;
  }

  .hero-logo-set[aria-hidden="true"] {
    display: none;
  }

  .hero-logo-marquee {
    overflow-x: auto;
    mask-image: none;
    -webkit-mask-image: none;
  }

  .hero-logo-pill,
  .hero-logo-pill:hover {
    transform: none;
  }
}

/* Linux Boot Loader Override */
.curtain {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: clamp(24px, 4vw, 42px);
  background: #000;
  color: #377df0;
}

.curtain::before {
  background: none;
  opacity: 1;
}

.curtain::after {
  inset: 0;
  background: repeating-linear-gradient(
    180deg,
    rgba(53, 119, 240, 0.11) 0 1px,
    transparent 1px 4px
  );
  opacity: 0.12;
  animation: linuxBootScan 8s linear infinite;
}

.curtain.open {
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.68s ease,
    visibility 0s linear 0.68s;
}

.boot-console {
  position: relative;
  z-index: 1;
  width: min(100%, 980px);
  align-self: start;
  margin-top: clamp(24px, 4vh, 36px);
  display: grid;
  align-content: start;
  gap: 10px;
  font-family: var(--font-mono);
  text-shadow: 0 0 12px rgba(32, 108, 255, 0.18);
  transition:
    opacity 0.55s ease,
    transform 0.68s ease,
    filter 0.68s ease;
}

.curtain.open .boot-console {
  opacity: 0;
  transform: translateY(-6px);
  filter: blur(3px);
}

.boot-headline,
.boot-entry,
.boot-prompt {
  font-size: clamp(0.74rem, 1.2vw, 0.96rem);
  line-height: 1.55;
  letter-spacing: 0.04em;
  white-space: pre-wrap;
  word-break: break-word;
}

.boot-headline {
  color: #63a6ff;
  margin-bottom: 6px;
}

.boot-log {
  display: grid;
  gap: 6px;
}

.boot-entry {
  color: #2b67c8;
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity 0.16s linear,
    transform 0.16s ease,
    color 0.16s ease;
}

.boot-entry.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.boot-entry.is-muted {
  color: #1f4f9f;
}

.boot-entry.is-accent {
  color: #72b0ff;
}

.boot-prompt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(8px);
  color: #79b7ff;
  transition:
    opacity 0.16s linear,
    transform 0.16s ease;
}

.boot-prompt.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.boot-prompt-label,
.boot-command {
  white-space: pre-wrap;
}

.boot-command {
  min-width: 1ch;
}

.boot-cursor {
  display: inline-block;
  width: 0.62ch;
  height: 1.05em;
  margin-left: 0.12ch;
  background: #79b7ff;
  box-shadow: 0 0 12px rgba(121, 183, 255, 0.45);
  vertical-align: -0.12em;
  animation: linuxBootCursor 1s step-end infinite;
}

@keyframes linuxBootScan {
  0% {
    transform: translateY(-22%);
  }
  100% {
    transform: translateY(22%);
  }
}

@keyframes linuxBootCursor {
  0%,
  49% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .curtain::after,
  .boot-cursor {
    animation: none;
  }

  .curtain,
  .boot-console,
  .boot-entry,
  .boot-prompt {
    transition-duration: 0.01ms;
  }
}

@media (max-width: 768px) {
  .curtain {
    padding: 22px 16px;
  }

  .boot-console {
    width: 100%;
    margin-top: 0;
    gap: 8px;
  }

  .boot-headline,
  .boot-entry,
  .boot-prompt {
    font-size: 0.72rem;
    line-height: 1.6;
    letter-spacing: 0.03em;
  }
}

@media (max-width: 480px) {
  .curtain {
    padding: 18px 12px;
  }

  .boot-headline,
  .boot-entry,
  .boot-prompt {
    font-size: 0.64rem;
    line-height: 1.58;
    letter-spacing: 0.02em;
  }
}
