/* Bundle, vendor, and lifetime offer pages (SalesFunnel/JVZoo). */

:root {
  --wp-bundle-bg: #090312;
  --wp-bundle-panel: rgba(17, 24, 39, 0.9);
  --wp-bundle-panel-strong: rgba(17, 24, 39, 0.98);
  --wp-bundle-line: rgba(251, 191, 36, 0.2);
  --wp-bundle-ink: #f8fafc;
  --wp-bundle-muted: #d1d5db;
  --wp-bundle-gold: #facc15;
  --wp-bundle-orange: #fb923c;
  --wp-bundle-green: #22c55e;
  --wp-bundle-pink: #f472b6;
  --wp-bundle-max: 78rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  min-width: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body.wp-bundle {
  margin: 0;
  overflow-x: clip;
  color: var(--wp-bundle-ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background:
    radial-gradient(circle at 12% 0%, rgba(250, 204, 21, 0.22), transparent 30rem),
    radial-gradient(circle at 88% 10%, rgba(244, 114, 182, 0.18), transparent 28rem),
    linear-gradient(180deg, #090312 0%, #111827 45%, #020617 100%);
}

body.wp-bundle a {
  color: inherit;
}

.wp-bundle__page {
  width: min(var(--wp-bundle-max), calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(28px, 5vw, 58px) 0 calc(104px + env(safe-area-inset-bottom, 0px));
}

.wp-bundle__column,
.wp-bundle__column--wide,
.wp-bundle__column--footer {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.wp-bundle__column {
  max-width: 56rem;
}

.wp-bundle__column--wide,
.wp-bundle__column--footer {
  max-width: var(--wp-bundle-max);
}

.wp-bundle__brand,
.wp-bundle__hero,
.wp-bundle__offer,
.wp-bundle__deal,
.wp-bundle__guarantee,
.wp-bundle__final,
.wp-bundle__cta {
  text-align: center;
}

.wp-bundle__brand {
  display: grid;
  gap: 0.35rem;
  justify-items: center;
  margin: 0 0 clamp(22px, 4vw, 38px);
}

.wp-bundle__brand-kicker,
.wp-bundle__brand-sub,
.wp-bundle__badge,
.wp-bundle__offer-label,
.wp-bundle__module-num,
.wp-bundle__module-val,
.wp-bundle__bonus-val,
.wp-bundle__dashboard-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.wp-bundle__brand-kicker,
.wp-bundle__brand-sub {
  margin: 0;
  color: #fde68a;
  font-size: 0.82rem;
  font-weight: 900;
}

.wp-bundle__brand-title {
  margin: 0;
  color: #fff;
  font-size: clamp(1.55rem, 3.2vw, 2.5rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.wp-bundle__brand-title span {
  color: var(--wp-bundle-gold);
}

.wp-bundle__hero,
.wp-bundle__block,
.wp-bundle__offer,
.wp-bundle__deal,
.wp-bundle__guarantee,
.wp-bundle__final,
.wp-bundle__dashboard {
  border: 1px solid var(--wp-bundle-line);
  box-shadow: 0 24px 76px rgba(2, 6, 23, 0.38);
}

.wp-bundle__hero {
  position: relative;
  overflow: hidden;
  padding: clamp(32px, 6vw, 68px) clamp(18px, 4vw, 46px);
  border-radius: 32px;
  background:
    radial-gradient(circle at 50% 0%, rgba(250, 204, 21, 0.22), transparent 28rem),
    linear-gradient(145deg, rgba(88, 28, 135, 0.94), rgba(15, 23, 42, 0.94));
}

.wp-bundle__badge,
.wp-bundle__offer-label,
.wp-bundle__dashboard-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 1rem;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--wp-bundle-gold), var(--wp-bundle-orange));
  color: #111827;
  font-size: 0.75rem;
  font-weight: 900;
}

.wp-bundle__hero h1,
.wp-bundle__hero h2,
.wp-bundle__h2,
.wp-bundle__dashboard-title {
  margin: 0 0 1rem;
  color: #fff;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.055em;
}

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

.wp-bundle__hero h2,
.wp-bundle__h2,
.wp-bundle__dashboard-title {
  font-size: clamp(1.75rem, 4vw, 2.8rem);
}

.wp-bundle__hero p,
.wp-bundle__block p,
.wp-bundle__sub,
.wp-bundle__dashboard-lead {
  color: var(--wp-bundle-muted);
  font-size: clamp(1rem, 1.8vw, 1.1rem);
}

.wp-bundle__block,
.wp-bundle__offer,
.wp-bundle__deal,
.wp-bundle__guarantee,
.wp-bundle__final,
.wp-bundle__dashboard {
  margin: clamp(22px, 4vw, 36px) auto;
  padding: clamp(20px, 4vw, 34px);
  border-radius: 24px;
  background: var(--wp-bundle-panel);
}

.wp-bundle__divider {
  margin: clamp(26px, 5vw, 44px) 0;
  border: 0;
  border-top: 1px solid var(--wp-bundle-line);
}

.wp-bundle__modules,
.wp-bundle__bonuses,
.wp-bundle__testimonials,
.wp-bundle-mock__stats,
.wp-bundle-mock__modules {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1rem;
}

.wp-bundle__module,
.wp-bundle__bonus,
.wp-bundle__testimonial,
.wp-bundle-mock,
.wp-bundle-mock__stat,
.wp-bundle-mock__module {
  border: 1px solid rgba(251, 191, 36, 0.18);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 16px 42px rgba(2, 6, 23, 0.24);
}

.wp-bundle__module,
.wp-bundle__bonus,
.wp-bundle__testimonial {
  padding: clamp(18px, 3vw, 26px);
}

.wp-bundle__module-num,
.wp-bundle__module-val,
.wp-bundle__bonus-val {
  margin: 0 0 0.6rem;
  color: var(--wp-bundle-gold);
  font-size: 0.78rem;
  font-weight: 900;
}

.wp-bundle__module h3,
.wp-bundle__bonus-title {
  margin: 0 0 0.8rem;
  color: #fff;
  font-size: 1.06rem;
  font-weight: 900;
}

.wp-bundle__module-includes {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wp-bundle__module-includes li {
  position: relative;
  padding-left: 1.35rem;
  color: #e5e7eb;
}

.wp-bundle__module-includes li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--wp-bundle-green);
  font-weight: 900;
}

.wp-bundle__stack {
  display: grid;
  gap: 0.8rem;
}

.wp-bundle__stack-row,
.wp-bundle__stack-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  color: #e5e7eb;
  background: rgba(15, 23, 42, 0.76);
}

.wp-bundle__stack-total {
  color: #111827;
  background: linear-gradient(135deg, var(--wp-bundle-gold), var(--wp-bundle-orange));
  font-weight: 900;
}

.wp-bundle__offer {
  background:
    radial-gradient(circle at 50% 0%, rgba(250, 204, 21, 0.22), transparent 24rem),
    var(--wp-bundle-panel-strong);
}

.wp-bundle__offer-price {
  margin: 0;
  color: var(--wp-bundle-gold);
  font-size: clamp(3.2rem, 12vw, 7rem);
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: -0.08em;
}

.wp-bundle__offer-term,
.wp-bundle__final-price {
  color: #fde68a;
  font-weight: 900;
}

.wp-bundle__separate {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
  margin: 1rem 0 0;
}

.wp-bundle__separate span {
  border-radius: 999px;
  padding: 0.45rem 0.7rem;
  color: #111827;
  background: #fde68a;
  font-size: 0.82rem;
  font-weight: 900;
}

.wp-bundle__stars {
  color: var(--wp-bundle-gold);
  font-weight: 900;
}

.wp-bundle__testimonial blockquote {
  margin: 0;
}

.wp-bundle__testimonial cite {
  display: block;
  margin-top: 0.75rem;
  color: #fde68a;
  font-style: normal;
  font-weight: 900;
}

.wp-bundle__guarantee {
  border-color: rgba(34, 197, 94, 0.32);
  background: rgba(20, 83, 45, 0.35);
}

.wp-bundle__cta {
  display: grid;
  gap: 0.8rem;
  justify-items: center;
  margin: clamp(20px, 4vw, 34px) 0;
}

.wp-bundle__cta-primary,
.wp-bundle__sticky a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 44rem);
  min-height: 58px;
  padding: 0.95rem 1.35rem;
  border-radius: 999px;
  color: #111827;
  background: linear-gradient(135deg, var(--wp-bundle-gold), var(--wp-bundle-orange));
  box-shadow: 0 18px 48px rgba(250, 204, 21, 0.28);
  font-weight: 900;
  text-decoration: none;
}

.wp-bundle__cta-decline {
  color: #d1d5db;
  font-weight: 800;
}

.wp-bundle__dashboard-inner {
  display: grid;
  gap: 1rem;
  justify-items: center;
  text-align: center;
}

.wp-bundle__dashboard-figure {
  width: 100%;
  margin: 0;
}

.wp-bundle__dashboard-img {
  display: block;
  width: min(100%, 920px);
  height: auto;
  margin: 0 auto;
  border-radius: 22px;
  border: 1px solid var(--wp-bundle-line);
}

.wp-bundle-mock {
  width: min(100%, 920px);
  padding: clamp(18px, 3vw, 28px);
  text-align: left;
}

.wp-bundle-mock__stat,
.wp-bundle-mock__module {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.9rem;
  color: #e5e7eb;
}

.wp-bundle__sticky {
  position: fixed;
  z-index: 40;
  right: 16px;
  bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  left: 16px;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.wp-bundle__sticky a {
  pointer-events: auto;
  width: min(100%, 38rem);
  min-height: 54px;
}

@media (max-width: 760px) {
  .wp-bundle__page {
    width: min(100% - 24px, var(--wp-bundle-max));
    padding-top: 22px;
  }

  .wp-bundle__hero h1 {
    font-size: clamp(3.6rem, 19vw, 5.8rem);
  }

  .wp-bundle__stack-row,
  .wp-bundle__stack-total {
    align-items: flex-start;
    flex-direction: column;
  }
}
