/* ============================================================
   BRIGHTLY WHITE — Landing Page Styles
   ============================================================ */

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

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: #222;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
}

img { max-width: 100%; height: auto; display: block; }

/* ── TYPOGRAPHY ── */
.header-large  { font-size: clamp(1.55rem, 4vw, 2.4rem); font-weight: 800; line-height: 1.2; }
.header-medium { font-size: clamp(1.2rem, 3vw, 1.6rem); font-weight: 700; line-height: 1.3; }
.header-small  { font-size: 1rem; font-weight: 600; line-height: 1.4; }
.text-medium   { font-size: 0.95rem; line-height: 1.7; color: #444; margin-bottom: 0; }
.text-small    { font-size: 0.85rem; }
.text-blue     { color: #007bff !important; }
.rounded-img   { border-radius: 12px; }
.object-cover  { object-fit: cover; }

/* ── TOPBAR ── */
.topbar {
  background: #007bff;
  color: #fff;
  text-align: center;
  padding: 9px 16px;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.03em;
  cursor: pointer;
}

/* ── NAVBAR ── */
.navbar {
  border-bottom: 1px solid #eee;
  box-shadow: 0 1px 6px rgba(0,0,0,.06);
  padding: 10px 0;
  z-index: 100;
}

.nav-logo {
  height: 36px;
  width: auto;
  display: block;
}

.navbar .nav-link {
  font-size: 0.88rem;
  font-weight: 500;
  color: #333;
  padding: 6px 10px !important;
}
.navbar .nav-link:hover { color: #007bff; }

.tariff-badge { opacity: .85; }

/* ── CTA BUTTON ── */
.btn-cta,
a.btn-cta {
  background: #007bff !important;
  border-color: #007bff !important;
  color: #fff !important;
  font-weight: 700 !important;
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  text-decoration: none;
  display: inline-block;
  transition: background .15s;
}
.btn-cta:hover, a.btn-cta:hover {
  background: #0056b3 !important;
  border-color: #0056b3 !important;
  color: #fff !important;
}

@keyframes bounce-btn {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-4px); }
  60% { transform: translateY(-2px); }
}
.bouncing { animation: bounce-btn 2s infinite; }

/* ── HERO SECTION ── */
.hero.container {
  display: grid;
  grid-template-columns: 56% 44%;
  gap: 0 20px;
  align-items: start;
  padding-top: 32px;
  padding-bottom: 32px;
  max-width: 1200px;
}

.hero .img-container {
  grid-column: 2;
  grid-row: 1 / 5;
  position: relative;
}

.hero .star_title  { grid-column: 1; }
.hero .list_cta    { grid-column: 1; }
.hero .hero-review { grid-column: 1; margin-top: 12px; }

.hero-main-img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  display: block;
}

/* Guarantee badge image */
.hero-guarantee {
  position: absolute;
  bottom: 12px;
  right: 12px;
}
.guarantee-img {
  width: 88px;
  height: 88px;
  object-fit: contain;
  border-radius: 50%;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,.3));
}
.guarantee-img--lg {
  width: 110px;
  height: 110px;
}

/* Star title */
.star_title { margin-top: 0; }
.star_title h2 { margin-top: 10px; }
.star_title h2 span {
  background: linear-gradient(transparent 60%, rgba(255,193,7,.45) 60%);
}

/* Feature list */
.feature-list {
  list-style: none;
  padding: 0;
  margin: 12px 0;
}
.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #333;
}
.feature-list li img { flex-shrink: 0; margin-top: 2px; }
.feature-list--light li span { color: #ddd; font-weight: 400; }

/* CTA box */
.cta-box {
  border: 1px solid #dee2e6;
  border-radius: 10px;
  padding: 16px;
  background: #fff;
  margin-top: 16px;
}

.cta-head p,
.cta-head-1 p {
  font-size: 0.78rem;
  font-weight: 700;
  color: #555;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.cta-head p {
  background: #fff4f4;
  padding: 5px 10px;
  border-radius: 4px;
  width: fit-content;
  border: 1px solid #ffd7d7;
}
.cta-head-1 p {
  background: #f0f4ff;
  padding: 5px 10px;
  border-radius: 4px;
  width: fit-content;
  border: 1px solid #d0e0ff;
}
.cta-head p span img,
.cta-head-1 p span img { width: 20px; height: auto; }

.cta-box .btn-cta {
  width: 100%;
  text-align: center;
  display: block;
  padding: 14px 20px;
  font-size: 0.95rem;
  font-weight: 800;
  border-radius: 8px;
  letter-spacing: 0.03em;
}

/* Stock / date row */
.green-circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #28a745;
  flex-shrink: 0;
}
.date-div {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  color: #555;
}
.date-div p { margin: 0; font-size: 0.8rem; color: #555; }
.stock-div p { font-size: 0.78rem; color: #555; margin: 0 0 3px; }
.stock { width: 14px; height: 8px; border-radius: 2px; }

/* ── AS SEEN ON ── */
.as-seen-on-section {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 16px 0;
}
.as-seen-on-wrap-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.as-seen-on-p {
  font-size: 0.82rem;
  color: #888;
  font-weight: 600;
  margin: 0;
  white-space: nowrap;
}
.as-seen-on-img {
  height: 40px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  opacity: .82;
}

.as-seen-on-wrap {
  padding: 14px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 16px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.show-mob { display: none !important; }
.show-des { display: block !important; }

/* ── BEST IN CLASS ── */
.best-in-class.container-lg {
  display: flex;
  gap: 40px;
  align-items: center;
  padding-top: 52px;
  padding-bottom: 52px;
}
.best-in-class .img-div {
  flex: 0 0 45%;
  max-width: 45%;
}
.best-in-class .img-div img {
  border-radius: 12px;
  width: 100%;
  height: auto;
}
.best-in-class .content-div { flex: 1; }
.best-in-class .content-div p.text-medium { margin-top: 12px; }

/* ── SCROLLABLE FEATURES STRIP ── */
.scrollable-section.container-lg { padding: 24px 0; overflow: hidden; }
.scrollable-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  gap: 12px;
  padding: 0 12px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding-top: 20px;
  padding-bottom: 20px;
}
.scrollable-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  min-width: 80px;
}
.scrollable-item img { width: 40px; height: 40px; object-fit: contain; }
.scrollable-item p   { font-size: 0.78rem; font-weight: 600; color: #444; margin: 0; line-height: 1.35; }

/* ── KEY FEATURES ── */
.key-features.container-lg { padding-top: 0; padding-bottom: 0; }

.feature-div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 400px;
  border-top: 1px solid #f0f0f0;
}

.feature-content,
.feature-content1 {
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Before/after result image above "Results That Last" */
.before-after-img {
  width: 100%;
  border-radius: 12px;
  display: block;
  margin-bottom: 36px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.10);
}

/* Feature 2: image left, content right */
.feature-content1 { order: 2; }
.feature-img1     { order: 1; }

.feature-img,
.feature-img1 { overflow: hidden; }
.feature-img img,
.feature-img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  display: block;
}

.feature-review {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #eee;
}
.feature-review p { font-size: 0.84rem; color: #555; margin: 0; line-height: 1.55; }

/* ── MONEY BACK ── */
.money-back { background: #111; padding: 44px 0; }

.money-back-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  max-width: 860px;
  margin: 0 auto;
}

.money-back-card {
  flex: 1;
  min-width: 180px;
  text-align: center;
  padding: 24px 24px;
  border-right: 1px solid #2a2a2a;
}
.money-back-card:last-child { border-right: none; }

.money-back-icon { margin-bottom: 12px; }
.money-back-icon img { width: 44px; height: 44px; object-fit: contain; margin: 0 auto; }

.money-back-title {
  font-size: 0.82rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin-bottom: 8px;
}
.money-back-description { font-size: 0.8rem; color: #999; line-height: 1.6; }

/* ── BETTER BRIGHT ── */
.better-bright {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
}

.better-bright-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  z-index: 0;
}
.better-bright-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, rgba(0,0,0,.82) 0%, rgba(0,0,0,.4) 55%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.better-bright-content {
  position: relative;
  z-index: 2;
  max-width: 400px;
  padding: 52px 48px 52px 20px;
}

/* ── SMALL AND STRONG (INGREDIENTS) ── */
.small-and-strong {
  background: #0f0f0f;
  display: flex;
}
.small-and-strong .text-content {
  flex: 1;
  padding: 52px 40px;
  display: flex;
  align-items: center;
}
.small-and-strong .text { flex: 1; }
.small-and-strong .img-content {
  flex: 0 0 44%;
  padding: 32px 32px 32px 0;
  display: flex;
  align-items: center;
}
.small-and-strong .img-content img { width: 100%; border-radius: 12px; }

.icons-div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 24px;
}
.icon-feature { display: flex; align-items: center; gap: 10px; }
.icon-feature img { width: 30px; height: 30px; object-fit: contain; filter: invert(1); opacity: .7; }
.icon-feature span { font-size: 0.7rem; font-weight: 700; color: #888; text-transform: uppercase; letter-spacing: .04em; line-height: 1.35; }

/* ── COMPARISON ── */
.comparison { background: #f9fafb; padding: 60px 0; }

.s4CompBox {
  display: flex;
  justify-content: center;
  align-items: stretch;
  max-width: 700px;
  margin: 0 auto 44px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  background: #fff;
  box-shadow: 0 6px 24px rgba(0,0,0,.07);
}

.compCol1 { flex: 1; }
.compCol1 ul { list-style: none; padding: 60px 0 0; margin: 0; }
.compCol1 ul li {
  display: flex;
  align-items: center;
  padding: 13px 20px;
  border-bottom: 1px solid #f5f5f5;
  font-size: 0.88rem;
  font-weight: 500;
  color: #333;
  height: 50px;
}
.compCol1 ul li:last-child { border-bottom: none; }
.compCol1 ul li p { margin: 0; }

.compCol2 {
  flex: 0 0 130px;
  text-align: center;
  border-left: 1px solid #eee;
}
.compCol2.one {
  box-shadow: 0 0 0 2px #007bff inset;
  background: #f4f8ff;
  flex: 0 0 140px;
  position: relative;
  z-index: 1;
}
.compCol2Top {
  padding: 14px 10px 12px;
  border-bottom: 1px solid #eee;
  min-height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.compCol2.one .compCol2Top { background: #e8f2ff; min-height: 60px; }
.compCol2Top.compCol3Top { background: #f7f7f7; }

.product { width: 56px; height: 56px; object-fit: contain; }
.product3 { width: 56px; height: 48px; object-fit: contain; opacity: .65; }

.compCol2 h5 { font-size: 0.82rem; margin: 6px 0 0; }
.compCol2 p  { font-size: 0.78rem; color: #888; margin: 4px 0 0; font-weight: 600; }

.compCol2 ul { list-style: none; padding: 0; margin: 0; }
.compCol2 ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #f5f5f5;
  height: 50px;
}
.compCol2 ul li:last-child { border-bottom: none; }

/* ── GUARANTEE DISCLAIMER ── */
.guarantee_disclaimer {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  max-width: 700px;
  margin: 0 auto;
  padding: 32px 20px;
}
.guarantee-seal { flex-shrink: 0; }
.guarantee-info h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: 10px; }
.guarantee-info p  { font-size: 0.9rem; color: #444; line-height: 1.65; margin-bottom: 0; }

/* ── REVIEWS ── */
.trust-ratings-section { padding: 52px 0 20px; background: #fff; }

.trust-stats-wrapper {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.rating-categories { display: flex; flex-direction: column; gap: 10px; min-width: 230px; }
.rating-item { display: flex; align-items: center; gap: 12px; }
.rating-label { font-size: 0.85rem; color: #555; width: 115px; flex-shrink: 0; }
.stars-rating { display: flex; align-items: center; gap: 6px; }
.rating-number { font-size: 0.85rem; font-weight: 700; color: #333; }

.trust-score-center { text-align: center; padding: 0 12px; }
.large-score  { font-size: 4.5rem; font-weight: 900; color: #111; line-height: 1; }
.large-stars  { margin: 6px auto; width: 120px; }
.review-count { font-size: 0.8rem; color: #888; line-height: 1.4; margin: 0; }

.customer-photos-grid { max-width: 200px; }
.group-photo { width: 100%; border-radius: 8px; }

.reviews.container { padding-top: 36px; padding-bottom: 52px; }

.reviews-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.review-card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
}
.review-img { overflow: hidden; height: 220px; }
.review-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.review-content { padding: 16px; }
.review-stars { display: block; margin-bottom: 8px; }
.review-title { font-size: 0.95rem; font-weight: 700; color: #111; margin-bottom: 8px; }
.review-text  { font-size: 0.86rem; color: #555; line-height: 1.6; margin-bottom: 12px; }
.reviewr-info { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.reviewer-name { font-size: 0.82rem; font-weight: 700; color: #333; }
.verified {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.78rem;
  color: #007bff;
  font-weight: 600;
}
.verified img { width: 14px; height: 14px; }

/* ── OFFER BOX ── */
.offer-box { }
.dont-miss-out { background: #111; }
.dont-miss-out-content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 440px;
}
.dont-miss-out-content {
  padding: 52px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dont-miss-out-bg-img { overflow: hidden; }
.dont-miss-out-bg-img img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ── FAQ ── */
#faq .wrapper.container { padding: 64px 24px; max-width: 720px; }

.accordion-item { border: none; border-bottom: 1px solid #e5e7eb; }
.accordion-item:first-child { border-top: 1px solid #e5e7eb; }

.accordion-button {
  font-size: 0.97rem;
  font-weight: 600;
  color: #222;
  background: #fff;
  padding: 18px 0;
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) { color: #e03131; background: #fff; }
.accordion-button:not(.collapsed)::after,
.accordion-button::after { color: #e03131; }

.accordion-body { padding: 4px 0 20px; font-size: 0.92rem; color: #555; line-height: 1.7; }
.accordion-body p { margin: 0; }

/* ── FIXED BOTTOM CTA ── */
.cta_fixed_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(8px);
  padding: 10px 16px;
  box-shadow: 0 -2px 12px rgba(0,0,0,.12);
  z-index: 1000;
  transition: transform .25s ease;
}
.cta_fixed_bottom .cta-box { border: none; padding: 0; margin: 0; background: transparent; }
.cta_fixed_bottom .btn-cta { width: 100%; display: block; text-align: center; padding: 14px; font-size: 1rem; }
.cta_fixed_bottom.hidden { transform: translateY(110%); }

/* ── FOOTER ── */
.footer {
  background: #fff;
  padding: 40px 20px 28px;
  text-align: center;
  border-top: 1px solid #eee;
}
.footer-logo { margin-bottom: 14px; }
.footer-logo h2 { font-size: 1.5rem; }
.footer-logo h2 em { font-style: normal; }
.footer-links { flex-wrap: wrap; justify-content: center; margin-bottom: 10px; }
.link-item { font-size: 0.82rem; color: #888; }
.link-item:hover { color: #007bff; }
.copy { font-size: 0.78rem; color: #aaa; margin: 0; }
.copy .text-blue { color: #007bff !important; }

/* ============================================================
   RESPONSIVE — TABLET (≤991px)
   ============================================================ */
@media (max-width: 991px) {

  /* Hero stacks vertically — image on top, content below */
  .hero.container {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding: 24px 16px 28px;
    gap: 16px;
  }

  .hero .img-container {
    grid-column: 1;
    grid-row: 2;
    max-width: 100%;
  }

  .hero-main-img { border-radius: 10px; max-height: 480px; object-fit: cover; object-position: top; }

  .hero .star_title  { grid-column: 1; grid-row: 1; }
  .hero .list_cta    { grid-column: 1; grid-row: 3; }
  .hero .hero-review { grid-column: 1; grid-row: 4; }

  /* Show mobile as-seen-on inside hero, hide desktop version */
  .show-mob { display: flex !important; }
  .show-des { display: none !important; }

  /* Center headline, as-seen-on, and SHIPS FREE on mobile */
  .star_title h2,
  .star_title .text-start { text-align: center !important; }

  /* Remove forced line breaks so headline reflows naturally on mobile */
  .star_title h2 br { display: none; }

  .as-seen-on-wrap { align-items: center; text-align: center; }

  .cta-head p,
  .cta-head-1 p { margin-left: auto; margin-right: auto; }

  /* Best in class stacks */
  .best-in-class.container-lg {
    flex-direction: column;
    gap: 24px;
    padding: 36px 16px;
  }
  .best-in-class .img-div { flex: 0 0 auto; max-width: 100%; width: 100%; }

  /* Scrollable: horizontal scroll on mobile */
  .scrollable-section.container-lg { padding: 0; }
  .scrollable-wrapper {
    overflow-x: auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 20px;
    padding: 20px 16px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .scrollable-wrapper::-webkit-scrollbar { display: none; }
  .scrollable-item { min-width: 72px; }

  /* Feature sections stack */
  .feature-div {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    min-height: auto;
    border-top: 1px solid #f0f0f0;
  }

  .feature-content,
  .feature-content1 {
    padding: 28px 20px 24px;
    order: 2;
  }
  .feature-img,
  .feature-img1 {
    height: 280px;
    order: 1;
  }
  .feature-img img,
  .feature-img1 img { border-radius: 0; }

  /* Ingredients section stacks */
  .small-and-strong { flex-direction: column; }
  .small-and-strong .text-content { padding: 36px 20px 20px; text-align: center; }
  .small-and-strong .text h4,
  .small-and-strong .text p { text-align: center; }
  .small-and-strong .icons-div { justify-content: center; }
  .small-and-strong .img-content  { flex: 0 0 auto; padding: 0 20px 32px; }

  /* Better Bright — stronger overlay for readability on mobile */
  .better-bright { min-height: 360px; justify-content: center; }
  .better-bright-content { max-width: 100%; padding: 32px 20px; text-align: center; }
  .better-bright-overlay {
    background: linear-gradient(to top, rgba(0,0,0,.92) 0%, rgba(0,0,0,.75) 55%, rgba(0,0,0,.45) 100%);
  }
  .better-bright-content h4,
  .better-bright-content p {
    text-shadow: 0 1px 6px rgba(0,0,0,.7);
  }

  /* Comparison — all 3 columns side by side on mobile */
  .s4CompBox { max-width: 100%; flex-direction: row; border-radius: 10px; }
  .compCol1 { display: block; flex: 1 1 0; min-width: 0; }
  .compCol1 ul { padding: 52px 0 0; }
  .compCol1 ul li {
    font-size: 0.7rem;
    padding: 0 8px;
    height: 46px;
    white-space: normal;
    line-height: 1.2;
  }
  .compCol2 { flex: 0 0 72px; width: 72px; border-left: 1px solid #eee; border-top: none; }
  .compCol2.one { border-top: none; border-left: none; flex: 0 0 80px; width: 80px; }
  .compCol2 ul li { height: 46px; padding: 8px 4px; justify-content: center; }
  .compCol2 ul li:last-child { border-bottom: none; }
  .compCol2Top { padding: 8px 4px 8px; min-height: 52px; }
  .compCol2Top .product { max-width: 36px; }
  .compCol2Top h5 { font-size: 0.65rem; }
  .compCol2Top p { font-size: 0.65rem; margin: 0; }

  /* Guarantee side by side → stacked */
  .guarantee_disclaimer { flex-direction: column; align-items: center; text-align: center; max-width: 420px; gap: 16px; }

  /* Trust section */
  .trust-stats-wrapper { flex-direction: column; align-items: stretch; gap: 20px; }
  .trust-score-center { align-self: center; }
  .customer-photos-grid { align-self: center; max-width: 100%; width: 280px; }

  /* Reviews 1 column */
  .reviews-grid { grid-template-columns: 1fr; gap: 16px; }

  /* Don't Miss Out stacks */
  .dont-miss-out-content-wrapper { grid-template-columns: 1fr; }
  .dont-miss-out-content { padding: 36px 20px; }
  .dont-miss-out-bg-img { min-height: 260px; max-height: 320px; }

  /* Money Back stacks */
  .money-back-container { flex-direction: column; align-items: center; }
  .money-back-card { flex: 0 0 auto; width: 100%; max-width: 100%; border-right: none; border-bottom: 1px solid #2a2a2a; padding: 20px 24px; }
  .money-back-card:last-child { border-bottom: none; }

  /* FAQ */
  #faq .wrapper.container { padding: 40px 16px; }
}

/* ============================================================
   RESPONSIVE — MOBILE (≤575px)
   ============================================================ */
@media (max-width: 575px) {
  .topbar { font-size: 0.72rem; padding: 8px 12px; }

  .nav-logo { height: 44px; }

  .hero.container { padding: 16px 12px 20px; }
  .hero-main-img { max-height: 360px; }
  .guarantee-img { width: 70px; height: 70px; }
  .hero-guarantee { bottom: 8px; right: 8px; }

  .star_title h2 { font-size: 1.45rem; }

  .cta-box { padding: 14px 12px; }
  .cta-box .btn-cta { font-size: 0.88rem; padding: 13px 12px; }

  .feature-img,
  .feature-img1 { height: 220px; }

  .feature-content,
  .feature-content1 { padding: 24px 16px; }

  .best-in-class.container-lg { padding: 28px 16px; }

  .s4CompBox { border-radius: 8px; }

  .header-large  { font-size: 1.45rem; }
  .header-medium { font-size: 1.15rem; }

  .large-score { font-size: 3.5rem; }

  .review-img { height: 180px; }

  .trust-stats-wrapper { padding: 0 16px; }
  .rating-label { width: 95px; font-size: 0.8rem; }

  .dont-miss-out-content { padding: 28px 16px; }

  #faq .wrapper.container { padding: 36px 12px; }

  .money-back { padding: 28px 0; }

  .better-bright { min-height: 300px; }
  .better-bright-content { padding: 24px 16px; }

  .as-seen-on-img { width: 100%; height: auto; }

  .scrollable-item img { width: 34px; height: 34px; }
  .scrollable-item p { font-size: 0.72rem; }

  .guarantee-img--lg { width: 88px; height: 88px; }
  .guarantee_disclaimer { padding: 24px 16px; }

  .small-and-strong .text-content { padding: 28px 16px 16px; }
  .small-and-strong .img-content  { padding: 0 16px 24px; }
}
