:root {
  --red: #cf0822;
  --red-dark: #690014;
  --orange: #f45a12;
  --yellow: #ffd332;
  --pink: #f20aa6;
  --ink: #10121a;
  --coal: #171922;
  --paper: #f7f4ec;
  --muted: #dfe3ea;
  --white: #ffffff;
  --max: 1180px;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--coal);
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
}

body::selection {
  background: var(--yellow);
  color: var(--ink);
}

a {
  color: inherit;
  text-decoration: none;
}

img,
video {
  display: block;
  max-width: 100%;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(12, 13, 18, 0.76);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  gap: 28px;
  justify-content: space-between;
  left: 0;
  min-height: 88px;
  padding: 14px clamp(18px, 4vw, 54px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}

.brand-mark {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  line-height: 1;
}

.logo-box {
  align-items: center;
  background: var(--white);
  border-radius: 5px;
  display: inline-flex;
  height: 58px;
  justify-content: center;
  padding: 8px 16px;
  width: clamp(210px, 19vw, 280px);
}

.logo-box img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.brand-mark small {
  color: var(--pink);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: 24px;
  font-size: 0.9rem;
  font-weight: 800;
}

.nav-links a {
  color: rgba(255, 255, 255, 0.72);
}

.nav-links a:hover {
  color: var(--white);
}

.header-cta,
.button {
  align-items: center;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  font-family: Arial Black, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.header-cta,
.button.primary {
  background: var(--yellow);
  color: var(--ink);
  box-shadow: 0 16px 40px rgba(255, 211, 50, 0.25);
}

.header-cta {
  background: var(--pink);
  color: var(--white);
  box-shadow: 0 16px 40px rgba(242, 10, 166, 0.28);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: var(--white);
}

.header-cta:hover,
.button:hover {
  transform: translateY(-2px);
}

.trust-bar {
  align-items: center;
  background: var(--yellow);
  color: var(--ink);
  display: flex;
  font-family: Arial Black, Arial, Helvetica, sans-serif;
  font-size: 0.82rem;
  gap: 10px;
  justify-content: center;
  left: 0;
  min-height: 34px;
  overflow: hidden;
  padding: 7px 18px;
  position: fixed;
  right: 0;
  text-transform: uppercase;
  top: 88px;
  z-index: 19;
}

.trust-bar span {
  align-items: center;
  display: inline-flex;
  gap: 10px;
  white-space: nowrap;
}

.trust-bar span:not(:last-child)::after {
  background: rgba(16, 18, 26, 0.42);
  content: "";
  display: inline-block;
  height: 16px;
  width: 2px;
}

.mobile-buy-bar {
  display: none;
}

.hero {
  align-items: center;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  min-height: 82svh;
  overflow: hidden;
  padding: 118px clamp(22px, 6vw, 74px) 0;
  position: relative;
}

.hero::after {
  background:
    radial-gradient(circle at 64% 48%, rgba(255, 211, 50, 0.2), transparent 24%),
    linear-gradient(112deg, rgba(207, 8, 34, 0.84), rgba(0, 0, 0, 0) 42%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero-media,
.hero-video,
.hero-wash {
  inset: 0;
  position: absolute;
}

.hero-video {
  height: 100%;
  object-fit: cover;
  opacity: 0.42;
  width: 100%;
}

.hero-wash {
  background:
    linear-gradient(90deg, rgba(10, 11, 16, 0.92), rgba(15, 12, 12, 0.62) 44%, rgba(207, 8, 34, 0.26)),
    linear-gradient(0deg, rgba(13, 14, 20, 0.96), rgba(13, 14, 20, 0.05) 54%, rgba(13, 14, 20, 0.35));
}

.hero-ring {
  border: 11px solid rgba(255, 211, 50, 0.45);
  border-radius: 50%;
  box-shadow: 0 0 70px rgba(255, 211, 50, 0.35);
  height: min(55vw, 640px);
  position: absolute;
  right: 7vw;
  top: 20vh;
  width: min(55vw, 640px);
}

.hero-copy,
.product-stage {
  position: relative;
  z-index: 2;
}

.eyebrow {
  color: var(--yellow);
  font-family: Arial Black, Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.hero h1 {
  font-family: Arial Black, Arial, Helvetica, sans-serif;
  font-size: clamp(3.25rem, 7.2vw, 7.45rem);
  letter-spacing: 0;
  line-height: 0.92;
  margin: 0;
  max-width: 870px;
  text-wrap: balance;
}

.hero-subcopy {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.55;
  margin: 28px 0 0;
  max-width: 650px;
}

.hero-fast-facts {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 18px 0 0;
  max-width: 640px;
  padding: 0;
}

.hero-fast-facts li {
  align-items: center;
  color: rgba(255, 255, 255, 0.88);
  display: flex;
  font-size: 0.98rem;
  font-weight: 800;
  gap: 10px;
  line-height: 1.3;
}

.hero-fast-facts li::before {
  background: var(--yellow);
  border-radius: 50%;
  content: "";
  flex: 0 0 9px;
  height: 9px;
  width: 9px;
}

.hero-offer {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 190px));
  margin-top: 24px;
  max-width: 430px;
}

.hero-offer div {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 16px 18px;
}

.hero-offer .highlight {
  background: var(--yellow);
  border-color: var(--yellow);
  color: var(--ink);
  box-shadow: 0 18px 46px rgba(255, 211, 50, 0.28);
}

.hero-offer span,
.hero-offer strong,
.hero-offer small {
  display: block;
}

.hero-offer span {
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-offer strong {
  font-family: Arial Black, Arial, Helvetica, sans-serif;
  font-size: clamp(1.55rem, 2.6vw, 2rem);
  line-height: 1.05;
  margin-top: 4px;
}

.hero-offer small {
  color: rgba(16, 18, 26, 0.74);
  font-weight: 800;
  margin-top: 4px;
}

.hero-actions,
.cta-actions,
.social-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.microcopy {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 18px 0 0;
}

.product-stage {
  align-items: center;
  display: grid;
  justify-items: center;
  min-height: 470px;
  overflow: hidden;
}

.product-stage img {
  filter: drop-shadow(34px 46px 36px rgba(0, 0, 0, 0.55));
  max-height: min(58vh, 540px);
  object-fit: contain;
  position: relative;
  transform: rotate(-3deg);
  z-index: 2;
}

.stage-word {
  color: rgba(255, 255, 255, 0.13);
  font-family: Arial Black, Arial, Helvetica, sans-serif;
  font-size: clamp(4.6rem, 11vw, 10.5rem);
  line-height: 0.85;
  position: absolute;
  text-transform: uppercase;
}

.word-one {
  right: 4%;
  top: 14%;
}

.word-two {
  bottom: 18%;
  right: 6%;
}

.pain-strip {
  background: var(--yellow);
  color: var(--ink);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
}

.pain-strip div {
  background: var(--yellow);
  min-height: 152px;
  padding: 32px clamp(22px, 4vw, 48px);
}

.pain-strip strong,
.pain-strip span {
  display: block;
}

.pain-strip strong {
  font-family: Arial Black, Arial, Helvetica, sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  margin-bottom: 8px;
}

.pain-strip span {
  font-size: 1.02rem;
  line-height: 1.5;
}

.video-section,
.benefit-section,
.ingredient-section,
.usage-section,
.seo-section,
.proof-section,
.offer-section,
.review-section,
.final-cta {
  padding: clamp(70px, 10vw, 128px) clamp(22px, 6vw, 74px);
}

.offer-section {
  align-items: center;
  background:
    radial-gradient(circle at 24% 44%, rgba(255, 211, 50, 0.2), transparent 28%),
    linear-gradient(115deg, #08090d 0 54%, #b6001f 54%);
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
}

.offer-visual img {
  border-radius: 8px;
  box-shadow: var(--shadow);
  width: 100%;
}

.offer-copy h2 {
  font-family: Arial Black, Arial, Helvetica, sans-serif;
  font-size: clamp(2.1rem, 4.6vw, 4.8rem);
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
  text-wrap: balance;
}

.offer-copy p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
  line-height: 1.65;
  max-width: 740px;
}

.price-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 30px 0 22px;
  max-width: 720px;
}

.price-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 22px;
}

.price-card.featured {
  background: var(--yellow);
  color: var(--ink);
  box-shadow: 0 20px 56px rgba(255, 211, 50, 0.3);
}

.price-card span,
.price-card strong,
.price-card small {
  display: block;
}

.price-card span {
  font-family: Arial Black, Arial, Helvetica, sans-serif;
  font-size: 0.85rem;
  text-transform: uppercase;
}

.price-card strong {
  font-family: Arial Black, Arial, Helvetica, sans-serif;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1;
  margin: 10px 0;
}

.price-card small {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.45;
}

.price-card.featured small {
  color: rgba(16, 18, 26, 0.7);
  font-weight: 800;
}

.order-steps {
  counter-reset: order;
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0 0 28px;
  max-width: 620px;
  padding: 0;
}

.order-steps li {
  align-items: center;
  background: rgba(8, 9, 13, 0.54);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  display: flex;
  gap: 14px;
  line-height: 1.45;
  padding: 14px 16px;
}

.order-steps li::before {
  align-items: center;
  background: var(--yellow);
  border-radius: 50%;
  color: var(--ink);
  content: counter(order);
  counter-increment: order;
  display: inline-flex;
  flex: 0 0 32px;
  font-family: Arial Black, Arial, Helvetica, sans-serif;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.video-section {
  background: var(--coal);
}

.video-section-priority {
  background:
    radial-gradient(circle at 78% 10%, rgba(242, 10, 166, 0.18), transparent 24%),
    var(--coal);
}

.review-section {
  background:
    linear-gradient(115deg, var(--paper) 0 58%, #f0c52c 58%);
  color: var(--ink);
}

.review-section .eyebrow {
  color: var(--red);
}

.review-section .section-heading p:not(.eyebrow) {
  color: #4a4d57;
}

.review-summary,
.review-grid {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--max);
}

.review-summary {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 20px;
}

.review-score {
  background: var(--ink);
  border-radius: 8px;
  color: var(--white);
  min-height: 190px;
  padding: 26px;
}

.review-score.secondary-score {
  background: var(--red);
}

.review-score span,
.review-score strong,
.review-score small {
  display: block;
}

.review-score span {
  color: var(--yellow);
  font-family: Arial Black, Arial, Helvetica, sans-serif;
  font-size: 0.88rem;
  text-transform: uppercase;
}

.review-score strong {
  font-family: Arial Black, Arial, Helvetica, sans-serif;
  font-size: clamp(3.5rem, 8vw, 6.8rem);
  line-height: 0.95;
  margin-top: 12px;
}

.review-score small {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.45;
  margin-top: 10px;
}

.social-proof-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 20px auto;
  max-width: var(--max);
}

.social-proof-card,
.review-screenshot-card {
  background: var(--ink);
  border-radius: 8px;
  color: var(--white);
  overflow: hidden;
}

.social-proof-card video {
  aspect-ratio: 9 / 12;
  object-fit: cover;
  width: 100%;
}

.social-proof-card div,
.review-screenshot-card {
  padding: 22px;
}

.social-proof-card span,
.review-screenshot-card span {
  color: var(--yellow);
  display: block;
  font-family: Arial Black, Arial, Helvetica, sans-serif;
  font-size: 0.82rem;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.social-proof-card strong,
.review-screenshot-card strong {
  display: block;
  font-family: Arial Black, Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.18;
}

.social-proof-card p,
.review-screenshot-card p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
  margin: 12px 0 0;
}

.review-screenshot-card {
  align-content: center;
  background:
    linear-gradient(145deg, var(--red) 0 55%, var(--pink) 55%);
  display: grid;
  min-height: 100%;
}

.review-screenshot-card a {
  color: var(--white);
  font-family: Arial Black, Arial, Helvetica, sans-serif;
  margin-top: 22px;
  text-decoration: underline;
  text-underline-offset: 5px;
}

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

.review-card {
  background: var(--white);
  border: 1px solid #dfe2e8;
  border-radius: 8px;
  min-height: 250px;
  padding: 24px;
}

.review-card span {
  color: var(--red);
  display: block;
  font-family: Arial Black, Arial, Helvetica, sans-serif;
  font-size: 2.8rem;
  line-height: 1;
  margin-bottom: 34px;
}

.review-card h3 {
  font-family: Arial Black, Arial, Helvetica, sans-serif;
  font-size: 1.22rem;
  letter-spacing: 0;
  margin: 0 0 10px;
}

.review-card p {
  color: #4a4d57;
  line-height: 1.55;
  margin: 0;
}

.review-source {
  color: #4a4d57;
  font-size: 0.92rem;
  line-height: 1.55;
  margin: 22px auto 0;
  max-width: var(--max);
}

.section-heading {
  margin: 0 auto 44px;
  max-width: var(--max);
}

.section-heading.compact {
  margin-bottom: 34px;
}

.section-heading h2,
.ingredient-copy h2,
.proof-copy h2,
.final-cta h2 {
  font-family: Arial Black, Arial, Helvetica, sans-serif;
  font-size: clamp(2.2rem, 5vw, 5.2rem);
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
  text-wrap: balance;
}

.section-heading p:not(.eyebrow),
.ingredient-copy p,
.proof-copy p,
.final-cta p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.1rem;
  line-height: 1.65;
  max-width: 760px;
}

.video-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: var(--max);
}

.video-panel {
  background: #0f1118;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  overflow: hidden;
}

.video-panel video {
  aspect-ratio: 9 / 12;
  background: #000;
  object-fit: cover;
  width: 100%;
}

.video-panel div {
  padding: 24px;
}

.video-panel h3,
.benefit-card h3,
.usage-timeline h3 {
  font-family: Arial Black, Arial, Helvetica, sans-serif;
  font-size: 1.35rem;
  letter-spacing: 0;
  margin: 0 0 10px;
}

.video-panel p,
.benefit-card p,
.usage-timeline p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
  margin: 0;
}

.benefit-section {
  background:
    linear-gradient(115deg, var(--red) 0 46%, var(--coal) 46%),
    var(--red);
}

.benefit-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  max-width: var(--max);
}

.benefit-card {
  background: rgba(15, 16, 22, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  min-height: 260px;
  padding: 26px;
}

.benefit-card span {
  color: var(--yellow);
  display: block;
  font-family: Arial Black, Arial, Helvetica, sans-serif;
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 46px;
}

.ingredient-section {
  align-items: center;
  background: #08090d;
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
}

.ingredient-visual img {
  border-radius: 8px;
  box-shadow: var(--shadow);
  width: 100%;
}

.ingredient-list {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 34px 0 0;
  max-width: 620px;
  padding: 0;
}

.ingredient-list li {
  background: var(--white);
  border-left: 14px solid var(--yellow);
  border-radius: 6px;
  color: var(--ink);
  padding: 18px 20px;
}

.ingredient-list span,
.ingredient-list small {
  display: block;
}

.ingredient-list span {
  font-family: Arial Black, Arial, Helvetica, sans-serif;
  font-size: 1.18rem;
}

.ingredient-list small {
  color: #4e5260;
  margin-top: 4px;
}

.usage-section {
  background: var(--paper);
  color: var(--ink);
}

.usage-section .eyebrow {
  color: var(--red);
}

.usage-section .section-heading p:not(.eyebrow) {
  color: #4a4d57;
}

.usage-timeline {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  max-width: var(--max);
}

.usage-timeline article {
  background: var(--white);
  border: 1px solid #dfe2e8;
  border-radius: 8px;
  min-height: 260px;
  padding: 28px;
}

.usage-timeline span {
  align-items: center;
  background: var(--red);
  border-radius: 50%;
  color: var(--white);
  display: inline-flex;
  font-family: Arial Black, Arial, Helvetica, sans-serif;
  height: 52px;
  justify-content: center;
  margin-bottom: 36px;
  width: 52px;
}

.usage-timeline p {
  color: #4a4d57;
}

.seo-section {
  background: #11131b;
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
}

.seo-copy {
  max-width: 780px;
}

.seo-copy h2 {
  font-family: Arial Black, Arial, Helvetica, sans-serif;
  font-size: clamp(2.15rem, 4.8vw, 4.8rem);
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
  text-wrap: balance;
}

.seo-copy p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.08rem;
  line-height: 1.65;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  background: var(--white);
  border-radius: 8px;
  color: var(--ink);
  padding: 20px 22px;
}

.faq-list summary {
  cursor: pointer;
  font-family: Arial Black, Arial, Helvetica, sans-serif;
  font-size: 1.04rem;
  line-height: 1.35;
}

.faq-list p {
  color: #4a4d57;
  line-height: 1.55;
  margin: 14px 0 0;
}

.proof-section {
  align-items: center;
  background:
    radial-gradient(circle at 78% 50%, rgba(255, 211, 50, 0.18), transparent 28%),
    linear-gradient(110deg, #0d0e14 0 60%, #740015 60%);
  display: grid;
  gap: clamp(28px, 6vw, 80px);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.75fr);
}

.proof-section img {
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.final-cta {
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.42)),
    var(--red);
}

.final-cta > div {
  margin: 0 auto;
  max-width: var(--max);
}

.final-cta p {
  max-width: 780px;
}

.final-price-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.final-price-row span {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: var(--white);
  display: inline-flex;
  font-size: 1.08rem;
  gap: 6px;
  padding: 14px 18px;
}

.final-price-row strong {
  color: var(--yellow);
  font-family: Arial Black, Arial, Helvetica, sans-serif;
}

.site-footer {
  background: #08090d;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.92rem;
  line-height: 1.6;
  padding: 32px clamp(22px, 6vw, 74px);
}

.site-footer p {
  margin: 0 auto;
  max-width: var(--max);
}

@media (max-width: 920px) {
  .site-header {
    min-height: 68px;
  }

  .logo-box {
    height: 42px;
    padding: 6px 12px;
    width: 154px;
  }

  .trust-bar {
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
    top: 68px;
  }

  .trust-bar::-webkit-scrollbar {
    display: none;
  }

  .nav-links {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 126px;
  }

  .product-stage {
    min-height: 340px;
    order: -1;
  }

  .product-stage img {
    max-height: 330px;
  }

  .stage-word {
    font-size: clamp(4rem, 18vw, 8rem);
  }

  .word-one {
    left: 4%;
    right: auto;
    top: 6%;
  }

  .word-two {
    bottom: 8%;
    left: 10%;
    right: auto;
  }

  .pain-strip,
  .video-grid,
  .benefit-grid,
  .ingredient-section,
  .usage-timeline,
  .seo-section,
  .offer-section,
  .review-summary,
  .social-proof-grid,
  .review-grid,
  .proof-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  body {
    padding-bottom: 74px;
  }

  .header-cta {
    display: none;
  }

  .mobile-buy-bar {
    align-items: center;
    background: var(--pink);
    border-top: 2px solid rgba(16, 18, 26, 0.16);
    bottom: 0;
    box-shadow: 0 -14px 34px rgba(0, 0, 0, 0.32);
    color: var(--white);
    display: flex;
    gap: 12px;
    justify-content: space-between;
    left: 0;
    min-height: 64px;
    padding: 10px 18px;
    position: fixed;
    right: 0;
    z-index: 30;
  }

  .mobile-buy-bar span,
  .mobile-buy-bar strong {
    display: block;
  }

  .mobile-buy-bar span {
    font-size: 0.82rem;
    font-weight: 900;
    text-transform: uppercase;
  }

  .mobile-buy-bar strong {
    font-family: Arial Black, Arial, Helvetica, sans-serif;
    font-size: 0.95rem;
    text-align: right;
  }

  .hero {
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 116px;
  }

  .product-stage {
    min-height: 220px;
  }

  .product-stage img {
    max-height: 215px;
  }

  .stage-word {
    font-size: clamp(3rem, 15vw, 5rem);
  }

  .hero h1 {
    font-size: clamp(2.35rem, 11vw, 3rem);
  }

  .hero-subcopy {
    font-size: .92rem;
    line-height: 1.32;
    margin-top: 12px;
  }

  .hero-fast-facts {
    gap: 6px;
    margin-top: 12px;
  }

  .hero-fast-facts li {
    font-size: 0.82rem;
  }

  .hero-offer {
    grid-template-columns: 1fr 1fr;
    margin-top: 14px;
  }

  .hero-offer div {
    padding: 12px;
  }

  .hero-offer strong {
    font-size: 1.28rem;
  }

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

  .hero-offer,
  .hero-actions {
    display: none;
  }

  .hero-actions .button.secondary {
    display: none;
  }

  .hero .microcopy {
    display: none;
  }

  .hero-actions,
  .cta-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero .button.secondary {
    display: none;
  }

  .video-section,
  .benefit-section,
  .ingredient-section,
  .usage-section,
  .seo-section,
  .proof-section,
  .offer-section,
  .review-section,
  .final-cta {
    padding-left: 18px;
    padding-right: 18px;
  }

  .video-section-priority {
    padding-top: 46px;
  }

  .section-heading h2,
  .ingredient-copy h2,
  .proof-copy h2,
  .offer-copy h2,
  .final-cta h2 {
    font-size: clamp(2.15rem, 11vw, 3.5rem);
  }

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

  .final-price-row span {
    width: 100%;
  }
}
