*{margin:0;padding:0;box-sizing:border-box}
body{background:#ECE7D3;font-family:'Hanken Grotesk',sans-serif !important;color:#33311E;-webkit-font-smoothing:antialiased}
::selection{background:#F6C638;color:#33311E}
@keyframes marq{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@keyframes pulseGlow{0%,100%{box-shadow:0 8px 30px rgba(192,125,20,.30)}50%{box-shadow:0 12px 44px rgba(224,160,25,.55)}}
@keyframes fadeUp{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}
x-dc{display:none!important}

/* CSS Extracted and Organized From Inline Styles */
body {
    background: #ECE7D3 !important;
}
body {
  scroll-behavior: smooth;
  padding-top: 50px;
}
#hide-sticky-trigger-1, #hide-sticky-trigger-2, #hide-sticky-trigger-3 {
 padding: 0 !important; 
}
.wrapper-main {
  overflow: hidden;
  width: 100%;
}

.site-header {
  position: fixed;
  top: 0px;
  z-index: 40;
  background: rgba(236, 231, 211);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgb(221, 211, 181);
  width: 100%;
}

.header-container {
  max-width: 1180px;
  margin: 0px auto;
  padding: 14px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: rgb(236, 231, 211);
}

.logo-box {
  display: flex;
  align-items: center;
  gap: 11px;
}

.nav-menu {
  display: flex;
  gap: 30px;
  font-size: 14.5px;
  font-weight: 600;
  color: rgb(87, 82, 59);
}

.nav-link {
  color: inherit;
  text-decoration: none;
}

.cta-nav-btn {
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, rgb(224, 160, 25), rgb(192, 125, 20));
  font-weight: 800;
  font-size: 13.5px;
  padding: 11px 18px;
  border-radius: 10px;
  text-decoration: none;
  letter-spacing: 0.01em;
  background: linear-gradient(135deg, #c9a84c, #a07830);
    color: #fff;
    letter-spacing: .06em;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 6px 30px rgba(201, 168, 76, .4);
    border: none;
}

.cta-nav-btn:hover {
  background: linear-gradient(135deg, #a07830, #c9a84c);
}

.hero-section {
  max-width: 1180px;
  margin: 0px auto;
  padding: 64px 28px 40px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 54px;
  align-items: center;
}

.badge-container {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgb(251, 246, 228);
  border: 1px solid rgb(229, 215, 168);
  border-radius: 999px;
  padding: 7px 14px;
  font-size: 12.5px;
  font-weight: 700;
  color: rgb(154, 116, 20);
  letter-spacing: 0.02em;
  margin-bottom: 24px;
}

.badge-text {
  color: rgb(192, 125, 20);
  font-size: 13px;
}

.hero-title {
  font-family: Newsreader, serif;
  font-weight: 500;
  font-size: 50px;
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin-bottom: 22px;
}

.italic-highlight {
  font-style: italic;
  color: rgb(192, 125, 20);
}

.hero-desc {
  font-size: 18.5px;
  line-height: 1.55;
  color: rgb(87, 82, 59);
  max-width: 520px;
  margin-bottom: 14px;
}

.cta-hero-btn {
  background: linear-gradient(135deg, rgb(224, 160, 25), rgb(192, 125, 20));
  color: #fff;
}

.hero-right-col {
  position: relative;
}

.glow-bg {
  position: absolute;
  inset: -6% -4%;
  background: radial-gradient(circle at 50% 40%, rgba(246, 198, 56, 0.6), rgba(246, 198, 56, 0) 68%);
  filter: blur(8px);
}

.product-shot-box {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 24px;
  background: repeating-linear-gradient(135deg, rgb(244, 228, 188), rgb(244, 228, 188) 13px, rgb(239, 217, 166) 13px, rgb(239, 217, 166) 26px);
  border: 1px solid rgb(229, 210, 154);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: rgba(150, 110, 20, 0.16) 0px 26px 60px;
}

.placeholder-filename {
  font-family: monospace;
  font-size: 13px;
  color: rgb(154, 116, 20);
  background: rgb(252, 250, 242);
  padding: 7px 14px;
  border-radius: 8px;
  border: 1px dashed rgb(201, 168, 78);
}

.placeholder-caption {
  font-family: monospace;
  font-size: 11px;
  color: rgb(168, 136, 74);
}

.stat-badge {
  position: absolute;
  bottom: -16px;
  right: -10px;
  background: linear-gradient(135deg, rgb(224, 160, 25), rgb(192, 125, 20));
  color: rgb(51, 49, 30);
  border-radius: 14px;
  padding: 13px 17px;
  box-shadow: rgba(192, 125, 20, 0.35) 0px 12px 30px;
}

.stat-label {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: rgb(92, 74, 18);
  font-weight: 800;
}

.stat-value {
  font-family: Newsreader, serif;
  font-size: 26px;
  font-weight: 600;
  color: rgb(51, 49, 30);
  line-height: 1;
}

.marquee-bar {
  border-top: 1px solid rgb(221, 211, 181);
  border-bottom: 1px solid rgb(221, 211, 181);
  background: rgb(229, 221, 194);
  overflow: hidden;
  padding: 13px 0px;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marq 26s linear infinite;
  gap: 0px;
}

.marquee-group {
  display: flex;
  gap: 0px;
}

.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 0px 30px;
  font-size: 14px;
  font-weight: 700;
  color: rgb(154, 116, 20);
  white-space: nowrap;
}

.bullet-accent {
  color: rgb(224, 160, 25);
}

.benefits-section {
  max-width: 1180px;
  margin: 0px auto;
  padding: 86px 28px 60px;
}

.section-title-box {
  text-align: center;
  max-width: 700px;
  margin: 0px auto 54px;
}

.section-subtitle {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: rgb(192, 125, 20);
  margin-bottom: 14px;
}

.section-title {
  font-family: Newsreader, serif;
  font-weight: 500;
  font-size: 44px;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}

.italic-color {
  font-style: italic;
  color: rgb(192, 125, 20);
}

.section-desc {
  font-size: 17px;
  line-height: 1.55;
  color: rgb(131, 124, 96);
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.benefit-card {
  background: rgb(252, 250, 242);
  border: 1px solid rgb(229, 220, 191);
  border-radius: 18px;
  padding: 30px 20px;
  box-shadow: rgba(120, 90, 20, 0.05) 0px 4px 16px;
}

.benefit-num {
    font-family: Newsreader, serif;
    font-size: 34px;
    font-weight: 600;
    color: rgb(224, 160, 25);
    margin-bottom: 14px;
    display: flex;
    align-items: start;
    gap: 10px;
}

.benefit-heading {
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.01em;
  margin-bottom: 9px;
}

.benefit-desc {
  font-size: 14.5px;
  line-height: 1.55;
  color: rgb(131, 124, 96);
}

.reviews-section {
  background: rgb(229, 221, 194);
  border-top: 1px solid rgb(221, 211, 181);
  border-bottom: 1px solid rgb(221, 211, 181);
  padding: 80px 28px;
}

.reviews-wrapper {
  max-width: 1180px;
  margin: 0px auto;
}

.reviews-header {
  text-align: center;
  margin-bottom: 48px;
}

.reviews-subtitle {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: rgb(192, 125, 20);
  margin-bottom: 14px;
}

.reviews-title {
  font-family: Newsreader, serif;
  font-weight: 500;
  font-size: 42px;
  letter-spacing: -0.02em;
  color: rgb(51, 49, 30);
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.review-card {
  background: rgb(252, 250, 242);
  border: 1px solid rgb(226, 215, 184);
  border-radius: 18px;
  padding: 30px 28px;
  box-shadow: rgba(120, 90, 20, 0.06) 0px 6px 20px;
}

.stars {
  color: rgb(224, 160, 25);
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.review-quote {
  font-family: Newsreader, serif;
  font-style: italic;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
  color: rgb(51, 49, 30);
  margin-bottom: 14px;
}

.review-text {
  font-size: 15px;
  line-height: 1.6;
  color: rgb(107, 101, 75);
  margin-bottom: 22px;
}

.reviewer-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid rgb(236, 227, 201);
  padding-top: 18px;
}

.reviewer-avatar {
    width: 40px;
    height: 40px;
    min-width: 40px; /* Prevents shrinking in flex layouts */
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(246, 198, 56), rgb(192, 125, 20));
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: rgb(51, 49, 30);
    font-size: 16px;
    flex-shrink: 0;
}

.reviewer-info {
  line-height: 1.3;
}

.reviewer-name {
  font-weight: 700;
  font-size: 14.5px;
  color: rgb(51, 49, 30);
}

.reviewer-meta {
  font-size: 12px;
  color: rgb(154, 144, 108);
}

.counters-section {
  max-width: 1180px;
  margin: 0px auto;
  padding: 70px 28px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}

.counter-val {
  font-family: Newsreader, serif;
  font-size: 50px;
  font-weight: 600;
  color: rgb(192, 125, 20);
  line-height: 1;
  letter-spacing: -0.02em;
}

.counter-label {
  font-size: 14px;
  font-weight: 600;
  color: rgb(131, 124, 96);
  margin-top: 8px;
}

.science-section {
  background: rgb(229, 221, 194);
  border-top: 1px solid rgb(221, 211, 181);
  border-bottom: 1px solid rgb(221, 211, 181);
  padding: 90px 28px;
}

.science-container {
  max-width: 1180px;
  margin: 0px auto;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 56px;
  align-items: center;
}

.science-left {
  position: relative;
}

.science-img-box {
  aspect-ratio: 4 / 4;
  border-radius: 22px;
  background: repeating-linear-gradient(135deg, rgb(239, 217, 166), rgb(239, 217, 166) 13px, rgb(233, 207, 146) 13px, rgb(233, 207, 146) 26px);
  border: 1px solid rgb(220, 193, 120);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.science-subtitle {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: rgb(192, 125, 20);
  margin-bottom: 14px;
}

.science-title {
  font-family: Newsreader, serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.science-desc {
  font-size: 16.5px;
  line-height: 1.6;
  color: rgb(87, 82, 59);
  margin-bottom: 16px;
}

.science-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.feature-card {
  background: rgb(252, 250, 242);
  border: 1px solid rgb(226, 207, 152);
  border-radius: 10px;
  padding: 10px;
}

.feature-num {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgb(224, 160, 25), rgb(192, 125, 20));
  color: rgb(51, 49, 30);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 13px;
  margin-bottom: 11px;
}

.feature-title {
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 1.2;
}

.feature-desc {
  font-size: 12.5px;
  line-height: 1.45;
  color: rgb(131, 124, 96);
}

.quote-section {
  max-width: 880px;
  margin: 0px auto;
  padding: 80px 28px 40px;
  text-align: center;
}

.quote-text {
  font-family: Newsreader, serif;
  font-style: italic;
  font-size: 34px;
  line-height: 1.32;
  font-weight: 400;
  color: rgb(51, 49, 30);
}

.quote-author {
  font-size: 14px;
  font-weight: 700;
  color: rgb(154, 135, 88);
  margin-top: 22px;
  letter-spacing: 0.04em;
}

.comparison-section {
  max-width: 1000px;
  margin: 0px auto;
  padding: 20px 28px 80px;
}

.comparison-header {
  text-align: center;
  max-width: 620px;
  margin: 0px auto 40px;
}

.comparison-subtitle {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: rgb(192, 125, 20);
  margin-bottom: 14px;
}

.comparison-title {
  font-family: Newsreader, serif;
  font-weight: 500;
  font-size: 40px;
  letter-spacing: -0.02em;
}

.table-container {
  background: rgb(252, 250, 242);
  border: 1px solid rgb(229, 220, 191);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: rgba(120, 90, 20, 0.07) 0px 8px 30px;
}

.table-header-row {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  background: linear-gradient(90deg, rgb(224, 160, 25), rgb(192, 125, 20));
  color: rgb(51, 49, 30);
}

.table-header-cell {
  padding: 18px 24px;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.04em;
}

.table-row {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  border-top: 1px solid rgb(236, 227, 201);
  background: rgb(252, 250, 242);
}

.row-highlight {
  background: rgb(251, 243, 220);
}

.table-cell {
  padding: 18px 24px;
  font-size: 15px;
  color: rgb(87, 82, 59);
  display: flex;
  align-items: center;
  gap: 8px;
}

.text-green { color: rgb(31, 122, 61); }
.text-red { color: rgb(176, 73, 46); }

.offers-section, .second-offers-section {
  background: rgb(229, 221, 194);
  border-top: 1px solid rgb(221, 211, 181);
  padding: 90px 28px;
}

.offers-container {
  max-width: 1000px;
  margin: 0px auto;
}

.offers-title-box {
  text-align: center;
  margin-bottom: 48px;
}

.offers-title {
  font-family: Newsreader, serif;
  font-weight: 500;
  font-size: 42px;
  letter-spacing: -0.02em;
  color: rgb(51, 49, 30);
}

.offer-card-wrapper {
  display: block;
  margin: 0 auto;
}

.main-offer-card {
  position: relative;
  background: linear-gradient(160deg, rgb(255, 253, 247), rgb(251, 241, 210));
  border: 2px solid rgb(246, 198, 56);
  border-radius: 22px;
  padding: 34px 32px;
  display: flex;
  flex-direction: column;
  box-shadow: rgba(224, 160, 25, 0.22) 0px 20px 50px;
  max-width: 800px;
  margin: 0 auto;
}

.badge-popular {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, rgb(224, 160, 25), rgb(192, 125, 20));
  color: rgb(51, 49, 30);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.08em;
  padding: 7px 18px;
  border-radius: 999px;
  white-space: nowrap;
}

.offer-img {
    max-width: 400px;
    border: 2px solid rgb(229, 221, 194);
    border-radius: 22px;
    box-shadow: rgba(224, 160, 25, 0.22) 0px 20px 50px;
}

.sales-main {
    margin-bottom: 20px;
}

.offer-heading {
    font-family: Newsreader, serif;
    font-size: 15px;
    font-weight: 500;
    color: rgb(51, 49, 30);
    margin-bottom: 4px;
    line-height: 1.2;
    text-align: center;
    padding: 5px 10px;
    border-radius: 10px;
    background: rgba(201, 168, 76, .15);
    border: 1px solid rgba(201, 168, 76, .3);
    max-width: 70px;
    position: absolute;
    top: 10px;
    right: 10px;
}
span.off-h-text {
    font-size: 20px;
    line-height: 1.5;
    color: rgb(192, 125, 20);
}
.main-offer-card {
  position: relative;
}

.offer-subheading {
  font-size: 30px;
  color: rgb(192, 125, 20);
  margin-bottom: 20px;
  font-family: Newsreader, serif;
}

.price-box {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 8px;
}

.price-main {
  font-family: Newsreader, serif;
  font-size: 50px;
  font-weight: 600;
  color: rgb(51, 49, 30);
}

.price-strike {
  font-size: 19px;
  color: rgb(168, 154, 110);
  text-decoration: line-through;
}

.offer-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 24px;
  flex-direction: column;
}

.tag-dark {
  background: rgb(51, 49, 30);
  color: rgb(246, 198, 56);
  font-weight: 700;
  font-size: 12.5px;
  padding: 5px 12px;
  border-radius: 999px;
}

.tag-accent {
  background: rgb(224, 160, 25);
  color: rgb(51, 49, 30);
  font-weight: 800;
  font-size: 12.5px;
  padding: 5px 12px;
  border-radius: 999px;
}

.action-cta-btn {
    background: linear-gradient(135deg, #c9a84c, #a07830);
    letter-spacing: .06em;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 6px 30px rgba(201, 168, 76, .4);
    border: none;
    padding: 1rem;
    text-align: center;
    border-radius: 5px;
}
.action-cta-btn:hover {
    background: linear-gradient(180deg, #a07830, #c9a84c);
}
a.open-modal.action-bottom-btn.text-white:hover {
    background: linear-gradient(180deg, #a07830, #c9a84c);
}
.modal-yes-btn:hover {
    background: linear-gradient(180deg, #a07830, #c9a84c);
}


.offer-guarantee-text {
  text-align: center;
  font-size: 12.5px;
  color: rgb(131, 124, 96);
  margin-top: 14px;
  font-weight: 600;
}

.offers-disclaimer {
  text-align: center;
  font-size: 15px;
  color: rgb(131, 124, 96);
  margin-top: 34px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.55;
}

.oh-section {
  background: #E5DDC2;
}

.problem-container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 90px 28px;
}
.story-text-section .container, .absorption-container, .oh-container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 90px 28px;
}

.story-h2 {
  font-family: Newsreader, serif;
  font-weight: 500;
  font-size: 35px;
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  color: #33311E;
}

.story-p {
  font-size: 16px;
  line-height: 1.62;
  color: #57523B;
  margin-bottom: 16px;
}

.border-left-accent {
  padding-left: 18px;
  border-left: 3px solid #E0A019;
  margin-bottom: 24px;
}

.divider-line {
  height: 1px;
  background: #DDD3B5;
  margin: 42px 0;
}

.weight-bold-color {
  color: #C07D14;
  font-weight: 600;
}

.p-bg-box {
  background: #ECE7D3;
  padding: 18px 22px;
  border-radius: 14px;
  border: 1px solid #DDD3B5;
}

.problem-section {
  background: #E5DDC2;
  border-top: 1px solid #DDD3B5;
}

.problem-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #FBF6E4;
  border: 1px solid #E5D7A8;
  border-radius: 999px;
  padding: 7px 16px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  color: #C07D14;
  margin-bottom: 22px;
}

.story-h3 {
  font-weight: 500;
  font-size: 25px;
  line-height: 1.12;
  color: #33311E;
  font-style: italic;
  margin-bottom: 16px;
}

.color-accent {
  color: #C07D14;
}

.border-left-box {
  background: #FBF6E4;
  border-left: 4px solid #C07D14;
  padding: 20px 24px;
  border-radius: 12px;
  margin-bottom: 0;
}

.margin-top-large {
  margin-top: 42px;
}

.shoba-study-box {
  background: #FCFAF2;
  border: 1px solid #E2CF98;
  border-radius: 16px;
  padding: 22px 24px;
}

.large-accent-text {
  color: #C07D14;
  font-size: 18px;
}

.med-accent-text {
  color: #C07D14;
  font-size: 18px;
}

.oh-section {
  background: #E5DDC2;
  border-top: 1px solid #DDD3B5;
}

.list-container {
  background: #FCFAF2;
  border: 1px solid #E2CF98;
  border-radius: 18px;
  padding: 26px 28px;
  margin-bottom: 28px;
}

.list-accent-color {
  color: #C07D14;
  margin: 0;
}

.no-margin {
  margin: 0;
}

.margin-bottom-large {
  margin-bottom: 40px;
}

.comparison-cards-stack {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 30px;
}

.comp-card-box {
  border-radius: 14px;
  padding: 18px 22px;
}

.p-light {
  background: #FCFAF2;
  border: 1px solid #E2CF98;
}

.p-muted {
  background: #F4EEDF;
}

.dark-text {
  color: #33311E;
}

.second-offers-section {
  background: #ECE7D3;
  border-top: 1px solid rgb(221,211,181);
}

.founder-story-section {
  max-width: 1080px;
  margin: 0px auto;
  padding: 90px 28px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 50px;
  align-items: center;
}

.founder-img-box {
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  background: repeating-linear-gradient(135deg, rgb(244, 228, 188), rgb(244, 228, 188) 13px, rgb(239, 217, 166) 13px, rgb(239, 217, 166) 26px);
  border: 1px solid rgb(229, 210, 154);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.founder-stats-row {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.f-stat-val {
  font-family: Newsreader, serif;
  font-size: 30px;
  font-weight: 600;
  color: rgb(51, 49, 30);
}

.f-stat-lbl {
  font-size: 13px;
  color: rgb(131, 124, 96);
  font-weight: 600;
}

.founder-quote-box {
  margin-top: 28px;
  border-left: 3px solid rgb(224, 160, 25);
  padding-left: 20px;
  font-family: Newsreader, serif;
  font-style: italic;
  font-size: 19px;
  line-height: 1.4;
  color: rgb(51, 49, 30);
}

.founder-signature {
  font-family: "Hanken Grotesk", sans-serif;
  font-style: normal;
  font-size: 13px;
  font-weight: 700;
  color: rgb(154, 135, 88);
  margin-top: 10px;
}

.faq-section {
  background: rgb(229, 221, 194);
  border-top: 1px solid rgb(221, 211, 181);
  padding: 88px 28px;
}

.faq-inner {
  max-width: 760px;
  margin: 0px auto;
}

.faq-header {
  text-align: center;
  margin-bottom: 44px;
}

.faq-title {
  font-family: Newsreader, serif;
  font-weight: 500;
  font-size: 42px;
  letter-spacing: -0.02em;
}

.faq-item {
  background: #FCFAF2;
  border: 1px solid #E2CF98;
  border-radius: 14px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
  padding: 21px 24px;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
  font-size: 17px;
  font-weight: bold;
  color: #33311E;
}

.faq-icon {
  flex: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #F4E9C6;
  color: #C07D14;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.25s ease, padding 0.35s ease;
  padding: 0 24px;
}

.faq-answer.open {
  opacity: 1;
}

.faq-answer-p {
  padding-bottom: 20px;
  font-size: 15px;
  line-height: 1.62;
  color: #57523B;
}

.bottom-cta-section {
  background: rgb(236, 231, 211);
  border-top: 1px solid rgb(221, 211, 181);
  padding: 96px 28px;
  text-align: center;
}

.bottom-cta-inner {
  max-width: 760px;
  margin: 0px auto;
}

.stars-accent {
  color: rgb(224, 160, 25);
  font-size: 17px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.bottom-cta-title {
  font-family: Newsreader, serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: rgb(51, 49, 30);
  margin-bottom: 20px;
}

.bottom-cta-desc {
  font-size: 18px;
  line-height: 1.55;
  color: rgb(107, 101, 75);
  margin-bottom: 36px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.bottom-price-badge {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  background: rgb(252, 250, 242);
  border: 1px solid rgb(226, 215, 184);
  border-radius: 18px;
  padding: 18px 24px;
  margin-bottom: 30px;
  box-shadow: rgba(120, 90, 20, 0.06) 0px 6px 20px;
}

.b-price-main {
  font-family: Newsreader, serif;
  font-size: 40px;
  font-weight: 600;
  color: rgb(51, 49, 30);
}

.b-price-strike {
  font-size: 16px;
  color: rgb(168, 154, 110);
  text-decoration: line-through;
}

.divider-v {
  height: 38px;
  width: 1px;
  background: rgb(226, 215, 184);
}

.b-discount-tag {
  font-weight: 800;
  font-size: 14px;
  color: rgb(192, 125, 20);
}

.action-cta-btn {
    background: linear-gradient(135deg, #c9a84c, #a07830);
    letter-spacing: .06em;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 6px 30px rgba(201, 168, 76, .4);
    border: none;
    padding: 1rem;
    text-align: center;
    border-radius: 5px;
}

.bottom-footer-legal {
  margin-top: 22px;
  font-size: 13px;
  color: rgb(154, 144, 108);
  font-weight: 600;
}

.promise-section {
  background: rgb(229, 221, 194);
}

.promise-heading {
  color: rgb(51, 49, 30);
  font-family: Newsreader, serif;
}

.badge-guarantee-box {
  background: rgb(236, 231, 211);
}

.modal-backdrop-container {
  background: rgba(51, 49, 30, 0.55);
  backdrop-filter: blur(4px);
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.modal-inner-card {
  background: rgb(252, 250, 242);
  border-radius: 24px;
  max-width: 480px;
  width: 100%;
  overflow: hidden;
  box-shadow: rgba(51, 40, 8, 0.35) 0px 30px 80px;
  border: 1px solid rgb(226, 215, 184);
}

.modal-top-bar {
  background: linear-gradient(90deg, rgb(224, 160, 25), rgb(192, 125, 20));
  color: rgb(51, 49, 30);
  text-align: center;
  padding: 14px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.modal-content-box {
  padding: 34px 34px 30px;
  text-align: center;
}

.modal-upgrade-title {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: rgb(192, 125, 20);
  margin-bottom: 10px;
}

.modal-bundle-heading {
  font-family: Newsreader, serif;
  font-weight: 500;
  font-size: 34px;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.modal-bundle-desc {
  font-size: 15px;
  color: rgb(131, 124, 96);
  margin-bottom: 22px;
}

.modal-placeholder-img-box {
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  background: repeating-linear-gradient(135deg, rgb(244, 228, 188), rgb(244, 228, 188) 12px, rgb(239, 217, 166) 12px, rgb(239, 217, 166) 24px);
  border: 1px solid rgb(229, 210, 154);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.modal-placeholder-filename {
  font-family: monospace;
  font-size: 12px;
  color: rgb(154, 116, 20);
  background: rgb(252, 250, 242);
  padding: 6px 12px;
  border-radius: 8px;
  border: 1px dashed rgb(201, 168, 78);
}

.modal-features-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 22px;
  font-size: 13px;
  font-weight: 700;
  color: rgb(87, 82, 59);
}

.modal-dot {
  color: rgb(224, 160, 25);
}

.modal-dialog {
    max-width: 100% !important;
}

.modal-yes-btn {
  display: block;
  background: linear-gradient(135deg, rgb(224, 160, 25), rgb(192, 125, 20));
  color: rgb(51, 49, 30);
  font-weight: 800;
  font-size: 17px;
  padding: 16px;
  border-radius: 999px;
  text-decoration: none;
  margin-bottom: 14px;
}

.modal-no-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 13.5px;
  color: rgb(154, 135, 88);
  font-weight: 600;
  text-decoration: underline;
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.9s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

@keyframes marq {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes pulseGlow {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(224, 160, 25, 0.4); }
  50% { transform: scale(1.03); box-shadow: 0 0 20px 10px rgba(224, 160, 25, 0); }
}
.hide-mob {
  display:block;
}
.show-mob {
  display: none;
}
.show-640 {
  display: none;
}
.hide-640 {
  display:block;
}

.sprinkle {
    display: flex;
    gap: 20px;
    flex-direction: row-reverse;
    align-items: center;
}
.bioperine-img {
    display: block;
    width: 400px;
    height: 400px;
    object-fit: cover;
    object-position: top;
    margin: 20px auto;
    filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.08)) drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.05));
    /* transform: rotate(2deg); */
    transition: transform 0.3s ease, filter 0.3s ease;
    border-radius: 22px;
}
.founder-img-box img {
    margin-top: -70px;
}
html .show-1024 {
  display: none !important;
}
.glass-bg {
    background: rgba(201, 168, 76, .15);
    border: 1px solid rgba(201, 168, 76, .3);
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 10px;
}
.glass-bg p {
  margin-bottom: 0;
}
.glass-card {
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(201, 168, 76, .3);
    border-radius: 20px;
}
.header-price {
      font-family: Newsreader, serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.02;
}
.text-decoration-line-through {
    text-decoration: line-through !important;
}
.badge-head {
      font-family: Newsreader, serif;
}

.btn-gold {
  background: linear-gradient(135deg, #c9a84c, #a07830);
    color: #fff;
    letter-spacing: .06em;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 6px 30px rgba(201, 168, 76, .4);
    border: none;
    padding: 15px;
    width: 100%;
    max-width: 100%;
}
.btn-gold:hover {
  background: linear-gradient(135deg, #a07830, #c9a84c);
}
.benefit-card {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  will-change: opacity, transform;
}

.benefit-card.show {
  opacity: 1;
  transform: translateY(0);
}
.benefit-num svg {
    border-radius: 10px;
    padding: 10px;
    width: 40px;
    height: 40px;
    border: 1px solid rgb(224, 160, 25);
}
.fc-text img {
    width: 200px;
    height: 120px;
    object-fit: cover;
    background-color: #fff;
    margin: 0 auto;
    border: 1px solid rgb(224, 160, 25, .2);
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: rgba(120, 90, 20, 0.05) 0px 4px 16px;
}

.brand-gold, .text-gold {
    color: #c9a84c;
}
.founder-card {
    padding: 5px 10px;
    border: 1px solid #e0a019;
    border-radius: 10px;
    text-align: center;
    max-width: 155px;
    width: 100%;
}

.bottom-cta-section img.offer-img {
    display: block;
    margin: 0 auto 20px;
}
a.open-modal.action-bottom-btn.text-white {
    background: linear-gradient(135deg, #c9a84c, #a07830);
    letter-spacing: .06em;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 6px 30px rgba(201, 168, 76, .4);
    border: none;
    padding: 1rem;
    text-align: center;
    border-radius: 5px;
}
.modal-yes-btn {
      background: linear-gradient(135deg, #c9a84c, #a07830);
    letter-spacing: .06em;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 6px 30px rgba(201, 168, 76, .4);
    border: none;
    padding: 10px 5px;
    text-align: center;
    border-radius: 5px;
}
.glass-card.rounded-2.p-4.mt-4.shadow-lg.offer-card.reveal.active {
    border-radius: 10px !important;
}
img.fc-img-02 {
    object-position: left;
}
.morning-left img {
    height: 300px;
    max-width: 270px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    border: 2px solid rgb(229, 221, 194);
    filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.08)) drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.05));
}
.morning-cont {
    display: flex;
    gap: 30px;
}
.oh-main-cont {
    display: flex;
    gap: 30px;
}
.oh-right img {
    width: 520px;
    height: 360px;
    object-fit: cover;
    border-radius: 10px;
    border: 2px solid rgb(229, 221, 194);
    filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.08)) drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.05));
}

@media (max-width: 1024px) {
  .btn-01 {
    display: none !important;
  }
section {
  padding: 20px !important;
}
.story-text-section .container, .absorption-container, .oh-container, .problem-container {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0px 10px;
}
}

@media (max-width: 1023px){
 .gua-badges {
    max-width: 400px;
    margin: 0 auto;
} 
header .show-1024 {
  display: block !important;
}
}


@media (max-width: 1000px){
    html section.sec-01 {
    display: flex !important;
    flex-direction: column;
    align-items: center !important;
    justify-content: center;
}
.show-mob {
  display: block;
}
.hide-mob {
  display:none;
}
.hero-right-col {
    max-width: 400px;
    width: 100%;
}
.hero-desc {
  max-width: 100%;
}
.hero-btn {
    max-width: 500px;
    margin: 0 auto;
}
.benefits-grid {
    grid-template-columns: repeat(2, 1fr);
}
.benefit-card {
    padding: 20px;
}
.reviews-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
}
.counters-section {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.founder-story-section {
    display: block;
}
.cody-mob {
    max-width: 400px;
    margin: 0 auto 20px;
}
.section-subtitle {
    text-align: center;
}
.science-container {
    display: block;
    gap: 20px;
}
.science-img-box {
    max-width: 400px;
    margin: 0 auto 20px;
    width: 100%;
}
.science-subtitle {
  text-align: center;
}
.offer-img {
    max-width: 350px;
}
.sb-right {
    width: 300px;
}
  .sales-main.flex.gap-8.justify-center {
   gap:1rem; 
  }
  .sprinkle {
    gap: 0px;
    flex-direction: column;
}
}

@media (max-width: 768px) {
  .nav-menu {
    display: none; /* Hides it by default on mobile */
    flex-direction: column;
    /* ... your other mobile styles ... */
  }

  /* Make sure this class exists and explicitly overrides the display */
  .nav-menu.open { 
    display: flex !important; 
  }
}

@media (max-width: 767px) {
/* .show-767 {
  display: block;
}
.hide-767 {
  display:none;
} */
     .offer-img {
        max-width: 300px;
    }
    .main-offer-card {
    padding: 20px 10px;
}
  html .modal-dialog {
        max-width: 100% !important;
    }
.story-text-section .container, .problem-container, .absorption-container, .oh-container {
  padding: 0 !important;
}
.list-container {
  padding: 15px 10px;
}
.morning-cont {
  flex-direction: column-reverse;
    gap: 20px;
    align-items: center;
}
.oh-main-cont {
    flex-direction: column;
    align-items: center;
    gap: 0px;
    margin-bottom: 20px;
}
}

@media (max-width:690px){
.reviews-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}
.sb-right {
        width: 100%;
    }
    img.offer-img.show-640 {
    margin: 0 auto;
}
.offers-title {
    font-size: 39px;
    line-height: 1.2;
}
img.logo-img {
    max-width: 160px;
}
.header-container {
    padding: 10px 15px;
}
  .sales-main {
    margin-bottom: 0px;
}
}

/* Optional: Slight lift effect when hovered to increase interactivity */
.bioperine-img:hover {
  transform: translateY(-4px);
  filter: drop-shadow(0px 15px 20px rgba(0, 0, 0, 0.12)) 
          drop-shadow(0px 6px 8px rgba(0, 0, 0, 0.06));
}

@media (max-width:640px){
.show-640 {
  display: block;
}
.hide-640 {
  display:none;
}
.bot-save {
    width: 80px;
}
.gua-badges {
    max-width: 300px;
    margin: 20px auto !important;
}
html .show-1024 {
  display: none !important;
}

.sb-right {
        width: 100%;
        text-align: center;
    }
.price-box, .offer-tags {
    justify-content: center;
}
.founder-stats-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.founder-card {
    max-width: 400px;
    width: 100%;
}
}

@media (max-width:500px){
.benefits-grid {
    grid-template-columns: repeat(1, 1fr);
}
.counters-section {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.counter-val {
    font-size: 30px;
}
.science-features-grid {
    grid-template-columns: repeat(1, 1fr);
}
.quote-text {
    font-size: 30px;
}
body {
  padding-top: 60px;
}
  .modal-top-bar {
    padding: 30px 10px 10px;
}
  #closeModalBtn {
    top: 5px !important;
    right: 10px !important;
    font-size: 15px !important;
  }
  .modal-content-box {
    padding: 15px 10px;
}
  .modal-yes-btn {
    font-size: 15px;
    padding: 10px;
}
    .offer-subheading {
        margin-top: 15px;
        text-align: left;
    }
.offer-heading {
    font-size: 13px;
    top: 23px;
}
span.off-h-text {
    font-size: 18px;
    line-height: 1.2;
}
  .badge-container {
    text-align: center;
}
  .section-title {
    font-size: 33px;
}
  .reviews-title {
    font-size: 30px;
}
  .tag-dark {
    font-size: 14.5px;
    width: 230px;
    margin: 0 auto;
}
  .tag-accent {
    font-size: 14.5px;
    width: 230px;
    margin: 0 auto;
}
  .bottom-cta-title {
    font-size: 31px;
}
  .faq-title {
    font-size: 28px;
    letter-spacing: -1px;
}
  .faq-header {
    margin-bottom: 20px;
}
}

