/* SalesFunnel-only OTO visual system, matched to JVZoo OTO #1. */

:root {
  --sf-oto-bg: #07011b;
  --sf-oto-panel: rgba(15, 23, 42, 0.86);
  --sf-oto-panel-strong: rgba(15, 23, 42, 0.96);
  --sf-oto-line: rgba(148, 163, 184, 0.18);
  --sf-oto-yellow: #facc15;
  --sf-oto-green: #22c55e;
  --sf-oto-purple: #7c3aed;
  --sf-oto-pink: #ec4899;
  --sf-oto-max: 74rem;
}

body.al-funnel-jvzoo,
body.oto-body {
  color: #f8fafc;
  background:
    radial-gradient(circle at 10% 0%, rgba(124, 58, 237, 0.34), transparent 34rem),
    radial-gradient(circle at 88% 14%, rgba(236, 72, 153, 0.2), transparent 30rem),
    linear-gradient(180deg, #07011b 0%, #0f0829 45%, #020617 100%) !important;
  overflow-x: clip;
}

body.al-funnel-jvzoo a,
body.oto-body a {
  color: inherit;
}

.al-funnel-jvzoo .wp-rs__page,
.al-funnel-jvzoo .wp-oto1__page,
.al-funnel-jvzoo .wp-oto2__page,
.al-funnel-jvzoo .wp-oto3__page,
.al-funnel-jvzoo .wp-oto4__page,
.al-funnel-jvzoo .wp-oto5__page,
.al-funnel-jvzoo .wp-bundle__page,
.al-funnel-jvzoo .wp-ty__page,
body.oto-body .oto-page {
  width: min(var(--sf-oto-max), calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(28px, 5vw, 56px) 0 calc(96px + env(safe-area-inset-bottom, 0px));
}

.al-funnel-jvzoo .wp-rs__column,
.al-funnel-jvzoo .wp-oto1__column,
.al-funnel-jvzoo .wp-oto2__column,
.al-funnel-jvzoo .wp-oto3__column,
.al-funnel-jvzoo .wp-oto4__column,
.al-funnel-jvzoo .wp-oto5__column,
.al-funnel-jvzoo .wp-bundle__column,
.al-funnel-jvzoo .wp-ty__column {
  max-width: 50rem;
}

.al-funnel-jvzoo .wp-rs__column--wide,
.al-funnel-jvzoo .wp-oto1__column--wide,
.al-funnel-jvzoo .wp-oto2__column--wide,
.al-funnel-jvzoo .wp-oto3__column--wide,
.al-funnel-jvzoo .wp-oto4__column--wide,
.al-funnel-jvzoo .wp-oto5__column--wide,
.al-funnel-jvzoo .wp-bundle__column--wide,
.al-funnel-jvzoo .wp-ty__column--wide,
.al-funnel-jvzoo .wp-rs__column--footer,
.al-funnel-jvzoo .wp-oto1__column--footer,
.al-funnel-jvzoo .wp-oto2__column--footer,
.al-funnel-jvzoo .wp-oto3__column--footer,
.al-funnel-jvzoo .wp-oto4__column--footer,
.al-funnel-jvzoo .wp-oto5__column--footer,
.al-funnel-jvzoo .wp-bundle__column--footer,
.al-funnel-jvzoo .wp-ty__column--footer {
  max-width: var(--sf-oto-max);
}

.al-funnel-jvzoo .wp-rs__brand,
.al-funnel-jvzoo .wp-oto1__brand,
.al-funnel-jvzoo .wp-oto2__brand,
.al-funnel-jvzoo .wp-oto3__brand,
.al-funnel-jvzoo .wp-oto4__brand,
.al-funnel-jvzoo .wp-oto5__brand,
.al-funnel-jvzoo .wp-bundle__brand,
.al-funnel-jvzoo .wp-ty__brand,
body.oto-body .oto-topbar {
  display: grid;
  gap: 0.35rem;
  justify-items: center;
  margin: 0 0 clamp(22px, 4vw, 36px);
  text-align: center;
}

.al-funnel-jvzoo [class$="__brand-title"],
.al-funnel-jvzoo .wp-ty__brand,
.al-funnel-jvzoo .wp-bundle__brand-title {
  color: #fff;
  font-size: clamp(1.35rem, 3vw, 2.1rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.al-funnel-jvzoo [class$="__brand-title"] span,
.al-funnel-jvzoo .wp-ty__brand span,
.al-funnel-jvzoo .wp-bundle__brand-title span {
  color: var(--sf-oto-yellow);
}

.al-funnel-jvzoo [class$="__brand-sub"],
.al-funnel-jvzoo .wp-bundle__brand-sub {
  color: #c4b5fd;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.al-funnel-jvzoo .wp-rs__hero,
.al-funnel-jvzoo .wp-oto1__stop,
.al-funnel-jvzoo .wp-oto2__hero,
.al-funnel-jvzoo .wp-oto3__stop,
.al-funnel-jvzoo .wp-oto4__hero,
.al-funnel-jvzoo .wp-oto5__hero,
.al-funnel-jvzoo .wp-bundle__hero,
.al-funnel-jvzoo .wp-ty__hero,
body.oto-body .oto-hero {
  position: relative;
  display: grid;
  justify-items: center;
  overflow: hidden;
  padding: clamp(28px, 5vw, 56px) clamp(18px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 0%, rgba(250, 204, 21, 0.22), transparent 26rem),
    linear-gradient(145deg, rgba(76, 29, 149, 0.95), rgba(15, 23, 42, 0.92)) !important;
  box-shadow: 0 24px 70px rgba(2, 6, 23, 0.36);
  text-align: center;
}

.al-funnel-jvzoo .wp-rs__badge,
.al-funnel-jvzoo .wp-oto1__badge,
.al-funnel-jvzoo .wp-oto2__badge,
.al-funnel-jvzoo .wp-oto3__badge,
.al-funnel-jvzoo .wp-oto4__badge,
.al-funnel-jvzoo .wp-oto5__badge,
.al-funnel-jvzoo .wp-bundle__badge,
.al-funnel-jvzoo .wp-rs__offer-label,
.al-funnel-jvzoo .wp-oto1__offer-label,
.al-funnel-jvzoo .wp-oto2__offer-label,
.al-funnel-jvzoo .wp-oto3__offer-label,
.al-funnel-jvzoo .wp-oto4__offer-label,
.al-funnel-jvzoo .wp-oto5__offer-label,
.al-funnel-jvzoo .wp-bundle__offer-label,
body.oto-body .oto-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 1rem;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  background: var(--sf-oto-yellow) !important;
  color: #111827 !important;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.al-funnel-jvzoo .wp-rs__hero h1,
.al-funnel-jvzoo .wp-oto1__stop h1,
.al-funnel-jvzoo .wp-oto2__hero h1,
.al-funnel-jvzoo .wp-oto3__stop h1,
.al-funnel-jvzoo .wp-oto4__hero h1,
.al-funnel-jvzoo .wp-oto5__hero h1,
.al-funnel-jvzoo .wp-bundle__hero h1,
.al-funnel-jvzoo .wp-ty__hero h1,
body.oto-body .oto-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 9vw, 6.6rem);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: -0.08em;
  text-shadow: 0 14px 38px rgba(0, 0, 0, 0.35);
}

.al-funnel-jvzoo .wp-oto1__stop h1,
.al-funnel-jvzoo .wp-oto3__stop h1,
.al-funnel-jvzoo .wp-bundle__hero h1 {
  font-size: clamp(4rem, 14vw, 8rem);
  line-height: 0.88;
}

.al-funnel-jvzoo .wp-rs__hero h2,
.al-funnel-jvzoo .wp-oto4__hero h2,
.al-funnel-jvzoo .wp-oto5__hero h2,
.al-funnel-jvzoo .wp-bundle__hero h2,
.al-funnel-jvzoo .wp-oto3__stop h2 {
  color: #fff;
  font-size: clamp(1.65rem, 4vw, 2.55rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.045em;
}

.al-funnel-jvzoo .wp-rs__block,
.al-funnel-jvzoo .wp-oto1__block,
.al-funnel-jvzoo .wp-oto2__block,
.al-funnel-jvzoo .wp-oto3__block,
.al-funnel-jvzoo .wp-oto4__block,
.al-funnel-jvzoo .wp-oto5__block,
.al-funnel-jvzoo .wp-bundle__block,
.al-funnel-jvzoo .wp-ty__card,
.al-funnel-jvzoo .wp-ty__step,
body.oto-body .oto-section,
body.oto-body .oto-card,
body.oto-body .oto-cta-block,
body.oto-body .oto-bundle-anchor {
  margin: clamp(22px, 4vw, 36px) auto;
  padding: clamp(20px, 4vw, 34px);
  border: 1px solid var(--sf-oto-line);
  border-radius: 24px;
  background: var(--sf-oto-panel) !important;
  box-shadow: 0 18px 48px rgba(2, 6, 23, 0.26);
}

.al-funnel-jvzoo .wp-rs__block p,
.al-funnel-jvzoo .wp-oto1__block p,
.al-funnel-jvzoo .wp-oto2__block p,
.al-funnel-jvzoo .wp-oto3__block p,
.al-funnel-jvzoo .wp-oto4__block p,
.al-funnel-jvzoo .wp-oto5__block p,
.al-funnel-jvzoo .wp-bundle__block p,
.al-funnel-jvzoo .wp-ty__card p,
body.oto-body .oto-section p,
body.oto-body .oto-card p {
  color: #dbeafe;
}

.al-funnel-jvzoo [class$="__h2"],
.al-funnel-jvzoo [class$="__offer-title"],
.al-funnel-jvzoo [class$="__dashboard-title"],
body.oto-body .oto-section h2,
body.oto-body .oto-card h3,
body.oto-body .oto-cta-block h2 {
  color: #fff;
  font-size: clamp(1.65rem, 4vw, 2.55rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.045em;
  text-align: center;
}

.al-funnel-jvzoo .wp-oto1__h2--pro,
.al-funnel-jvzoo .wp-oto3__stop-pro,
body.oto-body .oto-price {
  background: linear-gradient(90deg, #facc15, #4ade80, #c084fc);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}

.al-funnel-jvzoo [class$="__divider"],
body.oto-body .oto-section + .oto-section {
  border-color: transparent;
}

.al-funnel-jvzoo .wp-rs__card,
.al-funnel-jvzoo .wp-rs__bonus,
.al-funnel-jvzoo .wp-oto1__feature,
.al-funnel-jvzoo .wp-oto1__bonus,
.al-funnel-jvzoo .wp-oto2__cat-card,
.al-funnel-jvzoo .wp-oto2__bonus,
.al-funnel-jvzoo .wp-oto2__testimonial,
.al-funnel-jvzoo .wp-oto3__gen-card,
.al-funnel-jvzoo .wp-oto3__bonus,
.al-funnel-jvzoo .wp-oto3__testimonial,
.al-funnel-jvzoo .wp-oto4__card,
.al-funnel-jvzoo .wp-oto4__bonus,
.al-funnel-jvzoo .wp-oto5__card,
.al-funnel-jvzoo .wp-oto5__bonus,
.al-funnel-jvzoo .wp-bundle__module,
.al-funnel-jvzoo .wp-bundle__bonus,
.al-funnel-jvzoo .wp-bundle__testimonial,
body.oto-body .oto-card {
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 18px;
  background: rgba(15, 23, 42, 0.75) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.al-funnel-jvzoo [class$="__stack-row"],
body.oto-body .oto-bundle-line {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  color: #e2e8f0;
  background: rgba(2, 6, 23, 0.36);
}

.al-funnel-jvzoo [class$="__stack-total"],
body.oto-body .oto-bundle-line--total {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 1rem;
  border-radius: 14px;
  color: #111827 !important;
  background: linear-gradient(135deg, #facc15, #4ade80) !important;
  font-weight: 900;
}

.al-funnel-jvzoo .wp-rs__offer,
.al-funnel-jvzoo .wp-oto1__offer,
.al-funnel-jvzoo .wp-oto2__offer,
.al-funnel-jvzoo .wp-oto3__offer,
.al-funnel-jvzoo .wp-oto4__offer,
.al-funnel-jvzoo .wp-oto5__offer,
.al-funnel-jvzoo .wp-bundle__offer,
body.oto-body .oto-cta-block {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 0%, rgba(250, 204, 21, 0.16), transparent 26rem),
    var(--sf-oto-panel-strong) !important;
  box-shadow: 0 24px 70px rgba(2, 6, 23, 0.36);
  text-align: center;
}

.al-funnel-jvzoo [class$="__offer-price"],
.al-funnel-jvzoo [class$="__final-price"],
body.oto-body .oto-price {
  color: var(--sf-oto-yellow);
  font-size: clamp(2.8rem, 10vw, 5.8rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.08em;
}

.al-funnel-jvzoo [class$="__cta-primary"],
.al-funnel-jvzoo [class$="__upgrade-btn"],
.al-funnel-jvzoo [class$="__sticky"] a,
body.oto-body .btn-primary,
body.oto-body .oto-mobile-sticky-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0.95rem 1.35rem;
  border: 0;
  border-radius: 999px;
  color: #111827 !important;
  background: linear-gradient(135deg, #facc15, #22c55e) !important;
  box-shadow: 0 18px 46px rgba(34, 197, 94, 0.3);
  font-weight: 900;
  text-decoration: none;
}

.al-funnel-jvzoo [class$="__cta-decline"],
body.oto-body .oto-downsell a {
  color: #cbd5e1 !important;
  font-weight: 800;
}

.al-funnel-jvzoo [class$="__guarantee"],
.al-funnel-jvzoo .wp-ty__upgrade {
  border: 1px solid rgba(34, 197, 94, 0.32);
  border-radius: 22px;
  background: rgba(20, 83, 45, 0.35) !important;
}

.al-funnel-jvzoo [class$="__dashboard"],
body.oto-body .oto-preview-box {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: rgba(15, 23, 42, 0.82) !important;
  box-shadow: 0 24px 70px rgba(2, 6, 23, 0.36);
}

.al-funnel-jvzoo img,
body.oto-body img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 760px) {
  .al-funnel-jvzoo .wp-rs__page,
  .al-funnel-jvzoo .wp-oto1__page,
  .al-funnel-jvzoo .wp-oto2__page,
  .al-funnel-jvzoo .wp-oto3__page,
  .al-funnel-jvzoo .wp-oto4__page,
  .al-funnel-jvzoo .wp-oto5__page,
  .al-funnel-jvzoo .wp-bundle__page,
  .al-funnel-jvzoo .wp-ty__page,
  body.oto-body .oto-page {
    width: min(100% - 24px, var(--sf-oto-max));
    padding-top: 22px;
  }

  .al-funnel-jvzoo .wp-rs__hero h1,
  .al-funnel-jvzoo .wp-oto1__stop h1,
  .al-funnel-jvzoo .wp-oto2__hero h1,
  .al-funnel-jvzoo .wp-oto3__stop h1,
  .al-funnel-jvzoo .wp-oto4__hero h1,
  .al-funnel-jvzoo .wp-oto5__hero h1,
  .al-funnel-jvzoo .wp-bundle__hero h1,
  .al-funnel-jvzoo .wp-ty__hero h1,
  body.oto-body .oto-hero h1 {
    font-size: clamp(2.6rem, 15vw, 5rem);
  }

  .al-funnel-jvzoo [class$="__stack-row"],
  .al-funnel-jvzoo [class$="__stack-total"],
  body.oto-body .oto-bundle-line,
  body.oto-body .oto-bundle-line--total {
    align-items: flex-start;
    flex-direction: column;
  }
}
