/* ========================================
   VENGO AI — Premium homepage (index only)
   Scoped under body.vengo-premium
   ======================================== */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700&family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap');

body.vengo-premium {
  --lux-font-display: 'Plus Jakarta Sans', var(--font-secondary), system-ui, sans-serif;
  --lux-black: #070708;
  --lux-void: #0c0c0e;
  --lux-graphite: #121214;
  --lux-steel: #1a1a1f;
  --lux-silver: #c4c4cd;
  --lux-mist: #e8e8ec;
  --lux-white: #f7f7f8;
  --lux-accent: #7c69ff;
  --lux-accent-soft: rgba(124, 105, 255, 0.35);
  --lux-line: rgba(255, 255, 255, 0.08);
  --lux-glass: rgba(255, 255, 255, 0.04);
  font-family: 'DM Sans', var(--font-secondary), system-ui, sans-serif;
  background: var(--lux-black);
  color: var(--lux-mist);
}

body.vengo-premium h1,
body.vengo-premium h2,
body.vengo-premium h3,
body.vengo-premium h4 {
  font-family: var(--lux-font-display);
  font-weight: 700;
  letter-spacing: -0.035em;
}

body.vengo-premium #particle-canvas {
  opacity: 0.11 !important;
  z-index: 0 !important;
  /* Full-screen fixed canvas must never intercept clicks (footer, links, etc.) */
  pointer-events: none !important;
}

/* ----- Header ----- */
body.vengo-premium .modern-header {
  background: rgba(7, 7, 8, 0.72);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--lux-line);
}

body.vengo-premium .modern-header.scrolled {
  background: rgba(7, 7, 8, 0.92);
  box-shadow: 0 1px 0 var(--lux-line);
}

body.vengo-premium .logo img {
  filter: none;
  opacity: 1;
}

body.vengo-premium .nav-link {
  color: var(--lux-silver);
}

body.vengo-premium .nav-search-trigger {
  appearance: none;
  border: 0;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

body.vengo-premium .nav-link-mobile-only {
  display: none;
}

body.vengo-premium .nav-link:hover {
  color: var(--lux-white);
}

body.vengo-premium .nav-link::after {
  background: linear-gradient(90deg, transparent, var(--lux-accent), transparent);
  height: 1px;
}

body.vengo-premium button[id^="vengo-ai-search-embed-"][id$="-launcher"],
body.vengo-premium button[id^="cp-search-embed-"][id$="-launcher"] {
  display: none !important;
}

body.vengo-premium .btn-modern.btn-secondary {
  background: transparent;
  color: var(--lux-mist);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
}

body.vengo-premium .btn-modern.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.06);
  color: var(--lux-white);
  border-color: rgba(255, 255, 255, 0.35);
}

body.vengo-premium .btn-modern.btn-secondary::before {
  display: none;
}

body.vengo-premium .btn-enterprise-header {
  background:
    linear-gradient(135deg, rgba(124, 105, 255, 0.95) 0%, rgba(91, 79, 223, 0.92) 50%, rgba(155, 140, 255, 0.88) 100%);
  color: var(--lux-white) !important;
  border-color: rgba(181, 168, 255, 0.55) !important;
  box-shadow:
    0 0 0 1px rgba(124, 105, 255, 0.22),
    0 10px 32px rgba(124, 105, 255, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

body.vengo-premium .btn-enterprise-header:hover {
  background:
    linear-gradient(135deg, rgba(139, 124, 255, 1) 0%, rgba(108, 92, 255, 0.98) 52%, rgba(184, 168, 255, 0.94) 100%);
  border-color: rgba(221, 216, 255, 0.72) !important;
  box-shadow:
    0 0 0 1px rgba(124, 105, 255, 0.32),
    0 14px 42px rgba(124, 105, 255, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

body.vengo-premium .btn-header-search {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(18, 18, 25, 0.78) !important;
  color: var(--lux-white) !important;
  border-color: rgba(159, 146, 255, 0.58) !important;
  box-shadow:
    0 0 0 1px rgba(124, 105, 255, 0.16),
    0 10px 28px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -12px 22px rgba(124, 105, 255, 0.1);
}

body.vengo-premium .btn-header-search:hover {
  background:
    linear-gradient(180deg, rgba(124, 105, 255, 0.2), rgba(255, 255, 255, 0.04)),
    rgba(23, 22, 34, 0.88) !important;
  border-color: rgba(221, 216, 255, 0.7) !important;
  box-shadow:
    0 0 0 1px rgba(124, 105, 255, 0.24),
    0 14px 36px rgba(0, 0, 0, 0.34),
    0 0 26px rgba(124, 105, 255, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -12px 24px rgba(124, 105, 255, 0.14);
}

body.vengo-premium .btn-modern.btn-primary {
  background: linear-gradient(135deg, #5b4fdf 0%, var(--lux-accent) 100%);
  border-radius: 999px;
  box-shadow: 0 0 0 1px rgba(124, 105, 255, 0.25), 0 12px 40px rgba(0, 0, 0, 0.45);
  animation: none;
}

body.vengo-premium .btn-modern.btn-primary::before {
  background: linear-gradient(135deg, #6d5cff 0%, #9b8cff 100%);
}

body.vengo-premium .btn-modern.btn-primary:hover {
  box-shadow: 0 0 0 1px rgba(124, 105, 255, 0.45), 0 16px 48px rgba(124, 105, 255, 0.2);
}

body.vengo-premium .btn-glow {
  animation: none;
}

body.vengo-premium .btn-phone,
body.vengo-premium a.btn-phone {
  background: linear-gradient(135deg, #2a2a32 0%, #3a3a44 100%);
  color: var(--lux-white) !important;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

body.vengo-premium .btn-phone:hover {
  border-color: rgba(124, 105, 255, 0.45);
  box-shadow: 0 8px 36px rgba(124, 105, 255, 0.12);
}

body.vengo-premium .mobile-menu-toggle span {
  background: var(--lux-mist);
}

@media (max-width: 992px) {
  body.vengo-premium .mobile-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.04);
  }

  body.vengo-premium .mobile-menu-toggle.active {
    border-color: rgba(124, 105, 255, 0.45);
    background: rgba(124, 105, 255, 0.14);
  }

  body.vengo-premium .nav-menu.active {
    display: flex !important;
    position: fixed;
    top: calc(80px + 0.55rem);
    left: 0.9rem;
    right: 0.9rem;
    border-radius: 14px;
    padding: 0.45rem 0.85rem;
    gap: 0;
    background: rgba(10, 10, 13, 0.985) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.7) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    max-height: min(70vh, 420px);
    overflow-y: auto;
  }

  body.vengo-premium .nav-menu.active > .nav-link {
    padding: 0.9rem 0.45rem;
    color: var(--lux-white) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.98rem;
    font-weight: 600;
    opacity: 0.96;
  }

  body.vengo-premium .nav-menu.active > .nav-link-mobile-only {
    display: flex !important;
  }

  body.vengo-premium .nav-menu.active > .nav-link:last-child {
    border-bottom: 0;
  }

  body.vengo-premium .nav-menu.active .nav-link::after {
    display: none;
  }

  body.vengo-premium .header-actions {
    display: none !important;
  }
}

/* ----- Layout utilities ----- */
.lux-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  box-sizing: border-box;
}

.lux-eyebrow {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--lux-silver);
  margin-bottom: 1.25rem;
}

.lux-eyebrow strong {
  color: var(--lux-accent);
  font-weight: 600;
}

/* ----- Premium Hero ----- */
.hero-premium {
  position: relative;
  min-height: min(92vh, 900px);
  display: flex;
  align-items: center;
  padding: calc(80px + 4rem) 0 5rem;
  overflow: hidden;
  background: var(--lux-black);
  z-index: 1;
}

.hero-premium__ambient {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  /* Single cohesive atmosphere: centered violet bloom + mirrored edge accents */
  background:
    radial-gradient(
      ellipse 140% 95% at 50% 42%,
      rgba(124, 105, 255, 0.085) 0%,
      rgba(124, 105, 255, 0.035) 42%,
      transparent 70%
    ),
    radial-gradient(ellipse 50% 70% at 0% 45%, rgba(124, 105, 255, 0.05) 0%, transparent 62%),
    radial-gradient(ellipse 50% 70% at 100% 45%, rgba(124, 105, 255, 0.05) 0%, transparent 62%),
    radial-gradient(ellipse 120% 70% at 50% 100%, rgba(0, 0, 0, 0.45) 0%, transparent 55%),
    linear-gradient(180deg, #060607 0%, var(--lux-black) 35%, var(--lux-void) 100%);
}

.hero-premium__mesh {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.26;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 92% 88% at 50% 48%, black 22%, transparent 72%);
}

.hero-premium__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 1.08fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
}

.hero-premium__headline {
  font-size: clamp(2.35rem, 4.8vw, 3.75rem);
  line-height: 1.08;
  color: var(--lux-white);
  margin-bottom: 1.5rem;
  -webkit-text-fill-color: var(--lux-white);
  background: none;
}

.hero-premium__headline .accent {
  color: var(--lux-accent);
  -webkit-text-fill-color: var(--lux-accent);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.hero-premium__lead {
  font-size: 1.125rem;
  line-height: 1.65;
  color: var(--lux-silver);
  max-width: 34rem;
  margin-bottom: 2rem;
}

.hero-premium__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  align-items: center;
  margin-bottom: 2rem;
}

.btn-lux-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.95rem 1.85rem;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
  color: var(--lux-white);
  text-decoration: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #5b4fdf 0%, var(--lux-accent) 100%);
  border: 1px solid rgba(124, 105, 255, 0.35);
  box-shadow:
    0 0 40px rgba(124, 105, 255, 0.18),
    0 16px 48px rgba(0, 0, 0, 0.45);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-lux-primary:hover {
  transform: translateY(-2px);
  box-shadow:
    0 0 52px rgba(124, 105, 255, 0.28),
    0 20px 56px rgba(0, 0, 0, 0.5);
}

.btn-lux-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.65rem;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--lux-mist);
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(12px);
  transition: border-color 0.25s ease, background 0.25s ease;
}

.btn-lux-secondary:hover {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.07);
}

.hero-premium__micro {
  font-size: 0.8125rem;
  color: rgba(196, 196, 205, 0.75);
}

.hero-premium__micro a {
  color: var(--lux-white);
  text-decoration: none;
  border-bottom: 1px solid rgba(124, 105, 255, 0.4);
}

.hero-premium__visual {
  position: relative;
  will-change: transform;
  overflow: visible;
}

/* ----- Hero showcase: layered stack (desktop) → column (tablet/mobile) ----- */
.hero-showcase {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 720px;
  min-height: clamp(22rem, 38vw, 28rem);
  margin-left: auto;
}

.hero-panel {
  position: absolute;
  margin: 0;
}

/* Back layer — conversation (slightly recessed) */
.hero-panel.hero-phone {
  left: 0;
  bottom: 0;
  width: min(17.5rem, 38%);
  z-index: 1;
  animation: hero-phone-in-layered 0.72s ease both;
}

@keyframes hero-phone-in-layered {
  from {
    opacity: 0;
    transform: translateY(1rem) scale(0.97);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(0.97);
  }
}

@keyframes hero-phone-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mid layer — four cards, shifted right */
.hero-panel.hero-flow {
  left: 26%;
  top: 0.75rem;
  width: min(19rem, 44%);
  z-index: 2;
}

/* Front layer — console */
.hero-panel.hero-dash {
  left: 48%;
  top: 0;
  width: min(20.5rem, 50%);
  z-index: 3;
}

@media (min-width: 1201px) {
  .hero-panel.hero-flow .hero-flow-card {
    box-shadow:
      0 1.25rem 3.25rem rgba(0, 0, 0, 0.58),
      0 0 0 1px rgba(124, 105, 255, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.07);
  }

  .hero-panel.hero-dash {
    box-shadow:
      0 3rem 5rem rgba(0, 0, 0, 0.72),
      0 0 0 1px rgba(255, 255, 255, 0.1),
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 2.5rem 4rem rgba(124, 105, 255, 0.06);
  }

  .hero-flow {
    gap: 0.55rem;
  }

  .hero-flow-card {
    padding: 0.58rem 0.62rem;
  }

  .hero-dash {
    padding: 0.95rem 0.9rem 0.82rem;
  }
}

.hero-glass {
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.025) 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow:
    0 32px 80px rgba(0, 0, 0, 0.58),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

/* Phone */
.hero-phone__frame {
  border-radius: 1.85rem;
  padding: 0.32rem;
  background: linear-gradient(165deg, #353542 0%, #121214 55%, #0a0a0c 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 28px 72px rgba(0, 0, 0, 0.65),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-phone__screen {
  border-radius: 1.55rem;
  overflow: hidden;
  background: linear-gradient(180deg, #101014 0%, #070708 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.hero-phone__status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.35rem 0.85rem 0.15rem;
  font-family: var(--lux-font-display), system-ui, sans-serif;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgba(247, 247, 248, 0.92);
}

.hero-phone__icons {
  display: flex;
  gap: 0.35rem;
  font-size: 0.55rem;
  color: rgba(247, 247, 248, 0.85);
}

.hero-phone__chat-head {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.5rem 0.75rem 0.65rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.25);
}

.hero-phone__avatar {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--lux-accent) 0%, #5b4fdf 100%);
  border: 2px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 0 16px rgba(124, 105, 255, 0.35);
}

.hero-phone__agent strong {
  display: block;
  font-family: var(--lux-font-display), system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--lux-white);
}

.hero-phone__agent span {
  display: block;
  margin-top: 0.1rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.625rem;
  color: rgba(196, 196, 205, 0.95);
}

.hero-phone__chat {
  padding: 0.65rem 0.7rem 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  min-height: 6.5rem;
}

.hero-bubble {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.6875rem;
  line-height: 1.45;
  padding: 0.45rem 0.6rem;
  border-radius: 0.65rem;
  max-width: 100%;
  color: rgba(247, 247, 248, 0.96);
}

.hero-bubble--ai {
  align-self: flex-start;
  background: rgba(124, 105, 255, 0.22);
  border: 1px solid rgba(148, 132, 255, 0.45);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
}

.hero-bubble--user {
  align-self: flex-end;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(247, 247, 248, 0.94);
}

.hero-phone__lead {
  margin: 0 0.65rem 0.65rem;
  padding: 0.55rem 0.6rem 0.6rem;
  border-radius: 0.65rem;
  background: rgba(0, 0, 0, 0.42);
  border: 1px solid rgba(124, 105, 255, 0.22);
}

.hero-phone__lead-label {
  font-family: var(--lux-font-display), system-ui, sans-serif;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(181, 168, 255, 0.95);
}

.hero-phone__fields {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin: 0.45rem 0 0.5rem;
}

.hero-phone__field {
  display: block;
  padding: 0.38rem 0.5rem;
  border-radius: 0.45rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.625rem;
  color: rgba(247, 247, 248, 0.94);
  background: rgba(12, 12, 14, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-phone__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.625rem;
  font-weight: 600;
  color: rgba(247, 247, 248, 0.98);
}

.hero-phone__cta i {
  font-size: 0.55rem;
  opacity: 0.85;
}

/* Flow cards */
.hero-flow {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  justify-content: center;
}

.hero-flow-card {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  padding: 0.5rem 0.55rem;
  border-radius: 0.7rem;
  background: linear-gradient(145deg, rgba(124, 105, 255, 0.12) 0%, rgba(255, 255, 255, 0.03) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow:
    0 12px 36px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  animation: hero-card-in 0.7s ease backwards;
}

.hero-flow-card:nth-child(1) { animation-delay: 0.05s; }
.hero-flow-card:nth-child(2) { animation-delay: 0.12s; }
.hero-flow-card:nth-child(3) { animation-delay: 0.19s; }
.hero-flow-card:nth-child(4) { animation-delay: 0.26s; }

@keyframes hero-card-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-flow-card__icon {
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.45rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  color: #ddd8ff;
  background: rgba(124, 105, 255, 0.22);
  border: 1px solid rgba(148, 132, 255, 0.4);
  box-shadow: 0 0 14px rgba(124, 105, 255, 0.2);
}

.hero-flow-card__text strong {
  display: block;
  font-family: var(--lux-font-display), system-ui, sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: var(--lux-white);
  line-height: 1.25;
}

.hero-flow-card__text span {
  display: block;
  margin-top: 0.15rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.625rem;
  line-height: 1.35;
  color: rgba(196, 196, 205, 0.96);
}

/* Dashboard */
.hero-dash {
  border-radius: 1.15rem;
  padding: 0.85rem 0.85rem 0.75rem;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow:
    0 36px 92px rgba(0, 0, 0, 0.62),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  animation: hero-dash-in 0.85s ease 0.15s backwards;
}

@keyframes hero-dash-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-dash__top {
  padding-bottom: 0.65rem;
  margin-bottom: 0.65rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.hero-dash__dots {
  display: flex;
  gap: 5px;
  margin-bottom: 0.45rem;
}

.hero-dash__dots span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.hero-dash__dots span:first-child {
  background: #ff5f57;
}

.hero-dash__dots span:nth-child(2) {
  background: #febc2e;
}

.hero-dash__dots span:nth-child(3) {
  background: #28c840;
}

.hero-dash__title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.hero-dash__live {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.625rem;
  font-weight: 600;
  color: rgba(247, 247, 248, 0.92);
}

.hero-dash__live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 10px rgba(52, 211, 153, 0.85);
  animation: hero-live-pulse 2s ease-in-out infinite;
}

@keyframes hero-live-pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.75;
    transform: scale(0.92);
  }
}

.hero-dash__title {
  font-family: var(--lux-font-display), system-ui, sans-serif;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(196, 196, 205, 0.98);
}

.hero-dash__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.35rem;
  margin-bottom: 0.65rem;
}

.hero-dash__stat {
  padding: 0.45rem 0.35rem;
  border-radius: 0.55rem;
  background: rgba(0, 0, 0, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.06);
  text-align: center;
}

.hero-dash__stat-num {
  display: block;
  font-family: var(--lux-font-display), system-ui, sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--lux-white);
  line-height: 1.1;
}

.hero-dash__stat-meta {
  display: block;
  margin-top: 0.2rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.5625rem;
  line-height: 1.3;
  color: rgba(196, 196, 205, 0.96);
}

.hero-dash__stat-meta em {
  display: block;
  margin-top: 0.08rem;
  font-style: normal;
  font-weight: 700;
  color: #86efac;
}

.hero-dash__rows {
  list-style: none;
  margin: 0 0 0.65rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.hero-dash__rows li {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.4rem 0.45rem;
  border-radius: 0.55rem;
  background: rgba(0, 0, 0, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.hero-dash__avatar {
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 50%;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-dash__avatar--a {
  background: linear-gradient(135deg, #6366f1, #a855f7);
}

.hero-dash__avatar--b {
  background: linear-gradient(135deg, #ec4899, #f97316);
}

.hero-dash__avatar--c {
  background: linear-gradient(135deg, #22d3ee, #3b82f6);
}

.hero-dash__row-main {
  flex: 1;
  min-width: 0;
}

.hero-dash__row-main strong {
  display: block;
  font-family: var(--lux-font-display), system-ui, sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  color: rgba(247, 247, 248, 0.98);
  letter-spacing: -0.02em;
}

.hero-dash__row-main span {
  display: block;
  margin-top: 0.06rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.5625rem;
  color: rgba(196, 196, 205, 0.94);
}

.hero-dash__pill {
  flex-shrink: 0;
  padding: 0.18rem 0.45rem;
  border-radius: 999px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.5625rem;
  font-weight: 600;
  color: rgba(232, 232, 236, 0.95);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-dash__pill--ok {
  background: rgba(124, 105, 255, 0.25);
  border-color: rgba(181, 168, 255, 0.45);
  color: #ede9fe;
}

.hero-dash__pill--muted {
  opacity: 0.72;
}

.hero-dash__chart {
  position: relative;
  padding: 0.45rem 0.35rem 0.35rem;
  border-radius: 0.55rem;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.hero-dash__chart-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.5625rem;
  color: rgba(196, 196, 205, 0.96);
}

.hero-dash__chart-badge {
  position: absolute;
  top: 0.4rem;
  right: 0.45rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.5625rem;
  font-weight: 700;
  color: #86efac;
}

.hero-dash__spark {
  display: block;
  width: 100%;
  height: 2.25rem;
  margin-top: 0.35rem;
}

.hero-dash__spark-line {
  animation: hero-spark-shimmer 4s ease-in-out infinite;
}

@keyframes hero-spark-shimmer {
  0%,
  100% {
    stroke-opacity: 1;
  }
  50% {
    stroke-opacity: 0.72;
  }
}

.hero-dashboard__nodes {
  position: absolute;
  inset: -20%;
  z-index: -1;
  pointer-events: none;
  opacity: 0.28;
  /* Soft local bloom only — global tone comes from .hero-premium__ambient */
  background: radial-gradient(
    ellipse 95% 80% at 52% 50%,
    rgba(124, 105, 255, 0.14) 0%,
    transparent 62%
  );
}

@media (prefers-reduced-motion: reduce) {
  .hero-panel.hero-phone,
  .hero-flow-card,
  .hero-dash {
    animation: none !important;
  }

  .hero-dash__live-dot {
    animation: none !important;
  }

  .hero-dash__spark-line {
    animation: none !important;
  }
}

@media (max-width: 1200px) {
  .hero-showcase {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.85rem;
    max-width: min(380px, 100%);
    margin-left: auto;
    margin-right: auto;
    min-height: 0;
  }

  .hero-panel.hero-phone,
  .hero-panel.hero-flow,
  .hero-panel.hero-dash {
    position: relative;
    inset: auto;
    width: 100%;
    max-width: none;
    z-index: auto;
  }

  .hero-panel.hero-phone {
    animation: hero-phone-in 0.68s ease both;
  }

  .hero-flow {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
  }
}

@media (max-width: 992px) {
  .hero-premium {
    min-height: auto;
    padding: calc(80px + 2.25rem) 0 3rem;
  }

  .hero-premium__inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 1.25rem;
  }

  .hero-premium__copy {
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-premium__headline {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

  .hero-premium__lead {
    margin-left: auto;
    margin-right: auto;
    font-size: 1.06rem;
  }

  .hero-premium__cta {
    justify-content: center;
    margin-bottom: 1.25rem;
  }

  .hero-premium__micro {
    font-size: 0.9rem;
  }

  .hero-premium__visual {
    display: none;
  }
}

@media (max-width: 520px) {
  .hero-flow {
    grid-template-columns: 1fr;
  }

  .hero-dash__stats {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-dash__stat-num {
    font-size: 1rem;
  }
}

/* ----- Trust strip ----- */
.trust-strip {
  position: relative;
  z-index: 2;
  padding: 2.85rem 0 3rem;
  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, 105, 255, 0.045) 0%, transparent 52%),
    linear-gradient(180deg, var(--lux-graphite) 0%, #0c0c0f 50%, var(--lux-graphite) 100%);
  overflow: hidden;
}

.trust-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(
    ellipse 90% 85% at 50% -10%,
    rgba(124, 105, 255, 0.09) 0%,
    transparent 58%
  );
  opacity: 0.85;
}

.trust-strip::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(124, 105, 255, 0.22),
    rgba(255, 255, 255, 0.06),
    rgba(124, 105, 255, 0.22),
    transparent
  );
  opacity: 0.6;
}

.trust-strip__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0.75rem, 2vw, 1.25rem);
  align-items: stretch;
}

.trust-strip__item {
  position: relative;
  text-align: center;
  padding: 1.35rem 1rem 1.4rem;
  border-radius: 0.875rem;
  background: linear-gradient(
    165deg,
    rgba(255, 255, 255, 0.045) 0%,
    rgba(255, 255, 255, 0.012) 48%,
    rgba(0, 0, 0, 0.18) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.04) inset,
    0 12px 36px rgba(0, 0, 0, 0.35);
  transition:
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease,
    transform 0.28s ease;
}

.trust-strip__item::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  margin: 0 auto 0.85rem;
  border-radius: 50%;
  background: var(--lux-accent);
  box-shadow:
    0 0 14px rgba(124, 105, 255, 0.55),
    0 0 28px rgba(124, 105, 255, 0.18);
  opacity: 0.9;
}

@media (hover: hover) and (pointer: fine) {
  .trust-strip__item:hover {
    border-color: rgba(124, 105, 255, 0.28);
    background: linear-gradient(
      165deg,
      rgba(124, 105, 255, 0.1) 0%,
      rgba(255, 255, 255, 0.04) 45%,
      rgba(0, 0, 0, 0.22) 100%
    );
    box-shadow:
      0 1px 0 rgba(255, 255, 255, 0.06) inset,
      0 18px 44px rgba(0, 0, 0, 0.42),
      0 0 36px rgba(124, 105, 255, 0.08);
    transform: translateY(-3px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .trust-strip__item {
    transition: none;
  }

  .trust-strip__item:hover {
    transform: none;
  }
}

.trust-strip__value {
  font-family: var(--lux-font-display);
  font-weight: 700;
  font-size: clamp(1.55rem, 2.6vw, 1.95rem);
  letter-spacing: -0.035em;
  line-height: 1.08;
  color: var(--lux-white);
  display: block;
  margin-bottom: 0.5rem;
  text-shadow: 0 2px 24px rgba(124, 105, 255, 0.12);
}

.trust-strip__label {
  font-family: 'DM Sans', var(--font-secondary), system-ui, sans-serif;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(196, 196, 205, 0.88);
}

@media (max-width: 768px) {
  .trust-strip {
    padding: 2.25rem 0 2.5rem;
  }

  .trust-strip__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.85rem;
  }

  .trust-strip__item {
    padding: 1.15rem 0.85rem 1.2rem;
  }

  .trust-strip__item::before {
    margin-bottom: 0.65rem;
  }
}

/* ----- Hero video (premium frame) ----- */
body.vengo-premium .hero-video-section {
  position: relative;
  z-index: 2;
  background: var(--lux-void);
  padding: 4rem 0;
}

body.vengo-premium .hero-video-section .video-wrapper {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.45) !important;
  border-radius: 1.25rem !important;
}

body.vengo-premium .hero-video-section video {
  border-radius: 0.75rem !important;
}

body.vengo-premium .hero-video-section .video-play-button {
  background: rgba(12, 12, 14, 0.85) !important;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

body.vengo-premium .hero-video-section .video-play-button i {
  color: var(--lux-accent) !important;
}

/* ----- Trusted logos (dark bg: force light monochrome so wordmarks read) ----- */
body.vengo-premium .trusted-section {
  background: #101012;
  border-color: var(--lux-line);
}

body.vengo-premium .trusted-section h3 {
  color: var(--lux-silver);
  font-family: var(--lux-font-display);
  font-weight: 600;
  letter-spacing: 0.12em;
}

body.vengo-premium .trusted-logos {
  opacity: 1;
  filter: none;
}

body.vengo-premium .trusted-logo {
  height: 38px;
  width: auto;
  opacity: 0.62;
  filter: grayscale(1) brightness(0) invert(1);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

body.vengo-premium .trusted-logo:hover {
  opacity: 0.95;
  transform: scale(1.05);
  filter: grayscale(1) brightness(0) invert(1);
}

/* ----- Problem / Solution ----- */
.lux-section {
  position: relative;
  z-index: 2;
  padding: 5.5rem 0;
}

.lux-section--dark {
  background: var(--lux-black);
}

.lux-section--charcoal {
  background: var(--lux-graphite);
}

.lux-section--mist {
  background: linear-gradient(180deg, #f0f0f3 0%, #e6e6ea 100%);
  color: #1a1a1f;
}

.lux-section--mist h2,
.lux-section--mist h3 {
  color: #0a0a0c;
  -webkit-text-fill-color: #0a0a0c;
}

.lux-section--mist p,
.lux-section--mist .lux-lead {
  color: #3d3d47;
}

.lux-section--mist .lux-list li {
  color: #2a2a34;
}

.lux-section-header {
  max-width: 40rem;
  margin-bottom: 3rem;
}

.lux-section-header--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.lux-section-title {
  font-size: clamp(2rem, 4vw, 2.85rem);
  line-height: 1.15;
  margin-bottom: 1rem;
}

.lux-lead {
  font-size: 1.125rem;
  line-height: 1.65;
  color: var(--lux-silver);
}

.lux-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: stretch;
}

.lux-list {
  list-style: none;
  margin-top: 1.5rem;
}

.lux-list li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--lux-silver);
}

.lux-list li i {
  color: var(--lux-accent);
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.lux-glass-panel {
  padding: 2rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--lux-line);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.lux-section--dark .lux-split .lux-glass-panel {
  background: linear-gradient(
    155deg,
    rgba(255, 255, 255, 0.055) 0%,
    rgba(255, 255, 255, 0.02) 48%,
    rgba(0, 0, 0, 0.12) 100%
  );
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.05) inset,
    0 28px 72px rgba(0, 0, 0, 0.45);
}

.lux-section--mist .lux-glass-panel {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.08);
}

@media (max-width: 900px) {
  .lux-split {
    grid-template-columns: 1fr;
  }
}

/* ----- How it works ----- */
.how-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.how-card {
  padding: 1.75rem 1.5rem;
  border-radius: 0.875rem;
  background: var(--lux-white);
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
  transition: opacity 0.6s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.how-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.1);
}

.how-card__step {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--lux-accent);
  margin-bottom: 0.75rem;
}

.how-card h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: #0a0a0c;
  -webkit-text-fill-color: #0a0a0c;
}

.how-card p {
  font-size: 0.9375rem;
  color: #4a4a54;
  margin: 0;
  line-height: 1.55;
}

@media (max-width: 992px) {
  .how-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .how-grid {
    grid-template-columns: 1fr;
  }
}

/* ----- Industries ----- */
.industry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.industry-card {
  padding: 1.35rem 0.95rem;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  transition: opacity 0.6s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  min-height: 5.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.industry-card:hover {
  border-color: rgba(124, 105, 255, 0.35);
  box-shadow: 0 0 32px rgba(124, 105, 255, 0.08);
}

.industry-card i {
  font-size: 1.35rem;
  color: var(--lux-silver);
  margin-bottom: 0.65rem;
  display: block;
}

.industry-card span {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--lux-mist);
  display: block;
  max-width: 12rem;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 900px) {
  .industry-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ----- Features (premium cards) ----- */
body.vengo-premium .features-section {
  background: linear-gradient(180deg, #ebebef 0%, #f5f5f7 100%);
  padding: 5.5rem 0;
}

body.vengo-premium .features-section .section-title {
  color: #0a0a0c;
  -webkit-text-fill-color: #0a0a0c;
  background: none;
}

body.vengo-premium .features-section .section-title .gradient-text {
  background: linear-gradient(90deg, #0a0a0c 0%, var(--lux-accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.vengo-premium .features-section .section-subtitle {
  color: #4a4a54;
}

/* Light inset cards on affiliate / similar pages — body text is light; force readable copy */
body.vengo-premium .affiliate-commission-highlight li {
  color: #2a2a34;
}

body.vengo-premium .feature-card {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 0.875rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
}

body.vengo-premium .feature-card::before {
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--lux-accent), transparent);
}

body.vengo-premium .feature-icon {
  width: 52px;
  height: 52px;
  border-radius: 0.65rem;
  background: linear-gradient(145deg, #2a2a32, #1a1a1f);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

body.vengo-premium .feature-icon i {
  color: var(--lux-accent);
}

body.vengo-premium .feature-title {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
}

body.vengo-premium .feature-description {
  color: #4a4a54;
  font-size: 0.975rem;
}

/* ----- Features parallax band (Enterprise AI Deployments) ----- */
body.vengo-premium .features-section--parallax {
  position: relative;
  overflow: hidden;
  background: #070708;
  isolation: isolate;
}

body.vengo-premium .features-section--parallax .features-section__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

/* CSS tech mesh — always fills section if photo gaps */
body.vengo-premium .features-section--parallax .features-section__bg-tech {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 90% 70% at 50% 20%, rgba(124, 105, 255, 0.22), transparent 55%),
    radial-gradient(ellipse 60% 50% at 85% 80%, rgba(59, 130, 246, 0.12), transparent 50%),
    linear-gradient(180deg, #0a0a12 0%, #070708 50%, #050508 100%);
}

body.vengo-premium .features-section--parallax .features-section__bg-tech::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(124, 105, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 105, 255, 0.08) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 85% 75% at 50% 45%, #000 15%, transparent 72%);
}

body.vengo-premium .features-section--parallax .features-section__bg-tech::after {
  content: "";
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(circle at 20% 30%, rgba(155, 140, 255, 0.35) 0, transparent 28%),
    radial-gradient(circle at 78% 65%, rgba(91, 79, 223, 0.28) 0, transparent 32%),
    radial-gradient(circle at 55% 85%, rgba(59, 130, 246, 0.15) 0, transparent 25%);
  animation: deployments-glow-drift 14s ease-in-out infinite;
}

@keyframes deployments-glow-drift {
  0%, 100% { opacity: 0.65; transform: scale(1); }
  50% { opacity: 0.95; transform: scale(1.04); }
}

body.vengo-premium .features-section--parallax .features-section__bg-image {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 100%;
  min-width: 100%;
  height: 130%;
  min-height: 130%;
  margin: 0;
  transform: translate(-50%, -50%) scale(1.12);
  transform-origin: center center;
  background-image: url('../images/ai-tech.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  will-change: transform;
}

body.vengo-premium .features-section--parallax .features-section__bg-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(7, 7, 8, 0.75) 0%, rgba(7, 7, 8, 0.55) 50%, rgba(7, 7, 8, 0.82) 100%),
    radial-gradient(ellipse 80% 60% at 50% 40%, rgba(124, 105, 255, 0.12), transparent 70%);
}

body.vengo-premium .features-section--parallax .features-section__content {
  position: relative;
  z-index: 1;
}

body.vengo-premium .features-section--parallax .section-title {
  color: var(--lux-white);
  -webkit-text-fill-color: var(--lux-white);
  background: none;
}

body.vengo-premium .features-section--parallax .section-subtitle {
  color: rgba(232, 232, 236, 0.8);
}

body.vengo-premium .features-section--parallax .feature-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

body.vengo-premium .features-section--parallax .feature-card:hover {
  border-color: rgba(155, 140, 255, 0.45);
  box-shadow:
    0 28px 72px rgba(0, 0, 0, 0.5),
    0 0 40px rgba(124, 105, 255, 0.12);
}

body.vengo-premium .features-section--parallax .feature-title {
  color: var(--lux-white);
}

body.vengo-premium .features-section--parallax .feature-description {
  color: rgba(232, 232, 236, 0.76);
}

/* Enterprise AI Deployments — 3×2 card grid */
body.vengo-premium .enterprise-deployments .features-container {
  max-width: 1280px;
}

body.vengo-premium .features-grid--deployments {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 2vw, 1.75rem);
  align-items: stretch;
}

body.vengo-premium .features-grid--deployments .feature-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  padding: 2.5rem;
}

body.vengo-premium .features-grid--deployments .feature-title {
  margin-bottom: 0.75rem;
}

body.vengo-premium .features-grid--deployments .feature-description {
  flex: 1;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  body.vengo-premium .features-grid--deployments {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body.vengo-premium .features-grid--deployments {
    grid-template-columns: 1fr !important;
    gap: 1.25rem;
  }
}

@media (min-width: 900px) {
  body.vengo-premium .features-section--parallax .features-section__bg-image {
    height: 140%;
    min-height: 140%;
    transform: translate(-50%, -50%) scale(1.15);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.vengo-premium .features-section--parallax .features-section__bg-tech::after {
    animation: none;
  }

  body.vengo-premium .features-section--parallax .features-section__bg-image {
    transform: translate(-50%, -50%) scale(1.1) !important;
  }
}

/* ----- Pricing ----- */
body.vengo-premium .pricing-section {
  background: var(--lux-graphite);
  padding: 5.5rem 0;
}

body.vengo-premium .pricing-section .section-title {
  color: var(--lux-white);
  -webkit-text-fill-color: var(--lux-white);
  background: none;
}

body.vengo-premium .pricing-section .section-subtitle {
  color: var(--lux-silver);
}

body.vengo-premium .pricing-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--lux-mist);
}

body.vengo-premium .pricing-plan {
  color: var(--lux-white);
}

body.vengo-premium .pricing-description,
body.vengo-premium .pricing-note {
  color: var(--lux-silver);
}

body.vengo-premium .pricing-price {
  color: var(--lux-white);
}

body.vengo-premium .pricing-features li {
  color: var(--lux-silver);
}

body.vengo-premium .toggle-option {
  color: var(--lux-silver);
}

body.vengo-premium .toggle-option.active {
  color: var(--lux-white);
}

body.vengo-premium .toggle-switch {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
}

body.vengo-premium .toggle-indicator {
  background: var(--lux-accent);
}

body.vengo-premium .featured-badge {
  background: linear-gradient(135deg, #5b4fdf, var(--lux-accent));
}

/* ----- Demo ----- */
body.vengo-premium .demo-section {
  background: #f2f2f5;
}

body.vengo-premium .demo-section .section-title {
  color: #0a0a0c;
  -webkit-text-fill-color: #0a0a0c;
  background: none;
}

body.vengo-premium .demo-section .section-subtitle {
  color: #4a4a54;
}

body.vengo-premium .play-button {
  background: linear-gradient(135deg, #2a2a32, #121214);
  border: 1px solid rgba(124, 105, 255, 0.35);
  box-shadow: 0 0 40px rgba(124, 105, 255, 0.15);
}

body.vengo-premium .demo-section h3 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  color: #3d3d47 !important;
}

/* Light-band CTAs: homepage secondary buttons use pale text for dark chrome elsewhere */
body.vengo-premium .demo-section .btn-modern.btn-secondary {
  color: #141418;
  border: 1px solid rgba(15, 15, 18, 0.22);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

body.vengo-premium .demo-section .btn-modern.btn-secondary:hover {
  color: #070708;
  border-color: rgba(15, 15, 18, 0.38);
  background: #ffffff;
}

/* ----- FAQ ----- */
.lux-faq {
  background: var(--lux-black);
  padding: 5.5rem 0;
}

.lux-faq .lux-section-title {
  color: var(--lux-white);
  -webkit-text-fill-color: var(--lux-white);
}

.lux-faq__list {
  max-width: 720px;
  margin: 0 auto;
  border-top: 1px solid var(--lux-line);
}

.lux-faq details {
  border-bottom: 1px solid var(--lux-line);
}

.lux-faq summary {
  list-style: none;
  cursor: pointer;
  padding: 1.35rem 0;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--lux-mist);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.lux-faq summary::-webkit-details-marker {
  display: none;
}

.lux-faq summary::after {
  content: '+';
  font-weight: 400;
  font-size: 1.25rem;
  color: var(--lux-accent);
  transition: transform 0.25s ease;
}

.lux-faq details[open] summary::after {
  transform: rotate(45deg);
}

.lux-faq__answer {
  padding: 0 0 1.35rem;
  font-size: 0.975rem;
  line-height: 1.65;
  color: var(--lux-silver);
}

/* ----- Final CTA ----- */
body.vengo-premium .cta-section {
  background: linear-gradient(180deg, var(--lux-graphite) 0%, var(--lux-black) 100%);
  border-top: 1px solid var(--lux-line);
}

body.vengo-premium .cta-section::before {
  pointer-events: none;
  background:
    radial-gradient(circle at 30% 50%, rgba(124, 105, 255, 0.08) 0%, transparent 45%),
    radial-gradient(circle at 70% 50%, rgba(255, 255, 255, 0.04) 0%, transparent 40%);
}

body.vengo-premium .cta-title {
  color: var(--lux-white);
  -webkit-text-fill-color: var(--lux-white);
  background: none;
  font-family: var(--lux-font-display);
  font-weight: 700;
  letter-spacing: -0.035em;
}

body.vengo-premium .cta-section .cta-title .gradient-text {
  background: linear-gradient(90deg, #f7f7f8 0%, var(--lux-accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.vengo-premium .cta-subtitle {
  color: var(--lux-silver);
}

/* ----- Footer ----- */
body.vengo-premium .modern-footer {
  background: var(--lux-black);
  border-top: 1px solid var(--lux-line);
  padding-top: 4rem;
  position: relative;
  /* Above fixed particle canvas and section overlays; below header (1000) and modal (10000) */
  z-index: 100;
  isolation: isolate;
  pointer-events: auto;
}

body.vengo-premium .modern-footer .social-links {
  position: relative;
  z-index: 2;
}

body.vengo-premium .footer-brand img {
  filter: none;
  opacity: 1;
}

body.vengo-premium .footer-section p {
  color: var(--lux-silver);
}

body.vengo-premium .footer-phone-wrap a {
  color: var(--lux-mist);
}

body.vengo-premium .footer-phone-wrap a:hover {
  color: var(--lux-accent);
}

body.vengo-premium .social-link {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

body.vengo-premium .social-link i {
  pointer-events: none;
}

body.vengo-premium .social-link:hover {
  background: rgba(124, 105, 255, 0.15);
  border-color: rgba(124, 105, 255, 0.35);
}

body.vengo-premium .footer-bottom {
  border-top-color: var(--lux-line);
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

body.vengo-premium .footer-container {
  padding-left: clamp(1.5rem, 4vw, 3rem);
  padding-right: clamp(1.5rem, 4vw, 3rem);
}

/* Launch offer / discount popup removed for enterprise positioning */
#emailModal,
.modal-luxury,
.modal.modal-luxury {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* ========================================
   INTERIOR PAGES (style.css layouts)
   Same chrome + dark rhythm as homepage
   ======================================== */

body.vengo-premium .header-brand img,
body.vengo-premium .header-logo {
  filter: none !important;
  opacity: 1;
  height: 40px;
  width: auto;
}

body.vengo-premium .modern-footer .footer-brand img {
  filter: none !important;
}

/* --- About --- */
body.vengo-premium .about-hero {
  background: var(--lux-black) !important;
}

body.vengo-premium .about-hero .hero-bg {
  background:
    radial-gradient(circle at 22% 28%, rgba(124, 105, 255, 0.14) 0%, transparent 52%),
    radial-gradient(circle at 88% 72%, rgba(255, 255, 255, 0.06) 0%, transparent 48%) !important;
}

body.vengo-premium .about-subtitle {
  color: var(--lux-silver) !important;
}

body.vengo-premium .about-stats .stat-number {
  color: var(--lux-accent);
}

body.vengo-premium .about-stats .stat-label {
  color: var(--lux-silver);
}

body.vengo-premium .mission-section {
  background: var(--lux-graphite) !important;
}

body.vengo-premium .mission-text .section-title {
  color: var(--lux-white);
  -webkit-text-fill-color: var(--lux-white);
  background: none;
}

body.vengo-premium .mission-description {
  color: var(--lux-silver);
}

body.vengo-premium .feature-item {
  color: var(--lux-accent);
}

body.vengo-premium .mission-image {
  border: 1px solid var(--lux-line);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.55);
}

body.vengo-premium .why-choose-section {
  background: var(--lux-black) !important;
}

body.vengo-premium .why-card {
  background: rgba(255, 255, 255, 0.035);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}

body.vengo-premium .why-title {
  color: var(--lux-white);
}

body.vengo-premium .why-description {
  color: var(--lux-silver);
}

body.vengo-premium .why-icon {
  background: linear-gradient(145deg, #2a2a32, #141418);
  border: 1px solid rgba(124, 105, 255, 0.35);
}

body.vengo-premium .why-icon i {
  color: var(--lux-accent);
}

body.vengo-premium .values-section {
  background: var(--lux-graphite) !important;
}

body.vengo-premium .value-card {
  background: rgba(255, 255, 255, 0.035);
  border-color: rgba(255, 255, 255, 0.12);
}

body.vengo-premium .value-title {
  color: var(--lux-white);
}

body.vengo-premium .value-description {
  color: var(--lux-silver);
}

body.vengo-premium .value-icon {
  background: linear-gradient(145deg, #2a2a32, #141418);
  border: 1px solid rgba(124, 105, 255, 0.35);
}

body.vengo-premium .value-icon i {
  color: var(--lux-accent);
}

/* Section titles on dark bands (interior pages) */
body.vengo-premium .faq-section .section-header .section-title,
body.vengo-premium .why-choose-section .section-header .section-title,
body.vengo-premium .values-section .section-header .section-title {
  color: var(--lux-white);
  -webkit-text-fill-color: var(--lux-white);
  background: none;
}

body.vengo-premium .faq-section .section-header .section-title .gradient-text {
  background: linear-gradient(90deg, #f7f7f8 0%, var(--lux-accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.vengo-premium .faq-section .section-header .section-subtitle,
body.vengo-premium .why-choose-section .section-header .section-subtitle,
body.vengo-premium .values-section .section-header .section-subtitle {
  color: var(--lux-silver);
}

body.vengo-premium .privacy-section .section-header .section-subtitle,
body.vengo-premium .tos-section .section-header .section-subtitle {
  color: var(--lux-silver);
}

body.vengo-premium .privacy-section .section-header .section-title .gradient-text,
body.vengo-premium .tos-section .section-header .section-title .gradient-text {
  background: linear-gradient(90deg, #f7f7f8 0%, var(--lux-accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Generic hero (affiliates, etc.) — not homepage hero-premium */
body.vengo-premium section.hero-section {
  background: var(--lux-black) !important;
}

body.vengo-premium section.hero-section .subtitle {
  color: var(--lux-silver) !important;
}

body.vengo-premium section.hero-section .video-wrapper {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45) !important;
}

/* --- Contact --- */
body.vengo-premium .contact-form-section {
  background: var(--lux-black) !important;
}

body.vengo-premium .form-container {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.45);
}

body.vengo-premium .form-title {
  color: var(--lux-white);
}

body.vengo-premium .form-subtitle {
  color: var(--lux-silver);
}

body.vengo-premium .form-label {
  color: var(--lux-mist);
}

body.vengo-premium .form-input,
body.vengo-premium .form-textarea {
  background: rgba(0, 0, 0, 0.35);
  border-color: rgba(255, 255, 255, 0.14);
  color: var(--lux-mist);
}

body.vengo-premium .form-input::placeholder,
body.vengo-premium .form-textarea::placeholder {
  color: rgba(196, 196, 205, 0.65);
}

body.vengo-premium .form-input:focus,
body.vengo-premium .form-textarea:focus {
  border-color: rgba(124, 105, 255, 0.55);
  box-shadow: 0 0 0 3px rgba(124, 105, 255, 0.15);
}

body.vengo-premium .form-disclaimer {
  color: var(--lux-silver);
}

body.vengo-premium .privacy-link {
  color: var(--lux-accent);
}

body.vengo-premium .btn.btn-primary {
  background: linear-gradient(135deg, #5b4fdf 0%, var(--lux-accent) 100%);
  border: none;
  color: #fff;
}

/* --- FAQ --- */
body.vengo-premium .faq-section {
  background: var(--lux-graphite) !important;
}

body.vengo-premium .faq-item {
  background: rgba(255, 255, 255, 0.035);
  border-color: rgba(255, 255, 255, 0.12);
}

body.vengo-premium .faq-question:hover {
  background: rgba(124, 105, 255, 0.08);
}

body.vengo-premium .faq-question h3 {
  color: var(--lux-mist);
}

body.vengo-premium .faq-answer p {
  color: var(--lux-silver);
}

/* --- Legal --- */
body.vengo-premium .privacy-section,
body.vengo-premium .tos-section {
  background: var(--lux-black) !important;
}

body.vengo-premium .privacy-content,
body.vengo-premium .tos-content {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.45) !important;
}

body.vengo-premium .privacy-text,
body.vengo-premium .privacy-text p,
body.vengo-premium .tos-text,
body.vengo-premium .tos-text p {
  color: var(--lux-silver) !important;
}

body.vengo-premium .privacy-text h2,
body.vengo-premium .tos-text h2 {
  color: var(--lux-white) !important;
}

/* --- Training --- */
body.vengo-premium .training-section {
  background: var(--lux-graphite) !important;
}

body.vengo-premium .training-header h1 {
  color: var(--lux-white) !important;
  background: none !important;
  -webkit-text-fill-color: var(--lux-white) !important;
}

body.vengo-premium .training-description {
  color: var(--lux-silver) !important;
}

body.vengo-premium .stripe-container {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.45) !important;
}

body.vengo-premium .stripe-container h3 {
  color: var(--lux-white) !important;
}

body.vengo-premium .stripe-container p {
  color: var(--lux-silver) !important;
}

/* --- Press grid on features-section band --- */
body.vengo-premium .press-item {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

body.vengo-premium .press-title a {
  color: #0a0a0c;
}

body.vengo-premium .press-source {
  color: #5c5c68;
}

body.page-unified [id] {
  scroll-margin-top: 5.5rem;
}

body.page-unified .btn-glow {
  box-shadow: 0 0 24px rgba(255, 255, 255, 0.08);
}

body.page-unified .features-section__bg-image {
  opacity: 0.35;
}

/* --- Unified homepage (index merge) --- */
body.page-unified .hero-premium__inner--unified {
  align-items: center;
}

body.page-unified .hero-premium__headline {
  font-family: var(--lux-font-display), system-ui, sans-serif;
  font-size: clamp(2.45rem, 5.15vw, 4.55rem);
  line-height: 1.03;
  letter-spacing: -0.058em;
  max-width: 13ch;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #f8f9fc 0%, #dce3f2 32%, #a8b8d8 58%, #7c69ff 82%, #5b6fcf 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

body.page-unified .hero-premium__headline .accent {
  background: linear-gradient(90deg, #ffffff 0%, #d8c8ff 42%, #7c69ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  letter-spacing: -0.04em;
}

body.page-unified .hero-premium__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin-top: 1.5rem;
}

body.page-unified .hero-premium__chips span {
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--lux-silver);
  opacity: 0.85;
}

body.page-unified .hero-premium__visual--search {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  overflow: visible;
}

body.page-unified .enterprise-search-stack--hero {
  max-width: 100%;
  width: 100%;
}

body.page-unified .hero-premium__inner--unified {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 1.15fr);
}

body.page-unified .problem-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
}

body.page-unified .compare-grid--compact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

body.page-unified #problem .compare-card {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
}

body.page-unified #problem .compare-card h3 {
  color: #0a0a0c;
  font-size: 1.05rem;
}

body.page-unified #problem .compare-card li,
body.page-unified #problem .compare-card li span {
  color: #3a3a42;
  font-size: 0.925rem;
  line-height: 1.45;
}

body.page-unified #problem .compare-card--bad i {
  color: #dc2626;
}

body.page-unified #problem .compare-card--good i {
  color: #059669;
}

body.page-unified .platform-layers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin: 2rem 0;
}

body.page-unified .platform-layer {
  padding: 1.5rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

body.page-unified .platform-layer h3 {
  font-size: 1.05rem;
  margin-bottom: 0.75rem;
  color: var(--lux-white);
}

body.page-unified .platform-layer h3 i {
  margin-right: 0.5rem;
  color: var(--lux-accent, #c8cad4);
}

body.page-unified .platform-layer p {
  color: var(--lux-silver);
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

body.page-unified .platform-visual-row {
  display: grid;
  grid-template-columns: minmax(240px, 0.95fr) minmax(320px, 1.25fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
  margin-bottom: 3rem;
}

body.page-unified .platform-uses {
  max-width: 22rem;
  margin: 0;
  align-self: center;
}

body.page-unified .platform-showcase {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 720px;
  margin: 0 0 0 auto;
  justify-self: end;
}

body.page-unified .platform-showcase .hero-showcase--platform {
  margin-left: auto;
  margin-right: 0;
}

@media (max-width: 1024px) {
  body.page-unified .platform-visual-row {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  body.page-unified .platform-uses {
    max-width: 36rem;
    margin: 0 auto;
  }

  body.page-unified .platform-showcase {
    max-width: min(420px, 100%);
    margin: 0 auto;
    justify-self: center;
  }
}

body.page-unified #ai-search .btn-try-search {
  width: auto;
  margin-top: 1.5rem;
  border: none;
  cursor: pointer;
  background: linear-gradient(135deg, #5b4fdf 0%, #9b7bff 42%, #e879f9 100%);
  box-shadow:
    0 12px 32px rgba(124, 105, 255, 0.38),
    0 0 0 1px rgba(255, 255, 255, 0.12) inset;
}

body.page-unified #ai-search .btn-try-search:hover {
  box-shadow:
    0 16px 40px rgba(124, 105, 255, 0.48),
    0 0 28px rgba(232, 121, 249, 0.2);
  transform: translateY(-2px);
}

body.page-unified .platform-steps {
  margin-top: 0;
}

body.page-unified .offerings-featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
}

body.page-unified #solutions .section-header {
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 2;
}

body.page-unified #solutions .feature-title {
  color: #0a0a0c;
  -webkit-text-fill-color: #0a0a0c;
}

body.page-unified #solutions .feature-description {
  color: #3a3a42;
}

body.page-unified .offerings-featured__col {
  padding: 1.75rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.1);
}

body.page-unified .offerings-featured__col--agent {
  display: block;
}

body.page-unified .offerings-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #0a0a0c;
  text-decoration: none;
}

body.page-unified .offerings-link:hover {
  opacity: 0.75;
}

body.page-unified .offerings-compact {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

body.page-unified .offerings-compact__card {
  padding: 1.25rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

body.page-unified .offerings-compact__card .feature-title {
  font-size: 1rem;
}

body.page-unified .offerings-compact__card .feature-description {
  font-size: 0.875rem;
}

body.page-unified .analytics-dashboard--insights .analytics-insights {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.25rem;
}

body.page-unified .analytics-insight {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

body.page-unified .analytics-insight i {
  margin-top: 0.2rem;
  opacity: 0.7;
}

body.page-unified .analytics-insight strong {
  display: block;
  margin-bottom: 0.25rem;
}

body.page-unified .analytics-insight span {
  font-size: 0.875rem;
  opacity: 0.75;
}

body.page-unified .demo-label {
  font-style: normal;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.6;
  margin-left: 0.5rem;
}

body.page-unified .topic-list--demo {
  margin-top: 0;
}

body.page-unified .use-grid--compact {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1024px) {
  body.page-unified .offerings-compact {
    grid-template-columns: repeat(2, 1fr);
  }

  body.page-unified .use-grid--compact {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
  body.page-unified .hero-premium__headline {
    max-width: 100%;
    font-size: clamp(2.15rem, 8.5vw, 3.35rem);
    line-height: 1.04;
  }

  body.page-unified .hero-premium__visual.hero-premium__visual--search {
    display: block;
    max-width: min(420px, 100%);
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
  }
}

@media (max-width: 768px) {
  body.page-unified .hero-premium__inner--unified {
    grid-template-columns: 1fr;
  }

  body.page-unified .hero-premium__visual--search {
    max-width: 100%;
    margin-top: 2rem;
  }

  body.page-unified .problem-split,
  body.page-unified .platform-layers,
  body.page-unified .compare-grid--compact,
  body.page-unified .offerings-featured {
    grid-template-columns: 1fr;
  }

  body.page-unified .platform-steps.how-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  body.page-unified .hero-premium__ambient {
    display: none;
  }
}

@media (max-width: 480px) {
  body.page-unified .offerings-compact {
    grid-template-columns: 1fr;
  }

  body.page-unified .platform-steps.how-grid {
    grid-template-columns: 1fr;
  }
}

body.vengo-premium .cta-section .btn-modern.btn-secondary {
  color: var(--lux-mist);
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
}

body.vengo-premium .cta-section .btn-modern.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  color: var(--lux-white);
}
