/* Variation B — Gradient runtime stylesheet */
.vb-root {
  --bg-1: #1b1b3a;
  --bg-2: #2a1f6b;
  --bg-3: #4a2a9e;
  --ink: #ffffff;
  --ink-soft: rgba(255, 255, 255, 0.78);
  --ink-mute: rgba(255, 255, 255, 0.55);
  --line: rgba(255, 255, 255, 0.14);
  --card: rgba(255, 255, 255, 0.06);
  --card-strong: rgba(255, 255, 255, 0.10);
  --blue: #5b8dff;
  --violet: #a78bfa;
  --grad: linear-gradient(135deg, #4f7bff 0%, #9333ea 100%);
  --grad-soft: linear-gradient(135deg, rgba(79,123,255,0.20), rgba(147,51,234,0.20));
  font-family: "Plus Jakarta Sans", "Inter", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #14143a 0%, #1f1856 40%, #2c1a6e 100%);
  min-height: 100%;
  position: relative;
  overflow: hidden;
}
.vb-root *, .vb-root *::before, .vb-root *::after { box-sizing: border-box; }
.vb-root button { font-family: inherit; cursor: pointer; border: none; }
.vb-root a { color: inherit; text-decoration: none; }

.vb-mesh { position: absolute; inset: 0; pointer-events: none; z-index: 0; background:
  radial-gradient(40% 40% at 80% 10%, rgba(124, 58, 237, 0.45), transparent 60%),
  radial-gradient(35% 40% at 10% 30%, rgba(59, 130, 246, 0.40), transparent 60%),
  radial-gradient(50% 60% at 50% 95%, rgba(139, 92, 246, 0.35), transparent 60%),
  radial-gradient(30% 35% at 90% 60%, rgba(236, 72, 153, 0.18), transparent 60%);
}
.vb-noise { position: absolute; inset: 0; pointer-events: none; z-index: 0; opacity: 0.04;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence baseFrequency='0.85' /></filter><rect width='100%' height='100%' filter='url(%23n)' /></svg>");
}

/* NAV */
.vb-nav { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(18px); background: rgba(20, 20, 58, 0.55); border-bottom: 1px solid var(--line); }
.vb-nav-inner { max-width: 1240px; margin: 0 auto; padding: 18px 32px; display: flex; align-items: center; gap: 40px; position: relative; z-index: 1; }
.vb-brand { display: flex; align-items: center; gap: 10px; }
.vb-logo { width: 32px; height: 32px; }
.vb-brand-name { font-weight: 700; font-size: 17px; letter-spacing: -0.01em; }
.vb-nav-links { display: flex; gap: 28px; flex: 1; }
.vb-nav-links a { color: var(--ink-soft); font-size: 14.5px; font-weight: 500; transition: color 0.15s; }
.vb-nav-links a:hover { color: white; }
.vb-nav-cta { display: flex; gap: 10px; }

.vb-btn-primary { background: white; color: #1b1b3a; padding: 10px 18px; border-radius: 999px; font-weight: 700; font-size: 14px; box-shadow: 0 6px 24px rgba(255,255,255,0.18); transition: transform 0.15s; }
.vb-btn-primary:hover { transform: translateY(-1px); }
.vb-btn-ghost { background: rgba(255,255,255,0.08); color: white; padding: 10px 18px; border-radius: 999px; font-weight: 600; font-size: 14px; border: 1px solid var(--line); backdrop-filter: blur(10px); transition: background 0.15s; }
.vb-btn-ghost:hover { background: rgba(255,255,255,0.14); }
.vb-btn-lg { padding: 14px 26px; font-size: 15px; }

/* HERO */
.vb-hero { position: relative; z-index: 1; padding: 60px 32px 60px; max-width: 1320px; margin: 0 auto; }
.vb-hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; min-height: 600px; }
.vb-eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; background: rgba(255,255,255,0.08); border: 1px solid var(--line); border-radius: 999px; font-size: 13px; font-weight: 500; color: white; backdrop-filter: blur(10px); }
.vb-eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: #4ade80; box-shadow: 0 0 0 4px rgba(74,222,128,0.25); }
.vb-h1 { font-size: 80px; font-weight: 800; line-height: 0.96; letter-spacing: -0.035em; margin: 24px 0 22px; }
.vb-h1-accent { background: linear-gradient(135deg, #ffffff 0%, #c7b8ff 50%, #8ab4ff 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.vb-sub { font-size: 19px; color: var(--ink-soft); max-width: 460px; margin: 0 0 28px; line-height: 1.5; text-wrap: pretty; }
.vb-cta-row { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.vb-cta-center { justify-content: center; }
.vb-stats-inline { display: flex; gap: 32px; margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--line); }
.vb-stat-num { font-size: 30px; font-weight: 800; letter-spacing: -0.03em; }
.vb-stat-lab { font-size: 12.5px; color: var(--ink-mute); text-transform: uppercase; letter-spacing: 0.08em; margin-top: 2px; }

/* Scene with mascot + orbiting chips */
.vb-hero-scene { position: relative; height: 600px; }
.vb-scene-glow { position: absolute; inset: 10%; background: radial-gradient(circle, rgba(167,139,250,0.5), transparent 60%); filter: blur(60px); }
.vb-scene-ring { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); border: 1px dashed rgba(255,255,255,0.15); border-radius: 50%; }
.vb-ring-1 { width: 360px; height: 360px; }
.vb-ring-2 { width: 480px; height: 480px; }
.vb-ring-3 { width: 580px; height: 580px; }
[data-anim="0"] .vb-scene-ring { animation: none !important; }
.vb-mascot-main { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 460px; height: auto; filter: drop-shadow(0 30px 60px rgba(0,0,0,0.4)); animation: vbBob 4.5s ease-in-out infinite; z-index: 2; }
@keyframes vbBob { 0%,100% { transform: translate(-50%, -50%); } 50% { transform: translate(-50%, calc(-50% - 12px)); } }
[data-anim="0"] .vb-mascot-main { animation: none !important; }
[data-anim="2"] .vb-mascot-main { animation-duration: 2.5s; }

.vb-orbit { position: absolute; left: 50%; top: 50%; width: 0; height: 0; }
.vb-orbit-1 { animation: vbOrbit1 18s linear infinite; }
.vb-orbit-2 { animation: vbOrbit2 22s linear infinite; }
.vb-orbit-3 { animation: vbOrbit3 26s linear infinite; }
.vb-orbit-4 { animation: vbOrbit4 20s linear infinite; }
[data-anim="0"] .vb-orbit { animation: none !important; }
[data-anim="2"] .vb-orbit { animation-duration: 8s !important; }
@keyframes vbOrbit1 { from { transform: rotate(0deg) translateX(220px) rotate(0deg); } to { transform: rotate(360deg) translateX(220px) rotate(-360deg); } }
@keyframes vbOrbit2 { from { transform: rotate(120deg) translateX(260px) rotate(-120deg); } to { transform: rotate(480deg) translateX(260px) rotate(-480deg); } }
@keyframes vbOrbit3 { from { transform: rotate(220deg) translateX(240px) rotate(-220deg); } to { transform: rotate(580deg) translateX(240px) rotate(-580deg); } }
@keyframes vbOrbit4 { from { transform: rotate(60deg) translateX(280px) rotate(-60deg); } to { transform: rotate(420deg) translateX(280px) rotate(-420deg); } }

.vb-chip { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; background: rgba(255,255,255,0.10); border: 1px solid var(--line); border-radius: 999px; font-size: 13.5px; font-weight: 600; backdrop-filter: blur(14px); white-space: nowrap; box-shadow: 0 8px 24px rgba(0,0,0,0.18); }
.vb-chip-icon { width: 24px; height: 24px; border-radius: 8px; display: grid; place-items: center; font-size: 13px; }

/* ============================================================
   HERO LOGO ORB (centerpiece, replacing POS laptop)
   ============================================================ */
.vb-scene-rings { position: absolute; inset: 0; }
.vb-scene-rings .vb-scene-ring { animation: vbRingSpin 60s linear infinite; }
.vb-scene-rings .vb-ring-2 { animation-duration: 80s; animation-direction: reverse; }
.vb-scene-rings .vb-ring-3 { animation-duration: 100s; }
@keyframes vbRingSpin { to { transform: translate(-50%, -50%) rotate(360deg); } }
[data-anim="0"] .vb-scene-rings .vb-scene-ring { animation: none !important; }

.vb-logo-orb {
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: 280px; height: 280px;
  display: grid; place-items: center;
  animation: vbBob 5s ease-in-out infinite;
  z-index: 3;
}
.vb-logo-orb::before {
  content: ""; position: absolute; inset: -10%;
  background: radial-gradient(circle, rgba(124,58,237,0.55), rgba(59,130,246,0.35) 40%, transparent 70%);
  filter: blur(40px); z-index: 0;
  animation: vbLogoPulse 3.5s ease-in-out infinite;
}
@keyframes vbLogoPulse { 0%,100% { opacity: 0.7; transform: scale(1); } 50% { opacity: 1; transform: scale(1.08); } }
.vb-logo-orb img {
  position: relative; z-index: 2;
  width: 100%; height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 30px 50px rgba(124,58,237,0.5)) drop-shadow(0 10px 25px rgba(59,130,246,0.4));
}
.vb-logo-shine {
  position: absolute; inset: 0; z-index: 3; pointer-events: none;
  background: conic-gradient(from 0deg, transparent 0deg, rgba(255,255,255,0.18) 25deg, transparent 50deg, transparent 360deg);
  border-radius: 50%; mix-blend-mode: overlay;
  animation: vbLogoShine 8s linear infinite;
}
@keyframes vbLogoShine { to { transform: rotate(360deg); } }
[data-anim="0"] .vb-logo-orb { animation: none !important; }
[data-anim="0"] .vb-logo-orb::before { animation: none !important; }
[data-anim="0"] .vb-logo-shine { animation: none !important; }

/* Orbit tiles — 5 small clickable cards floating around the logo */
.vb-orbit-tiles { position: absolute; inset: 0; z-index: 2; }
.vb-orbit-tile {
  position: absolute;
  display: flex; align-items: center; gap: 10px;
  padding: 12px 18px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 999px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  color: white; text-decoration: none;
  font-size: 14px; font-weight: 700;
  letter-spacing: -0.01em;
  box-shadow: 0 12px 32px rgba(0,0,0,0.35);
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
  white-space: nowrap;
  animation: vbTileFloat 6s ease-in-out infinite;
}
.vb-orbit-tile::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit;
  padding: 1px; background: linear-gradient(135deg, rgba(167,139,250,0.5), rgba(59,130,246,0.4), transparent);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  pointer-events: none; opacity: 0.7;
}
.vb-orbit-tile:hover {
  transform: scale(1.08) translateY(-4px) !important;
  background: rgba(255,255,255,0.16);
  border-color: rgba(167,139,250,0.6);
  box-shadow: 0 18px 42px rgba(124,58,237,0.45);
}
.vb-orbit-tile-emoji { font-size: 20px; line-height: 1; }
.vb-orbit-tile-label { line-height: 1; }

/* 5 distinct positions around the orb (logo center is 50%/50%) */
.vb-tile-1 { left: 4%;  top: 18%; animation-delay: -0.8s; }
.vb-tile-2 { right: 0%;  top: 12%; animation-delay: -2.4s; }
.vb-tile-3 { right: 6%;  bottom: 22%; animation-delay: -1.5s; }
.vb-tile-4 { left: 8%;  bottom: 16%; animation-delay: -3.0s; }
.vb-tile-5 { left: 50%; bottom: 4%;  transform: translateX(-50%); animation-delay: -4.2s; }
.vb-tile-5:hover { transform: translateX(-50%) scale(1.08) translateY(-4px) !important; }

@keyframes vbTileFloat {
  0%, 100% { translate: 0 0; }
  50%      { translate: 0 -10px; }
}
[data-anim="0"] .vb-orbit-tile { animation: none !important; }
[data-anim="2"] .vb-orbit-tile { animation-duration: 3s; }

/* "Try it live" pulsing badge in hero (cue for interactivity below) */
.vb-hero-trybadge {
  position: absolute;
  left: 50%; top: calc(100% - 8px);
  transform: translateX(-50%);
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px;
  background: rgba(74, 222, 128, 0.15);
  border: 1px solid rgba(74, 222, 128, 0.4);
  border-radius: 999px;
  font-size: 12.5px; font-weight: 700;
  color: #86efac;
  backdrop-filter: blur(14px);
  white-space: nowrap;
  z-index: 5;
}
.vb-trybadge-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 0 4px rgba(74, 222, 128, 0.25);
  animation: vbTryDot 1.4s ease-in-out infinite;
}
@keyframes vbTryDot {
  0%, 100% { box-shadow: 0 0 0 4px rgba(74, 222, 128, 0.25); }
  50%      { box-shadow: 0 0 0 10px rgba(74, 222, 128, 0); }
}

/* Laptop with POS preview (hero variant) */
.vb-laptop { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 560px; z-index: 2; animation: vbBob 4.8s ease-in-out infinite; filter: drop-shadow(0 40px 80px rgba(0,0,0,0.5)); }
.vb-laptop:hover, .vb-laptop:focus-within { animation-play-state: paused; }
[data-anim="0"] .vb-laptop { animation: none !important; }
[data-anim="2"] .vb-laptop { animation-duration: 2.5s; }
.vb-laptop-screen { background: #0d1330; border: 12px solid #1a1f3d; border-bottom: 0; border-radius: 14px 14px 3px 3px; aspect-ratio: 16 / 10; overflow: hidden; position: relative; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06); }
.vb-laptop-screen .pos-preview { width: 100%; height: 100%; transform-origin: top left; }
.vb-laptop-base { height: 12px; background: linear-gradient(180deg, #2a2f55, #14172e); border-radius: 0 0 16px 16px; position: relative; margin: 0 -18px; }
.vb-laptop-base::after { content: ""; position: absolute; left: 50%; top: 0; transform: translateX(-50%); width: 70px; height: 4px; background: rgba(0,0,0,0.4); border-radius: 0 0 8px 8px; }

/* Floating notification cards */
.vb-floating-card { position: absolute; display: flex; align-items: center; gap: 10px; padding: 11px 14px; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.20); border-radius: 14px; backdrop-filter: blur(20px); box-shadow: 0 16px 40px rgba(0,0,0,0.4); z-index: 3; max-width: 220px; }
.vb-fc-icon { width: 30px; height: 30px; border-radius: 8px; display: grid; place-items: center; color: white; font-weight: 800; font-size: 13px; flex-shrink: 0; }
.vb-fc-t { font-size: 12px; font-weight: 700; color: white; line-height: 1.2; white-space: nowrap; }
.vb-fc-s { font-size: 10.5px; color: rgba(255,255,255,0.65); margin-top: 2px; white-space: nowrap; }
.vb-fc-1 { top: 8%; left: 2%; animation: vbFloat1 5s ease-in-out infinite; }
.vb-fc-2 { top: 14%; right: 2%; animation: vbFloat2 6s ease-in-out infinite; }
.vb-fc-3 { bottom: 8%; left: 4%; animation: vbFloat3 5.6s ease-in-out infinite; }
@keyframes vbFloat1 { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes vbFloat2 { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes vbFloat3 { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
[data-anim="0"] .vb-floating-card { animation: none !important; }
.vb-floating-card { pointer-events: none; }

.vb-pills-row { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 40px; }
.vb-pill { padding: 7px 14px; background: rgba(255,255,255,0.08); border: 1px solid var(--line); border-radius: 999px; font-size: 13px; font-weight: 500; backdrop-filter: blur(10px); }

/* MARQUEE */
.vb-marquee-sec { padding: 60px 32px; max-width: 1240px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }
.vb-marquee-label { font-size: 12.5px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 20px; }
.vb-marquee { overflow: hidden; mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent); }
.vb-marquee-track { display: flex; gap: 60px; animation: vbScroll 26s linear infinite; width: max-content; }
.vb-marquee-track-rev { animation-direction: reverse; animation-duration: 34s; }
.vb-marquee-item { font-size: 22px; font-weight: 600; color: var(--ink-soft); white-space: nowrap; }
.vb-marquee-item-sm { font-size: 15px; color: var(--ink-mute); font-weight: 500; letter-spacing: 0.04em; }
.vb-marquee-sub { margin-top: 20px; opacity: 0.7; }
@keyframes vbScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* TRUST STRIP */
.vb-trust { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; max-width: 1100px; margin: 56px auto 0; padding: 0 32px; position: relative; z-index: 1; }
.vb-trust-item { background: linear-gradient(180deg, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0.02) 100%); border: 1px solid rgba(255,255,255,0.10); border-radius: 20px; padding: 24px 22px; backdrop-filter: blur(14px); position: relative; overflow: hidden; transition: transform 0.3s ease, border-color 0.3s ease; }
.vb-trust-item::before { content: ""; position: absolute; inset: 0; background: radial-gradient(120% 80% at 0% 0%, rgba(167,139,250,0.18), transparent 50%); opacity: 0; transition: opacity 0.4s ease; pointer-events: none; }
.vb-trust-item:hover { transform: translateY(-4px); border-color: rgba(167,139,250,0.4); }
.vb-trust-item:hover::before { opacity: 1; }
.vb-trust-icon { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; margin-bottom: 14px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.10); position: relative; }
.vb-trust-icon svg { width: 20px; height: 20px; }
.vb-trust-ic-users { background: linear-gradient(135deg, rgba(59,109,255,0.25), rgba(124,58,237,0.18)); color: #c4d4ff; }
.vb-trust-ic-cloud { background: linear-gradient(135deg, rgba(34,211,238,0.25), rgba(59,130,246,0.18)); color: #a5e7f5; }
.vb-trust-ic-shield { background: linear-gradient(135deg, rgba(34,197,94,0.25), rgba(16,185,129,0.18)); color: #86f5b8; }
.vb-trust-ic-bolt { background: linear-gradient(135deg, rgba(245,158,11,0.28), rgba(239,68,68,0.18)); color: #ffd089; }
.vb-trust-num { font-size: 38px; font-weight: 800; letter-spacing: -0.03em; background: linear-gradient(135deg, #ffffff 0%, #e8dcff 60%, #c7b8ff 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; line-height: 1; }
.vb-trust-lab { font-size: 13px; color: white; font-weight: 700; margin-top: 8px; letter-spacing: -0.005em; }
.vb-trust-sub { font-size: 11px; color: var(--ink-mute); font-weight: 500; margin-top: 4px; letter-spacing: 0.01em; }

/* SECTION HEAD */
.vb-section-head { text-align: center; max-width: 720px; margin: 0 auto 56px; position: relative; z-index: 1; }
.vb-kicker { display: inline-block; padding: 5px 12px; background: var(--grad-soft); border: 1px solid var(--line); border-radius: 999px; font-size: 12.5px; font-weight: 600; color: white; margin-bottom: 14px; letter-spacing: 0.02em; }
.vb-h2 { font-size: 52px; font-weight: 800; letter-spacing: -0.03em; line-height: 1.05; margin: 0 0 16px; text-wrap: balance; }
.vb-section-sub { font-size: 18px; color: var(--ink-soft); margin: 0; text-wrap: pretty; }

/* FEATURES — alternating rows */
.vb-features { padding: 80px 32px; max-width: 1240px; margin: 0 auto; position: relative; z-index: 1; }
.vb-feat-row { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; padding: 40px 0; }
.vb-feat-text { padding-top: 12px; }
.vb-feat-row-rev { direction: rtl; }
.vb-feat-row-rev > * { direction: ltr; }
.vb-feat-art-side { position: relative; display: flex; align-items: center; justify-content: center; }
.vb-feat-screen { background: rgba(255,255,255,0.05); border: 1px solid var(--line); border-radius: 24px; padding: 24px; backdrop-filter: blur(16px); box-shadow: 0 24px 60px rgba(0,0,0,0.3); width: 100%; max-width: 480px; }
.vb-feat-screen .va-art { background: rgba(0,0,0,0.25); border-color: var(--line); color: white; }
.vb-feat-screen .va-art-receipt-row { color: var(--ink-soft); border-color: var(--line); }
.vb-feat-screen .va-art-receipt-tot { color: white; }
.vb-feat-screen .va-art-driver { color: white; border-color: var(--line); }
.vb-feat-screen .va-art-stop { color: var(--ink-soft); }
.vb-feat-screen .va-ord { background: rgba(255,255,255,0.05); border-color: var(--line); color: white; }
.vb-feat-screen .va-art-eta { background: var(--grad-soft); color: white; }
.vb-feat-mascot { position: absolute; bottom: -20px; right: -20px; width: 130px; height: auto; filter: drop-shadow(0 12px 24px rgba(0,0,0,0.4)); z-index: 2; }
.vb-feat-row-rev .vb-feat-mascot { right: auto; left: -20px; }

.vb-feat-tag { display: inline-block; font-size: 11.5px; font-weight: 700; letter-spacing: 0.14em; color: var(--violet); text-transform: uppercase; margin-bottom: 14px; padding: 5px 10px; background: var(--grad-soft); border: 1px solid var(--line); border-radius: 6px; }
.vb-feat-title { font-size: 36px; font-weight: 700; letter-spacing: -0.025em; line-height: 1.1; margin: 0 0 14px; }
.vb-feat-body { font-size: 16px; color: var(--ink-soft); margin: 0 0 20px; line-height: 1.6; max-width: 440px; }
.vb-feat-more { color: var(--violet); font-weight: 600; font-size: 14.5px; }
.vb-feat-more:hover { color: white; }

/* HOW */
.vb-how { padding: 80px 32px; max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }
.vb-how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.vb-how-step { background: var(--card); border: 1px solid var(--line); border-radius: 24px; padding: 32px; backdrop-filter: blur(12px); }
.vb-how-num { font-size: 44px; font-weight: 800; background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 16px; letter-spacing: -0.03em; }
.vb-how-title { font-size: 22px; font-weight: 700; margin: 0 0 8px; }
.vb-how-body { font-size: 14.5px; color: var(--ink-soft); margin: 0; line-height: 1.55; }

/* PRICING */
.vb-pricing { padding: 80px 32px; max-width: 1200px; margin: 0 auto; position: relative; z-index: 1; }
.vb-price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.vb-price-card { background: var(--card); border: 1px solid var(--line); border-radius: 24px; padding: 32px; backdrop-filter: blur(14px); position: relative; display: flex; flex-direction: column; }
.vb-price-feat { background: linear-gradient(180deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.06) 100%); border: 1px solid rgba(255,255,255,0.30); transform: scale(1.03); box-shadow: 0 24px 60px rgba(0,0,0,0.3); }
.vb-price-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); padding: 5px 12px; background: white; color: #1b1b3a; font-size: 11.5px; font-weight: 700; border-radius: 999px; }
.vb-price-name { font-size: 14px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-mute); }
.vb-price-amount { margin: 16px 0 8px; }
.vb-price-cur { font-size: 24px; font-weight: 600; vertical-align: super; opacity: 0.7; }
.vb-price-num { font-size: 56px; font-weight: 800; letter-spacing: -0.03em; }
.vb-price-period { font-size: 16px; color: var(--ink-mute); margin-left: 4px; }
.vb-price-custom { font-size: 40px; font-weight: 800; letter-spacing: -0.03em; }
.vb-price-desc { font-size: 14px; color: var(--ink-soft); margin-bottom: 20px; }
.vb-price-feats { list-style: none; padding: 0; margin: 0 0 24px; flex: 1; }
.vb-price-feats li { padding: 7px 0; font-size: 14px; color: var(--ink-soft); border-bottom: 1px solid var(--line); }
.vb-price-cta { width: 100%; padding: 12px; border-radius: 12px; font-weight: 700; font-size: 14px; cursor: pointer; }

/* TESTIMONIALS */
.vb-testi { padding: 80px 32px; max-width: 1240px; margin: 0 auto; position: relative; z-index: 1; }
.vb-testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.vb-testi-card { background: var(--card); border: 1px solid var(--line); border-radius: 24px; padding: 28px; backdrop-filter: blur(14px); }
.vb-testi-quote { font-size: 17px; line-height: 1.55; color: white; margin-bottom: 24px; text-wrap: pretty; }
.vb-testi-author { display: flex; align-items: center; gap: 12px; }
.vb-testi-avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--grad); color: white; display: grid; place-items: center; font-weight: 700; font-size: 14px; }
.vb-testi-name { font-weight: 700; font-size: 14.5px; }
.vb-testi-role { font-size: 12.5px; color: var(--ink-mute); }

/* FAQ */
.vb-faq { padding: 80px 32px; max-width: 800px; margin: 0 auto; position: relative; z-index: 1; }
.vb-faq-list { display: flex; flex-direction: column; gap: 8px; }
.vb-faq-item { background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 18px 22px; backdrop-filter: blur(12px); }
.vb-faq-item summary { font-weight: 600; font-size: 16px; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.vb-faq-item summary::-webkit-details-marker { display: none; }
.vb-faq-plus { font-size: 22px; color: var(--violet); transition: transform 0.2s; line-height: 1; }
.vb-faq-item[open] .vb-faq-plus { transform: rotate(45deg); }
.vb-faq-a { padding-top: 14px; color: var(--ink-soft); font-size: 14.5px; line-height: 1.55; }

/* FINAL */
.vb-final { padding: 80px 32px; max-width: 1240px; margin: 0 auto; position: relative; z-index: 1; }
.vb-final-card { position: relative; background: linear-gradient(135deg, rgba(255,255,255,0.18), rgba(255,255,255,0.06)); border: 1px solid rgba(255,255,255,0.25); border-radius: 32px; padding: 80px 48px; text-align: center; backdrop-filter: blur(18px); overflow: hidden; }
.vb-final-title { color: white; margin-bottom: 12px; }
.vb-final-sub { font-size: 18px; color: var(--ink-soft); margin: 0 0 28px; max-width: 540px; margin-left: auto; margin-right: auto; }
.vb-final-mascot { position: absolute; bottom: -10px; width: 180px; filter: drop-shadow(0 18px 30px rgba(0,0,0,0.4)); }
.vb-final-mascot-l { left: 24px; }
.vb-final-mascot-r { right: 24px; transform: scaleX(-1); }

/* FOOTER */
.vb-foot { padding: 60px 32px 32px; max-width: 1240px; margin: 0 auto; border-top: 1px solid var(--line); position: relative; z-index: 1; }
.vb-foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.vb-foot-tag { font-size: 14.5px; color: var(--ink-soft); margin: 12px 0 0; max-width: 260px; }
.vb-foot-col-t { font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: white; margin-bottom: 14px; }
.vb-foot-link { display: block; font-size: 14px; color: var(--ink-soft); padding: 4px 0; transition: color 0.15s; }
.vb-foot-link:hover { color: white; }
.vb-foot-bottom { display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid var(--line); font-size: 13px; color: var(--ink-mute); }

/* PIP demo */
.vb-pip { position: fixed; bottom: 24px; right: 24px; width: 320px; background: rgba(20,20,58,0.86); border: 1px solid rgba(255,255,255,0.18); border-radius: 14px; overflow: hidden; box-shadow: 0 24px 60px rgba(0,0,0,0.45); backdrop-filter: blur(18px); z-index: 100; }
.vb-pip-bar { display: flex; align-items: center; gap: 8px; padding: 10px 12px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.vb-pip-dots { display: flex; gap: 5px; }
.vb-pip-dots span { width: 10px; height: 10px; border-radius: 50%; }
.vb-pip-title { flex: 1; font-size: 11px; font-weight: 600; color: var(--ink-soft); }
.vb-pip-close { background: transparent; color: var(--ink-soft); font-size: 18px; line-height: 1; padding: 0 4px; }
.vb-pip-screen { padding: 0; }
.vb-pip-screen .pos-preview { aspect-ratio: 16/10; }
.vb-pip-progress { height: 2px; background: rgba(255,255,255,0.08); }
.vb-pip-progress-bar { height: 100%; background: var(--grad); animation: vbPip 3.5s linear; transform-origin: left; }
@keyframes vbPip { from { transform: scaleX(0); } to { transform: scaleX(1); } }

.vb-pip-fake { padding: 12px; min-height: 200px; background: #0a0f24; }
.vb-pip-fake-head { font-size: 11px; font-weight: 600; color: var(--ink-soft); margin-bottom: 8px; padding-bottom: 6px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.vb-pip-deliv-list { display: flex; flex-direction: column; gap: 6px; }
.vb-pip-deliv { display: flex; align-items: center; gap: 8px; padding: 6px; background: rgba(255,255,255,0.04); border-radius: 6px; }
.vb-pip-deliv-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.vb-pip-deliv-name { font-size: 11px; font-weight: 600; }
.vb-pip-deliv-st { font-size: 9px; color: var(--ink-mute); }
.vb-pip-dine { padding-bottom: 16px; }
.vb-pip-floor { position: relative; height: 160px; background-image: linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px); background-size: 20px 20px; }
.vb-pip-table { position: absolute; border-radius: 4px; display: grid; place-items: center; font-size: 10px; font-weight: 700; color: white; }
.vb-pip-busy { background: #d04a4a; }
.vb-pip-free { background: #2ea37a; }
.vb-pip-active { background: #3b6dff; box-shadow: 0 0 0 2px rgba(59,109,255,0.4); }
.vb-pip-orders { display: flex; flex-direction: column; gap: 5px; }
.vb-pip-ord { display: flex; justify-content: space-between; align-items: center; padding: 6px 8px; background: rgba(255,255,255,0.04); border-radius: 6px; font-size: 11px; font-weight: 600; }
.vb-pip-ord-st { font-size: 9px; padding: 2px 6px; border-radius: 999px; }
.vb-pip-ord-prep { background: rgba(245,158,11,0.2); color: #fbbf24; }
.vb-pip-ord-ready { background: rgba(34,197,94,0.2); color: #4ade80; }
.vb-pip-ord-new { background: rgba(59,109,255,0.2); color: #93c5fd; }
.vb-pip-ord-done { background: rgba(255,255,255,0.08); color: var(--ink-mute); }

/* DEEP FEATURES */
.vb-deep { padding: 80px 32px; max-width: 1240px; margin: 0 auto; position: relative; z-index: 1; }
.vb-deep-row { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 60px; align-items: center; padding: 50px 0; }
.vb-deep-row-rev { grid-template-columns: 1.15fr 0.85fr; }
.vb-deep-row-rev .vb-deep-text { order: 2; }
.vb-deep-row-rev .vb-deep-art { order: 1; }
.vb-deep-list { list-style: none; padding: 0; margin: 24px 0 0; display: flex; flex-direction: column; gap: 10px; }
.vb-deep-list li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; color: var(--ink-soft); line-height: 1.45; }
.vb-deep-check { width: 22px; height: 22px; border-radius: 999px; background: var(--grad-soft); border: 1px solid rgba(167,139,250,0.4); color: var(--violet); display: grid; place-items: center; font-size: 12px; font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.vb-deep-art { background: rgba(255,255,255,0.04); border: 1px solid var(--line); border-radius: 24px; padding: 24px; backdrop-filter: blur(14px); box-shadow: 0 24px 60px rgba(0,0,0,0.3); }
.vb-deep-art-wide { padding: 18px; }

/* MyData art */
.vb-mydata { display: flex; flex-direction: column; gap: 18px; align-items: stretch; }
.vb-mydata-receipt { background: white; color: #0d1330; border-radius: 16px; padding: 18px; box-shadow: 0 16px 30px rgba(0,0,0,0.3); font-family: "Plus Jakarta Sans", sans-serif; }
.vb-mydata-r-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 12px; border-bottom: 1px dashed rgba(13,19,48,0.2); }
.vb-mydata-r-brand { display: flex; align-items: center; gap: 10px; }
.vb-mydata-r-brand .pos-logo-dot { background: linear-gradient(135deg, #3b6dff, #7c3aed); }
.vb-mydata-r-name { font-weight: 800; font-size: 14px; letter-spacing: 0.02em; }
.vb-mydata-r-meta { font-size: 11px; color: rgba(13,19,48,0.55); }
.vb-mydata-r-status { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; color: #0a7a4f; background: rgba(34,197,94,0.12); border: 1px solid rgba(34,197,94,0.3); padding: 4px 10px; border-radius: 999px; }
.vb-mydata-r-pulse { width: 6px; height: 6px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 3px rgba(34,197,94,0.25); }
.vb-mydata-r-lines { padding: 12px 0; display: flex; flex-direction: column; gap: 6px; }
.vb-mydata-r-line { display: flex; justify-content: space-between; font-size: 12.5px; color: rgba(13,19,48,0.78); }
.vb-mydata-r-divider { border-top: 1px dashed rgba(13,19,48,0.2); }
.vb-mydata-r-total { display: flex; justify-content: space-between; padding: 10px 0 4px; font-weight: 800; font-size: 16px; }
.vb-mydata-r-vat { font-size: 11px; color: rgba(13,19,48,0.55); }
.vb-mydata-r-foot { display: flex; gap: 14px; align-items: center; padding-top: 14px; border-top: 1px solid rgba(13,19,48,0.08); margin-top: 12px; }
.vb-mydata-qr { display: grid; grid-template-columns: repeat(8, 1fr); gap: 1px; width: 72px; height: 72px; padding: 4px; background: white; border: 1px solid rgba(13,19,48,0.15); border-radius: 6px; }
.vb-mydata-qr span { display: block; }
.vb-mydata-r-mark { display: grid; grid-template-columns: auto auto; gap: 4px 10px; font-size: 10px; }
.vb-mydata-r-mark-l { color: rgba(13,19,48,0.45); font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; }
.vb-mydata-r-mark-v { font-family: "JetBrains Mono", ui-monospace, monospace; font-weight: 700; font-size: 11px; }
.vb-mydata-flow { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 14px; background: rgba(255,255,255,0.04); border: 1px solid var(--line); border-radius: 14px; }
.vb-mydata-step { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 10px 14px; border-radius: 10px; min-width: 90px; }
.vb-mydata-step-active { background: var(--grad-soft); border: 1px solid rgba(167,139,250,0.4); }
.vb-mydata-step-icon { font-size: 22px; }
.vb-mydata-step-lab { font-size: 11px; color: var(--ink-soft); font-weight: 600; }
.vb-mydata-arrow { color: var(--ink-mute); font-size: 18px; }

/* KDS art (mirrors the user's screenshot) */
.vb-kds { background: #1a1d36; border-radius: 16px; overflow: hidden; box-shadow: 0 16px 30px rgba(0,0,0,0.3); }
.vb-kds-head { display: flex; justify-content: space-between; align-items: center; padding: 14px 18px; background: #14172e; border-bottom: 1px solid rgba(255,255,255,0.05); }
.vb-kds-brand { display: flex; align-items: center; gap: 10px; }
.vb-kds-icon { font-size: 22px; }
.vb-kds-title { font-weight: 800; font-size: 14px; color: white; }
.vb-kds-sub { font-size: 11px; color: rgba(255,255,255,0.5); }
.vb-kds-meta { display: flex; align-items: center; gap: 10px; }
.vb-kds-conn { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; color: #4ade80; background: rgba(34,197,94,0.12); padding: 4px 10px; border-radius: 999px; font-weight: 600; }
.vb-kds-conn-dot { width: 6px; height: 6px; border-radius: 50%; background: #4ade80; }
.vb-kds-pill { background: linear-gradient(135deg, #ea580c, #f59e0b); color: white; font-size: 11px; font-weight: 700; padding: 5px 12px; border-radius: 6px; }
.vb-kds-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 12px; background: #1a1d36; }
.vb-kds-card { background: #232742; border-radius: 8px; padding: 10px; display: flex; flex-direction: column; min-height: 280px; }
.vb-kds-card-head { display: flex; justify-content: space-between; align-items: center; }
.vb-kds-card-l { display: flex; align-items: center; gap: 8px; }
.vb-kds-num { font-size: 28px; font-weight: 800; color: white; line-height: 1; }
.vb-kds-table { font-size: 13px; color: white; font-weight: 600; }
.vb-kds-card-r { font-size: 10.5px; color: rgba(255,255,255,0.6); display: inline-flex; align-items: center; gap: 4px; }
.vb-kds-floor { font-size: 10px; color: rgba(255,255,255,0.5); margin-top: 2px; }
.vb-kds-progress { margin-top: 6px; height: 6px; background: rgba(255,255,255,0.1); border-radius: 999px; overflow: hidden; }
.vb-kds-progress-bar { height: 100%; background: #22c55e; border-radius: 999px; transition: width 0.3s; }
.vb-kds-progress-lab { font-size: 10px; color: rgba(255,255,255,0.5); margin-top: 3px; text-align: right; }
.vb-kds-items { flex: 1; margin-top: 8px; display: flex; flex-direction: column; gap: 6px; }
.vb-kds-sec { display: flex; flex-direction: column; gap: 4px; }
.vb-kds-sec-label { display: inline-block; align-self: flex-start; padding: 2px 8px; background: #5b8dff; color: white; font-size: 9.5px; font-weight: 700; border-radius: 4px; }
.vb-kds-item { display: flex; align-items: flex-start; gap: 6px; padding: 6px 8px; background: #2c3151; border-radius: 5px; }
.vb-kds-item-done { background: rgba(34,197,94,0.10); border: 1px solid rgba(34,197,94,0.3); }
.vb-kds-q { background: rgba(255,255,255,0.1); padding: 2px 6px; border-radius: 3px; font-size: 10.5px; font-weight: 700; color: white; flex-shrink: 0; }
.vb-kds-it-text { flex: 1; }
.vb-kds-it-name { font-size: 11px; font-weight: 600; color: white; }
.vb-kds-strike { text-decoration: line-through; opacity: 0.55; }
.vb-kds-it-var { font-size: 9.5px; color: rgba(255,255,255,0.5); }
.vb-kds-it-note { font-size: 9.5px; color: rgba(255,255,255,0.6); margin-top: 2px; }
.vb-kds-tag { font-size: 9px; font-weight: 800; padding: 2px 5px; border-radius: 3px; flex-shrink: 0; align-self: center; }
.vb-kds-tag-tap { background: #5b8dff; color: white; letter-spacing: 0.05em; }
.vb-kds-tag-done { background: #22c55e; color: white; width: 16px; height: 16px; display: grid; place-items: center; padding: 0; }
.vb-kds-actions { display: flex; flex-direction: column; gap: 4px; margin-top: 8px; }
.vb-kds-btn { padding: 7px; font-size: 10.5px; font-weight: 700; border-radius: 5px; cursor: pointer; }
.vb-kds-btn-go { background: #ea580c; color: white; }
.vb-kds-btn-call { background: #2c3151; color: rgba(255,255,255,0.85); }

/* Stock art */
.vb-stock { background: rgba(20,20,58,0.4); border-radius: 14px; padding: 16px; }
.vb-stock-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.vb-stock-title { font-weight: 700; font-size: 14px; color: white; }
.vb-stock-sub { font-size: 11px; color: var(--ink-mute); }
.vb-stock-alerts { background: rgba(239,68,68,0.18); color: #fca5a5; font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 999px; border: 1px solid rgba(239,68,68,0.3); }
.vb-stock-list { display: flex; flex-direction: column; gap: 10px; padding: 14px 0; }
.vb-stock-row { display: grid; grid-template-columns: 1.2fr 1.5fr auto; gap: 12px; align-items: center; }
.vb-stock-name { font-size: 12.5px; font-weight: 600; color: white; }
.vb-stock-bar { height: 8px; background: rgba(255,255,255,0.08); border-radius: 999px; overflow: hidden; }
.vb-stock-bar-fill { height: 100%; border-radius: 999px; transition: width 0.4s; }
.vb-stock-q { display: flex; gap: 4px; align-items: baseline; font-size: 12.5px; font-weight: 700; color: white; min-width: 60px; justify-content: flex-end; }
.vb-stock-u { font-size: 10.5px; color: var(--ink-mute); font-weight: 500; }
.vb-stock-recipe { background: rgba(255,255,255,0.05); border-radius: 10px; padding: 12px; border: 1px solid var(--line); margin-top: 8px; }
.vb-stock-recipe-head { font-size: 11px; font-weight: 700; color: var(--violet); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 8px; }
.vb-stock-recipe-list { display: flex; gap: 6px; flex-wrap: wrap; }
.vb-stock-recipe-list span { font-size: 11.5px; color: var(--ink-soft); padding: 4px 10px; background: rgba(255,255,255,0.06); border-radius: 999px; }

/* CAPABILITIES grid */
.vb-caps { padding: 80px 32px; max-width: 1240px; margin: 0 auto; position: relative; z-index: 1; }
.vb-caps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.vb-cap { background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 24px; backdrop-filter: blur(12px); transition: transform 0.2s, border-color 0.2s; }
.vb-cap:hover { transform: translateY(-2px); border-color: rgba(167,139,250,0.4); }
.vb-cap-icon { font-size: 28px; margin-bottom: 12px; display: inline-grid; place-items: center; width: 50px; height: 50px; background: var(--grad-soft); border: 1px solid var(--line); border-radius: 12px; }
.vb-cap-title { font-weight: 700; font-size: 17px; color: white; margin-bottom: 6px; }
.vb-cap-body { font-size: 14px; color: var(--ink-soft); line-height: 1.5; }

/* DEMO BOOKING MODAL */
.vb-modal-back { position: fixed; inset: 0; background: rgba(8, 6, 24, 0.7); backdrop-filter: blur(8px); z-index: 1000; display: grid; place-items: center; padding: 24px; animation: vbModalBack 0.25s ease; }
@keyframes vbModalBack { from { opacity: 0; } to { opacity: 1; } }
.vb-modal { width: min(720px, 100%); max-height: calc(100vh - 48px); background: linear-gradient(180deg, #1a1438 0%, #0f0a28 100%); border: 1px solid rgba(167,139,250,0.25); border-radius: 24px; box-shadow: 0 40px 100px rgba(0,0,0,0.6), 0 0 0 1px rgba(255,255,255,0.04) inset; position: relative; display: flex; flex-direction: column; overflow: hidden; animation: vbModalIn 0.35s cubic-bezier(0.34,1.56,0.64,1); color: white; }
@keyframes vbModalIn { from { opacity: 0; transform: translateY(20px) scale(0.96); } to { opacity: 1; transform: translateY(0) scale(1); } }
.vb-modal::before { content: ""; position: absolute; inset: 0; background: radial-gradient(80% 50% at 50% 0%, rgba(167,139,250,0.18), transparent 60%); pointer-events: none; }
.vb-modal-close { position: absolute; top: 16px; right: 16px; width: 36px; height: 36px; border-radius: 10px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); color: white; font-size: 22px; line-height: 1; cursor: pointer; transition: background 0.2s; z-index: 2; }
.vb-modal-close:hover { background: rgba(255,255,255,0.12); }

.vb-modal-head { padding: 36px 32px 20px; position: relative; z-index: 1; }
.vb-modal-eyebrow { display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px; background: rgba(167,139,250,0.15); border: 1px solid rgba(167,139,250,0.3); border-radius: 999px; font-size: 11.5px; font-weight: 600; color: #d6c8ff; margin-bottom: 12px; }
.vb-modal-title { font-size: 28px; font-weight: 800; letter-spacing: -0.02em; margin: 0 0 6px; }
.vb-modal-sub { font-size: 14px; color: var(--ink-soft); margin: 0 0 24px; }
.vb-modal-steps { display: flex; gap: 8px; align-items: center; }
.vb-modal-step { display: flex; align-items: center; gap: 8px; padding: 6px 10px 6px 6px; border-radius: 999px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); font-size: 12px; color: var(--ink-mute); transition: all 0.3s; flex: 1; min-width: 0; }
.vb-modal-step span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vb-modal-step-dot { width: 22px; height: 22px; border-radius: 50%; background: rgba(255,255,255,0.1); display: grid; place-items: center; font-size: 11px; font-weight: 700; color: var(--ink-mute); flex-shrink: 0; }
.vb-modal-step-active { border-color: rgba(167,139,250,0.5); background: rgba(167,139,250,0.12); color: white; }
.vb-modal-step-active .vb-modal-step-dot { background: linear-gradient(135deg, #a78bfa, #7c3aed); color: white; }
.vb-modal-step-done .vb-modal-step-dot { background: #22c55e; color: white; }

.vb-modal-body { padding: 16px 32px 24px; overflow-y: auto; position: relative; z-index: 1; }
.vb-modal-form { display: flex; flex-direction: column; gap: 20px; }
.vb-modal-row { display: grid; gap: 16px; }
.vb-modal-row-2 { grid-template-columns: 1fr 1fr; }
.vb-modal-field { display: flex; flex-direction: column; gap: 8px; }
.vb-modal-field > span { font-size: 12.5px; font-weight: 600; color: var(--ink-soft); letter-spacing: 0.01em; }
.vb-modal-field input { padding: 12px 14px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.10); border-radius: 10px; color: white; font-size: 14px; font-family: inherit; transition: border-color 0.2s, background 0.2s; }
.vb-modal-field input:focus { outline: none; border-color: rgba(167,139,250,0.5); background: rgba(255,255,255,0.07); }
.vb-modal-field input::placeholder { color: rgba(255,255,255,0.3); }

.vb-modal-pills { display: flex; gap: 8px; flex-wrap: wrap; }
.vb-modal-pill { padding: 9px 16px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.10); border-radius: 999px; color: var(--ink-soft); font-size: 13px; font-weight: 600; cursor: pointer; transition: all 0.2s; font-family: inherit; }
.vb-modal-pill:hover { background: rgba(255,255,255,0.08); }
.vb-modal-pill-active { background: linear-gradient(135deg, rgba(167,139,250,0.25), rgba(124,58,237,0.18)); border-color: rgba(167,139,250,0.5); color: white; }

.vb-modal-days { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.vb-modal-day { display: flex; flex-direction: column; align-items: center; gap: 2px; padding: 10px 6px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; cursor: pointer; transition: all 0.2s; font-family: inherit; }
.vb-modal-day:hover { background: rgba(255,255,255,0.07); border-color: rgba(167,139,250,0.3); }
.vb-modal-day-name { font-size: 10.5px; font-weight: 600; color: var(--ink-mute); letter-spacing: 0.04em; text-transform: uppercase; }
.vb-modal-day-num { font-size: 20px; font-weight: 800; color: white; line-height: 1; }
.vb-modal-day-mon { font-size: 10px; font-weight: 500; color: var(--ink-mute); }
.vb-modal-day-active { background: linear-gradient(135deg, rgba(167,139,250,0.28), rgba(124,58,237,0.18)); border-color: rgba(167,139,250,0.6); }
.vb-modal-day-active .vb-modal-day-num { color: white; }

.vb-modal-slots { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; }
.vb-modal-slot { padding: 9px 6px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 8px; color: var(--ink-soft); font-size: 12.5px; font-weight: 600; cursor: pointer; transition: all 0.2s; font-family: inherit; }
.vb-modal-slot:hover { background: rgba(255,255,255,0.07); border-color: rgba(167,139,250,0.3); }
.vb-modal-slot-active { background: linear-gradient(135deg, rgba(167,139,250,0.28), rgba(124,58,237,0.18)); border-color: rgba(167,139,250,0.6); color: white; }

.vb-modal-channels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.vb-modal-ch { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 14px 10px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; color: var(--ink-soft); font-size: 12px; font-weight: 600; cursor: pointer; transition: all 0.2s; text-align: center; font-family: inherit; }
.vb-modal-ch:hover { background: rgba(255,255,255,0.07); border-color: rgba(167,139,250,0.3); }
.vb-modal-ch-ic { font-size: 24px; }
.vb-modal-ch-active { background: linear-gradient(135deg, rgba(167,139,250,0.25), rgba(124,58,237,0.18)); border-color: rgba(167,139,250,0.5); color: white; }

.vb-modal-summary { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; padding: 18px 20px; display: flex; flex-direction: column; gap: 10px; }
.vb-modal-sum-row { display: flex; justify-content: space-between; gap: 16px; font-size: 13.5px; }
.vb-modal-sum-row > span { color: var(--ink-mute); font-weight: 500; }
.vb-modal-sum-row > b { color: white; font-weight: 700; text-align: right; }
.vb-modal-sum-divider { height: 1px; background: rgba(255,255,255,0.08); margin: 4px 0; }
.vb-modal-privacy { font-size: 12px; color: var(--ink-mute); margin: 0; line-height: 1.5; }

.vb-modal-foot { padding: 18px 32px 24px; border-top: 1px solid rgba(255,255,255,0.08); display: flex; justify-content: space-between; align-items: center; gap: 12px; position: relative; z-index: 1; background: rgba(0,0,0,0.15); }
.vb-modal-stepcount { font-size: 12px; color: var(--ink-mute); font-weight: 500; letter-spacing: 0.04em; }
.vb-modal-actions { display: flex; gap: 8px; }
.vb-modal-actions .vb-btn-primary:disabled { opacity: 0.4; cursor: not-allowed; }
.vb-modal-actions-center { justify-content: center; }

/* Success state */
.vb-modal-success { padding: 40px 32px 32px; text-align: center; align-items: center; }
.vb-modal-success-ring { width: 72px; height: 72px; border-radius: 50%; background: linear-gradient(135deg, #22c55e, #16a34a); display: grid; place-items: center; margin: 0 auto 20px; box-shadow: 0 12px 30px rgba(34,197,94,0.4); animation: vbModalCheck 0.6s cubic-bezier(0.34,1.56,0.64,1); }
@keyframes vbModalCheck { from { transform: scale(0); } to { transform: scale(1); } }
.vb-modal-success-check { color: white; font-size: 38px; font-weight: 800; line-height: 1; }
.vb-modal-success-title { font-size: 28px; font-weight: 800; margin: 0 0 8px; }
.vb-modal-success-sub { font-size: 14px; color: var(--ink-soft); margin: 0 0 24px; max-width: 380px; }
.vb-modal-success-card { width: 100%; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; padding: 18px 20px; display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; text-align: left; }
