.landing-theme {
  --radius: 0px;
  --background: #0e0e0e;
  --foreground: #ffffff;
  --border: #262626;
  --input: #1a1919;
  --ring: #cafd00;
  --primary: #cafd00;
  --primary-foreground: #000000;
  --secondary: #00eefc;
  --secondary-foreground: #000000;
  --muted: #131313;
  --muted-foreground: #adaaaa;
  --accent: #2c2c2c;
  --accent-foreground: #ffffff;
  --destructive: #ff7351;
  --destructive-foreground: #ffffff;
  --sidebar: #0e0e0e;
  --sidebar-background: #0e0e0e;
  --sidebar-foreground: #ffffff;
  --sidebar-primary: #cafd00;
  --sidebar-primary-foreground: #000000;
  --sidebar-accent: #262626;
  --sidebar-accent-foreground: #ffffff;
  --sidebar-border: #262626;
  --sidebar-ring: #cafd00;

  --neon-bg: #0e0e0e;
  --on-background: #ffffff;
  --outline: #767575;
  --surface-container-lowest: #000000;
  --error-dim: #d53d18;
  --on-primary: #516700;
  --secondary-container: #006970;
  --on-secondary-fixed-variant: #005e64;
  --on-error: #450900;
  --tertiary: #ff6e81;
  --error: #ff7351;
  --tertiary-container: #ff0355;
  --on-tertiary: #490012;
  --secondary-fixed: #00eefc;
  --secondary-dim: #00deec;
  --on-surface-variant: #adaaaa;
  --tertiary-dim: #e7004c;
  --error-container: #b92902;
  --surface-dim: #0e0e0e;
  --on-tertiary-fixed: #39000c;
  --primary-dim: #beee00;
  --tertiary-fixed-dim: #ff7989;
  --surface-variant: #262626;
  --surface-bright: #2c2c2c;
  --inverse-surface: #fcf9f8;
  --on-tertiary-fixed-variant: #780023;
  --primary-fixed: #cafd00;
  --on-secondary: #005359;
  --inverse-primary: #516700;
  --primary-fixed-dim: #beee00;
  --on-secondary-fixed: #003f43;
  --primary-container: #cafd00;
  --on-tertiary-container: #000000;
  --on-primary-fixed: #3a4a00;
  --surface-container-highest: #262626;
  --outline-variant: #484847;
  --inverse-on-surface: #565555;
  --on-secondary-container: #e3fdff;
  --surface-container-low: #131313;
  --on-surface: #ffffff;
  --surface: #0e0e0e;
  --surface-container-high: #201f1f;
  --on-primary-fixed-variant: #526900;
  --on-error-container: #ffd2c8;
  --tertiary-fixed: #ff909b;
  --surface-container: #1a1919;
  --surface-tint: #f3ffca;
  --on-primary-container: #4a5e00;
  --secondary-fixed-dim: #00deec;
}

.landing-theme .clip-tech {
  clip-path: polygon(10% 0, 100% 0, 100% 70%, 90% 100%, 0 100%, 0% 30%);
}

.landing-theme .clip-button {
  clip-path: polygon(0 0, 92% 0, 100% 25%, 100% 100%, 8% 100%, 0 75%);
}

.landing-theme .clip-asymmetric-card {
  clip-path: polygon(0 0, 85% 0, 100% 15%, 100% 100%, 15% 100%, 0 85%);
}

.landing-theme .clip-module {
  clip-path: polygon(20% 0, 80% 0, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0 80%, 0 20%);
}

.landing-theme .greeble-grid {
  background-image: radial-gradient(circle, rgba(204, 255, 0, 0.1) 1px, transparent 1px);
  background-size: 40px 40px;
}

.landing-theme .greeble-grid-fine {
  background-image: radial-gradient(circle, rgba(204, 255, 0, 0.05) 1px, transparent 1px);
  background-size: 15px 15px;
}

.landing-theme .glow-neon-primary {
  box-shadow:
    0 0 15px rgba(204, 255, 0, 0.4),
    inset 0 0 5px rgba(204, 255, 0, 0.2);
}

.landing-theme .glow-neon-primary-strong {
  box-shadow: 0 0 20px rgba(204, 255, 0, 0.3);
}

.landing-theme .glow-neon-secondary {
  box-shadow:
    0 0 15px rgba(0, 238, 252, 0.35),
    inset 0 0 5px rgba(0, 238, 252, 0.2);
}

.landing-theme .glass-card {
  background: rgba(14, 14, 14, 0.8);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(204, 255, 0, 0.2);
}

.landing-theme .bracket-corner {
  position: relative;
}

.landing-theme .bracket-corner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-top: 2px solid #ccff00;
  border-right: 2px solid #ccff00;
  pointer-events: none;
}

.landing-theme .bracket-corner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-bottom: 2px solid #ccff00;
  border-left: 2px solid #ccff00;
  pointer-events: none;
}

.landing-theme.scanline,
.landing-theme .scanline {
  background-image: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.1) 51%);
  background-size: 100% 4px;
}

@keyframes landing-reveal-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes landing-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes landing-neon-pulse {
  0%,
  100% {
    box-shadow:
      0 0 16px rgba(204, 255, 0, 0.24),
      inset 0 0 4px rgba(204, 255, 0, 0.12);
  }
  50% {
    box-shadow:
      0 0 24px rgba(204, 255, 0, 0.38),
      inset 0 0 8px rgba(204, 255, 0, 0.2);
  }
}

@keyframes landing-tech-drift {
  0% {
    transform: scale(1.04) translate3d(0, 0, 0);
    filter: saturate(0.95);
  }
  50% {
    transform: scale(1.08) translate3d(-1.5%, 1.2%, 0);
    filter: saturate(1.05);
  }
  100% {
    transform: scale(1.06) translate3d(1%, -1%, 0);
    filter: saturate(1);
  }
}

@keyframes landing-tech-grid-drift {
  0% {
    background-position: 0 0, 0 0;
  }
  100% {
    background-position: 72px 42px, -42px 72px;
  }
}

@keyframes landing-tech-scan {
  0% {
    transform: translateY(-120%);
  }
  100% {
    transform: translateY(120%);
  }
}

@keyframes landing-cta-sweep {
  0%,
  74% {
    transform: translateX(-140%) skewX(-18deg);
    opacity: 0;
  }
  78% {
    opacity: 0.8;
  }
  100% {
    transform: translateX(170%) skewX(-18deg);
    opacity: 0;
  }
}

.landing-theme .anim-reveal {
  opacity: 0;
  animation: landing-reveal-up 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.landing-theme .anim-delay-1 {
  animation-delay: 0.1s;
}

.landing-theme .anim-delay-2 {
  animation-delay: 0.2s;
}

.landing-theme .anim-delay-3 {
  animation-delay: 0.3s;
}

.subscription-topbar {
  align-items: center;
}

.subscription-hero {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.subscription-hero h1 {
  letter-spacing: -0.05em;
}

.subscription-card-inner {
  min-height: 100%;
}

.subscription-feature {
  min-height: 28px;
}

.subscription-cta {
  box-shadow: inset 0 0 0 1px rgba(202, 253, 0, 0.08);
}

.landing-theme .anim-delay-4 {
  animation-delay: 0.4s;
}

.landing-theme .anim-float {
  animation: landing-float 6s ease-in-out infinite;
}

.landing-theme .anim-glow-pulse {
  animation: landing-neon-pulse 2.8s ease-in-out infinite;
}

.landing-theme .anim-card-hover {
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.landing-theme .anim-card-hover:hover {
  transform: translateY(-6px);
}

.landing-theme .tech-bg-wrap {
  overflow: hidden;
}

.landing-theme .tech-bg-media {
  animation: landing-tech-drift 16s ease-in-out infinite alternate;
  transform-origin: center;
  will-change: transform, filter;
}

.landing-theme .tech-grid-flow {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(204, 255, 0, 0.08) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0, 238, 252, 0.07) 1px, transparent 1px);
  background-size: 52px 52px;
  animation: landing-tech-grid-drift 16s linear infinite;
  opacity: 0.22;
  mix-blend-mode: screen;
}

.landing-theme .tech-scan {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.landing-theme .tech-scan::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 24%;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(0, 238, 252, 0.18),
    transparent
  );
  animation: landing-tech-scan 5.5s linear infinite;
}

.landing-theme .hero-parallax {
  --hero-px: 0;
  --hero-py: 0;
}

.landing-theme .hero-bg-layer {
  transform: translate3d(calc(var(--hero-px) * 18px), calc(var(--hero-py) * 14px), 0);
  transition: transform 0.24s ease-out;
}

.landing-theme .hero-fg-layer {
  transform: translate3d(calc(var(--hero-px) * -8px), calc(var(--hero-py) * -6px), 0);
  transition: transform 0.24s ease-out;
}

.landing-theme .hero-particles {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.5;
}

.landing-theme .typed-keyword {
  color: var(--primary-container);
  border-right: 2px solid rgba(204, 255, 0, 0.9);
  padding-right: 4px;
}

.landing-theme .scroll-progress {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: rgba(204, 255, 0, 0.08);
  pointer-events: none;
}

.landing-theme .scroll-progress > span {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #cafd00, #00eefc);
  box-shadow: 0 0 12px rgba(202, 253, 0, 0.65);
  transition: width 0.15s linear;
}

.landing-theme .cta-sweep {
  position: relative;
  overflow: hidden;
}

.landing-theme .cta-sweep::after {
  content: "";
  position: absolute;
  inset: -20% auto -20% -35%;
  width: 32%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.62),
    transparent
  );
  animation: landing-cta-sweep 4.8s ease-in-out infinite;
  pointer-events: none;
}

.landing-theme .tilt-card {
  transform-style: preserve-3d;
  transform: perspective(900px) rotateX(var(--tilt-rotate-x, 0deg))
    rotateY(var(--tilt-rotate-y, 0deg));
  transition: transform 0.2s ease;
}

.landing-theme .cursor-glow {
  position: fixed;
  width: 260px;
  height: 260px;
  border-radius: 9999px;
  pointer-events: none;
  z-index: 5;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    circle,
    rgba(204, 255, 0, 0.14) 0%,
    rgba(204, 255, 0, 0.06) 35%,
    transparent 72%
  );
  mix-blend-mode: screen;
  filter: blur(8px);
}

.landing-theme .reveal-on-scroll {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.landing-theme .reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .landing-theme .anim-reveal,
  .landing-theme .anim-float,
  .landing-theme .anim-glow-pulse,
  .landing-theme .tech-bg-media,
  .landing-theme .tech-grid-flow,
  .landing-theme .tech-scan::before,
  .landing-theme .reveal-on-scroll,
  .landing-theme .cta-sweep::after {
    animation: none !important;
    opacity: 1;
    transform: none;
  }

  .landing-theme .cursor-glow {
    display: none;
  }

  .landing-theme .tilt-card,
  .landing-theme .hero-bg-layer,
  .landing-theme .hero-fg-layer {
    transform: none !important;
  }
}
