:root {
  --green-950: #0d2f1f;
  --green-850: #17452f;
  --green-700: #2f6a49;
  --green-100: #edf5ef;
  --gold: #b98b34;
  --gold-soft: #f4ead4;
  --white: #ffffff;
  --off-white: #ffffff;
  --ink: #17211b;
  --muted: #66736b;
  --line: #e5e9e3;
  --danger: #a6402d;
  --shadow: 0 18px 60px rgba(13, 47, 31, 0.12);
  --shadow-strong: 0 28px 90px rgba(13, 47, 31, 0.22);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

a {
  color: inherit;
}

.container {
  width: min(1140px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand img {
  width: 152px;
  height: 52px;
  object-fit: contain;
  object-position: left center;
}

.header-nav {
  display: none;
  align-items: center;
  gap: 20px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.header-nav a,
.header-whatsapp {
  text-decoration: none;
}

.nav-buy {
  padding: 9px 14px;
  color: var(--white);
  background: var(--green-850);
  border-radius: 999px;
}

.header-whatsapp {
  color: var(--green-850);
  font-weight: 800;
}

.section,
.section-band {
  padding: 68px 0;
}

.section-band {
  background:
    radial-gradient(circle at 76% 18%, rgba(185, 139, 52, 0.18), transparent 28%),
    radial-gradient(circle at 82% 72%, rgba(23, 69, 47, 0.16), transparent 30%),
    linear-gradient(135deg, var(--white), var(--off-white));
}

.hero {
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-grid,
.split-section,
.product-grid,
.ingredient-grid,
.order-grid,
.final-grid,
.footer-grid {
  display: grid;
  gap: 34px;
}

.hero-copy {
  align-self: center;
  animation: fade-up 700ms ease both;
}

.conversion-path {
  padding: 22px 0;
  background: var(--green-950);
}

.path-grid,
.checkout-roadmap {
  display: grid;
  gap: 12px;
}

.path-grid article,
.checkout-roadmap article {
  padding: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
}

.path-grid span,
.checkout-roadmap span {
  display: inline-grid;
  min-width: 34px;
  height: 34px;
  margin-bottom: 10px;
  place-items: center;
  color: var(--green-950);
  background: var(--gold-soft);
  border-radius: 50%;
  font-size: 0.82rem;
  font-weight: 900;
}

.path-grid strong,
.checkout-roadmap strong {
  display: block;
  color: var(--white);
  font-weight: 900;
}

.path-grid p,
.checkout-roadmap p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.92rem;
}

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  color: var(--green-950);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
}

h1 {
  max-width: 780px;
  margin-bottom: 16px;
  font-size: clamp(2.85rem, 10vw, 5.8rem);
  line-height: 0.9;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(2.2rem, 7vw, 4.1rem);
  line-height: 0.96;
}

h3 {
  color: var(--green-950);
  font-size: 1.18rem;
}

.hero-subtitle {
  color: var(--green-850);
  font-size: clamp(1.2rem, 3vw, 1.55rem);
  font-weight: 800;
}

.hero-text,
.section-heading p,
.split-section p,
.product-grid p,
.checkout-note,
.note,
.panel-intro,
.disclaimer {
  color: var(--muted);
}

.brand-slogans {
  display: grid;
  gap: 6px;
  max-width: 540px;
  margin: 18px 0;
  padding: 16px 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 4px solid var(--gold);
  border-radius: var(--radius);
  box-shadow: 0 10px 30px rgba(13, 47, 31, 0.06);
}

.brand-slogans span {
  color: var(--green-950);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1;
}

.brand-slogans strong {
  color: var(--gold);
  font-size: 0.95rem;
}

.trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.trust-badges span {
  padding: 8px 11px;
  color: var(--green-950);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(13, 47, 31, 0.06);
  font-size: 0.82rem;
  font-weight: 900;
}

.hero-actions,
.checkout-actions,
.final-actions,
.trust-actions,
.section-cta {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}

.section-cta {
  align-items: center;
  justify-content: center;
}

.align-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.button:hover:not(:disabled):not(.disabled) {
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(13, 47, 31, 0.14);
}

.button-primary {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(135deg, var(--green-950), var(--green-700));
}

.button-primary::after {
  position: absolute;
  top: -40%;
  bottom: -40%;
  left: -45%;
  width: 32%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  transform: skewX(-20deg);
  transition: left 500ms ease;
}

.button-primary:hover::after {
  left: 115%;
}

.button-secondary {
  color: var(--green-950);
  background: var(--white);
  border-color: var(--line);
}

.button-gold {
  color: var(--green-950);
  background: linear-gradient(135deg, #e8ca82, var(--gold));
}

.button-whatsapp {
  color: var(--white);
  background: #1f8f54;
}

.button-full {
  width: 100%;
}

.button:disabled,
.button.disabled {
  cursor: not-allowed;
  opacity: 0.52;
  transform: none;
}

.hero-media {
  position: relative;
  display: grid;
  min-height: 440px;
  place-items: center;
  padding: 24px;
  isolation: isolate;
}

.hero-glow {
  position: absolute;
  z-index: -1;
  width: min(88vw, 520px);
  height: min(88vw, 520px);
  background: radial-gradient(circle, rgba(185, 139, 52, 0.26), rgba(23, 69, 47, 0.12), transparent 70%);
  border-radius: 50%;
  filter: blur(4px);
  animation: pulse-glow 4.8s ease-in-out infinite;
}

.hero-media::before {
  position: absolute;
  z-index: -1;
  width: min(92vw, 460px);
  height: min(92vw, 460px);
  content: "";
  background: radial-gradient(circle, var(--green-100), transparent 68%);
  border-radius: 50%;
}

.hero-product {
  width: min(500px, 98%);
  max-height: 580px;
  object-fit: contain;
  filter: drop-shadow(0 28px 34px rgba(13, 47, 31, 0.2));
  animation: product-float 5.8s ease-in-out infinite;
}

.hero-card {
  position: absolute;
  right: 8px;
  bottom: 20px;
  width: min(230px, 66vw);
  padding: 16px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-card span,
.hero-card small {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.hero-card strong {
  display: block;
  color: var(--green-950);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.8rem;
  line-height: 1;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 30px;
}

.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.problem-section,
.visual-proof-section,
.ingredient-section,
.usage-section,
.video-section,
.testimonials-section,
.faq-section {
  background: var(--off-white);
}

.pain-grid,
.benefit-cards,
.steps,
.packages,
.faq-grid {
  display: grid;
  gap: 14px;
}

.pain-grid article,
.benefit-cards article,
.steps article,
.package-card,
.checkout-panel,
.social-card,
.quote-track article,
.trust-block,
.faq-grid details,
.whatsapp-box {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 36px rgba(13, 47, 31, 0.06);
}

.pain-grid article {
  padding: 18px;
  color: var(--green-950);
  font-weight: 800;
}

.pain-grid article,
.benefit-cards article,
.steps article,
.social-card,
.package-card {
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.pain-grid article:hover,
.benefit-cards article:hover,
.steps article:hover,
.social-card:hover,
.package-card:hover {
  transform: translateY(-3px);
  border-color: rgba(185, 139, 52, 0.42);
  box-shadow: var(--shadow);
}

.product-photo-frame {
  display: grid;
  min-height: 420px;
  place-items: center;
  padding: 24px;
  background: linear-gradient(135deg, var(--green-100), var(--white));
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.product-photo-frame img {
  max-height: 440px;
  object-fit: contain;
  filter: drop-shadow(0 22px 32px rgba(13, 47, 31, 0.18));
}

.product-gallery {
  display: grid;
  gap: 14px;
}

.product-gallery figure {
  min-height: 260px;
  margin: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 34px rgba(13, 47, 31, 0.08);
}

.product-gallery img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.product-benefit-grid {
  display: grid;
  gap: 24px;
  align-items: stretch;
}

.product-main-image {
  min-height: 460px;
  margin: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.product-main-image img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
}

.product-benefit-panel {
  display: grid;
  gap: 14px;
  align-content: center;
}

.product-benefit-panel article {
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 36px rgba(13, 47, 31, 0.06);
}

.product-benefit-panel h3 {
  margin-bottom: 8px;
}

.product-benefit-panel p {
  margin-bottom: 0;
  color: var(--muted);
}

.product-gallery figure,
.product-photo-frame,
.ingredient-card {
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

.product-gallery figure:hover,
.product-photo-frame:hover,
.ingredient-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-strong);
}

.ingredient-grid {
  align-items: center;
}

.ingredient-card {
  display: grid;
  min-height: 320px;
  place-items: center;
  margin: 0;
  padding: 20px;
  background: #75886e;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.ingredient-card img {
  width: min(100%, 460px);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(13, 47, 31, 0.16);
}

.ingredient-accordion {
  margin-top: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 36px rgba(13, 47, 31, 0.06);
}

.ingredient-accordion summary {
  position: relative;
  padding: 16px 48px 16px 18px;
  cursor: pointer;
  color: var(--green-950);
  font-weight: 900;
  list-style: none;
}

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

.ingredient-accordion summary::after {
  position: absolute;
  top: 50%;
  right: 18px;
  content: "⌄";
  color: var(--gold);
  font-size: 1.15rem;
  transform: translateY(-50%);
  transition: transform 220ms ease;
}

.ingredient-accordion[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
}

.ingredient-panel {
  display: grid;
  grid-template-rows: 1fr;
  gap: 10px;
  padding: 0 18px 18px;
  animation: accordion-open 240ms ease;
}

.ingredient-panel p {
  margin-bottom: 0;
}

.ingredient-panel ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 16px;
  margin: 0;
  padding-left: 20px;
  color: var(--green-850);
  font-weight: 800;
}

.ingredient-panel small {
  color: var(--muted);
}

.formula-cinematic {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background: var(--green-950);
}

.formula-cinematic video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.03);
  transition: transform 1100ms ease;
}

.formula-cinematic.is-visible video {
  transform: scale(1);
}

.formula-copy-section {
  background:
    radial-gradient(circle at 85% 16%, rgba(185, 139, 52, 0.12), transparent 24%),
    var(--off-white);
}

.formula-copy-panel {
  width: min(780px, 100%);
  margin: 0 auto;
  padding: clamp(24px, 4vw, 36px);
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(237, 245, 239, 0.7)),
    var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 760ms ease,
    transform 760ms ease;
}

.formula-copy-panel.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.formula-copy-panel > p {
  color: var(--muted);
}

.formula-accordion {
  margin-top: 22px;
  color: var(--ink);
}

.formula-benefits {
  display: grid;
  gap: 8px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.formula-benefits li {
  position: relative;
  padding-left: 22px;
  color: var(--green-950);
  font-weight: 900;
}

.formula-benefits li::before {
  position: absolute;
  left: 0;
  color: var(--gold);
  content: "✓";
}

.formula-video-button {
  margin-top: 14px;
  padding: 11px 14px;
  color: var(--green-950);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(229, 233, 227, 0.96);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(13, 47, 31, 0.16);
  cursor: pointer;
  font-weight: 900;
}

@keyframes accordion-open {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.clean-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.clean-list li {
  padding-left: 26px;
  color: var(--green-850);
  font-weight: 800;
  position: relative;
}

.clean-list li::before {
  position: absolute;
  left: 0;
  color: var(--gold);
  content: "✓";
}

.benefit-cards article {
  padding: 20px;
}

.benefit-cards span {
  color: var(--gold);
  font-weight: 900;
}

.benefit-cards h3 {
  margin: 10px 0 8px;
}

.benefit-cards p {
  margin-bottom: 0;
  color: var(--muted);
}

.steps article {
  display: flex;
  gap: 14px;
  padding: 18px;
}

.steps span {
  display: grid;
  flex: 0 0 36px;
  height: 36px;
  place-items: center;
  color: var(--green-950);
  background: var(--gold-soft);
  border-radius: 50%;
  font-weight: 900;
}

.steps p {
  margin: 0;
  font-weight: 700;
}

.steps h3 {
  margin: 0 0 6px;
  font-size: 1rem;
}

.steps div p {
  color: var(--muted);
  font-weight: 600;
}

.usage-note {
  margin-top: 18px;
  color: var(--green-850);
  font-weight: 900;
  text-align: center;
}

.video-grid {
  display: grid;
  gap: 32px;
  align-items: center;
}

.video-frame {
  position: relative;
  overflow: hidden;
  padding: 10px;
  background: linear-gradient(135deg, var(--green-950), #061a11);
  border: 1px solid rgba(185, 139, 52, 0.32);
  border-radius: 22px;
  box-shadow: var(--shadow-strong);
}

.video-frame::before {
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 2;
  width: 84px;
  height: 7px;
  content: "";
  background: rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  transform: translateX(-50%);
}

.video-frame video {
  width: 100%;
  max-height: 640px;
  object-fit: cover;
  border-radius: 16px;
}

.carousel-shell,
.quote-carousel,
.full-proof-carousel,
.featured-testimonial-shell {
  margin-top: 28px;
}

.word-carousel {
  overflow: hidden;
  margin: 0 0 30px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.word-track {
  display: flex;
  width: max-content;
  gap: 12px;
  animation: word-marquee 24s linear infinite;
}

.word-track span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 16px;
  color: var(--green-950);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(13, 47, 31, 0.06);
  font-weight: 900;
  white-space: nowrap;
}

.word-track span:nth-child(4n + 1) {
  color: var(--white);
  background: var(--green-850);
  border-color: var(--green-850);
}

@keyframes word-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.testimonial-marquee {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  padding: 8px 0 18px;
}

.testimonial-marquee::before,
.testimonial-marquee::after {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 90px;
  height: 100%;
  content: "";
  pointer-events: none;
}

.testimonial-marquee::before {
  left: 0;
  background: linear-gradient(90deg, var(--white), rgba(255, 255, 255, 0));
}

.testimonial-marquee::after {
  right: 0;
  background: linear-gradient(270deg, var(--white), rgba(255, 255, 255, 0));
}

.testimonial-marquee-track {
  display: flex;
  width: max-content;
  gap: 14px;
  animation: testimonial-marquee 34s linear infinite;
}

.testimonial-marquee:hover .testimonial-marquee-track {
  animation-play-state: paused;
}

.mini-testimonial-card {
  display: grid;
  width: 280px;
  min-height: 174px;
  align-content: space-between;
  gap: 10px;
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 30px rgba(13, 47, 31, 0.07);
}

.mini-testimonial-card p,
.featured-testimonial-card p {
  margin: 0;
  color: var(--green-950);
  font-weight: 800;
}

.mini-testimonial-card strong {
  color: var(--green-950);
  font-weight: 900;
}

.mini-testimonial-card small,
.testimonial-meta span {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 6px 10px;
  color: var(--green-950);
  background: var(--gold-soft);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
}

.testimonial-stars {
  color: var(--gold);
  font-size: 0.92rem;
  letter-spacing: 0.08em;
}

@keyframes testimonial-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.featured-testimonial-shell {
  padding: 24px;
  background:
    radial-gradient(circle at top left, rgba(24, 119, 242, 0.08), transparent 28%),
    radial-gradient(circle at bottom right, rgba(185, 139, 52, 0.12), transparent 32%),
    linear-gradient(135deg, var(--white), var(--off-white));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.social-carousel-subtitle {
  max-width: 690px;
  margin: 8px 0 0;
  color: var(--muted);
}

.privacy-note {
  display: inline-flex;
  margin-top: 10px;
  padding: 7px 10px;
  color: var(--green-850);
  background: rgba(237, 245, 239, 0.86);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
}

.featured-testimonial-track {
  grid-auto-columns: 88%;
}

.featured-testimonial-card {
  display: grid;
  min-height: 330px;
  align-content: space-between;
  gap: 18px;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 34px rgba(13, 47, 31, 0.08);
  scroll-snap-align: start;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.featured-testimonial-card:hover {
  transform: translateY(-3px);
  border-color: rgba(185, 139, 52, 0.42);
  box-shadow: var(--shadow);
}

.featured-testimonial-card h3 {
  margin: 0;
  color: var(--green-950);
}

.featured-testimonial-card p {
  font-size: 1.08rem;
  line-height: 1.65;
}

.social-comment-card {
  min-height: 355px;
  gap: 16px;
  align-content: stretch;
  padding: 0;
  overflow: hidden;
  background:
    linear-gradient(var(--white), var(--white)) padding-box,
    linear-gradient(135deg, rgba(24, 119, 242, 0.24), rgba(185, 139, 52, 0.16)) border-box;
  border: 1px solid transparent;
}

.social-comment-card:focus-visible {
  outline: 3px solid rgba(24, 119, 242, 0.28);
  outline-offset: 3px;
}

.social-comment-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 20px 20px 0;
}

.social-initials {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: var(--white);
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.22), transparent 30%),
    var(--green-850);
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(13, 47, 31, 0.14);
  font-weight: 900;
}

.social-comment-head strong,
.social-comment-head small {
  display: block;
}

.social-comment-head strong {
  color: var(--green-950);
}

.social-comment-head small {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.facebook-badge {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: var(--white);
  background: #1877f2;
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(24, 119, 242, 0.24);
  font-family: Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 900;
}

.social-comment-card > p {
  margin: 0;
  padding: 0 20px;
  color: var(--green-950);
  font-size: 1.02rem;
  font-weight: 750;
  line-height: 1.62;
}

.social-comment-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: auto 20px 0;
  padding-top: 14px;
  color: #6b7280;
  border-top: 1px solid #edf0ee;
  font-size: 0.84rem;
  font-weight: 800;
}

.social-comment-actions small {
  flex: 0 0 auto;
  color: #536471;
  font-weight: 900;
}

.social-comment-card .testimonial-meta {
  padding: 0 20px 20px;
}

.testimonial-meta {
  display: grid;
  gap: 10px;
}

.testimonial-meta strong {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 900;
}

.carousel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.carousel-top h3,
.quote-carousel h3 {
  margin: 0;
}

.carousel-controls {
  display: none;
  gap: 8px;
}

.carousel-controls button {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--green-950);
  background: var(--white);
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1;
}

.snap-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 88%;
  gap: 16px;
  overflow-x: auto;
  padding: 6px 2px 18px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.snap-track::-webkit-scrollbar {
  display: none;
}

.social-card,
.quote-track article {
  scroll-snap-align: start;
}

.proof-track figure {
  scroll-snap-align: center;
}

.social-card {
  display: flex;
  min-height: 315px;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  background:
    linear-gradient(var(--white), var(--white)) padding-box,
    linear-gradient(135deg, rgba(185, 139, 52, 0.55), rgba(47, 106, 73, 0.18)) border-box;
  border: 1px solid transparent;
}

.social-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.avatar {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: var(--white);
  background: var(--green-850);
  border-radius: 50%;
  font-weight: 900;
}

.social-head strong,
.social-head small {
  display: block;
}

.social-head small {
  color: var(--muted);
  font-size: 0.82rem;
}

.platform {
  display: grid;
  width: 30px;
  height: 30px;
  margin-left: auto;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  font-weight: 900;
}

.facebook {
  background: #1877f2;
}

.whatsapp {
  background: #1f8f54;
}

.messenger {
  background: #7360ff;
}

.social-card p {
  color: var(--green-950);
  font-size: 1.04rem;
  font-weight: 700;
}

.rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.rating span,
.quote-track small {
  color: var(--gold);
  letter-spacing: 0.06em;
}

.rating small {
  color: var(--muted);
  font-weight: 800;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 6px;
}

.carousel-dots span,
.carousel-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  background: #cfd8d0;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.carousel-dots span.is-active,
.carousel-dots button.is-active {
  background: var(--green-850);
}

.carousel-dots button:focus-visible {
  outline: 3px solid rgba(47, 106, 73, 0.24);
  outline-offset: 4px;
}

.proof-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.proof-gallery img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  object-position: top;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 30px rgba(13, 47, 31, 0.08);
}

.full-proof-carousel {
  padding: 22px;
  background: linear-gradient(135deg, var(--white), var(--off-white));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.full-proof-carousel .carousel-top {
  align-items: flex-end;
}

.full-proof-carousel .eyebrow {
  margin-bottom: 4px;
}

.proof-track {
  grid-auto-columns: 92%;
  gap: 18px;
  padding-bottom: 16px;
}

.proof-track figure {
  display: grid;
  min-height: 620px;
  place-items: center;
  margin: 0;
  padding: 16px;
  background:
    radial-gradient(circle at top, rgba(185, 139, 52, 0.16), transparent 28%),
    var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 38px rgba(13, 47, 31, 0.08);
}

.phone-mockup {
  position: relative;
  overflow: hidden;
  padding: 12px;
  background: #101714;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  box-shadow: 0 18px 48px rgba(13, 47, 31, 0.22);
}

.phone-mockup::before {
  position: absolute;
  top: 8px;
  left: 50%;
  z-index: 1;
  width: 76px;
  height: 7px;
  content: "";
  background: rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  transform: translateX(-50%);
}

.proof-track img {
  width: auto;
  max-width: 100%;
  max-height: 760px;
  object-fit: contain;
  border-radius: 20px;
}

.quote-track {
  grid-auto-columns: 72%;
}

.quote-track article {
  padding: 18px;
}

.quote-track span {
  color: var(--gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 3rem;
  line-height: 0.6;
}

.quote-track p {
  margin: 0 0 14px;
  color: var(--green-950);
  font-weight: 900;
}

.trust-block {
  display: grid;
  gap: 20px;
  margin-top: 32px;
  padding: 24px;
  background: linear-gradient(135deg, var(--white), var(--green-100));
}

.trust-block-parallax {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4vw, 44px);
  background:
    linear-gradient(90deg, rgba(13, 47, 31, 0.9), rgba(13, 47, 31, 0.64)),
    url("assets/parallax1.png") center / cover fixed;
  border-color: rgba(185, 139, 52, 0.28);
  box-shadow: var(--shadow-strong);
}

.trust-block-parallax h3,
.trust-block-parallax p,
.trust-block-parallax .eyebrow,
.trust-block-parallax .disclaimer {
  color: var(--white);
}

.trust-block-parallax .eyebrow {
  color: #e8ca82;
}

.trust-block h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  line-height: 1;
}

.disclaimer {
  margin-bottom: 0;
  font-size: 0.88rem;
}

.order-section {
  background: var(--white);
}

.stock-note {
  display: inline-flex;
  margin-top: 8px;
  padding: 10px 14px;
  color: var(--green-950);
  background: var(--gold-soft);
  border: 1px solid rgba(185, 139, 52, 0.28);
  border-radius: 999px;
  font-weight: 900;
}

.checkout-roadmap {
  margin: 0 0 28px;
}

.checkout-roadmap article {
  background: var(--green-950);
}

.package-card {
  position: relative;
  width: 100%;
  padding: 20px;
  cursor: pointer;
  text-align: left;
}

.package-card[data-package-id="three"] {
  border-color: rgba(185, 139, 52, 0.65);
  background:
    linear-gradient(var(--white), var(--white)) padding-box,
    linear-gradient(135deg, rgba(185, 139, 52, 0.8), rgba(47, 106, 73, 0.28)) border-box;
  box-shadow: var(--shadow);
}

.package-card.is-selected {
  border-color: var(--green-700);
  box-shadow: 0 0 0 3px rgba(47, 106, 73, 0.14);
}

.package-card h3 {
  margin-bottom: 6px;
}

.package-price {
  margin-bottom: 8px;
  color: var(--green-850);
  font-size: 1.8rem;
  font-weight: 900;
}

.package-card p {
  margin-bottom: 8px;
  color: var(--muted);
}

.package-shipping,
.package-size {
  display: block;
  color: var(--green-950);
  font-size: 0.9rem;
  font-weight: 800;
}

.package-badge {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 5px 9px;
  color: var(--green-950);
  background: var(--gold-soft);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.package-value {
  display: block;
  margin-top: 12px;
  padding-top: 12px;
  color: var(--green-850);
  border-top: 1px solid var(--line);
  font-size: 0.88rem;
  font-weight: 900;
}

.checkout-panel {
  position: sticky;
  top: 86px;
  align-self: start;
  padding: 20px;
  box-shadow: var(--shadow);
  border-color: rgba(185, 139, 52, 0.26);
}

.field {
  display: grid;
  gap: 8px;
  color: var(--green-950);
  font-weight: 900;
}

.field input {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  font: inherit;
}

.field input:focus {
  border-color: var(--green-700);
  outline: 3px solid rgba(47, 106, 73, 0.16);
}

.delivery-details {
  margin-top: 16px;
  background: var(--off-white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.delivery-details summary {
  position: relative;
  padding: 15px 46px 15px 16px;
  cursor: pointer;
  color: var(--green-950);
  font-weight: 900;
  list-style: none;
}

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

.delivery-details summary::after {
  position: absolute;
  top: 50%;
  right: 16px;
  color: var(--gold);
  content: "⌄";
  font-size: 1.1rem;
  transform: translateY(-50%);
  transition: transform 180ms ease;
}

.delivery-details[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
}

.delivery-panel {
  display: grid;
  gap: 14px;
  padding: 0 16px 16px;
  animation: accordion-open 220ms ease;
}

.delivery-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.form-message {
  min-height: 42px;
  margin: 14px 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.form-message.is-error {
  color: var(--danger);
  font-weight: 900;
}

.form-message.is-success {
  color: var(--green-850);
  font-weight: 900;
}

.summary {
  display: grid;
  gap: 12px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.summary div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.summary span {
  color: var(--muted);
}

.summary-total {
  color: var(--green-950);
  font-size: 1.18rem;
  font-weight: 900;
}

.checkout-note,
.panel-intro {
  font-size: 0.9rem;
}

.whatsapp-box {
  display: grid;
  gap: 20px;
  padding: 28px;
  background:
    linear-gradient(rgba(13, 47, 31, 0.86), rgba(13, 47, 31, 0.86)),
    url("assets/img/producto/productos2.png") center/cover;
}

.whatsapp-box h2,
.whatsapp-box p {
  color: var(--white);
}

.whatsapp-box .eyebrow {
  color: #e8ca82;
}

.faq-grid details {
  padding: 18px;
}

.faq-grid summary {
  cursor: pointer;
  color: var(--green-950);
  font-weight: 900;
}

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

.final-cta {
  background:
    linear-gradient(90deg, rgba(13, 47, 31, 0.92), rgba(13, 47, 31, 0.72)),
    url("assets/img/producto/productos2.png") center/cover;
}

.final-cta h2,
.final-cta p {
  color: var(--white);
}

.final-cta .eyebrow {
  color: #e8ca82;
}

.site-footer {
  padding: 28px 0;
  color: rgba(255, 255, 255, 0.82);
  background: var(--green-950);
}

.site-footer img {
  width: 158px;
  height: auto;
  background: var(--white);
  border-radius: var(--radius);
}

.site-footer p {
  margin: 0;
}

.mobile-cta-bar {
  position: fixed;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 30;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 18px 48px rgba(13, 47, 31, 0.22);
  backdrop-filter: blur(14px);
}

.mobile-cta-bar a {
  display: grid;
  min-height: 44px;
  place-items: center;
  border-radius: 999px;
  color: var(--white);
  background: var(--green-850);
  font-weight: 900;
  text-decoration: none;
}

.mobile-cta-bar a:last-child {
  background: #1f8f54;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 620ms ease,
    transform 620ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes product-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes pulse-glow {
  0%,
  100% {
    opacity: 0.62;
    transform: scale(0.96);
  }

  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

@media (min-width: 680px) {
  .hero-actions,
  .checkout-actions,
  .final-actions,
  .trust-actions,
  .section-cta {
    flex-direction: row;
  }

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

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

  .product-gallery {
    grid-template-columns: 1.25fr 0.75fr 0.75fr;
  }

  .product-benefit-grid {
    grid-template-columns: 1.05fr 0.95fr;
  }

  .product-gallery .gallery-large {
    grid-row: span 2;
    min-height: 540px;
  }

  .product-gallery .gallery-large img {
    min-height: 540px;
  }

  .quote-track {
    grid-auto-columns: 34%;
  }

  .proof-track {
    grid-auto-columns: 72%;
  }

  .featured-testimonial-track {
    grid-auto-columns: 48%;
  }

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

@media (min-width: 920px) {
  .header-nav {
    display: flex;
  }

  .section,
  .section-band {
    padding: 92px 0;
  }

  .hero-grid,
  .split-section,
  .product-grid,
  .ingredient-grid,
  .video-grid,
  .order-grid,
  .final-grid {
    grid-template-columns: 1.02fr 0.98fr;
    align-items: center;
  }

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

  .snap-track {
    grid-auto-columns: calc((100% - 32px) / 3);
  }

  .featured-testimonial-track {
    grid-auto-columns: calc((100% - 32px) / 3);
  }

  .carousel-controls {
    display: flex;
  }

  .trust-block,
  .whatsapp-box,
  .footer-grid {
    grid-template-columns: 1fr auto;
    align-items: center;
  }

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

@media (max-width: 919px) {
  body,
  .section,
  .section-band,
  .problem-section,
  .visual-proof-section,
  .ingredient-section,
  .formula-copy-section,
  .usage-section,
  .video-section,
  .testimonials-section,
  .order-section,
  .faq-section {
    background-color: var(--white);
  }

  .formula-cinematic {
    min-height: 85vh;
  }

  .formula-cinematic video {
    object-position: center center;
  }

  .trust-block-parallax {
    background:
      linear-gradient(90deg, rgba(13, 47, 31, 0.9), rgba(13, 47, 31, 0.66)),
      url("assets/parallax1.png") center / cover;
  }
}

@media (max-width: 520px) {
  .brand img {
    width: 126px;
  }

  .site-header {
    gap: 10px;
  }

  .header-whatsapp {
    font-size: 0.86rem;
  }

  .hero-media {
    min-height: 390px;
  }

  .checkout-panel {
    position: static;
  }

  .proof-gallery img {
    height: 160px;
  }

  .full-proof-carousel {
    padding: 16px;
  }

  .testimonial-marquee::before,
  .testimonial-marquee::after {
    width: 38px;
  }

  .mini-testimonial-card {
    width: 245px;
  }

  .featured-testimonial-shell {
    padding: 16px;
  }

  .social-comment-card {
    min-height: 365px;
  }

  .social-comment-head {
    padding: 18px 18px 0;
  }

  .social-comment-card > p {
    padding: 0 18px;
    font-size: 0.98rem;
  }

  .social-comment-actions {
    margin-right: 18px;
    margin-left: 18px;
    flex-direction: column;
    gap: 6px;
  }

  .social-comment-card .testimonial-meta {
    padding: 0 18px 18px;
  }

  .proof-track figure {
    min-height: 520px;
    padding: 10px;
  }

  .proof-track img {
    max-height: 610px;
  }

  .video-frame video {
    max-height: 520px;
  }

  body {
    padding-bottom: 76px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .formula-cinematic {
    min-height: 85vh;
  }

  .formula-copy-panel {
    opacity: 1;
    transform: none;
  }
}
