﻿:root {
  --ink: #161622;
  --muted: #4d4658;
  --line: #ded7ea;
  --bg: #f4f1f8;
  --panel: #ffffff;
  --primary: #5a2494;
  --primary-dark: #24103f;
  --green: #58b98b;
  --gold: #f5bd35;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--bg);
  font-size: 18px;
  line-height: 1.72;
  padding-bottom: 142px;
  overflow-x: hidden;
}

p {
  margin: 0 0 22px;
  line-height: 1.76;
}

body,
button,
input,
textarea,
select,
.btn,
.navbtn,
.section h2,
.section h3,
.final-cta h2,
.faq summary {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}

a {
  color: #2365bb;
}

.wrap {
  max-width: 1240px;
  padding: 78px 28px;
}

.site-header {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(90, 36, 148, 0.12);
  box-shadow: 0 12px 40px rgba(36, 16, 63, 0.06);
}

.nav-wrap {
  max-width: 1240px;
  padding: 16px 28px;
}

.brand {
  color: var(--primary);
  font-size: 28px;
  letter-spacing: 0;
}

.nav-links a {
  color: #17052f;
  font-size: 15px;
}

.nav-links .navbtn {
  color: #ffffff;
}

.btn,
.navbtn {
  border-radius: 999px;
  padding: 15px 30px;
  min-height: 54px;
  font-weight: 800;
  letter-spacing: 0;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.primary,
.navbtn {
  background: var(--primary);
  color: #ffffff;
  border-color: var(--primary);
  box-shadow: 5px 7px 0 rgba(88, 185, 139, 0.36);
}

.secondary {
  color: var(--primary);
  border-color: rgba(90, 36, 148, 0.25);
  box-shadow: 5px 7px 0 rgba(88, 185, 139, 0.18);
}

.btn:hover,
.navbtn:hover,
.sticky-order:hover {
  transform: translateY(-2px);
}

.hero {
  background:
    radial-gradient(circle at 18% 12%, rgba(88, 185, 139, 0.20), transparent 30%),
    radial-gradient(circle at 78% 22%, rgba(90, 36, 148, 0.14), transparent 34%),
    linear-gradient(180deg, #eeeaf6 0%, #ffffff 82%);
  border-bottom: 0;
}

.hero .wrap {
  padding-top: 82px;
  padding-bottom: 92px;
}

.hero-grid,
.split,
.final-grid {
  align-items: center;
}

.hero-grid > *,
.split > *,
.final-grid > *,
.timer-wrap > *,
.sticky-offer-bar > *,
.guarantee-split > *,
.footer-main > * {
  min-width: 0;
}

.hero h1,
.sub-hero h1 {
  font-size: clamp(48px, 6vw, 72px);
  line-height: 1.03;
  font-weight: 500;
  margin: 18px 0 20px;
  color: #17202a;
}

.lead {
  font-size: 20px;
  line-height: 1.65;
  color: #211b2e;
  max-width: 100%;
}

.hero p:not(.lead) {
  font-size: 18px;
  line-height: 1.72;
  margin-bottom: 24px;
}

.hero .actions {
  margin-top: 34px;
}

.eyebrow {
  background: #effbea;
  color: #295c25;
  border-color: #b7ddb3;
  border-radius: 5px;
  font-weight: 800;
}

.hero-product {
  background: #ffffff;
  border: 1px solid rgba(90, 36, 148, 0.12);
  border-radius: 9px;
  padding: 28px;
  box-shadow: 0 28px 80px rgba(36, 16, 63, 0.13);
}

.hero-product img {
  display: block;
  width: min(100%, 390px);
  max-height: 410px;
  object-fit: contain;
  margin: 0 auto;
}

.mini-strip {
  color: var(--muted);
  font-size: 13px;
}

.alert-band {
  background: linear-gradient(90deg, #24103f, #552596, #24103f);
}

.alert-band .wrap {
  padding-top: 42px;
  padding-bottom: 42px;
}

.alert-band h2 {
  font-size: clamp(28px, 3.2vw, 38px);
  line-height: 1.18;
  font-weight: 700;
}

.alert-band p {
  max-width: 1050px;
  margin: 0 auto 18px;
}

.section {
  border-top: 0;
  background: #ffffff;
}

.section.alt,
.about-section,
.faq-section,
.guarantee-section {
  background: #eeeaf6;
}

.section h2,
.final-cta h2 {
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 0;
  color: #111421;
  margin: 0 0 26px;
}

.section h3 {
  font-size: clamp(21px, 2vw, 25px);
  line-height: 1.28;
  font-weight: 800;
}

.about-split {
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 54px;
}

.about-copy p {
  font-size: 19px;
  line-height: 1.75;
}

.about-image,
.split > img {
  display: block;
  width: min(100%, 560px);
  max-height: 620px;
  object-fit: cover;
  border-radius: 8px;
  margin: 0 auto;
  box-shadow: 0 20px 55px rgba(36, 16, 63, 0.12);
}

.purple-title-section {
  background: #ffffff;
}

.purple-title-section .wrap {
  padding-top: 0;
}

.purple-title-section h2 {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 26px 28px;
  background: #5a2494;
  color: #ffffff;
  text-align: center;
  font-weight: 800;
  font-size: clamp(34px, 4vw, 42px);
}

.grid-3,
.ingredient-grid,
.bonus-grid,
.trust-grid,
.experience-grid {
  gap: 22px;
}

.info-card,
.ingredient-card,
.trust-card,
.experience-card,
.bonus-grid figure,
.benefit-card {
  background: #ffffff;
  border: 1px solid rgba(88, 185, 139, 0.22);
  border-bottom: 3px solid var(--primary);
  border-radius: 8px;
  box-shadow: 0 0 18px rgba(88, 185, 139, 0.24);
}

.info-card {
  padding: 24px;
}

.ingredients-section .wrap > h2,
.experience-section h2,
.choose-section h2,
.faq-section h2 {
  text-align: center;
}

.ingredients-section .wrap > p:first-of-type,
.section-intro {
  max-width: 1050px;
  margin: 0 auto 38px;
  text-align: center;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.76;
}

.ingredient-card {
  padding: 34px 28px;
  text-align: center;
}

.ingredient-card img {
  width: min(100%, 220px);
  height: 130px;
  object-fit: cover;
  border-radius: 22px;
  margin: 0 auto 18px;
}

.ingredient-card h3 {
  color: #1c1430;
  margin-bottom: 12px;
}

.ingredient-card p {
  font-size: 17px;
  line-height: 1.72;
  color: #2d2638;
  margin-bottom: 0;
}

.choose-section {
  background: #ffffff;
}

.trust-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trust-card {
  padding: 34px 28px;
  text-align: center;
}

.trust-card p {
  font-size: 18px;
  line-height: 1.76;
  margin-bottom: 0;
}

.trust-icon {
  position: relative;
  width: 86px;
  height: 86px;
  margin: 0 auto 24px;
  border-radius: 50%;
  border: 4px solid rgba(90, 36, 148, 0.18);
  background: #f7fafb;
  box-shadow: inset 0 0 0 8px #ffffff, 0 10px 25px rgba(88, 185, 139, 0.22);
}

.trust-icon::before,
.trust-icon::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: var(--primary);
  font-weight: 900;
  line-height: 1;
}

.trust-icon-usa::before {
  content: "USA";
  top: 29px;
  font-size: 23px;
}

.trust-icon-usa::after {
  content: "";
  left: 20px;
  right: 20px;
  bottom: 24px;
  height: 5px;
  transform: none;
  background: linear-gradient(90deg, #cf2f48 0 30%, #ffffff 30% 45%, #254b8f 45% 100%);
}

.trust-icon-fda::before {
  content: "FDA";
  top: 27px;
  font-size: 24px;
}

.trust-icon-gmp::before {
  content: "GMP";
  top: 27px;
  font-size: 23px;
}

.trust-icon-natural::before {
  content: "";
  width: 26px;
  height: 42px;
  top: 20px;
  border-radius: 50% 50% 50% 0;
  background: var(--green);
  transform: translateX(-50%) rotate(-35deg);
}

.trust-icon-natural::after {
  content: "";
  width: 22px;
  height: 34px;
  top: 25px;
  border-radius: 50% 50% 0 50%;
  background: #78cf9f;
  transform: translateX(-8%) rotate(35deg);
}

.experience-section {
  background: #f7fafb;
}

.experience-section .section-intro {
  max-width: 930px;
}

.experience-grid {
  grid-template-columns: 1fr;
}

.experience-card {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  align-items: center;
  gap: 34px;
  padding: 28px;
}

.experience-card img {
  width: 260px;
  height: 260px;
  object-fit: cover;
  border-radius: 8px;
  border: 0;
}

.experience-card p {
  font-size: 19px;
  line-height: 1.7;
  color: #171421;
}

.pricing-section .wrap {
  padding-top: 58px;
  padding-bottom: 64px;
}

.pricing-img {
  display: block;
  width: min(100%, 1050px);
  max-height: none;
  object-fit: contain;
  margin: 28px auto 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

table {
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(36, 16, 63, 0.08);
}

th {
  background: #5a2494;
  color: #ffffff;
}

td,
th {
  padding: 16px;
}

.bonus-grid figure {
  padding: 22px;
}

.bonus-grid img {
  width: 100%;
  max-height: 180px;
  object-fit: contain;
}

.offer-timer-section {
  background: #ffffff;
  border-top: 1px solid rgba(90, 36, 148, 0.12);
  border-bottom: 1px solid rgba(90, 36, 148, 0.12);
}

.timer-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding-top: 34px;
  padding-bottom: 34px;
}

.timer-wrap h2 {
  margin: 10px 0 6px;
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1.12;
  color: var(--primary);
}

.timer-wrap p,
.section-intro {
  color: var(--muted);
}

.countdown,
.sticky-countdown {
  display: grid;
  grid-template-columns: repeat(4, 88px);
  gap: 10px;
}

.countdown div,
.sticky-countdown div {
  background: #ffffff;
  color: var(--primary);
  border-radius: 7px;
  padding: 11px 8px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(36, 16, 63, 0.16);
}

.countdown strong,
.sticky-countdown strong {
  display: block;
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
}

.countdown span,
.sticky-countdown span {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 500;
}

.guarantee-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
  gap: 56px;
  align-items: center;
}

.guarantee-copy p {
  font-size: 19px;
  line-height: 1.75;
}

.guarantee-media {
  text-align: center;
}

.guarantee-media img {
  width: min(100%, 360px);
  max-height: 360px;
  object-fit: contain;
  filter: drop-shadow(0 18px 30px rgba(36, 16, 63, 0.18));
}

.faq-section {
  background: #ded9e9;
}

.faq-section .wrap {
  max-width: 1320px;
}

.faq details {
  background: #ffffff;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 14px 0;
  box-shadow: 0 1px 0 rgba(36, 16, 63, 0.05);
}

.faq summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 22px 58px 22px 34px;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.32;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 31px;
  width: 10px;
  height: 10px;
  border-right: 3px solid #101018;
  border-bottom: 3px solid #101018;
  transform: rotate(45deg);
}

.faq details[open] summary::before {
  transform: rotate(225deg);
  top: 35px;
}

.faq details p {
  padding: 0 34px 24px;
  font-size: 18px;
  color: var(--muted);
}

.final-cta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, #24103f 0%, #552596 54%, #281342 100%);
  color: #ffffff;
}

.final-cta::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  height: 34px;
  background: #eeeaf6;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 28%);
}

.final-cta h2,
.final-cta p {
  color: #ffffff;
}

.final-cta h2 {
  font-size: clamp(32px, 4vw, 44px);
}

.final-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 24px;
  color: var(--primary);
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.final-card img {
  width: min(100%, 320px);
  max-height: 270px;
  object-fit: contain;
}

.final-card p {
  color: var(--primary);
  margin: 12px 0 0;
  font-weight: 800;
}

.cta-light {
  background: #ffffff;
  color: var(--primary);
  border-color: #ffffff;
  box-shadow: 6px 8px 0 rgba(88, 185, 139, 0.40);
}

.footer {
  background: #f7fafb;
  color: var(--ink);
  border-top: 1px solid rgba(88, 185, 139, 0.32);
}

.footer a {
  display: inline-flex;
  color: #111421;
  text-decoration: none;
  margin: 0;
}

.footer h3 {
  color: var(--primary);
  margin-top: 0;
}

.footer-compliance {
  padding-top: 48px;
  padding-bottom: 38px;
}

.footer-compliance h3 {
  color: #111421;
}

.footer-compliance p {
  font-size: 17px;
  line-height: 1.82;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(360px, 1.7fr) minmax(220px, 0.9fr);
  gap: 34px;
  padding-top: 34px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(88, 185, 139, 0.36);
}

.footer-brand h3 {
  font-size: 30px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 26px;
  align-content: start;
}

.payment-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.payment-pills span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 4px 9px;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid #d9dfeb;
  color: #1a2550;
  font-size: 12px;
  font-weight: 800;
}

.footer-disclosure,
.legal p {
  font-size: 13px;
  color: #5c6573;
}

.legal {
  padding-top: 0;
  padding-bottom: 150px;
}

.sticky-mobile {
  display: none !important;
}

.sticky-offer-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto minmax(180px, 0.6fr);
  align-items: center;
  gap: 24px;
  padding: 9px clamp(18px, 5vw, 92px);
  background: linear-gradient(90deg, #552596 0%, #2d124e 48%, #160b2c 100%);
  color: #ffffff;
  box-shadow: 0 -14px 36px rgba(22, 11, 44, 0.26);
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
}

.benefits-section {
  background: #f7fafb;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.benefit-card {
  padding: 30px 28px;
  text-align: center;
}

.benefit-card h3 {
  margin: 0 0 16px;
  color: #111421;
}

.benefit-card p {
  font-size: 18px;
  line-height: 1.76;
  margin-bottom: 0;
  color: #2b2534;
}

.benefit-wide {
  grid-column: 1 / -1;
}

.sticky-offer-copy {
  text-align: center;
}

.sticky-offer-copy strong {
  display: block;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.2;
}

.sticky-offer-copy span {
  display: block;
  margin-top: 6px;
  font-size: 15px;
}

.sticky-order {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 12px 32px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--primary);
  text-decoration: none;
  font-weight: 800;
  box-shadow: 5px 7px 0 rgba(88, 185, 139, 0.58);
}

@media (max-width: 980px) {
  body {
    font-size: 17px;
    padding-bottom: 194px;
  }

  .wrap {
    padding: 58px 20px;
  }

  .hero-grid,
  .grid-3,
  .two-col,
  .split,
  .ingredient-grid,
  .bonus-grid,
  .footer-grid,
  .final-grid,
  .about-split,
  .guarantee-split,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .about-copy {
    order: 1;
  }

  .about-image {
    order: 2;
  }

  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timer-wrap {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .countdown {
    justify-content: center;
  }

  .experience-card {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .experience-card img {
    width: 220px;
    height: 220px;
  }

  .footer-links,
  .payment-pills {
    justify-content: flex-start;
  }

  .sticky-offer-bar {
    grid-template-columns: 1fr auto;
    gap: 10px 16px;
    padding: 10px 14px;
  }

  .sticky-countdown {
    grid-column: 1 / -1;
    order: 2;
    justify-content: center;
    grid-template-columns: repeat(4, minmax(0, 80px));
    width: 100%;
  }

  .sticky-order {
    min-height: 48px;
    padding: 10px 24px;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 16px;
    padding-bottom: 176px;
  }

  .hero,
  .section,
  .alert-band,
  .offer-timer-section,
  .final-cta,
  .footer,
  .wrap,
  .nav-wrap {
    width: 100%;
    max-width: 100%;
  }

  .wrap,
  .nav-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-wrap {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero h1,
  .sub-hero h1 {
    font-size: 44px;
  }

  .lead {
    font-size: 17px;
    line-height: 1.55;
  }

  .hero .wrap {
    padding-top: 54px;
    padding-bottom: 116px;
  }

  .hero .actions {
    margin-top: 22px;
  }

  .hero p,
  .section p,
  .sticky-offer-copy strong,
  .sticky-offer-copy span {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .hero p {
    font-size: 16px;
    line-height: 1.56;
  }

  .purple-title-section h2 {
    margin-left: 0;
    margin-right: 0;
  }

  .trust-grid,
  .benefit-grid,
  .experience-grid,
  .experience-card,
  .compact-split {
    grid-template-columns: 1fr;
  }

  .experience-card {
    text-align: center;
  }

  .experience-card img {
    margin: 0 auto;
  }

  .countdown {
    grid-template-columns: repeat(4, minmax(62px, 1fr));
    width: 100%;
  }

  .countdown strong,
  .sticky-countdown strong {
    font-size: 22px;
  }

  .countdown span,
  .sticky-countdown span {
    font-size: 10px;
  }

  .faq summary {
    font-size: 18px;
    padding-right: 28px;
  }

  .sticky-offer-bar {
    grid-template-columns: minmax(0, 1fr) auto;
    text-align: center;
    padding: 7px 10px;
    width: 100vw;
    max-width: 100vw;
  }

  .sticky-countdown {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    width: 100%;
  }

  .sticky-offer-copy strong {
    font-size: 16px;
  }

  .sticky-offer-copy span {
    font-size: 13px;
  }

  .sticky-order {
    width: auto;
    min-width: 138px;
    min-height: 42px;
    padding-left: 18px;
    padding-right: 18px;
    justify-self: center;
  }

  .sticky-countdown div {
    padding: 5px 3px;
  }
}

@media (max-width: 420px) {
  .wrap,
  .nav-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero h1,
  .sub-hero h1 {
    font-size: 40px;
  }

  .eyebrow {
    font-size: 12px;
  }

  .sticky-offer-copy strong {
    font-size: 15px;
  }

  .sticky-offer-copy span {
    font-size: 12px;
  }

  .sticky-countdown {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5px;
  }

  .sticky-countdown strong {
    font-size: 18px;
  }

  .sticky-countdown span {
    font-size: 8px;
  }
}
/* Final cleanup: narrow-mobile containment and sticky bar fitting */
html,
body {
  width: 100%;
  max-width: 100%;
}

body {
  overflow-x: hidden;
}

img,
svg,
video,
iframe {
  max-width: 100%;
}

.btn,
.navbtn,
.sticky-order {
  max-width: 100%;
  white-space: normal;
}

@media (max-width: 420px) {
  body {
    padding-bottom: 170px;
  }

  .sticky-offer-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 7px 8px 8px;
    left: 0;
    right: auto;
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
  }

  .sticky-offer-copy {
    width: 100%;
    max-width: calc(100vw - 24px);
    min-width: 0;
    text-align: center;
  }

  .sticky-offer-copy strong {
    font-size: 14px;
    line-height: 1.12;
  }

  .sticky-offer-copy span {
    display: block;
    margin-top: 2px;
    font-size: 11px;
    line-height: 1.2;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .sticky-countdown {
    order: 2;
    display: grid;
    grid-column: auto;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px;
    width: min(calc(100vw - 16px), 330px);
    max-width: calc(100vw - 16px);
    margin: 0;
  }

  .sticky-countdown div {
    min-width: 0;
    padding: 4px 2px;
    border-radius: 5px;
  }

  .sticky-countdown strong {
    font-size: 17px;
  }

  .sticky-countdown span {
    margin-top: 3px;
    font-size: 8px;
  }

  .sticky-order {
    order: 3;
    justify-self: center;
    width: min(100%, 220px);
    min-height: 40px;
    padding: 8px 14px;
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 218px;
  }

  .hero-grid > div:first-child,
  .lead,
  .hero p,
  .eyebrow {
    width: 100%;
    max-width: 340px;
  }

  .eyebrow {
    display: inline-block;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .sticky-offer-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 7px 8px 8px;
    left: 0;
    right: auto;
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
  }

  .sticky-offer-copy {
    width: 100%;
    max-width: calc(100vw - 24px);
    min-width: 0;
    text-align: center;
  }

  .sticky-offer-copy strong {
    font-size: 14px;
    line-height: 1.12;
  }

  .sticky-offer-copy span {
    display: block;
    margin-top: 2px;
    font-size: 11px;
    line-height: 1.2;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .sticky-countdown {
    order: 2;
    display: grid;
    grid-column: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
    width: min(calc(100vw - 32px), 230px);
    max-width: calc(100vw - 32px);
    margin: 0;
  }

  .sticky-countdown div {
    min-width: 0;
    padding: 4px 2px;
    border-radius: 5px;
  }

  .sticky-countdown strong {
    font-size: 17px;
  }

  .sticky-countdown span {
    margin-top: 3px;
    font-size: 8px;
  }

  .sticky-order {
    order: 3;
    justify-self: center;
    width: min(100%, 220px);
    min-height: 40px;
    padding: 8px 14px;
    font-size: 14px;
  }
}

@media (max-width: 380px) {
  body {
    padding-bottom: 222px;
  }

  .wrap,
  .nav-wrap {
    padding-left: 14px;
    padding-right: 14px;
  }

  .hero-grid > div:first-child,
  .lead,
  .hero p,
  .eyebrow {
    max-width: 320px;
  }

  .sticky-countdown {
    width: min(calc(100vw - 32px), 226px);
    max-width: calc(100vw - 32px);
  }
}

.yu-reviews-section {
  background: #ffffff;
  border-top: 0;
}

.yu-reviews-section .reviews-section-title {
  max-width: 1120px;
  margin: 0 auto 28px;
  padding: 0 20px;
  text-align: center;
}

.yu-reviews-section .reviews-hero {
  background: linear-gradient(90deg, #5a2494 0%, #2d124e 100%);
  color: #ffffff;
}

.yu-reviews-section .reviews-hero .wrap {
  padding-top: 54px;
  padding-bottom: 54px;
}

.yu-reviews-section .reviews-hero-heading {
  max-width: 1120px;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.22;
  font-weight: 900;
}

.yu-reviews-section .reviews-hero-heading span {
  color: #9be58f;
}

.yu-reviews-section .reviews-wrap {
  padding-top: 38px;
}

.reviews-subheading {
  max-width: 880px;
  margin: 0 auto 34px;
  text-align: center;
  color: #211b2e;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.35;
  font-weight: 800;
}

.reviews-list {
  display: grid;
  gap: 24px;
}

.review-row {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  padding: 28px;
  background: #ffffff;
  border: 1px solid rgba(88, 185, 139, 0.25);
  border-bottom: 3px solid var(--primary);
  border-radius: 8px;
  box-shadow: 0 0 18px rgba(88, 185, 139, 0.22);
}

.review-row img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  box-shadow: 0 12px 26px rgba(36, 16, 63, 0.16);
}

.review-content p {
  margin-bottom: 14px;
  color: #211b2e;
  font-size: 17px;
  line-height: 1.72;
}

.review-content h3 {
  margin: 18px 0 0;
  color: #111421;
}

.review-location {
  margin: 2px 0 0 !important;
  color: var(--muted) !important;
  font-weight: 700;
}

.review-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.review-rating span {
  color: #f2a632;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 1;
}

.review-rating em {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 3px 10px;
  border-radius: 999px;
  background: #effbea;
  color: #295c25;
  border: 1px solid #b7ddb3;
  font-style: normal;
  font-weight: 800;
  font-size: 13px;
}

@media (max-width: 700px) {
  .yu-reviews-section .reviews-hero .wrap {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .review-row {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }

  .review-row img {
    width: min(100%, 220px);
    height: 220px;
    margin: 0 auto;
  }

  .review-content {
    text-align: left;
  }
}

/* Requested final revision: reviews heading, conclusion, and footer only */
.yu-reviews-section {
  padding-top: 0;
}

.reviews-title-banner,
.conclusion-title-banner {
  background: linear-gradient(90deg, #5a2494 0%, #2d124e 100%);
  color: #ffffff;
}

.reviews-title-banner .wrap,
.conclusion-title-banner .wrap {
  padding-top: 44px;
  padding-bottom: 44px;
}

.yu-reviews-section .reviews-section-title,
.conclusion-title-banner h2 {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
  color: #ffffff;
  text-align: center;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.2;
  font-weight: 900;
}

.yu-reviews-section .reviews-wrap {
  padding-top: 42px;
}

.conclusion-section {
  padding: 0;
  background: #ffffff;
}

.conclusion-content {
  max-width: 1040px;
  text-align: center;
}

.conclusion-content p {
  max-width: 980px;
  margin: 0 auto 22px;
  color: #111421;
  font-size: 20px;
  line-height: 1.82;
}

.footer-main {
  grid-template-columns: minmax(240px, 0.85fr) minmax(360px, 1.3fr) minmax(300px, 1fr);
  align-items: start;
  gap: 38px;
}

.footer-center {
  display: grid;
  gap: 22px;
}

.footer-links {
  gap: 12px 18px;
}

.footer-links a {
  padding: 6px 0;
  color: #111421;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.footer-email {
  color: #2168c6 !important;
  font-size: 20px;
  font-weight: 600;
}

.footer-payments {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-width: 0;
}

.footer-payments img {
  display: block;
  width: min(100%, 520px);
  height: auto;
  object-fit: contain;
}

@media (max-width: 900px) {
  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-payments {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .reviews-title-banner .wrap,
  .conclusion-title-banner .wrap {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .yu-reviews-section .reviews-section-title,
  .conclusion-title-banner h2 {
    font-size: 29px;
  }

  .conclusion-content {
    text-align: left;
  }

  .conclusion-content p {
    font-size: 17px;
    line-height: 1.7;
    text-align: left;
  }

  .footer-links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .footer-links a {
    font-size: 17px;
  }

  .footer-email {
    font-size: 18px;
  }

  .footer-payments img {
    width: 100%;
  }
}

/* Unified homepage section heading banners */
.section-heading-banner {
  width: 100%;
  background: linear-gradient(90deg, #5a2494 0%, #2d124e 100%);
  color: #ffffff;
  text-align: center;
}

.section-heading-banner .wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 45px 20px !important;
}

.section-heading-banner h2 {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
  color: #ffffff;
  text-align: center;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.15;
  font-weight: 900;
}

.section-heading-banner .green-highlight {
  color: #9be58f;
}

@media (max-width: 640px) {
  .section-heading-banner .wrap {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  .section-heading-banner h2 {
    font-size: clamp(27px, 8vw, 34px);
    line-height: 1.18;
  }
}

/* Three-issue cleanup: footer email handled in HTML; these rules only fix the requested section backgrounds */
.alert-band {
  background: #ffffff;
  color: var(--ink);
}

.alert-band > .wrap {
  background: #ffffff;
  padding-top: 42px;
  padding-bottom: 42px;
}

.alert-band > .wrap p {
  color: #111421;
}

.how-section.purple-title-section .section-heading-banner h2 {
  margin: 0 auto !important;
  padding: 0 !important;
  background: transparent !important;
  color: #ffffff !important;
}

.how-section > .wrap {
  padding-top: 36px;
}
