/* Billionaire Brain Wave — modern UI overlay */
:root {
  --bbw-ink: #0f172a;
  --bbw-ink-soft: #334155;
  --bbw-muted: #64748b;
  --bbw-surface: #ffffff;
  --bbw-bg: #ffffff;
  --bbw-bg-alt: #ffffff;
  --bbw-navy: #0b1f33;
  --bbw-navy-2: #123047;
  --bbw-gold: #e0b000;
  --bbw-gold-hover: #c99a00;
  --bbw-gold-soft: #fff6d6;
  --bbw-line: rgba(15, 23, 42, 0.08);
  --bbw-shadow: 0 10px 30px rgba(11, 31, 51, 0.08);
  --bbw-shadow-lg: 0 18px 50px rgba(11, 31, 51, 0.12);
  --bbw-radius: 18px;
  --bbw-radius-sm: 12px;
  --bbw-font-display: "Fraunces", "Merriweather", Georgia, serif;
  --bbw-font-body: "Source Sans 3", "Segoe UI", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--bbw-font-body) !important;
  color: var(--bbw-ink) !important;
  background: var(--bbw-bg) !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

/* Typography */
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
.mbr-section-title,
.mbr-section-subtitle,
.mbr-title,
.navbar-caption,
h1, h2, h3, h4, h5, h6 {
  font-family: var(--bbw-font-display) !important;
  letter-spacing: -0.02em;
}

.mbr-text,
.card-text,
.panel-text,
p,
.display-5,
.display-7 {
  font-family: var(--bbw-font-body) !important;
  letter-spacing: 0;
}

.display-2 {
  line-height: 1.15 !important;
}

/* Affiliate text links — bold navy, one per section */
a.bbw-aff,
a.bbw-aff:link,
a.bbw-aff:visited,
a.bbw-aff:hover,
a.bbw-aff:focus,
a.bbw-aff strong {
  color: #000080 !important;
  font-weight: 700 !important;
  font-style: normal;
  text-decoration: none !important;
}

a.bbw-aff:hover,
a.bbw-aff:focus,
a.bbw-aff:hover strong,
a.bbw-aff:focus strong {
  color: #00004d !important;
}

a.bbw-aff:hover,
a.bbw-aff:focus,
a.bbw-aff:hover strong,
a.bbw-aff:focus strong {
  color: #00004d !important;
}

.mbr-text,
.mbr-text p,
.mbr-text li,
.card-text,
.panel-text,
.content8 p,
.content5 p,
.content4 p,
.display-5,
.display-7,
p {
  line-height: 1.65 !important;
}

/* Global section polish */
section {
  background-color: transparent;
}

section[class*="cid-"] {
  position: relative;
}

.container,
.container-fluid {
  max-width: 1140px;
}

.container-fluid {
  padding-left: clamp(1rem, 3vw, 2rem);
  padding-right: clamp(1rem, 3vw, 2rem);
}

/* Alternating soft bands without fighting existing bg rules too hard */
.header3,
.content4,
.content5,
.content8,
.content17,
.features19,
.features23,
.image1,
.image2,
.image3,
.team1,
.team2 {
  background-image: none !important;
}

/* Navbar — one solid navy, open and closed */
.cid-tADc1ENzLD {
  background: transparent !important;
}

.cid-tADc1ENzLD .navbar,
.cid-tADc1ENzLD .navbar.opened,
.cid-tADc1ENzLD .navbar.collapsed,
.cid-tADc1ENzLD .navbar-collapse,
.cid-tADc1ENzLD .navbar-collapse.show,
.cid-tADc1ENzLD .dropdown-menu,
.cid-tADc1ENzLD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: var(--bbw-navy) !important;
  background-color: var(--bbw-navy) !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.cid-tADc1ENzLD .navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 24px rgba(11, 31, 51, 0.18);
  padding-top: 0.55rem !important;
  padding-bottom: 0.55rem !important;
  min-height: 4.25rem !important;
}

.cid-tADc1ENzLD .navbar-caption {
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 1.45rem !important;
  line-height: 1.2 !important;
}

@media (max-width: 575px) {
  .cid-tADc1ENzLD .navbar-caption {
    font-size: 1.25rem !important;
  }
}

.cid-tADc1ENzLD .nav-link {
  color: rgba(255, 255, 255, 0.86) !important;
  font-family: var(--bbw-font-body) !important;
  font-weight: 600 !important;
  font-size: 0.98rem !important;
  letter-spacing: 0.01em;
  transition: color 0.2s ease;
}

.cid-tADc1ENzLD .nav-link:hover,
.cid-tADc1ENzLD .nav-link:focus {
  color: var(--bbw-gold) !important;
}

.cid-tADc1ENzLD .navbar-buttons .btn {
  border-radius: 999px !important;
  padding: 0.65rem 1.25rem !important;
  font-size: 0.95rem !important;
}

/* Buttons */
.btn {
  border-radius: 999px !important;
  font-family: var(--bbw-font-body) !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease !important;
}

.btn-primary,
.btn-primary:active {
  background-color: var(--bbw-gold) !important;
  border-color: var(--bbw-gold) !important;
  color: var(--bbw-ink) !important;
  box-shadow: 0 8px 20px rgba(224, 176, 0, 0.35) !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  background-color: var(--bbw-gold-hover) !important;
  border-color: var(--bbw-gold-hover) !important;
  color: var(--bbw-ink) !important;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(224, 176, 0, 0.42) !important;
}

/* Hero sale headline — red text, no background */
.cid-tAFdndmopV {
  padding-top: 5.5rem !important;
  padding-bottom: 0.5rem !important;
  background: transparent !important;
  background-image: none !important;
}

.cid-tAFdndmopV .mbr-section-title,
.cid-tAFdndmopV .mbr-section-title strong,
.cid-tAFdndmopV .mbr-section-title div,
.cid-tAFdndmopV h1,
.cid-tAFdndmopV h2 {
  color: #e43f3f !important;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.cid-tAFdndmopV .mbr-section-title div {
  margin-top: 0.35rem;
  font-size: 1em;
}

/* Hero product block */
.cid-tB9eYJp5ux {
  padding-top: 1.5rem !important;
  padding-bottom: 3rem !important;
  background: transparent !important;
}

.cid-tB9eYJp5ux .card-wrapper {
  background: var(--bbw-surface);
  border: 1px solid var(--bbw-line);
  border-radius: calc(var(--bbw-radius) + 6px);
  box-shadow: var(--bbw-shadow-lg);
  padding: clamp(1.25rem, 3vw, 2.25rem);
  overflow: hidden;
}

.cid-tB9eYJp5ux .image-wrapper img {
  width: 100%;
  height: auto !important;
  object-fit: contain;
  background: transparent;
  border-radius: 0;
  box-shadow: none !important;
}

.image-wrapper img,
.image-wrap img,
.card-wrap .image-wrap img {
  border-radius: var(--bbw-radius-sm);
  box-shadow: var(--bbw-shadow);
}

a.bbw-img-link {
  display: block;
  line-height: 0;
  text-decoration: none !important;
  color: inherit !important;
  font-weight: inherit !important;
}

a.bbw-img-link img {
  width: 100%;
  height: auto;
}

.cid-tB9eYJp5ux .oldcost {
  text-decoration: line-through;
  color: var(--bbw-muted) !important;
}

.cid-tB9eYJp5ux .currentcost {
  color: var(--bbw-ink) !important;
}

.cid-tB9eYJp5ux .mbr-section-btn .btn {
  margin: 0.35rem 0.35rem 0.35rem 0;
}

/* Section titles — light surfaces keep dark ink */
.header3 {
  padding-top: 2.75rem !important;
  padding-bottom: 0.75rem !important;
}

/* Dark navy section bands: always white text for contrast */
.cid-tAFPGKyBRc,
.cid-vcs4qoQSG1,
.cid-tAFQyWz1Vz,
.cid-tAG9a1kY8b,
.cid-v0FGdUdgGr,
.cid-tBUceMaFj6,
.cid-vbdvdzql8j,
.cid-vcsuhzgO64,
.cid-tAVBcuRLtq {
  background-color: var(--bbw-navy) !important;
  background-image: none !important;
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.cid-tAFPGKyBRc .mbr-section-subtitle,
.cid-tAFPGKyBRc .mbr-section-title,
.cid-tAFPGKyBRc .mbr-text,
.cid-tAFPGKyBRc h1,
.cid-tAFPGKyBRc h2,
.cid-tAFPGKyBRc h3,
.cid-tAFPGKyBRc h4,
.cid-tAFPGKyBRc h5,
.cid-tAFPGKyBRc h6,
.cid-tAFPGKyBRc strong,
.cid-tAFPGKyBRc p,
.cid-tAFPGKyBRc div,
.cid-vcs4qoQSG1 .mbr-section-subtitle,
.cid-vcs4qoQSG1 .mbr-section-title,
.cid-vcs4qoQSG1 .mbr-text,
.cid-vcs4qoQSG1 h1,
.cid-vcs4qoQSG1 h2,
.cid-vcs4qoQSG1 h3,
.cid-vcs4qoQSG1 h4,
.cid-vcs4qoQSG1 strong,
.cid-vcs4qoQSG1 p,
.cid-vcs4qoQSG1 div,
.cid-tAFQyWz1Vz .mbr-section-subtitle,
.cid-tAFQyWz1Vz .mbr-section-title,
.cid-tAFQyWz1Vz .mbr-text,
.cid-tAFQyWz1Vz h1,
.cid-tAFQyWz1Vz h2,
.cid-tAFQyWz1Vz h3,
.cid-tAFQyWz1Vz strong,
.cid-tAFQyWz1Vz p,
.cid-tAFQyWz1Vz div,
.cid-tAG9a1kY8b .mbr-section-subtitle,
.cid-tAG9a1kY8b .mbr-section-title,
.cid-tAG9a1kY8b .mbr-text,
.cid-tAG9a1kY8b h1,
.cid-tAG9a1kY8b h2,
.cid-tAG9a1kY8b h3,
.cid-tAG9a1kY8b strong,
.cid-tAG9a1kY8b p,
.cid-tAG9a1kY8b div,
.cid-v0FGdUdgGr .mbr-section-subtitle,
.cid-v0FGdUdgGr .mbr-section-title,
.cid-v0FGdUdgGr .mbr-text,
.cid-v0FGdUdgGr h1,
.cid-v0FGdUdgGr h2,
.cid-v0FGdUdgGr h3,
.cid-v0FGdUdgGr strong,
.cid-v0FGdUdgGr p,
.cid-v0FGdUdgGr div,
.cid-tBUceMaFj6 .mbr-section-subtitle,
.cid-tBUceMaFj6 .mbr-section-title,
.cid-tBUceMaFj6 .mbr-text,
.cid-tBUceMaFj6 h1,
.cid-tBUceMaFj6 h2,
.cid-tBUceMaFj6 h3,
.cid-tBUceMaFj6 strong,
.cid-tBUceMaFj6 p,
.cid-tBUceMaFj6 div,
.cid-vbdvdzql8j .mbr-section-subtitle,
.cid-vbdvdzql8j .mbr-section-title,
.cid-vbdvdzql8j .mbr-text,
.cid-vbdvdzql8j h1,
.cid-vbdvdzql8j h2,
.cid-vbdvdzql8j h3,
.cid-vbdvdzql8j strong,
.cid-vbdvdzql8j p,
.cid-vbdvdzql8j div,
.cid-vcsuhzgO64 .mbr-section-subtitle,
.cid-vcsuhzgO64 .mbr-section-title,
.cid-vcsuhzgO64 .mbr-text,
.cid-vcsuhzgO64 h1,
.cid-vcsuhzgO64 h2,
.cid-vcsuhzgO64 h3,
.cid-vcsuhzgO64 strong,
.cid-vcsuhzgO64 p,
.cid-vcsuhzgO64 div,
.cid-tAVBcuRLtq .mbr-section-subtitle,
.cid-tAVBcuRLtq .mbr-section-title,
.cid-tAVBcuRLtq .mbr-text,
.cid-tAVBcuRLtq h1,
.cid-tAVBcuRLtq h2,
.cid-tAVBcuRLtq h3,
.cid-tAVBcuRLtq h4,
.cid-tAVBcuRLtq strong,
.cid-tAVBcuRLtq p,
.cid-tAVBcuRLtq div,
.cid-tAVBcuRLtq a {
  color: #ffffff !important;
}

.cid-tAVBcuRLtq a:hover {
  color: var(--bbw-gold) !important;
}

/* Reviews / cards */
.team1 .card-wrap,
.team2 .card-wrap,
.team1 .team-card {
  background: var(--bbw-surface) !important;
  border: 1px solid var(--bbw-line) !important;
  border-radius: var(--bbw-radius) !important;
  box-shadow: var(--bbw-shadow) !important;
  padding: 1.25rem !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cid-v0FhZrqEYa .card-wrap {
  background: var(--bbw-surface) !important;
  border: 1px solid var(--bbw-line) !important;
  border-radius: var(--bbw-radius) !important;
  box-shadow: var(--bbw-shadow) !important;
  padding: 1.25rem !important;
}

.cid-v0FhZrqEYa .image-wrap img {
  border-radius: 0 !important;
  box-shadow: none !important;
}

.team1 .card-wrap:hover,
.team2 .card-wrap:hover {
  transform: translateY(-4px);
  box-shadow: var(--bbw-shadow-lg) !important;
}

.cid-v0FhZrqEYa .card-wrap:hover {
  transform: translateY(-4px);
  box-shadow: var(--bbw-shadow-lg) !important;
}

.card-title,
.mbr-role {
  color: var(--bbw-ink) !important;
}

/* Final offer CTA — one navy band, compact card */
.cid-v0FwFL0NIT {
  background-color: var(--bbw-navy) !important;
  background-image: none !important;
  padding-top: 2.5rem !important;
  padding-bottom: 0.85rem !important;
}

.cid-v0FwFL0NIT .mbr-section-subtitle,
.cid-v0FwFL0NIT .mbr-section-subtitle strong {
  color: #ffffff !important;
  font-size: clamp(1.55rem, 3.4vw, 2.35rem) !important;
  line-height: 1.2 !important;
  max-width: min(40rem, 100%);
  margin-left: auto;
  margin-right: auto;
}

.cid-v0FDjT0BZ1 {
  background-color: var(--bbw-navy) !important;
  background-image: none !important;
  padding-top: 0.35rem !important;
  padding-bottom: 2.75rem !important;
}

.cid-v0FDjT0BZ1 .row {
  margin-left: 0;
  margin-right: 0;
}

.cid-v0FDjT0BZ1 .bbw-offer-card,
.cid-v0FDjT0BZ1 .card-wrap {
  background: var(--bbw-surface) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: var(--bbw-radius) !important;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.28) !important;
  padding: 1.15rem 1.15rem 1.35rem !important;
  max-width: 460px;
  margin: 0 auto;
}

.cid-v0FDjT0BZ1 .card-wrap:hover {
  transform: none;
}

.cid-v0FDjT0BZ1 .image-wrap {
  margin-bottom: 0.85rem;
}

.cid-v0FDjT0BZ1 .image-wrap img {
  width: 100%;
  height: auto !important;
  max-height: 280px;
  object-fit: contain;
  border-radius: var(--bbw-radius-sm);
  box-shadow: none !important;
  background: #f8fafc;
}

.cid-v0FDjT0BZ1 .content-wrap {
  padding: 0 !important;
  text-align: center;
}

.cid-v0FDjT0BZ1 .bbw-offer-kicker {
  color: var(--bbw-muted) !important;
  font-family: var(--bbw-font-body) !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.78rem !important;
}

.cid-v0FDjT0BZ1 .mbr-role {
  color: var(--bbw-ink) !important;
  font-family: var(--bbw-font-body) !important;
}

.cid-v0FDjT0BZ1 .bbw-old-price {
  color: var(--bbw-muted) !important;
  text-decoration: line-through;
  font-weight: 600;
  margin-right: 0.35rem;
}

.cid-v0FDjT0BZ1 .bbw-offer-note {
  color: var(--bbw-ink-soft) !important;
  font-family: var(--bbw-font-body) !important;
  font-size: 0.95rem !important;
}

.cid-v0FDjT0BZ1 .card-btn .btn {
  width: 100%;
  max-width: 100%;
  padding: 0.85rem 1.1rem !important;
  font-size: 1rem !important;
  white-space: normal;
}

.cid-tAPaOqd8Nj {
  padding-top: 2.5rem !important;
  padding-bottom: 0.75rem !important;
  background: var(--bbw-surface) !important;
}

.cid-tAPaOqd8Nj .mbr-section-title,
.cid-tAPaOqd8Nj .mbr-section-title strong {
  color: var(--bbw-ink) !important;
  font-size: clamp(1.45rem, 3vw, 2.1rem) !important;
}

.cid-v9U6hSArTY {
  padding-top: 0.5rem !important;
  padding-bottom: 1rem !important;
}

.cid-v9U6hSArTY img {
  max-width: 920px;
  width: 100%;
  height: auto !important;
  margin: 0 auto;
  display: block;
  border-radius: var(--bbw-radius-sm);
  box-shadow: var(--bbw-shadow-lg);
}

@media (max-width: 767px) {
  .cid-v0FwFL0NIT {
    padding-top: 2rem !important;
    padding-bottom: 0.65rem !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cid-v0FDjT0BZ1 {
    padding-bottom: 2rem !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cid-v0FDjT0BZ1 .image-wrap img {
    max-height: 220px;
  }

  .cid-v0FDjT0BZ1 .card-btn .btn {
    font-size: 0.95rem !important;
  }
}

/* Numbered feature steps */
.features19 .item,
.features23 .item,
.cid-tAGcJpEsP3 .item,
.cid-v0LhbKuYvL .item {
  background: var(--bbw-surface);
  border: 1px solid var(--bbw-line);
  border-radius: var(--bbw-radius-sm);
  box-shadow: var(--bbw-shadow);
  margin-bottom: 0.85rem;
  padding: 1.1rem 1.15rem !important;
}

.step-number {
  background: transparent !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

.cid-tAGcJpEsP3 .icon-box,
.cid-v0LhbKuYvL .icon-box {
  background: var(--bbw-navy) !important;
  border-radius: 50% !important;
  width: 56px !important;
  min-width: 56px !important;
  height: 56px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: none !important;
}

.cid-tAGcJpEsP3 .icon-box .step-number,
.cid-v0LhbKuYvL .icon-box .step-number,
.cid-tAGcJpEsP3 span.step-number,
.cid-v0LhbKuYvL span.step-number {
  background: transparent !important;
  color: #ffffff !important;
  font-size: 1.35rem !important;
}

/* Money-back badge image — responsive on mobile */
.cid-tAGgTwCAfx .text-wrapper {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.cid-vcsxSfKJGQ {
  padding-top: 0.5rem !important;
  padding-bottom: 2rem !important;
  background: transparent !important;
}

.cid-vcsxSfKJGQ .bbw-order-now {
  text-align: center;
}

.cid-vcsxSfKJGQ .bbw-order-now .btn {
  min-width: min(100%, 280px);
  padding: 0.9rem 1.75rem !important;
}

.cid-tAGgTwCAfx .image-wrapper img,
.cid-tAGgTwCAfx img {
  width: 100%;
  max-width: 340px;
  height: auto !important;
  margin-left: auto;
  margin-right: auto;
  display: block;
  object-fit: contain;
  border-radius: 0 !important;
  box-shadow: none !important;
  border: 0 !important;
}

@media (max-width: 991px) {
  .cid-tAGgTwCAfx .image-wrapper img,
  .cid-tAGgTwCAfx img {
    max-width: 250px;
  }
}

@media (max-width: 575px) {
  .cid-tAGgTwCAfx .image-wrapper img,
  .cid-tAGgTwCAfx img {
    max-width: 210px;
  }
}

/* Bonus images — smaller on tablet/phone */
.cid-vbdvm8cvjB .image-wrapper,
.cid-vcgz9huQst .image-wrapper,
.cid-vcsre20BK0 .image-wrapper {
  text-align: center;
}

.cid-vbdvm8cvjB .image-wrapper img,
.cid-vcgz9huQst .image-wrapper img,
.cid-vcsre20BK0 .image-wrapper img {
  width: 100%;
  max-width: 280px;
  height: auto !important;
  margin-left: auto;
  margin-right: auto;
  display: block;
  object-fit: contain;
}

@media (max-width: 991px) {
  .cid-vbdvm8cvjB .image-wrapper img,
  .cid-vcgz9huQst .image-wrapper img,
  .cid-vcsre20BK0 .image-wrapper img {
    max-width: 200px;
  }
}

@media (max-width: 575px) {
  .cid-vbdvm8cvjB .image-wrapper img,
  .cid-vcgz9huQst .image-wrapper img,
  .cid-vcsre20BK0 .image-wrapper img {
    max-width: 160px;
  }
}

/* FAQ accordion */
.content17 .card,
.cid-tAP65tjn5t .card {
  border: 1px solid var(--bbw-line) !important;
  border-radius: var(--bbw-radius-sm) !important;
  overflow: hidden;
  background: var(--bbw-surface) !important;
  box-shadow: none !important;
  margin-bottom: 0.75rem !important;
}

.content17 .card-header,
.cid-tAP65tjn5t .card-header {
  background: transparent !important;
  border: 0 !important;
  padding: 1rem 1.15rem !important;
}

.content17 .panel-title,
.cid-tAP65tjn5t .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--bbw-ink) !important;
}

.content17 .panel-body,
.cid-tAP65tjn5t .panel-body {
  padding: 0 1.15rem 1.15rem !important;
}

/* Content readability */
.content4 .mbr-section-subtitle,
.content5 .mbr-text,
.content8 .mbr-text {
  max-width: 70ch;
  margin-left: auto;
  margin-right: auto;
}

.content8 .mbr-text p {
  margin-top: 1.15rem;
  margin-bottom: 0;
  line-height: 1.65 !important;
}

.content5 {
  background: var(--bbw-surface) !important;
  padding-top: 1.75rem !important;
  padding-bottom: 1.25rem !important;
}

.content5 .mbr-section-title {
  color: var(--bbw-ink) !important;
}

/* Soft panels for key content sections (keep navy title bands intact) */
.cid-tAD5yK3oMD,
.cid-tAGgTwCAfx,
.cid-tAGikqr7Ht,
.cid-tAGiMQxhNR,
.cid-vcsuFQqhMj,
.cid-vcsuuGCbdL,
.cid-tAP65tjn5t,
.cid-tAGb4iUi8y,
.cid-tAGcJpEsP3,
.cid-v0LhbKuYvL {
  background: transparent !important;
}

/* Body copy on light surfaces */
.features6 .mbr-text,
.image2 .mbr-text,
.image1 .mbr-text,
.content4 .mbr-section-subtitle,
.content5 .mbr-text,
.content8 .mbr-text,
.content17 .panel-text,
.team1 .card-text,
.team2 .card-text,
.features19 .icon-text,
.features23 .icon-text {
  color: var(--bbw-ink-soft) !important;
}

.features6 .mbr-title,
.features19 .icon-title,
.features23 .icon-title,
.team1 .card-title,
.team2 .card-title,
.content5 .mbr-section-title {
  color: var(--bbw-ink) !important;
}

/* Ensure mbr-black text stays readable on light cards only */
.mbr-black {
  color: var(--bbw-ink) !important;
}

/* Money-back / bonus images breathe more */
.image1,
.image2,
.image3 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* Footer */
.cid-bbwFooter {
  background: linear-gradient(180deg, #0b1f33 0%, #071522 100%) !important;
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.cid-bbwFooter a {
  color: rgba(255, 255, 255, 0.88) !important;
  font-family: var(--bbw-font-body) !important;
  font-weight: 600;
  transition: color 0.2s ease;
}

.cid-bbwFooter a:hover {
  color: var(--bbw-gold) !important;
}

.cid-bbwFooter p {
  color: rgba(255, 255, 255, 0.72) !important;
  font-family: var(--bbw-font-body) !important;
  line-height: 1.6 !important;
}

/* Dual floating CTA dock */
body.has-sticky-cta {
  padding-bottom: 6.75rem !important;
}

.sticky-cta-bar {
  display: block !important;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  padding: 0.7rem 0.85rem calc(0.7rem + env(safe-area-inset-bottom, 0px));
  background: transparent !important;
  pointer-events: none;
}

.sticky-cta-inner {
  display: flex;
  align-items: stretch;
  gap: 0.5rem;
  max-width: 780px;
  margin: 0 auto;
  padding: 0.4rem;
  pointer-events: auto;
  background: rgba(11, 31, 51, 0.94);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  box-shadow: 0 16px 40px rgba(11, 31, 51, 0.32);
}

.sticky-cta-btn {
  flex: 1 1 0;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 3.05rem;
  margin: 0 !important;
  padding: 0.7rem 1rem !important;
  border-radius: 999px !important;
  border: 0 !important;
  font-family: var(--bbw-font-body) !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.01em;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: none !important;
  transform: none !important;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease !important;
}

.sticky-cta-btn--video {
  background: #123047 !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.sticky-cta-btn--order {
  background: var(--bbw-gold) !important;
  color: var(--bbw-ink) !important;
}

.sticky-cta-play {
  width: 1.2rem;
  height: 1.2rem;
  flex-shrink: 0;
  color: var(--bbw-gold);
  animation: bbw-play-pulse 2.4s ease-in-out infinite;
}

.sticky-cta-label--short {
  display: none;
}

.sticky-cta-btn--video:hover,
.sticky-cta-btn--video:focus {
  background: #1a415c !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
}

.sticky-cta-btn--order:hover,
.sticky-cta-btn--order:focus {
  background: var(--bbw-gold-hover) !important;
  color: var(--bbw-ink) !important;
  transform: translateY(-1px) !important;
}

.sticky-cta-btn:focus-visible {
  outline: 3px solid var(--bbw-gold);
  outline-offset: 3px;
}

@keyframes bbw-play-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.08); opacity: 0.85; }
}

@media (max-width: 991px) {
  body.has-sticky-cta {
    padding-bottom: 6.25rem !important;
  }

  .sticky-cta-bar {
    padding: 0.55rem 0.65rem calc(0.55rem + env(safe-area-inset-bottom, 0px));
  }

  .sticky-cta-inner {
    gap: 0.4rem;
    padding: 0.35rem;
    border-radius: 22px;
  }

  .sticky-cta-btn {
    min-height: 2.85rem;
    padding: 0.65rem 0.7rem !important;
    font-size: 0.86rem !important;
    white-space: nowrap;
  }

  .sticky-cta-label--full {
    display: none;
  }

  .sticky-cta-label--short {
    display: inline;
  }
}

@media (max-width: 379px) {
  .sticky-cta-btn {
    font-size: 0.78rem !important;
    gap: 0.3rem;
    padding: 0.6rem 0.5rem !important;
  }

  .sticky-cta-play {
    width: 1.05rem;
    height: 1.05rem;
  }
}

#scrollToTop,
.scrollToTop {
  display: none !important;
}

/* Focus visibility */
a:focus-visible,
.btn:focus-visible,
.navbar-toggler:focus-visible {
  outline: 3px solid var(--bbw-gold);
  outline-offset: 3px;
}

/* Subtle entrance */
@keyframes bbw-fade-up {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cid-tAFdndmopV,
.cid-tB9eYJp5ux .card-wrapper {
  animation: bbw-fade-up 0.7s ease both;
}

.cid-tB9eYJp5ux .card-wrapper {
  animation-delay: 0.08s;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

/* Mobile tweaks */
@media (max-width: 991px) {
  .cid-tAFdndmopV {
    padding-top: 5rem !important;
  }

  .cid-tB9eYJp5ux .card-wrapper {
    padding: 1rem;
  }

  .cid-tADc1ENzLD .navbar.opened,
  .cid-tADc1ENzLD .navbar-collapse,
  .cid-tADc1ENzLD .navbar-collapse.show,
  .cid-tADc1ENzLD .dropdown-menu {
    background: var(--bbw-navy) !important;
    background-color: var(--bbw-navy) !important;
  }
}
