:root {
  color-scheme: light;
  --ink: #20302c;
  --muted: #60706b;
  --green: #136f5a;
  --green-dark: #0d4e43;
  --mint: #eaf6f1;
  --gold: #c98521;
  --cream: #fbfaf5;
  --line: #dbe8e1;
  --white: #ffffff;
  --shadow: 0 18px 44px rgba(20, 54, 45, 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;
}

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

.top-review-bar {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 248, 246, 0.98);
  border-bottom: 1px solid #f0c9c8;
  box-shadow: 0 8px 24px rgba(77, 38, 40, 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: #234844;
  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 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, #b9ece8 0%, #87d9d2 100%);
  color: #173f3c;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  box-shadow: 4px 6px 0 rgba(224, 104, 112, 0.28);
  white-space: nowrap;
}

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

.pink-hero {
  padding: 4px 0 32px;
  color: #264540;
  background:
    linear-gradient(115deg, #fff8f5 0%, #fde7e4 48%, #e8f6f3 100%);
  border-bottom: 1px solid #e7d4d2;
}

.pink-hero-title {
  max-width: 840px;
  margin: 0 auto 16px;
  text-align: center;
}

.pink-hero-title h1 {
  max-width: none;
  margin: 0;
  color: #254844;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.05;
}

.pink-hero-title p {
  margin: 0;
  color: #e07076;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.05;
}

.pink-hero-grid {
  min-height: 280px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 42px;
  align-items: center;
}

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

.product-name {
  margin: 0;
  color: #df7078;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.05;
}

.scam-legit {
  margin: 4px 0 12px;
  color: #1b7a72;
  font-size: 46px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
}

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

.hero-question strong {
  color: #143f3a;
}

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

.white-cta {
  background: #15786f;
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(21, 120, 111, 0.18);
}

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

.pink-product {
  width: min(360px, 100%);
  display: block;
  filter: drop-shadow(0 18px 22px rgba(49, 84, 80, 0.18));
}

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

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

.intro-heading h2 {
  margin: 0 0 2px;
  color: #df7078;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.12;
}

.intro-heading p {
  margin: 0;
  color: #1f7d74;
  font-size: 30px;
  line-height: 1.2;
}

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

.intro-video-copy {
  max-width: 520px;
}

.intro-video-copy h3,
.heard-block h3 {
  margin-bottom: 12px;
  color: #173f3c;
  font-size: 22px;
  font-weight: 900;
}

.intro-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-cta {
  margin-top: 2px;
}

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

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.nav-row {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--green-dark);
  font-weight: 800;
  text-decoration: none;
}

.brand img {
  width: 150px;
  display: block;
}

.brand span {
  padding-left: 12px;
  border-left: 1px solid var(--line);
  white-space: nowrap;
}

nav {
  margin-left: auto;
  display: flex;
  gap: 18px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 700;
}

nav a {
  text-decoration: none;
}

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

.button.small {
  min-height: 44px;
  padding: 0 18px;
  font-size: 15px;
}

.button.ghost {
  background: transparent;
  color: var(--green-dark);
  box-shadow: none;
  border: 1px solid var(--line);
}

.section-band {
  background:
    linear-gradient(135deg, rgba(234, 246, 241, 0.96), rgba(255, 255, 255, 0.98)),
    var(--mint);
}

.hero {
  padding: 60px 0 56px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 42px;
  align-items: center;
}

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

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

h1 {
  max-width: 700px;
  margin-bottom: 20px;
  font-size: clamp(42px, 5vw, 64px);
  letter-spacing: 0;
}

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

h3 {
  font-size: 24px;
}

.lead {
  max-width: 660px;
  color: var(--muted);
  font-size: 21px;
}

.rating-card {
  max-width: 580px;
  margin: 28px 0;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.75);
}

.score {
  display: block;
  font-size: 48px;
  line-height: 1;
  font-weight: 900;
}

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

.rating-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

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

.product-card {
  padding: 28px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.product {
  width: 100%;
  display: block;
}

.quick-verdict {
  margin-top: 18px;
  padding: 18px;
  border-radius: 8px;
  background: var(--mint);
}

.quick-verdict p {
  margin: 6px 0 0;
  color: var(--muted);
}

.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;
}

.section-heading {
  margin-bottom: 20px;
}

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

.review-checklist,
.warning-box,
.featured-story {
  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,
.featured-story h3 {
  color: #155f58;
}

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

.warning-box p {
  margin: 8px 0 0;
  color: var(--muted);
}

.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,
.dosage-grid,
.price-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

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

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

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

.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;
}

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

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

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

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

.featured-story {
  background:
    linear-gradient(135deg, rgba(253, 231, 228, 0.78), rgba(239, 250, 248, 0.92)),
    #ffffff;
}

.featured-story h3 {
  font-size: 25px;
}

.story-points {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

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

.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;
}

.avatar {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #e7d4b7;
  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;
}

.note {
  margin-top: 18px;
  color: var(--muted);
  font-size: 14px;
}

.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;
}

.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;
}

.quality-section img {
  width: min(620px, 100%);
  display: block;
  margin-top: 18px;
  filter: saturate(0.95);
}

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

.guarantee {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 24px;
  align-items: center;
  background: #fffdf8;
}

.guarantee img {
  width: 100%;
  display: block;
}

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.8);
  font-size: 14px;
}

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

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

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

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

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

  .pink-hero-grid,
  .intro-video-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

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

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

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

  .pink-product {
    width: min(320px, 100%);
  }

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

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

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

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

  .nav-row {
    min-height: auto;
    padding: 14px 0;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  nav {
    order: 3;
    width: 100%;
    margin: 0;
    overflow-x: auto;
    padding-top: 8px;
  }

  .hero-grid,
  .content-grid,
  .split,
  .guarantee,
  .trust-grid,
  .step-grid,
  .price-grid {
    grid-template-columns: 1fr;
  }

  .ingredient-detail,
  .info-grid,
  .dosage-grid,
  .toc-box {
    grid-template-columns: 1fr;
  }

  .sidebar {
    position: static;
  }

  .hero {
    padding-top: 34px;
  }

  h1 {
    font-size: 40px;
  }

  .rating-card {
    grid-template-columns: 1fr;
  }
}

@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: 13px;
    box-shadow: 3px 4px 0 rgba(224, 104, 112, 0.24);
  }

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

  .pink-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-video-section {
    padding-top: 22px;
  }

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

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

  .intro-video-copy h3,
  .heard-block h3 {
    font-size: 20px;
  }

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

  .video-points,
  .story-points {
    grid-template-columns: 1fr;
  }

  body {
    font-size: 17px;
  }

  .brand img {
    width: 132px;
  }

  .brand span {
    display: none;
  }

  .button.small {
    width: 100%;
  }

  h1 {
    font-size: 34px;
  }

  .lead {
    font-size: 19px;
  }

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

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

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