@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Oswald:wght@500;600;700&display=swap');

:root {
  --vn-bg: #050607;
  --vn-bg-2: #090b10;
  --vn-card: rgba(12, 14, 20, 0.72);
  --vn-border: rgba(255, 255, 255, 0.08);
  --vn-border-gold: rgba(201, 162, 77, 0.24);
  --vn-red: #9b2335;
  --vn-gold: #c9a24d;
  --vn-gold-bright: #e8c872;
  --vn-text: #f4f6fa;
  --vn-muted: #8b93a7;
  --vn-max: 1180px;
  --vn-nav-h: 72px;
  --vn-font-display: 'Oswald', sans-serif;
  --vn-font-body: 'Inter', system-ui, sans-serif;
  --tilt-x: 0;
  --tilt-y: 0;
}

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

html { scroll-behavior: smooth; }

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

body.vn-landing-body {
  margin: 0;
  color: var(--vn-text);
  font-family: var(--vn-font-body);
  font-size: 1rem;
  line-height: 1.6;
  background: var(--vn-bg);
  -webkit-font-smoothing: antialiased;
}

.vn-skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 9999;
  padding: 0.75rem 1rem;
  background: var(--vn-gold-bright);
  color: #111;
  font-weight: 700;
  text-decoration: none;
}

.vn-skip-link:focus { left: 1rem; top: 1rem; }

.vn-page { position: relative; overflow: clip; min-height: 100vh; }

.vn-bg { position: fixed; inset: 0; z-index: 0; pointer-events: none; }

.vn-bg__mesh {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(820px 480px at 10% -8%, rgba(155, 35, 53, 0.32), transparent 68%),
    radial-gradient(640px 420px at 92% 4%, rgba(201, 162, 77, 0.1), transparent 62%),
    linear-gradient(180deg, #050607 0%, #090b10 55%, #050607 100%);
}

.vn-bg__grid {
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(circle at 50% 18%, black, transparent 76%);
}

.vn-bg__noise {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.vn-shell {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 2rem), var(--vn-max));
  margin: 0 auto;
  padding-bottom: 2.5rem;
}

.vn-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--vn-nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  transition: background 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.vn-nav--scrolled {
  background: rgba(5, 6, 7, 0.82);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--vn-border);
}

.vn-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: inherit;
  text-decoration: none;
}

.vn-brand__logo { width: 44px; height: 44px; object-fit: contain; }

.vn-brand__name {
  display: block;
  font-family: var(--vn-font-display);
  font-size: 0.98rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--vn-gold-bright);
}

.vn-brand__tag {
  display: block;
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--vn-muted);
}

.vn-nav__cta {
  padding: 0.62rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--vn-border-gold);
  background: rgba(201, 162, 77, 0.08);
  color: var(--vn-gold-bright);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.vn-nav__cta:hover { background: rgba(201, 162, 77, 0.14); transform: translateY(-1px); }
.vn-nav__cta:focus-visible { outline: none; box-shadow: 0 0 0 3px rgba(201, 162, 77, 0.35); }

.vn-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
  padding: 1rem 0 3.5rem;
}

.vn-hero__eyebrow {
  margin: 0 0 0.85rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--vn-gold);
}

.vn-hero__title {
  margin: 0 0 0.5rem;
  font-family: var(--vn-font-display);
  font-size: clamp(2.4rem, 8vw, 4.2rem);
  line-height: 0.95;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.vn-hero__subtitle {
  margin: 0 0 1rem;
  font-family: var(--vn-font-display);
  font-size: clamp(1.2rem, 3vw, 1.65rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--vn-gold-bright);
}

.vn-hero__copy {
  margin: 0 0 1.25rem;
  max-width: 34rem;
  color: #d5dbe8;
  font-size: 1.05rem;
}

.vn-alert {
  margin-bottom: 1.35rem;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(155, 35, 53, 0.42);
  background: rgba(155, 35, 53, 0.12);
}

.vn-alert p { margin: 0; font-size: 0.92rem; }
.vn-alert p + p { margin-top: 0.35rem; color: #f0caca; }

.vn-store-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.75rem;
}

.vn-store-row--center { justify-content: center; }

.vn-store-badge {
  display: inline-flex;
  transition: transform 0.22s ease, opacity 0.22s ease, filter 0.22s ease;
  line-height: 0;
}

.vn-store-badge img {
  display: block;
  width: auto;
  height: 46px;
}

.vn-store-badge[data-store="android"] img { height: 52px; }

.vn-store-badge:hover { transform: translateY(-2px); }
.vn-store-badge:focus-visible { outline: none; box-shadow: 0 0 0 3px rgba(201, 162, 77, 0.35); border-radius: 8px; }

.vn-store-badge--featured {
  transform: scale(1.05);
  filter: drop-shadow(0 0 18px rgba(201, 162, 77, 0.28));
}

.vn-store-badge--dimmed { opacity: 0.62; transform: scale(0.97); }

.vn-hero-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

.vn-hero-feature {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 0.95rem 1rem;
  border-radius: 14px;
  border: 1px solid var(--vn-border);
  background: var(--vn-card);
  backdrop-filter: blur(12px);
  transition: border-color 0.22s ease, transform 0.22s ease;
}

.vn-hero-feature:hover {
  border-color: var(--vn-border-gold);
  transform: translateY(-2px);
}

.vn-hero-feature__icon {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(201, 162, 77, 0.1);
  color: var(--vn-gold-bright);
}

.vn-hero-feature__icon svg { width: 20px; height: 20px; }

.vn-hero-feature__title {
  margin: 0 0 0.2rem;
  font-size: 0.95rem;
  font-weight: 700;
}

.vn-hero-feature__copy {
  margin: 0;
  font-size: 0.86rem;
  color: var(--vn-muted);
}

.vn-hero__device {
  display: flex;
  justify-content: center;
  perspective: 1400px;
}

.vn-device-cluster {
  position: relative;
  width: min(78vw, 290px);
  height: min(68vh, 560px);
  transform-style: preserve-3d;
  transform: rotateX(calc(var(--tilt-x) * 1deg)) rotateY(calc(var(--tilt-y) * 1deg));
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.vn-device { position: absolute; inset: 0; }

.vn-device--back {
  transform: translate3d(-22px, 28px, -70px) rotateZ(-11deg) scale(0.86);
  opacity: 0.55;
  pointer-events: none;
}

.vn-device--front { z-index: 2; }

.vn-device__shell {
  width: 100%;
  height: 100%;
  padding: 9px;
  border-radius: 40px;
  background: linear-gradient(160deg, #3a404c 0%, #151820 45%, #090b10 100%);
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow:
    0 40px 90px rgba(0, 0, 0, 0.58),
    inset 0 1px 0 rgba(255,255,255,0.18);
}

.vn-device__btn {
  position: absolute;
  background: linear-gradient(180deg, #444b57, #181b22);
  z-index: 3;
}

.vn-device__btn--silent { left: -3px; top: 18%; width: 3px; height: 26px; border-radius: 3px 0 0 3px; }
.vn-device__btn--vol-up { left: -3px; top: 28%; width: 3px; height: 40px; }
.vn-device__btn--vol-down { left: -3px; top: 40%; width: 3px; height: 40px; }
.vn-device__btn--power { right: -3px; top: 30%; width: 3px; height: 54px; border-radius: 0 3px 3px 0; }

.vn-device__bezel {
  height: 100%;
  padding: 2px;
  border-radius: 32px;
  background: #000;
}

.vn-device__screen {
  position: relative;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  background: #000;
}

.vn-device__shot {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.vn-device__notch {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
}

.vn-device__notch--ios {
  width: 32%;
  height: 22px;
  border-radius: 16px;
  background: #000;
}

.vn-device__notch--android {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
  display: none;
}

body.device-android .vn-device__notch--ios { display: none; }
body.device-android .vn-device__notch--android { display: block; }

.vn-device__glare {
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg, rgba(255,255,255,0.12) 0%, transparent 30%, transparent 100%);
  pointer-events: none;
}

.vn-section-head {
  margin-bottom: 2rem;
  text-align: center;
}

.vn-section__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--vn-gold);
}

.vn-section__title {
  margin: 0;
  font-family: var(--vn-font-display);
  font-size: clamp(1.7rem, 4vw, 2.4rem);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.vn-section__copy {
  max-width: 40rem;
  margin: 0.75rem auto 0;
  color: var(--vn-muted);
}

.vn-showcase {
  margin-bottom: 3.5rem;
}

.vn-showcase__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.vn-showcase__item {
  margin: 0;
  padding: 1rem;
  border-radius: 18px;
  border: 1px solid var(--vn-border);
  background: var(--vn-card);
  backdrop-filter: blur(12px);
}

.vn-showcase__frame {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
  background: #000;
  aspect-ratio: 1242 / 2688;
  max-height: 420px;
}

.vn-showcase__frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.vn-showcase__item figcaption {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-top: 0.85rem;
}

.vn-showcase__item figcaption strong {
  font-size: 0.98rem;
  color: var(--vn-text);
}

.vn-showcase__item figcaption span {
  font-size: 0.88rem;
  color: var(--vn-muted);
}

.vn-cta {
  margin-bottom: 2rem;
  padding: clamp(1.5rem, 4vw, 2.25rem);
  border-radius: 22px;
  border: 1px solid var(--vn-border-gold);
  background: linear-gradient(145deg, rgba(155, 35, 53, 0.12), rgba(201, 162, 77, 0.08));
  text-align: center;
}

.vn-cta__title {
  margin: 0 0 0.5rem;
  font-family: var(--vn-font-display);
  font-size: clamp(1.5rem, 4vw, 2rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.vn-cta__copy {
  margin: 0 0 1.25rem;
  color: var(--vn-muted);
}

.vn-footer {
  padding-top: 1.5rem;
  border-top: 1px solid var(--vn-border);
  text-align: center;
}

.vn-footer__brand {
  margin: 0 0 0.25rem;
  font-family: var(--vn-font-display);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--vn-gold-bright);
}

.vn-footer__copy {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.42);
}

.vn-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.vn-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 640px) {
  .vn-hero-features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vn-showcase__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 960px) {
  .vn-hero {
    grid-template-columns: minmax(0, 1.02fr) minmax(300px, 0.98fr);
    gap: 3rem;
    padding-top: 1.5rem;
  }

  .vn-device-cluster {
    width: 300px;
    height: 580px;
  }

  .vn-showcase__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

  body.device-desktop .vn-store-row { flex-direction: row; }
}

@media (max-width: 959px) {
  .vn-device--back { display: none; }

  .vn-store-row { flex-direction: column; align-items: flex-start; }

  body.device-ios .vn-store-row,
  body.device-android .vn-store-row {
    flex-direction: column;
  }

  .vn-store-badge img { height: 50px; }
  .vn-store-badge[data-store="android"] img { height: 56px; }
}

@media (min-width: 960px) {
  body.device-desktop .vn-store-row { flex-direction: row; align-items: center; }
}
