:root {
  color-scheme: light;
  --ink: #1d2b2a;
  --muted: #667674;
  --green: #146b5a;
  --green-dark: #0c473e;
  --teal: #2fa99a;
  --mint: #edf7f3;
  --rose: #f6d8d6;
  --rose-strong: #d86772;
  --gold: #c58a24;
  --cream: #fbfaf6;
  --line: #dce8e4;
  --white: #ffffff;
  --shadow: 0 18px 44px rgba(15, 69, 58, 0.12);
  --max: 1160px;
  font-family: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-size: 18px;
  line-height: 1.6;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

.wrap {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.top-review-bar {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(26, 64, 58, 0.08);
  backdrop-filter: blur(10px);
}

.top-review-row {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.review-brand {
  color: var(--green-dark);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none;
}

.order-pill {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 17px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f6cf75 0%, #e5ae33 100%);
  color: #1f2118;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  box-shadow: 4px 6px 0 rgba(20, 107, 90, 0.22);
  white-space: nowrap;
}

.order-pill span {
  font-size: 22px;
  line-height: 1;
}

.review-hero {
  padding: 10px 0 34px;
  color: #244944;
  background:
    linear-gradient(115deg, #fff8f7 0%, #f8dfdc 46%, #e8f7f2 100%);
  border-bottom: 1px solid #ead6d1;
}

.hero-title {
  max-width: 880px;
  margin: 0 auto 18px;
  text-align: center;
}

.hero-title h1 {
  margin: 0;
  color: var(--green-dark);
  font-size: 44px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
}

.hero-title p {
  margin: 0;
  color: var(--rose-strong);
  font-size: 36px;
  font-weight: 900;
  line-height: 1.05;
}

.hero-grid {
  min-height: 300px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 44px;
  align-items: center;
}

.hero-copy {
  max-width: 610px;
  justify-self: center;
  text-align: center;
}

.product-name {
  margin: 0;
  color: var(--rose-strong);
  font-size: 44px;
  font-weight: 900;
  line-height: 1.05;
}

.scam-legit {
  margin: 4px 0 12px;
  color: var(--green);
  font-size: 46px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
}

.hero-question {
  max-width: 550px;
  margin: 0 auto 18px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

.hero-question strong {
  color: var(--green-dark);
}

.hero-note {
  max-width: 450px;
  margin: 0 auto 18px;
  color: #70444a;
  font-size: 19px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.35;
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 0;
  border-radius: 8px;
  background: var(--green);
  color: #ffffff;
  font-size: 17px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(20, 107, 90, 0.18);
}

.hero-button {
  background: var(--green);
}

.hero-product-link {
  display: block;
  justify-self: center;
}

.hero-product {
  width: min(375px, 100%);
  display: block;
  filter: drop-shadow(0 20px 26px rgba(26, 64, 58, 0.18));
}

.video-section {
  padding: 28px 0 42px;
  background: linear-gradient(180deg, #ffffff 0%, #fffaf8 100%);
}

.intro-heading {
  margin-bottom: 20px;
  text-align: center;
}

.intro-heading h2 {
  margin: 0 0 2px;
  color: var(--rose-strong);
  font-size: 38px;
  font-weight: 900;
  line-height: 1.12;
}

.intro-heading p {
  margin: 0;
  color: var(--green);
  font-size: 30px;
  line-height: 1.2;
}

.video-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 38px;
  align-items: center;
}

.video-copy {
  max-width: 540px;
}

.video-copy h3,
.heard-block h3 {
  margin: 0 0 12px;
  color: var(--green-dark);
  font-size: 22px;
  font-weight: 900;
}

.video-copy p,
.heard-block p {
  color: #304d49;
  font-size: 18px;
  line-height: 1.45;
}

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

.video-points span,
.story-points span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid #b8ded9;
  border-radius: 8px;
  background: #effaf8;
  color: #155f58;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}

.video-frame {
  width: 100%;
  overflow: hidden;
  border: 4px solid var(--green-dark);
  background: var(--green-dark);
  box-shadow: 0 18px 34px rgba(54, 94, 89, 0.18);
}

.video-frame iframe {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  border: 0;
  background: #101010;
}

.heard-block {
  max-width: 790px;
  margin-top: 32px;
}

.trust-strip {
  background: var(--green-dark);
  color: #ffffff;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 24px 0;
}

.trust-grid div {
  display: grid;
  gap: 3px;
}

.trust-grid strong {
  font-size: 20px;
}

.trust-grid span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 32px;
  align-items: start;
  padding: 46px 0 60px;
}

.main-content,
.sidebar-card,
.review-section {
  border-radius: 8px;
}

.review-section {
  margin-bottom: 26px;
  padding: 32px;
  background: #ffffff;
  border: 1px solid var(--line);
  box-shadow: 0 10px 28px rgba(20, 54, 45, 0.06);
}

.review-section p:last-child {
  margin-bottom: 0;
}

.intro-report {
  border-top: 6px solid var(--green);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h2,
h3 {
  margin-top: 0;
  line-height: 1.15;
  letter-spacing: 0;
}

h2 {
  font-size: clamp(30px, 3vw, 42px);
}

h3 {
  font-size: 24px;
}

.review-checklist,
.warning-box,
.review-note {
  margin-top: 24px;
  padding: 22px;
  border: 1px solid #b8ded9;
  border-radius: 8px;
  background: linear-gradient(180deg, #f3fbfa 0%, #ffffff 100%);
}

.review-checklist strong,
.warning-box strong,
.review-note strong {
  color: var(--green);
}

.review-checklist ul {
  margin-bottom: 0;
}

.toc-box {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 20px;
  border-radius: 8px;
  background: var(--mint);
}

.toc-box strong {
  grid-column: 1 / -1;
  color: var(--green-dark);
}

.toc-box a {
  color: var(--green-dark);
  font-weight: 800;
  text-decoration: none;
}

.info-grid,
.step-grid,
.layer-grid,
.rating-snapshot {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.info-grid div,
.step-grid div,
.layer-grid div,
.rating-snapshot div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfdfb;
}

.info-grid strong,
.step-grid strong,
.layer-grid strong {
  display: block;
  margin-bottom: 5px;
  color: var(--green-dark);
}

.info-grid span,
.layer-grid span {
  display: block;
  color: var(--muted);
  font-size: 15px;
}

.rating-snapshot {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 20px;
}

.rating-snapshot strong {
  display: block;
  color: var(--rose-strong);
  font-size: 30px;
  font-weight: 900;
  line-height: 1.05;
}

.rating-snapshot span {
  display: block;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.35;
}

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

.step-grid span {
  width: 34px;
  height: 34px;
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--green);
  color: #ffffff;
  font-weight: 900;
}

.step-grid p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 15px;
}

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

.review-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfdfb;
  overflow: hidden;
}

.review-card.featured {
  background: linear-gradient(135deg, rgba(248, 225, 222, 0.78), rgba(239, 250, 248, 0.94));
}

.review-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.review-photo {
  width: 78px;
  height: 78px;
  display: block;
  flex: 0 0 auto;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
  border: 3px solid #ffffff;
  box-shadow: 0 10px 22px rgba(19, 71, 63, 0.16);
}

.review-top strong {
  display: block;
}

.review-top span:not(.star-text) {
  display: block;
  color: var(--muted);
  font-size: 14px;
}

.review-top .star-text {
  margin-left: auto;
}

.star-text {
  display: inline-flex;
  align-items: center;
  width: max-content;
  padding: 5px 9px;
  border-radius: 999px;
  background: #fff3cf;
  color: #b87502;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.avatar {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #e8d7bd;
  color: #563712;
  font-size: 22px;
  font-weight: 900;
}

.avatar.green {
  background: #d9efe5;
  color: #0d5d49;
}

.avatar.gold {
  background: #f6e3b8;
  color: #7a4a08;
}

.avatar.blue {
  background: #dce8f7;
  color: #244b75;
}

.avatar.rose {
  background: #f4dce2;
  color: #81394c;
}

.ingredient-detail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.ingredient-detail article {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfdfb;
}

.ingredient-detail strong {
  display: block;
  color: var(--green-dark);
}

.ingredient-detail p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.panel {
  padding: 28px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #ffffff;
}

.panel.good {
  border-top: 5px solid var(--green);
}

.panel.caution {
  border-top: 5px solid var(--gold);
}

ul {
  padding-left: 22px;
}

li + li {
  margin-top: 9px;
}

.image-callout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 26px;
  align-items: center;
  background: linear-gradient(135deg, rgba(237, 247, 243, 0.9), #ffffff);
}

.image-callout img {
  display: block;
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(26, 64, 58, 0.12);
}

.alert-section {
  border-color: #f2d4a2;
  background: #fffaf0;
}

.alert-section .button,
.conclusion-section .button {
  margin-top: 18px;
}

details {
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

details:last-child {
  border-bottom: 1px solid var(--line);
}

summary {
  cursor: pointer;
  color: var(--green-dark);
  font-weight: 900;
}

.sidebar {
  position: sticky;
  top: 96px;
}

.sidebar-card {
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.sidebar-card img {
  width: 100%;
  display: block;
  margin-bottom: 14px;
}

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

.sidebar-card + .sidebar-card {
  margin-top: 18px;
}

.sidebar-card.mini ul {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  font-size: 15px;
}

footer {
  padding: 30px 0;
  background: #112d27;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}

footer p {
  max-width: 950px;
  margin: 0;
}

@media (max-width: 980px) {
  .top-review-row {
    min-height: 64px;
  }

  .review-hero {
    padding: 14px 0 28px;
  }

  .hero-title h1 {
    font-size: 38px;
  }

  .hero-title p {
    font-size: 30px;
  }

  .hero-grid,
  .video-grid,
  .content-grid,
  .split,
  .image-callout,
  .trust-grid,
  .step-grid,
  .rating-snapshot {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .video-copy {
    max-width: 700px;
    justify-self: center;
    text-align: center;
  }

  .product-name {
    font-size: 38px;
  }

  .scam-legit {
    font-size: 40px;
  }

  .hero-product {
    width: min(330px, 100%);
  }

  .intro-heading h2 {
    font-size: 34px;
  }

  .intro-heading p {
    font-size: 27px;
  }

  .heard-block {
    margin: 26px auto 0;
    text-align: center;
  }

  .video-points,
  .reviews-list,
  .ingredient-detail,
  .info-grid,
  .layer-grid,
  .toc-box {
    grid-template-columns: 1fr;
  }

  .sidebar {
    position: static;
  }
}

@media (max-width: 560px) {
  .wrap {
    width: min(100% - 28px, var(--max));
  }

  .top-review-row {
    min-height: 58px;
    gap: 10px;
  }

  .review-brand {
    font-size: 16px;
  }

  .order-pill {
    min-height: 38px;
    padding: 0 12px;
    font-size: 12px;
    box-shadow: 3px 4px 0 rgba(20, 107, 90, 0.22);
  }

  .hero-title h1 {
    font-size: 31px;
  }

  .hero-title p {
    font-size: 25px;
  }

  .product-name {
    font-size: 32px;
  }

  .scam-legit {
    font-size: 34px;
  }

  .hero-question {
    font-size: 18px;
  }

  .hero-note {
    font-size: 17px;
  }

  .intro-heading h2 {
    font-size: 30px;
  }

  .intro-heading p {
    font-size: 23px;
  }

  .video-frame {
    border-width: 3px;
  }

  body {
    font-size: 17px;
  }

  .review-section,
  .panel,
  .sidebar-card {
    padding: 22px;
  }

  .review-top {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .review-top .star-text {
    margin-left: 90px;
    width: 100%;
  }
}
