:root {
  --bg: #090b10;
  --bg-soft: #11151d;
  --panel: rgba(16, 21, 30, 0.88);
  --panel-strong: #121923;
  --text: #eef3f7;
  --muted: #d0d7df;
  --line: rgba(255, 255, 255, 0.08);
  --accent: #ff5a1f;
  --accent-2: #ffd15c;
  --accent-dark: #d63f08;
  --wire: #ff8a3c;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
  --radius: 24px;
  --radius-sm: 16px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html.route-transition-pending body {
  background: #070a0f;
}

html.route-transition-pending .route-drive {
  display: grid;
}

body {
  margin: 0;
  font-family: "Rajdhani", sans-serif;
  background:
    radial-gradient(circle at top right, rgba(255, 90, 31, 0.22), transparent 28%),
    radial-gradient(circle at left center, rgba(255, 209, 92, 0.12), transparent 25%),
    linear-gradient(180deg, #080a0f 0%, #0a0f16 50%, #090b10 100%);
  color: var(--text);
  position: relative;
}

body.entry-sequence {
  overflow: hidden;
}

body.site-ready .hero-premium .hero-copy,
body.site-ready .hero-premium .hero-card,
body.site-ready .hero-premium .hero-scrollcue {
  animation: heroReveal 0.9s ease forwards;
}

body.lightbox-open {
  overflow: hidden;
}

body.route-drive-active {
  overflow: hidden;
}

body.is-page-transition .site-header,
body.is-page-transition main,
body.is-page-transition .site-footer,
body.is-page-transition .whatsapp-float {
  opacity: 0.16;
  transform: scale(0.985);
  filter: blur(2px);
  transition: opacity 180ms ease, transform 180ms ease, filter 180ms ease;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at center, black 40%, transparent 85%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 138, 60, 0.12), transparent 0 10%, transparent 11%),
    linear-gradient(112deg, transparent 18%, rgba(255, 138, 60, 0.11) 19%, rgba(255, 138, 60, 0.11) 19.2%, transparent 20%) 0 0 / 420px 420px,
    linear-gradient(72deg, transparent 42%, rgba(255, 209, 92, 0.08) 42.2%, rgba(255, 209, 92, 0.08) 42.5%, transparent 43%) 0 0 / 360px 360px;
  opacity: 0.55;
  animation: wireGlow 9s linear infinite;
}

img {
  max-width: 100%;
  display: block;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  font: inherit;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(16px);
  background: rgba(6, 8, 12, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.site-header.compact {
  position: relative;
}

.entry-gate {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: max(0.9rem, env(safe-area-inset-top)) max(0.9rem, env(safe-area-inset-right)) max(0.9rem, env(safe-area-inset-bottom)) max(0.9rem, env(safe-area-inset-left));
  background: radial-gradient(circle at 50% 35%, rgba(255, 122, 31, 0.14), transparent 22%), #06090f;
}

.entry-gate__veil,
.entry-gate__grid {
  position: absolute;
  inset: 0;
}

.entry-gate__veil {
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 209, 92, 0.1), transparent 18%),
    radial-gradient(circle at 82% 78%, rgba(92, 225, 255, 0.09), transparent 24%),
    linear-gradient(140deg, transparent 18%, rgba(255, 122, 31, 0.12) 18.4%, transparent 18.9%) 0 0 / 300px 300px,
    linear-gradient(70deg, transparent 54%, rgba(255, 209, 92, 0.08) 54.3%, transparent 54.7%) 0 0 / 360px 360px;
  animation: wireGlow 8s linear infinite;
}

.entry-gate__grid {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: radial-gradient(circle at center, black 42%, transparent 88%);
}

.entry-gate__core {
  position: relative;
  z-index: 1;
  width: min(92vw, 880px);
  max-height: min(100dvh - 1.8rem, 860px);
  padding: 2.4rem 2rem 2rem;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: linear-gradient(180deg, rgba(14, 19, 28, 0.9), rgba(8, 11, 18, 0.92));
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.52);
  text-align: center;
  backdrop-filter: blur(16px);
  overflow: auto;
}

.entry-gate__eyebrow {
  margin: 0 0 0.8rem;
  color: var(--accent-2);
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-weight: 700;
}

.entry-gate__title {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 0.94;
}

.entry-gate__text {
  max-width: 38rem;
  margin: 1rem auto 0;
  color: #e3ebf3;
  font-size: 1.15rem;
  line-height: 1.55;
}

.entry-gate__sound-toggle {
  margin-top: 1rem;
  display: inline-grid;
  gap: 0.05rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #f3f7fb;
  border-radius: 999px;
  padding: 0.75rem 1.15rem;
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
  min-height: 52px;
}

.entry-gate__sound-toggle:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 209, 92, 0.34);
}

.entry-gate__sound-toggle[aria-pressed="true"] {
  background: rgba(255, 122, 31, 0.14);
  border-color: rgba(255, 209, 92, 0.36);
}

.entry-gate__sound-toggle span,
.entry-gate__sound-toggle small {
  pointer-events: none;
}

.entry-gate__sound-toggle small {
  color: var(--muted);
  font-size: 0.84rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.entry-gate__scene {
  position: relative;
  height: 320px;
  margin: 2rem 0 1.5rem;
  overflow: hidden;
}

.entry-gate__scene::before {
  content: "";
  position: absolute;
  inset: auto 0 18px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(92, 225, 255, 0.45), rgba(255, 122, 31, 0.78), transparent);
  box-shadow: 0 0 18px rgba(255, 122, 31, 0.24);
}

.entry-gate__scene::after {
  content: "";
  position: absolute;
  inset: auto 4% 8px 4%;
  height: 16px;
  background:
    repeating-linear-gradient(90deg, transparent 0 16px, rgba(255, 255, 255, 0.18) 16px 34px, transparent 34px 72px),
    linear-gradient(90deg, transparent, rgba(92, 225, 255, 0.2), rgba(255, 122, 31, 0.3), transparent);
  opacity: 0.6;
  filter: blur(0.6px);
  animation: roadFlow 1.8s linear infinite;
}

.entry-gate__key {
  position: absolute;
  top: 14px;
  left: 50%;
  width: 150px;
  height: 64px;
  transform: translateX(-50%);
  filter: drop-shadow(0 0 18px rgba(255, 209, 92, 0.2));
  transform-origin: 30% 50%;
}

.entry-gate__key-head,
.entry-gate__key-stem,
.entry-gate__key-tooth {
  position: absolute;
  background: linear-gradient(135deg, #fff6cf, #ffb347 48%, #8f4c15 100%);
}

.entry-gate__key-head {
  inset: 0 auto auto 0;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 11px rgba(12, 16, 24, 0.9);
}

.entry-gate__key-stem {
  top: 22px;
  left: 48px;
  width: 84px;
  height: 11px;
  border-radius: 999px;
}

.entry-gate__key-tooth {
  top: 31px;
  width: 12px;
  height: 18px;
  border-radius: 0 0 4px 4px;
}

.entry-gate__key-tooth--one {
  left: 94px;
}

.entry-gate__key-tooth--two {
  left: 114px;
  height: 14px;
}

.entry-gate__portal {
  position: absolute;
  right: 9%;
  bottom: 42px;
  width: 188px;
  height: 188px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at center, rgba(92, 225, 255, 0.2), rgba(7, 10, 16, 0.9) 52%, transparent 53%),
    radial-gradient(circle at center, rgba(255, 122, 31, 0.2), transparent 70%);
  box-shadow: 0 0 55px rgba(92, 225, 255, 0.18);
}

.entry-gate__portal span {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(92, 225, 255, 0.36);
  animation: portalPulse 2.2s ease-out infinite;
}

.entry-gate__portal span:nth-child(2) {
  inset: 18px;
  animation-delay: 0.35s;
}

.entry-gate__portal span:nth-child(3) {
  inset: 34px;
  border-color: rgba(255, 209, 92, 0.3);
  animation-delay: 0.7s;
}

.entry-gate__car {
  position: absolute;
  left: 10%;
  bottom: 52px;
  width: 240px;
  height: 118px;
  transform: translateX(0);
}

.entry-gate__car-body,
.entry-gate__car-roof,
.entry-gate__wheel,
.entry-gate__beam {
  position: absolute;
}

.entry-gate__car-body {
  inset: auto 0 18px 0;
  height: 44px;
  border-radius: 22px 26px 16px 16px;
  background: linear-gradient(135deg, #0e141e, #243447 55%, #10161f);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.entry-gate__car-roof {
  left: 42px;
  right: 44px;
  bottom: 52px;
  height: 30px;
  border-radius: 22px 28px 8px 8px;
  background: linear-gradient(135deg, #1e2834, #0f1620);
  transform: skewX(-18deg);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.entry-gate__wheel {
  bottom: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: radial-gradient(circle at center, #8ea0b7 0 26%, #111822 27% 48%, #05070b 49%);
  border: 3px solid rgba(255, 255, 255, 0.08);
}

.entry-gate__wheel--front {
  right: 26px;
}

.entry-gate__wheel--rear {
  left: 26px;
}

.entry-gate__beam {
  right: -8px;
  bottom: 42px;
  width: 78px;
  height: 22px;
  background: linear-gradient(90deg, rgba(255, 209, 92, 0.88), rgba(92, 225, 255, 0));
  clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 60%);
  filter: blur(0.8px);
  opacity: 0.72;
}

.entry-gate__exhaust {
  left: -8px;
  bottom: 30px;
  width: 26px;
  height: 16px;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(255, 122, 31, 0.48), rgba(92, 225, 255, 0.08) 56%, transparent 72%);
  opacity: 0;
  filter: blur(1.2px);
}

.entry-gate__exhaust--one {
  animation: exhaustGlow 1.6s ease-out infinite;
}

.entry-gate__exhaust--two {
  left: 2px;
  bottom: 24px;
  animation: exhaustGlow 1.6s ease-out infinite 0.42s;
}

.entry-gate__action {
  position: relative;
  display: inline-grid;
  gap: 0.1rem;
  padding: 1rem 1.65rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #130802;
  font-family: "Orbitron", sans-serif;
  box-shadow: 0 18px 44px rgba(255, 122, 31, 0.34);
  transition: transform 180ms ease, box-shadow 180ms ease;
  min-height: 58px;
  min-width: 216px;
}

.entry-gate__action::before,
.entry-gate__action::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: inherit;
  border: 1px solid rgba(255, 209, 92, 0.4);
  opacity: 0;
  transform: scale(0.9);
}

.entry-gate__action::after {
  inset: -18px;
  border-color: rgba(92, 225, 255, 0.26);
  animation-delay: 0.3s;
}

.entry-gate__action:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 24px 55px rgba(255, 122, 31, 0.42);
}

.entry-gate__action:hover::before,
.entry-gate__action:hover::after,
.entry-gate.is-arming .entry-gate__action::before,
.entry-gate.is-arming .entry-gate__action::after {
  animation: unlockWave 1.1s ease-out infinite;
}

.entry-gate.is-arming .entry-gate__action {
  box-shadow: 0 0 0 2px rgba(255, 209, 92, 0.12), 0 24px 60px rgba(255, 122, 31, 0.46);
}

.entry-gate__action span,
.entry-gate__action small {
  pointer-events: none;
}

.entry-gate__action small {
  font-family: "Rajdhani", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.entry-gate.is-unlocking .entry-gate__key {
  animation: keyTurn 0.75s ease-in-out forwards;
}

.entry-gate.is-arming .entry-gate__beam {
  animation: headlightFlash 0.26s ease-in-out 2 alternate;
}

.entry-gate.is-unlocking .entry-gate__car {
  animation: carLaunch 1.7s cubic-bezier(0.2, 0.7, 0.18, 1) forwards;
}

.entry-gate.is-unlocking .entry-gate__wheel {
  animation: wheelSpin 0.45s linear infinite;
}

.entry-gate.is-unlocking .entry-gate__portal span {
  animation-duration: 0.72s;
}

.entry-gate.portal-open .entry-gate__portal {
  box-shadow: 0 0 72px rgba(92, 225, 255, 0.28), 0 0 84px rgba(255, 122, 31, 0.2);
  transform: scale(1.05);
}

.entry-gate.is-unlocking .entry-gate__portal,
.entry-gate.portal-open .entry-gate__portal {
  animation: portalBurst 0.95s ease-out forwards;
}

.entry-gate.is-unlocking .entry-gate__beam,
.entry-gate.portal-open .entry-gate__beam {
  opacity: 1;
  filter: blur(1px) drop-shadow(0 0 12px rgba(255, 209, 92, 0.4));
}

.entry-gate.is-leaving {
  animation: gateExit 0.55s ease forwards;
}

.site-loader {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #070a0f;
}

.site-loader[hidden] {
  display: none;
}

.site-loader__veil {
  position: absolute;
  inset: -10%;
  background:
    radial-gradient(circle at center, rgba(255, 138, 60, 0.22), transparent 30%),
    radial-gradient(circle at 15% 30%, rgba(255, 209, 92, 0.12), transparent 25%),
    linear-gradient(120deg, transparent 20%, rgba(255, 138, 60, 0.13) 20.4%, transparent 20.9%) 0 0 / 300px 300px,
    linear-gradient(65deg, transparent 62%, rgba(255, 209, 92, 0.08) 62.2%, transparent 62.6%) 0 0 / 340px 340px,
    linear-gradient(180deg, #05070b, #0b1017 65%, #090c12);
  animation: wireGlow 6s linear infinite;
}

.site-loader__core {
  position: relative;
  z-index: 1;
  width: min(92vw, 760px);
  padding: 2.2rem 2rem;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(12, 16, 24, 0.82);
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(18px);
  transform: translate(var(--tilt-x, 0), var(--tilt-y, 0));
  transition: transform 180ms ease;
}

.loader-logo {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 1rem;
}

.loader-logo__badge {
  width: 156px;
  height: 156px;
  object-fit: contain;
  filter: drop-shadow(0 18px 30px rgba(255, 122, 31, 0.18));
  animation: speakerPulse 1.8s ease-in-out infinite;
}

.loader-power {
  width: min(100%, 360px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.8rem;
}

.loader-power__wire {
  position: relative;
  height: 10px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06), rgba(255, 138, 60, 0.28), rgba(255, 255, 255, 0.06)),
    linear-gradient(90deg, #2a1207, #5a2410 50%, #1a0f0a);
  overflow: hidden;
}

.loader-power__wire::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 209, 92, 0.95), rgba(255, 138, 60, 0.9), transparent);
  transform: translateX(-100%);
  animation: currentFlow 1.3s linear infinite;
}

.loader-power__wire--right::after {
  animation-delay: 0.22s;
}

.loader-power__fuse {
  position: relative;
  width: 72px;
  height: 38px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 0 18px rgba(255, 209, 92, 0.18);
}

.loader-power__fuse i {
  position: absolute;
  top: 8px;
  bottom: 8px;
  width: 12px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 209, 92, 0.9), rgba(255, 138, 60, 0.35));
}

.loader-power__fuse i:first-child {
  left: 18px;
}

.loader-power__fuse i:last-child {
  right: 18px;
}

.loader-logo__speaker {
  position: relative;
  width: 148px;
  height: 148px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(10, 14, 20, 0.96) 16%, rgba(255, 138, 60, 0.55) 17%, rgba(10, 14, 20, 0.96) 22%, rgba(255, 209, 92, 0.5) 23%, rgba(10, 14, 20, 0.96) 31%, rgba(255, 138, 60, 0.25) 32%, rgba(10, 14, 20, 0.96) 40%);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.06), 0 20px 55px rgba(255, 90, 31, 0.24);
  animation: speakerPulse 1.8s ease-in-out infinite;
}

.loader-logo__speaker span {
  position: absolute;
  inset: 16px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.08);
}

.loader-logo__speaker span:nth-child(2) {
  inset: 30px;
}

.loader-logo__speaker span:nth-child(3) {
  inset: 46px;
  background: radial-gradient(circle at center, rgba(255, 209, 92, 0.85), rgba(255, 90, 31, 0.16) 44%, rgba(8, 10, 16, 0.95) 45%);
}

.loader-logo__waves {
  position: absolute;
  inset: 2.9rem auto auto 50%;
  width: 340px;
  height: 170px;
  transform: translateX(-50%);
  pointer-events: none;
}

.loader-logo__waves span {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: 2px solid rgba(255, 209, 92, 0.45);
  transform: translate(-50%, -50%) scale(0.4);
  opacity: 0;
  animation: soundBlast 1.8s ease-out infinite;
}

.loader-logo__waves span:nth-child(2) {
  animation-delay: 0.35s;
}

.loader-logo__waves span:nth-child(3) {
  animation-delay: 0.7s;
}

.loader-logo__pulse {
  width: 220px;
  height: 24px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, transparent, rgba(255, 138, 60, 0.95), transparent) center/100% 3px no-repeat,
    repeating-linear-gradient(90deg, rgba(255,255,255,0.05) 0 12px, transparent 12px 20px);
  filter: drop-shadow(0 0 10px rgba(255, 138, 60, 0.35));
  animation: pulseLine 1.5s ease-in-out infinite;
}

.loader-amp {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: -0.2rem;
  padding: 0.7rem 1rem;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(12, 16, 24, 0.8)),
    linear-gradient(90deg, rgba(255, 138, 60, 0.16), rgba(255, 209, 92, 0.12));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 14px 34px rgba(0, 0, 0, 0.28);
}

.loader-amp__fin {
  width: 8px;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 209, 92, 0.8), rgba(255, 138, 60, 0.16));
}

.loader-amp__dial {
  width: 18px;
  height: 18px;
  margin-left: 0.35rem;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fff6cf, #ffb650 46%, #38180d 47%);
  box-shadow: 0 0 14px rgba(255, 209, 92, 0.25);
}

.loader-logo__wordmark {
  text-align: center;
}

.loader-logo__wordmark strong {
  display: block;
  font-family: "Orbitron", sans-serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.loader-logo__wordmark small,
.site-loader__text {
  color: #d5dde6;
}

.loader-logo__wordmark small {
  display: block;
  margin-top: 0.35rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.site-loader__text {
  text-align: center;
  margin: 1.25rem auto 1rem;
  max-width: 34rem;
}

.site-loader__bar {
  height: 8px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.site-loader__bar span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 2s linear;
  background: linear-gradient(90deg, var(--accent), var(--accent-2), #fff0a8);
}

.site-loader.is-hidden {
  animation: loaderExit 0.9s ease forwards;
}

.route-drive {
  position: fixed;
  inset: 0;
  z-index: 56;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(5, 7, 11, 0.92), rgba(8, 12, 18, 0.98));
  opacity: 0;
  visibility: hidden;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.route-drive[hidden] {
  display: none;
}

html.route-transition-pending .route-drive[hidden] {
  display: grid;
}

.route-drive.is-active {
  opacity: 1;
  visibility: visible;
}

.route-drive__veil,
.route-drive__grid {
  position: absolute;
  inset: 0;
}

.route-drive__veil {
  background:
    radial-gradient(circle at 22% 28%, rgba(255, 209, 92, 0.12), transparent 18%),
    radial-gradient(circle at 78% 58%, rgba(92, 225, 255, 0.16), transparent 20%),
    linear-gradient(118deg, transparent 18%, rgba(255, 122, 31, 0.11) 18.4%, transparent 19%) 0 0 / 260px 260px,
    linear-gradient(64deg, transparent 58%, rgba(255, 209, 92, 0.08) 58.2%, transparent 58.8%) 0 0 / 320px 320px;
  animation: wireGlow 4.4s linear infinite;
}

.route-drive__grid {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(circle at center, black 42%, transparent 88%);
}

.route-drive__copy {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  text-align: center;
}

.route-drive__copy p,
.route-drive__copy strong {
  margin: 0;
  font-family: "Orbitron", sans-serif;
  text-transform: uppercase;
}

.route-drive__copy p {
  color: var(--accent-2);
  letter-spacing: 0.22em;
  font-size: 0.9rem;
}

.route-drive__copy strong {
  display: block;
  margin-top: 0.8rem;
  font-size: clamp(1.3rem, 2.8vw, 2.4rem);
  letter-spacing: 0.08em;
}

.route-drive__scene {
  position: relative;
  width: min(92vw, 900px);
  height: min(54vw, 380px);
}

.route-drive__road {
  position: absolute;
  inset: auto 0 18px;
  height: 18px;
  border-radius: 999px;
  background:
    repeating-linear-gradient(90deg, transparent 0 16px, rgba(255, 255, 255, 0.18) 16px 34px, transparent 34px 74px),
    linear-gradient(90deg, transparent, rgba(92, 225, 255, 0.26), rgba(255, 122, 31, 0.4), transparent);
  filter: blur(0.45px);
  animation: roadFlow 0.64s linear infinite;
}

.route-drive__portal {
  position: absolute;
  right: 6%;
  bottom: 56px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(92, 225, 255, 0.18), rgba(7, 10, 16, 0.9) 54%, transparent 55%),
    radial-gradient(circle at center, rgba(255, 122, 31, 0.22), transparent 72%);
  box-shadow: 0 0 60px rgba(92, 225, 255, 0.2);
}

.route-drive__portal span {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(92, 225, 255, 0.34);
  animation: portalPulse 0.88s ease-out infinite;
}

.route-drive__portal span:nth-child(2) {
  inset: 18px;
  animation-delay: 0.16s;
}

.route-drive__portal span:nth-child(3) {
  inset: 34px;
  border-color: rgba(255, 209, 92, 0.28);
  animation-delay: 0.32s;
}

.route-drive__car {
  position: absolute;
  left: 4%;
  bottom: 48px;
  width: 250px;
  height: 122px;
  animation: routeCarDriveStrong 1.36s cubic-bezier(0.18, 0.76, 0.18, 1) forwards;
}

.route-drive__body,
.route-drive__roof,
.route-drive__wheel,
.route-drive__beam {
  position: absolute;
}

.route-drive__body {
  inset: auto 0 18px 0;
  height: 46px;
  border-radius: 24px 28px 16px 16px;
  background: linear-gradient(135deg, #0e151f, #2a394d 54%, #10161f);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.route-drive__roof {
  left: 46px;
  right: 46px;
  bottom: 54px;
  height: 30px;
  border-radius: 24px 28px 8px 8px;
  background: linear-gradient(135deg, #202b37, #121923);
  transform: skewX(-18deg);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.route-drive__wheel {
  bottom: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: radial-gradient(circle at center, #90a1b9 0 26%, #111822 27% 48%, #05070b 49%);
  border: 3px solid rgba(255, 255, 255, 0.08);
  animation: wheelSpin 0.32s linear infinite;
}

.route-drive__wheel--front {
  right: 26px;
}

.route-drive__wheel--rear {
  left: 26px;
}

.route-drive__beam {
  right: -12px;
  bottom: 42px;
  width: 92px;
  height: 26px;
  background: linear-gradient(90deg, rgba(255, 209, 92, 0.96), rgba(92, 225, 255, 0));
  clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 60%);
  filter: blur(1px) drop-shadow(0 0 14px rgba(255, 209, 92, 0.44));
}

.route-drive__glow {
  position: absolute;
  left: -10px;
  bottom: 28px;
  width: 28px;
  height: 16px;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(255, 122, 31, 0.46), rgba(92, 225, 255, 0.08) 56%, transparent 72%);
  filter: blur(1.1px);
}

.route-drive__glow--one {
  animation: exhaustGlow 0.8s ease-out infinite;
}

.route-drive__glow--two {
  left: 2px;
  bottom: 22px;
  animation: exhaustGlow 0.8s ease-out infinite 0.18s;
}

.site-loader.is-routing {
  background:
    radial-gradient(circle at 50% 52%, rgba(255, 122, 31, 0.18), transparent 22%),
    linear-gradient(180deg, #05070b, #090d14 68%, #05070b);
}

.site-loader.is-routing .site-loader__veil {
  animation-duration: 2.1s;
  filter: saturate(1.18) brightness(1.04);
}

.site-loader.is-routing .loader-logo__badge {
  animation-duration: 0.82s;
}

.site-loader.is-routing .loader-logo__waves span {
  animation-duration: 0.78s;
}

.site-loader.is-routing .loader-power__wire::after {
  animation-duration: 0.46s;
}

.site-loader.is-routing .site-loader__bar span {
  transition-duration: 850ms;
}

body.is-page-transition .site-loader__core::before {
  content: "";
  position: absolute;
  left: 6%;
  right: 24%;
  bottom: 3.5rem;
  height: 14px;
  border-radius: 999px;
  background:
    repeating-linear-gradient(90deg, transparent 0 16px, rgba(255, 255, 255, 0.18) 16px 34px, transparent 34px 72px),
    linear-gradient(90deg, transparent, rgba(92, 225, 255, 0.24), rgba(255, 122, 31, 0.42), transparent);
  opacity: 0.75;
  filter: blur(0.4px);
  animation: roadFlow 0.62s linear infinite;
}

body.is-page-transition .site-loader__core::after {
  content: "";
  position: absolute;
  left: 9%;
  bottom: 4.3rem;
  width: 178px;
  height: 72px;
  background:
    linear-gradient(135deg, rgba(13, 19, 28, 0.98), rgba(39, 55, 72, 0.96) 60%, rgba(13, 19, 28, 0.98));
  border-radius: 34px 46px 18px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  clip-path: polygon(0 66%, 8% 44%, 26% 44%, 33% 22%, 69% 22%, 82% 44%, 100% 48%, 100% 77%, 93% 88%, 74% 88%, 67% 69%, 33% 69%, 26% 88%, 9% 88%, 0 80%);
  box-shadow: 0 0 34px rgba(255, 122, 31, 0.18);
  animation: routeCarDrive 0.8s cubic-bezier(0.2, 0.7, 0.18, 1) infinite;
}

.nav-shell,
.footer-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 82px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
}

.brand strong,
.brand small,
h1,
h2,
h3 {
  font-family: "Orbitron", sans-serif;
}

.brand strong {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-top: 0.15rem;
}

.brand-mark {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  padding: 0.2rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.35rem;
}

.site-nav > a,
.nav-dropdown > a {
  color: var(--muted);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.95rem;
}

.site-nav a.active,
.site-nav a:hover,
.nav-dropdown:hover > a {
  color: var(--text);
}

.nav-dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 0.85rem);
  left: 0;
  min-width: 220px;
  display: grid;
  gap: 0.4rem;
  padding: 0.7rem;
  background: rgba(16, 21, 30, 0.98);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: 180ms ease;
}

.dropdown-menu a {
  padding: 0.8rem 0.9rem;
  border-radius: 12px;
  color: var(--muted);
  background: transparent;
}

.dropdown-menu a:hover,
.dropdown-menu a.active {
  background: rgba(255, 90, 31, 0.12);
  color: var(--text);
}

.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu,
.nav-dropdown.open .dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--text);
  padding: 0.75rem 1rem;
  border-radius: 999px;
  font: inherit;
}

.hero,
.page-hero {
  position: relative;
  overflow: hidden;
}

.hero {
  min-height: calc(100vh - 82px);
  display: grid;
  align-items: center;
  padding: 4rem 0 3rem;
}

.hero-premium::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 220px;
  background:
    linear-gradient(180deg, transparent, rgba(9, 11, 16, 0.88)),
    radial-gradient(circle at 50% 20%, rgba(255, 122, 31, 0.22), transparent 48%);
  pointer-events: none;
}

.hero-premium .hero-copy,
.hero-premium .hero-card,
.hero-premium .hero-scrollcue {
  opacity: 0;
  transform: translateY(26px);
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(9, 11, 16, 0.94) 15%, rgba(9, 11, 16, 0.7) 50%, rgba(9, 11, 16, 0.88) 100%),
    url("assets/images/workshop-car.jpg") center/cover;
  transform: scale(1.06);
}

.hero-grid,
.page-hero-grid,
.showcase-grid,
.intro-grid,
.contact-grid,
.product-highlight-grid,
.contact-wrap {
  position: relative;
  display: grid;
  gap: 2rem;
}

.hero-grid,
.page-hero-grid,
.contact-grid,
.product-highlight-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
}

.eyebrow,
.section-tag {
  color: var(--accent-2);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 700;
  margin: 0 0 0.9rem;
}

h1 {
  font-size: clamp(2.9rem, 6vw, 5.4rem);
  line-height: 0.96;
  margin: 0;
}

.hero-copy h1 {
  max-width: 10ch;
  font-size: clamp(2.8rem, 5.3vw, 5rem);
}

.page-hero h1 {
  max-width: 9ch;
  font-size: clamp(2.4rem, 4.4vw, 4.4rem);
  line-height: 1;
}

h2 {
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.05;
  margin: 0 0 1rem;
}

h3 {
  margin: 0 0 0.7rem;
  font-size: 1.2rem;
}

.lead,
body p {
  font-size: 1.15rem;
  line-height: 1.6;
}

.lead {
  max-width: 42rem;
  color: var(--muted);
  margin: 1.4rem 0 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2rem 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.9rem 1.4rem;
  border-radius: 999px;
  font-family: "Orbitron", sans-serif;
  font-size: 0.84rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #160902;
  box-shadow: 0 18px 40px rgba(255, 90, 31, 0.24);
}

.btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.03);
}

.hero-card,
.contact-card,
.stack-panel {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-card {
  transform: translateY(1.25rem);
  position: relative;
}

.hero-scrollcue {
  position: relative;
  z-index: 1;
  margin: 1.8rem auto 0;
  display: grid;
  justify-items: center;
  gap: 0.45rem;
  color: #d9e0e8;
}

.hero-scrollcue span {
  width: 28px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  position: relative;
}

.hero-scrollcue span::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  width: 5px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--accent-2), var(--accent));
  transform: translateX(-50%);
  animation: scrollPulse 1.4s ease-in-out infinite;
}

.hero-scrollcue small {
  font-family: "Orbitron", sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.66rem;
}

.hero-card img {
  min-height: 420px;
  object-fit: cover;
}

.hero-card::after {
  content: "";
  position: absolute;
  inset: auto 1.2rem 1.2rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 209, 92, 0.68), transparent);
  z-index: 1;
}

.hero-card-content {
  padding: 1.3rem 1.4rem 1.6rem;
  position: relative;
  z-index: 1;
}

.hero-card-content p {
  color: var(--accent-2);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 0.6rem;
}

.hero-card-content h2 {
  font-size: 1.5rem;
  margin: 0;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.hero-stats article,
.catalog-card,
.feature-card-body,
.contact-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}

.hero-stats article {
  padding: 1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 122, 31, 0.05));
}

.hero-stats strong {
  display: block;
  font-family: "Orbitron", sans-serif;
  margin-bottom: 0.5rem;
}

.hero-stats span,
.catalog-card p,
.feature-card p,
.contact-card p,
.stack-panel p {
  color: var(--muted);
}

.page-meta-note {
  margin: 1rem 0 0;
  color: #f0d58b;
  font-size: 1rem;
  letter-spacing: 0.04em;
}

.section {
  padding: 5.5rem 0;
}

.trust-strip {
  padding-top: 2.5rem;
}

.intro-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
}

.intro-grid {
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
}

.section-heading {
  max-width: 44rem;
  margin-bottom: 2rem;
}

.section-heading--left {
  text-align: left;
  margin-inline: 0;
}

.section-heading > p:last-child {
  color: var(--muted);
  max-width: 40rem;
  margin-top: 0.4rem;
}

.card-grid.two-up,
.gallery-grid,
.image-stack,
.showcase-cards,
.accessory-grid {
  display: grid;
  gap: 1.5rem;
}

.card-grid.two-up,
.showcase-cards,
.accessory-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gallery-grid {
  grid-template-columns: 1.2fr 0.8fr;
  grid-auto-rows: 220px;
}

.feature-card {
  overflow: hidden;
  background: var(--panel);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.motion-card {
  position: relative;
  transform-style: preserve-3d;
  transform: perspective(1100px) rotateX(var(--card-rotate-x, 0deg)) rotateY(var(--card-rotate-y, 0deg)) translateY(20px) scale(0.985);
  opacity: 0;
  transition:
    transform 260ms ease,
    box-shadow 260ms ease,
    border-color 220ms ease,
    opacity 420ms ease;
  will-change: transform, opacity;
}

.motion-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(circle at var(--card-glow-x, 50%) var(--card-glow-y, 50%), rgba(255, 209, 92, 0.16), transparent 34%);
  opacity: 0;
  transition: opacity 220ms ease;
}

.motion-card.is-visible {
  opacity: 1;
  transform: perspective(1100px) rotateX(var(--card-rotate-x, 0deg)) rotateY(var(--card-rotate-y, 0deg)) translateY(0) scale(1);
}

.motion-card:hover,
.motion-card:focus-within {
  border-color: rgba(255, 209, 92, 0.24);
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(255, 209, 92, 0.08);
}

.motion-card:hover::after,
.motion-card:focus-within::after {
  opacity: 1;
}

.feature-card img,
.gallery-grid img,
.image-stack img,
.page-hero-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-card img {
  height: 320px;
}

.showcase-card {
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(255, 209, 92, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 90, 31, 0.1));
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
}

.showcase-cards {
  grid-template-columns: 1.3fr 0.85fr;
  grid-auto-rows: 1fr;
}

.showcase-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.showcase-card-body {
  padding: 1.35rem;
}

.showcase-card--hero {
  grid-row: span 2;
}

.showcase-card-media {
  position: relative;
  padding: 1rem 1rem 0;
}

.showcase-card-media--collage {
  display: grid;
  gap: 0.85rem;
}

.showcase-card-shot {
  border-radius: calc(var(--radius) - 0.35rem);
}

.showcase-card-shot img {
  display: block;
}

.showcase-card-shot--main img {
  height: 380px;
}

.showcase-card-inset-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.showcase-card-shot--inset img {
  height: 180px;
}

.showcase-card--detail .showcase-card-shot {
  margin: 1rem 1rem 0;
}

.showcase-card--detail .showcase-card-shot img {
  height: 255px;
}

.product-section {
  padding-top: 2.2rem;
}

.product-list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.product-card {
  display: grid;
  gap: 0.9rem;
}

.product-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.9rem;
}

.product-card__top h3 {
  margin: 0;
  max-width: 18rem;
}

.price-chip {
  flex-shrink: 0;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 209, 92, 0.3);
  background: linear-gradient(135deg, rgba(255, 122, 31, 0.18), rgba(255, 209, 92, 0.14));
  color: #fff2be;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.card-kicker {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(9, 12, 18, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--accent-2);
  font-family: "Orbitron", sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.accessory-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.accessory-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.gallery-item {
  width: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  display: block;
  text-align: inherit;
  position: relative;
  overflow: hidden;
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(5, 8, 12, 0.45) 100%);
  opacity: 0;
  transition: opacity 180ms ease;
}

.gallery-item:hover::after {
  opacity: 1;
}

.gallery-item img {
  transition: transform 220ms ease;
}

.gallery-item:hover img {
  transform: scale(1.03);
}

.accessory-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.accessory-card .gallery-item img {
  display: block;
}

.accessory-card h3,
.accessory-card p {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.accessory-card h3 {
  margin-top: 1.1rem;
}

.accessory-card p {
  padding-bottom: 1.25rem;
}

.feature-card-body {
  margin: 1rem;
  padding: 1.2rem;
}

.text-link {
  color: var(--accent-2);
  font-weight: 700;
}

.showcase {
  background: linear-gradient(180deg, rgba(255, 90, 31, 0.08), rgba(255, 255, 255, 0));
}

.trust-grid,
.process-grid,
.faq-grid {
  display: grid;
  gap: 1.25rem;
}

.trust-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trust-grid article,
.process-card,
.faq-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 1.2rem;
}

.trust-card {
  position: relative;
  display: block;
  min-height: 168px;
  padding: 1.25rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(8, 10, 15, 0.52), rgba(8, 10, 15, 0.86)),
    rgba(255, 255, 255, 0.03);
  box-shadow: var(--shadow);
  transform: translate(var(--hover-x, 0), var(--hover-y, 0));
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.22;
  transition: opacity 180ms ease, transform 220ms ease;
}

.trust-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 82%, rgba(255, 209, 92, 0.18), transparent 0 22%),
    linear-gradient(90deg, transparent, rgba(255, 138, 60, 0.08), transparent);
  opacity: 0.9;
}

.trust-card:hover {
  transform: translate(var(--hover-x, 0), calc(var(--hover-y, 0) - 4px));
  border-color: rgba(255, 209, 92, 0.28);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255, 209, 92, 0.08);
}

.trust-card:focus-visible {
  outline: none;
  border-color: rgba(255, 209, 92, 0.42);
  box-shadow: 0 0 0 3px rgba(255, 209, 92, 0.12), 0 26px 60px rgba(0, 0, 0, 0.45);
}

.trust-card:hover::before {
  opacity: 0.42;
  transform: scale(1.05);
}

.trust-card > * {
  position: relative;
  z-index: 1;
}

.trust-card strong,
.trust-card span,
.trust-card small {
  display: block;
}

.trust-card strong {
  color: #fff6e6;
  text-shadow: 0 0 18px rgba(0, 0, 0, 0.3);
}

.trust-card span {
  color: #edf3f8;
  font-size: 1.12rem;
  line-height: 1.45;
  max-width: 18rem;
}

.trust-card small {
  margin-top: 1rem;
  color: #ffe9a9;
  font-family: "Orbitron", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-shadow: 0 0 16px rgba(255, 138, 60, 0.18);
}

.trust-card__wave {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  border-radius: 50%;
  border: 2px solid rgba(255, 209, 92, 0.82);
  box-shadow: 0 0 0 6px rgba(255, 138, 60, 0.14);
  pointer-events: none;
  z-index: 2;
  animation: trustWave 0.7s ease-out forwards;
}

.trust-advice::before {
  background-image: url("assets/images/gallery-shop-stock.jpeg");
}

.trust-workmanship::before {
  background-image: url("assets/images/gallery-dash-install.webp");
}

.trust-systems::before {
  background-image: url("assets/images/gallery-trunk-build.png");
}

.trust-bosmont::before {
  background-image: url("assets/images/gallery-door-speaker-led.jpg");
}

.trust-grid strong,
.process-card strong {
  display: block;
  font-family: "Orbitron", sans-serif;
  margin-bottom: 0.55rem;
}

.trust-grid span,
.process-card p,
.faq-item p {
  color: var(--muted);
}

.process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.process-card strong {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #160902;
}

.faq-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.faq-item summary {
  list-style: none;
  font-family: "Orbitron", sans-serif;
  cursor: pointer;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item[open] {
  background: rgba(255, 90, 31, 0.06);
}

.faq-item summary {
  line-height: 1.4;
}

.pill-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.pill-grid span {
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255, 209, 92, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: #ffffff;
}

.gallery-grid img {
  height: 270px;
  border-radius: 22px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.gallery-grid .gallery-item img {
  width: 100%;
  height: 100%;
  border-radius: 22px;
}

.gallery-grid .gallery-item:first-child {
  grid-row: span 2;
}

.gallery-grid .gallery-item:last-child {
  grid-column: span 2;
}

.contact-band {
  background: linear-gradient(180deg, rgba(255, 209, 92, 0.08), rgba(255, 90, 31, 0.1));
}

.contact-wrap {
  grid-template-columns: 1fr;
}

.contact-card,
.stack-panel {
  padding: 1.6rem;
}

.contact-details {
  max-width: 30rem;
}

.contact-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1rem 0 1.25rem;
}

.contact-points span {
  padding: 0.7rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 209, 92, 0.22);
  background: rgba(255, 255, 255, 0.03);
  color: #ffffff;
}

.contact-form {
  background: rgba(9, 12, 18, 0.92);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.7rem;
}

.contact-band--page {
  padding-top: 2rem;
}

.contact-links-grid {
  margin-top: 1.5rem;
}

.contact-form h3 {
  margin-bottom: 1rem;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.form-grid label {
  display: grid;
  gap: 0.45rem;
}

.form-grid label span {
  color: var(--muted);
  font-size: 0.98rem;
}

.form-grid label.full {
  grid-column: 1 / -1;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  border-radius: 16px;
  padding: 0.95rem 1rem;
  outline: none;
}

.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus {
  border-color: rgba(255, 209, 92, 0.6);
  box-shadow: 0 0 0 3px rgba(255, 209, 92, 0.1);
}

.honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.form-alert {
  padding: 0.9rem 1rem;
  border-radius: 16px;
  margin-bottom: 1rem;
}

.form-alert.success {
  background: rgba(99, 255, 153, 0.1);
  border: 1px solid rgba(99, 255, 153, 0.24);
  color: #ccffd6;
}

.form-alert.error {
  background: rgba(255, 90, 31, 0.1);
  border: 1px solid rgba(255, 90, 31, 0.24);
  color: #ffd5c8;
}

.form-note {
  color: var(--muted);
  margin-top: 1rem;
}

.before-after-card {
  background: rgba(11, 15, 21, 0.85);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.35rem;
}

.before-after {
  position: relative;
  height: 460px;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid var(--line);
}

.before-after > img,
.after-layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.after-layer {
  position: absolute;
  inset: 0 auto 0 0;
  overflow: hidden;
}

.slider-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 0 6px rgba(255, 90, 31, 0.25);
}

.slider-label {
  position: absolute;
  top: 1rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  font-family: "Orbitron", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(9, 12, 18, 0.8);
  border: 1px solid var(--line);
}

.slider-label.before {
  left: 1rem;
}

.slider-label.after {
  right: 1rem;
}

.slider-control {
  display: grid;
  gap: 0.8rem;
  margin-top: 1rem;
}

.slider-control span {
  color: var(--muted);
}

.slider-control input[type="range"] {
  width: 100%;
  accent-color: var(--accent);
}

.contact-card a {
  color: var(--accent-2);
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #07090d;
}

.site-footer p {
  margin: 0;
  color: #d0d7df;
}

.site-footer div {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.page-main {
  padding-bottom: 2rem;
}

.page-hero {
  padding: 4rem 0 2rem;
}

.page-hero-grid img {
  min-height: 360px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.catalog-card {
  padding: 1.35rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 90, 31, 0.05));
}

.catalog-card.motion-card:hover,
.process-card.motion-card:hover,
.faq-item.motion-card:hover,
.accessory-card.motion-card:hover,
.feature-card.motion-card:hover,
.showcase-card.motion-card:hover {
  transform: perspective(1100px) rotateX(var(--card-rotate-x, 0deg)) rotateY(var(--card-rotate-y, 0deg)) translateY(-6px) scale(1.015);
}

.trust-card.motion-card:hover {
  transform: perspective(1100px) rotateX(var(--card-rotate-x, 0deg)) rotateY(var(--card-rotate-y, 0deg)) translate(var(--hover-x, 0), calc(var(--hover-y, 0) - 4px)) scale(1.01);
}

.alt-surface {
  background: rgba(255, 255, 255, 0.02);
}

.image-stack {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.image-stack img {
  height: 360px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  object-position: center;
}

.stack-panel {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.whatsapp-float {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 12;
  display: inline-flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.95rem 1.1rem;
  border-radius: 18px;
  background: linear-gradient(135deg, #18c75a, #0aa84a);
  color: #ffffff;
  box-shadow: 0 20px 45px rgba(10, 168, 74, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.whatsapp-float span {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0.95;
}

.whatsapp-float strong {
  font-family: "Orbitron", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 30;
  background: rgba(3, 5, 8, 0.92);
  display: grid;
  place-items: center;
  padding: 2rem;
}

.lightbox[hidden] {
  display: none;
}

.lightbox-figure {
  margin: 0;
  width: min(100%, 980px);
}

.lightbox-figure img {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.lightbox-figure figcaption {
  color: var(--muted);
  text-align: center;
  margin-top: 0.9rem;
}

.lightbox-close,
.lightbox-nav {
  position: absolute;
  border: 1px solid var(--line);
  background: rgba(9, 12, 18, 0.82);
  color: var(--text);
  border-radius: 999px;
}

.lightbox-close {
  top: 1rem;
  right: 1rem;
  width: 48px;
  height: 48px;
  font-size: 1.8rem;
}

.lightbox-nav {
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  font-size: 1.35rem;
}

.lightbox-nav.prev {
  left: 1rem;
}

.lightbox-nav.next {
  right: 1rem;
}

@media (max-width: 960px) {
  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 1rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    background: rgba(10, 15, 22, 0.98);
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: var(--shadow);
  }

  .site-nav.open {
    display: flex;
  }

  .nav-dropdown {
    width: 100%;
  }

  .dropdown-menu {
    position: static;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    margin-top: 0.7rem;
    display: none;
  }

  .nav-dropdown.open .dropdown-menu {
    display: grid;
  }

  .hero-grid,
  .page-hero-grid,
  .intro-grid,
  .contact-grid,
  .product-highlight-grid,
  .card-grid.two-up,
  .gallery-grid,
  .catalog-grid,
  .image-stack,
  .hero-stats,
  .showcase-cards,
  .form-grid,
  .accessory-grid,
  .trust-grid,
  .process-grid,
  .faq-grid,
  .product-list-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .gallery-grid .gallery-item:first-child,
  .gallery-grid .gallery-item:last-child {
    grid-row: auto;
    grid-column: auto;
  }

  .showcase-card--hero {
    grid-row: auto;
  }

  .hero {
    min-height: auto;
  }

  .hero-card {
    transform: none;
  }

  h1 {
    font-size: clamp(2.6rem, 10vw, 4rem);
  }
}

@media (max-width: 640px) {
  .nav-shell,
  .footer-shell {
    min-height: 72px;
  }

  .section {
    padding: 4rem 0;
  }

  .hero,
  .page-hero {
    padding-top: 2.5rem;
  }

  .entry-gate__core {
    padding: 1.7rem 1rem 1.4rem;
    width: 100%;
    border-radius: 24px;
    max-height: min(100dvh - 1.2rem, 780px);
  }

  .entry-gate__scene {
    height: 220px;
    margin: 1.3rem 0 1.1rem;
  }

  .entry-gate__text {
    font-size: 0.98rem;
    line-height: 1.45;
  }

  .entry-gate__sound-toggle {
    margin-top: 0.85rem;
    padding: 0.68rem 1rem;
    width: min(100%, 220px);
  }

  .entry-gate__key {
    width: 118px;
    height: 52px;
  }

  .entry-gate__key-head {
    width: 42px;
    height: 42px;
    box-shadow: inset 0 0 0 8px rgba(12, 16, 24, 0.9);
  }

  .entry-gate__key-stem {
    top: 16px;
    left: 38px;
    width: 66px;
  }

  .entry-gate__key-tooth {
    top: 25px;
  }

  .entry-gate__key-tooth--one {
    left: 77px;
  }

  .entry-gate__key-tooth--two {
    left: 94px;
  }

  .entry-gate__portal {
    right: 4%;
    width: 112px;
    height: 112px;
  }

  .entry-gate__car {
    left: -3%;
    width: 154px;
    height: 82px;
  }

  .entry-gate__beam {
    width: 54px;
    height: 16px;
    right: -4px;
    bottom: 31px;
  }

  .entry-gate__action {
    width: min(100%, 244px);
    padding: 0.95rem 1.2rem;
  }

  .entry-gate__scene::after {
    inset: auto 2% 10px 2%;
    height: 12px;
    opacity: 0.45;
  }

  .entry-gate__exhaust {
    width: 18px;
    height: 12px;
  }

  .hero-scrollcue {
    margin-top: 1.2rem;
  }

  .hero-premium::after {
    height: 150px;
  }

  .motion-card,
  .motion-card.is-visible,
  .catalog-card.motion-card:hover,
  .process-card.motion-card:hover,
  .faq-item.motion-card:hover,
  .accessory-card.motion-card:hover,
  .feature-card.motion-card:hover,
  .showcase-card.motion-card:hover,
  .trust-card.motion-card:hover {
    transform: none;
  }

  .motion-card {
    opacity: 1;
  }

  .hero-card img,
  .page-hero-grid img,
  .image-stack img,
  .feature-card img,
  .showcase-card img,
  .accessory-card img {
    min-height: 240px;
    height: 240px;
  }

  .showcase-cards {
    grid-template-columns: 1fr;
  }

  .showcase-card--hero {
    grid-row: auto;
  }

  .showcase-card-shot--main img,
  .showcase-card-shot--inset img,
  .showcase-card--detail .showcase-card-shot img {
    height: 240px;
  }

  body.is-page-transition .site-loader__core::before,
  body.is-page-transition .site-loader__core::after {
    display: none;
  }

  .route-drive__copy {
    top: 8%;
    width: min(88vw, 340px);
  }

  .route-drive__scene {
    width: min(94vw, 520px);
    height: 240px;
  }

  .route-drive__portal {
    right: 1%;
    width: 118px;
    height: 118px;
    bottom: 48px;
  }

  .route-drive__car {
    width: 164px;
    height: 84px;
    left: -2%;
    bottom: 42px;
  }

  .route-drive__body {
    inset: auto 0 12px 0;
    height: 32px;
  }

  .route-drive__roof {
    left: 28px;
    right: 28px;
    bottom: 38px;
    height: 21px;
  }

  .route-drive__wheel {
    width: 28px;
    height: 28px;
    border-width: 2px;
  }

  .route-drive__wheel--front {
    right: 16px;
  }

  .route-drive__wheel--rear {
    left: 16px;
  }

  .route-drive__beam {
    width: 48px;
    height: 16px;
    bottom: 28px;
    right: -5px;
  }

  .route-drive__road {
    height: 12px;
    bottom: 14px;
  }

  .before-after {
    height: 280px;
  }

  .contact-form,
  .before-after-card,
  .stack-panel,
  .contact-card {
    padding: 1.2rem;
  }

  .product-card__top {
    flex-direction: column;
  }

  .price-chip {
    white-space: normal;
  }

  .whatsapp-float {
    right: 0.75rem;
    left: 0.75rem;
    bottom: 0.75rem;
    align-items: center;
  }

  .site-loader__core {
    padding: 1.5rem 1.2rem;
  }

  .loader-power {
    width: 100%;
    gap: 0.5rem;
  }

  .loader-power__fuse {
    width: 56px;
    height: 32px;
  }

  .loader-logo__badge {
    width: 128px;
    height: 128px;
  }

  .loader-logo__waves {
    width: 260px;
    height: 120px;
  }

  .loader-amp {
    padding: 0.6rem 0.8rem;
  }

  .lightbox {
    padding: 1rem;
  }

  .lightbox-nav {
    top: auto;
    bottom: 1rem;
    transform: none;
  }

  .lightbox-nav.prev {
    left: 1rem;
  }

  .lightbox-nav.next {
    right: 1rem;
  }
}

@media (max-width: 480px) {
  .entry-gate {
    padding: max(0.65rem, env(safe-area-inset-top)) max(0.65rem, env(safe-area-inset-right)) max(0.65rem, env(safe-area-inset-bottom)) max(0.65rem, env(safe-area-inset-left));
  }

  .entry-gate__core {
    padding: 1.25rem 0.8rem 1.1rem;
    border-radius: 20px;
    max-height: min(100dvh - 0.9rem, 720px);
  }

  .entry-gate__eyebrow {
    margin-bottom: 0.55rem;
    letter-spacing: 0.18em;
    font-size: 0.82rem;
  }

  .entry-gate__title {
    font-size: clamp(2rem, 10vw, 2.7rem);
  }

  .entry-gate__text {
    margin-top: 0.8rem;
    font-size: 0.92rem;
    max-width: 20rem;
  }

  .entry-gate__sound-toggle {
    width: min(100%, 206px);
    padding: 0.62rem 0.9rem;
  }

  .entry-gate__sound-toggle small {
    font-size: 0.76rem;
  }

  .entry-gate__scene {
    height: 188px;
    margin: 1rem 0 0.95rem;
  }

  .entry-gate__scene::before {
    inset: auto 0 14px;
  }

  .entry-gate__scene::after {
    inset: auto 2% 9px 2%;
    height: 10px;
    opacity: 0.34;
  }

  .entry-gate__key {
    top: 4px;
    width: 96px;
    height: 44px;
  }

  .entry-gate__key-head {
    width: 36px;
    height: 36px;
    box-shadow: inset 0 0 0 7px rgba(12, 16, 24, 0.9);
  }

  .entry-gate__key-stem {
    top: 14px;
    left: 32px;
    width: 56px;
    height: 9px;
  }

  .entry-gate__key-tooth {
    top: 22px;
    width: 9px;
    height: 13px;
  }

  .entry-gate__key-tooth--one {
    left: 65px;
  }

  .entry-gate__key-tooth--two {
    left: 79px;
    height: 10px;
  }

  .entry-gate__portal {
    right: 2%;
    bottom: 36px;
    width: 92px;
    height: 92px;
  }

  .entry-gate__portal span:nth-child(2) {
    inset: 12px;
  }

  .entry-gate__portal span:nth-child(3) {
    inset: 22px;
  }

  .entry-gate__car {
    left: -4%;
    bottom: 42px;
    width: 128px;
    height: 70px;
  }

  .entry-gate__car-body {
    inset: auto 0 14px 0;
    height: 32px;
  }

  .entry-gate__car-roof {
    left: 24px;
    right: 28px;
    bottom: 40px;
    height: 22px;
  }

  .entry-gate__wheel {
    width: 28px;
    height: 28px;
    border-width: 2px;
  }

  .entry-gate__wheel--front {
    right: 14px;
  }

  .entry-gate__wheel--rear {
    left: 14px;
  }

  .entry-gate__beam {
    width: 42px;
    height: 12px;
    right: -2px;
    bottom: 26px;
  }

  .entry-gate__exhaust {
    left: -4px;
    bottom: 20px;
    width: 14px;
    height: 9px;
  }

  .entry-gate__exhaust--two {
    left: 2px;
    bottom: 16px;
  }

  .entry-gate__action {
    width: min(100%, 214px);
    min-width: 0;
    min-height: 54px;
    padding: 0.82rem 1rem;
  }

  .entry-gate__action small {
    font-size: 0.8rem;
  }
}

@media (pointer: coarse) and (max-width: 640px) {
  .entry-gate__action:hover,
  .entry-gate__sound-toggle:hover {
    transform: none;
  }

  .entry-gate__scene::after {
    animation-duration: 2.4s;
  }

  .entry-gate__exhaust--one,
  .entry-gate__exhaust--two {
    animation-duration: 2s;
  }
}

@keyframes wireGlow {
  0% {
    transform: translate3d(0, 0, 0);
    filter: hue-rotate(0deg);
  }
  50% {
    transform: translate3d(-8px, 6px, 0);
    filter: hue-rotate(8deg);
  }
  100% {
    transform: translate3d(0, 0, 0);
    filter: hue-rotate(0deg);
  }
}

@keyframes portalPulse {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes portalBurst {
  0% {
    transform: scale(1.02);
    filter: brightness(1);
  }
  55% {
    transform: scale(1.11);
    filter: brightness(1.22);
  }
  100% {
    transform: scale(1.05);
    filter: brightness(1.03);
  }
}

@keyframes unlockWave {
  0% {
    opacity: 0.78;
    transform: scale(0.92);
  }
  100% {
    opacity: 0;
    transform: scale(1.18);
  }
}

@keyframes keyTurn {
  0% {
    transform: translateX(-50%) rotate(0deg) scale(1);
  }
  34% {
    transform: translateX(-50%) rotate(18deg) scale(1.03);
  }
  100% {
    transform: translateX(-50%) rotate(0deg) scale(1);
  }
}

@keyframes headlightFlash {
  0% {
    opacity: 0.55;
    filter: blur(0.7px);
  }
  100% {
    opacity: 1;
    filter: blur(1.2px) drop-shadow(0 0 16px rgba(255, 209, 92, 0.62));
  }
}

@keyframes carLaunch {
  0% {
    transform: translateX(0) scale(1);
    opacity: 1;
  }
  68% {
    transform: translateX(360px) scale(0.92);
    opacity: 1;
  }
  100% {
    transform: translateX(470px) scale(0.3);
    opacity: 0;
  }
}

@keyframes wheelSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes exhaustGlow {
  0% {
    opacity: 0;
    transform: translateX(0) scale(0.6);
  }
  30% {
    opacity: 0.65;
  }
  100% {
    opacity: 0;
    transform: translateX(-22px) scale(1.25);
  }
}

@keyframes roadFlow {
  0% {
    background-position: 0 0, 0 0;
  }
  100% {
    background-position: -110px 0, 110px 0;
  }
}

@keyframes scrollPulse {
  0%,
  100% {
    opacity: 0.25;
    transform: translateX(-50%) translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) translateY(11px);
  }
}

@keyframes heroReveal {
  0% {
    opacity: 0;
    transform: translateY(26px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes currentFlow {
  0% {
    transform: translateX(-110%);
  }
  100% {
    transform: translateX(110%);
  }
}

@keyframes speakerPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 1px rgba(255,255,255,0.06), 0 20px 55px rgba(255, 90, 31, 0.24);
  }
  50% {
    transform: scale(1.035);
    box-shadow: 0 0 0 1px rgba(255,255,255,0.1), 0 28px 70px rgba(255, 209, 92, 0.22);
  }
}

@keyframes soundBlast {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.35);
  }
  18% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2.2);
  }
}

@keyframes pulseLine {
  0%, 100% {
    transform: scaleX(0.96);
    opacity: 0.8;
  }
  50% {
    transform: scaleX(1.03);
    opacity: 1;
  }
}

@keyframes trustWave {
  0% {
    opacity: 0.95;
    transform: scale(0.2);
  }
  100% {
    opacity: 0;
    transform: scale(7.5);
  }
}

@keyframes loaderExit {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

@keyframes routeCarDrive {
  0% {
    transform: translateX(0) translateY(0) scale(0.92);
    filter: brightness(0.95);
  }
  55% {
    transform: translateX(255px) translateY(-6px) scale(1);
    filter: brightness(1.12);
  }
  100% {
    transform: translateX(470px) translateY(-10px) scale(0.64);
    filter: brightness(1.35);
    opacity: 0.08;
  }
}

@keyframes routeCarDriveStrong {
  0% {
    transform: translateX(0) translateY(0) scale(0.94);
    opacity: 1;
    filter: brightness(0.94);
  }
  54% {
    transform: translateX(330px) translateY(-6px) scale(1);
    opacity: 1;
    filter: brightness(1.08);
  }
  100% {
    transform: translateX(575px) translateY(-16px) scale(0.36);
    opacity: 0.06;
    filter: brightness(1.45);
  }
}

@keyframes gateExit {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.03);
    visibility: hidden;
    pointer-events: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  body::after,
  .entry-gate__veil,
  .entry-gate__portal span,
  .entry-gate__scene::after,
  .entry-gate__exhaust,
  .loader-power__wire::after,
  .loader-logo__waves span,
  .loader-logo__pulse,
  .hero-scrollcue span::after {
    animation: none !important;
  }

  .entry-gate.is-arming .entry-gate__beam,
  .entry-gate.is-unlocking .entry-gate__car,
  .entry-gate.is-unlocking .entry-gate__key,
  .entry-gate.is-unlocking .entry-gate__wheel,
  .entry-gate.is-unlocking .entry-gate__portal,
  .entry-gate.is-leaving,
  .site-loader.is-hidden,
  body.is-page-transition .site-loader__core::before,
  body.is-page-transition .site-loader__core::after,
  body.site-ready .hero-premium .hero-copy,
  body.site-ready .hero-premium .hero-card,
  body.site-ready .hero-premium .hero-scrollcue {
    animation: none !important;
  }

  .hero-premium .hero-copy,
  .hero-premium .hero-card,
  .hero-premium .hero-scrollcue {
    opacity: 1;
    transform: none;
  }
}
