:root {
  --bg: #f2f5f8;
  --bg-soft: #e9eff4;
  --surface: #ffffff;
  --surface-strong: #f8fbff;
  --text: #132033;
  --muted: #4d607a;
  --primary: #ff5a36;
  --primary-strong: #d84425;
  --secondary: #008f7c;
  --highlight: #1b2f4a;
  --accent-gold: #f3b23c;
  --accent-gold-strong: #9a6100;
  --accent-cyan: #1aa6dc;
  --accent-cyan-strong: #0b5f8e;
  --accent-green: #18a36e;
  --accent-green-strong: #0f6040;
  --border: rgba(19, 32, 51, 0.14);
  --shadow: 0 20px 42px rgba(21, 44, 74, 0.14);
  --radius-xl: 26px;
  --radius-lg: 18px;
  --offer-bar-height: 56px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Urbanist", sans-serif;
  color: var(--text);
  line-height: 1.6;
  background:
    radial-gradient(circle at 6% 10%, rgba(255, 90, 54, 0.2), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(0, 143, 124, 0.2), transparent 33%),
    radial-gradient(circle at 50% 0%, rgba(243, 178, 60, 0.14), transparent 38%),
    linear-gradient(180deg, #f7fafc 0%, var(--bg) 56%, var(--bg-soft) 100%);
}

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

.container {
  width: min(1160px, 92vw);
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  top: -48px;
  left: 12px;
  background: #111b2d;
  color: #fff;
  padding: 8px 12px;
  border-radius: 10px;
  z-index: 30;
  font-size: 13px;
}

.skip-link:focus {
  top: 12px;
}

.offer-bar {
  position: sticky;
  top: 0;
  z-index: 20;
  background: linear-gradient(96deg, rgba(255, 255, 255, 0.88), rgba(237, 250, 250, 0.9));
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(14px);
  box-shadow: 0 12px 30px rgba(14, 33, 56, 0.1);
}

.offer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 16px;
  padding: 10px 0;
}

.offer-left,
.offer-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.offer-pill {
  background: rgba(255, 90, 54, 0.12);
  border: 1px solid rgba(255, 90, 54, 0.26);
  color: var(--primary-strong);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
}

.offer-text {
  color: var(--muted);
  font-size: 13px;
}

.countdown {
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--border);
  padding: 6px 12px;
  font-size: 12px;
}

.countdown {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  color: var(--highlight);
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  border: 1px solid;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(16, 34, 56, 0.12);
}

.badge svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
}

.badge strong {
  color: #0d1b2f;
}

.badge-choice {
  color: var(--accent-gold-strong);
  border-color: rgba(243, 178, 60, 0.45);
  background: linear-gradient(140deg, rgba(255, 238, 196, 0.92), rgba(255, 247, 224, 0.96));
}

.badge-choice svg,
.badge-rating svg {
  fill: currentColor;
}

.badge-rating {
  color: var(--accent-cyan-strong);
  border-color: rgba(26, 166, 220, 0.4);
  background: linear-gradient(140deg, rgba(215, 244, 255, 0.92), rgba(232, 248, 255, 0.96));
}

.badge-sold {
  color: var(--accent-green-strong);
  border-color: rgba(24, 163, 110, 0.4);
  background: linear-gradient(140deg, rgba(218, 252, 234, 0.9), rgba(238, 255, 247, 0.96));
}

.site-header {
  position: sticky;
  top: var(--offer-bar-height);
  z-index: 19;
  backdrop-filter: blur(10px);
  background: rgba(247, 250, 253, 0.9);
  border-bottom: 1px solid var(--border);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
}

.logo {
  font-family: "Rajdhani", sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.logo span {
  color: var(--primary);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--muted);
  font-size: 14px;
}

.header-actions a:hover,
.header-actions a:focus-visible {
  color: var(--text);
}

h1,
h2,
h3,
summary {
  font-family: "Rajdhani", sans-serif;
}

.section {
  padding: 41px 0;
  scroll-margin-top: 150px;
}

.hero {
  padding-top: 50px;
  padding-bottom: 30px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 22px;
  align-items: start;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 11px;
  font-weight: 700;
  color: var(--secondary);
  margin-bottom: 8px;
}

.hero-copy h1 {
  font-size: clamp(44px, 6vw, 78px);
  line-height: 0.9;
  margin-bottom: 14px;
}

.hero-subtitle {
  color: var(--muted);
  max-width: 62ch;
  margin-bottom: 14px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 11px 20px;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary), #ff7a5d);
  color: #fff;
  box-shadow: 0 12px 24px rgba(255, 90, 54, 0.36);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(255, 90, 54, 0.44);
}

.btn-secondary {
  border-color: rgba(19, 32, 51, 0.24);
  background: rgba(255, 255, 255, 0.86);
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  border-color: rgba(19, 32, 51, 0.4);
}

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

.hero-metrics article {
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.97), rgba(246, 251, 255, 0.9));
  border: 1px solid rgba(19, 32, 51, 0.18);
  border-radius: 14px;
  padding: 12px;
  box-shadow: 0 10px 20px rgba(23, 48, 78, 0.08);
}

.hero-metrics article:nth-child(1) {
  border-color: rgba(255, 90, 54, 0.34);
}

.hero-metrics article:nth-child(2) {
  border-color: rgba(26, 166, 220, 0.34);
}

.hero-metrics article:nth-child(3) {
  border-color: rgba(24, 163, 110, 0.34);
}

.hero-metrics h3 {
  font-size: 28px;
  line-height: 0.9;
}

.hero-metrics p {
  color: var(--muted);
  font-size: 13px;
}

.hero-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  padding: 14px;
  display: block;
}

.hero-card .media-real {
  min-height: 0;
  border: 1px solid rgba(27, 47, 74, 0.2);
  border-radius: 14px;
}

.hero-card .ratio-hero-5x4 {
  aspect-ratio: 4 / 5;
  max-height: 420px;
  object-fit: contain;
  background: transparent;
  border: none;
  margin: 0 auto;
}

.hero-signals {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.hero-signal {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 13px;
  border: 1px solid rgba(19, 32, 51, 0.18);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.96), rgba(244, 251, 255, 0.9));
  padding: 10px;
  box-shadow: 0 8px 16px rgba(20, 44, 72, 0.08);
  font-size: 11px;
  font-weight: 700;
  color: #173450;
}

.hero-signal-icon {
  width: 28px;
  height: 28px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #0b5f8e;
  background: rgba(26, 166, 220, 0.18);
  border: 1px solid rgba(26, 166, 220, 0.34);
}

.hero-signal-icon svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-signal:nth-child(1) .hero-signal-icon {
  color: #9a6100;
  background: rgba(243, 178, 60, 0.2);
  border-color: rgba(243, 178, 60, 0.34);
}

.hero-signal:nth-child(2) .hero-signal-icon {
  color: #0b5f8e;
  background: rgba(26, 166, 220, 0.18);
  border-color: rgba(26, 166, 220, 0.32);
}

.hero-signal:nth-child(3) .hero-signal-icon {
  color: #0f6040;
  background: rgba(24, 163, 110, 0.18);
  border-color: rgba(24, 163, 110, 0.3);
}

.media-ph {
  width: 100%;
  min-height: 180px;
  border-radius: 14px;
  border: 1px dashed rgba(27, 47, 74, 0.38);
  background:
    linear-gradient(140deg, rgba(255, 90, 54, 0.2), rgba(0, 143, 124, 0.2)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.46) 0 14px, rgba(255, 255, 255, 0.2) 14px 28px);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 12px;
}

.media-ph::before,
.media-ph::after {
  display: block;
  width: 100%;
}

.media-ph::before {
  content: "IMAGE PLACEHOLDER";
  font-size: 11px;
  letter-spacing: 0.14em;
  color: rgba(13, 28, 46, 0.74);
  margin-bottom: 7px;
  font-weight: 700;
}

.media-ph::after {
  content: attr(data-ph);
  font-size: 15px;
  font-weight: 700;
  color: rgba(13, 28, 46, 0.94);
}

.media-real {
  width: 100%;
  min-height: 180px;
  border-radius: 14px;
  border: 1px solid rgba(27, 47, 74, 0.2);
  display: block;
  object-fit: cover;
  background: #eef3f8;
}

.ratio-square {
  aspect-ratio: 1 / 1;
}

.ratio-wide {
  aspect-ratio: 1200 / 491;
}

.ratio-banner-16x9 {
  aspect-ratio: 16 / 9;
}

.stats {
  padding: 0 0 28px;
}

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

.stats-grid article {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(19, 32, 51, 0.18);
  border-radius: 16px;
  padding: 14px;
  box-shadow: 0 14px 26px rgba(21, 44, 74, 0.13);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.stats-grid article::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  right: -36px;
  bottom: -70px;
  border-radius: 50%;
  background: var(--stat-glow, rgba(66, 107, 153, 0.16));
  z-index: -1;
}

.stats-grid article:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(21, 44, 74, 0.16);
}

.stats-grid h3 {
  font-size: 30px;
  line-height: 0.9;
  margin-bottom: 4px;
  color: var(--stat-strong, #132033);
}

.stats-grid p {
  color: var(--muted);
  font-size: 13px;
}

.stat-head {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 8px;
}

.stat-kicker {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 10px;
  font-weight: 800;
  color: rgba(13, 27, 47, 0.68);
}

.stat-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: var(--stat-icon-bg, rgba(19, 32, 51, 0.08));
  color: var(--stat-icon-color, #1b2f4a);
  border: 1px solid var(--stat-icon-border, rgba(19, 32, 51, 0.2));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.stat-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.stat-rating {
  --stat-glow: rgba(243, 178, 60, 0.27);
  --stat-icon-bg: rgba(243, 178, 60, 0.18);
  --stat-icon-color: #9a6100;
  --stat-icon-border: rgba(243, 178, 60, 0.42);
  --stat-strong: #8b5200;
}

.stat-rating .stat-icon svg {
  fill: currentColor;
  stroke: none;
}

.stat-formula {
  --stat-glow: rgba(26, 166, 220, 0.24);
  --stat-icon-bg: rgba(26, 166, 220, 0.16);
  --stat-icon-color: #0b5f8e;
  --stat-icon-border: rgba(26, 166, 220, 0.36);
  --stat-strong: #0c5f8f;
}

.stat-serving {
  --stat-glow: rgba(255, 90, 54, 0.23);
  --stat-icon-bg: rgba(255, 90, 54, 0.15);
  --stat-icon-color: #af381f;
  --stat-icon-border: rgba(255, 90, 54, 0.34);
  --stat-strong: #af381f;
}

.stat-sold {
  --stat-glow: rgba(24, 163, 110, 0.24);
  --stat-icon-bg: rgba(24, 163, 110, 0.16);
  --stat-icon-color: #0f6040;
  --stat-icon-border: rgba(24, 163, 110, 0.34);
  --stat-strong: #0f6040;
}

.section-head {
  margin-bottom: 24px;
}

.section-head h2 {
  font-size: clamp(40px, 5vw, 66px);
  line-height: 0.9;
  margin-bottom: 8px;
}

.section-head p {
  color: var(--muted);
}

.section-head.compact h2 {
  font-size: clamp(34px, 4vw, 54px);
}

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

.pillar-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(21, 44, 74, 0.1);
  padding: 12px;
  display: grid;
  gap: 10px;
}

.pillar-card h3 {
  font-size: 34px;
  line-height: 0.9;
}

.pillar-card p {
  color: var(--muted);
  font-size: 14px;
}

.alt {
  background: rgba(232, 239, 246, 0.72);
}

.formula-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 12px;
}

.formula-main,
.formula-side {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  padding: 16px;
  display: grid;
  gap: 12px;
}

.formula-side h3 {
  font-size: 38px;
  line-height: 0.9;
}

.formula-side p {
  color: var(--muted);
}

.ingredient-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.ingredient-chip {
  display: grid;
  grid-template-columns: 94px 1fr;
  gap: 10px;
  align-items: center;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 10px;
  background: #fff;
}

.ingredient-chip .media-ph {
  min-height: 94px;
}

.ingredient-chip .media-real {
  min-height: 94px;
}

.ingredient-chip h3 {
  font-size: 26px;
  line-height: 0.9;
}

.ingredient-chip p {
  color: var(--muted);
  font-size: 13px;
}

.review-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}

.review-card,
.review-summary {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: 0 12px 22px rgba(21, 44, 74, 0.1);
  padding: 12px;
  display: grid;
  gap: 10px;
}

.review-card h3,
.review-summary h3 {
  font-size: 32px;
  line-height: 0.9;
}

.review-card p,
.review-card span {
  color: var(--muted);
  font-size: 14px;
}

.review-summary ul {
  margin-left: 18px;
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 14px;
}

.review-summary {
  position: relative;
  overflow: hidden;
  padding: 16px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(240, 250, 255, 0.96));
  border-color: rgba(26, 166, 220, 0.3);
}

.review-summary::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--accent-cyan), var(--primary), var(--accent-gold));
}

.review-summary-top {
  display: grid;
  gap: 8px;
}

.review-summary-badge {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0b5f8e;
  background: rgba(26, 166, 220, 0.16);
  border: 1px solid rgba(26, 166, 220, 0.32);
}

.review-summary-top h3 {
  font-size: clamp(34px, 3.6vw, 42px);
  color: #0f2f4e;
}

.review-summary-top p {
  color: rgba(17, 50, 80, 0.76);
  font-size: 14px;
}

.review-benefits {
  list-style: none;
  margin: 0;
  display: grid;
  gap: 9px;
}

.review-benefits li {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  border: 1px solid rgba(19, 32, 51, 0.14);
  background: rgba(255, 255, 255, 0.88);
  padding: 9px 10px;
  color: #1d3857;
  font-weight: 600;
}

.benefit-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: #0b5f8e;
  background: linear-gradient(145deg, rgba(26, 166, 220, 0.2), rgba(243, 178, 60, 0.22));
  border: 1px solid rgba(26, 166, 220, 0.32);
}

.benefit-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.review-benefits li:first-child .benefit-icon svg {
  fill: currentColor;
  stroke: none;
}

.review-summary-cta {
  width: 100%;
  justify-content: center;
  margin-top: 6px;
  padding: 12px 20px;
  font-size: 15px;
}

.faq-wrap {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  padding: 20px;
}

.faq-grid {
  display: grid;
  gap: 10px;
}

.faq-grid details {
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #fff;
  padding: 14px;
}

.faq-grid summary {
  cursor: pointer;
  font-size: 30px;
  line-height: 0.9;
}

.faq-grid p {
  margin-top: 8px;
  color: var(--muted);
}

.final-cta {
  padding: 0 0 86px;
}

.cta-inner {
  background: linear-gradient(135deg, #ff5a36, #0e6f88);
  color: #fff;
  border-radius: 28px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  box-shadow: 0 22px 40px rgba(28, 63, 101, 0.35);
}

.cta-inner .eyebrow {
  color: rgba(255, 255, 255, 0.85);
}

.cta-inner h2 {
  font-size: clamp(38px, 4.7vw, 62px);
  line-height: 0.9;
}

.cta-inner p {
  max-width: 56ch;
}

.cta-inner .btn-primary {
  background: #fff;
  color: #14325c;
  box-shadow: none;
}

.site-footer {
  border-top: 1px solid var(--border);
  background: rgba(247, 250, 254, 0.82);
  padding: 34px 0 84px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 0.95fr 0.72fr 1.33fr;
  gap: 14px;
}

.footer-grid p,
.footer-note {
  color: var(--muted);
  font-size: 13px;
}

.footer-links {
  display: grid;
  gap: 8px;
  color: var(--muted);
}

.mobile-cta-bar {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 25;
  background: rgba(250, 252, 255, 0.95);
  border-top: 1px solid var(--border);
  backdrop-filter: blur(10px);
  padding: 10px 14px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.mobile-cta-bar strong {
  display: block;
  font-size: 14px;
  font-family: "Rajdhani", sans-serif;
}

.mobile-cta-bar span {
  font-size: 11px;
  color: var(--muted);
}

html.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
  transition-delay: var(--reveal-delay, 0ms);
}

html.reveal-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.btn:focus-visible,
summary:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(255, 90, 54, 0.35);
  outline-offset: 2px;
}

@media (max-width: 1080px) {
  .hero-grid,
  .formula-grid {
    grid-template-columns: 1fr;
  }

  .hero-card {
    display: block;
    height: auto;
    padding: 16px;
  }

  .hero-card .media-real {
    height: auto;
    min-height: 180px;
    border: 1px solid rgba(27, 47, 74, 0.2);
    border-radius: 14px;
  }

  .hero-card .ratio-hero-5x4 {
    aspect-ratio: 4 / 5;
    max-height: 380px;
    object-fit: contain;
    background: transparent;
    border: none;
    margin: 0 auto;
  }

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

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

@media (max-width: 760px) {
  :root {
    --offer-bar-height: 84px;
  }

  .offer-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 8px 0;
  }

  .offer-left,
  .offer-right {
    width: 100%;
  }

  .offer-left {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    align-items: stretch;
  }

  .offer-pill,
  .offer-text,
  .countdown {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    text-align: center;
    white-space: nowrap;
  }

  .offer-pill {
    padding: 5px 6px;
    font-size: 10px;
  }

  .offer-text {
    padding: 0 4px;
    font-size: 10px;
    line-height: 1.1;
  }

  .countdown {
    padding: 6px 6px;
    font-size: 11px;
  }

  .offer-right {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    align-items: stretch;
  }

  .offer-right .badge {
    justify-content: center;
    min-width: 0;
    padding: 6px 5px;
    gap: 4px;
    font-size: 10px;
    line-height: 1.15;
    text-align: center;
  }

  .offer-right .badge strong {
    font-size: 11px;
  }

  .offer-right .badge svg {
    width: 12px;
    height: 12px;
  }

  .section {
    padding: 33px 0;
  }

  .header-actions a:not(.btn) {
    display: none;
  }

  .hero-metrics,
  .hero-signals,
  .pillar-grid,
  .stats-grid,
  .review-grid,
  .ingredient-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .ingredient-chip {
    grid-template-columns: 72px 1fr;
  }

  .ingredient-chip .media-ph {
    min-height: 72px;
  }

  .ingredient-chip .media-real {
    min-height: 72px;
  }

  .cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .mobile-cta-bar {
    display: flex;
  }

  body {
    padding-bottom: 72px;
  }
}

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

  html.reveal-ready [data-reveal],
  html.reveal-ready [data-reveal].is-visible {
    opacity: 1;
    transform: none;
  }
}
