/* JVZoo visual accents layered on top of shared USD funnel pages. */

body.al-funnel-jvzoo {
  --wp-oto1-bg: #061325;
  --wp-oto1-purple: #2563eb;
  --wp-oto1-pink: #0ea5e9;
}

body.al-funnel-jvzoo .wp-oto1__brand-title span,
body.al-funnel-jvzoo .wp-oto1__offer-price {
  color: #38bdf8;
}

body.al-funnel-jvzoo .wp-oto1__badge,
body.al-funnel-jvzoo .wp-oto1__offer-label,
body.al-funnel-jvzoo .wp-oto1__cta-primary,
body.al-funnel-jvzoo .wp-oto1__sticky a {
  background: linear-gradient(180deg, #38bdf8, #0ea5e9);
  color: #031626;
}

body.al-funnel-jvzoo .wp-oto1__stop,
body.al-funnel-jvzoo .wp-oto1__offer {
  background:
    radial-gradient(circle at 50% 0%, rgba(56, 189, 248, 0.24), transparent 28rem),
    linear-gradient(145deg, rgba(14, 42, 82, 0.96), rgba(2, 6, 23, 0.95));
}

body.al-funnel-jvzoo .wp-oto1__h2--pro,
body.al-funnel-jvzoo .wp-oto1__dashboard-title em {
  background: linear-gradient(90deg, #38bdf8, #4ade80, #facc15);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
