/* VYRON public identity — isolated from panel/auth application styles */
:root {
  color-scheme: dark;
  --v-lime: #a8ff00;
  --v-lime-bright: #72ff00;
  --v-bg: #050505;
  --v-bg-2: #0b0b0b;
  --v-card: #121212;
  --v-surface: #171717;
  --v-white: #ffffff;
  --v-muted: #a3a3a3;
  --v-dim: #6d6d6d;
  --v-line: rgba(255, 255, 255, .06);
  --v-line-strong: rgba(255, 255, 255, .12);
  --v-glow: rgba(168, 255, 0, .45);
  --v-glow-soft: rgba(168, 255, 0, .12);
  --v-display: "Space Grotesk", system-ui, sans-serif;
  --v-body: "General Sans", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --v-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --v-radius-xs: 10px;
  --v-radius-sm: 14px;
  --v-radius: 20px;
  --v-radius-lg: 28px;
  --v-radius-xl: 40px;
  --v-shadow: 0 28px 90px rgba(0, 0, 0, .48);
  --v-ease: cubic-bezier(.2, .8, .2, 1);
}

html { scroll-behavior: smooth; background: var(--v-bg); }
html.vyron-home-root { scroll-behavior: auto; }
html.spm-lock, body.spm-lock { overflow: hidden; }
body.vyron-site {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background: var(--v-bg);
  color: var(--v-white);
  font-family: var(--v-body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.vyron-site::before {
  content: "";
  position: fixed;
  z-index: 9999;
  inset: 0;
  pointer-events: none;
  opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}
.vyron-site *, .vyron-site *::before, .vyron-site *::after { box-sizing: border-box; }
.vyron-site h1, .vyron-site h2, .vyron-site h3, .vyron-site h4, .vyron-site p { margin-top: 0; }
.vyron-site h1, .vyron-site h2, .vyron-site h3, .vyron-site h4 { font-family: var(--v-display); }
.vyron-site button, .vyron-site input, .vyron-site textarea, .vyron-site select { font: inherit; }
.vyron-site button, .vyron-site a { -webkit-tap-highlight-color: transparent; }
.vyron-site a { color: inherit; text-decoration: none; }
.vyron-site img, .vyron-site svg, .vyron-site canvas, .vyron-site video { display: block; max-width: 100%; }
.vyron-site ::selection { background: var(--v-lime); color: #050505; }
.vyron-site :focus-visible { outline: 2px solid var(--v-lime); outline-offset: 4px; }
.v-skip-link { position: fixed; z-index: 10000; top: 10px; left: 10px; padding: 10px 14px; border-radius: 10px; background: var(--v-lime); color: #050505; font-weight: 800; transform: translateY(-150%); }
.v-skip-link:focus { transform: translateY(0); }
.v-container, .home-container, .container, .public-container { width: min(1320px, calc(100% - 64px)); margin-inline: auto; }
.v-container--narrow { width: min(980px, calc(100% - 64px)); margin-inline: auto; }
.v-section { position: relative; padding: clamp(96px, 10vw, 168px) 0; }
.v-section--compact { padding-block: clamp(72px, 7vw, 112px); }
.v-rule { height: 1px; background: linear-gradient(90deg, transparent, var(--v-line-strong) 18%, var(--v-line-strong) 82%, transparent); }
.v-kicker, .home-eyebrow, .public-kicker, .product-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: var(--v-lime);
  font-family: var(--v-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1;
  text-transform: uppercase;
}
.v-kicker::before, .home-eyebrow::before, .public-kicker::before, .product-kicker::before { content: ""; width: 18px; height: 1px; background: var(--v-lime); box-shadow: 0 0 10px var(--v-glow); }
.v-heading { margin-bottom: 0; font-size: clamp(44px, 6vw, 84px); font-weight: 520; letter-spacing: -.065em; line-height: .94; }
.v-heading em { color: var(--v-lime); font-style: normal; }
.v-heading--small { font-size: clamp(38px, 4.5vw, 64px); }
.v-lead { max-width: 650px; margin: 26px 0 0; color: var(--v-muted); font-size: clamp(17px, 1.5vw, 20px); line-height: 1.72; }
.v-section-head { display: flex; align-items: end; justify-content: space-between; gap: 56px; margin-bottom: 58px; }
.v-section-head > div:first-child { max-width: 850px; }
.v-section-head > p { max-width: 420px; margin-bottom: 7px; color: var(--v-muted); font-size: 15px; line-height: 1.75; }
.v-mono { font-family: var(--v-mono); }
.v-lime { color: var(--v-lime); }
.v-icon { width: 20px; height: 20px; flex: 0 0 auto; stroke-width: 1.75; }
[data-icon] { display: inline-grid; place-items: center; }

/* Public shell */
.v-progress { position: fixed; z-index: 1200; top: 0; left: 0; width: 100%; height: 2px; transform: scaleX(var(--v-scroll, 0)); transform-origin: left; background: var(--v-lime); box-shadow: 0 0 16px var(--v-glow); pointer-events: none; }
.v-nav, .vyron-site .home-nav {
  position: fixed;
  z-index: 1100;
  top: 18px;
  left: 50%;
  width: min(1340px, calc(100% - 36px));
  transform: translateX(-50%);
  transition: top .35s var(--v-ease), width .35s var(--v-ease), background .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.v-nav__shell, .vyron-site .home-nav-inner {
  min-height: 70px;
  padding: 10px 12px 10px 18px;
  display: flex;
  align-items: center;
  gap: 36px;
  border: 1px solid transparent;
  border-radius: 18px;
  background: rgba(5, 5, 5, .2);
  transition: inherit;
}
.v-nav.is-scrolled, .vyron-site .home-nav.is-scrolled { top: 10px; width: min(1240px, calc(100% - 28px)); }
.v-nav.is-scrolled .v-nav__shell, .vyron-site .home-nav.is-scrolled .home-nav-inner,
.v-nav.menu-open .v-nav__shell, .vyron-site .home-nav.open .home-nav-inner, .vyron-site .home-nav.menu-open .home-nav-inner {
  border-color: var(--v-line-strong);
  background: rgba(9, 9, 9, .84);
  box-shadow: 0 18px 65px rgba(0, 0, 0, .46);
  backdrop-filter: blur(24px) saturate(140%);
}
.v-brand, .vyron-site .home-brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; color: #fff; font-family: var(--v-display); font-size: 18px; font-weight: 650; letter-spacing: -.035em; }
.v-brand__mark, .vyron-site .home-brand img { width: 32px; height: 32px; object-fit: contain; filter: brightness(0) saturate(100%) invert(88%) sepia(100%) saturate(3362%) hue-rotate(30deg) brightness(111%) contrast(115%); }
.v-brand__word { display: inline-flex; align-items: center; gap: 7px; }
.v-brand__word::after { content: "PUBLIC"; padding: 4px 6px; border: 1px solid var(--v-line-strong); border-radius: 5px; color: var(--v-dim); font: 600 8px/1 var(--v-mono); letter-spacing: .12em; }
.v-nav__links, .vyron-site .home-nav-links { margin-inline: auto; display: flex; align-items: center; gap: 4px; }
.v-nav__link, .vyron-site .home-nav-links > a, .v-nav__drop-trigger { position: relative; padding: 10px 12px; border: 0; background: none; color: #969696; font-size: 13px; font-weight: 560; cursor: pointer; transition: color .2s ease; }
.v-nav__link::after, .vyron-site .home-nav-links > a::after { content: ""; position: absolute; right: 12px; bottom: 5px; left: 12px; height: 1px; transform: scaleX(0); transform-origin: right; background: var(--v-lime); transition: transform .25s var(--v-ease); }
.v-nav__link:hover, .v-nav__link.is-active, .vyron-site .home-nav-links > a:hover, .vyron-site .home-nav-links > a.is-active, .v-nav__drop-trigger:hover { color: #fff; }
.v-nav__link:hover::after, .v-nav__link.is-active::after, .vyron-site .home-nav-links > a:hover::after, .vyron-site .home-nav-links > a.is-active::after { transform: scaleX(1); transform-origin: left; }
.v-nav__group { position: relative; }
.v-nav__drop-trigger { display: inline-flex; align-items: center; gap: 6px; }
.v-nav__drop-trigger .v-icon { width: 14px; height: 14px; transition: transform .2s ease; }
.v-nav__mega { position: absolute; top: calc(100% + 14px); left: 50%; width: 570px; padding: 10px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 8px; border: 1px solid var(--v-line-strong); border-radius: 18px; background: rgba(11, 11, 11, .96); box-shadow: var(--v-shadow); opacity: 0; visibility: hidden; transform: translate(-50%, -8px); transition: opacity .2s ease, transform .25s var(--v-ease), visibility .2s; backdrop-filter: blur(24px); }
.v-nav__group:hover .v-nav__mega, .v-nav__group:focus-within .v-nav__mega { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.v-nav__group:hover .v-nav__drop-trigger .v-icon { transform: rotate(180deg); }
.v-nav__mega-main { min-height: 190px; padding: 22px; display: flex; flex-direction: column; justify-content: end; border: 1px solid rgba(168,255,0,.12); border-radius: 12px; background: radial-gradient(circle at 20% 0, rgba(168,255,0,.17), transparent 50%), #101010; }
.v-nav__mega-main small { color: var(--v-lime); font: 600 9px/1 var(--v-mono); letter-spacing: .12em; }
.v-nav__mega-main strong { margin-top: 12px; max-width: 230px; font: 500 24px/1.08 var(--v-display); letter-spacing: -.04em; }
.v-nav__mega-main span { margin-top: 10px; color: var(--v-muted); font-size: 12px; }
.v-nav__mega-list { display: grid; gap: 4px; }
.v-nav__mega-list a { padding: 12px; display: flex; align-items: center; gap: 11px; border-radius: 10px; color: var(--v-muted); font-size: 12px; transition: background .2s, color .2s; }
.v-nav__mega-list a:hover { background: rgba(255,255,255,.045); color: #fff; }
.v-nav__mega-list .v-icon { width: 17px; color: var(--v-lime); }
.v-nav__actions, .vyron-site .home-nav-actions { display: flex; align-items: center; gap: 9px; flex: 0 0 auto; }
.v-nav__text, .vyron-site .home-link { padding: 10px; color: var(--v-muted); font-size: 12px; font-weight: 600; }
.v-button, .vyron-site .home-button, .vyron-site .btn {
  position: relative;
  isolation: isolate;
  min-height: 48px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  overflow: hidden;
  border: 1px solid var(--v-line-strong);
  border-radius: 12px;
  background: rgba(255, 255, 255, .035);
  color: #fff;
  font-family: var(--v-body);
  font-size: 12px;
  font-weight: 680;
  letter-spacing: .01em;
  cursor: pointer;
  transition: transform .25s var(--v-ease), border-color .25s ease, background .25s ease, box-shadow .25s ease, color .25s ease;
}
.v-button::before, .vyron-site .home-button::before, .vyron-site .btn::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(110deg, transparent 15%, rgba(255,255,255,.23) 50%, transparent 85%); transform: translateX(-120%); transition: transform .6s var(--v-ease); }
.v-button:hover::before, .vyron-site .home-button:hover::before, .vyron-site .btn:hover::before { transform: translateX(120%); }
.v-button:hover, .vyron-site .home-button:hover, .vyron-site .btn:hover { transform: translateY(-2px); border-color: rgba(168,255,0,.34); background: rgba(168,255,0,.06); }
.v-button--primary, .vyron-site .home-button, .vyron-site .btn-primary { border-color: var(--v-lime); background: var(--v-lime); color: #071000; box-shadow: 0 10px 34px rgba(168,255,0,.14); }
.v-button--primary:hover, .vyron-site .home-button:hover, .vyron-site .btn-primary:hover { border-color: var(--v-lime-bright); background: var(--v-lime-bright); color: #050505; box-shadow: 0 16px 44px rgba(168,255,0,.24); }
.v-button--ghost { border-color: transparent; background: transparent; color: var(--v-muted); }
.v-button--large { min-height: 58px; padding-inline: 26px; border-radius: 14px; font-size: 13px; }
.v-button .v-icon, .vyron-site .btn .v-icon { width: 17px; height: 17px; }
.v-nav__toggle, .vyron-site .home-menu-toggle { width: 44px; height: 44px; padding: 0; display: none; place-items: center; border: 1px solid var(--v-line-strong); border-radius: 11px; background: rgba(255,255,255,.035); color: #fff; cursor: pointer; }
.v-nav__toggle .v-icon { width: 19px; }

.v-footer { position: relative; padding: 82px 0 28px; overflow: hidden; border-top: 1px solid var(--v-line); background: #070707; }
.v-footer::before { content: "VYRON"; position: absolute; right: -1vw; bottom: -7vw; color: rgba(255,255,255,.017); font: 620 clamp(130px, 24vw, 360px)/.8 var(--v-display); letter-spacing: -.08em; pointer-events: none; }
.v-footer__top { position: relative; display: grid; grid-template-columns: 1.6fr repeat(3, .7fr); gap: 50px; padding-bottom: 70px; }
.v-footer__brand p { max-width: 380px; margin: 23px 0 0; color: var(--v-muted); font-size: 14px; line-height: 1.75; }
.v-footer__signal { margin-top: 30px; display: inline-flex; align-items: center; gap: 9px; color: #c8c8c8; font: 600 10px/1 var(--v-mono); letter-spacing: .08em; text-transform: uppercase; }
.v-footer__signal i { width: 7px; height: 7px; border-radius: 50%; background: var(--v-lime); box-shadow: 0 0 14px var(--v-glow); animation: v-pulse 2s ease-in-out infinite; }
.v-footer__col { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.v-footer__col strong { margin-bottom: 10px; color: #fff; font: 600 11px/1 var(--v-mono); letter-spacing: .1em; text-transform: uppercase; }
.v-footer__col a { color: #858585; font-size: 13px; transition: color .2s, transform .2s; }
.v-footer__col a:hover { color: var(--v-lime); transform: translateX(3px); }
.v-footer__bottom { position: relative; padding-top: 25px; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid var(--v-line); color: #5e5e5e; font-size: 11px; }

/* Motion and ambient layers */
.v-reveal, .reveal, .public-reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--v-ease), transform .8s var(--v-ease); }
.v-reveal.is-visible, .reveal.active, .public-reveal.is-visible { opacity: 1; transform: none; }
.v-reveal[data-delay="1"] { transition-delay: .08s; }
.v-reveal[data-delay="2"] { transition-delay: .16s; }
.v-reveal[data-delay="3"] { transition-delay: .24s; }
.v-reveal[data-delay="4"] { transition-delay: .32s; }
.v-mouse { --mx: 50%; --my: 50%; }
.v-mouse::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0; background: radial-gradient(460px circle at var(--mx) var(--my), rgba(168,255,0,.08), transparent 62%); transition: opacity .3s ease; }
.v-mouse:hover::after { opacity: 1; }
[data-tilt] { transform-style: preserve-3d; will-change: transform; transition: transform .2s var(--v-ease); }
.v-particles { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.v-orb { position: absolute; width: min(52vw, 760px); aspect-ratio: 1; border-radius: 50%; background: var(--v-lime); opacity: .1; filter: blur(150px); pointer-events: none; }
.v-grid-plane { position: absolute; inset: auto -20% -35% -20%; height: 74%; transform: perspective(650px) rotateX(64deg); transform-origin: center top; background-image: linear-gradient(rgba(168,255,0,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(168,255,0,.1) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.9), transparent 72%); opacity: .24; }
.v-card { border: 1px solid var(--v-line); border-radius: var(--v-radius); background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.012)); box-shadow: inset 0 1px 0 rgba(255,255,255,.025); }
.v-glow-line { position: absolute; height: 1px; background: linear-gradient(90deg, transparent, var(--v-lime), transparent); box-shadow: 0 0 20px var(--v-glow); opacity: .45; }
@keyframes v-pulse { 50% { opacity: .35; box-shadow: 0 0 6px var(--v-glow); } }
@keyframes v-float { 50% { transform: translateY(-10px); } }
@keyframes v-scan { from { transform: translateY(-100%); } to { transform: translateY(700%); } }
@keyframes v-spin { to { transform: rotate(360deg); } }

/* Home — cinematic opening */
.v-hero { position: relative; min-height: min(980px, 100svh); padding: 150px 0 70px; display: flex; align-items: center; overflow: hidden; border-bottom: 1px solid var(--v-line); background: radial-gradient(90% 90% at 72% 44%, rgba(168,255,0,.075), transparent 52%), #050505; }
.v-hero .v-orb { top: 5%; right: -18%; }
.v-hero__layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,.88fr) minmax(500px,1.12fr); align-items: center; gap: clamp(40px, 6vw, 90px); }
.v-hero__copy { padding-top: 30px; }
.v-hero__status { margin-bottom: 26px; display: inline-flex; align-items: center; gap: 10px; color: #b9b9b9; font: 600 10px/1 var(--v-mono); letter-spacing: .1em; text-transform: uppercase; }
.v-hero__status i { width: 7px; height: 7px; border-radius: 50%; background: var(--v-lime); box-shadow: 0 0 18px var(--v-glow); }
.v-hero h1 { margin: 0; max-width: 780px; font-size: clamp(68px, 8.4vw, 132px); font-weight: 520; letter-spacing: -.085em; line-height: .82; }
.v-hero h1 span { display: block; color: var(--v-lime); text-shadow: 0 0 70px rgba(168,255,0,.12); }
.v-hero__copy > p { max-width: 590px; margin: 32px 0 0; color: var(--v-muted); font-size: clamp(17px, 1.5vw, 21px); line-height: 1.7; }
.v-hero__actions { margin-top: 36px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.v-hero__proof { margin-top: 44px; display: flex; align-items: center; gap: 18px; color: #777; font-size: 11px; }
.v-hero__avatars { display: flex; }
.v-hero__avatars span { width: 30px; height: 30px; margin-left: -8px; display: grid; place-items: center; border: 2px solid #050505; border-radius: 50%; background: #161616; color: var(--v-lime); font: 650 9px/1 var(--v-display); }
.v-hero__avatars span:first-child { margin-left: 0; }
.v-hero__visual { position: relative; min-height: 650px; }
.v-product-stage { position: absolute; inset: 5% -8% 8% 0; border: 1px solid rgba(255,255,255,.09); border-radius: 34px; background: linear-gradient(145deg, rgba(23,23,23,.82), rgba(7,7,7,.94)); box-shadow: 0 60px 160px rgba(0,0,0,.72), 0 0 100px rgba(168,255,0,.055); transform: perspective(1400px) rotateY(-8deg) rotateX(2deg); }
.v-product-stage::before { content: ""; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(120deg, transparent 30%, rgba(168,255,0,.06), transparent 70%); pointer-events: none; }
.menu-parallax-container { position: absolute; inset: 18px; overflow: hidden; border: 1px solid var(--v-line); border-radius: 25px; background: #080808; }
.menu-slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 0; transform: scale(1.04); transition: opacity .7s ease, transform 1.2s var(--v-ease); filter: saturate(.65) contrast(1.08) brightness(.72); }
.menu-slide.is-active { opacity: 1; transform: scale(1); }
.menu-parallax-container::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(5,5,5,.82)), linear-gradient(90deg, rgba(5,5,5,.2), transparent); pointer-events: none; }
.legacy-menu-tabs { position: absolute; z-index: 3; right: 20px; bottom: 20px; left: 20px; padding: 6px; display: flex; gap: 6px; border: 1px solid var(--v-line-strong); border-radius: 12px; background: rgba(5,5,5,.74); backdrop-filter: blur(18px); }
.legacy-menu-tab { flex: 1; min-height: 40px; border: 0; border-radius: 8px; background: transparent; color: #777; font-size: 11px; font-weight: 650; cursor: pointer; transition: background .2s, color .2s; }
.legacy-menu-tab.is-active { background: var(--v-lime); color: #050505; }
.v-float-card { position: absolute; z-index: 4; padding: 15px 17px; border: 1px solid var(--v-line-strong); border-radius: 14px; background: rgba(11,11,11,.82); box-shadow: 0 22px 55px rgba(0,0,0,.38); backdrop-filter: blur(18px); animation: v-float 6s ease-in-out infinite; }
.v-float-card--top { top: 1%; right: -3%; }
.v-float-card--bottom { bottom: 3%; left: -8%; animation-delay: -2.8s; }
.v-float-card small { display: block; margin-bottom: 7px; color: #727272; font: 600 9px/1 var(--v-mono); letter-spacing: .1em; text-transform: uppercase; }
.v-float-card strong { display: flex; align-items: center; gap: 8px; font: 550 14px/1.2 var(--v-display); }
.v-float-card strong i { width: 7px; height: 7px; border-radius: 50%; background: var(--v-lime); box-shadow: 0 0 12px var(--v-glow); }
.v-hero__scroll { position: absolute; z-index: 3; right: 32px; bottom: 36px; display: flex; align-items: center; gap: 12px; color: #555; font: 600 9px/1 var(--v-mono); letter-spacing: .12em; text-transform: uppercase; transform: rotate(90deg); transform-origin: right bottom; }
.v-hero__scroll::before { content: ""; width: 44px; height: 1px; background: linear-gradient(90deg, var(--v-lime), transparent); }

.v-trust-rail { position: relative; z-index: 4; padding: 24px 0; border-bottom: 1px solid var(--v-line); background: #070707; }
.v-trust-rail__inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.v-trust-rail__label { color: #686868; font: 600 9px/1 var(--v-mono); letter-spacing: .14em; text-transform: uppercase; }
.v-trust-rail__items { display: flex; align-items: center; justify-content: flex-end; gap: clamp(28px, 5vw, 72px); flex: 1; }
.v-trust-rail__items span { display: flex; align-items: center; gap: 9px; color: #888; font-size: 12px; font-weight: 600; }
.v-trust-rail__items .v-icon { width: 16px; color: var(--v-lime); }

/* Catalog */
.v-catalog-section { overflow: hidden; background: linear-gradient(180deg, #050505, #080808 70%, #050505); }
.catalog-shell { position: relative; }
.catalog-toolbar { margin-bottom: 26px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.catalog-filters { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.catalog-filter { min-height: 40px; padding: 0 13px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--v-line); border-radius: 10px; background: rgba(255,255,255,.02); color: #858585; font-size: 11px; font-weight: 630; cursor: pointer; transition: .2s ease; }
.catalog-filter span { min-width: 19px; height: 19px; display: grid; place-items: center; border-radius: 5px; background: rgba(255,255,255,.055); font: 600 9px/1 var(--v-mono); }
.catalog-filter:hover, .catalog-filter.active { border-color: rgba(168,255,0,.3); background: rgba(168,255,0,.07); color: var(--v-lime); }
.catalog-search { width: min(340px,100%); min-height: 48px; padding: 0 15px; display: flex; align-items: center; gap: 10px; border: 1px solid var(--v-line); border-radius: 12px; background: #0d0d0d; color: #686868; }
.catalog-search:focus-within { border-color: rgba(168,255,0,.4); box-shadow: 0 0 0 3px rgba(168,255,0,.05); }
.catalog-search .v-icon, .catalog-search i { width: 17px; color: var(--v-lime); }
.catalog-search input { width: 100%; border: 0; outline: 0; background: transparent; color: #fff; font-size: 12px; }
.catalog-search input::placeholder { color: #5d5d5d; }
.catalog-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.catalog-grid.layout-one { grid-template-columns: minmax(0,1fr); }
.catalog-grid.layout-two { grid-template-columns: repeat(2,minmax(0,1fr)); }
.catalog-card { position: relative; min-height: 560px; overflow: hidden; border: 1px solid var(--v-line); border-radius: 24px; background: #0e0e0e; transition: transform .45s var(--v-ease), border-color .3s ease, box-shadow .45s ease; }
.catalog-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; background: linear-gradient(135deg, rgba(168,255,0,.06), transparent 32%); opacity: 0; transition: opacity .3s; }
.catalog-card:hover { transform: translateY(-8px); border-color: rgba(168,255,0,.22); box-shadow: 0 35px 100px rgba(0,0,0,.55), 0 0 55px rgba(168,255,0,.035); }
.catalog-card:hover::after { opacity: 1; }
.catalog-card-media { position: relative; height: 290px; overflow: hidden; background: #080808; }
.catalog-card-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, #0e0e0e); pointer-events: none; }
.catalog-card-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.6) contrast(1.08) brightness(.72); transition: transform .8s var(--v-ease), filter .5s ease; }
.catalog-card:hover .catalog-card-media img { transform: scale(1.045); filter: saturate(.82) contrast(1.05) brightness(.82); }
.catalog-card-fallback { height: 100%; display: grid; place-items: center; color: var(--v-lime); background: radial-gradient(circle, rgba(168,255,0,.12), transparent 56%); }
.catalog-card-fallback i { font-size: 32px; }
.catalog-badge, .catalog-game { position: absolute; z-index: 2; top: 17px; padding: 7px 9px; border: 1px solid var(--v-line-strong); border-radius: 8px; background: rgba(5,5,5,.72); color: #c7c7c7; font: 650 9px/1 var(--v-mono); letter-spacing: .06em; text-transform: uppercase; backdrop-filter: blur(12px); }
.catalog-badge { left: 17px; color: var(--v-lime); }
.catalog-game { right: 17px; }
.catalog-card-body { position: relative; z-index: 2; min-height: 270px; padding: 24px; display: flex; flex-direction: column; }
.catalog-card h3 { margin-bottom: 10px; font-size: 25px; font-weight: 520; letter-spacing: -.045em; }
.catalog-card-description { margin-bottom: 18px; color: var(--v-muted); font-size: 13px; line-height: 1.65; }
.catalog-plan-chips { display: flex; gap: 6px; flex-wrap: wrap; }
.catalog-plan-chips span { padding: 6px 8px; border: 1px solid var(--v-line); border-radius: 6px; color: #777; font: 600 9px/1 var(--v-mono); }
.catalog-card-footer { margin-top: auto; padding-top: 22px; display: flex; align-items: end; justify-content: space-between; gap: 16px; border-top: 1px solid var(--v-line); }
.catalog-price { display: flex; flex-direction: column; }
.catalog-price small { color: #666; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.catalog-price strong { margin-top: 3px; font: 520 25px/1 var(--v-display); }
.catalog-card-actions { display: flex; align-items: center; gap: 7px; }
.catalog-card-actions > a { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--v-line); border-radius: 10px; color: #777; transition: .2s; }
.catalog-card-actions .buy { min-height: 42px; padding: 0 16px; border: 1px solid var(--v-lime); border-radius: 10px; background: var(--v-lime); color: #050505; font-size: 11px; font-weight: 750; cursor: pointer; }
.catalog-card-actions > a:hover { color: var(--v-lime); border-color: rgba(168,255,0,.3); }
.catalog-note { margin: 22px 0 0; color: #5d5d5d; font-size: 11px; }
.catalog-empty { grid-column: 1/-1; min-height: 280px; display: grid; place-items: center; align-content: center; gap: 14px; border: 1px dashed var(--v-line-strong); border-radius: 20px; color: #777; font-size: 13px; }
.catalog-empty i { color: var(--v-lime); }

/* Product value / bento */
.v-bento { display: grid; grid-template-columns: 1.1fr .9fr .9fr; grid-template-rows: 310px 250px; gap: 16px; }
.v-bento__item { position: relative; padding: 28px; overflow: hidden; border: 1px solid var(--v-line); border-radius: 23px; background: #0c0c0c; }
.v-bento__item--wide { grid-row: span 2; }
.v-bento__item--long { grid-column: span 2; }
.v-bento__number { color: var(--v-lime); font: 650 10px/1 var(--v-mono); letter-spacing: .1em; }
.v-bento__item h3 { margin: 25px 0 12px; max-width: 380px; font-size: 28px; font-weight: 520; letter-spacing: -.04em; line-height: 1.05; }
.v-bento__item p { max-width: 390px; color: var(--v-muted); font-size: 13px; line-height: 1.7; }
.v-bento__metric { position: absolute; right: 24px; bottom: 21px; font: 520 clamp(50px,6vw,88px)/.8 var(--v-display); letter-spacing: -.08em; color: rgba(255,255,255,.055); }
.v-bento__item--signal { background: radial-gradient(circle at 80% 80%, rgba(168,255,0,.1), transparent 45%), #0c0c0c; }
.v-signal-visual { position: absolute; right: -25px; bottom: -25px; width: 250px; aspect-ratio: 1; border: 1px solid rgba(168,255,0,.18); border-radius: 50%; box-shadow: 0 0 0 30px rgba(168,255,0,.025), 0 0 0 60px rgba(168,255,0,.016), 0 0 70px rgba(168,255,0,.08); }
.v-signal-visual::before, .v-signal-visual::after { content: ""; position: absolute; background: rgba(168,255,0,.25); }
.v-signal-visual::before { top: 50%; left: 0; width: 100%; height: 1px; }
.v-signal-visual::after { top: 0; left: 50%; width: 1px; height: 100%; }
.v-console { position: absolute; right: 24px; bottom: 22px; left: 24px; padding: 15px; border: 1px solid var(--v-line); border-radius: 12px; background: #080808; font: 10px/1.85 var(--v-mono); color: #777; }
.v-console i { color: var(--v-lime); font-style: normal; }
.v-mini-bars { position: absolute; right: 25px; bottom: 25px; left: 25px; height: 88px; display: flex; align-items: end; gap: 6px; }
.v-mini-bars i { flex: 1; height: var(--h); border-radius: 3px 3px 0 0; background: linear-gradient(var(--v-lime), rgba(168,255,0,.08)); opacity: .72; }

/* Architecture/security */
.v-architecture { overflow: hidden; background: #080808; border-block: 1px solid var(--v-line); }
.v-architecture__layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: center; }
.v-architecture__copy .v-lead { font-size: 16px; }
.v-architecture__list { margin-top: 38px; display: grid; gap: 8px; }
.v-architecture__list div { padding: 15px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--v-line); color: #888; font-size: 12px; }
.v-architecture__list strong { color: #fff; font-weight: 570; }
.v-architecture__list span { color: var(--v-lime); font: 600 9px/1 var(--v-mono); }
.v-system-map { position: relative; min-height: 650px; }
.v-system-map__core { position: absolute; z-index: 3; top: 50%; left: 50%; width: 148px; height: 148px; display: grid; place-items: center; border: 1px solid rgba(168,255,0,.32); border-radius: 35px; background: #0c0c0c; box-shadow: 0 0 80px rgba(168,255,0,.1); transform: translate(-50%,-50%) rotate(45deg); }
.v-system-map__core img { width: 64px; filter: brightness(0) saturate(100%) invert(88%) sepia(100%) saturate(3362%) hue-rotate(30deg) brightness(111%) contrast(115%); transform: rotate(-45deg); }
.v-system-map__ring { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(168,255,0,.11); border-radius: 50%; transform: translate(-50%,-50%); }
.v-system-map__ring--one { width: 330px; height: 330px; }
.v-system-map__ring--two { width: 560px; height: 560px; border-style: dashed; animation: v-spin 60s linear infinite; }
.v-system-node { position: absolute; z-index: 4; width: 160px; padding: 15px; border: 1px solid var(--v-line-strong); border-radius: 13px; background: rgba(13,13,13,.9); box-shadow: 0 16px 45px rgba(0,0,0,.35); }
.v-system-node small { display: block; color: #5e5e5e; font: 600 8px/1 var(--v-mono); letter-spacing: .09em; }
.v-system-node strong { margin-top: 7px; display: block; font: 520 13px/1.2 var(--v-display); }
.v-system-node i { position: absolute; top: 17px; right: 15px; width: 7px; height: 7px; border-radius: 50%; background: var(--v-lime); box-shadow: 0 0 10px var(--v-glow); }
.v-system-node--a { top: 10%; left: 7%; }
.v-system-node--b { top: 15%; right: 0; }
.v-system-node--c { right: 4%; bottom: 11%; }
.v-system-node--d { bottom: 7%; left: 3%; }
.v-security-stage { display: grid; grid-template-columns: 1.12fr .88fr; gap: 16px; }
.v-security-main { position: relative; min-height: 580px; padding: 48px; overflow: hidden; border: 1px solid var(--v-line); border-radius: 28px; background: radial-gradient(circle at 78% 70%, rgba(168,255,0,.1), transparent 35%), #0b0b0b; }
.v-security-main h2 { max-width: 650px; margin: 0; font-size: clamp(48px,6vw,82px); font-weight: 500; letter-spacing: -.07em; line-height: .94; }
.v-security-main p { max-width: 500px; margin: 25px 0 0; color: var(--v-muted); line-height: 1.75; }
.v-security-shield { position: absolute; right: 6%; bottom: -14%; width: 330px; height: 390px; display: grid; place-items: center; border: 1px solid rgba(168,255,0,.19); border-radius: 50% 50% 46% 46%; background: linear-gradient(145deg, rgba(168,255,0,.08), transparent); box-shadow: inset 0 0 80px rgba(168,255,0,.04), 0 0 90px rgba(168,255,0,.055); }
.v-security-shield .v-icon { width: 88px; height: 88px; color: var(--v-lime); filter: drop-shadow(0 0 30px rgba(168,255,0,.3)); }
.v-security-side { display: grid; gap: 16px; }
.v-security-tile { min-height: 180px; padding: 25px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--v-line); border-radius: 21px; background: #0d0d0d; }
.v-security-tile .v-icon { width: 24px; color: var(--v-lime); }
.v-security-tile h3 { margin: 30px 0 7px; font-size: 18px; font-weight: 540; }
.v-security-tile p { margin: 0; color: #777; font-size: 12px; }

/* Metrics / worldwide */
.v-metrics { display: grid; grid-template-columns: repeat(4,1fr); border-block: 1px solid var(--v-line); }
.v-metric { position: relative; min-height: 230px; padding: 38px 28px; border-right: 1px solid var(--v-line); }
.v-metric:last-child { border-right: 0; }
.v-metric strong { display: block; font: 510 clamp(46px,5vw,76px)/1 var(--v-display); letter-spacing: -.07em; }
.v-metric strong span { color: var(--v-lime); }
.v-metric small { margin-top: 16px; display: block; color: #737373; font-size: 12px; }
.v-metric::after { content: ""; position: absolute; right: 28px; bottom: 25px; left: 28px; height: 1px; background: linear-gradient(90deg, var(--v-lime), transparent); opacity: .2; }
.v-worldwide { overflow: hidden; background: #070707; }
.worldwide-container { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 70px; }
.ww-text h4 { margin-bottom: 18px; color: var(--v-lime); font: 650 10px/1 var(--v-mono); letter-spacing: .12em; text-transform: uppercase; }
.ww-text h2 { margin-bottom: 22px; font-size: clamp(43px,5vw,70px); font-weight: 510; letter-spacing: -.065em; line-height: .96; }
.ww-text h2 span { color: var(--v-lime); }
.ww-text > p { color: var(--v-muted); line-height: 1.75; }
.ww-stats-row { margin-top: 35px; display: flex; gap: 50px; }
.ww-stat h3 { margin: 0; font-size: 32px; font-weight: 520; }
.ww-stat p { margin: 3px 0 0; color: #666; font-size: 11px; }
.world-globe-card { position: relative; min-height: 650px; display: grid; place-items: center; }
.world-map-glow { position: absolute; width: 70%; aspect-ratio: 1; border-radius: 50%; background: rgba(168,255,0,.075); filter: blur(100px); }
.world-globe-stage { position: relative; width: min(650px,100%); aspect-ratio: 1; }
#worldwide-cobe-globe { width: 100%; height: 100%; cursor: grab; }
#worldwide-cobe-globe.is-dragging { cursor: grabbing; }
.world-globe-fallback { position: absolute; inset: 0; display: none; place-items: center; color: #666; font-size: 12px; }
.has-fallback .world-globe-fallback { display: grid; }
.world-cobe-wrapper { position: relative !important; width: 100% !important; height: 100% !important; }
.world-region-pin { position: absolute; z-index: 8; opacity: 0; transform: translate(-50%,-50%); transition: opacity .2s; }
.world-region-dot { width: 14px; height: 14px; border: 2px solid #050505; border-radius: 50%; background: var(--v-lime); box-shadow: 0 0 0 4px rgba(168,255,0,.12), 0 0 24px rgba(168,255,0,.5); cursor: pointer; }
.world-region-tooltip { position: absolute; bottom: calc(100% + 13px); left: 50%; min-width: 130px; padding: 10px 12px; border: 1px solid var(--v-line-strong); border-radius: 9px; background: rgba(8,8,8,.9); opacity: 0; transform: translate(-50%,5px); pointer-events: none; transition: .2s; backdrop-filter: blur(12px); }
.world-region-tooltip strong, .world-region-tooltip span { display: block; white-space: nowrap; }
.world-region-tooltip strong { font-size: 10px; }
.world-region-tooltip span { margin-top: 3px; color: var(--v-lime); font: 600 9px/1 var(--v-mono); }
.world-region-pin:hover .world-region-tooltip, .world-region-pin:focus-within .world-region-tooltip { opacity: 1; transform: translate(-50%,0); }

/* Reviews / creator / support */
.v-reviews-track { display: grid; grid-template-columns: .9fr 1.1fr 1fr; gap: 16px; }
.v-review { min-height: 360px; padding: 30px; display: flex; flex-direction: column; border: 1px solid var(--v-line); border-radius: 22px; background: #0d0d0d; }
.v-review:nth-child(2) { transform: translateY(45px); }
.v-review__stars { color: var(--v-lime); font-size: 12px; letter-spacing: 3px; }
.v-review blockquote { margin: 55px 0 35px; font: 480 clamp(20px,2vw,28px)/1.35 var(--v-display); letter-spacing: -.035em; }
.v-review__person { margin-top: auto; padding-top: 18px; display: flex; align-items: center; gap: 12px; border-top: 1px solid var(--v-line); }
.v-review__avatar { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: rgba(168,255,0,.1); color: var(--v-lime); font: 650 12px/1 var(--v-display); }
.v-review__person strong, .v-review__person small { display: block; }
.v-review__person strong { font-size: 12px; }
.v-review__person small { color: #666; font-size: 10px; }
.affiliate-section { padding: clamp(100px,10vw,160px) 0; }
.affiliate-shell { padding: clamp(30px,5vw,64px); display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; border: 1px solid rgba(168,255,0,.14); border-radius: 32px; background: radial-gradient(circle at 82% 30%, rgba(168,255,0,.1), transparent 30%), #0a0a0a; box-shadow: 0 40px 120px rgba(0,0,0,.4); }
.affiliate-eyebrow { margin-bottom: 20px; color: var(--v-lime); font: 650 10px/1 var(--v-mono); letter-spacing: .12em; }
.affiliate-copy h2 { margin: 0; font-size: clamp(45px,5vw,70px); font-weight: 510; letter-spacing: -.065em; line-height: .95; }
.affiliate-copy h2 span { color: var(--v-lime); }
.affiliate-lead { max-width: 570px; margin: 24px 0; color: var(--v-muted); line-height: 1.75; }
.affiliate-rate { display: inline-flex; align-items: center; gap: 15px; margin: 10px 0 20px; }
.affiliate-rate strong { color: var(--v-lime); font: 520 48px/1 var(--v-display); letter-spacing: -.06em; }
.affiliate-rate span { max-width: 120px; color: #777; font-size: 10px; line-height: 1.4; text-transform: uppercase; }
.affiliate-microcopy { color: #606060; font: 600 9px/1.6 var(--v-mono); }
.affiliate-benefits { margin-top: 30px; display: grid; gap: 4px; }
.affiliate-benefit { padding: 15px 0; display: grid; grid-template-columns: 36px 1fr; gap: 14px; border-top: 1px solid var(--v-line); }
.affiliate-benefit-icon { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(168,255,0,.17); border-radius: 9px; color: var(--v-lime); }
.affiliate-benefit h3 { margin: 0 0 4px; font-size: 13px; }
.affiliate-benefit p { margin: 0; color: #777; font-size: 11px; line-height: 1.6; }
.affiliate-platform-label, .affiliate-platforms { display: none; }
.affiliate-actions { margin-top: 28px; display: flex; align-items: center; gap: 20px; }
.affiliate-learn { color: #929292; font-size: 12px; }
.affiliate-calculator-wrap { position: relative; display: flex; align-items: center; }
.affiliate-calculator { width: 100%; padding: 26px; border: 1px solid var(--v-line-strong); border-radius: 22px; background: rgba(8,8,8,.8); box-shadow: 0 30px 80px rgba(0,0,0,.4); }
.affiliate-calc-head { display: flex; justify-content: space-between; gap: 20px; }
.affiliate-calc-head h3 { margin: 0; font-size: 16px; font-weight: 530; }
.affiliate-calc-head span { color: var(--v-lime); font: 600 9px/1 var(--v-mono); }
.affiliate-slider-label { margin: 34px 0 13px; display: flex; justify-content: space-between; color: #777; font-size: 10px; }
.affiliate-slider-label output { color: #fff; }
.affiliate-range { width: 100%; height: 4px; appearance: none; border-radius: 10px; background: linear-gradient(90deg, var(--v-lime) var(--affiliate-progress,10%), #252525 var(--affiliate-progress,10%)); }
.affiliate-range::-webkit-slider-thumb { width: 17px; height: 17px; appearance: none; border: 4px solid #050505; border-radius: 50%; background: var(--v-lime); box-shadow: 0 0 0 1px var(--v-lime), 0 0 20px var(--v-glow); cursor: grab; }
.affiliate-main-earning { margin-top: 30px; padding: 23px; border: 1px solid rgba(168,255,0,.13); border-radius: 15px; background: rgba(168,255,0,.035); }
.affiliate-main-earning > span, .affiliate-main-earning small { display: block; color: #737373; font-size: 9px; }
.affiliate-main-earning strong { margin: 8px 0; display: block; color: var(--v-lime); font: 520 47px/1 var(--v-display); letter-spacing: -.06em; }
.affiliate-breakdown { margin-top: 13px; display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; }
.affiliate-breakdown-item { padding: 12px; border: 1px solid var(--v-line); border-radius: 10px; }
.affiliate-breakdown-item strong, .affiliate-breakdown-item span { display: block; }
.affiliate-breakdown-item strong { font-size: 12px; }
.affiliate-breakdown-item span { margin-top: 4px; color: #666; font-size: 8px; text-transform: uppercase; }
.affiliate-live, .affiliate-float { display: none; }
.v-support { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 620px; border: 1px solid var(--v-line); border-radius: 30px; overflow: hidden; background: #0b0b0b; }
.v-support__copy { padding: clamp(35px,5vw,70px); display: flex; flex-direction: column; justify-content: center; }
.v-support__copy h2 { margin: 0; font-size: clamp(45px,5vw,72px); font-weight: 510; letter-spacing: -.065em; line-height: .95; }
.v-support__copy p { margin: 25px 0 30px; color: var(--v-muted); line-height: 1.75; }
.v-support__contacts { margin-top: 35px; display: grid; gap: 0; border-top: 1px solid var(--v-line); }
.v-support__contacts div { padding: 14px 0; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--v-line); font-size: 11px; }
.v-support__contacts span { color: #656565; }
.v-support__visual { position: relative; overflow: hidden; background: radial-gradient(circle at 50% 35%, rgba(168,255,0,.14), transparent 35%), #080808; }
.v-support__visual img { position: absolute; right: 5%; bottom: 0; width: 90%; max-height: 93%; object-fit: contain; filter: saturate(.2) contrast(1.1) drop-shadow(0 30px 60px #000); }
.v-support__orbit { position: absolute; top: 50%; left: 50%; width: 420px; height: 420px; border: 1px solid rgba(168,255,0,.1); border-radius: 50%; transform: translate(-50%,-50%); box-shadow: 0 0 0 55px rgba(168,255,0,.02), 0 0 0 110px rgba(168,255,0,.012); }
.v-lang { position: absolute; z-index: 3; padding: 8px 10px; border: 1px solid var(--v-line-strong); border-radius: 8px; background: rgba(8,8,8,.78); color: #aaa; font: 600 9px/1 var(--v-mono); backdrop-filter: blur(12px); }
.v-lang--a { top: 18%; left: 10%; }
.v-lang--b { top: 30%; right: 8%; }
.v-lang--c { bottom: 18%; left: 7%; }

/* FAQ and CTA */
.v-faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; align-items: start; }
.v-faq-aside { position: sticky; top: 130px; }
.v-faq-aside h2 { margin: 0; font-size: clamp(43px,5vw,68px); font-weight: 510; letter-spacing: -.065em; line-height: .96; }
.v-faq-aside p { margin: 22px 0 0; color: var(--v-muted); }
.faq-grid, .v-faq-list { border-top: 1px solid var(--v-line-strong); }
.faq-item, .v-faq-item { border-bottom: 1px solid var(--v-line-strong); }
.faq-question, .v-faq-question { width: 100%; min-height: 86px; padding: 22px 4px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border: 0; background: none; color: #d9d9d9; text-align: left; font: 520 clamp(16px,1.6vw,21px)/1.25 var(--v-display); letter-spacing: -.02em; cursor: pointer; }
.faq-question i, .v-faq-question .v-icon { width: 17px; color: var(--v-lime); transition: transform .25s; }
.faq-answer, .v-faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s var(--v-ease); }
.faq-answer > *, .v-faq-answer > * { overflow: hidden; }
.faq-answer p, .v-faq-answer p { max-width: 760px; margin: 0; padding: 0 48px 0 4px; color: #858585; font-size: 14px; line-height: 1.75; transition: padding .35s; }
.faq-item.active .faq-answer, .v-faq-item.is-open .v-faq-answer { grid-template-rows: 1fr; }
.faq-item.active .faq-answer p, .v-faq-item.is-open .v-faq-answer p { padding-bottom: 28px; }
.faq-item.active .faq-question i, .v-faq-item.is-open .v-faq-question .v-icon { transform: rotate(45deg); }
.v-final-cta { position: relative; min-height: 600px; display: grid; place-items: center; overflow: hidden; border-top: 1px solid var(--v-line); text-align: center; }
.v-final-cta .v-orb { top: 50%; left: 50%; transform: translate(-50%,-50%); }
.v-final-cta__inner { position: relative; z-index: 2; }
.v-final-cta h2 { max-width: 1040px; margin: 0 auto; font-size: clamp(58px,9vw,128px); font-weight: 500; letter-spacing: -.085em; line-height: .83; }
.v-final-cta h2 span { color: var(--v-lime); }
.v-final-cta p { margin: 28px auto 35px; color: var(--v-muted); }

/* Generic secondary-page hero */
.v-page-hero { position: relative; min-height: 700px; padding: 180px 0 90px; display: flex; align-items: end; overflow: hidden; border-bottom: 1px solid var(--v-line); }
.v-page-hero::before { content: ""; position: absolute; top: -45%; right: -15%; width: 850px; height: 850px; border: 1px solid rgba(168,255,0,.08); border-radius: 50%; box-shadow: 0 0 0 100px rgba(168,255,0,.012), 0 0 0 200px rgba(168,255,0,.008); }
.v-page-hero__grid { position: relative; z-index: 2; width: 100%; display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; }
.v-page-hero h1 { margin: 0; max-width: 900px; font-size: clamp(70px,10vw,150px); font-weight: 500; letter-spacing: -.085em; line-height: .82; }
.v-page-hero h1 span { color: var(--v-lime); }
.v-page-hero__aside { padding-bottom: 10px; }
.v-page-hero__aside p { max-width: 500px; margin: 0; color: var(--v-muted); font-size: 18px; line-height: 1.75; }
.v-page-hero__meta { margin-top: 34px; padding-top: 20px; display: flex; justify-content: space-between; gap: 25px; border-top: 1px solid var(--v-line); color: #656565; font: 600 9px/1 var(--v-mono); letter-spacing: .09em; text-transform: uppercase; }

/* About */
.v-about-intro { display: grid; grid-template-columns: .65fr 1.35fr; gap: 100px; }
.v-about-index { position: sticky; top: 130px; align-self: start; color: #656565; font: 600 10px/1.9 var(--v-mono); text-transform: uppercase; letter-spacing: .1em; }
.v-about-index strong { display: block; color: var(--v-lime); }
.v-about-story p { margin-bottom: 36px; color: #b2b2b2; font: 460 clamp(27px,3vw,43px)/1.3 var(--v-display); letter-spacing: -.045em; }
.v-about-story p span { color: #fff; }
.v-values-runway { display: grid; grid-template-columns: repeat(12,1fr); gap: 16px; }
.v-value { min-height: 300px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--v-line); border-radius: 22px; background: #0c0c0c; }
.v-value:nth-child(1), .v-value:nth-child(4) { grid-column: span 5; }
.v-value:nth-child(2), .v-value:nth-child(3) { grid-column: span 7; }
.v-value__index { color: var(--v-lime); font: 600 10px/1 var(--v-mono); }
.v-value h3 { margin: auto 0 12px; font-size: 28px; font-weight: 520; letter-spacing: -.045em; }
.v-value p { margin: 0; max-width: 450px; color: #797979; font-size: 13px; }
.v-manifesto { position: relative; padding: clamp(70px,8vw,120px); overflow: hidden; border: 1px solid rgba(168,255,0,.14); border-radius: 32px; background: radial-gradient(circle at 85% 50%, rgba(168,255,0,.11), transparent 34%), #0a0a0a; }
.v-manifesto blockquote { max-width: 960px; margin: 0; font: 480 clamp(42px,6vw,82px)/1.02 var(--v-display); letter-spacing: -.065em; }
.v-manifesto blockquote span { color: var(--v-lime); }

/* Product index */
.v-products-hero { min-height: 620px; }
.v-products-hero__radar { position: absolute; right: 5%; bottom: -20%; width: 520px; aspect-ratio: 1; border: 1px solid rgba(168,255,0,.12); border-radius: 50%; background: conic-gradient(from 0deg, transparent, rgba(168,255,0,.13), transparent 25%); animation: v-spin 16s linear infinite; }
.v-products-hero__radar::before, .v-products-hero__radar::after { content: ""; position: absolute; inset: 16%; border: 1px solid rgba(168,255,0,.09); border-radius: 50%; }
.v-products-hero__radar::after { inset: 33%; }
.v-product-principles { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--v-line); border: 1px solid var(--v-line); }
.v-product-principle { min-height: 280px; padding: 34px; background: #080808; }
.v-product-principle .v-icon { color: var(--v-lime); }
.v-product-principle h3 { margin: 85px 0 10px; font-size: 23px; font-weight: 520; }
.v-product-principle p { margin: 0; color: #777; font-size: 13px; }

/* Pricing */
.v-pricing-hero { min-height: 760px; }
.v-pricing-marquee { position: absolute; right: -8%; bottom: 5%; color: rgba(255,255,255,.025); font: 560 clamp(160px,25vw,360px)/.7 var(--v-display); letter-spacing: -.09em; white-space: nowrap; }
.v-price-runway { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.v-price-runway__intro { position: sticky; top: 130px; }
.v-price-runway__intro h2 { margin: 0; font-size: clamp(44px,5vw,68px); font-weight: 510; letter-spacing: -.065em; line-height: .96; }
.v-pricing-stack { display: grid; gap: 12px; }
.v-pricing-product { padding: 28px; border: 1px solid var(--v-line); border-radius: 22px; background: #0c0c0c; }
.v-pricing-product__head { display: flex; align-items: start; justify-content: space-between; gap: 30px; }
.v-pricing-product__head small { color: var(--v-lime); font: 600 9px/1 var(--v-mono); letter-spacing: .1em; text-transform: uppercase; }
.v-pricing-product h3 { margin: 9px 0 0; font-size: 28px; font-weight: 520; }
.v-pricing-product__from { text-align: right; }
.v-pricing-product__from span { display: block; color: #666; font-size: 9px; }
.v-pricing-product__from strong { font: 520 25px/1 var(--v-display); }
.v-pricing-plans { margin-top: 24px; display: grid; gap: 6px; }
.v-pricing-plan { padding: 13px 14px; display: grid; grid-template-columns: 1fr auto 20px; align-items: center; gap: 15px; border: 1px solid var(--v-line); border-radius: 10px; color: #aaa; transition: .2s; }
.v-pricing-plan:hover { border-color: rgba(168,255,0,.25); background: rgba(168,255,0,.035); color: #fff; }
.v-pricing-plan span { font-size: 12px; }
.v-pricing-plan strong { color: #fff; font-size: 12px; }
.v-pricing-plan .v-icon { width: 15px; color: var(--v-lime); }
.v-pricing-loading { min-height: 320px; display: grid; place-items: center; border: 1px dashed var(--v-line-strong); border-radius: 22px; color: #666; font-size: 12px; }
.v-pricing-loading::before { content: ""; width: 26px; height: 26px; margin-bottom: 12px; border: 2px solid #222; border-top-color: var(--v-lime); border-radius: 50%; animation: v-spin .8s linear infinite; }
.v-pricing-notes { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.v-pricing-note { padding: 26px; border-top: 1px solid var(--v-line-strong); }
.v-pricing-note strong { display: block; font: 520 17px/1.2 var(--v-display); }
.v-pricing-note p { margin: 11px 0 0; color: #777; font-size: 12px; }

/* Features */
.v-feature-orbit { position: relative; min-height: 780px; display: grid; place-items: center; }
.v-feature-orbit__core { position: relative; z-index: 3; width: 210px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(168,255,0,.25); border-radius: 50%; background: #0a0a0a; box-shadow: 0 0 90px rgba(168,255,0,.08); }
.v-feature-orbit__core img { width: 82px; filter: brightness(0) saturate(100%) invert(88%) sepia(100%) saturate(3362%) hue-rotate(30deg) brightness(111%) contrast(115%); }
.v-feature-orbit__ring { position: absolute; width: 590px; aspect-ratio: 1; border: 1px dashed rgba(168,255,0,.13); border-radius: 50%; animation: v-spin 80s linear infinite; }
.v-feature-orbit__node { position: absolute; z-index: 4; width: 210px; padding: 20px; border: 1px solid var(--v-line); border-radius: 16px; background: rgba(12,12,12,.92); }
.v-feature-orbit__node .v-icon { color: var(--v-lime); }
.v-feature-orbit__node h3 { margin: 28px 0 7px; font-size: 17px; font-weight: 530; }
.v-feature-orbit__node p { margin: 0; color: #747474; font-size: 11px; }
.v-feature-orbit__node--a { top: 4%; left: 10%; }
.v-feature-orbit__node--b { top: 10%; right: 5%; }
.v-feature-orbit__node--c { right: 2%; bottom: 8%; }
.v-feature-orbit__node--d { bottom: 4%; left: 7%; }
.v-feature-editorial { display: grid; gap: 150px; }
.v-feature-chapter { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.v-feature-chapter:nth-child(even) .v-feature-chapter__visual { order: -1; }
.v-feature-chapter h2 { margin: 0; font-size: clamp(48px,6vw,80px); font-weight: 510; letter-spacing: -.07em; line-height: .94; }
.v-feature-chapter p { margin: 24px 0 0; color: var(--v-muted); line-height: 1.75; }
.v-feature-chapter__visual { min-height: 470px; padding: 30px; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--v-line); border-radius: 27px; background: #0b0b0b; }

/* Documentation */
.v-docs-hero { min-height: 580px; }
.v-docs-search { max-width: 720px; min-height: 68px; margin-top: 38px; padding: 0 20px; display: flex; align-items: center; gap: 14px; border: 1px solid var(--v-line-strong); border-radius: 15px; background: rgba(15,15,15,.8); box-shadow: 0 25px 70px rgba(0,0,0,.35); }
.v-docs-search .v-icon { color: var(--v-lime); }
.v-docs-search input { flex: 1; border: 0; outline: 0; background: transparent; color: #fff; }
.v-docs-search kbd { padding: 5px 7px; border: 1px solid var(--v-line-strong); border-radius: 6px; color: #666; font: 600 9px/1 var(--v-mono); }
.v-docs-layout { display: grid; grid-template-columns: 230px minmax(0,1fr); gap: 80px; }
.v-docs-rail { position: sticky; top: 120px; align-self: start; display: grid; gap: 4px; }
.v-docs-rail strong { margin-bottom: 12px; color: #656565; font: 600 9px/1 var(--v-mono); letter-spacing: .1em; text-transform: uppercase; }
.v-docs-rail a { padding: 9px 11px; border-left: 1px solid var(--v-line); color: #7d7d7d; font-size: 12px; }
.v-docs-rail a:hover { border-color: var(--v-lime); color: #fff; }
.v-docs-content { min-width: 0; }
.v-docs-section { padding: 0 0 90px; scroll-margin-top: 120px; }
.v-docs-section + .v-docs-section { padding-top: 90px; border-top: 1px solid var(--v-line); }
.v-docs-section h2 { margin: 0; font-size: clamp(38px,4vw,56px); font-weight: 510; letter-spacing: -.055em; }
.v-docs-section > p { max-width: 760px; margin: 20px 0 0; color: var(--v-muted); line-height: 1.8; }
.v-docs-steps { margin-top: 32px; display: grid; gap: 10px; }
.v-docs-step { padding: 22px; display: grid; grid-template-columns: 42px 1fr; gap: 18px; border: 1px solid var(--v-line); border-radius: 14px; }
.v-docs-step > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 11px; background: rgba(168,255,0,.08); color: var(--v-lime); font: 650 10px/1 var(--v-mono); }
.v-docs-step h3 { margin: 0 0 6px; font-size: 16px; }
.v-docs-step p { margin: 0; color: #777; font-size: 12px; }
.v-code-block { margin-top: 28px; overflow: hidden; border: 1px solid var(--v-line-strong); border-radius: 16px; background: #080808; }
.v-code-block__bar { min-height: 44px; padding: 0 15px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--v-line); color: #666; font: 600 9px/1 var(--v-mono); }
.v-code-block__dots { display: flex; gap: 5px; }
.v-code-block__dots i { width: 6px; height: 6px; border-radius: 50%; background: #333; }
.v-code-block pre { margin: 0; padding: 24px; overflow: auto; color: #b5b5b5; font: 12px/1.8 var(--v-mono); }
.v-code-block code span { color: var(--v-lime); }
.v-docs-empty { display: none; padding: 40px; border: 1px dashed var(--v-line-strong); border-radius: 16px; color: #777; text-align: center; }

/* Contact */
.v-contact-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 16px; }
.v-contact-primary { min-height: 570px; padding: clamp(35px,5vw,65px); display: flex; flex-direction: column; border: 1px solid rgba(168,255,0,.14); border-radius: 28px; background: radial-gradient(circle at 90% 15%, rgba(168,255,0,.11), transparent 35%), #0b0b0b; }
.v-contact-primary h2 { margin: 0; font-size: clamp(46px,5vw,72px); font-weight: 510; letter-spacing: -.065em; line-height: .95; }
.v-contact-primary p { max-width: 550px; margin: 24px 0; color: var(--v-muted); }
.v-contact-primary__address { margin-top: auto; padding-top: 30px; border-top: 1px solid var(--v-line); }
.v-contact-primary__address small { display: block; color: #666; font: 600 9px/1 var(--v-mono); text-transform: uppercase; letter-spacing: .1em; }
.v-contact-primary__address a { margin-top: 10px; display: inline-flex; align-items: center; gap: 11px; color: var(--v-lime); font: 500 clamp(20px,2.5vw,34px)/1.2 var(--v-display); }
.v-contact-stack { display: grid; gap: 16px; }
.v-contact-route { min-height: 175px; padding: 25px; display: flex; align-items: center; gap: 22px; border: 1px solid var(--v-line); border-radius: 20px; background: #0c0c0c; transition: .25s; }
.v-contact-route:hover { transform: translateX(5px); border-color: rgba(168,255,0,.24); }
.v-contact-route__icon { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid rgba(168,255,0,.17); border-radius: 14px; color: var(--v-lime); background: rgba(168,255,0,.04); }
.v-contact-route h3 { margin: 0 0 7px; font-size: 18px; }
.v-contact-route p { margin: 0; color: #747474; font-size: 12px; }
.v-contact-route > .v-icon { margin-left: auto; width: 17px; color: #555; }
.v-response-bar { margin-top: 16px; padding: 20px 25px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border: 1px solid var(--v-line); border-radius: 14px; color: #777; font-size: 11px; }
.v-response-bar strong { color: var(--v-lime); font: 600 10px/1 var(--v-mono); }

/* Blog */
.v-blog-feature { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 620px; overflow: hidden; border: 1px solid var(--v-line); border-radius: 28px; background: #0b0b0b; }
.v-blog-feature__visual { position: relative; overflow: hidden; background: radial-gradient(circle at 60% 35%, rgba(168,255,0,.14), transparent 35%), #080808; }
.v-blog-feature__visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.25) brightness(.58) contrast(1.15); }
.v-blog-feature__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, #0b0b0b); }
.v-blog-feature__copy { padding: clamp(35px,5vw,68px); display: flex; flex-direction: column; justify-content: center; }
.v-blog-feature__copy small { color: var(--v-lime); font: 600 9px/1 var(--v-mono); letter-spacing: .1em; text-transform: uppercase; }
.v-blog-feature__copy h2 { margin: 25px 0 20px; font-size: clamp(39px,4.5vw,66px); font-weight: 510; letter-spacing: -.06em; line-height: .98; }
.v-blog-feature__copy p { color: var(--v-muted); line-height: 1.75; }
.v-blog-index { margin-top: 70px; }
.v-blog-row { min-height: 180px; padding: 25px 0; display: grid; grid-template-columns: 100px 1fr 230px 30px; align-items: center; gap: 35px; border-top: 1px solid var(--v-line-strong); }
.v-blog-row:last-child { border-bottom: 1px solid var(--v-line-strong); }
.v-blog-row__num { color: #4d4d4d; font: 600 10px/1 var(--v-mono); }
.v-blog-row h3 { margin: 0; font-size: clamp(24px,3vw,39px); font-weight: 510; letter-spacing: -.045em; }
.v-blog-row p { margin: 0; color: #747474; font-size: 12px; }
.v-blog-row .v-icon { color: var(--v-lime); }

/* Changelog */
.v-changelog-layout { display: grid; grid-template-columns: 280px 1fr; gap: 90px; }
.v-changelog-status { position: sticky; top: 130px; align-self: start; padding: 24px; border: 1px solid var(--v-line); border-radius: 17px; background: #0b0b0b; }
.v-changelog-status small { color: #666; font: 600 9px/1 var(--v-mono); text-transform: uppercase; letter-spacing: .1em; }
.v-changelog-status strong { margin-top: 13px; display: flex; align-items: center; gap: 9px; font-size: 13px; }
.v-changelog-status strong i { width: 7px; height: 7px; border-radius: 50%; background: var(--v-lime); box-shadow: 0 0 12px var(--v-glow); }
.v-change-list { position: relative; }
.v-change-list::before { content: ""; position: absolute; top: 0; bottom: 0; left: 9px; width: 1px; background: var(--v-line-strong); }
.v-change { position: relative; padding: 0 0 95px 55px; }
.v-change::before { content: ""; position: absolute; z-index: 2; top: 3px; left: 4px; width: 11px; height: 11px; border: 3px solid #050505; border-radius: 50%; background: var(--v-lime); box-shadow: 0 0 0 1px rgba(168,255,0,.4), 0 0 16px var(--v-glow); }
.v-change__meta { display: flex; align-items: center; gap: 12px; color: #666; font: 600 9px/1 var(--v-mono); text-transform: uppercase; letter-spacing: .08em; }
.v-change__meta span { padding: 5px 7px; border: 1px solid rgba(168,255,0,.16); border-radius: 5px; color: var(--v-lime); }
.v-change h2 { margin: 20px 0 15px; font-size: clamp(30px,4vw,48px); font-weight: 510; letter-spacing: -.05em; }
.v-change > p { max-width: 720px; color: var(--v-muted); line-height: 1.75; }
.v-change ul { margin: 25px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.v-change li { display: flex; gap: 12px; color: #858585; font-size: 13px; }
.v-change li::before { content: "+"; color: var(--v-lime); font-family: var(--v-mono); }

/* FAQ page */
.v-faq-page-layout { display: grid; grid-template-columns: 240px minmax(0,1fr); gap: 90px; }
.v-faq-categories { position: sticky; top: 130px; align-self: start; display: grid; gap: 4px; }
.v-faq-categories a { padding: 10px 12px; border-left: 1px solid var(--v-line); color: #707070; font-size: 12px; }
.v-faq-categories a:hover { border-color: var(--v-lime); color: #fff; }
.v-faq-group { margin-bottom: 90px; scroll-margin-top: 130px; }
.v-faq-group > h2 { margin: 0 0 25px; color: #666; font: 600 10px/1 var(--v-mono); letter-spacing: .11em; text-transform: uppercase; }

/* Creator page */
.v-creator-hero { min-height: 850px; align-items: center; }
.v-creator-ticket { position: relative; padding: 28px; border: 1px solid rgba(168,255,0,.2); border-radius: 24px; background: linear-gradient(145deg, rgba(168,255,0,.08), rgba(255,255,255,.015)); box-shadow: 0 35px 100px rgba(0,0,0,.5); transform: rotate(3deg); }
.v-creator-ticket::before, .v-creator-ticket::after { content: ""; position: absolute; top: 50%; width: 25px; height: 25px; border: 1px solid rgba(168,255,0,.2); border-radius: 50%; background: #050505; transform: translateY(-50%); }
.v-creator-ticket::before { left: -13px; }
.v-creator-ticket::after { right: -13px; }
.v-creator-ticket small { color: var(--v-lime); font: 600 9px/1 var(--v-mono); letter-spacing: .11em; }
.v-creator-ticket__code { margin: 28px 0; padding: 24px; border-block: 1px dashed rgba(168,255,0,.22); font: 520 clamp(45px,5vw,70px)/1 var(--v-display); letter-spacing: -.05em; text-align: center; }
.v-creator-ticket__row { padding: 11px 0; display: flex; justify-content: space-between; gap: 25px; border-bottom: 1px solid var(--v-line); color: #777; font-size: 11px; }
.v-creator-ticket__row strong { color: #fff; }
.v-creator-ticket__row strong.lime { color: var(--v-lime); }
.v-process-line { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.v-process-line::before { content: ""; position: absolute; top: 24px; right: 12%; left: 12%; height: 1px; background: linear-gradient(90deg, var(--v-lime), rgba(168,255,0,.1)); }
.v-process-step { position: relative; z-index: 2; padding-top: 70px; }
.v-process-step::before { content: attr(data-step); position: absolute; top: 0; left: 0; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(168,255,0,.25); border-radius: 50%; background: #070707; color: var(--v-lime); font: 600 9px/1 var(--v-mono); }
.v-process-step h3 { margin: 0 0 9px; font-size: 19px; font-weight: 530; }
.v-process-step p { margin: 0; color: #777; font-size: 12px; }
.v-tier-table { border: 1px solid var(--v-line); border-radius: 24px; overflow: hidden; }
.v-tier-row { min-height: 130px; padding: 24px 30px; display: grid; grid-template-columns: .7fr 1.3fr .8fr; align-items: center; gap: 30px; border-bottom: 1px solid var(--v-line); background: #0b0b0b; }
.v-tier-row:last-child { border-bottom: 0; }
.v-tier-row:hover { background: rgba(168,255,0,.025); }
.v-tier-row small { color: #666; font: 600 9px/1 var(--v-mono); }
.v-tier-row h3 { margin: 0; font-size: 24px; font-weight: 520; }
.v-tier-row strong { color: var(--v-lime); font: 510 42px/1 var(--v-display); text-align: right; }

/* Legal */
.v-legal-hero { min-height: 520px; }
.v-legal-hero h1 { font-size: clamp(65px,9vw,125px); }
.v-legal-layout { display: grid; grid-template-columns: 260px minmax(0,780px); justify-content: center; gap: 90px; }
.v-legal-nav { position: sticky; top: 130px; align-self: start; }
.v-legal-nav small { display: block; margin-bottom: 16px; color: #5e5e5e; font: 600 9px/1 var(--v-mono); letter-spacing: .1em; text-transform: uppercase; }
.v-legal-nav a { padding: 7px 0; display: block; color: #747474; font-size: 11px; }
.v-legal-nav a:hover { color: var(--v-lime); }
.v-legal-copy { counter-reset: legal; }
.v-legal-section { padding: 0 0 58px; scroll-margin-top: 125px; }
.v-legal-section + .v-legal-section { padding-top: 58px; border-top: 1px solid var(--v-line); }
.v-legal-section h2 { margin: 0 0 22px; font-size: 28px; font-weight: 520; letter-spacing: -.035em; }
.v-legal-section p, .v-legal-section li { color: #9a9a9a; font-size: 14px; line-height: 1.9; }
.v-legal-section ul { margin: 18px 0; padding-left: 20px; }
.v-legal-section li { margin-bottom: 10px; padding-left: 5px; }
.v-legal-section li::marker { color: var(--v-lime); }
.v-legal-section strong { color: #e3e3e3; }
.v-legal-section a { color: var(--v-lime); }
.v-legal-callout { padding: 22px; border: 1px solid rgba(168,255,0,.12); border-radius: 14px; background: rgba(168,255,0,.025); }

/* Dynamic product page */
.product-detail-main { position: relative; min-height: 100svh; padding: 170px 0 120px; overflow: hidden; background: radial-gradient(circle at 80% 30%, rgba(168,255,0,.08), transparent 30%); }
.product-detail-main::before { content: ""; position: absolute; top: -200px; right: -200px; width: 700px; height: 700px; border: 1px solid rgba(168,255,0,.08); border-radius: 50%; box-shadow: 0 0 0 90px rgba(168,255,0,.01), 0 0 0 180px rgba(168,255,0,.008); }
.product-back { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 9px; color: #747474; font-size: 11px; transition: color .2s; }
.product-back:hover { color: var(--v-lime); }
.product-detail-grid { position: relative; z-index: 2; margin-top: 70px; display: grid; grid-template-columns: 1fr .85fr; gap: 80px; align-items: start; }
.product-detail-copy { position: sticky; top: 135px; padding-top: 30px; }
.product-detail-copy h1 { margin: 0; font-size: clamp(66px,8vw,118px); font-weight: 500; letter-spacing: -.085em; line-height: .84; }
.product-detail-lead { max-width: 650px; margin: 30px 0; color: var(--v-muted); font-size: 18px; line-height: 1.75; }
.product-detail-note { max-width: 620px; padding: 17px 0; display: flex; gap: 12px; border-top: 1px solid var(--v-line); color: #6d6d6d; font-size: 11px; line-height: 1.65; }
.product-detail-note i { color: var(--v-lime); }
.product-purchase-card { overflow: hidden; border: 1px solid var(--v-line-strong); border-radius: 27px; background: #0d0d0d; box-shadow: var(--v-shadow); }
.product-purchase-image, .product-purchase-fallback { width: 100%; height: 360px; object-fit: cover; filter: saturate(.55) contrast(1.08) brightness(.78); }
.product-purchase-fallback { display: grid; place-items: center; color: var(--v-lime); background: radial-gradient(circle, rgba(168,255,0,.1), transparent 55%); }
.product-purchase-body { padding: 28px; }
.product-purchase-top { display: flex; justify-content: space-between; gap: 20px; }
.product-purchase-top span { padding: 6px 8px; border: 1px solid rgba(168,255,0,.18); border-radius: 6px; color: var(--v-lime); font: 600 9px/1 var(--v-mono); text-transform: uppercase; }
.product-purchase-top strong { font: 520 19px/1 var(--v-display); }
.product-purchase-body h2 { margin: 30px 0 14px; font-size: 24px; font-weight: 520; }
.product-plan-list { display: grid; gap: 7px; }
.product-plan-list a { min-height: 68px; padding: 12px 14px; display: grid; grid-template-columns: 1fr auto 20px; align-items: center; gap: 15px; border: 1px solid var(--v-line); border-radius: 11px; transition: .2s; }
.product-plan-list a:hover { border-color: rgba(168,255,0,.28); background: rgba(168,255,0,.035); }
.product-plan-list span b, .product-plan-list span small { display: block; }
.product-plan-list b { font-size: 12px; }
.product-plan-list small { margin-top: 3px; color: #666; font-size: 9px; }
.product-plan-list > a > strong { font-size: 12px; }
.product-plan-list > a > i { color: var(--v-lime); }
.product-purchase-body > p { margin: 20px 0 0; color: #5f5f5f; font-size: 10px; text-align: center; }
.product-purchase-body > p i { color: var(--v-lime); }

/* Product quick-view modal */
.spm[hidden] { display: none !important; }
.spm { position: fixed; z-index: 3000; inset: 0; display: grid; place-items: center; padding: 18px; opacity: 0; transition: opacity .2s ease; }
.spm.open { opacity: 1; }
.spm-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.78); backdrop-filter: blur(16px); }
.spm-dialog { position: relative; width: min(1180px,100%); max-height: calc(100svh - 36px); overflow: hidden; border: 1px solid var(--v-line-strong); border-radius: 25px; background: #0a0a0a; box-shadow: 0 45px 150px rgba(0,0,0,.78); transform: translateY(18px) scale(.985); transition: transform .3s var(--v-ease); }
.spm.open .spm-dialog { transform: none; }
.spm-close { position: absolute; z-index: 10; top: 15px; right: 15px; width: 40px; height: 40px; border: 1px solid var(--v-line-strong); border-radius: 10px; background: rgba(8,8,8,.8); color: #fff; cursor: pointer; }
.spm-content { max-height: calc(100svh - 38px); padding: 40px; overflow-y: auto; scrollbar-width: thin; scrollbar-color: #333 transparent; }
.spm-head { padding-right: 50px; display: flex; justify-content: space-between; gap: 40px; }
.spm-kicker { color: var(--v-lime); font: 600 9px/1 var(--v-mono); text-transform: uppercase; letter-spacing: .1em; }
.spm-head h2 { margin: 11px 0; font-size: clamp(38px,5vw,64px); font-weight: 510; letter-spacing: -.06em; }
.spm-tags { display: flex; gap: 7px; }
.spm-tags span { padding: 6px 8px; display: inline-flex; align-items: center; gap: 6px; border: 1px solid var(--v-line); border-radius: 6px; color: #777; font-size: 9px; }
.spm-tags i { color: var(--v-lime); }
.spm-head p { max-width: 660px; margin: 18px 0 0; color: var(--v-muted); font-size: 13px; line-height: 1.7; }
.spm-full-page { align-self: end; display: flex; align-items: center; gap: 7px; color: #777; font-size: 10px; }
.spm-main-grid { margin-top: 35px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 15px; }
.spm-gallery, .spm-buy-card { border: 1px solid var(--v-line); border-radius: 19px; background: #0d0d0d; }
.spm-gallery { overflow: hidden; }
.spm-media-stage { height: 380px; display: grid; place-items: center; overflow: hidden; background: #070707; }
.spm-media-stage img, .spm-media-stage iframe { width: 100%; height: 100%; border: 0; object-fit: contain; }
.spm-media-fallback { display: grid; justify-items: center; gap: 12px; color: #666; }
.spm-media-fallback i { color: var(--v-lime); font-size: 28px; }
.spm-media-rail { padding: 10px; display: flex; gap: 8px; overflow-x: auto; }
.spm-thumb { position: relative; width: 80px; height: 55px; padding: 0; overflow: hidden; border: 1px solid var(--v-line); border-radius: 8px; background: #080808; opacity: .55; cursor: pointer; }
.spm-thumb.active { border-color: var(--v-lime); opacity: 1; }
.spm-thumb img { width: 100%; height: 100%; object-fit: cover; }
.spm-thumb-play { position: absolute; inset: 0; display: grid; place-items: center; color: var(--v-lime); background: rgba(0,0,0,.35); }
.spm-buy-card { padding: 23px; }
.spm-price-row { display: flex; justify-content: space-between; gap: 15px; }
.spm-price-row > div strong, .spm-price-row > div span { display: block; }
.spm-price-row strong { font: 520 32px/1 var(--v-display); }
.spm-price-row span { margin-top: 5px; color: #666; font-size: 9px; }
.spm-stock { display: flex !important; align-items: center; gap: 7px; color: #888 !important; font-size: 9px !important; }
.spm-stock i { width: 6px; height: 6px; border-radius: 50%; background: var(--v-lime); box-shadow: 0 0 10px var(--v-glow); }
.spm-plan-list { margin-top: 23px; display: grid; gap: 6px; }
.spm-plan { min-height: 61px; padding: 10px; display: grid; grid-template-columns: 17px 1fr auto; align-items: center; gap: 10px; border: 1px solid var(--v-line); border-radius: 9px; background: transparent; color: #fff; text-align: left; cursor: pointer; }
.spm-plan.active { border-color: rgba(168,255,0,.3); background: rgba(168,255,0,.04); }
.spm-radio { width: 15px; height: 15px; display: grid; place-items: center; border: 1px solid #444; border-radius: 50%; }
.spm-plan.active .spm-radio { border-color: var(--v-lime); }
.spm-radio i { width: 7px; height: 7px; border-radius: 50%; background: var(--v-lime); opacity: 0; }
.spm-plan.active .spm-radio i { opacity: 1; }
.spm-plan-copy strong, .spm-plan-copy small { display: block; }
.spm-plan-copy strong { font-size: 10px; }
.spm-plan-copy small { margin-top: 3px; color: #666; font-size: 8px; }
.spm-plan b { font-size: 10px; }
.spm-purchase { min-height: 49px; margin-top: 15px; display: flex; align-items: center; justify-content: center; gap: 8px; border-radius: 10px; background: var(--v-lime); color: #050505; font-size: 10px; font-weight: 750; }
.spm-purchase.disabled { pointer-events: none; opacity: .5; }
.spm-trust-row { margin-top: 12px; display: flex; justify-content: space-between; color: #5e5e5e; font-size: 8px; }
.spm-trust-row i { color: var(--v-lime); }
.spm-section { margin-top: 55px; }
.spm-section-heading span { color: var(--v-lime); font: 600 9px/1 var(--v-mono); text-transform: uppercase; letter-spacing: .1em; }
.spm-section-heading h3 { margin: 10px 0 0; font-size: 30px; font-weight: 520; letter-spacing: -.04em; }
.spm-section-heading p { color: #777; font-size: 11px; }
.spm-section-heading.centered { text-align: center; }
.spm-info-grid { margin-top: 20px; display: grid; grid-template-columns: repeat(4,1fr); gap: 7px; }
.spm-info-grid article { padding: 15px; display: flex; align-items: center; gap: 11px; border: 1px solid var(--v-line); border-radius: 10px; }
.spm-info-grid article > i { color: var(--v-lime); }
.spm-info-grid span, .spm-info-grid strong { display: block; }
.spm-info-grid span { color: #666; font-size: 8px; }
.spm-info-grid strong { margin-top: 2px; font-size: 9px; }
.spm-feature-grid { margin-top: 20px; display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; }
.spm-feature-group { border: 1px solid var(--v-line); border-radius: 11px; background: #0d0d0d; }
.spm-feature-group summary { padding: 14px; display: flex; align-items: center; justify-content: space-between; gap: 12px; list-style: none; cursor: pointer; }
.spm-feature-group summary::-webkit-details-marker { display: none; }
.spm-feature-group summary span { display: flex; align-items: center; gap: 9px; }
.spm-feature-group summary i { color: var(--v-lime); }
.spm-feature-group summary strong, .spm-feature-group summary b { font-size: 9px; }
.spm-feature-group summary b { margin-left: auto; color: #666; }
.spm-feature-group ul { margin: 0; padding: 5px 35px 15px; color: #777; font-size: 9px; }
.spm-loading { min-height: 420px; display: grid; place-items: center; align-content: center; gap: 12px; color: #777; text-align: center; }
.spm-loading > i { color: var(--v-lime); font-size: 30px; }
.spm-error-actions { display: flex; gap: 8px; }
.spm-error-actions a { padding: 9px 12px; border: 1px solid var(--v-line); border-radius: 8px; }

/* Welcome offer */
body.vyron-offer-open { overflow: hidden; }
.vyron-offer-backdrop {
  position: fixed;
  z-index: 2900;
  inset: 0;
  padding: 24px;
  display: grid;
  place-items: center;
  overflow: auto;
  isolation: isolate;
  background:
    radial-gradient(circle at 22% 18%, rgba(168, 255, 0, .12), transparent 28%),
    radial-gradient(circle at 82% 86%, rgba(114, 255, 0, .07), transparent 31%),
    rgba(2, 4, 2, .84);
  opacity: 0;
  visibility: hidden;
  transition: opacity .32s ease, visibility .32s ease;
  backdrop-filter: blur(22px) saturate(125%);
}
.vyron-offer-backdrop::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .18;
  background-image:
    linear-gradient(rgba(168, 255, 0, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(168, 255, 0, .08) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: radial-gradient(circle at center, #000, transparent 72%);
  pointer-events: none;
}
.vyron-offer-backdrop.is-open { opacity: 1; visibility: visible; }
.vyron-offer {
  position: relative;
  z-index: 1;
  width: min(790px, 100%);
  min-height: 478px;
  display: grid;
  grid-template-columns: minmax(230px, .8fr) minmax(0, 1.2fr);
  overflow: hidden;
  border: 1px solid rgba(168, 255, 0, .2);
  border-radius: 24px;
  background: #090b09;
  box-shadow: 0 48px 150px rgba(0, 0, 0, .72), 0 0 80px rgba(168, 255, 0, .055);
  opacity: 0;
  transform: translateY(26px) scale(.975);
  transition: opacity .32s ease, transform .42s var(--v-ease);
}
.vyron-offer::after {
  content: "";
  position: absolute;
  z-index: 4;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, .035);
  border-radius: inherit;
  pointer-events: none;
}
.vyron-offer-backdrop.is-open .vyron-offer { opacity: 1; transform: none; }
.vyron-offer__close {
  position: absolute;
  z-index: 6;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 10px;
  background: rgba(8, 10, 8, .72);
  color: #aeb3aa;
  cursor: pointer;
  backdrop-filter: blur(12px);
  transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease;
}
.vyron-offer__close:hover { color: #fff; border-color: rgba(168, 255, 0, .34); background: rgba(168, 255, 0, .08); transform: rotate(3deg); }
.vyron-offer__visual {
  position: relative;
  min-width: 0;
  padding: 30px 28px 26px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-right: 1px solid rgba(168, 255, 0, .14);
  background:
    radial-gradient(circle at 25% 24%, rgba(168, 255, 0, .2), transparent 28%),
    linear-gradient(155deg, rgba(168, 255, 0, .07), transparent 48%),
    #0c100b;
}
.vyron-offer__visual::before {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -95px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(168, 255, 0, .13);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(168, 255, 0, .025), 0 0 0 68px rgba(168, 255, 0, .018);
}
.vyron-offer__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .17;
  background-image: linear-gradient(135deg, transparent 48%, rgba(168, 255, 0, .22) 49%, rgba(168, 255, 0, .22) 51%, transparent 52%);
  background-size: 24px 24px;
  mask-image: linear-gradient(to bottom, #000, transparent 60%);
  pointer-events: none;
}
.vyron-offer__brand, .vyron-offer__metric, .vyron-offer__visual-meta { position: relative; z-index: 2; }
.vyron-offer__brand { display: flex; align-items: center; gap: 10px; color: #fff; font: 700 15px/1 var(--v-display); letter-spacing: -.025em; }
.vyron-offer__brand img { width: 30px; height: 30px; object-fit: contain; filter: brightness(0) saturate(100%) invert(88%) sepia(100%) saturate(3362%) hue-rotate(30deg) brightness(111%) contrast(115%); }
.vyron-offer__metric { margin: auto 0; padding-block: 34px; }
.vyron-offer__metric-label { display: block; margin-bottom: 18px; color: #8c9488; font: 650 9px/1 var(--v-mono); letter-spacing: .14em; text-transform: uppercase; }
.vyron-offer__percent { display: flex; align-items: flex-start; color: var(--v-lime); font-family: var(--v-display); letter-spacing: -.09em; text-shadow: 0 0 36px rgba(168, 255, 0, .16); }
.vyron-offer__percent b { font-size: clamp(82px, 9vw, 112px); font-weight: 650; line-height: .72; }
.vyron-offer__percent sup { margin: -2px 0 0 5px; font-size: 27px; font-weight: 620; line-height: 1; letter-spacing: -.04em; }
.vyron-offer__metric em { display: block; margin-top: 18px; color: #d8ddd4; font-size: 12px; font-style: normal; font-weight: 560; }
.vyron-offer__code-preview { display: block; overflow-wrap: anywhere; color: var(--v-lime); font: 700 clamp(27px, 3.4vw, 39px)/1 var(--v-mono); letter-spacing: -.045em; text-shadow: 0 0 30px rgba(168, 255, 0, .18); }
.vyron-offer__visual-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: #697064; font: 600 8px/1.2 var(--v-mono); letter-spacing: .06em; text-transform: uppercase; }
.vyron-offer__visual-meta span:first-child { display: inline-flex; align-items: center; gap: 6px; }
.vyron-offer__visual-meta i { width: 5px; height: 5px; border-radius: 50%; background: var(--v-lime); box-shadow: 0 0 12px rgba(168, 255, 0, .55); }
.vyron-offer__body { position: relative; z-index: 2; min-width: 0; padding: 52px 48px 42px; display: flex; flex-direction: column; justify-content: center; }
.vyron-offer__eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 20px; color: var(--v-lime); font: 650 9px/1 var(--v-mono); letter-spacing: .12em; text-transform: uppercase; }
.vyron-offer__eyebrow i { font-size: 11px; }
.vyron-offer h2 { max-width: 440px; margin: 0 0 17px; color: #f7f9f5; font-size: clamp(42px, 5.2vw, 58px); font-weight: 650; letter-spacing: -.068em; line-height: .94; }
.vyron-offer h2 span { color: var(--v-lime); }
.vyron-offer__body > p { max-width: 410px; margin: 0; color: #959c91; font-size: 13px; line-height: 1.72; }
.vyron-offer__body > p strong { color: #dfe4dc; font-weight: 620; overflow-wrap: anywhere; }
.vyron-offer__form { margin-top: 25px; display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.vyron-offer__field { grid-column: 1 / -1; color: #747b70; font: 620 9px/1 var(--v-mono); letter-spacing: .08em; text-transform: uppercase; }
.vyron-offer__input-wrap { position: relative; min-width: 0; }
.vyron-offer__input-wrap > i { position: absolute; top: 50%; left: 15px; color: #687063; font-size: 13px; transform: translateY(-50%); pointer-events: none; }
.vyron-offer__input-wrap input { width: 100%; min-width: 0; min-height: 52px; padding: 0 15px 0 42px; border: 1px solid rgba(255, 255, 255, .11); border-radius: 11px; outline: 0; background: rgba(0, 0, 0, .26); color: #fff; font-size: 12px; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.vyron-offer__input-wrap input::placeholder { color: #555b52; }
.vyron-offer__input-wrap input:hover { border-color: rgba(255, 255, 255, .18); }
.vyron-offer__input-wrap input:focus { border-color: rgba(168, 255, 0, .7); background: rgba(5, 8, 4, .76); box-shadow: 0 0 0 3px rgba(168, 255, 0, .085); }
.vyron-offer__input-wrap input[aria-invalid="true"] { border-color: #ff6b73; box-shadow: 0 0 0 3px rgba(255, 107, 115, .08); }
.vyron-offer__submit, .vyron-offer__cta {
  min-height: 52px;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--v-lime);
  border-radius: 11px;
  background: var(--v-lime);
  color: #071000;
  font-size: 11px;
  font-weight: 750;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(168, 255, 0, .12);
  transition: background .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.vyron-offer__submit:hover, .vyron-offer__cta:hover { background: var(--v-lime-bright); border-color: var(--v-lime-bright); transform: translateY(-1px); box-shadow: 0 16px 36px rgba(168, 255, 0, .18); }
.vyron-offer__submit:disabled { cursor: wait; opacity: .72; transform: none; }
.vyron-offer__submit.is-loading { min-width: 151px; }
.vyron-offer__honeypot { position: absolute; left: -9999px; }
.vyron-offer__error { min-height: 17px; margin-top: 8px; color: #ff858c; font-size: 10px; line-height: 1.5; }
.vyron-offer__note { display: flex; align-items: center; gap: 7px; margin-top: 5px; color: #5d6559; font-size: 9px; }
.vyron-offer__note i { color: #829178; }
.vyron-offer__success-mark { position: absolute; top: 42px; right: 44px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(168, 255, 0, .28); border-radius: 50%; background: rgba(168, 255, 0, .08); color: var(--v-lime); }
.vyron-offer__code { width: 100%; margin-top: 24px; padding: 16px 17px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border: 1px dashed rgba(168, 255, 0, .38); border-radius: 12px; background: rgba(168, 255, 0, .045); color: var(--v-lime); text-align: left; cursor: pointer; transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.vyron-offer__code:hover { border-color: rgba(168, 255, 0, .68); background: rgba(168, 255, 0, .075); transform: translateY(-1px); }
.vyron-offer__code > span { min-width: 0; }
.vyron-offer__code small, .vyron-offer__code strong { display: block; }
.vyron-offer__code small { margin-bottom: 6px; color: #737c6f; font: 620 8px/1 var(--v-mono); letter-spacing: .1em; text-transform: uppercase; }
.vyron-offer__code strong { overflow-wrap: anywhere; color: var(--v-lime); font: 700 25px/1 var(--v-mono); letter-spacing: .05em; }
.vyron-offer__code > i { width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(168, 255, 0, .18); border-radius: 9px; background: rgba(0, 0, 0, .2); }
.vyron-offer__code.is-copied { border-style: solid; }
.vyron-offer__copy-status { min-height: 17px; margin: 7px 0 10px; color: #697165; font-size: 9px; }
.vyron-offer__cta { width: 100%; margin-top: 3px; }

@media (max-width: 760px) {
  .vyron-offer-backdrop { padding: 14px; }
  .vyron-offer { width: min(540px, 100%); min-height: 0; grid-template-columns: 1fr; max-height: calc(100svh - 28px); overflow-y: auto; }
  .vyron-offer__visual { min-height: 148px; padding: 23px 25px; border-right: 0; border-bottom: 1px solid rgba(168, 255, 0, .14); }
  .vyron-offer__brand { align-self: flex-start; }
  .vyron-offer__metric { margin: auto 0 0; padding: 18px 0 0; display: flex; align-items: end; gap: 10px; }
  .vyron-offer__metric-label { position: absolute; margin: 0; transform: translateY(-49px); }
  .vyron-offer__percent b { font-size: 58px; line-height: .72; }
  .vyron-offer__percent sup { font-size: 19px; }
  .vyron-offer__metric em { margin: 0 0 2px; }
  .vyron-offer__code-preview { font-size: 30px; }
  .vyron-offer__visual-meta { display: none; }
  .vyron-offer__body { padding: 34px 28px 28px; }
  .vyron-offer__form { grid-template-columns: 1fr; }
  .vyron-offer__submit { width: 100%; }
  .vyron-offer__success-mark { top: 29px; right: 27px; }
  .vyron-offer h2 { font-size: clamp(39px, 10vw, 50px); }
}

@media (max-width: 480px) {
  .vyron-offer-backdrop { padding: 8px; place-items: end center; }
  .vyron-offer { max-height: calc(100svh - 16px); border-radius: 19px; }
  .vyron-offer__visual { min-height: 114px; padding: 18px 20px; }
  .vyron-offer__brand { font-size: 13px; }
  .vyron-offer__brand img { width: 25px; height: 25px; }
  .vyron-offer__metric { padding-top: 13px; }
  .vyron-offer__metric-label { display: none; }
  .vyron-offer__percent b { font-size: 48px; }
  .vyron-offer__metric em { font-size: 10px; }
  .vyron-offer__body { padding: 29px 20px 22px; }
  .vyron-offer__close { top: 12px; right: 12px; width: 37px; height: 37px; }
  .vyron-offer__eyebrow { margin-bottom: 15px; }
  .vyron-offer h2 { margin-bottom: 13px; font-size: 37px; }
  .vyron-offer__body > p { font-size: 12px; }
  .vyron-offer__form { margin-top: 20px; grid-template-columns: 1fr; }
  .vyron-offer__submit { width: 100%; }
  .vyron-offer__success-mark { display: none; }
  .vyron-offer__code { margin-top: 18px; }
  .vyron-offer__code strong { font-size: 22px; }
}

/* Responsive */
@media (max-width: 1180px) {
  .v-nav__links, .vyron-site .home-nav-links { gap: 0; }
  .v-nav__link, .vyron-site .home-nav-links > a, .v-nav__drop-trigger { padding-inline: 9px; }
  .v-nav__text, .vyron-site .home-link { display: none; }
  .v-hero__layout { grid-template-columns: .85fr 1.15fr; gap: 30px; }
  .v-bento { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .v-bento__item { min-height: 280px; }
  .v-bento__item--wide { grid-row: span 2; }
  .v-bento__item--long { grid-column: 1/-1; }
  .v-system-map { transform: scale(.88); }
  .v-footer__top { grid-template-columns: 1.3fr repeat(3,.7fr); }
}

@media (max-width: 960px) {
  .v-container, .home-container, .container, .public-container, .v-container--narrow { width: min(100% - 40px, 760px); }
  .v-section-head { display: block; }
  .v-section-head > p { margin-top: 24px; }
  .v-nav__links, .vyron-site .home-nav-links { position: absolute; top: calc(100% + 8px); right: 0; left: 0; padding: 12px; display: grid; border: 1px solid var(--v-line-strong); border-radius: 15px; background: rgba(9,9,9,.96); box-shadow: var(--v-shadow); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .25s; backdrop-filter: blur(22px); }
  .v-nav.menu-open .v-nav__links, .vyron-site .home-nav.open .home-nav-links, .vyron-site .home-nav.menu-open .home-nav-links { opacity: 1; visibility: visible; transform: none; }
  .v-nav__link, .vyron-site .home-nav-links > a, .v-nav__drop-trigger { width: 100%; min-height: 43px; padding: 0 12px; display: flex; align-items: center; border-radius: 8px; }
  .v-nav__link:hover, .vyron-site .home-nav-links > a:hover { background: rgba(255,255,255,.04); }
  .v-nav__link::after, .vyron-site .home-nav-links > a::after { display: none; }
  .v-nav__group { width: 100%; }
  .v-nav__mega { display: none; }
  .v-nav__toggle, .vyron-site .home-menu-toggle { display: grid; }
  .v-brand__word::after { display: none; }
  .v-hero { min-height: auto; padding-top: 150px; }
  .v-hero__layout { display: block; }
  .v-hero__copy { position: relative; z-index: 5; }
  .v-hero h1 { font-size: clamp(70px,15vw,112px); }
  .v-hero__visual { min-height: 590px; margin-top: 55px; }
  .v-product-stage { inset: 0; transform: perspective(1400px) rotateY(-4deg); }
  .v-trust-rail__inner { display: block; }
  .v-trust-rail__label { margin-bottom: 18px; display: block; }
  .v-trust-rail__items { justify-content: space-between; gap: 14px; flex-wrap: wrap; }
  .catalog-grid, .catalog-grid.layout-three { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .v-architecture__layout, .v-security-stage, .worldwide-container, .affiliate-shell, .v-support, .v-faq-layout, .v-page-hero__grid, .v-about-intro, .v-price-runway, .v-contact-grid, .v-blog-feature, .product-detail-grid { grid-template-columns: 1fr; }
  .v-architecture__copy, .v-price-runway__intro, .product-detail-copy, .v-about-index, .v-faq-aside { position: static; }
  .v-system-map { min-height: 590px; transform: none; }
  .v-security-main { min-height: 520px; }
  .v-security-side { grid-template-columns: repeat(3,1fr); }
  .v-metrics { grid-template-columns: repeat(2,1fr); }
  .v-metric:nth-child(2) { border-right: 0; }
  .v-metric:nth-child(-n+2) { border-bottom: 1px solid var(--v-line); }
  .world-globe-card { min-height: 580px; }
  .v-reviews-track { grid-template-columns: 1fr 1fr; }
  .v-review:nth-child(2) { transform: none; }
  .v-review:last-child { grid-column: 1/-1; }
  .v-support__visual { min-height: 500px; }
  .v-page-hero { min-height: 620px; }
  .v-page-hero__aside { padding-top: 10px; }
  .v-values-runway { display: grid; grid-template-columns: 1fr 1fr; }
  .v-value:nth-child(n) { grid-column: auto; }
  .v-product-principles { grid-template-columns: 1fr; }
  .v-product-principle { min-height: 220px; }
  .v-pricing-notes { grid-template-columns: 1fr; }
  .v-feature-chapter { gap: 45px; }
  .v-feature-orbit__node { width: 190px; }
  .v-docs-layout, .v-faq-page-layout, .v-legal-layout, .v-changelog-layout { grid-template-columns: 190px minmax(0,1fr); gap: 45px; }
  .v-blog-feature__visual { min-height: 400px; }
  .v-footer__top { grid-template-columns: 1.3fr 1fr 1fr; }
  .v-footer__brand { grid-column: 1/-1; }
  .product-detail-copy { padding: 0; }
  .spm-main-grid { grid-template-columns: 1fr; }
  .spm-info-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 700px) {
  .v-container, .home-container, .container, .public-container, .v-container--narrow { width: min(100% - 28px, 620px); }
  .v-section { padding-block: 82px; }
  .v-nav, .vyron-site .home-nav { top: 8px; width: calc(100% - 16px); }
  .v-nav__shell, .vyron-site .home-nav-inner { min-height: 60px; padding: 8px 8px 8px 12px; gap: 10px; border-color: var(--v-line); background: rgba(9,9,9,.82); backdrop-filter: blur(18px); }
  .v-brand, .vyron-site .home-brand { font-size: 16px; }
  .v-brand__mark, .vyron-site .home-brand img { width: 28px; height: 28px; }
  .v-nav__actions, .vyron-site .home-nav-actions { margin-left: auto; }
  .v-nav__actions > .v-button, .vyron-site .home-nav-actions > .home-button { width: 42px; min-height: 42px; padding: 0; }
  .v-nav__actions > .v-button > span:not([data-icon]), .vyron-site .home-nav-actions > .home-button > span:not([data-icon]) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
  .v-hero { padding-top: 125px; }
  .v-hero h1 { font-size: clamp(60px,18vw,88px); }
  .v-hero__copy > p { font-size: 16px; }
  .v-hero__actions { display: grid; grid-template-columns: 1fr 1fr; }
  .v-hero__actions .v-button { padding-inline: 12px; }
  .v-hero__visual { min-height: 430px; margin-top: 45px; }
  .v-product-stage { border-radius: 22px; transform: none; }
  .menu-parallax-container { inset: 9px; border-radius: 16px; }
  .v-float-card--top { top: -18px; right: -2px; }
  .v-float-card--bottom { bottom: -25px; left: -4px; }
  .v-hero__scroll { display: none; }
  .v-trust-rail__items { display: grid; grid-template-columns: 1fr 1fr; }
  .catalog-toolbar { align-items: stretch; flex-direction: column; }
  .catalog-search { width: 100%; }
  .catalog-grid, .catalog-grid.layout-two, .catalog-grid.layout-three { grid-template-columns: 1fr; }
  .catalog-card { min-height: 520px; }
  .catalog-card-media { height: 250px; }
  .v-bento { display: grid; grid-template-columns: 1fr; }
  .v-bento__item, .v-bento__item--wide, .v-bento__item--long { grid-column: auto; grid-row: auto; min-height: 280px; }
  .v-system-map { min-height: 520px; transform: scale(.78); margin-inline: -70px; }
  .v-security-main { min-height: 570px; padding: 30px; }
  .v-security-shield { right: -10%; width: 280px; height: 330px; }
  .v-security-side { grid-template-columns: 1fr; }
  .v-metric { min-height: 180px; padding: 25px 18px; }
  .v-metric:nth-child(n) { border-right: 0; border-bottom: 1px solid var(--v-line); }
  .v-metrics { grid-template-columns: 1fr; }
  .world-globe-card { min-height: 400px; }
  .ww-stats-row { gap: 30px; }
  .v-reviews-track { grid-template-columns: 1fr; }
  .v-review:last-child { grid-column: auto; }
  .affiliate-shell { padding: 25px; gap: 45px; }
  .affiliate-main-earning strong { font-size: 38px; }
  .v-support__visual { min-height: 400px; }
  .v-faq-layout { gap: 45px; }
  .v-final-cta { min-height: 520px; }
  .v-page-hero { min-height: 600px; padding-top: 140px; }
  .v-page-hero h1 { font-size: clamp(62px,19vw,100px); }
  .v-page-hero__aside p { font-size: 16px; }
  .v-about-story p { font-size: 27px; }
  .v-values-runway { grid-template-columns: 1fr; }
  .v-manifesto { padding: 35px; }
  .v-feature-orbit { min-height: 700px; transform: scale(.75); margin-inline: -80px; }
  .v-feature-chapter { grid-template-columns: 1fr; }
  .v-feature-chapter:nth-child(even) .v-feature-chapter__visual { order: initial; }
  .v-feature-chapter__visual { min-height: 360px; }
  .v-docs-layout, .v-faq-page-layout, .v-legal-layout, .v-changelog-layout { display: block; }
  .v-docs-rail, .v-faq-categories, .v-legal-nav, .v-changelog-status { position: static; margin-bottom: 50px; }
  .v-docs-rail, .v-faq-categories { grid-template-columns: 1fr 1fr; }
  .v-legal-nav { display: none; }
  .v-contact-primary { min-height: 520px; }
  .v-contact-primary__address a { font-size: 18px; }
  .v-blog-feature { display: flex; flex-direction: column; }
  .v-blog-feature__visual { min-height: 280px; }
  .v-blog-row { grid-template-columns: 45px 1fr 22px; gap: 15px; }
  .v-blog-row p { display: none; }
  .v-process-line { grid-template-columns: 1fr 1fr; gap: 40px 20px; }
  .v-process-line::before { display: none; }
  .v-tier-row { grid-template-columns: 1fr auto; }
  .v-tier-row small { grid-column: 1/-1; }
  .v-footer__top { grid-template-columns: 1fr 1fr; gap: 38px; }
  .v-footer__brand { grid-column: 1/-1; }
  .v-footer__bottom { display: block; }
  .v-footer__bottom span { display: block; margin-top: 8px; }
  .product-detail-main { padding-top: 135px; }
  .product-detail-grid { margin-top: 45px; gap: 45px; }
  .product-purchase-image, .product-purchase-fallback { height: 260px; }
  .spm { padding: 0; }
  .spm-dialog { max-height: 100svh; border-radius: 0; }
  .spm-content { max-height: 100svh; padding: 24px 16px; }
  .spm-head { display: block; }
  .spm-full-page { margin-top: 18px; }
  .spm-media-stage { height: 270px; }
  .spm-info-grid, .spm-feature-grid { grid-template-columns: 1fr; }
  .discount-popup { padding: 35px 22px; }
  .discount-popup-form { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
  .v-hero__actions { grid-template-columns: 1fr; }
  .v-trust-rail__items { grid-template-columns: 1fr; }
  .catalog-card-footer { align-items: stretch; flex-direction: column; }
  .catalog-card-actions .buy { flex: 1; }
  .affiliate-breakdown { grid-template-columns: 1fr; }
  .v-process-line { grid-template-columns: 1fr; }
  .v-tier-row { grid-template-columns: 1fr; }
  .v-tier-row strong { text-align: left; }
  .v-footer__top { grid-template-columns: 1fr; }
  .v-footer__brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .v-reveal, .reveal, .public-reveal { opacity: 1; transform: none; }
  [data-tilt] { transform: none !important; }
}

@media (forced-colors: active) {
  .v-button--primary, .vyron-site .home-button, .catalog-card-actions .buy, .spm-purchase { border: 1px solid ButtonText; }
}

/* Human-scale pass — compact, direct and intentionally quiet. */
:root {
  --v-display: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --v-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --v-radius-xs: 4px;
  --v-radius-sm: 6px;
  --v-radius: 8px;
  --v-radius-lg: 10px;
  --v-radius-xl: 12px;
  --v-shadow: 0 16px 40px rgba(0, 0, 0, .32);
}
body.vyron-site { font-size: 15px; line-height: 1.55; background: #070807; }
body.vyron-site::before, .v-particles, .v-orb, .v-grid-plane, .v-float-card, .v-hero__scroll,
.v-signal-visual, .v-security-shield, .v-support__orbit, .v-lang { display: none !important; }
.vyron-site h1, .vyron-site h2, .vyron-site h3, .vyron-site h4 { font-family: var(--v-display); }
.v-container, .home-container, .container, .public-container { width: min(1180px, calc(100% - 40px)); }
.v-container--narrow { width: min(900px, calc(100% - 40px)); }
.v-section, .affiliate-section { padding: 72px 0; }
.v-section--compact { padding-block: 56px; }
.v-kicker, .home-eyebrow, .public-kicker, .product-kicker {
  gap: 7px;
  margin-bottom: 12px;
  color: #9cd900;
  font-family: var(--v-body);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .02em;
  line-height: 1.2;
  text-transform: none;
}
.v-kicker::before, .home-eyebrow::before, .public-kicker::before, .product-kicker::before { width: 12px; box-shadow: none; }
.v-heading, .v-heading--small { font-size: clamp(34px, 4.2vw, 52px); font-weight: 650; letter-spacing: -.045em; line-height: 1.04; }
.v-lead { max-width: 620px; margin-top: 16px; font-size: 16px; line-height: 1.65; }
.v-section-head { align-items: start; gap: 36px; margin-bottom: 32px; }
.v-section-head > p { max-width: 390px; margin: 4px 0 0; font-size: 14px; line-height: 1.6; }
.v-rule { background: var(--v-line-strong); }

/* Plain, predictable public navigation. */
.v-progress { height: 1px; box-shadow: none; }
.v-nav, .vyron-site .home-nav { top: 0; width: 100%; }
.v-nav.is-scrolled, .vyron-site .home-nav.is-scrolled { top: 0; width: 100%; }
.v-nav__shell, .vyron-site .home-nav-inner,
.v-nav.is-scrolled .v-nav__shell, .vyron-site .home-nav.is-scrolled .home-nav-inner,
.v-nav.menu-open .v-nav__shell, .vyron-site .home-nav.open .home-nav-inner, .vyron-site .home-nav.menu-open .home-nav-inner {
  width: min(1180px, calc(100% - 40px));
  min-height: 58px;
  margin-inline: auto;
  padding: 6px 0;
  gap: 24px;
  border: 0;
  border-bottom: 1px solid var(--v-line);
  border-radius: 0;
  background: rgba(7, 8, 7, .96);
  box-shadow: none;
  backdrop-filter: none;
}
.v-brand, .vyron-site .home-brand { gap: 8px; font-size: 16px; font-weight: 700; letter-spacing: -.02em; }
.v-brand__mark, .vyron-site .home-brand img { width: 26px; height: 26px; }
.v-brand__word::after { display: none; }
.v-nav__links, .vyron-site .home-nav-links { gap: 0; }
.v-nav__link, .vyron-site .home-nav-links > a, .v-nav__drop-trigger { padding: 9px 10px; color: #a7aba4; font-size: 13px; font-weight: 550; }
.v-nav__link::after, .vyron-site .home-nav-links > a::after { right: 10px; bottom: 4px; left: 10px; }
.v-nav__text, .vyron-site .home-link { padding: 8px; font-size: 12px; }
.v-button, .vyron-site .home-button, .vyron-site .btn {
  min-height: 40px;
  padding: 0 15px;
  gap: 7px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 650;
  transition: border-color .15s ease, background-color .15s ease, color .15s ease;
}
.v-button::before, .vyron-site .home-button::before, .vyron-site .btn::before { display: none; }
.v-button:hover, .vyron-site .home-button:hover, .vyron-site .btn:hover { transform: none; box-shadow: none; }
.v-button--primary, .vyron-site .home-button, .vyron-site .btn-primary,
.v-button--primary:hover, .vyron-site .home-button:hover, .vyron-site .btn-primary:hover { box-shadow: none; }
.v-button--large { min-height: 44px; padding-inline: 17px; border-radius: 5px; font-size: 12px; }
.v-nav__toggle, .vyron-site .home-menu-toggle { width: 40px; height: 40px; border-radius: 5px; }

/* Homepage hero: useful first screen, not a cinematic splash. */
.v-hero {
  min-height: 650px;
  padding: 102px 0 54px;
  align-items: center;
  background: #070807;
}
.v-hero__layout { grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); gap: 54px; }
.v-hero__copy { padding-top: 0; }
.v-hero__status { margin-bottom: 16px; color: #92978e; font-family: var(--v-body); font-size: 11px; font-weight: 600; letter-spacing: 0; text-transform: none; }
.v-hero__status i { width: 6px; height: 6px; box-shadow: none; }
.v-hero h1 { max-width: 620px; font-size: clamp(48px, 5.5vw, 70px); font-weight: 680; letter-spacing: -.06em; line-height: .98; }
.v-hero h1 span { text-shadow: none; }
.v-hero__copy > p { max-width: 560px; margin-top: 20px; font-size: 16px; line-height: 1.65; }
.v-hero__actions { margin-top: 26px; gap: 9px; }
.v-hero__proof { margin-top: 28px; gap: 12px; color: #858a80; font-size: 11px; }
.v-hero__avatars { display: none; }
.v-hero__visual { min-height: 410px; }
.v-product-stage {
  inset: 0;
  border-radius: 9px;
  background: #0b0c0b;
  box-shadow: 0 20px 55px rgba(0,0,0,.42);
  transform: none !important;
}
.v-product-stage::before { display: none; }
.menu-parallax-container { inset: 8px; border-radius: 5px; }
.menu-slide { transform: none; transition: opacity .2s ease; filter: saturate(.75) contrast(1.03) brightness(.8); }
.menu-slide.is-active { transform: none; }
.legacy-menu-tabs { right: 10px; bottom: 10px; left: 10px; padding: 4px; gap: 4px; border-radius: 5px; background: rgba(7,8,7,.92); backdrop-filter: none; }
.legacy-menu-tab { min-height: 34px; border-radius: 3px; }
.v-trust-rail { padding: 15px 0; background: #090a09; }
.v-trust-rail__inner { gap: 24px; }
.v-trust-rail__label { font-family: var(--v-body); font-size: 11px; letter-spacing: 0; text-transform: none; }
.v-trust-rail__items { gap: 28px; }
.v-trust-rail__items span { font-size: 12px; font-weight: 550; }

/* Compact product and information surfaces. */
.v-card, .catalog-card, .v-bento__item, .v-security-main, .v-security-tile, .v-review,
.affiliate-shell, .affiliate-calculator, .v-support, .faq-item, .v-value, .v-manifesto { box-shadow: none; }
.v-card, .catalog-card, .v-bento__item, .v-security-main, .v-security-tile, .v-review,
.affiliate-shell, .affiliate-calculator, .v-support, .v-value, .v-manifesto { border-radius: 8px; }
.catalog-toolbar { margin-bottom: 18px; }
.catalog-filter { min-height: 34px; padding-inline: 10px; border-radius: 4px; }
.catalog-search { min-height: 40px; border-radius: 5px; }
.catalog-grid { gap: 12px; }
.catalog-card { min-height: 0; transition: border-color .15s ease; }
.catalog-card::after { display: none; }
.catalog-card:hover { transform: none; box-shadow: none; }
.catalog-card-media { height: 210px; }
.catalog-card-media img, .catalog-card:hover .catalog-card-media img { transform: none; filter: saturate(.75) contrast(1.03) brightness(.8); }
.catalog-badge, .catalog-game { top: 10px; padding: 5px 7px; border-radius: 4px; backdrop-filter: none; }
.catalog-badge { left: 10px; }
.catalog-game { right: 10px; }
.catalog-card-body { min-height: 0; padding: 18px; }
.catalog-card h3 { margin-bottom: 7px; font-size: 20px; font-weight: 650; }
.catalog-card-description { margin-bottom: 13px; line-height: 1.55; }
.catalog-card-footer { padding-top: 15px; }
.catalog-price strong { font-size: 21px; }
.catalog-card-actions > a { width: 36px; height: 36px; border-radius: 4px; }
.catalog-card-actions .buy { min-height: 36px; padding-inline: 12px; border-radius: 4px; }
.v-bento { grid-template-columns: 1.1fr .9fr; grid-template-rows: auto; gap: 12px; }
.v-bento__item, .v-bento__item--wide, .v-bento__item--long { min-height: 190px; padding: 22px; grid-column: auto; grid-row: auto; }
.v-bento__item h3 { margin: 20px 0 9px; font-size: 22px; line-height: 1.15; }
.v-bento__item p { line-height: 1.55; }
.v-bento__number { font-family: var(--v-body); letter-spacing: .03em; }
.v-bento__metric { right: 18px; bottom: 16px; font-size: 46px; }
.v-console { right: 18px; bottom: 17px; left: 18px; padding: 11px; border-radius: 4px; line-height: 1.55; }
.v-mini-bars { right: 18px; bottom: 18px; left: 18px; height: 55px; }

.v-architecture__layout { grid-template-columns: 1fr; gap: 0; }
.v-architecture__copy { max-width: 760px; }
.v-architecture__list { margin-top: 24px; }
.v-architecture__list div { padding: 11px 0; }
.v-system-map { display: none; }
.v-security-stage { grid-template-columns: 1.1fr .9fr; gap: 12px; }
.v-security-main { min-height: 320px; padding: 30px; background: #0b0c0b; }
.v-security-main h2 { max-width: 620px; font-size: clamp(34px, 4vw, 50px); font-weight: 650; line-height: 1.05; }
.v-security-main p { margin-top: 16px; line-height: 1.6; }
.v-security-side { gap: 12px; }
.v-security-tile { min-height: 96px; padding: 17px; display: grid; grid-template-columns: 28px 1fr; align-items: center; gap: 12px; }
.v-security-tile h3 { margin: 0 0 4px; font-size: 15px; }
.v-metrics { max-width: 1180px; margin-inline: auto; }
.v-metric { min-height: 135px; padding: 24px 20px; }
.v-metric strong { font-size: clamp(34px, 4vw, 52px); }
.v-metric small { margin-top: 9px; }
.v-metric::after { display: none; }
.worldwide-container { grid-template-columns: .9fr 1.1fr; gap: 42px; }
.ww-text h2 { margin-bottom: 14px; font-size: clamp(34px, 4vw, 50px); line-height: 1.05; }
.ww-text > p { line-height: 1.6; }
.ww-stats-row { margin-top: 24px; gap: 34px; }
.world-globe-card { min-height: 390px; }
.world-globe-stage { width: min(390px, 100%); }

.v-reviews-track { gap: 12px; }
.v-review { min-height: 230px; padding: 22px; }
.v-review:nth-child(2) { transform: none; }
.v-review blockquote { margin: 30px 0 24px; font-size: clamp(17px, 1.6vw, 21px); line-height: 1.45; }
.affiliate-shell { padding: 32px; gap: 44px; background: #0a0b0a; }
.affiliate-eyebrow { margin-bottom: 12px; font-family: var(--v-body); letter-spacing: .02em; }
.affiliate-copy h2 { font-size: clamp(34px, 4vw, 50px); line-height: 1.04; }
.affiliate-lead { margin: 16px 0; line-height: 1.6; }
.affiliate-rate strong { font-size: 38px; }
.affiliate-benefits { margin-top: 20px; }
.affiliate-benefit { padding: 11px 0; }
.affiliate-calculator { padding: 20px; border-radius: 6px; }
.affiliate-slider-label { margin-top: 24px; }
.affiliate-main-earning { margin-top: 22px; padding: 17px; border-radius: 5px; }
.affiliate-main-earning strong { font-size: 36px; }
.v-support { grid-template-columns: 1fr; min-height: 0; }
.v-support__copy { max-width: 760px; padding: 34px; }
.v-support__copy h2 { font-size: clamp(34px, 4vw, 50px); line-height: 1.04; }
.v-support__copy p { margin: 16px 0 22px; line-height: 1.6; }
.v-support__contacts { margin-top: 24px; }
.v-support__visual { display: none; }
.v-faq-layout { grid-template-columns: .72fr 1.28fr; gap: 54px; }
.v-faq-aside h2 { font-size: clamp(34px, 4vw, 48px); line-height: 1.05; }
.v-faq-aside p { margin-top: 14px; }
.faq-question, .v-faq-question { min-height: 64px; padding: 16px 2px; font-size: 16px; }
.faq-answer p, .v-faq-answer p { font-size: 13px; line-height: 1.6; }
.v-final-cta { min-height: 340px; }
.v-final-cta h2 { font-size: clamp(40px, 6vw, 68px); line-height: .98; }
.v-final-cta p { margin: 18px auto 24px; }
.v-footer { padding: 52px 0 22px; }
.v-footer::before { display: none; }
.v-footer__top { gap: 34px; padding-bottom: 40px; }
.v-footer__brand p { margin-top: 15px; line-height: 1.6; }
.v-footer__signal { margin-top: 20px; font-family: var(--v-body); letter-spacing: .02em; text-transform: none; }

/* Remove generic template motion and hover spectacle. */
.v-reveal, .reveal, .public-reveal, .v-reveal.is-visible, .reveal.active, .public-reveal.is-visible { opacity: 1; transform: none; transition: none; }
.v-mouse::after { display: none; }
[data-tilt] { transform: none !important; transition: none !important; }

@media (max-width: 960px) {
  .v-nav__shell, .vyron-site .home-nav-inner,
  .v-nav.is-scrolled .v-nav__shell, .vyron-site .home-nav.is-scrolled .home-nav-inner { width: calc(100% - 28px); }
  .v-nav__links, .vyron-site .home-nav-links {
    position: absolute;
    top: 64px;
    right: 14px;
    left: 14px;
    margin: 0;
    padding: 8px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    border: 1px solid var(--v-line-strong);
    border-radius: 7px;
    background: #0b0c0b;
  }
  .v-nav.menu-open .v-nav__links, .vyron-site .home-nav.open .home-nav-links, .vyron-site .home-nav.menu-open .home-nav-links { display: flex; }
  .v-nav__link, .vyron-site .home-nav-links > a { padding: 11px 10px; }
  .v-nav__toggle, .vyron-site .home-menu-toggle { display: grid; }
  .v-hero { min-height: 0; padding-top: 92px; }
  .v-hero__layout { grid-template-columns: 1fr; gap: 36px; }
  .v-hero__visual { min-height: 390px; margin-top: 0; }
  .v-product-stage { position: absolute; inset: 0; }
  .v-security-stage, .worldwide-container, .affiliate-shell, .v-faq-layout { grid-template-columns: 1fr; }
  .v-security-side { grid-template-columns: repeat(3, 1fr); }
  .v-reviews-track { grid-template-columns: 1fr 1fr; }
  .v-review:last-child { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  body.vyron-site { font-size: 14px; }
  .v-container, .home-container, .container, .public-container, .v-container--narrow { width: calc(100% - 28px); }
  .v-section, .affiliate-section { padding: 52px 0; }
  .v-nav__shell, .vyron-site .home-nav-inner { min-height: 54px; padding-block: 5px; }
  .v-brand, .vyron-site .home-brand { font-size: 15px; }
  .v-brand__mark, .vyron-site .home-brand img { width: 24px; height: 24px; }
  .v-nav__actions > .v-button, .vyron-site .home-nav-actions > .home-button { width: auto; min-height: 38px; padding: 0 11px; }
  .v-nav__actions > .v-button > span:not([data-icon]), .vyron-site .home-nav-actions > .home-button > span:not([data-icon]) { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; white-space: nowrap; }
  .v-nav__text, .vyron-site .home-link { display: none; }
  .v-hero { padding: 86px 0 40px; }
  .v-hero h1 { font-size: clamp(42px, 12vw, 56px); }
  .v-hero__copy > p { margin-top: 16px; font-size: 15px; }
  .v-hero__actions { margin-top: 22px; grid-template-columns: 1fr; }
  .v-hero__actions .v-button { width: 100%; }
  .v-hero__proof { margin-top: 20px; }
  .v-hero__visual { min-height: 280px; }
  .v-product-stage { border-radius: 7px; }
  .menu-parallax-container { inset: 5px; border-radius: 4px; }
  .legacy-menu-tabs { right: 7px; bottom: 7px; left: 7px; }
  .v-trust-rail__inner { display: block; }
  .v-trust-rail__label { margin-bottom: 12px; }
  .v-trust-rail__items { grid-template-columns: 1fr 1fr; gap: 10px; }
  .v-heading, .v-heading--small { font-size: 34px; }
  .v-section-head { display: block; margin-bottom: 24px; }
  .v-section-head > p { margin-top: 13px; }
  .catalog-card { min-height: 0; }
  .catalog-card-media { height: 180px; }
  .v-bento { grid-template-columns: 1fr; }
  .v-bento__item, .v-bento__item--wide, .v-bento__item--long { min-height: 170px; }
  .v-console, .v-mini-bars, .v-bento__metric { display: none; }
  .v-security-main { min-height: 0; padding: 23px; }
  .v-security-main h2 { font-size: 34px; }
  .v-security-side { grid-template-columns: 1fr; }
  .v-metrics { grid-template-columns: 1fr 1fr; width: calc(100% - 28px); }
  .v-metric { min-height: 105px; padding: 18px 14px; }
  .v-metric:nth-child(n) { border-right: 1px solid var(--v-line); }
  .v-metric:nth-child(2n) { border-right: 0; }
  .v-metric strong { font-size: 32px; }
  .world-globe-card { min-height: 300px; }
  .world-globe-stage { width: 300px; }
  .v-reviews-track { grid-template-columns: 1fr; }
  .v-review, .v-review:last-child { min-height: 0; grid-column: auto; }
  .affiliate-shell { padding: 22px; gap: 30px; }
  .affiliate-copy h2 { font-size: 34px; }
  .affiliate-benefits { display: none; }
  .affiliate-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .affiliate-calculator { padding: 17px; }
  .affiliate-breakdown { grid-template-columns: repeat(3, 1fr); }
  .v-support__copy { padding: 24px; }
  .v-support__copy h2 { font-size: 34px; }
  .v-faq-layout { gap: 28px; }
  .v-faq-aside { position: static; }
  .v-final-cta { min-height: 300px; }
  .v-final-cta h2 { font-size: 42px; }
  .v-footer { padding-top: 42px; }
  .v-footer__top { gap: 28px; padding-bottom: 30px; }
}

@media (max-width: 430px) {
  .v-nav__actions > .v-button, .vyron-site .home-nav-actions > .home-button { width: 38px; padding: 0; }
  .v-nav__actions > .v-button > span:not([data-icon]), .vyron-site .home-nav-actions > .home-button > span:not([data-icon]) { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .v-trust-rail__items { grid-template-columns: 1fr; }
  .v-metrics { grid-template-columns: 1fr; }
  .v-metric:nth-child(n) { border-right: 0; }
  .affiliate-breakdown { grid-template-columns: 1fr; }
}

/* Final mobile scale correction after viewport capture. */
@media (max-width: 700px) {
  .v-hero { padding-top: 78px; padding-bottom: 34px; }
  .v-hero h1 { font-size: clamp(40px, 10vw, 48px); line-height: 1; }
  .v-hero__visual { min-height: 240px; }
  .v-heading, .v-heading--small { font-size: 32px; }
}

/* Green depth and tactile controls — requested homepage finish. */
body.vyron-site {
  background:
    radial-gradient(circle at 12% 6%, rgba(158, 255, 0, .08), transparent 420px),
    radial-gradient(circle at 88% 42%, rgba(116, 210, 0, .045), transparent 520px),
    #090c08;
}
.v-nav__shell, .vyron-site .home-nav-inner,
.v-nav.is-scrolled .v-nav__shell, .vyron-site .home-nav.is-scrolled .home-nav-inner,
.v-nav.menu-open .v-nav__shell, .vyron-site .home-nav.open .home-nav-inner, .vyron-site .home-nav.menu-open .home-nav-inner {
  background: rgba(8, 12, 7, .96);
}
.v-hero {
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(8, 13, 6, .98) 0%, rgba(7, 10, 7, .96) 48%, rgba(9, 15, 7, .9) 100%),
    #090c08;
}
.v-hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 12%;
  right: -5%;
  width: min(48vw, 760px);
  height: 76%;
  pointer-events: none;
  border: 1px solid rgba(168, 255, 0, .13);
  border-right: 0;
  background:
    linear-gradient(135deg, rgba(168, 255, 0, .075), transparent 42%),
    repeating-linear-gradient(90deg, rgba(168, 255, 0, .035) 0 1px, transparent 1px 72px);
  clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%);
}
.v-hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: 8%;
  bottom: 8%;
  width: 84px;
  height: 3px;
  pointer-events: none;
  background: linear-gradient(90deg, var(--v-lime), transparent);
  box-shadow: 0 0 24px rgba(168, 255, 0, .24);
}
.v-hero__layout { position: relative; z-index: 2; }
.v-trust-rail {
  border-color: rgba(168, 255, 0, .13);
  background: linear-gradient(90deg, #0d1409, #091008 50%, #0d1409);
}
.v-catalog-section {
  background:
    radial-gradient(circle at 8% 28%, rgba(168, 255, 0, .055), transparent 380px),
    linear-gradient(180deg, #0b1009, #080b08 72%, #0a0e08);
}
#platform {
  border-block: 1px solid rgba(168, 255, 0, .08);
  background:
    linear-gradient(110deg, rgba(168, 255, 0, .045), transparent 34%),
    #0a0e09;
}
.v-architecture {
  background:
    radial-gradient(circle at 4% 50%, rgba(168, 255, 0, .07), transparent 360px),
    #0b1009;
}
#security {
  background:
    linear-gradient(135deg, #080b08 0 56%, rgba(168, 255, 0, .045)),
    #090d08;
}
.v-section-head { position: relative; padding-left: 16px; }
.v-section-head::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 3px;
  left: 0;
  width: 2px;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--v-lime), rgba(168, 255, 0, .08));
}
.catalog-card, .v-bento__item, .v-security-main, .v-security-tile, .v-review, .v-support {
  background: linear-gradient(145deg, rgba(20, 29, 15, .96), rgba(10, 13, 10, .98));
}
.v-final-cta {
  background:
    radial-gradient(circle at 50% 100%, rgba(168, 255, 0, .11), transparent 48%),
    #090d08;
}
.v-footer { background: #080b07; }
.v-button, .vyron-site .home-button, .vyron-site .btn,
.catalog-card-actions > a, .catalog-card-actions .buy {
  transition: transform .18s ease, border-color .18s ease, background-color .18s ease, color .18s ease, box-shadow .18s ease;
}
.v-button .v-icon, .vyron-site .home-button .v-icon, .vyron-site .btn .v-icon,
.catalog-card-actions .v-icon {
  transition: transform .18s ease;
}
@media (hover: hover) and (pointer: fine) {
  .v-button:hover, .vyron-site .home-button:hover, .vyron-site .btn:hover {
    transform: translateY(-3px);
    border-color: rgba(168, 255, 0, .5);
    box-shadow: 0 10px 28px rgba(0, 0, 0, .28);
  }
  .v-button--primary:hover, .vyron-site .home-button:hover, .vyron-site .btn-primary:hover {
    transform: translateY(-3px) scale(1.015);
    box-shadow: 0 12px 30px rgba(168, 255, 0, .2);
  }
  .v-button:hover .v-icon, .vyron-site .home-button:hover .v-icon, .vyron-site .btn:hover .v-icon {
    transform: translateX(4px);
  }
  .catalog-card-actions > a:hover, .catalog-card-actions .buy:hover { transform: translateY(-2px); }
  .catalog-card-actions > a:hover .v-icon { transform: translate(2px, -2px); }
}
.v-button:active, .vyron-site .home-button:active, .vyron-site .btn:active,
.catalog-card-actions > a:active, .catalog-card-actions .buy:active {
  transform: translateY(0) scale(.97);
}
@media (max-width: 700px) {
  .v-hero::before { top: 44%; right: -22%; width: 92%; height: 48%; opacity: .65; }
  .v-hero::after { right: 14px; bottom: 24px; width: 54px; }
  .v-section-head { padding-left: 12px; }
}

/* Redesigned live platform snapshot. */
.v-stats {
  overflow: hidden;
  border-block: 1px solid rgba(168, 255, 0, .12);
  background:
    linear-gradient(115deg, rgba(168, 255, 0, .075), transparent 30%),
    radial-gradient(circle at 92% 12%, rgba(168, 255, 0, .07), transparent 310px),
    #0a0f08;
}
.v-stats__header {
  margin-bottom: 24px;
  padding-left: 16px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  align-items: end;
  gap: 40px;
  border-left: 2px solid var(--v-lime);
}
.v-stats__header .v-kicker { margin: 0 0 10px; }
.v-stats__header h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 650;
  letter-spacing: -.045em;
  line-height: 1.04;
}
.v-stats__header h2 em { color: var(--v-lime); font-style: normal; }
.v-stats__header > p { margin: 0 0 3px; color: var(--v-muted); font-size: 13px; line-height: 1.6; }
.v-stats .v-metrics {
  max-width: none;
  margin: 0;
  display: grid;
  grid-template-columns: 1.05fr .9fr .9fr 1.15fr;
  gap: 10px;
  border: 0;
}
.v-stats .v-metric {
  min-width: 0;
  min-height: 184px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(168, 255, 0, .14);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(24, 35, 17, .95), rgba(11, 15, 10, .98));
  box-shadow: inset 0 1px rgba(255, 255, 255, .025);
}
.v-stats .v-metric:nth-child(n) { border: 1px solid rgba(168, 255, 0, .14); }
.v-stats .v-metric::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 18px;
  width: 42px;
  height: 2px;
  background: var(--v-lime);
  box-shadow: 0 0 16px rgba(168, 255, 0, .25);
}
.v-stats .v-metric::after { display: none; }
.v-metric__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.v-metric__icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(168, 255, 0, .22);
  border-radius: 5px;
  background: rgba(168, 255, 0, .065);
  color: var(--v-lime);
}
.v-metric__icon .v-icon { width: 17px; height: 17px; }
.v-metric__index { color: #687061; font-size: 10px; font-weight: 650; letter-spacing: .04em; }
.v-stats .v-metric strong {
  margin-top: auto;
  padding-top: 24px;
  color: #fff;
  font-size: clamp(30px, 3.25vw, 46px);
  font-weight: 680;
  letter-spacing: -.055em;
  line-height: .95;
  overflow-wrap: anywhere;
}
.v-stats .v-metric:nth-child(4) strong { font-size: clamp(25px, 2.5vw, 36px); line-height: 1; }
.v-stats .v-metric small { margin-top: 10px; color: #9ca394; font-size: 11px; line-height: 1.35; }
@media (max-width: 960px) {
  .v-stats__header { grid-template-columns: 1fr; gap: 14px; }
  .v-stats .v-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .v-stats { padding-block: 48px; }
  .v-stats__header { margin-bottom: 18px; padding-left: 12px; }
  .v-stats__header h2 { font-size: 31px; }
  .v-stats__header > p { font-size: 12px; }
  .v-stats .v-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; width: 100%; }
  .v-stats .v-metric { min-height: 148px; padding: 14px; }
  .v-stats .v-metric::before { left: 14px; width: 30px; }
  .v-metric__icon { width: 31px; height: 31px; }
  .v-stats .v-metric strong, .v-stats .v-metric:nth-child(4) strong { padding-top: 18px; font-size: clamp(23px, 7.5vw, 32px); }
  .v-stats .v-metric small { font-size: 10px; }
}
@media (max-width: 360px) {
  .v-stats .v-metrics { grid-template-columns: 1fr; }
}

/* Homepage-specific hover specificity: guarantees visible button travel. */
@media (hover: hover) and (pointer: fine) {
  body.vyron-home .v-button:hover,
  body.vyron-home .home-button:hover,
  body.vyron-home .catalog-card-actions > a:hover,
  body.vyron-home .catalog-card-actions .buy:hover {
    transform: translate3d(0, -3px, 0) scale(1.015) !important;
  }
  body.vyron-home .v-button:hover .v-icon,
  body.vyron-home .home-button:hover .v-icon {
    transform: translateX(4px) !important;
  }
}
body.vyron-home .v-button:active,
body.vyron-home .home-button:active,
body.vyron-home .catalog-card-actions > a:active,
body.vyron-home .catalog-card-actions .buy:active {
  transform: translate3d(0, 0, 0) scale(.97) !important;
}


/* Seamless homepage ambience and FiveM-only hero preview. */
body.vyron-home {
  background: #080b08;
}
body.vyron-home main {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(ellipse 78% 11% at 84% 3%, rgba(168, 255, 0, .105), transparent 72%),
    radial-gradient(ellipse 70% 13% at 8% 19%, rgba(113, 196, 0, .065), transparent 74%),
    radial-gradient(ellipse 68% 12% at 94% 37%, rgba(168, 255, 0, .055), transparent 76%),
    radial-gradient(ellipse 72% 13% at 4% 57%, rgba(126, 218, 0, .06), transparent 76%),
    radial-gradient(ellipse 72% 12% at 92% 77%, rgba(168, 255, 0, .05), transparent 76%),
    radial-gradient(ellipse 76% 11% at 18% 96%, rgba(122, 207, 0, .055), transparent 76%),
    linear-gradient(180deg, #080c08 0%, #0a1009 20%, #080c08 42%, #091008 64%, #080c08 84%, #090d08 100%);
}
body.vyron-home .v-hero,
body.vyron-home .v-trust-rail,
body.vyron-home .v-catalog-section,
body.vyron-home #platform,
body.vyron-home .v-architecture,
body.vyron-home #security,
body.vyron-home .v-stats,
body.vyron-home .v-final-cta {
  background: transparent;
}
body.vyron-home .v-hero,
body.vyron-home #platform,
body.vyron-home .v-architecture,
body.vyron-home .v-stats {
  border-color: transparent;
}
body.vyron-home .v-trust-rail {
  border-color: rgba(168, 255, 0, .08);
}
body.vyron-home .v-footer {
  background: linear-gradient(180deg, rgba(8, 11, 8, .35), #070a07 68%);
}
body.vyron-home .v-hero::before {
  top: 0;
  right: -22%;
  width: min(88vw, 1120px);
  height: 100%;
  border: 0;
  background: radial-gradient(ellipse at center, rgba(168, 255, 0, .09), rgba(122, 213, 0, .03) 44%, transparent 72%);
  filter: blur(20px);
  clip-path: none;
  opacity: .9;
}
body.vyron-home .v-hero::after {
  display: none;
}

body.vyron-home .v-hero__visual {
  isolation: isolate;
}
body.vyron-home .v-product-stage {
  overflow: visible;
  isolation: isolate;
  border: 1px solid transparent;
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(14, 19, 12, .98), rgba(6, 9, 6, .98)) padding-box,
    linear-gradient(135deg, rgba(168, 255, 0, .5), rgba(255, 255, 255, .07) 42%, rgba(168, 255, 0, .17)) border-box;
  box-shadow:
    0 32px 78px rgba(0, 0, 0, .54),
    0 0 62px rgba(168, 255, 0, .09),
    inset 0 1px rgba(255, 255, 255, .035);
}
body.vyron-home .v-product-stage::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  inset: 12% 7%;
  border: 0;
  border-radius: 24px;
  background: rgba(168, 255, 0, .18);
  filter: blur(52px);
  opacity: .3;
  pointer-events: none;
}
body.vyron-home .v-product-stage::after {
  content: "";
  position: absolute;
  z-index: 4;
  inset: 0;
  border: 0;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(168, 255, 0, .9), transparent) left top / 78px 1px no-repeat,
    linear-gradient(180deg, rgba(168, 255, 0, .9), transparent) left top / 1px 58px no-repeat,
    linear-gradient(270deg, rgba(168, 255, 0, .52), transparent) right bottom / 68px 1px no-repeat,
    linear-gradient(0deg, rgba(168, 255, 0, .52), transparent) right bottom / 1px 48px no-repeat;
  opacity: .68;
  box-shadow: none;
  pointer-events: none;
}
body.vyron-home .menu-parallax-container.v-menu-frame {
  z-index: 1;
  inset: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .085);
  border-radius: 11px;
  background: #050705;
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, .72),
    0 16px 38px rgba(0, 0, 0, .28);
}
body.vyron-home .menu-parallax-container.v-menu-frame::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(118deg, rgba(255, 255, 255, .055), transparent 19%, transparent 100%);
  pointer-events: none;
}
body.vyron-home .menu-parallax-container.v-menu-frame::after {
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(3, 6, 3, .08), transparent 30%, transparent 76%, rgba(2, 5, 2, .34)),
    radial-gradient(ellipse at center, transparent 64%, rgba(2, 5, 2, .22) 100%);
  box-shadow: inset 0 0 38px rgba(0, 0, 0, .1);
}
body.vyron-home .menu-slide,
body.vyron-home .menu-slide.is-active {
  opacity: 1;
  transform: none;
  transform-origin: center;
  filter: saturate(.96) contrast(1.06) brightness(.94);
  animation: none;
  transition: none;
}
@media (max-width: 700px) {
  body.vyron-home main {
    background:
      radial-gradient(ellipse 115% 9% at 82% 3%, rgba(168, 255, 0, .09), transparent 74%),
      radial-gradient(ellipse 110% 10% at 10% 31%, rgba(120, 208, 0, .055), transparent 76%),
      radial-gradient(ellipse 110% 10% at 90% 66%, rgba(168, 255, 0, .05), transparent 76%),
      linear-gradient(180deg, #080c08, #091008 35%, #080c08 68%, #090d08);
  }
  body.vyron-home .v-hero::before {
    top: 30%;
    right: -45%;
    width: 130%;
    height: 70%;
    opacity: .72;
  }
  body.vyron-home .v-product-stage {
    border-radius: 12px;
    box-shadow: 0 22px 54px rgba(0, 0, 0, .46), 0 0 42px rgba(168, 255, 0, .08);
  }
  body.vyron-home .v-product-stage::before {
    inset: 14% 9%;
    filter: blur(38px);
    opacity: .24;
  }
  body.vyron-home .v-product-stage::after {
    background:
      linear-gradient(90deg, rgba(168, 255, 0, .8), transparent) left top / 54px 1px no-repeat,
      linear-gradient(180deg, rgba(168, 255, 0, .8), transparent) left top / 1px 40px no-repeat,
      linear-gradient(270deg, rgba(168, 255, 0, .42), transparent) right bottom / 46px 1px no-repeat,
      linear-gradient(0deg, rgba(168, 255, 0, .42), transparent) right bottom / 1px 34px no-repeat;
  }
  body.vyron-home .menu-parallax-container.v-menu-frame {
    inset: 6px;
    border-radius: 7px;
  }
}


/* Restored premium hero copy scale and full, uncropped FiveM preview. */
@media (min-width: 961px) {
  body.vyron-home .v-hero__layout {
    grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr);
    gap: 52px;
  }
}
body.vyron-home .v-hero__copy {
  max-width: 650px;
}
body.vyron-home .v-hero h1 {
  max-width: 650px;
  font-size: clamp(52px, 5.7vw, 76px);
  line-height: .96;
}
body.vyron-home .v-hero__copy > p {
  max-width: 600px;
}
body.vyron-home .v-hero__visual {
  min-height: 0;
  width: 100%;
  display: flex;
  align-items: center;
}
body.vyron-home .v-product-stage {
  position: relative;
  inset: auto;
  width: 100%;
  padding: 10px;
}
body.vyron-home .menu-parallax-container.v-menu-frame {
  position: relative;
  inset: auto;
  width: 100%;
  aspect-ratio: 790 / 589;
}
body.vyron-home .menu-slide,
body.vyron-home .menu-slide.is-active {
  object-fit: contain;
  object-position: center;
}
@media (max-width: 960px) {
  body.vyron-home .v-hero__visual {
    max-width: 680px;
    margin-inline: auto;
  }
}
@media (max-width: 700px) {
  body.vyron-home .v-product-stage {
    padding: 6px;
  }
  body.vyron-home .v-hero h1 {
    font-size: clamp(42px, 11vw, 54px);
  }
}


/* Homepage navbar blended into the continuous ambient background. */
body.vyron-home .home-nav,
body.vyron-home .home-nav.is-scrolled {
  isolation: isolate;
  background: linear-gradient(180deg, rgba(6, 10, 6, .78) 0%, rgba(8, 13, 7, .6) 74%, rgba(8, 13, 7, .42) 100%);
  box-shadow: none;
  backdrop-filter: blur(18px) saturate(118%);
  -webkit-backdrop-filter: blur(18px) saturate(118%);
}
body.vyron-home .home-nav.is-scrolled {
  background: linear-gradient(180deg, rgba(6, 10, 6, .88) 0%, rgba(8, 13, 7, .72) 76%, rgba(8, 13, 7, .52) 100%);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .12);
}
body.vyron-home .home-nav::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 100%;
  right: 0;
  left: 0;
  height: 24px;
  background: linear-gradient(180deg, rgba(8, 13, 7, .42), transparent);
  pointer-events: none;
}
body.vyron-home .home-nav.is-scrolled::after {
  background: linear-gradient(180deg, rgba(8, 13, 7, .5), transparent);
}
body.vyron-home .home-nav-inner,
body.vyron-home .home-nav.is-scrolled .home-nav-inner,
body.vyron-home .home-nav.open .home-nav-inner,
body.vyron-home .home-nav.menu-open .home-nav-inner {
  position: relative;
  z-index: 1;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
@media (max-width: 960px) {
  body.vyron-home .home-nav::after {
    height: 18px;
  }
  body.vyron-home .home-nav-links {
    border-color: rgba(168, 255, 0, .12);
    background: rgba(7, 12, 7, .94);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .38);
    backdrop-filter: blur(18px) saturate(120%);
    -webkit-backdrop-filter: blur(18px) saturate(120%);
  }
}

/* Homepage product prices: explicit 1 month / 3 months / lifetime choices. */
.product-prices-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 12%, rgba(168, 255, 0, .075), transparent 28%),
    linear-gradient(180deg, #050505, #080a07 58%, #050505);
}

.product-prices-head {
  margin-bottom: 34px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .55fr);
  align-items: end;
  gap: 48px;
}

.product-prices-head h2 {
  margin: 11px 0 0;
}

.product-prices-head > p {
  margin: 0 0 7px;
  color: #8b9286;
  font-size: 14px;
  line-height: 1.7;
}

.product-prices {
  display: grid;
  gap: 18px;
}

.product-price-group {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 18px;
  background: #0b0e0a;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .28);
}

.product-price-group-head {
  min-height: 132px;
  padding: 23px 25px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  align-items: center;
  gap: 17px;
  border-bottom: 1px solid rgba(255, 255, 255, .085);
  background: linear-gradient(110deg, rgba(168, 255, 0, .045), transparent 42%), #0e110d;
}

.product-price-mark {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(168, 255, 0, .27);
  border-radius: 12px;
  color: var(--v-lime);
  background: rgba(168, 255, 0, .055);
  font-size: 17px;
}

.product-price-identity {
  min-width: 0;
}

.product-price-identity small {
  display: block;
  margin-bottom: 5px;
  color: var(--v-lime);
  font: 700 9px/1 var(--v-mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.product-price-identity h3 {
  margin: 0;
  color: #f5f7f2;
  font-size: 24px;
  font-weight: 560;
  letter-spacing: -.04em;
}

.product-price-identity p {
  max-width: 690px;
  margin: 7px 0 0;
  overflow: hidden;
  color: #858d80;
  font-size: 12px;
  line-height: 1.55;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-price-details {
  min-height: 40px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  color: #b4bbae;
  background: #111510;
  font-size: 11px;
  font-weight: 700;
  transition: border-color .18s ease, color .18s ease, background-color .18s ease;
}

.product-price-details:hover {
  border-color: rgba(168, 255, 0, .34);
  color: var(--v-lime);
  background: rgba(168, 255, 0, .035);
}

.product-price-plans {
  padding: 17px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 11px;
}

.product-price-plan {
  position: relative;
  min-width: 0;
  min-height: 272px;
  padding: 19px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, .095);
  border-radius: 13px;
  color: #eef2ea;
  background: #10130f;
  transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.product-price-plan:not(.is-unavailable):hover {
  border-color: rgba(168, 255, 0, .38);
  background: rgba(168, 255, 0, .045);
  transform: translateY(-3px);
}

.product-price-plan-number {
  position: absolute;
  top: 12px;
  right: 15px;
  color: rgba(255, 255, 255, .055);
  font: 620 48px/.9 var(--v-display);
  letter-spacing: -.07em;
  pointer-events: none;
}

.product-price-plan-copy {
  position: relative;
  z-index: 1;
}

.product-price-plan-copy small {
  display: block;
  color: var(--v-lime);
  font: 700 9px/1 var(--v-mono);
  letter-spacing: .09em;
  text-transform: uppercase;
}

.product-price-plan-copy h4 {
  margin: 13px 0 8px;
  color: #f5f7f2;
  font-size: 24px;
  font-weight: 560;
  letter-spacing: -.04em;
}

.product-price-plan-copy p {
  max-width: 240px;
  margin: 0;
  color: #81897c;
  font-size: 11px;
  line-height: 1.6;
}

.product-price-value {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 22px;
  display: grid;
  gap: 5px;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.product-price-value strong {
  color: #f5f7f2;
  font: 620 29px/1 var(--v-display);
  letter-spacing: -.045em;
}

.product-price-value span {
  color: #727a6e;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.product-price-action {
  min-height: 38px;
  margin-top: 16px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid var(--v-lime);
  border-radius: 8px;
  color: #050704;
  background: var(--v-lime);
  font-size: 11px;
  font-weight: 780;
}

.product-price-plan.is-unavailable {
  border-style: dashed;
  color: #777e73;
  background: #0d100c;
}

.product-price-plan.is-unavailable .product-price-plan-copy small,
.product-price-plan.is-unavailable .product-price-plan-copy h4,
.product-price-plan.is-unavailable .product-price-value strong {
  color: #8a9185;
}

.product-price-plan.is-unavailable .product-price-action {
  border-color: rgba(255, 255, 255, .08);
  color: #686f64;
  background: #111410;
}

.product-prices-policy {
  min-height: 64px;
  margin-top: 14px;
  padding: 12px 17px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 11px;
  background: rgba(255, 255, 255, .018);
}

.product-prices-policy span {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #858d80;
  font-size: 10px;
  text-align: center;
}

.product-prices-policy i {
  color: var(--v-lime);
}

.product-prices-state {
  min-height: 330px;
  padding: 42px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px dashed rgba(255, 255, 255, .12);
  border-radius: 16px;
  color: #7f877a;
  background: #0a0d09;
  text-align: center;
}

.product-prices-spinner,
.product-prices-state-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(168, 255, 0, .25);
  border-radius: 11px;
  color: var(--v-lime);
  background: rgba(168, 255, 0, .045);
}

.product-prices-spinner {
  width: 28px;
  height: 28px;
  border: 2px solid #20251e;
  border-top-color: var(--v-lime);
  border-radius: 50%;
  background: transparent;
  animation: product-prices-spin .8s linear infinite;
}

.product-prices-state strong {
  color: #e9ede5;
  font: 560 19px/1.25 var(--v-display);
}

.product-prices-state p {
  max-width: 500px;
  margin: 9px 0 0;
  color: #777f72;
  font-size: 12px;
  line-height: 1.6;
}

.product-prices-state > div {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.product-prices-state button,
.product-prices-state a {
  min-height: 40px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  color: #d3d8cf;
  background: #121611;
  cursor: pointer;
  font-size: 11px;
  font-weight: 720;
}

.product-prices-state button:hover,
.product-prices-state a:hover {
  border-color: rgba(168, 255, 0, .38);
  color: var(--v-lime);
}

@keyframes product-prices-spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 900px) {
  .product-prices-head { grid-template-columns: 1fr; gap: 18px; }
  .product-prices-head > p { max-width: 650px; }
  .product-price-group-head { grid-template-columns: 48px minmax(0, 1fr); }
  .product-price-mark { width: 48px; height: 48px; }
  .product-price-details { grid-column: 1 / -1; justify-self: start; }
  .product-price-plans { grid-template-columns: 1fr; }
  .product-price-plan { min-height: 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 17px 24px; }
  .product-price-value { min-width: 150px; margin-top: 0; padding: 0 0 0 20px; align-content: center; border-top: 0; border-left: 1px solid rgba(255, 255, 255, .08); }
  .product-price-action { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .product-prices-head { margin-bottom: 25px; }
  .product-price-group { border-radius: 13px; }
  .product-price-group-head { padding: 19px 17px; grid-template-columns: 42px minmax(0, 1fr); gap: 13px; }
  .product-price-mark { width: 42px; height: 42px; border-radius: 9px; }
  .product-price-identity h3 { font-size: 21px; }
  .product-price-identity p { white-space: normal; }
  .product-price-details { width: 100%; }
  .product-price-plans { padding: 10px; gap: 8px; }
  .product-price-plan { padding: 17px; display: flex; min-height: 250px; }
  .product-price-value { min-width: 0; margin-top: auto; padding: 20px 0 0; border-top: 1px solid rgba(255, 255, 255, .08); border-left: 0; }
  .product-price-action { width: 100%; }
  .product-prices-policy { grid-template-columns: 1fr; padding: 15px; }
  .product-prices-policy span { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  .product-price-plan,
  .product-price-details,
  .product-prices-spinner {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
}

/* Product price metadata remains readable in normal and unavailable states. */
.product-price-value span {
  color: #939c8e;
}

.product-price-plan.is-unavailable .product-price-action {
  color: #939c8e;
}

/* FiveM FAQ: product-focused card grid replacing the previous split accordion. */
.fivem-faq-section {
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, .07);
  background:
    radial-gradient(circle at 8% 12%, rgba(168, 255, 0, .07), transparent 27%),
    #070907;
}

.fivem-faq-head {
  margin-bottom: 28px;
  padding: 30px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, .65fr);
  align-items: end;
  gap: 54px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 14px;
  background: linear-gradient(125deg, rgba(168, 255, 0, .045), transparent 42%), #0d100c;
}

.fivem-faq-intro h2 {
  max-width: 760px;
  margin: 13px 0 0;
  color: #f4f7f1;
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 650;
  letter-spacing: -.065em;
  line-height: .98;
}

.fivem-faq-intro h2 span {
  color: var(--v-lime);
}

.fivem-faq-intro > p {
  max-width: 650px;
  margin: 19px 0 22px;
  color: #a1a99b;
  font-size: 14px;
  line-height: 1.7;
}

.fivem-faq-facts {
  display: grid;
  gap: 7px;
}

.fivem-faq-facts > div {
  min-height: 61px;
  padding: 11px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 8px;
  background: #0a0d09;
}

.fivem-faq-facts small {
  color: #8d9688;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.fivem-faq-facts strong {
  color: #e8ece5;
  font-size: 12px;
  text-align: right;
}

.fivem-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 12px;
  border: 0;
}

.fivem-faq-grid .faq-item {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 11px;
  background: #0c0f0b;
  transition: border-color .18s ease, background-color .18s ease;
}

.fivem-faq-grid .faq-item.active {
  border-color: rgba(168, 255, 0, .34);
  background: rgba(168, 255, 0, .035);
}

.fivem-faq-grid .faq-question {
  min-height: 116px;
  padding: 19px 20px;
  align-items: flex-start;
  gap: 18px;
}

.faq-question-copy {
  min-width: 0;
  display: grid;
  gap: 9px;
}

.faq-question-copy small {
  color: var(--v-lime);
  font: 700 9px/1 var(--v-mono);
  letter-spacing: .09em;
  text-transform: uppercase;
}

.faq-question-copy strong {
  color: #edf1e9;
  font: 600 18px/1.35 var(--v-display);
  letter-spacing: -.025em;
}

.faq-toggle {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  color: var(--v-lime);
  background: #111510;
}

.fivem-faq-grid .faq-question .faq-toggle i {
  width: auto;
  font-size: 11px;
}

.fivem-faq-grid .faq-answer p {
  max-width: none;
  padding: 0 20px;
  color: #a0a89a;
  font-size: 13px;
  line-height: 1.7;
}

.fivem-faq-grid .faq-item.active .faq-answer p {
  padding-bottom: 21px;
}

@media (max-width: 900px) {
  .fivem-faq-head { grid-template-columns: 1fr; gap: 26px; }
  .fivem-faq-facts { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .fivem-faq-facts > div { align-items: flex-start; flex-direction: column; justify-content: center; gap: 6px; }
  .fivem-faq-facts strong { text-align: left; }
}

@media (max-width: 700px) {
  .fivem-faq-head { padding: 21px 17px; border-radius: 10px; }
  .fivem-faq-intro h2 { font-size: 39px; }
  .fivem-faq-facts { grid-template-columns: 1fr; }
  .fivem-faq-facts > div { min-height: 54px; align-items: center; flex-direction: row; justify-content: space-between; }
  .fivem-faq-grid { grid-template-columns: 1fr; }
  .fivem-faq-grid .faq-question { min-height: 104px; padding: 17px; }
  .faq-question-copy strong { font-size: 17px; }
  .fivem-faq-grid .faq-answer p { padding-inline: 17px; }
}

/* Unified public navigation: one polished shell and one mobile menu across every HTML route. */
.v-nav,
body.vyron-home .home-nav,
body.vyron-home .home-nav.is-scrolled {
  top: 14px;
  width: min(1240px, calc(100% - 32px));
  isolation: isolate;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.v-nav.is-scrolled,
body.vyron-home .home-nav.is-scrolled {
  top: 9px;
  width: min(1180px, calc(100% - 28px));
}

.v-nav::after,
body.vyron-home .home-nav::after,
body.vyron-home .home-nav.is-scrolled::after {
  display: none;
}

.v-nav__shell,
body.vyron-home .home-nav-inner,
.v-nav.is-scrolled .v-nav__shell,
body.vyron-home .home-nav.is-scrolled .home-nav-inner,
.v-nav.menu-open .v-nav__shell,
body.vyron-home .home-nav.menu-open .home-nav-inner {
  position: relative;
  width: 100%;
  min-height: 68px;
  margin: 0;
  padding: 8px 9px 8px 16px;
  gap: 22px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 17px;
  background:
    linear-gradient(120deg, rgba(168, 255, 0, .045), transparent 27%),
    rgba(8, 11, 8, .9);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .3), inset 0 1px rgba(255, 255, 255, .035);
  backdrop-filter: blur(22px) saturate(125%);
  -webkit-backdrop-filter: blur(22px) saturate(125%);
  transition: min-height .22s ease, border-color .22s ease, background-color .22s ease, box-shadow .22s ease;
}

.v-nav.is-scrolled .v-nav__shell,
body.vyron-home .home-nav.is-scrolled .home-nav-inner {
  min-height: 64px;
  border-color: rgba(168, 255, 0, .14);
  background:
    linear-gradient(120deg, rgba(168, 255, 0, .055), transparent 27%),
    rgba(7, 10, 7, .95);
  box-shadow: 0 16px 44px rgba(0, 0, 0, .4), inset 0 1px rgba(255, 255, 255, .035);
}

.v-nav.menu-open .v-nav__shell,
body.vyron-home .home-nav.menu-open .home-nav-inner {
  border-color: rgba(168, 255, 0, .32);
}

.v-nav .v-brand,
body.vyron-home .home-brand {
  min-height: 46px;
  padding-right: 2px;
  gap: 10px;
  color: #f7faf4;
  font-size: 17px;
  font-weight: 760;
  letter-spacing: -.025em;
}

.v-nav .v-brand__mark,
body.vyron-home .home-brand img {
  width: 34px;
  height: 34px;
  filter: brightness(0) saturate(100%) invert(88%) sepia(100%) saturate(3362%) hue-rotate(30deg) brightness(111%) contrast(115%) drop-shadow(0 0 12px rgba(168, 255, 0, .12));
}

.v-nav .v-brand__word,
body.vyron-home .home-brand .v-brand__word {
  line-height: 1;
}

.v-nav__links,
body.vyron-home .home-nav-links {
  margin-inline: auto;
  padding: 4px;
  display: flex;
  align-items: center;
  gap: 2px;
  border: 1px solid rgba(255, 255, 255, .065);
  border-radius: 12px;
  background: rgba(255, 255, 255, .022);
}

.v-nav__link,
body.vyron-home .home-nav-links > a {
  min-height: 38px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #92998d;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .005em;
  transition: color .18s ease, border-color .18s ease, background-color .18s ease;
}

.v-nav__link::after,
body.vyron-home .home-nav-links > a::after {
  display: none;
}

.v-nav__link:hover,
body.vyron-home .home-nav-links > a:hover {
  border-color: rgba(255, 255, 255, .075);
  color: #f4f7f1;
  background: rgba(255, 255, 255, .04);
}

.v-nav__link.is-active,
body.vyron-home .home-nav-links > a.is-active,
.v-nav__link[aria-current="page"],
body.vyron-home .home-nav-links > a[aria-current="page"] {
  border-color: rgba(168, 255, 0, .18);
  color: var(--v-lime);
  background: rgba(168, 255, 0, .075);
  box-shadow: inset 0 0 0 1px rgba(168, 255, 0, .025);
}

.v-nav__actions,
body.vyron-home .home-nav-actions {
  gap: 7px;
}

.v-nav__text,
body.vyron-home .home-link {
  min-height: 42px;
  padding: 0 11px;
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  color: #9ca396;
  font-size: 11px;
  font-weight: 650;
  transition: color .18s ease, background-color .18s ease;
}

.v-nav__text:hover,
body.vyron-home .home-link:hover,
.v-nav__text.is-active,
body.vyron-home .home-link.is-active {
  color: #f3f6f0;
  background: rgba(255, 255, 255, .04);
}

.v-nav__text.is-active,
body.vyron-home .home-link.is-active {
  color: var(--v-lime);
}

.v-nav__actions > .v-button,
body.vyron-home .home-nav-actions > .home-button {
  min-height: 44px;
  padding-inline: 15px;
  border-radius: 9px;
  white-space: nowrap;
}

.v-nav__toggle,
body.vyron-home .home-menu-toggle {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border-color: rgba(255, 255, 255, .11);
  border-radius: 9px;
  background: rgba(255, 255, 255, .035);
  transition: border-color .18s ease, color .18s ease, background-color .18s ease;
}

.v-nav__toggle:hover,
body.vyron-home .home-menu-toggle:hover,
.v-nav__toggle[aria-expanded="true"],
body.vyron-home .home-menu-toggle[aria-expanded="true"] {
  border-color: rgba(168, 255, 0, .35);
  color: var(--v-lime);
  background: rgba(168, 255, 0, .065);
}

.v-nav__toggle .v-icon,
body.vyron-home .home-menu-toggle .v-icon {
  width: 19px;
  height: 19px;
}

.v-nav a:focus-visible,
.v-nav button:focus-visible,
body.vyron-home .home-nav a:focus-visible,
body.vyron-home .home-nav button:focus-visible {
  outline: 2px solid var(--v-lime);
  outline-offset: 3px;
}

@media (max-width: 1060px) {
  .v-nav__text,
  body.vyron-home .home-link { display: none; }
}

@media (max-width: 960px) {
  .v-nav,
  .v-nav.is-scrolled,
  body.vyron-home .home-nav,
  body.vyron-home .home-nav.is-scrolled {
    top: 10px;
    width: calc(100% - 24px);
  }

  .v-nav__shell,
  body.vyron-home .home-nav-inner,
  .v-nav.is-scrolled .v-nav__shell,
  body.vyron-home .home-nav.is-scrolled .home-nav-inner,
  .v-nav.menu-open .v-nav__shell,
  body.vyron-home .home-nav.menu-open .home-nav-inner {
    width: 100%;
    min-height: 64px;
    padding: 8px 9px 8px 13px;
    gap: 10px;
    border-radius: 15px;
  }

  .v-nav__links,
  body.vyron-home .home-nav-links {
    position: absolute;
    z-index: 5;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    width: auto;
    max-height: calc(100svh - 104px);
    margin: 0;
    padding: 9px;
    overflow-y: auto;
    display: grid;
    align-items: stretch;
    gap: 4px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 13px;
    background:
      linear-gradient(135deg, rgba(168, 255, 0, .045), transparent 38%),
      rgba(8, 12, 7, .98);
    box-shadow: 0 24px 65px rgba(0, 0, 0, .55);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px) scale(.985);
    transform-origin: top;
    transition: opacity .2s ease, visibility .2s ease, transform .24s var(--v-ease);
    backdrop-filter: blur(24px) saturate(125%);
    -webkit-backdrop-filter: blur(24px) saturate(125%);
  }

  .v-nav.menu-open .v-nav__links,
  body.vyron-home .home-nav.menu-open .home-nav-links {
    display: grid;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .v-nav__link,
  body.vyron-home .home-nav-links > a {
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    justify-content: flex-start;
    border-radius: 8px;
    font-size: 13px;
  }

  .v-nav__link:hover,
  body.vyron-home .home-nav-links > a:hover,
  .v-nav__link.is-active,
  body.vyron-home .home-nav-links > a.is-active {
    background: rgba(168, 255, 0, .065);
  }

  .v-nav__actions,
  body.vyron-home .home-nav-actions {
    margin-left: auto;
  }

  .v-nav__toggle,
  body.vyron-home .home-menu-toggle {
    display: grid;
  }
}

@media (max-width: 700px) {
  .v-nav,
  .v-nav.is-scrolled,
  body.vyron-home .home-nav,
  body.vyron-home .home-nav.is-scrolled {
    top: 8px;
    width: calc(100% - 16px);
  }

  .v-nav__shell,
  body.vyron-home .home-nav-inner,
  .v-nav.is-scrolled .v-nav__shell,
  body.vyron-home .home-nav.is-scrolled .home-nav-inner,
  .v-nav.menu-open .v-nav__shell,
  body.vyron-home .home-nav.menu-open .home-nav-inner {
    min-height: 60px;
    padding: 7px 8px 7px 11px;
    border-radius: 13px;
  }

  .v-nav .v-brand,
  body.vyron-home .home-brand {
    min-height: 42px;
    gap: 8px;
    font-size: 16px;
  }

  .v-nav .v-brand__mark,
  body.vyron-home .home-brand img {
    width: 31px;
    height: 31px;
  }

  .v-nav__actions > .v-button,
  body.vyron-home .home-nav-actions > .home-button {
    width: auto;
    min-height: 42px;
    padding-inline: 12px;
  }

  .v-nav__toggle,
  body.vyron-home .home-menu-toggle {
    width: 42px;
    height: 42px;
  }

  .v-nav__links,
  body.vyron-home .home-nav-links {
    top: calc(100% + 8px);
    border-radius: 11px;
  }
}

@media (max-width: 430px) {
  .v-nav__actions,
  body.vyron-home .home-nav-actions { gap: 5px; }

  .v-nav__actions > .v-button,
  body.vyron-home .home-nav-actions > .home-button {
    width: 42px;
    padding: 0;
  }

  .v-nav__actions > .v-button > span:not([data-icon]),
  body.vyron-home .home-nav-actions > .home-button > span:not([data-icon]) {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
}

/* Mobile navigation disclosure and Contact visibility correction. */
.v-nav__mobile-contact,
.vyron-site .home-nav-links > .v-nav__mobile-contact { display: none; }

@media (min-width: 961px) {
  .v-nav__actions > .v-nav__text,
  .vyron-site .home-nav-actions > .home-link { display: inline-flex; }
}

@media (max-width: 960px) {
  .v-nav__actions > .v-nav__text,
  .vyron-site .home-nav-actions > .home-link { display: none; }
  .v-nav__mobile-contact,
  .vyron-site .home-nav-links > .v-nav__mobile-contact { display: flex; }
}


/* Restored pre-redesign public navigation — shared by every public route. */
.v-progress {
  height: 2px;
  box-shadow: 0 0 16px var(--v-glow);
}

.v-nav,
body.vyron-home .home-nav {
  position: fixed;
  z-index: 1100;
  top: 18px;
  left: 50%;
  width: min(1340px, calc(100% - 36px));
  isolation: auto;
  transform: translateX(-50%);
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: top .35s var(--v-ease), width .35s var(--v-ease), background .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.v-nav.is-scrolled,
body.vyron-home .home-nav.is-scrolled {
  top: 10px;
  width: min(1240px, calc(100% - 28px));
}

.v-nav__shell,
body.vyron-home .home-nav-inner,
.v-nav.is-scrolled .v-nav__shell,
body.vyron-home .home-nav.is-scrolled .home-nav-inner,
.v-nav.menu-open .v-nav__shell,
body.vyron-home .home-nav.menu-open .home-nav-inner {
  position: relative;
  width: 100%;
  min-height: 70px;
  margin: 0;
  padding: 10px 12px 10px 18px;
  gap: 36px;
  border: 1px solid transparent;
  border-radius: 18px;
  background: rgba(5, 5, 5, .2);
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: inherit;
}

.v-nav.is-scrolled .v-nav__shell,
body.vyron-home .home-nav.is-scrolled .home-nav-inner,
.v-nav.menu-open .v-nav__shell,
body.vyron-home .home-nav.menu-open .home-nav-inner {
  min-height: 70px;
  border-color: var(--v-line-strong);
  background: rgba(9, 9, 9, .84);
  box-shadow: 0 18px 65px rgba(0, 0, 0, .46);
  backdrop-filter: blur(24px) saturate(140%);
  -webkit-backdrop-filter: blur(24px) saturate(140%);
}

.v-nav .v-brand,
body.vyron-home .home-brand {
  min-height: 0;
  padding-right: 0;
  gap: 11px;
  color: #fff;
  font-family: var(--v-display);
  font-size: 18px;
  font-weight: 650;
  letter-spacing: -.035em;
}

.v-nav .v-brand__mark,
body.vyron-home .home-brand img {
  width: 32px;
  height: 32px;
  filter: brightness(0) saturate(100%) invert(88%) sepia(100%) saturate(3362%) hue-rotate(30deg) brightness(111%) contrast(115%);
}

.v-nav .v-brand__word,
body.vyron-home .home-brand .v-brand__word {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  line-height: 1;
}

.v-nav .v-brand__word::after,
body.vyron-home .home-brand .v-brand__word::after {
  content: "PUBLIC";
  padding: 4px 6px;
  display: inline-flex;
  border: 1px solid var(--v-line-strong);
  border-radius: 5px;
  color: var(--v-dim);
  font: 600 8px/1 var(--v-mono);
  letter-spacing: .12em;
}

.v-nav__links,
body.vyron-home .home-nav-links {
  margin-inline: auto;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.v-nav__link,
body.vyron-home .home-nav-links > a {
  position: relative;
  width: auto;
  min-height: 0;
  padding: 10px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  color: #969696;
  font-size: 13px;
  font-weight: 560;
  letter-spacing: normal;
  transition: color .2s ease;
}

.v-nav__link::after,
body.vyron-home .home-nav-links > a::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 5px;
  left: 12px;
  height: 1px;
  display: block;
  transform: scaleX(0);
  transform-origin: right;
  background: var(--v-lime);
  transition: transform .25s var(--v-ease);
}

.v-nav__link:hover,
.v-nav__link.is-active,
.v-nav__link[aria-current="page"],
body.vyron-home .home-nav-links > a:hover,
body.vyron-home .home-nav-links > a.is-active,
body.vyron-home .home-nav-links > a[aria-current="page"] {
  border: 0;
  color: #fff;
  background: none;
  box-shadow: none;
}

.v-nav__link:hover::after,
.v-nav__link.is-active::after,
.v-nav__link[aria-current="page"]::after,
body.vyron-home .home-nav-links > a:hover::after,
body.vyron-home .home-nav-links > a.is-active::after,
body.vyron-home .home-nav-links > a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.v-nav .v-nav__mobile-contact,
body.vyron-home .home-nav-links > .v-nav__mobile-contact {
  display: none;
}

.v-nav__actions,
body.vyron-home .home-nav-actions {
  gap: 9px;
}

.v-nav__text,
body.vyron-home .home-link {
  min-height: 0;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  border-radius: 0;
  color: var(--v-muted);
  background: transparent;
  font-size: 12px;
  font-weight: 600;
}

.v-nav__text:hover,
.v-nav__text.is-active,
body.vyron-home .home-link:hover,
body.vyron-home .home-link.is-active {
  color: #fff;
  background: transparent;
}

.v-nav__actions > .v-button,
body.vyron-home .home-nav-actions > .home-button {
  position: relative;
  isolation: isolate;
  min-height: 48px;
  padding: 0 20px;
  gap: 10px;
  overflow: hidden;
  border: 1px solid var(--v-lime);
  border-radius: 12px;
  background: var(--v-lime);
  color: #071000;
  box-shadow: 0 10px 34px rgba(168, 255, 0, .14);
  font-size: 12px;
  font-weight: 680;
  letter-spacing: .01em;
  white-space: nowrap;
  transition: transform .25s var(--v-ease), border-color .25s ease, background .25s ease, box-shadow .25s ease, color .25s ease;
}

.v-nav__actions > .v-button::before,
body.vyron-home .home-nav-actions > .home-button::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  display: block;
  background: linear-gradient(110deg, transparent 15%, rgba(255, 255, 255, .23) 50%, transparent 85%);
  transform: translateX(-120%);
  transition: transform .6s var(--v-ease);
}

.v-nav__actions > .v-button:hover::before,
body.vyron-home .home-nav-actions > .home-button:hover::before {
  transform: translateX(120%);
}

.v-nav__actions > .v-button:hover,
body.vyron-home .home-nav-actions > .home-button:hover {
  transform: translateY(-2px);
  border-color: var(--v-lime-bright);
  background: var(--v-lime-bright);
  color: #050505;
  box-shadow: 0 16px 44px rgba(168, 255, 0, .24);
}

.v-nav__toggle,
body.vyron-home .home-menu-toggle {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: none;
  place-items: center;
  border: 1px solid var(--v-line-strong);
  border-radius: 11px;
  background: rgba(255, 255, 255, .035);
  color: #fff;
}

.v-nav__toggle:hover,
.v-nav__toggle[aria-expanded="true"],
body.vyron-home .home-menu-toggle:hover,
body.vyron-home .home-menu-toggle[aria-expanded="true"] {
  border-color: var(--v-line-strong);
  color: #fff;
  background: rgba(255, 255, 255, .055);
}

.v-nav__toggle .v-icon,
body.vyron-home .home-menu-toggle .v-icon {
  width: 19px;
  height: 19px;
}

@media (max-width: 1180px) {
  .v-nav__links,
  body.vyron-home .home-nav-links { gap: 0; }

  .v-nav__link,
  body.vyron-home .home-nav-links > a { padding-inline: 9px; }

  .v-nav__text,
  body.vyron-home .home-link { display: inline-flex; }
}

@media (max-width: 960px) {
  .v-nav__links,
  body.vyron-home .home-nav-links {
    position: absolute;
    z-index: 5;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    width: auto;
    max-height: calc(100svh - 110px);
    margin: 0;
    padding: 12px;
    overflow-y: auto;
    display: grid;
    align-items: stretch;
    gap: 4px;
    border: 1px solid var(--v-line-strong);
    border-radius: 15px;
    background: rgba(9, 9, 9, .96);
    box-shadow: var(--v-shadow);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity .2s ease, visibility .2s ease, transform .25s var(--v-ease);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
  }

  .v-nav.menu-open .v-nav__links,
  body.vyron-home .home-nav.menu-open .home-nav-links {
    display: grid;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .v-nav__link,
  body.vyron-home .home-nav-links > a {
    width: 100%;
    min-height: 43px;
    padding: 0 12px;
    display: flex;
    justify-content: flex-start;
    border-radius: 8px;
  }

  .v-nav__link::after,
  body.vyron-home .home-nav-links > a::after { display: none; }

  .v-nav__link:hover,
  .v-nav__link.is-active,
  body.vyron-home .home-nav-links > a:hover,
  body.vyron-home .home-nav-links > a.is-active {
    background: rgba(255, 255, 255, .04);
  }

  .v-nav__text,
  body.vyron-home .home-link { display: none; }

  .v-nav .v-nav__mobile-contact,
  body.vyron-home .home-nav-links > .v-nav__mobile-contact { display: flex; }

  .v-nav__toggle,
  body.vyron-home .home-menu-toggle { display: grid; }

  .v-nav .v-brand__word::after,
  body.vyron-home .home-brand .v-brand__word::after { display: none; }
}

@media (max-width: 700px) {
  .v-nav,
  .v-nav.is-scrolled,
  body.vyron-home .home-nav,
  body.vyron-home .home-nav.is-scrolled {
    top: 8px;
    width: calc(100% - 16px);
  }

  .v-nav__shell,
  body.vyron-home .home-nav-inner,
  .v-nav.is-scrolled .v-nav__shell,
  body.vyron-home .home-nav.is-scrolled .home-nav-inner,
  .v-nav.menu-open .v-nav__shell,
  body.vyron-home .home-nav.menu-open .home-nav-inner {
    min-height: 60px;
    padding: 8px 8px 8px 12px;
    gap: 10px;
    border-color: var(--v-line);
    border-radius: 18px;
    background: rgba(9, 9, 9, .82);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .v-nav .v-brand,
  body.vyron-home .home-brand {
    gap: 8px;
    font-size: 16px;
  }

  .v-nav .v-brand__mark,
  body.vyron-home .home-brand img {
    width: 28px;
    height: 28px;
  }

  .v-nav__actions,
  body.vyron-home .home-nav-actions { margin-left: auto; }

  .v-nav__actions > .v-button,
  body.vyron-home .home-nav-actions > .home-button {
    width: 42px;
    min-height: 42px;
    padding: 0;
  }

  .v-nav__actions > .v-button > span:not([data-icon]),
  body.vyron-home .home-nav-actions > .home-button > span:not([data-icon]) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
  }
}

@media (max-width: 430px) {
  .v-nav__actions > .v-button,
  body.vyron-home .home-nav-actions > .home-button {
    width: 38px;
    min-height: 38px;
  }
}


/* Original-navbar fidelity corrections after responsive/runtime review. */
body.vyron-home .home-nav-actions > .home-button:hover {
  transform: translateY(-2px) !important;
}

@media (max-width: 960px) {
  .v-nav__links,
  body.vyron-home .home-nav-links {
    transition: opacity .2s ease, transform .25s var(--v-ease);
  }
}

@media (max-width: 700px) {
  .v-nav.is-scrolled,
  body.vyron-home .home-nav.is-scrolled {
    top: 10px;
    width: min(1240px, calc(100% - 28px));
  }

  .v-nav.is-scrolled .v-nav__shell,
  body.vyron-home .home-nav.is-scrolled .home-nav-inner,
  .v-nav.menu-open .v-nav__shell,
  body.vyron-home .home-nav.menu-open .home-nav-inner {
    border-color: var(--v-line-strong);
    background: rgba(9, 9, 9, .84);
    box-shadow: 0 18px 65px rgba(0, 0, 0, .46);
    backdrop-filter: blur(24px) saturate(140%);
    -webkit-backdrop-filter: blur(24px) saturate(140%);
  }
}

@media (max-width: 430px) {
  .v-nav__actions > .v-button,
  body.vyron-home .home-nav-actions > .home-button {
    width: 42px;
    min-height: 42px;
  }
}


/* Homepage composition v18: larger integrated navigation, expanded hero and continuous ambience. */
body.vyron-home {
  background: #080c08;
}

body.vyron-home main {
  overflow: hidden;
  background:
    radial-gradient(ellipse 76% 16% at 84% 5%, rgba(168, 255, 0, .12), transparent 72%),
    radial-gradient(ellipse 74% 15% at 7% 23%, rgba(118, 211, 0, .075), transparent 74%),
    radial-gradient(ellipse 68% 14% at 94% 43%, rgba(168, 255, 0, .065), transparent 76%),
    radial-gradient(ellipse 72% 15% at 5% 65%, rgba(126, 218, 0, .07), transparent 76%),
    radial-gradient(ellipse 74% 14% at 90% 84%, rgba(168, 255, 0, .06), transparent 76%),
    linear-gradient(180deg, #080d08 0%, #0a1109 24%, #080d08 47%, #091108 70%, #080d08 100%);
}

body.vyron-home main > .v-section,
body.vyron-home .product-prices-section,
body.vyron-home #platform,
body.vyron-home .v-architecture,
body.vyron-home #security,
body.vyron-home .v-stats,
body.vyron-home .fivem-faq-section,
body.vyron-home .v-final-cta {
  position: relative;
  isolation: isolate;
  border-color: rgba(168, 255, 0, .055);
  background: transparent;
}

body.vyron-home main > .v-section::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 46% 62% at 8% 50%, rgba(168, 255, 0, .035), transparent 72%);
}

body.vyron-home main > .v-section:nth-of-type(even)::before {
  background: radial-gradient(ellipse 46% 62% at 92% 50%, rgba(168, 255, 0, .035), transparent 72%);
}

body.vyron-home main > .v-section > .v-container,
body.vyron-home .v-final-cta > .v-container {
  position: relative;
  z-index: 1;
}

body.vyron-home .v-trust-rail {
  border-color: rgba(168, 255, 0, .09);
  background: linear-gradient(90deg, rgba(13, 20, 9, .68), rgba(9, 16, 8, .48) 50%, rgba(13, 20, 9, .68));
  box-shadow: inset 0 1px rgba(255, 255, 255, .018), inset 0 -1px rgba(168, 255, 0, .025);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body.vyron-home .v-footer {
  border-top-color: rgba(168, 255, 0, .07);
  background: linear-gradient(180deg, rgba(8, 12, 8, .52), #070a07 58%);
}

/* Navigation is a wide top layer of the hero rather than a detached pill. */
body.vyron-home .home-nav,
body.vyron-home .home-nav.is-scrolled {
  top: 10px;
  width: min(1420px, calc(100% - 28px));
  isolation: isolate;
  background: transparent;
}

body.vyron-home .home-nav.is-scrolled {
  top: 7px;
  width: min(1340px, calc(100% - 24px));
}

body.vyron-home .home-nav::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: -16px -22px -30px;
  pointer-events: none;
  background: radial-gradient(ellipse at 50% 20%, rgba(168, 255, 0, .085), transparent 70%);
  filter: blur(18px);
  opacity: .78;
}

body.vyron-home .home-nav::after,
body.vyron-home .home-nav.is-scrolled::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: calc(100% - 1px);
  right: 3%;
  left: 3%;
  height: 34px;
  display: block;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(10, 16, 9, .46), transparent);
  filter: blur(4px);
}

body.vyron-home .home-nav-inner,
body.vyron-home .home-nav.is-scrolled .home-nav-inner,
body.vyron-home .home-nav.open .home-nav-inner,
body.vyron-home .home-nav.menu-open .home-nav-inner {
  width: 100%;
  min-height: 80px;
  padding: 11px 13px 11px 21px;
  gap: 28px;
  border: 1px solid rgba(168, 255, 0, .12);
  border-radius: 20px;
  background:
    linear-gradient(112deg, rgba(168, 255, 0, .065), transparent 25%),
    rgba(8, 13, 7, .86);
  box-shadow: 0 18px 58px rgba(0, 0, 0, .28), inset 0 1px rgba(255, 255, 255, .035);
  backdrop-filter: blur(24px) saturate(125%);
  -webkit-backdrop-filter: blur(24px) saturate(125%);
}

body.vyron-home .home-nav.is-scrolled .home-nav-inner {
  min-height: 72px;
  border-color: rgba(168, 255, 0, .18);
  background:
    linear-gradient(112deg, rgba(168, 255, 0, .07), transparent 25%),
    rgba(7, 12, 7, .94);
  box-shadow: 0 16px 48px rgba(0, 0, 0, .38), inset 0 1px rgba(255, 255, 255, .035);
}

body.vyron-home .home-brand {
  min-height: 52px;
  gap: 12px;
  font-size: 20px;
  font-weight: 740;
}

body.vyron-home .home-brand img {
  width: 38px;
  height: 38px;
  filter: brightness(0) saturate(100%) invert(88%) sepia(100%) saturate(3362%) hue-rotate(30deg) brightness(111%) contrast(115%) drop-shadow(0 0 14px rgba(168, 255, 0, .18));
}

body.vyron-home .home-nav-links {
  margin-inline: auto;
  padding: 5px;
  gap: 3px;
  border: 1px solid rgba(255, 255, 255, .065);
  border-radius: 13px;
  background: rgba(3, 7, 3, .28);
}

body.vyron-home .home-nav-links > a {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 9px;
  color: #a2aa9d;
  font-size: 13px;
  font-weight: 640;
}

body.vyron-home .home-nav-links > a::after { display: none; }

body.vyron-home .home-nav-links > a:hover,
body.vyron-home .home-nav-links > a.is-active,
body.vyron-home .home-nav-links > a[aria-current="page"] {
  border-color: rgba(168, 255, 0, .15);
  color: #f4f8f1;
  background: rgba(168, 255, 0, .065);
}

body.vyron-home .home-link {
  min-height: 46px;
  padding-inline: 13px;
  border-radius: 9px;
  color: #a4ac9f;
}

body.vyron-home .home-link:hover {
  color: #f4f8f1;
  background: rgba(255, 255, 255, .035);
}

body.vyron-home .home-nav-actions > .home-button {
  min-height: 50px;
  padding-inline: 19px;
  border-radius: 11px;
}

/* Hero carries more vertical presence and gives the product preview equal weight. */
body.vyron-home .v-hero {
  min-height: clamp(820px, 100svh, 1060px);
  padding: 154px 0 88px;
  align-items: center;
  border-bottom-color: rgba(168, 255, 0, .055);
  background: transparent;
}

body.vyron-home .v-hero::before {
  top: -4%;
  right: -22%;
  width: min(94vw, 1240px);
  height: 108%;
  background: radial-gradient(ellipse at center, rgba(168, 255, 0, .115), rgba(122, 213, 0, .035) 45%, transparent 72%);
  filter: blur(24px);
  opacity: .95;
}

body.vyron-home .v-hero__layout {
  grid-template-columns: minmax(0, .9fr) minmax(540px, 1.1fr);
  gap: clamp(54px, 6vw, 100px);
}

body.vyron-home .v-hero__copy {
  max-width: 760px;
  padding-top: 14px;
}

body.vyron-home .v-hero__status {
  min-height: 34px;
  margin-bottom: 28px;
  padding: 0 12px;
  border: 1px solid rgba(168, 255, 0, .16);
  border-radius: 999px;
  color: #b8c0b3;
  background: rgba(168, 255, 0, .045);
  letter-spacing: .085em;
}

body.vyron-home .v-hero h1 {
  max-width: 760px;
  font-size: clamp(64px, 6.7vw, 100px);
  font-weight: 540;
  line-height: .9;
  letter-spacing: -.078em;
}

body.vyron-home .v-hero__copy > p {
  max-width: 650px;
  margin-top: 30px;
  color: #a0a99a;
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.72;
}

body.vyron-home .v-hero__actions {
  margin-top: 34px;
  gap: 11px;
}

body.vyron-home .v-hero__actions .v-button {
  min-height: 60px;
  padding-inline: 27px;
}

body.vyron-home .v-hero__proof {
  max-width: 650px;
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

body.vyron-home .v-hero__proof > span {
  min-width: 0;
  min-height: 44px;
  padding: 0 11px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 9px;
  color: #9ba496;
  background: rgba(8, 13, 7, .48);
  font-size: 11px;
  font-weight: 620;
  white-space: nowrap;
}

body.vyron-home .v-hero__proof i {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: var(--v-lime);
  box-shadow: 0 0 12px rgba(168, 255, 0, .35);
}

body.vyron-home .v-hero__visual {
  min-height: clamp(520px, 43vw, 680px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

body.vyron-home .v-product-stage {
  width: min(112%, 860px);
  margin-right: -6%;
  padding: 12px;
  border-radius: 24px;
  box-shadow: 0 42px 110px rgba(0, 0, 0, .56), 0 0 88px rgba(168, 255, 0, .11), inset 0 1px rgba(255, 255, 255, .04);
}

body.vyron-home .menu-parallax-container.v-menu-frame {
  border-radius: 15px;
}

body.vyron-home .v-stats .v-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.vyron-home .v-stats .v-metric:last-child strong {
  font-size: clamp(26px, 2.7vw, 40px);
  line-height: 1;
}

@media (max-width: 1180px) {
  body.vyron-home .home-nav-inner,
  body.vyron-home .home-nav.is-scrolled .home-nav-inner { gap: 18px; }
  body.vyron-home .home-nav-links > a { padding-inline: 11px; }
  body.vyron-home .home-link { display: none; }
  body.vyron-home .v-hero__layout { grid-template-columns: minmax(0, .94fr) minmax(480px, 1.06fr); gap: 46px; }
  body.vyron-home .v-product-stage { width: 108%; margin-right: -3%; }
}

@media (max-width: 960px) {
  body.vyron-home .home-nav,
  body.vyron-home .home-nav.is-scrolled {
    top: 8px;
    width: calc(100% - 20px);
  }

  body.vyron-home .home-nav-inner,
  body.vyron-home .home-nav.is-scrolled .home-nav-inner,
  body.vyron-home .home-nav.open .home-nav-inner,
  body.vyron-home .home-nav.menu-open .home-nav-inner {
    min-height: 70px;
    padding: 9px 10px 9px 16px;
    border-color: rgba(168, 255, 0, .13);
    border-radius: 17px;
    background:
      linear-gradient(112deg, rgba(168, 255, 0, .06), transparent 32%),
      rgba(8, 13, 7, .94);
  }

  body.vyron-home .home-nav-links {
    top: calc(100% + 9px);
    padding: 10px;
    border-color: rgba(168, 255, 0, .14);
    border-radius: 14px;
    background:
      linear-gradient(135deg, rgba(168, 255, 0, .05), transparent 42%),
      rgba(7, 12, 7, .98);
  }

  body.vyron-home .home-nav-links > a {
    min-height: 49px;
    padding-inline: 14px;
    justify-content: flex-start;
  }

  body.vyron-home .v-hero {
    min-height: 0;
    padding: 124px 0 72px;
  }

  body.vyron-home .v-hero__layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  body.vyron-home .v-hero__copy { max-width: 760px; }
  body.vyron-home .v-hero h1 { max-width: 720px; font-size: clamp(58px, 10vw, 80px); }
  body.vyron-home .v-hero__visual { min-height: 0; max-width: 780px; margin-inline: auto; }
  body.vyron-home .v-product-stage { width: 100%; margin: 0; }
}

@media (max-width: 700px) {
  body.vyron-home main {
    background:
      radial-gradient(ellipse 118% 11% at 84% 3%, rgba(168, 255, 0, .1), transparent 74%),
      radial-gradient(ellipse 112% 11% at 9% 34%, rgba(120, 208, 0, .065), transparent 76%),
      radial-gradient(ellipse 112% 11% at 91% 68%, rgba(168, 255, 0, .055), transparent 76%),
      linear-gradient(180deg, #080d08, #091108 36%, #080d08 69%, #090e08);
  }

  body.vyron-home .home-nav,
  body.vyron-home .home-nav.is-scrolled {
    top: 6px;
    width: calc(100% - 12px);
  }

  body.vyron-home .home-nav-inner,
  body.vyron-home .home-nav.is-scrolled .home-nav-inner,
  body.vyron-home .home-nav.open .home-nav-inner,
  body.vyron-home .home-nav.menu-open .home-nav-inner {
    min-height: 64px;
    padding: 7px 8px 7px 12px;
    border-radius: 15px;
  }

  body.vyron-home .home-brand { min-height: 46px; font-size: 17px; }
  body.vyron-home .home-brand img { width: 32px; height: 32px; }
  body.vyron-home .home-nav-actions > .home-button,
  body.vyron-home .home-menu-toggle { width: 44px; min-height: 44px; height: 44px; padding: 0; }

  body.vyron-home .v-hero {
    padding: 105px 0 58px;
  }

  body.vyron-home .v-hero::before {
    top: 20%;
    right: -48%;
    width: 140%;
    height: 76%;
  }

  body.vyron-home .v-hero__copy { padding-top: 0; }
  body.vyron-home .v-hero__status { min-height: 31px; margin-bottom: 21px; padding-inline: 10px; font-size: 9px; }
  body.vyron-home .v-hero h1 { font-size: clamp(45px, 12.5vw, 60px); line-height: .94; }
  body.vyron-home .v-hero__copy > p { margin-top: 21px; font-size: 15px; line-height: 1.65; }
  body.vyron-home .v-hero__actions { margin-top: 26px; }
  body.vyron-home .v-hero__actions .v-button { min-height: 54px; }
  body.vyron-home .v-hero__proof { margin-top: 24px; grid-template-columns: 1fr; gap: 6px; }
  body.vyron-home .v-hero__proof > span { min-height: 40px; white-space: normal; }
  body.vyron-home .v-product-stage { padding: 7px; border-radius: 14px; }
  body.vyron-home .menu-parallax-container.v-menu-frame { border-radius: 9px; }
  body.vyron-home .v-stats .v-metrics { grid-template-columns: 1fr; }
  body.vyron-home main > .v-section::before { opacity: .72; }
}

/* Public navigation v4 — unified desktop, tablet and mobile shell. */
.v-nav,
.vyron-site .home-nav {
  top: 14px;
  width: min(1280px, calc(100% - 28px));
  transform: translateX(-50%);
  transition: top .22s ease, width .22s ease;
}
.v-nav.is-scrolled,
.vyron-site .home-nav.is-scrolled {
  top: 8px;
  width: min(1210px, calc(100% - 24px));
}
.v-nav__shell,
.vyron-site .home-nav-inner,
.v-nav.is-scrolled .v-nav__shell,
.vyron-site .home-nav.is-scrolled .home-nav-inner,
.v-nav.menu-open .v-nav__shell,
.vyron-site .home-nav.open .home-nav-inner,
.vyron-site .home-nav.menu-open .home-nav-inner {
  width: 100%;
  min-height: 68px;
  margin: 0;
  padding: 9px 10px 9px 16px;
  gap: 22px;
  border: 1px solid rgba(183, 255, 0, .14);
  border-radius: 16px;
  background:
    linear-gradient(110deg, rgba(183, 255, 0, .045), transparent 30%),
    rgba(7, 10, 7, .9);
  box-shadow: 0 18px 55px rgba(0, 0, 0, .34), inset 0 1px rgba(255, 255, 255, .035);
  backdrop-filter: blur(20px) saturate(135%);
  transition: min-height .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
}
.v-nav.is-scrolled .v-nav__shell,
.vyron-site .home-nav.is-scrolled .home-nav-inner {
  min-height: 62px;
  border-color: rgba(183, 255, 0, .21);
  background: rgba(7, 10, 7, .96);
  box-shadow: 0 14px 44px rgba(0, 0, 0, .42), inset 0 1px rgba(255, 255, 255, .035);
}
.v-nav .v-brand,
.vyron-site .home-nav .home-brand {
  min-width: 150px;
  gap: 10px;
  font-size: 17px;
  font-weight: 760;
  letter-spacing: -.025em;
}
.v-nav .v-brand__mark,
.vyron-site .home-nav .home-brand img {
  width: 31px;
  height: 31px;
  filter: brightness(0) saturate(100%) invert(88%) sepia(100%) saturate(3362%) hue-rotate(30deg) brightness(111%) contrast(115%) drop-shadow(0 0 12px rgba(183, 255, 0, .15));
}
.v-nav .v-brand__word::after,
.vyron-site .home-nav .v-brand__word::after {
  content: "PLATFORM";
  min-height: 19px;
  padding: 0 6px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(183, 255, 0, .18);
  border-radius: 5px;
  color: #87917f;
  background: rgba(183, 255, 0, .035);
  font: 700 8px/1 var(--v-body);
  letter-spacing: .08em;
}
.v-nav__links,
.vyron-site .home-nav-links {
  min-width: 0;
  margin-inline: auto;
  padding: 4px;
  gap: 3px;
  border: 1px solid rgba(255, 255, 255, .055);
  border-radius: 12px;
  background: rgba(0, 0, 0, .18);
}
.v-nav__link,
.vyron-site .home-nav-links > a,
.v-nav__drop-trigger {
  min-height: 40px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #9ea59a;
  font-size: 13px;
  font-weight: 620;
  line-height: 1;
  transition: color .16s ease, border-color .16s ease, background .16s ease;
}
.v-nav__link::after,
.vyron-site .home-nav-links > a::after { display: none; }
.v-nav__link:hover,
.vyron-site .home-nav-links > a:hover,
.v-nav__drop-trigger:hover {
  color: #f6f8f3;
  border-color: rgba(255, 255, 255, .07);
  background: rgba(255, 255, 255, .04);
}
.v-nav__link.is-active,
.v-nav__link[aria-current="page"],
.vyron-site .home-nav-links > a.is-active,
.vyron-site .home-nav-links > a[aria-current="page"] {
  color: #f8fff0;
  border-color: rgba(183, 255, 0, .24);
  background: linear-gradient(180deg, rgba(183, 255, 0, .12), rgba(183, 255, 0, .055));
  box-shadow: inset 0 1px rgba(255, 255, 255, .035);
}
.v-nav__mobile-contact { display: none; }
.v-nav__actions,
.vyron-site .home-nav-actions { gap: 8px; }
.v-nav__text,
.vyron-site .home-link {
  min-height: 40px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #a9afa4;
  font-size: 12px;
  transition: color .16s ease, border-color .16s ease, background .16s ease;
}
.v-nav__text:hover,
.v-nav__text.is-active,
.v-nav__text[aria-current="page"],
.vyron-site .home-link:hover,
.vyron-site .home-link.is-active {
  color: #fff;
  border-color: rgba(255, 255, 255, .08);
  background: rgba(255, 255, 255, .035);
}
.v-nav__actions > .v-button,
.vyron-site .home-nav-actions > .home-button {
  min-height: 46px;
  padding-inline: 17px;
  border-radius: 9px;
  font-size: 12px;
  white-space: nowrap;
}
.v-nav__toggle,
.vyron-site .home-menu-toggle {
  width: 44px;
  height: 44px;
  border-color: rgba(183, 255, 0, .18);
  border-radius: 9px;
  background: rgba(183, 255, 0, .045);
}
.v-nav__toggle:hover,
.vyron-site .home-menu-toggle:hover {
  border-color: rgba(183, 255, 0, .36);
  color: var(--v-lime);
  background: rgba(183, 255, 0, .08);
}

@media (max-width: 1120px) {
  .v-nav .v-brand,
  .vyron-site .home-nav .home-brand { min-width: auto; }
  .v-nav .v-brand__word::after,
  .vyron-site .home-nav .v-brand__word::after { display: none; }
  .v-nav__shell,
  .vyron-site .home-nav-inner { gap: 14px; }
  .v-nav__link,
  .vyron-site .home-nav-links > a { padding-inline: 10px; }
}

@media (max-width: 960px) {
  body.v-nav-open { overflow: hidden; }
  .v-nav,
  .vyron-site .home-nav,
  .v-nav.is-scrolled,
  .vyron-site .home-nav.is-scrolled {
    top: 8px;
    width: calc(100% - 16px);
  }
  .v-nav__shell,
  .vyron-site .home-nav-inner,
  .v-nav.is-scrolled .v-nav__shell,
  .vyron-site .home-nav.is-scrolled .home-nav-inner,
  .v-nav.menu-open .v-nav__shell,
  .vyron-site .home-nav.menu-open .home-nav-inner {
    width: 100%;
    min-height: 60px;
    padding: 7px 8px 7px 13px;
    border-radius: 13px;
  }
  .v-nav__links,
  .vyron-site .home-nav-links {
    position: absolute;
    top: calc(100% + 9px);
    right: 0;
    left: 0;
    width: 100%;
    max-height: calc(100svh - 92px);
    margin: 0;
    padding: 9px;
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 4px;
    overflow-y: auto;
    border: 1px solid rgba(183, 255, 0, .2);
    border-radius: 13px;
    background:
      linear-gradient(145deg, rgba(183, 255, 0, .055), transparent 38%),
      rgba(7, 10, 7, .985);
    box-shadow: 0 26px 75px rgba(0, 0, 0, .62);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px) scale(.985);
    transform-origin: top;
    transition: opacity .18s ease, visibility .18s ease, transform .22s ease;
    backdrop-filter: blur(22px) saturate(130%);
  }
  .v-nav.menu-open .v-nav__links,
  .vyron-site .home-nav.open .home-nav-links,
  .vyron-site .home-nav.menu-open .home-nav-links {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }
  .v-nav__link,
  .vyron-site .home-nav-links > a,
  .v-nav__drop-trigger {
    width: 100%;
    min-height: 48px;
    padding: 0 13px;
    justify-content: flex-start;
    border-radius: 8px;
  }
  .v-nav__mobile-contact { display: flex; }
  .v-nav__actions > .v-nav__text,
  .vyron-site .home-nav-actions > .home-link { display: none; }
  .v-nav__toggle,
  .vyron-site .home-menu-toggle { display: grid; }
}

@media (max-width: 620px) {
  .v-nav .v-brand,
  .vyron-site .home-nav .home-brand { font-size: 15px; }
  .v-nav .v-brand__mark,
  .vyron-site .home-nav .home-brand img { width: 27px; height: 27px; }
  .v-nav__actions,
  .vyron-site .home-nav-actions { margin-left: auto; gap: 6px; }
  .v-nav__actions > .v-button,
  .vyron-site .home-nav-actions > .home-button {
    min-height: 42px;
    padding-inline: 12px;
  }
}

@media (max-width: 430px) {
  .v-nav__shell,
  .vyron-site .home-nav-inner { padding-left: 11px; }
  .v-nav__actions > .v-button,
  .vyron-site .home-nav-actions > .home-button { width: 42px; padding: 0; }
  .v-nav__actions > .v-button > span:not([data-icon]),
  .vyron-site .home-nav-actions > .home-button > span:not([data-icon]) {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v-nav,
  .v-nav__shell,
  .v-nav__links,
  .v-nav__link,
  .v-nav__toggle { transition-duration: .01ms !important; }
}

/* One-page navigation targets and high-contrast actions. */
#products,
#pricing,
#platform,
#guide {
  scroll-margin-top: 112px;
}

/* Pricing actions stay readable without a fluorescent solid fill. */
.product-price-plan .product-price-action {
  min-height: 44px;
  padding: 5px 6px 5px 14px;
  border: 1px solid rgba(183, 255, 0, .38);
  color: #f4f8ef;
  background:
    linear-gradient(135deg, rgba(183, 255, 0, .09), transparent 58%),
    linear-gradient(180deg, #172014, #0d120b);
  box-shadow: inset 0 1px rgba(255, 255, 255, .055), 0 10px 24px rgba(0, 0, 0, .24);
  letter-spacing: .01em;
  transition: color .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.product-price-plan .product-price-action i {
  width: 31px;
  height: 31px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(183, 255, 0, .3);
  border-radius: 7px;
  color: #caff58;
  background: rgba(183, 255, 0, .08);
}

.product-price-plan .product-price-action:hover {
  border-color: rgba(183, 255, 0, .72);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(183, 255, 0, .14), transparent 58%),
    linear-gradient(180deg, #1b2717, #0e150c);
  box-shadow: inset 0 1px rgba(255, 255, 255, .07), 0 13px 28px rgba(0, 0, 0, .3), 0 0 20px rgba(183, 255, 0, .07);
  transform: translateY(-1px);
}

.product-price-plan .product-price-action:focus-visible {
  outline: 3px solid rgba(183, 255, 0, .32);
  outline-offset: 3px;
  border-color: #b7ff00;
}

/* Navbar-only Open panel redesign shared by every public page. */
.vyron-site .v-nav .v-nav__actions > a.v-button.v-button--primary[href$="panel.php"] {
  position: relative;
  min-height: 46px;
  padding: 5px 6px 5px 15px;
  gap: 11px;
  overflow: hidden;
  border: 1px solid rgba(183, 255, 0, .42);
  border-radius: 10px;
  color: #f7faf4;
  background:
    radial-gradient(circle at 15% 0, rgba(183, 255, 0, .13), transparent 48%),
    linear-gradient(180deg, rgba(20, 29, 17, .98), rgba(9, 14, 8, .98));
  box-shadow: inset 0 1px rgba(255, 255, 255, .065), 0 10px 28px rgba(0, 0, 0, .34);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: .015em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
  isolation: isolate;
  transition: color .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.vyron-site .v-nav .v-nav__actions > a.v-button.v-button--primary[href$="panel.php"]::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(105deg, transparent 15%, rgba(183, 255, 0, .1) 50%, transparent 85%);
  opacity: .55;
  transform: translateX(-72%);
  transition: transform .35s ease, opacity .2s ease;
}

.vyron-site .v-nav .v-nav__actions > a.v-button.v-button--primary[href$="panel.php"] > [data-icon] {
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(183, 255, 0, .34);
  border-radius: 8px;
  color: #caff58;
  background: rgba(183, 255, 0, .085);
  box-shadow: inset 0 1px rgba(255, 255, 255, .045);
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}

.vyron-site .v-nav .v-nav__actions > a.v-button.v-button--primary[href$="panel.php"] > [data-icon] .v-icon {
  width: 14px;
  height: 14px;
  transform: none !important;
}

.vyron-site .v-nav .v-nav__actions > a.v-button.v-button--primary[href$="panel.php"]:hover {
  border-color: rgba(183, 255, 0, .78);
  color: #fff;
  background:
    radial-gradient(circle at 15% 0, rgba(183, 255, 0, .18), transparent 50%),
    linear-gradient(180deg, rgba(24, 36, 20, .99), rgba(10, 16, 9, .99));
  box-shadow: inset 0 1px rgba(255, 255, 255, .075), 0 13px 32px rgba(0, 0, 0, .4), 0 0 22px rgba(183, 255, 0, .08);
  transform: translateY(-1px);
}

.vyron-site .v-nav .v-nav__actions > a.v-button.v-button--primary[href$="panel.php"]:hover::before {
  opacity: .9;
  transform: translateX(72%);
}

.vyron-site .v-nav .v-nav__actions > a.v-button.v-button--primary[href$="panel.php"]:hover > [data-icon] {
  border-color: rgba(183, 255, 0, .62);
  color: #e1ff9b;
  background: rgba(183, 255, 0, .14);
  transform: rotate(3deg);
}

.vyron-site .v-nav .v-nav__actions > a.v-button.v-button--primary[href$="panel.php"]:focus-visible {
  outline: 3px solid rgba(183, 255, 0, .3);
  outline-offset: 3px;
  border-color: #b7ff00;
}

@media (max-width: 960px) {
  #products,
  #pricing,
  #platform,
  #guide { scroll-margin-top: 92px; }
}

@media (max-width: 620px) {
  .vyron-site .v-nav .v-nav__actions > a.v-button.v-button--primary[href$="panel.php"] {
    min-height: 42px;
    padding: 4px 5px 4px 12px;
  }

  .vyron-site .v-nav .v-nav__actions > a.v-button.v-button--primary[href$="panel.php"] > [data-icon] {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }
}

@media (max-width: 430px) {
  .vyron-site .v-nav .v-nav__actions > a.v-button.v-button--primary[href$="panel.php"] {
    width: 42px;
    min-width: 42px;
    padding: 5px;
    justify-content: center;
  }
}

/* Homepage primary CTAs: readable dark treatment for View products and Open the shop. */
.vyron-site .home-primary-cta.v-button--primary {
  min-height: 58px;
  padding: 6px 7px 6px 20px;
  gap: 15px;
  border: 1px solid rgba(183, 255, 0, .45);
  border-radius: 14px;
  color: #f7faf4;
  background:
    radial-gradient(circle at 12% 0, rgba(183, 255, 0, .14), transparent 48%),
    linear-gradient(180deg, #182116, #0c120b);
  box-shadow: inset 0 1px rgba(255, 255, 255, .065), 0 15px 36px rgba(0, 0, 0, .32), 0 0 0 1px rgba(183, 255, 0, .025);
  text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
  transition: color .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.vyron-site .home-shop-cta.v-button--primary {
  border-color: rgba(183, 255, 0, .58);
  background:
    radial-gradient(circle at 88% 0, rgba(183, 255, 0, .17), transparent 45%),
    linear-gradient(180deg, #1a2517, #0d140b);
}

.vyron-site .home-primary-cta.v-button--primary::before {
  background: linear-gradient(110deg, transparent 14%, rgba(183, 255, 0, .1) 50%, transparent 86%);
}

.vyron-site .home-primary-cta.v-button--primary > [data-icon] {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(183, 255, 0, .34);
  border-radius: 10px;
  color: #caff58;
  background: rgba(183, 255, 0, .085);
  box-shadow: inset 0 1px rgba(255, 255, 255, .05);
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}

.vyron-site .home-primary-cta.v-button--primary > [data-icon] .v-icon {
  width: 16px;
  height: 16px;
  transform: none !important;
}

.vyron-site .home-primary-cta.v-button--primary:hover {
  border-color: rgba(183, 255, 0, .8);
  color: #fff;
  background:
    radial-gradient(circle at 12% 0, rgba(183, 255, 0, .2), transparent 50%),
    linear-gradient(180deg, #202d1b, #10180e);
  box-shadow: inset 0 1px rgba(255, 255, 255, .08), 0 18px 42px rgba(0, 0, 0, .4), 0 0 24px rgba(183, 255, 0, .08);
  transform: translateY(-2px);
}

.vyron-site .home-primary-cta.v-button--primary:hover > [data-icon] {
  border-color: rgba(183, 255, 0, .66);
  color: #e4ffa7;
  background: rgba(183, 255, 0, .14);
  transform: translateX(2px);
}

.vyron-site .home-primary-cta.v-button--primary:focus-visible {
  outline: 3px solid rgba(183, 255, 0, .32);
  outline-offset: 4px;
  border-color: #b7ff00;
}

@media (max-width: 620px) {
  .vyron-site .home-primary-cta.v-button--primary {
    min-height: 54px;
    padding: 5px 6px 5px 16px;
  }

  .vyron-site .home-primary-cta.v-button--primary > [data-icon] {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }
}
