/* ==========================================================================
   AKMenu — crimson occult theme (matches Discord server icon)
   Typography: Bebas Neue (display) · Barlow/Inter (body) · Orbitron (labels)
   ========================================================================== */

:root {
  --vi-crimson: #c41e3a;
  --vi-blood: #8c1a2e;
  --vi-ember: #e63950;
  --vi-coal: #0a0506;
  --vi-charcoal: #12080c;

  --vi-pink: var(--vi-ember);
  --vi-cyan: #b83045;
  --vi-purple: #5c1224;
  --vi-orange: #c44a28;
  --vi-magenta: #a31835;
  --vi-night: var(--vi-coal);
  --vi-sky-top: #0f0408;
  --vi-sky-mid: #2a0812;
  --vi-sky-horizon: #8c1a2e;

  --bg: var(--vi-night);
  --bg-alt: rgba(14, 4, 8, 0.78);
  --surface: rgba(16, 6, 10, 0.84);
  --surface-raised: rgba(22, 8, 12, 0.92);
  --border: rgba(196, 30, 58, 0.2);
  --border-strong: rgba(196, 30, 58, 0.32);

  --text: #f5ecee;
  --muted: #9a7880;

  --accent: var(--vi-crimson);
  --accent-cyan: var(--vi-ember);
  --accent-purple: var(--vi-purple);
  --accent-orange: var(--vi-orange);
  --accent-soft: rgba(196, 30, 58, 0.12);
  --accent-cyan-soft: rgba(230, 57, 80, 0.1);

  --neon-pink: 0 0 18px rgba(196, 30, 58, 0.45), 0 0 40px rgba(140, 26, 46, 0.18);
  --neon-cyan: 0 0 16px rgba(230, 57, 80, 0.35), 0 0 32px rgba(140, 26, 46, 0.12);
  --neon-border: 0 0 20px rgba(196, 30, 58, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.03);

  --font-body: "Barlow", "Inter", system-ui, sans-serif;
  --font-display: "Bebas Neue", system-ui, sans-serif;
  --font-label: "Orbitron", system-ui, sans-serif;

  --radius-sm: 6px;
  --radius: 10px;
  --radius-lg: 14px;
  --radius-pill: 999px;

  --header-h: 3.5rem;
  --container: min(1120px, 92vw);
  --section-gap: 5rem;
  --transition: 0.2s ease;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--vi-night);
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--text);
  background: var(--vi-night);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  position: relative;
}

/* ---- Crimson occult atmosphere + blended symbolism ---- */
.vc-scenery {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background:
    radial-gradient(ellipse 120% 85% at 50% 100%, rgba(140, 26, 46, 0.42) 0%, transparent 55%),
    radial-gradient(ellipse 70% 50% at 50% 35%, rgba(196, 30, 58, 0.22) 0%, transparent 68%),
    radial-gradient(ellipse 35% 28% at 18% 22%, rgba(92, 18, 36, 0.2) 0%, transparent 72%),
    radial-gradient(ellipse 35% 28% at 82% 22%, rgba(92, 18, 36, 0.2) 0%, transparent 72%),
    radial-gradient(ellipse 50% 40% at 50% 50%, rgba(58, 10, 22, 0.15) 0%, transparent 75%),
    linear-gradient(180deg,
      #020101 0%,
      #080308 15%,
      #120610 35%,
      #180812 50%,
      #10050c 68%,
      #060204 85%,
      #020101 100%);
}

.vc-bg-texture {
  position: absolute;
  inset: 0;
  background: url("./assets/bg-texture.svg") center / 640px 640px repeat;
  opacity: 0.38;
  mix-blend-mode: overlay;
}

.vc-bg-depth {
  position: absolute;
  inset: 0;
  background: url("./assets/bg-depth.svg") center / cover no-repeat;
  opacity: 0.55;
  mix-blend-mode: soft-light;
}

.vc-bg-emblem {
  position: absolute;
  inset: 0;
  background: url("./assets/discord-server-icon.png") center 38% / min(820px, 95vmin) no-repeat;
  opacity: 0.055;
  filter: blur(14px) saturate(1.15) brightness(0.85);
  mix-blend-mode: soft-light;
  -webkit-mask-image: radial-gradient(ellipse 72% 62% at 50% 42%, #000 0%, transparent 78%);
  mask-image: radial-gradient(ellipse 72% 62% at 50% 42%, #000 0%, transparent 78%);
}

.vc-symbol-glyphs {
  position: absolute;
  inset: -8%;
  background: url("./assets/symbol-glyphs.svg") center / 680px 680px repeat;
  opacity: 0.16;
  mix-blend-mode: soft-light;
  -webkit-mask-image: radial-gradient(ellipse 95% 88% at 50% 48%, #000 18%, transparent 92%);
  mask-image: radial-gradient(ellipse 95% 88% at 50% 48%, #000 18%, transparent 92%);
}

.vc-symbol-glyphs-alt {
  transform: rotate(180deg) scale(1.04);
  opacity: 0.11;
  mix-blend-mode: color-dodge;
}

.vc-snakes-bg {
  position: absolute;
  inset: -5%;
  background: url("./assets/snakes-bg.svg") center 42% / cover no-repeat;
  opacity: 0.48;
  mix-blend-mode: soft-light;
  -webkit-mask-image: radial-gradient(ellipse 88% 78% at 50% 44%, #000 8%, transparent 82%);
  mask-image: radial-gradient(ellipse 88% 78% at 50% 44%, #000 8%, transparent 82%);
}

.vc-symbol-layer {
  position: absolute;
  inset: 0;
  background: url("./assets/symbol-overlay.svg") center 40% / min(1600px, 125vw) no-repeat;
  opacity: 0.32;
  mix-blend-mode: soft-light;
  -webkit-mask-image: radial-gradient(ellipse 78% 68% at 50% 42%, #000 10%, transparent 84%);
  mask-image: radial-gradient(ellipse 78% 68% at 50% 42%, #000 10%, transparent 84%);
}

.vc-ritual-rings {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 42%, transparent 22%, rgba(196, 30, 58, 0.05) 23%, transparent 24%),
    radial-gradient(circle at 50% 42%, transparent 32%, rgba(230, 57, 80, 0.04) 33%, transparent 34%),
    radial-gradient(circle at 50% 42%, transparent 42%, rgba(140, 26, 46, 0.035) 43%, transparent 44%);
  opacity: 0.75;
  mix-blend-mode: screen;
}

.vc-ember-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 95% 55% at 50% 94%, rgba(196, 30, 58, 0.34) 0%, transparent 58%),
    radial-gradient(ellipse 55% 38% at 50% 48%, rgba(140, 26, 46, 0.14) 0%, transparent 68%);
  mix-blend-mode: screen;
  opacity: 1;
}

.vc-vignette {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 85% 75% at 50% 48%, transparent 48%, rgba(0, 0, 0, 0.24) 82%, rgba(0, 0, 0, 0.52) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.14) 0%, transparent 14%, transparent 86%, rgba(0, 0, 0, 0.2) 100%);
}

.vc-grain {
  position: absolute;
  inset: 0;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  background-size: 180px 180px;
  mix-blend-mode: overlay;
  pointer-events: none;
}

/* Legacy hooks — unused markup stays hidden */
.vc-aurora,
.vc-skyline,
.vc-palms,
.vc-road,
.vc-neon-strip,
.vc-scanlines {
  display: none;
}

.container, .wrap {
  width: var(--container);
  margin: 0 auto;
}

main { position: relative; z-index: 2; }

a {
  color: var(--accent-cyan);
  text-decoration: none;
  transition: color var(--transition);
}

a:hover {
  color: var(--accent);
}

/* ---- Glass utility ---- */
.glass {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

/* ==========================================================================
   HEADER — slim glass bar, pill nav, mobile drawer
   ========================================================================== */
.header {
  position: sticky;
  top: 0;
  z-index: 200;
  height: var(--header-h);
  border-bottom: 1px solid rgba(196, 30, 58, 0.14);
  background: rgba(8, 4, 6, 0.78);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  box-shadow: 0 1px 0 rgba(196, 30, 58, 0.08), 0 8px 32px rgba(0, 0, 0, 0.45);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.25rem;
  height: var(--header-h);
  width: min(1340px, 94vw);
  margin: 0 auto;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--text);
  text-decoration: none;
  flex-shrink: 0;
  z-index: 202;
}

.brand:hover { color: var(--text); text-decoration: none; }

.brand-icon {
  display: grid;
  place-items: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg, var(--vi-blood) 0%, var(--vi-crimson) 55%, #5c1224 100%);
  color: #fff;
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow: var(--neon-pink);
  border: 1px solid rgba(196, 30, 58, 0.35);
}

.brand-name {
  font-family: var(--font-display);
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
}

/* Pill navigation */
.nav {
  display: flex;
  justify-content: center;
  min-width: 0;
}

.nav-pills {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  padding: 0.2rem;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow-x: auto;
  scrollbar-width: none;
  max-width: 100%;
}

.nav-pills::-webkit-scrollbar { display: none; }

.nav-pills a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.7rem;
  border-radius: var(--radius-pill);
  color: var(--muted);
  font-family: var(--font-label);
  font-size: 0.58rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  white-space: nowrap;
  transition: color var(--transition), background var(--transition);
}

.nav-pills a:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
}

.nav-pills a.is-active {
  color: var(--text);
  background: rgba(196, 30, 58, 0.14);
}

.nav-pills a.is-active::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 0.15rem;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--vi-cyan), var(--vi-pink));
  box-shadow: 0 0 10px rgba(196, 30, 58, 0.7), 0 0 18px rgba(196, 30, 58, 0.4);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
  z-index: 202;
}

.btn-ghost {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--muted);
  width: 2.25rem;
  height: 2.25rem;
  border-radius: var(--radius-sm);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: border-color var(--transition), color var(--transition), background var(--transition);
}

.btn-ghost:hover {
  border-color: rgba(196, 30, 58, 0.35);
  color: var(--accent-cyan);
  background: rgba(196, 30, 58, 0.06);
}

.btn-ghost svg { width: 1rem; height: 1rem; }
.btn-ghost .sun-icon { display: none; }
.btn-ghost .moon-icon { display: block; }
.light-theme .btn-ghost .sun-icon { display: block; }
.light-theme .btn-ghost .moon-icon { display: none; }

.music-player {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.sound-wave {
  display: flex;
  align-items: flex-end;
  gap: 2px;
  width: 16px;
  height: 12px;
}

.wave-bar {
  display: block;
  width: 2px;
  height: 3px;
  background: var(--muted);
  border-radius: 1px;
}

.sound-wave.playing .wave-bar {
  background: var(--accent-cyan);
  animation: wave-bounce 1s ease-in-out infinite alternate;
}

.sound-wave.playing .wave-bar:nth-child(1) { animation-delay: 0.1s; }
.sound-wave.playing .wave-bar:nth-child(2) { animation-delay: 0.3s; animation-duration: 0.8s; }
.sound-wave.playing .wave-bar:nth-child(3) { animation-delay: 0.5s; animation-duration: 1.2s; }
.sound-wave.playing .wave-bar:nth-child(4) { animation-delay: 0.2s; animation-duration: 0.9s; }

@keyframes wave-bounce {
  0% { height: 3px; }
  100% { height: 12px; }
}

/* Mobile nav toggle */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-sm);
  background: transparent;
  cursor: pointer;
  z-index: 202;
}

.nav-toggle-bar {
  display: block;
  width: 16px;
  height: 2px;
  margin: 0 auto;
  background: var(--text);
  border-radius: 1px;
  transition: transform var(--transition), opacity var(--transition);
}

.nav-backdrop {
  position: fixed;
  inset: 0;
  z-index: 199;
  background: rgba(4, 2, 10, 0.65);
  backdrop-filter: blur(4px);
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.68rem 1.25rem;
  border-radius: 9px;
  font-family: var(--font-label);
  font-size: 0.68rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition), background var(--transition), color var(--transition);
}

.btn:hover { text-decoration: none; }

.btn-solid,
.btn-cta {
  background: linear-gradient(
    128deg,
    rgba(196, 30, 58, 0.46) 0%,
    rgba(163, 24, 53, 0.42) 32%,
    rgba(140, 26, 46, 0.4) 58%,
    rgba(92, 18, 36, 0.38) 82%,
    rgba(58, 10, 22, 0.34) 100%
  );
  color: rgba(255, 255, 255, 0.95);
  border-color: rgba(230, 80, 96, 0.2);
  box-shadow: 0 8px 22px rgba(140, 26, 46, 0.18), 0 0 18px rgba(196, 30, 58, 0.08);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px) saturate(1.15);
  -webkit-backdrop-filter: blur(10px) saturate(1.15);
}

.btn-solid:hover,
.btn-cta:hover {
  transform: translateY(-2px);
  border-color: rgba(230, 80, 96, 0.34);
  box-shadow: 0 12px 28px rgba(140, 26, 46, 0.22), 0 0 22px rgba(196, 30, 58, 0.12);
  background: linear-gradient(
    128deg,
    rgba(196, 30, 58, 0.54) 0%,
    rgba(163, 24, 53, 0.5) 32%,
    rgba(140, 26, 46, 0.48) 58%,
    rgba(92, 18, 36, 0.46) 82%,
    rgba(58, 10, 22, 0.42) 100%
  );
  color: #fff;
}

.btn-cta {
  padding: 0.5rem 1rem;
  font-size: 0.62rem;
}

.btn-outline {
  border-color: rgba(196, 30, 58, 0.24);
  color: var(--text);
  background: rgba(10, 4, 6, 0.32);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.btn-outline:hover {
  border-color: rgba(196, 30, 58, 0.44);
  color: #fff;
  background: rgba(196, 30, 58, 0.1);
  box-shadow: 0 10px 24px rgba(140, 26, 46, 0.14);
}

.btn-outline-pink {
  border-color: rgba(196, 30, 58, 0.3);
  background: rgba(196, 30, 58, 0.07);
}

.btn-outline-pink:hover {
  border-color: rgba(196, 30, 58, 0.58);
  color: #fff;
  background: rgba(196, 30, 58, 0.13);
  box-shadow: 0 10px 26px rgba(196, 30, 58, 0.16);
}

.btn-wide { width: 100%; }

/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */
.label {
  font-family: var(--font-label);
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--accent-cyan);
  margin: 0 0 1rem;
}

h1 {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5.8vw, 3.75rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin: 0 0 1.25rem;
  color: #fff;
}

.section-head h2,
.section-header h2,
.faq h2,
.contact h2,
.download-copy h2 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.5vw, 2.15rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
  line-height: 1.1;
}

.section-head p,
.section-lead {
  color: var(--muted);
  margin: 0;
  font-size: 1rem;
  max-width: 58ch;
}

.text-center { text-align: center; }
.text-center .section-head p { margin-inline: auto; }

/* ==========================================================================
   HERO
   ========================================================================== */
.hero {
  padding: 3.5rem 0 4.5rem;
  position: relative;
  z-index: 2;
}

.hero-layout {
  display: grid;
  grid-template-columns: 0.52fr 0.48fr;
  gap: 3.5rem;
  align-items: center;
}

.hero-desc {
  color: var(--muted);
  font-size: 1.0625rem;
  max-width: 44ch;
  margin: 0 0 1.75rem;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.hero-download-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0.65rem;
}

.hero-download-row .btn-solid {
  flex: 1 1 140px;
  min-width: 140px;
  justify-content: center;
  text-align: center;
}

.hero-secondary-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.hero-note {
  font-size: 0.8125rem;
  color: var(--muted);
  margin: 0;
}

.hero-build {
  font-family: ui-monospace, "Cascadia Code", monospace;
  color: var(--accent-cyan);
}

.hero-panel {
  background: rgba(16, 8, 28, 0.32);
  border: 1px solid rgba(196, 30, 58, 0.18);
  border-radius: var(--radius-lg);
  padding: 1.25rem;
  overflow: hidden;
  backdrop-filter: blur(14px) saturate(1.15);
  -webkit-backdrop-filter: blur(14px) saturate(1.15);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28), 0 0 28px rgba(196, 30, 58, 0.08);
}

.hero-panel-featured::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(196, 30, 58, 0.5), rgba(140, 26, 46, 0.45), rgba(196, 74, 40, 0.35), transparent);
}

.hero-panel { position: relative; }

.panel-head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-label);
  font-size: 0.62rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--accent-cyan);
  margin-bottom: 1rem;
}

.panel-head-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-cyan);
  box-shadow: 0 0 8px rgba(196, 30, 58, 0.8);
  flex-shrink: 0;
}

.panel-head-hint {
  color: var(--muted);
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  font-family: var(--font-body);
  font-size: 0.75rem;
}

/* ---- AKMenu interactive preview ---- */
.akmenu-viewport {
  position: relative;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(196, 30, 58, 0.1);
  background: transparent;
  min-height: 440px;
  outline: none;
  box-shadow: inset 0 0 40px rgba(6, 4, 12, 0.12), 0 0 16px rgba(196, 30, 58, 0.04);
}

.akmenu-viewport:focus-visible {
  box-shadow: 0 0 0 2px rgba(163, 24, 53, 0.55), 0 0 20px rgba(196, 30, 58, 0.15);
}

.akmenu-game-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 70% at 50% 50%, transparent 35%, rgba(6, 4, 12, 0.1) 100%),
    linear-gradient(180deg, rgba(6, 4, 12, 0.03) 0%, transparent 28%, transparent 72%, rgba(6, 4, 12, 0.08) 100%);
  pointer-events: none;
}

.akmenu-sunset {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 72% 42% at 48% 88%, rgba(196, 74, 40, 0.14) 0%, transparent 55%),
    radial-gradient(ellipse 46% 34% at 72% 58%, rgba(196, 30, 58, 0.12) 0%, transparent 52%),
    radial-gradient(ellipse 38% 28% at 18% 52%, rgba(92, 18, 36, 0.14) 0%, transparent 45%);
  pointer-events: none;
}

.akmenu-skyline {
  display: none;
}

.akmenu-skyline::after {
  content: none;
}

.akmenu-palms {
  display: none;
}

.akmenu-city-lights {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 76%, rgba(196, 30, 58, 0.1) 0%, transparent 8%),
    radial-gradient(circle at 52% 74%, rgba(255, 107, 53, 0.08) 0%, transparent 8%),
    radial-gradient(circle at 90% 80%, rgba(163, 24, 53, 0.1) 0%, transparent 7%);
  filter: blur(3px);
  opacity: 0.45;
}

.akmenu-game-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.06));
  opacity: 0.4;
}

.akmenu-hud,
.akmenu-hud-right {
  display: none;
}

.akmenu-sim {
  position: relative;
  z-index: 3;
  width: min(340px, 92%);
  max-height: calc(100% - 28px);
  min-height: 360px;
  background: rgba(5, 5, 8, 0.62);
  border: 1px solid rgba(196, 30, 58, 0.18);
  border-radius: var(--radius-sm);
  backdrop-filter: blur(16px) saturate(1.15);
  -webkit-backdrop-filter: blur(16px) saturate(1.15);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.32), 0 0 16px rgba(196, 30, 58, 0.06);
  display: flex;
  flex-direction: column;
  pointer-events: auto;
}

.akmenu-titlebar {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.65rem;
  border-bottom: 1px solid rgba(196, 30, 58, 0.1);
  background: linear-gradient(180deg, rgba(196, 30, 58, 0.08) 0%, transparent 100%);
}

.akmenu-brand-block {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  min-width: 0;
}

.akmenu-brand {
  font-family: var(--font-display);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  color: var(--accent-cyan);
  line-height: 1.1;
}

.akmenu-build {
  font-family: ui-monospace, monospace;
  font-size: 0.48rem;
  color: var(--muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.akmenu-insert-hint { flex-shrink: 0; font-size: 0.52rem; color: var(--muted); }
.akmenu-insert-hint kbd { font-size: 0.5rem; padding: 0.08rem 0.28rem; border-color: rgba(196, 30, 58, 0.25); color: var(--accent-cyan); }

.akmenu-crumb-row {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  background: rgba(0, 0, 0, 0.2);
}

.akmenu-crumb-row-compact {
  padding: 0.2rem 0.55rem;
}

.akmenu-crumb-row-compact .akmenu-breadcrumb {
  display: none;
}

.akmenu-search-row {
  padding: 0.25rem 0.55rem 0.35rem;
  flex-shrink: 0;
  background: rgba(0, 0, 0, 0.15);
}

.akmenu-search {
  width: 100%;
  padding: 0.35rem 0.5rem;
  font-size: 0.72rem;
  font-family: var(--font-body);
  color: var(--text);
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(196, 30, 58, 0.18);
  border-radius: 3px;
  outline: none;
}

.akmenu-search:focus { border-color: rgba(196, 30, 58, 0.45); }
.akmenu-search::placeholder { color: var(--muted); }

.akmenu-back {
  background: transparent;
  border: 1px solid rgba(196, 30, 58, 0.28);
  color: var(--accent);
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 3px;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
  padding: 0;
  flex-shrink: 0;
}

.akmenu-back:hover { background: var(--accent-soft); }

.akmenu-breadcrumb {
  flex: 1;
  font-family: var(--font-label);
  font-size: 0.58rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(228, 228, 232, 0.7);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.akmenu-edition {
  font-family: var(--font-label);
  font-size: 0.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--accent-cyan);
  padding: 0.12rem 0.35rem;
  border: 1px solid rgba(196, 30, 58, 0.35);
  border-radius: 3px;
  flex-shrink: 0;
  background: rgba(196, 30, 58, 0.08);
}

.akmenu-panels {
  flex: 1;
  overflow: hidden;
  transition: opacity 0.18s ease, transform 0.2s ease;
}

.akmenu-panels.slide-out { opacity: 0; transform: translateX(12px); }
.akmenu-panels.slide-in { opacity: 1; transform: translateX(0); }

.akmenu-list {
  list-style: none;
  margin: 0;
  padding: 0.2rem 0;
  max-height: 280px;
  overflow-y: auto;
  pointer-events: auto;
}

.akmenu-list::-webkit-scrollbar { width: 3px; }
.akmenu-list::-webkit-scrollbar-thumb { background: rgba(196, 30, 58, 0.35); border-radius: 2px; }

.akmenu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.48rem 0.7rem;
  font-size: 0.76rem;
  cursor: pointer;
  border-left: 2px solid transparent;
  transition: background 0.15s ease, border-color 0.15s ease;
  color: rgba(228, 228, 232, 0.8);
  user-select: none;
}

.akmenu-item:hover,
.akmenu-item.selected {
  background: rgba(196, 30, 58, 0.22);
  border-left-color: var(--vi-pink);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(196, 30, 58, 0.15);
}

.akmenu-item.premium .akmenu-label { color: rgba(228, 228, 232, 0.45); }
.akmenu-item.premium.selected .akmenu-label,
.akmenu-item.premium:hover .akmenu-label { color: rgba(228, 228, 232, 0.75); }

.akmenu-label {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.akmenu-meta { flex-shrink: 0; font-size: 0.75rem; color: var(--accent); opacity: 0.75; }
.akmenu-chevron { font-size: 0.85rem; opacity: 0.6; }
.akmenu-lock { font-size: 0.62rem; opacity: 0.75; }

.akmenu-toggle {
  display: inline-block;
  width: 1.6rem;
  height: 0.8rem;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  position: relative;
}

.akmenu-toggle::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 0.58rem;
  height: calc(100% - 2px);
  background: var(--muted);
  border-radius: 2px;
  transition: transform 0.2s ease, background 0.2s ease;
}

.akmenu-toggle.on {
  background: rgba(196, 30, 58, 0.2);
  border-color: rgba(196, 30, 58, 0.45);
}

.akmenu-toggle.on::after {
  transform: translateX(0.75rem);
  background: var(--accent-cyan);
}

.akmenu-adjuster { font-size: 0.62rem; color: var(--muted); letter-spacing: -0.05em; }

.akmenu-item.header {
  cursor: default;
  opacity: 0.55;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  pointer-events: none;
}

.akmenu-item.header .akmenu-label { color: var(--muted); }
.akmenu-item.akmenu-empty { cursor: default; color: var(--muted); justify-content: center; pointer-events: none; }

.akmenu-status {
  padding: 0.4rem 0.7rem;
  font-size: 0.58rem;
  color: var(--muted);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  min-height: 1.5rem;
  background: rgba(0, 0, 0, 0.25);
  font-family: ui-monospace, monospace;
}

.akmenu-toast {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  background: rgba(255, 107, 53, 0.92);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 600;
  padding: 0.45rem 0.85rem;
  border-radius: var(--radius-sm);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 10;
  white-space: nowrap;
}

.akmenu-toast.visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.akmenu-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  margin-top: 0.85rem;
  font-size: 0.68rem;
  color: var(--muted);
  justify-content: center;
}

.akmenu-legend kbd { font-size: 0.6rem; margin-right: 0.1rem; }

/* ==========================================================================
   SECTIONS
   ========================================================================== */
.section {
  padding: var(--section-gap) 0;
  position: relative;
}

.section-alt {
  background: rgba(10, 4, 8, 0.28);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-top: 1px solid rgba(196, 30, 58, 0.1);
  border-bottom: 1px solid rgba(196, 30, 58, 0.1);
}

.section-head { margin-bottom: 2.5rem; }

/* ---- Compare table ---- */
.table-wrap {
  overflow-x: auto;
  margin-bottom: 2.5rem;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius);
  box-shadow: inset 0 0 24px rgba(196, 30, 58, 0.04);
}

.compare {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.compare th,
.compare td {
  padding: 0.85rem 1.1rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.compare tbody tr:nth-child(even) {
  background: rgba(196, 30, 58, 0.03);
}

.compare th {
  background: rgba(18, 10, 32, 0.95);
  font-family: var(--font-label);
  font-size: 0.62rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
}

.compare th:not(:first-child),
.compare td:not(:first-child) {
  text-align: center;
  width: 96px;
}

.compare tr:last-child td { border-bottom: none; }
.compare .yes { color: var(--accent-cyan); font-weight: 700; text-shadow: 0 0 8px rgba(196, 30, 58, 0.35); }
.compare .no { color: var(--muted); }

.feature-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.fcard {
  background: var(--surface);
  border: 1px solid var(--border);
  border-left: 3px solid var(--vi-pink);
  border-radius: var(--radius);
  padding: 1.35rem;
  transition: border-color var(--transition), box-shadow var(--transition);
}

.fcard:hover {
  border-color: rgba(196, 30, 58, 0.3);
  border-left-color: var(--vi-cyan);
  box-shadow: var(--neon-cyan);
}

.fcard-num {
  display: block;
  font-family: var(--font-label);
  font-size: 0.62rem;
  font-weight: 600;
  color: var(--accent-cyan);
  margin-bottom: 0.5rem;
  letter-spacing: 0.14em;
}

.fcard h3 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 0.45rem;
}

.fcard p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.55;
}

/* ---- Download ---- */
.download-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2.5rem;
  align-items: center;
  background: var(--surface-raised);
  border: 1px solid rgba(196, 30, 58, 0.22);
  border-radius: var(--radius-lg);
  padding: 2.25rem 2.5rem;
  position: relative;
  overflow: hidden;
}

.download-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, var(--vi-cyan), var(--vi-pink), var(--vi-purple));
}

.download-desc {
  color: var(--muted);
  margin: 0 0 0.75rem;
  max-width: 44ch;
}

.download-meta {
  margin: 0;
  font-size: 0.85rem;
  color: var(--muted);
}

.build-id {
  font-family: ui-monospace, monospace;
  font-size: 0.82rem;
  color: var(--accent-cyan);
  word-break: break-all;
}

.download-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.65rem;
  min-width: min(100%, 280px);
}

.download-duo {
  display: grid;
  gap: 0.75rem;
}

.download-duo .btn-download {
  width: 100%;
  text-align: left;
}

.btn-download {
  flex-direction: column;
  gap: 0.15rem;
  padding: 1rem 1.5rem;
  text-align: center;
}

.btn-download-label { font-size: 0.72rem; letter-spacing: 0.14em; }

.btn-download-sub {
  font-size: 0.65rem;
  font-weight: 500;
  opacity: 0.85;
  text-transform: none;
  letter-spacing: 0;
  font-family: var(--font-body);
}

.download-note {
  margin: 0;
  font-size: 0.75rem;
  color: var(--muted);
  text-align: center;
}

/* ---- Install ---- */
.steps {
  list-style: none;
  margin: 0 0 2.5rem;
  padding: 0;
  counter-reset: step;
}

.steps li {
  counter-increment: step;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.25rem 1.25rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--border);
}

.steps li::before {
  content: counter(step);
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: var(--radius-sm);
  background: var(--accent-soft);
  color: var(--accent-cyan);
  font-family: var(--font-display);
  font-size: 0.9rem;
  border: 1px solid rgba(196, 30, 58, 0.2);
}

.steps li strong { font-weight: 600; font-size: 1rem; }
.steps li span { grid-column: 2; color: var(--muted); font-size: 0.9rem; }

.tips-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.tip {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.1rem;
}

.tip h4 {
  margin: 0 0 0.4rem;
  font-family: var(--font-label);
  font-size: 0.62rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent-cyan);
}

.tip p { margin: 0; font-size: 0.875rem; color: var(--muted); }

/* ---- Reviews carousel ---- */
.testimonials-container {
  max-width: 920px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0.5rem 0;
}

.testimonials-slider {
  display: flex;
  gap: 1.25rem;
  transition: transform 0.45s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: transform;
}

.testimonial-card {
  flex: 0 0 calc(50% - 0.625rem);
  padding: 1.5rem 1.65rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 200px;
}

.testimonial-header {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.user-avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: var(--radius-sm);
  background: var(--accent-soft);
  color: var(--accent-cyan);
  font-weight: 700;
  font-family: var(--font-display);
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(196, 30, 58, 0.2);
}

.user-meta h4 {
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0;
}

.user-role { font-size: 0.72rem; color: var(--muted); margin: 0; }

.edition-badge {
  font-family: var(--font-label);
  font-size: 0.55rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.15rem 0.4rem;
  border-radius: 3px;
  margin-left: auto;
}

.edition-badge.free {
  background: rgba(255, 255, 255, 0.05);
  color: var(--muted);
}

.edition-badge.premium {
  background: rgba(196, 30, 58, 0.12);
  color: var(--accent);
  border: 1px solid rgba(196, 30, 58, 0.28);
}

.stars {
  color: var(--accent-orange);
  font-size: 0.82rem;
  letter-spacing: 0.06em;
}

.testimonial-text {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
  flex: 1;
}

.slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  margin-top: 1.75rem;
}

.slider-arrow {
  background: transparent;
  border: 1px solid var(--border);
  color: var(--text);
  width: 2.25rem;
  height: 2.25rem;
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-size: 0.9rem;
  transition: var(--transition);
}

.slider-arrow:hover {
  border-color: var(--accent-cyan);
  color: var(--accent-cyan);
  box-shadow: var(--neon-cyan);
}

.slider-dots { display: flex; gap: 0.45rem; }

.slider-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  cursor: pointer;
  transition: var(--transition);
}

.slider-dot.active {
  background: var(--accent-cyan);
  width: 18px;
  border-radius: var(--radius-pill);
  box-shadow: 0 0 8px rgba(196, 30, 58, 0.5);
}

/* ---- Pricing ---- */
.pricing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  align-items: stretch;
}

.price {
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.65rem;
  position: relative;
}

.price .btn { margin-top: auto; align-self: flex-start; }

.price-main {
  border-color: rgba(196, 30, 58, 0.38);
  background: linear-gradient(180deg, rgba(196, 30, 58, 0.1) 0%, var(--surface) 50%);
  box-shadow: var(--neon-border);
}

.price-trial {
  border-color: rgba(196, 30, 58, 0.35);
  background: linear-gradient(180deg, rgba(196, 30, 58, 0.08) 0%, var(--surface) 50%);
}

.price-label {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-family: var(--font-label);
  font-size: 0.55rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
}

.price-label-free {
  color: var(--accent-cyan);
  background: rgba(196, 30, 58, 0.12);
  padding: 0.25rem 0.55rem;
  border-radius: var(--radius-sm);
}

.price h3 {
  font-family: var(--font-display);
  margin: 0 0 0.25rem;
  font-size: 1.15rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.amount {
  font-family: var(--font-display);
  font-size: 2.25rem;
  margin: 0.5rem 0;
  line-height: 1;
  background: linear-gradient(135deg, var(--text), rgba(230, 57, 80, 0.9), rgba(140, 26, 46, 0.85));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.amount-sub {
  font-family: var(--font-label);
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(163, 24, 53, 0.85);
  margin: -0.25rem 0 0.75rem;
}

.desc {
  color: var(--muted);
  font-size: 0.9rem;
  margin: 0 0 1.25rem;
  flex: 1;
  line-height: 1.55;
}

/* ---- Request form ---- */
.request-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  align-items: start;
}

.request-form {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  padding: 2rem;
  text-align: left;
}

.request-form .form-row {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.request-form label {
  font-family: var(--font-label);
  font-size: 0.6rem;
  font-weight: 600;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.request-form .req { color: var(--accent); }

.request-form input,
.request-form select,
.request-form textarea {
  padding: 0.75rem 1rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  background: rgba(6, 4, 12, 0.6);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 0.9rem;
  width: 100%;
  transition: border-color var(--transition), box-shadow var(--transition);
}

.request-form select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2300f0ff' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
}

.request-form textarea {
  resize: vertical;
  min-height: 6.5rem;
  line-height: 1.55;
}

.request-form input:focus,
.request-form select:focus,
.request-form textarea:focus {
  outline: none;
  border-color: rgba(196, 30, 58, 0.45);
  box-shadow: 0 0 0 3px rgba(196, 30, 58, 0.08);
}

.request-form .form-hint {
  font-size: 0.78rem;
  color: var(--muted);
  margin: 0;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  font-family: var(--font-body);
}

.request-form .btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.request-status { margin: 0.75rem 0 0; font-size: 0.875rem; min-height: 1.25rem; }
.request-status.success { color: var(--accent-cyan); }
.request-status.error { color: var(--accent-orange); }

.request-aside {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.65rem;
}

.request-aside h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0 0 0.5rem;
}

.request-aside p { color: var(--muted); font-size: 0.9rem; margin: 0 0 1rem; }

.trial-list {
  color: var(--muted);
  padding-left: 1.1rem;
  font-size: 0.9rem;
  line-height: 1.6;
}

.trial-list li { margin-bottom: 0.5rem; }

.request-form input.invalid,
.request-form select.invalid,
.request-form textarea.invalid {
  border-color: var(--accent-orange);
}

/* ---- FAQ ---- */
.faq h2 { margin-bottom: 1.75rem; }

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.faq-item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}

.faq-trigger {
  width: 100%;
  padding: 1.15rem 1.35rem;
  background: transparent;
  border: none;
  color: var(--text);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.faq-trigger::after {
  content: "+";
  font-size: 1.2rem;
  color: var(--accent-cyan);
  flex-shrink: 0;
}

.faq-item.active .faq-trigger::after { content: "−"; }

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.faq-content p {
  padding: 0 1.35rem 1.15rem;
  color: var(--muted);
  font-size: 0.9rem;
  margin: 0;
  line-height: 1.6;
}

/* ---- Contact & footer ---- */
.contact { text-align: center; }
.contact p { color: var(--muted); margin-bottom: 1.5rem; max-width: 48ch; margin-inline: auto; }

.contact-buttons {
  display: flex;
  justify-content: center;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.footer {
  border-top: 1px solid var(--border);
  padding: 1.5rem 0 2rem;
  font-size: 0.8rem;
  color: var(--muted);
  text-align: center;
}

code, kbd {
  font-size: 0.85em;
  background: rgba(196, 30, 58, 0.06);
  border-radius: 3px;
  padding: 0.12rem 0.35rem;
}

kbd { border: 1px solid rgba(196, 30, 58, 0.2); color: var(--accent-cyan); }

.scroll-reveal,
.scroll-reveal.scroll-visible {
  opacity: 1;
  transform: none;
}

/* ---- Safety ---- */
.safety-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1.75rem;
}

.safety-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-left: 3px solid var(--vi-cyan);
  border-radius: var(--radius);
  padding: 1.35rem;
}

.safety-card-accent {
  border-left-color: var(--vi-pink);
  box-shadow: inset 0 0 32px rgba(196, 30, 58, 0.05);
}

.safety-card h3 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0 0 0.75rem;
  color: var(--accent-cyan);
}

.safety-card p {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.6;
}

.safety-card p:last-child { margin-bottom: 0; }

.safety-list {
  margin: 0 0 0.75rem;
  padding-left: 1.1rem;
  color: var(--text);
  font-size: 0.9rem;
}

.safety-list li { margin-bottom: 0.4rem; }

.keyboard-widget {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
  padding: 2rem;
  margin-top: 1rem;
}

.keyboard-layout {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  background: rgba(0, 0, 0, 0.25);
  padding: 1.5rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
}

.key-row {
  display: flex;
  justify-content: center;
  gap: 0.65rem;
}

.key-cap {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-label);
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--muted);
  user-select: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.key-cap.empty { visibility: hidden; pointer-events: none; }

.key-cap.highlighted {
  border-color: rgba(196, 30, 58, 0.4);
  color: var(--accent-cyan);
  cursor: pointer;
}

.key-cap.highlighted:hover,
.key-cap.highlighted.pressed {
  background: var(--accent-cyan);
  color: var(--vi-night);
  transform: translateY(-2px);
  box-shadow: var(--neon-cyan);
}

.key-cap.highlighted.pressed {
  transform: translateY(1px);
}

.keyboard-info {
  text-align: left;
  border-left: 2px solid var(--accent-cyan);
  padding-left: 1.75rem;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.keyboard-info h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
  letter-spacing: 0.03em;
}

.keyboard-info p {
  color: var(--muted);
  font-size: 0.95rem;
  margin: 0;
  line-height: 1.55;
}

/* ---- Timeline ---- */
.timeline {
  position: relative;
  max-width: 800px;
  margin: 2.5rem auto 0;
  padding-left: 2rem;
  border-left: 2px solid rgba(196, 30, 58, 0.2);
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.timeline-item { padding: 1.5rem 1.75rem; position: relative; }

.timeline-latest {
  border-color: rgba(230, 57, 80, 0.35);
  box-shadow: 0 0 32px rgba(196, 30, 58, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.timeline-latest .timeline-marker {
  background: var(--vi-ember);
  box-shadow: 0 0 14px rgba(230, 57, 80, 0.75);
  width: 10px;
  height: 10px;
  left: calc(-2rem - 6px);
}

.timeline-badge {
  margin-left: auto;
  font-family: var(--font-label);
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--vi-ember);
  border: 1px solid rgba(230, 57, 80, 0.35);
  padding: 0.15rem 0.45rem;
  border-radius: var(--radius-pill);
  background: rgba(140, 26, 46, 0.2);
}

.timeline-marker {
  position: absolute;
  left: calc(-2rem - 5px);
  top: 2rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-cyan);
  box-shadow: 0 0 10px rgba(196, 30, 58, 0.6);
}

.timeline-header {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.65rem;
}

.timeline-version {
  background: var(--accent-soft);
  color: var(--accent);
  font-family: var(--font-label);
  font-size: 0.62rem;
  font-weight: 600;
  padding: 0.18rem 0.5rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(196, 30, 58, 0.22);
  letter-spacing: 0.08em;
}

.timeline-date {
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 500;
}

.timeline-content h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  margin: 0 0 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.timeline-bullets {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
  font-size: 0.9rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  line-height: 1.55;
}

/* ---- Chat widget ---- */
.chat-widget {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 300;
  pointer-events: none;
}

.chat-toggle-btn {
  pointer-events: auto;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--vi-pink) 0%, var(--vi-purple) 100%);
  border: 1px solid rgba(196, 30, 58, 0.45);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--neon-pink);
  transition: transform var(--transition);
  position: relative;
}

.chat-toggle-btn:hover { transform: translateY(-2px); }
.chat-toggle-btn svg { width: 1.3rem; height: 1.3rem; }
.chat-toggle-btn .close-icon { display: none; }

.chat-widget.open .chat-toggle-btn {
  background: var(--surface);
  color: var(--text);
  border: 1px solid var(--border);
  box-shadow: none;
}

.chat-widget.open .chat-toggle-btn .chat-icon { display: none; }
.chat-widget.open .chat-toggle-btn .close-icon { display: block; }

.chat-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  background: var(--accent-orange);
  color: #fff;
  font-size: 0.55rem;
  font-weight: 700;
  padding: 0.12rem 0.3rem;
  border-radius: 3px;
  font-family: var(--font-label);
}

.chat-window {
  position: absolute;
  bottom: 72px;
  right: 0;
  width: 340px;
  height: 460px;
  background: var(--surface-raised);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.55);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.25s, transform 0.25s;
}

.chat-widget.open { pointer-events: auto; }

.chat-widget.open .chat-window {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.chat-header {
  padding: 0.9rem 1rem;
  background: rgba(10, 6, 18, 0.8);
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.chat-header-avatar {
  width: 2rem;
  height: 2rem;
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg, var(--vi-pink), var(--vi-purple));
  color: #fff;
  font-weight: 700;
  font-family: var(--font-display);
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chat-header-info h4 {
  font-family: var(--font-display);
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  margin: 0;
}

.chat-status {
  font-size: 0.68rem;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.status-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent-cyan);
  box-shadow: 0 0 6px rgba(196, 30, 58, 0.6);
}

.chat-body {
  flex-grow: 1;
  padding: 1rem;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  background: rgba(6, 4, 12, 0.5);
}

.chat-msg { max-width: 88%; }
.chat-msg p {
  padding: 0.55rem 0.75rem;
  border-radius: var(--radius-sm);
  font-size: 0.82rem;
  line-height: 1.5;
  margin: 0;
}

.chat-msg.bot { align-self: flex-start; }
.chat-msg.bot p {
  background: var(--surface);
  border: 1px solid var(--border);
  color: var(--text);
}

.chat-msg.user { align-self: flex-end; }
.chat-msg.user p {
  background: linear-gradient(135deg, var(--vi-pink), var(--vi-purple));
  color: #fff;
}

.chat-msg a { color: inherit; font-weight: 600; text-decoration: underline; }
.chat-msg.bot a { color: var(--accent-cyan); }

.chat-quick-replies {
  display: flex;
  gap: 0.35rem;
  padding: 0.45rem 0.85rem;
  flex-wrap: wrap;
  border-top: 1px solid var(--border);
}

.quick-btn {
  background: transparent;
  border: 1px solid var(--border);
  color: var(--muted);
  font-size: 0.65rem;
  padding: 0.28rem 0.55rem;
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-family: inherit;
  transition: var(--transition);
}

.quick-btn:hover {
  border-color: var(--accent-cyan);
  color: var(--accent-cyan);
}

.chat-footer {
  padding: 0.6rem 0.85rem;
  border-top: 1px solid var(--border);
  display: flex;
  gap: 0.4rem;
  background: rgba(10, 6, 18, 0.8);
}

.chat-footer input {
  flex-grow: 1;
  background: rgba(6, 4, 12, 0.6);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 0.5rem 0.7rem;
  color: var(--text);
  font-family: inherit;
  font-size: 0.82rem;
  outline: none;
}

.chat-footer input:focus { border-color: rgba(196, 30, 58, 0.4); }

.chat-send-btn {
  width: 2rem;
  height: 2rem;
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg, var(--vi-pink), var(--vi-cyan));
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chat-send-btn svg { width: 0.85rem; height: 0.85rem; }

/* ---- Light theme ---- */
.light-theme {
  --bg: #f7f6fa;
  --bg-alt: #eceaf3;
  --surface: rgba(255, 255, 255, 0.85);
  --surface-raised: #ffffff;
  --border: rgba(180, 30, 110, 0.12);
  --border-strong: rgba(0, 130, 144, 0.22);
  --text: #1b1625;
  --muted: #6e677c;
  
  --accent: #d21c75;
  --accent-cyan: #008fa0;
  --accent-purple: #6d28d9;
  --accent-soft: rgba(210, 28, 117, 0.08);
  --accent-cyan-soft: rgba(0, 143, 160, 0.08);

  --neon-pink: 0 4px 12px rgba(210, 28, 117, 0.16);
  --neon-cyan: 0 4px 12px rgba(0, 143, 160, 0.16);
  --neon-border: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.light-theme body,
.light-theme {
  background: linear-gradient(180deg, #f7f6fa 0%, #e2dee9 50%, #f7f6fa 100%);
}

.light-theme .vc-skyline {
  opacity: 0.05;
  filter: grayscale(1);
}
.light-theme .vc-palms {
  opacity: 0.06;
}
.light-theme .vc-neon-strip {
  opacity: 0.15;
  filter: blur(1px);
}
.light-theme .vc-scanlines {
  opacity: 0.01;
}

.light-theme .header {
  background: rgba(247, 246, 250, 0.85);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), 0 8px 32px rgba(0, 0, 0, 0.05);
  border-bottom-color: rgba(0, 0, 0, 0.05);
}

.light-theme h1 {
  background: linear-gradient(135deg, #1b1625 20%, #b5179e 60%, #007f8a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.light-theme .btn-solid,
.light-theme .btn-cta {
  color: #fff;
  background: linear-gradient(128deg, rgba(140, 26, 46, 0.72) 0%, rgba(163, 24, 53, 0.68) 45%, rgba(92, 18, 36, 0.64) 100%);
  border-color: rgba(140, 26, 46, 0.2);
  box-shadow: 0 4px 12px rgba(92, 18, 36, 0.2);
}

.light-theme .btn-solid:hover,
.light-theme .btn-cta:hover {
  box-shadow: 0 6px 16px rgba(92, 18, 36, 0.28);
  color: #fff;
}

.light-theme .request-form input,
.light-theme .request-form select,
.light-theme .request-form textarea {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(0, 0, 0, 0.15);
  color: #1b1625;
}

.light-theme .request-form input:focus,
.light-theme .request-form select:focus,
.light-theme .request-form textarea:focus {
  border-color: #008fa0;
  box-shadow: 0 0 0 3px rgba(0, 143, 160, 0.15);
}

.light-theme .akmenu-viewport {
  border-color: rgba(0, 143, 160, 0.25);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.light-theme .akmenu-sim {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(0, 143, 160, 0.2);
  color: #1b1625;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
}

.light-theme .akmenu-titlebar {
  border-bottom-color: rgba(210, 28, 117, 0.12);
  background: linear-gradient(180deg, rgba(210, 28, 117, 0.05) 0%, transparent 100%);
}

.light-theme .akmenu-brand {
  color: #008fa0;
}

.light-theme .akmenu-crumb-row {
  border-bottom-color: rgba(0, 0, 0, 0.04);
  background: rgba(0, 0, 0, 0.02);
}

.light-theme .akmenu-breadcrumb {
  color: #6e677c;
}

.light-theme .akmenu-item {
  color: #3b3646;
}

.light-theme .akmenu-item:hover,
.light-theme .akmenu-item.selected {
  background: rgba(210, 28, 117, 0.06);
  color: #d21c75;
}

.light-theme .akmenu-status {
  border-top-color: rgba(0, 0, 0, 0.04);
  background: rgba(0, 0, 0, 0.02);
  color: #6e677c;
}

.light-theme .akmenu-toggle {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.1);
}

.light-theme .akmenu-toggle.on {
  background: rgba(0, 143, 160, 0.15);
  border-color: rgba(0, 143, 160, 0.3);
}

/* Legacy form */
.form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1.75rem 2rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.form label {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  font-family: var(--font-label);
  font-size: 0.6rem;
  font-weight: 600;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.form input {
  padding: 0.75rem 1rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  background: rgba(6, 4, 12, 0.6);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 0.9rem;
  width: 100%;
}

.trial-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (min-width: 1101px) and (max-width: 1340px) {
  .header-inner {
    gap: 0.6rem;
  }
  .nav-pills {
    gap: 0.05rem;
  }
  .nav-pills a {
    padding: 0.4rem 0.45rem;
    font-size: 0.52rem;
    letter-spacing: 0.08em;
  }
}

@media (max-width: 1100px) {
  .header-inner {
    grid-template-columns: auto auto 1fr;
  }

  .nav-toggle {
    display: flex;
    order: 3;
    margin-left: auto;
  }

  .header-actions {
    order: 2;
  }

  .nav {
    position: fixed;
    top: 0;
    right: 0;
    width: min(320px, 88vw);
    height: 100vh;
    height: 100dvh;
    padding: calc(var(--header-h) + 1.5rem) 1.25rem 2rem;
    background: rgba(8, 4, 16, 0.96);
    backdrop-filter: blur(20px);
    border-left: 1px solid rgba(196, 30, 58, 0.2);
    transform: translateX(100%);
    transition: transform 0.28s ease;
    z-index: 201;
    justify-content: flex-start;
    overflow-y: auto;
  }

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

  .nav-pills {
    flex-direction: column;
    align-items: stretch;
    gap: 0.25rem;
    padding: 0.5rem;
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.03);
    max-width: none;
  }

  .nav-pills a {
    padding: 0.75rem 1rem;
    font-size: 0.62rem;
    border-radius: var(--radius-sm);
  }

  .nav-pills a.is-active::after {
    left: 0.75rem;
    right: auto;
    width: 3px;
    height: 60%;
    top: 20%;
    bottom: auto;
  }

  .header-actions .btn-cta { display: none; }

  .nav-open .nav-toggle-bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .nav-open .nav-toggle-bar:nth-child(2) { opacity: 0; }

  .nav-open .nav-toggle-bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}

@media (max-width: 992px) {
  .hero-layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .hero-copy { order: 1; }
  .hero-panel { order: 0; }

  .testimonial-card { flex: 0 0 100%; }
}

@media (max-width: 800px) {
  :root { --section-gap: 3.5rem; }

  .feature-cards,
  .tips-grid,
  .pricing,
  .trial-layout,
  .request-layout,
  .download-card,
  .safety-grid {
    grid-template-columns: 1fr;
  }

  .download-actions { min-width: 0; }
  .price .btn { align-self: stretch; width: 100%; }

  .akmenu-viewport { min-height: 400px; }

  .akmenu-sim {
    width: min(320px, 94%);
    min-height: 340px;
  }
}

@media (max-width: 768px) {
  .keyboard-widget {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 1.25rem;
  }

  .keyboard-info {
    border-left: none;
    border-top: 2px solid var(--accent-cyan);
    padding-left: 0;
    padding-top: 1.25rem;
    min-height: auto;
  }

  .key-cap {
    width: 48px;
    height: 48px;
    font-size: 0.7rem;
  }
}

@media (max-width: 480px) {
  .chat-window {
    width: calc(100vw - 48px);
    height: 380px;
  }

  .sound-wave { display: none; }
}



