/* =========================================================================
   Vigía Marketing Kit v2 — violet-dominant, dark dramático
   Uses tokens from colors_and_type.css (--vg-violet-*, --vg-navy-*, etc.)
   Separated intentionally from product UI (product = dual light/dark).
   ========================================================================= */

body { margin: 0; background: var(--vg-navy-900); color: #F1F5F9; font-family: var(--vg-font-sans); -webkit-font-smoothing: antialiased; }
*, *::before, *::after { box-sizing: border-box; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; color: inherit; }

/* Ambient atmosphere — aurora + grain */
body::before { content: ""; position: fixed; inset: -20% -10% 40% -10%; height: 70vh; background: radial-gradient(ellipse at 30% 20%, rgba(124,58,237,0.35), transparent 60%), radial-gradient(ellipse at 80% 10%, rgba(217,70,239,0.22), transparent 55%); filter: blur(40px); pointer-events: none; z-index: 0; }

/* ---------- Layout primitives ---------- */
.vg-section { max-width: 1200px; margin: 0 auto; padding: 96px 32px; position: relative; z-index: 1; }
.vg-section-head { display: flex; flex-direction: column; gap: 14px; max-width: 720px; margin: 0 auto 56px; text-align: center; align-items: center; }
.vg-eyebrow { font-family: var(--vg-font-mono); font-size: 11px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vg-violet-300); }
.vg-h2 { font-size: clamp(32px, 4.5vw, 56px); line-height: 1.08; letter-spacing: -0.03em; font-weight: 600; margin: 0; color: #F8FAFC; }
.vg-h2 em { font-family: var(--vg-font-serif); font-style: italic; font-weight: 400; letter-spacing: -0.02em; background: var(--vg-grad-hero); -webkit-background-clip: text; background-clip: text; color: transparent; }
.vg-h3 { font-size: 28px; line-height: 1.2; letter-spacing: -0.02em; font-weight: 600; margin: 0; color: #F8FAFC; }
.vg-lead { font-size: 17px; line-height: 1.6; color: #CBD5E1; margin: 0; max-width: 64ch; }
.vg-body { font-size: 15px; line-height: 1.65; color: #CBD5E1; margin: 0; }

/* ---------- Buttons ---------- */
.vg-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-size: 14px; font-weight: 500; padding: 11px 20px; border-radius: 10px; border: 1px solid transparent; transition: all 150ms var(--vg-ease-out); white-space: nowrap; }
.vg-btn-sm { font-size: 13px; padding: 8px 14px; }
.vg-btn-lg { font-size: 15px; padding: 13px 24px; }
.vg-btn-primary { background: var(--vg-violet-600); color: #fff; box-shadow: 0 0 0 1px rgba(168,85,247,0.25), 0 8px 20px rgba(124,58,237,0.25); }
.vg-btn-primary:hover { background: var(--vg-violet-500); box-shadow: 0 0 0 1px rgba(168,85,247,0.45), 0 12px 32px rgba(168,85,247,0.4); }
.vg-btn-gradient { background: var(--vg-grad-hero); color: #fff; }
.vg-btn-gradient:hover { transform: translateY(-1px); box-shadow: 0 0 40px rgba(168,85,247,0.4); }
.vg-btn-secondary { background: rgba(255,255,255,0.03); border-color: rgba(255,255,255,0.14); color: #F1F5F9; }
.vg-btn-secondary:hover { background: rgba(168,85,247,0.1); border-color: var(--vg-violet-400); }
.vg-btn-ghost { background: transparent; color: #CBD5E1; }
.vg-btn-ghost:hover { color: #fff; background: rgba(255,255,255,0.04); }

/* ---------- Browser frame ---------- */
.vg-browser { border: 1px solid rgba(255,255,255,0.12); border-radius: 16px; overflow: hidden; background: var(--vg-navy-800); box-shadow: 0 40px 120px rgba(0,0,0,0.55), 0 0 0 1px rgba(168,85,247,0.2); }
.vg-browser-chrome { height: 36px; background: rgba(7,14,31,0.8); display: flex; align-items: center; gap: 6px; padding: 0 14px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.vg-browser-chrome .vg-tl { width: 10px; height: 10px; border-radius: 9999px; background: rgba(255,255,255,0.15); }
.vg-browser-url { margin-left: 14px; font-family: var(--vg-font-mono); font-size: 11px; color: #94A3B8; }
.vg-browser img { display: block; width: 100%; height: auto; }

/* ---------- Nav ---------- */
.vg-nav { position: sticky; top: 0; z-index: 50; transition: all 200ms; border-bottom: 1px solid transparent; }
.vg-nav.is-scrolled { background: rgba(7,14,31,0.8); backdrop-filter: blur(16px); border-bottom-color: rgba(255,255,255,0.06); }
.vg-nav-inner { max-width: 1200px; margin: 0 auto; padding: 14px 32px; display: flex; align-items: center; gap: 32px; }
.vg-nav-brand { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: 18px; letter-spacing: -0.015em; color: #fff; }
.vg-nav-brand img { width: auto; height: 110px; }
.vg-nav-links { display: flex; gap: 28px; margin-left: auto; align-items: center; }
.vg-nav-links > a { font-size: 14px; color: #CBD5E1; transition: color 150ms; line-height: 1; display: inline-flex; align-items: center; }
.vg-nav-links > a:hover { color: #fff; }
.vg-nav-cta { display: flex; gap: 8px; align-items: center; }
.vg-nav-burger { display: none; background: transparent; border: 0; padding: 8px; cursor: pointer; flex-direction: column; gap: 5px; width: 40px; height: 40px; align-items: center; justify-content: center; }
.vg-nav-burger span { display: block; width: 22px; height: 2px; background: #F1F5F9; border-radius: 2px; transition: transform 200ms, opacity 200ms; }
.vg-nav.is-menu-open .vg-nav-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.vg-nav.is-menu-open .vg-nav-burger span:nth-child(2) { opacity: 0; }
.vg-nav.is-menu-open .vg-nav-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.vg-nav-drawer { position: fixed; inset: 0; top: 0; background: rgba(7,14,31,0.96); backdrop-filter: blur(20px); z-index: 49; padding-top: 100px; overflow-y: auto; animation: vgFade 200ms ease-out; }
.vg-nav-drawer-inner { max-width: 480px; margin: 0 auto; padding: 24px 32px 48px; display: flex; flex-direction: column; gap: 12px; }
.vg-nav-drawer-link { font-size: 18px; font-weight: 500; color: #F1F5F9; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.06); text-decoration: none; transition: color 150ms; }
.vg-nav-drawer-link:hover, .vg-nav-drawer-link:focus { color: var(--vg-violet-300, #c4b5fd); }
.vg-nav-drawer-divider { height: 1px; background: rgba(255,255,255,0.08); margin: 16px 0 8px; }
@keyframes vgFade { from { opacity: 0; } to { opacity: 1; } }

/* ---------- Nav mega-menu (Plataforma) ---------- */
.vg-nav-dropdown { position: relative; display: inline-flex; align-items: center; line-height: 1; }
.vg-nav-dropdown-trigger { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; color: #CBD5E1; padding: 0; margin: 0; cursor: pointer; transition: color 150ms; font-family: inherit; line-height: 1; background: transparent; border: 0; }
.vg-nav-dropdown-trigger:hover, .vg-nav-dropdown.is-open .vg-nav-dropdown-trigger { color: #fff; }
.vg-nav-caret { font-size: 10px; opacity: 0.7; transition: transform 200ms; display: inline-block; }
.vg-nav-dropdown.is-open .vg-nav-caret { transform: rotate(180deg); }
.vg-mega-panel {
  position: absolute; top: calc(100% + 14px); left: 50%; transform: translateX(-50%);
  width: min(760px, 92vw);
  background: linear-gradient(180deg, rgba(18,27,56,0.98), rgba(7,14,31,0.98));
  border: 1px solid rgba(168,85,247,0.25);
  border-radius: 20px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.55), 0 0 0 1px rgba(168,85,247,0.15);
  padding: 24px;
  backdrop-filter: blur(20px);
  animation: vgFade 180ms ease-out;
  z-index: 60;
}
.vg-mega-panel::before {
  content: ""; position: absolute; top: -7px; left: 50%; width: 14px; height: 14px;
  background: rgba(18,27,56,0.98); transform: translateX(-50%) rotate(45deg);
  border-left: 1px solid rgba(168,85,247,0.25); border-top: 1px solid rgba(168,85,247,0.25);
}
.vg-mega-head { margin-bottom: 18px; text-align: left; }
.vg-mega-sub { font-size: 13px; line-height: 1.55; color: #94A3B8; margin: 8px 0 0; }
.vg-mega-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.vg-mega-item {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 14px; border-radius: 14px;
  border: 1px solid transparent;
  transition: all 180ms var(--vg-ease-out, ease-out);
}
.vg-mega-item:hover {
  background: rgba(124,58,237,0.10);
  border-color: rgba(168,85,247,0.35);
  transform: translateY(-1px);
}
.vg-mega-item-ico { font-size: 26px; line-height: 1; flex-shrink: 0; }
.vg-mega-item-body { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.vg-mega-item-title {
  font-size: 14px; font-weight: 600; color: #F8FAFC;
  display: inline-flex; align-items: center; gap: 8px;
}
.vg-mega-badge {
  font-family: var(--vg-font-mono, monospace);
  font-size: 9px; font-weight: 600; letter-spacing: 0.08em;
  padding: 2px 6px; border-radius: 4px;
  background: var(--vg-grad-hero, linear-gradient(135deg, #7c3aed, #d946ef));
  color: #fff; text-transform: uppercase;
}
.vg-mega-item-desc { font-size: 12px; line-height: 1.5; color: #94A3B8; }
.vg-mega-foot {
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  margin-top: 16px; padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.vg-mega-foot-link {
  font-size: 13px; color: var(--vg-violet-300, #c4b5fd); font-weight: 500;
}
.vg-mega-foot-link:hover { color: #fff; }

/* Mobile drawer accordion */
.vg-nav-drawer-accordion {
  display: flex !important; align-items: center; justify-content: space-between;
  width: 100%; background: transparent; cursor: pointer; font-family: inherit;
}
.vg-nav-drawer-accordion.is-open .vg-nav-caret { transform: rotate(180deg); }
.vg-nav-drawer-sub { display: flex; flex-direction: column; gap: 4px; padding: 4px 0 12px; margin-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.vg-nav-drawer-sublink {
  display: flex; gap: 12px; align-items: flex-start;
  padding: 12px 10px; border-radius: 12px;
  text-decoration: none; transition: background 150ms;
}
.vg-nav-drawer-sublink:hover, .vg-nav-drawer-sublink:focus { background: rgba(124,58,237,0.10); }
.vg-nav-drawer-subico { font-size: 22px; line-height: 1; }
.vg-nav-drawer-subtitle { display: block; font-size: 15px; font-weight: 600; color: #F1F5F9; }
.vg-nav-drawer-subdesc { display: block; font-size: 12px; color: #94A3B8; line-height: 1.4; margin-top: 2px; }

@media (max-width: 720px) {
  .vg-mega-grid { grid-template-columns: 1fr; }
  .vg-mega-foot { flex-direction: column; align-items: stretch; }
}

@media (max-width: 1024px) {
  .vg-nav-inner { padding: 12px 20px; gap: 16px; }
  .vg-nav-brand img { height: 56px; }
  .vg-nav-links { display: none; }
  .vg-nav-cta { display: none; }
  .vg-nav-burger { display: flex; margin-left: auto; }
}
@media (max-width: 600px) {
  .vg-nav-brand img { height: 44px; }
  .vg-nav-inner { padding: 10px 16px; }
}

/* ---------- Hero ---------- */
.vg-hero { position: relative; max-width: 1320px; margin: 0 auto; padding: 24px 32px 64px; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 56px; align-items: center; }
.vg-hero-inner { display: flex; flex-direction: column; gap: 22px; max-width: 640px; }
.vg-hero-badge { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; padding: 6px 12px; border-radius: 9999px; border: 1px solid rgba(168,85,247,0.35); background: rgba(124,58,237,0.1); color: var(--vg-violet-300); font-weight: 500; align-self: flex-start; }
.vg-hero-badge::before { content: ""; width: 6px; height: 6px; border-radius: 9999px; background: var(--vg-violet-400); box-shadow: 0 0 8px var(--vg-violet-400); }
.vg-hero-h1 { font-size: clamp(40px, 5.6vw, 76px); line-height: 1.02; letter-spacing: -0.04em; font-weight: 600; margin: 8px 0 0; color: #F8FAFC; }
.vg-hero-h1 em { font-family: var(--vg-font-serif); font-style: italic; font-weight: 400; letter-spacing: -0.03em; background: var(--vg-grad-hero); -webkit-background-clip: text; background-clip: text; color: transparent; }
.vg-hero-lead { font-size: 18px; line-height: 1.6; color: #CBD5E1; max-width: 56ch; margin: 8px 0 0; }
.vg-hero-cta { display: flex; gap: 12px; margin-top: 16px; flex-wrap: wrap; }
.vg-hero-trust { display: flex; gap: 14px; align-items: center; margin-top: 32px; color: #94A3B8; font-size: 12px; flex-wrap: wrap; font-family: var(--vg-font-mono); }
.vg-trust-logos { display: flex; gap: 10px; font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase; }
.vg-hero-frame { position: relative; z-index: 1; margin-top: 0; }
.vg-hero-frame .vg-browser { transition: transform .35s ease, box-shadow .35s ease; }
.vg-hero-frame .vg-browser:hover { transform: translateY(-3px); box-shadow: 0 24px 60px -20px rgba(124,58,237,0.45); }
@media (max-width: 1024px) {
  .vg-hero { grid-template-columns: 1fr; gap: 36px; padding: 16px 24px 48px; }
  .vg-hero-inner { max-width: 100%; }
  .vg-hero-frame { margin-top: 8px; }
}

/* ---------- Problem grid ---------- */
.vg-problem-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.vg-problem-card { background: rgba(18,27,56,0.6); border: 1px solid rgba(255,255,255,0.08); border-radius: 20px; padding: 24px; display: flex; flex-direction: column; gap: 10px; transition: all 200ms; }
.vg-problem-card:hover { border-color: rgba(168,85,247,0.4); transform: translateY(-2px); background: rgba(18,27,56,0.9); }
.vg-problem-ico { font-size: 22px; }
.vg-problem-t { font-size: 15px; font-weight: 600; color: #F1F5F9; }
.vg-problem-d { font-size: 13px; line-height: 1.55; color: #94A3B8; }
@media (max-width: 900px) { .vg-problem-grid { grid-template-columns: repeat(2, 1fr); } }

/* ---------- Feature block ---------- */
.vg-feature { display: grid; grid-template-columns: 1fr 1.2fr; gap: 64px; align-items: center; max-width: 1200px; margin: 0 auto; padding: 64px 32px; position: relative; z-index: 1; }
.vg-feature.is-reverse { grid-template-columns: 1.2fr 1fr; }
.vg-feature.is-reverse .vg-feature-copy { order: 2; }
.vg-feature.is-reverse .vg-feature-frame { order: 1; }
.vg-feature-copy { display: flex; flex-direction: column; gap: 14px; }
.vg-feature-kicker { font-family: var(--vg-font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: #fff; background: var(--vg-grad-hero); padding: 4px 12px; border-radius: 9999px; align-self: flex-start; font-weight: 500; }
.vg-feature-bullets { list-style: none; padding: 0; margin: 8px 0 0; display: flex; flex-direction: column; gap: 10px; }
.vg-feature-bullets li { padding-left: 22px; position: relative; font-size: 14px; color: #CBD5E1; line-height: 1.55; }
.vg-feature-bullets li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--vg-violet-400); font-weight: 600; }
@media (max-width: 900px) { .vg-feature, .vg-feature.is-reverse { grid-template-columns: 1fr; gap: 32px; } .vg-feature.is-reverse .vg-feature-copy { order: 1; } .vg-feature.is-reverse .vg-feature-frame { order: 2; } }

/* ---------- Drift alert ---------- */
.vg-drift { border: 1px solid rgba(239,68,68,0.35); background: linear-gradient(180deg, rgba(239,68,68,0.12), rgba(239,68,68,0.02)); border-radius: 16px; padding: 20px; display: flex; flex-direction: column; gap: 12px; max-width: 460px; }
.vg-drift-head { display: flex; gap: 10px; align-items: center; }
.vg-drift-flag { font-family: var(--vg-font-mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; padding: 4px 10px; border-radius: 6px; background: rgba(239,68,68,0.25); color: #FCA5A5; }
.vg-drift-flag::before { content: ""; display: inline-block; width: 5px; height: 5px; border-radius: 9999px; background: currentColor; margin-right: 6px; animation: vgPulse 1.6s infinite; }
@keyframes vgPulse { 0%,100%{opacity:1} 50%{opacity:0.3} }
.vg-drift-title { font-size: 13px; color: #CBD5E1; font-weight: 500; }
.vg-drift-msg { font-size: 15px; font-weight: 600; color: #F1F5F9; }
.vg-drift-meta { font-size: 12px; color: #94A3B8; margin-top: 4px; font-family: var(--vg-font-mono); }
.vg-drift-actions { display: flex; gap: 8px; margin-top: 4px; }

/* ---------- Stats ---------- */
.vg-stats-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px 56px; border-top: 1px solid rgba(255,255,255,0.08); border-bottom: 1px solid rgba(255,255,255,0.08); padding: 56px 0; max-width: 960px; margin: 0 auto; }
.vg-stat { display: flex; flex-direction: column; gap: 10px; padding: 0 16px; border-right: 0; }
.vg-stat-n { font-family: var(--vg-font-sans); font-size: 56px; font-weight: 700; letter-spacing: -0.03em; line-height: 1; background: var(--vg-grad-hero); -webkit-background-clip: text; background-clip: text; color: transparent; }
.vg-stat-l { font-size: 13px; color: #CBD5E1; line-height: 1.5; letter-spacing: normal; font-weight: 400; }
@media (min-width: 1100px) {
  .vg-stats-row { grid-template-columns: repeat(4, 1fr); gap: 32px; max-width: none; padding: 40px 0; }
  .vg-stat { padding: 0 20px; border-right: 1px solid rgba(255,255,255,0.06); }
  .vg-stat:last-child { border-right: 0; }
}
@media (max-width: 640px) { .vg-stats-row { grid-template-columns: 1fr; gap: 28px; } .vg-stat { padding: 12px 16px; border-bottom: 1px solid rgba(255,255,255,0.06); } .vg-stat:last-child { border-bottom: 0; } }

/* ---------- Framework grid ---------- */
.vg-fw-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.vg-fw { border: 1px solid rgba(255,255,255,0.08); background: rgba(18,27,56,0.5); border-radius: 14px; padding: 20px; transition: all 150ms; }
.vg-fw:hover { border-color: var(--vg-violet-400); background: rgba(124,58,237,0.08); }
.vg-fw-n { font-family: var(--vg-font-mono); font-size: 15px; font-weight: 500; color: #F1F5F9; letter-spacing: -0.01em; }
.vg-fw-s { font-size: 12px; color: #94A3B8; margin-top: 6px; }
@media (max-width: 700px) { .vg-fw-grid { grid-template-columns: repeat(2, 1fr); } }

/* ---------- Pricing ---------- */
.vg-pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.vg-tier { position: relative; border: 1px solid rgba(255,255,255,0.08); background: rgba(18,27,56,0.5); border-radius: 20px; padding: 28px 24px; display: flex; flex-direction: column; gap: 12px; transition: all 200ms; }
.vg-tier:hover { border-color: rgba(168,85,247,0.3); transform: translateY(-2px); }
.vg-tier.is-recommended { border-color: rgba(168,85,247,0.5); background: linear-gradient(180deg, rgba(124,58,237,0.12), rgba(124,58,237,0) 60%), rgba(18,27,56,0.8); box-shadow: 0 0 40px rgba(168,85,247,0.18); }
.vg-tier-badge { position: absolute; top: -10px; left: 50%; transform: translateX(-50%); font-family: var(--vg-font-mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; padding: 4px 10px; border-radius: 9999px; background: var(--vg-grad-hero); color: #fff; }
.vg-tier-tag { font-size: 28px; }
.vg-tier-name { font-family: var(--vg-font-mono); font-size: 12px; letter-spacing: 0.2em; color: #F1F5F9; font-weight: 500; }
.vg-tier-focus { font-size: 13px; color: #CBD5E1; }
.vg-tier-price { font-size: 28px; font-weight: 600; letter-spacing: -0.02em; color: #F8FAFC; margin: 4px 0 8px; }
.vg-tier-bullets { list-style: none; padding: 0; margin: 0 0 16px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.vg-tier-bullets li { font-size: 13px; line-height: 1.5; color: #CBD5E1; padding-left: 22px; position: relative; }
.vg-tier-bullets li::before { content: "✓"; position: absolute; left: 0; color: var(--vg-violet-400); }
.vg-tier-cta { width: 100%; }
@media (max-width: 900px) { .vg-pricing { grid-template-columns: 1fr; } }

/* ---------- FAQ ---------- */
.vg-faq { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 4px; }
.vg-faq-item { border-bottom: 1px solid rgba(255,255,255,0.08); }
.vg-faq-q { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 20px 0; font-size: 16px; font-weight: 500; color: #F1F5F9; text-align: left; }
.vg-faq-chev { font-family: var(--vg-font-mono); color: #94A3B8; font-size: 20px; transition: transform 200ms; }
.vg-faq-item.is-open .vg-faq-chev { transform: rotate(45deg); color: var(--vg-violet-400); }
.vg-faq-a { padding: 0 0 20px; font-size: 14px; line-height: 1.65; color: #CBD5E1; max-width: 64ch; }

/* ---------- Footer ---------- */
.vg-footer { border-top: 1px solid rgba(255,255,255,0.08); padding: 48px 0 32px; background: var(--vg-navy-950); position: relative; z-index: 1; }
.vg-footer-inner { max-width: 1200px; margin: 0 auto; padding: 0 32px 32px; display: flex; gap: 64px; flex-wrap: wrap; }
.vg-footer-brand { display: flex; align-items: flex-start; gap: 10px; font-size: 18px; font-weight: 600; color: #fff; min-width: 200px; }
.vg-footer-brand img { width: auto; height: 110px; opacity: 1; }
.vg-footer-cols { display: grid; grid-template-columns: repeat(5, minmax(120px, 1fr)); gap: 32px; margin-left: auto; }
@media (max-width: 1024px) { .vg-footer-cols { grid-template-columns: repeat(3, minmax(140px, 1fr)); gap: 40px; } }
@media (max-width: 640px) { .vg-footer-cols { grid-template-columns: repeat(2, 1fr); gap: 28px; } }
.vg-footer-cols > div { display: flex; flex-direction: column; gap: 8px; }
.vg-footer-h { font-family: var(--vg-font-mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: #94A3B8; margin-bottom: 6px; }
.vg-footer-cols a { font-size: 13px; color: #E2E8F0; }
.vg-footer-cols a:hover { color: #fff; }
.vg-footer-legal { max-width: 1200px; margin: 0 auto; padding: 24px 32px 0; border-top: 1px solid rgba(255,255,255,0.06); display: flex; justify-content: space-between; font-size: 12px; color: #94A3B8; flex-wrap: wrap; gap: 12px; }
.vg-footer-tag { font-family: var(--vg-font-mono); letter-spacing: 0.14em; text-transform: uppercase; color: var(--vg-violet-300); }

/* ---------- Related reading (internal linking) ---------- */
.vg-related { max-width: 1200px; margin: 0 auto; padding: 64px 32px 32px; border-top: 1px solid rgba(255,255,255,0.08); }
.vg-related-h { font-family: var(--vg-font-mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--vg-violet-300); margin-bottom: 8px; }
.vg-related-t { font-size: 24px; font-weight: 700; color: #fff; margin: 0 0 28px; letter-spacing: -0.02em; }
.vg-related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media (max-width: 900px) { .vg-related-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .vg-related-grid { grid-template-columns: 1fr; } }
.vg-related-card { display: block; padding: 20px; border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; background: rgba(255,255,255,0.02); transition: border-color .2s, background .2s, transform .2s; text-decoration: none; }
.vg-related-card:hover { border-color: var(--vg-violet-400); background: rgba(106,13,173,0.06); transform: translateY(-2px); }
.vg-related-card-tag { font-family: var(--vg-font-mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: #94A3B8; margin-bottom: 8px; display: block; }
.vg-related-card-t { font-size: 15px; font-weight: 600; color: #fff; line-height: 1.35; margin: 0 0 6px; }
.vg-related-card-d { font-size: 13px; color: #94A3B8; line-height: 1.5; margin: 0; }

/* ---------- A11y / SEO sr-only ---------- */
.vg-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* ---------- Sticky mobile CTA (bottom bar) ---------- */
#vg-sticky-cta { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 90; display: flex; align-items: stretch; gap: 8px; transform: translateY(140%); transition: transform .28s cubic-bezier(.22,1,.36,1); pointer-events: none; }
#vg-sticky-cta.is-in { transform: translateY(0); pointer-events: auto; }
#vg-sticky-cta.is-out { transform: translateY(140%); opacity: 0; }
.vg-sticky-btn { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 12px 14px; background: linear-gradient(135deg, #4F5BFF 0%, #8B5CF6 100%); color: #fff; text-decoration: none; border-radius: 14px; font-weight: 600; font-size: 14px; box-shadow: 0 8px 28px rgba(79,91,255,0.42), 0 2px 6px rgba(0,0,0,0.3); position: relative; }
.vg-sticky-txt { line-height: 1.15; }
.vg-sticky-sub { font-size: 11px; font-weight: 500; opacity: 0.82; margin-top: 2px; font-family: var(--vg-font-mono, monospace); letter-spacing: 0.04em; }
.vg-sticky-pulse { position: absolute; top: 10px; right: 10px; width: 8px; height: 8px; border-radius: 50%; background: #00FFAB; box-shadow: 0 0 0 0 rgba(0,255,171,0.7); animation: vgStickyPulse 1.8s ease-out infinite; }
@keyframes vgStickyPulse { 0% { box-shadow: 0 0 0 0 rgba(0,255,171,0.55); } 70% { box-shadow: 0 0 0 10px rgba(0,255,171,0); } 100% { box-shadow: 0 0 0 0 rgba(0,255,171,0); } }
.vg-sticky-x { width: 36px; flex: 0 0 36px; border: 0; background: rgba(7,9,20,0.85); color: #94A3B8; border-radius: 14px; font-size: 22px; line-height: 1; cursor: pointer; backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,0.08); }
.vg-sticky-x:hover { color: #fff; }
@media (min-width: 768px) { #vg-sticky-cta { display: none; } }

/* ---------- Modal ---------- */
.vg-scrim { position: fixed; inset: 0; background: rgba(4,7,16,0.78); backdrop-filter: blur(8px); display: flex; align-items: center; justify-content: center; z-index: 100; padding: 24px; animation: vgFade 180ms; }
@keyframes vgFade { from { opacity: 0; } to { opacity: 1; } }
.vg-modal-mk { position: relative; max-width: 480px; width: 100%; background: var(--vg-navy-800); border: 1px solid rgba(255,255,255,0.1); border-radius: 20px; overflow: hidden; animation: vgRise 240ms var(--vg-ease-out); }
@keyframes vgRise { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.vg-modal-mk-head { background: var(--vg-grad-modal-header); padding: 22px 28px; color: #fff; }
.vg-modal-mk-body { padding: 28px; display: flex; flex-direction: column; gap: 12px; }
.vg-modal-mk-close { position: absolute; top: 14px; right: 14px; width: 32px; height: 32px; border-radius: 8px; color: rgba(255,255,255,0.8); font-size: 22px; line-height: 1; }
.vg-modal-mk-close:hover { background: rgba(255,255,255,0.15); color: #fff; }
.vg-form { display: flex; flex-direction: column; gap: 14px; margin-top: 12px; }
.vg-form label { display: flex; flex-direction: column; gap: 6px; font-size: 12px; font-weight: 500; color: #CBD5E1; }
.vg-input-mk { background: var(--vg-navy-950); border: 1px solid rgba(255,255,255,0.12); border-radius: 10px; padding: 11px 14px; font-family: inherit; font-size: 14px; color: #F1F5F9; outline: none; }
.vg-input-mk:focus { border-color: var(--vg-violet-400); box-shadow: 0 0 0 3px rgba(168,85,247,0.2); }
.vg-check { width: 44px; height: 44px; border-radius: 9999px; background: rgba(34,197,94,0.15); color: #4ADE80; display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 8px; }

/* ---------- WhatsApp Chat ---------- */
.vg-wa-fab {
  position: fixed; right: 20px; bottom: 20px; z-index: 90;
  width: 60px; height: 60px; border-radius: 50%;
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #fff; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(37,211,102,0.45), 0 2px 8px rgba(0,0,0,0.3);
  border: 0; cursor: pointer; transition: transform 180ms, box-shadow 180ms;
}
.vg-wa-fab:hover { transform: translateY(-2px) scale(1.04); box-shadow: 0 12px 32px rgba(37,211,102,0.6), 0 4px 12px rgba(0,0,0,0.4); }
.vg-wa-fab:active { transform: scale(0.96); }
.vg-wa-fab-pulse {
  position: absolute; inset: -4px; border-radius: 50%;
  background: rgba(37,211,102,0.4); z-index: -1;
  animation: vgWaPulse 2.2s ease-out infinite;
}
@keyframes vgWaPulse {
  0% { transform: scale(0.9); opacity: 0.7; }
  70% { transform: scale(1.4); opacity: 0; }
  100% { transform: scale(0.9); opacity: 0; }
}

.vg-wa-scrim {
  position: fixed; inset: 0; background: rgba(4,7,16,0.78); backdrop-filter: blur(8px);
  display: flex; align-items: flex-end; justify-content: flex-end;
  z-index: 110; padding: 20px;
  animation: vgFade 180ms;
}
@media (min-width: 768px) {
  .vg-wa-scrim { padding: 24px; }
}
.vg-wa-modal {
  width: 100%; max-width: 420px;
  background: var(--vg-navy-800, #0f1729);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px; overflow: hidden;
  display: flex; flex-direction: column;
  max-height: min(640px, calc(100vh - 40px));
  animation: vgWaRise 240ms cubic-bezier(0.2,0.7,0.3,1);
  box-shadow: 0 24px 64px rgba(0,0,0,0.6);
}
@keyframes vgWaRise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }

.vg-wa-head {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 16px;
  background: linear-gradient(135deg, #128C7E, #075E54);
  color: #fff; position: relative;
}
.vg-wa-head-avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255,255,255,0.18);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.vg-wa-head-text { flex: 1; min-width: 0; }
.vg-wa-head-name { font-size: 14px; font-weight: 700; line-height: 1.2; }
.vg-wa-head-sub { font-size: 11px; opacity: 0.85; margin-top: 2px; }
.vg-wa-close {
  background: rgba(255,255,255,0.15); border: 0; color: #fff;
  width: 30px; height: 30px; border-radius: 50%; font-size: 22px;
  line-height: 1; cursor: pointer; padding: 0; display: flex;
  align-items: center; justify-content: center;
}
.vg-wa-close:hover { background: rgba(255,255,255,0.25); }

.vg-wa-body { padding: 18px 16px; flex: 1; overflow-y: auto; display: flex; flex-direction: column; gap: 14px; }

.vg-wa-progress { display: flex; gap: 6px; justify-content: center; margin-bottom: 4px; }
.vg-wa-dot { width: 28px; height: 4px; border-radius: 2px; background: rgba(255,255,255,0.1); transition: background 200ms; }
.vg-wa-dot.is-active { background: linear-gradient(90deg, #25D366, #4F5BFF); }

.vg-wa-bubble {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px; border-top-left-radius: 4px;
  padding: 12px 14px;
}
.vg-wa-bubble-title { font-size: 14px; font-weight: 600; color: #F1F5F9; line-height: 1.4; }
.vg-wa-bubble-sub { font-size: 12px; color: #94A3B8; margin-top: 4px; line-height: 1.5; }

.vg-wa-options { display: flex; flex-direction: column; gap: 8px; }
.vg-wa-option {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 14px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  color: #E2E8F0; font-size: 13.5px; font-weight: 500;
  text-align: left; cursor: pointer;
  transition: all 160ms; font-family: inherit;
}
.vg-wa-option:hover {
  background: rgba(79,91,255,0.08);
  border-color: rgba(79,91,255,0.45);
  transform: translateX(2px);
}
.vg-wa-option-emoji { font-size: 18px; flex-shrink: 0; }
.vg-wa-option-label { flex: 1; }
.vg-wa-option-arrow { color: #64748B; transition: all 160ms; }
.vg-wa-option:hover .vg-wa-option-arrow { color: #A78BFA; transform: translateX(2px); }

.vg-wa-summary { background: rgba(37,211,102,0.06); border: 1px solid rgba(37,211,102,0.25); border-radius: 12px; padding: 14px 16px; }
.vg-wa-summary-title { font-size: 15px; font-weight: 700; color: #fff; }
.vg-wa-summary-sub { font-size: 12px; color: #CBD5E1; margin: 6px 0 10px; line-height: 1.5; }
.vg-wa-summary-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 6px; font-size: 13px; color: #E2E8F0; }
.vg-wa-summary-list strong { color: #fff; font-weight: 600; }

.vg-wa-cta {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #fff; padding: 14px 20px; border-radius: 12px;
  font-size: 15px; font-weight: 700; text-decoration: none;
  box-shadow: 0 4px 16px rgba(37,211,102,0.4);
  transition: all 180ms;
}
.vg-wa-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(37,211,102,0.55); }
.vg-wa-cta:active { transform: scale(0.98); }

.vg-wa-reset {
  background: transparent; border: 0; color: #94A3B8;
  font-size: 12px; padding: 8px; cursor: pointer; font-family: inherit;
  text-align: center;
}
.vg-wa-reset:hover { color: #E2E8F0; }

.vg-wa-foot {
  padding: 10px 16px; border-top: 1px solid rgba(255,255,255,0.06);
  font-size: 11px; color: #94A3B8; text-align: center;
}

@media (max-width: 480px) {
  .vg-wa-scrim { padding: 0; align-items: stretch; }
  .vg-wa-modal { max-width: 100%; max-height: 100vh; border-radius: 0; }
  .vg-wa-fab { right: 16px; bottom: 16px; width: 56px; height: 56px; }
}

/* ================================================================
   SUBTLE EFFECTS · respect prefers-reduced-motion
   ================================================================ */

@media (prefers-reduced-motion: no-preference) {

  /* 1. Scroll reveal — fade up */
  .vg-reveal { opacity: 0; transform: translateY(24px); transition: opacity 700ms cubic-bezier(.2,.7,.2,1), transform 700ms cubic-bezier(.2,.7,.2,1); will-change: opacity, transform; }
  .vg-reveal.is-in { opacity: 1; transform: none; }
  .vg-reveal-delay-1 { transition-delay: 80ms; }
  .vg-reveal-delay-2 { transition-delay: 160ms; }
  .vg-reveal-delay-3 { transition-delay: 240ms; }
  .vg-reveal-delay-4 { transition-delay: 320ms; }

  /* 2. Aurora orbs — slow drift */
  @keyframes vgAurora { 0%, 100% { transform: translate3d(0,0,0) scale(1); } 33% { transform: translate3d(-3%, 2%, 0) scale(1.06); } 66% { transform: translate3d(2%, -1%, 0) scale(0.96); } }
  body::before { animation: vgAurora 22s ease-in-out infinite; }

  /* 3. Cursor spotlight on dark cards */
  .vg-spot { position: relative; overflow: hidden; isolation: isolate; }
  .vg-spot::before {
    content: ""; position: absolute; inset: -1px; border-radius: inherit;
    background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 50%), rgba(168,85,247,0.22), rgba(0,255,171,0.06) 30%, transparent 45%);
    opacity: 0; transition: opacity 220ms ease-out; pointer-events: none; z-index: 0;
  }
  .vg-spot:hover::before { opacity: 1; }
  .vg-spot > * { position: relative; z-index: 1; }

  /* 4. Counter — no CSS needed (JS driven) */

  /* 5. Grain/noise overlay (SVG fallback via mask) */
  body::after {
    content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 1;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.6 0 0 0 0 0.4 0 0 0 0 1 0 0 0 0.12 0'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.55'/></svg>");
    background-size: 220px 220px; opacity: 0.06; mix-blend-mode: overlay;
  }

  /* 6. Marquee animation (only when motion is allowed) */
  .vg-marquee-track { animation: vgMarquee 38s linear infinite; }
  .vg-marquee:hover .vg-marquee-track { animation-play-state: paused; }
  @keyframes vgMarquee { from { transform: translate3d(0,0,0); } to { transform: translate3d(-50%,0,0); } }

  /* 7. Card 3D tilt — class is .vg-tilt, JS sets --rx/--ry */
  .vg-tilt { transform-style: preserve-3d; transform: perspective(900px) rotateX(var(--ry, 0deg)) rotateY(var(--rx, 0deg)); transition: transform 220ms cubic-bezier(.2,.7,.2,1); }
  .vg-tilt:hover { transition-duration: 80ms; }

  /* 8. Scroll progress bar */
  .vg-progress { position: fixed; top: 0; left: 0; right: 0; height: 2px; z-index: 100; pointer-events: none; }
  .vg-progress-bar { height: 100%; width: 100%; background: linear-gradient(90deg, #7c3aed, #a78bfa, #00FFAB); transform: scaleX(var(--p, 0)); transform-origin: 0 50%; transition: transform 90ms linear; box-shadow: 0 0 12px rgba(168,85,247,0.55); }

  /* 9. Badges pulse glow */
  @keyframes vgPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(168,85,247,0.45); }
    50%      { box-shadow: 0 0 28px 6px rgba(168,85,247,0.0); }
  }
  .vg-hero-badge, .vg-pulse { animation: vgPulse 3.2s ease-in-out infinite; }

  /* 10. Animated gradient on em (hero h1) */
  .vg-hero-h1 em {
    background: linear-gradient(90deg, #c4b5fd 0%, #a78bfa 25%, #00FFAB 50%, #a78bfa 75%, #c4b5fd 100%);
    background-size: 240% 100%;
    -webkit-background-clip: text; background-clip: text;
    color: transparent;
    animation: vgGradShift 9s linear infinite;
    font-style: italic;
  }
  @keyframes vgGradShift { to { background-position: -240% 0; } }

  /* 11. Live dot pulse (drift alert / live badges) */
  .vg-livedot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #ef4444; position: relative; vertical-align: middle; margin-right: 8px; }
  .vg-livedot::after { content: ""; position: absolute; inset: -3px; border-radius: 50%; border: 2px solid #ef4444; animation: vgPing 1.6s cubic-bezier(0,0,.2,1) infinite; }
  @keyframes vgPing { 0% { transform: scale(0.6); opacity: 1; } 80%, 100% { transform: scale(2.4); opacity: 0; } }

  /* 12. Integration pill brand-color glow on hover */
  .vg-intpill { transition: border-color 200ms, transform 200ms, box-shadow 200ms, background 200ms; }
  .vg-intpill:hover { transform: translateY(-2px); border-color: rgba(255,255,255,0.22); background: rgba(255,255,255,0.05); box-shadow: 0 0 24px -4px var(--dot, rgba(168,85,247,0.6)); }
  .vg-intpill:hover .vg-intpill-dot { box-shadow: 0 0 12px var(--dot, #a78bfa); transform: scale(1.4); }
  .vg-intpill-dot { transition: transform 200ms, box-shadow 200ms; }

}

/* Reduced-motion fallback: just show stuff */
@media (prefers-reduced-motion: reduce) {
  .vg-reveal { opacity: 1; transform: none; }
}

/* ================================================================
   Marquee — base styles (visible whether or not motion is enabled)
   ================================================================ */
.vg-marquee { position: relative; overflow: hidden; padding: 18px 0; border-top: 1px solid rgba(255,255,255,0.06); border-bottom: 1px solid rgba(255,255,255,0.06); background: linear-gradient(180deg, rgba(124,58,237,0.04), rgba(0,255,171,0.03)); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.vg-marquee-track { display: inline-flex; gap: 48px; white-space: nowrap; padding-right: 48px; }
.vg-marquee-item { font-family: var(--vg-font-serif, Georgia, serif); font-style: italic; font-size: 18px; color: rgba(255,255,255,0.78); display: inline-flex; align-items: center; gap: 48px; }
.vg-marquee-item::after { content: "✦"; color: #a78bfa; font-style: normal; opacity: 0.6; }
@media (prefers-reduced-motion: reduce) {
  .vg-marquee { mask-image: none; -webkit-mask-image: none; }
  .vg-marquee-track { animation: none; transform: none; flex-wrap: wrap; justify-content: center; padding: 0 24px; gap: 16px 36px; }
  .vg-marquee-item { white-space: normal; }
  .vg-marquee-item:nth-child(n+8) { display: none; }
}

/* ================================================================
   Italic gradient — contrast fallback at smaller sizes
   Keep gradient on H1 hero (large), use solid violet on H2/H3 (smaller)
   ================================================================ */
.vg-h2 em, .vg-h3 em {
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  color: var(--vg-violet-300);
}

/* ================================================================
   Lucide icons — uniform tinting across the site
   ================================================================ */
[data-lucide], i[data-lucide] { display: inline-flex; }
i[data-lucide] svg, [data-lucide] svg { display: block; }
.vg-mega-item-ico svg, .vg-mega-item-ico [data-lucide] svg { width: 22px; height: 22px; stroke: var(--vg-violet-300); stroke-width: 1.75; }
.vg-tier-tag svg, .vg-tier-tag [data-lucide] svg { width: 28px; height: 28px; stroke: var(--vg-violet-300); stroke-width: 1.75; }
.vg-wa-option-emoji svg, .vg-wa-option-emoji [data-lucide] svg { width: 18px; height: 18px; stroke: var(--vg-violet-300); stroke-width: 1.75; }
.vg-problem-ico svg, .vg-problem-ico [data-lucide] svg { width: 22px; height: 22px; stroke: var(--vg-violet-300); stroke-width: 1.75; }
.vg-icon-check svg { stroke: #34d399; }
.vg-icon-x svg { stroke: #f87171; }
.vg-icon-mono svg { stroke: var(--vg-violet-300); }

/* ================================================================
   AI Governance section — contain DriftAlert floating card
   ================================================================ */
#governance, #ai-governance, .vg-feature:has(.vg-drift) { padding-bottom: 96px; }

/* ================================================================
   Nav — prevent multi-line wrap of link labels
   ================================================================ */
.vg-nav-links > a { white-space: nowrap; }
.vg-nav-dropdown-trigger { white-space: nowrap; }
@media (min-width: 1101px) and (max-width: 1280px) {
  .vg-nav-inner { gap: 24px; }
  .vg-nav-links { gap: 22px; }
  .vg-nav-links > a, .vg-nav-dropdown-trigger { font-size: 13px; }
}

/* ================================================================
   Sticky mobile CTA — never show on desktop
   ================================================================ */
@media (min-width: 768px) {
  #vg-sticky-cta { display: none !important; }
}

/* ================================================================
   Integrations marquee — dual-row brand logo pills (ardentech-style)
   Real brand glyphs via Simple Icons CDN, infinite horizontal scroll
   in opposite directions, with prefers-reduced-motion fallback.
   ================================================================ */
.vg-int-marquee {
  position: relative;
  overflow: hidden;
  padding: 6px 0;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.vg-int-marquee-track {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding-right: 14px;
  white-space: nowrap;
  will-change: transform;
}
.vg-intpill-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 18px 9px 9px;
  background: #ffffff;
  color: #0F172A;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.005em;
  box-shadow:
    0 1px 2px rgba(8, 12, 28, 0.06),
    0 4px 14px -2px rgba(8, 12, 28, 0.18);
  flex-shrink: 0;
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.vg-intpill-logo:hover {
  transform: translateY(-1px);
  box-shadow:
    0 1px 2px rgba(8, 12, 28, 0.08),
    0 8px 22px -4px rgba(124, 58, 237, 0.45);
}
.vg-intpill-glyph {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #F1F5F9;
  flex-shrink: 0;
}
.vg-intpill-glyph img {
  display: block;
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.vg-intpill-label { white-space: nowrap; }

@media (prefers-reduced-motion: no-preference) {
  .vg-int-marquee-track { animation: vgIntMarquee 60s linear infinite; }
  .vg-int-marquee--reverse .vg-int-marquee-track {
    animation-name: vgIntMarqueeReverse;
    animation-duration: 70s;
  }
  .vg-int-marquee:hover .vg-int-marquee-track { animation-play-state: paused; }
  @keyframes vgIntMarquee {
    from { transform: translate3d(0, 0, 0); }
    to   { transform: translate3d(-50%, 0, 0); }
  }
  @keyframes vgIntMarqueeReverse {
    from { transform: translate3d(-50%, 0, 0); }
    to   { transform: translate3d(0, 0, 0); }
  }
}
@media (prefers-reduced-motion: reduce) {
  .vg-int-marquee {
    mask-image: none;
    -webkit-mask-image: none;
  }
  .vg-int-marquee-track {
    animation: none;
    transform: none;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 24px;
    gap: 10px;
  }
  /* Hide the duplicated half (each row renders items twice for seamless loop) */
  .vg-int-marquee-track > .vg-intpill-logo:nth-child(n+15) { display: none; }
}
@media (max-width: 640px) {
  .vg-intpill-logo { font-size: 13px; padding: 8px 14px 8px 8px; }
  .vg-intpill-glyph { width: 24px; height: 24px; }
  .vg-intpill-glyph img { width: 14px; height: 14px; }
}
