: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));
}

.top-frame-section {
  position: relative;
  height: 340vh;
  min-height: 2300px;
  background: var(--white);
}

.top-frame-sticky {
  position: sticky;
  top: 0;
  display: grid;
  width: 100%;
  height: 100vh;
  height: 100svh;
  margin: 0;
  place-items: center;
  overflow: hidden;
  background: var(--white);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.top-frame-poster,
.top-frame-canvas {
  grid-area: 1 / 1;
  width: min(90vw, 1080px);
  height: auto;
  max-height: 82svh;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center;
}

.top-frame-canvas {
  display: block;
}

.top-frame-section.has-scroll-frames .top-frame-poster {
  opacity: 0;
}

@media (max-width: 679px) {
  .top-frame-section {
    height: 260vh;
    min-height: 1500px;
  }

  .top-frame-poster,
  .top-frame-canvas {
    width: 94vw;
    max-height: 62svh;
  }
}

main > .section:nth-of-type(odd),
main > .section-band:nth-of-type(odd) {
  background-color: rgba(13, 47, 31, 0.055);
}

main > .section:nth-of-type(even),
main > .section-band:nth-of-type(even) {
  background-color: var(--white);
}

.problem-section,
.formula-copy-section,
.usage-section,
.testimonials-section,
.whatsapp-section {
  background:
    radial-gradient(circle at 84% 18%, rgba(185, 139, 52, 0.08), transparent 24%),
    rgba(13, 47, 31, 0.055);
}

.problem-section.problem-parallax {
  position: relative;
  background:
    linear-gradient(rgba(7, 31, 20, 0.7), rgba(7, 31, 20, 0.78)),
    image-set(url("assets/optimized/parallax1.webp") type("image/webp"), url("assets/parallax1.png") type("image/png")) center / cover fixed;
}

.problem-parallax .split-section > div:first-child,
.problem-parallax .section-cta {
  position: relative;
  z-index: 1;
}

.problem-parallax .split-section > div:first-child h2,
.problem-parallax .split-section > div:first-child > p:last-child,
.problem-parallax .benefits-helper {
  color: var(--white);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

.problem-parallax .eyebrow {
  color: var(--gold-soft);
}

.problem-parallax .pain-grid article {
  color: var(--green-950);
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 36px rgba(4, 20, 13, 0.2);
  backdrop-filter: blur(8px);
}

@media (max-width: 767px) {
  .problem-section.problem-parallax {
    background:
      linear-gradient(rgba(7, 31, 20, 0.72), rgba(7, 31, 20, 0.8)),
      image-set(url("assets/optimized/parallax1.webp") type("image/webp"), url("assets/parallax1.png") type("image/png")) center / cover no-repeat;
  }
}

.product-section,
.benefits-section,
.video-section,
.order-section,
.faq-section,
.final-cta {
  background-color: var(--white);
}

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

.hero-cover-image {
  position: relative;
  min-height: clamp(360px, 66vw, 760px);
  background: image-set(url("assets/optimized/fondo_portada.webp") type("image/webp"), url("assets/fondo_portada.png") type("image/png")) center bottom / cover no-repeat;
}

.hero-cover-image::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 9%;
  background: linear-gradient(180deg, rgba(6, 17, 10, 0), rgba(6, 17, 10, 0.58) 76%, #06110a 100%);
  content: "";
  pointer-events: none;
}

.hero-title-section {
  display: grid;
  min-height: clamp(430px, 70vh, 640px);
  align-items: start;
  justify-items: center;
  padding: clamp(56px, 9vw, 108px) 0 clamp(62px, 9vw, 98px);
  background:
    radial-gradient(circle at 50% 30%, rgba(47, 106, 73, 0.32), transparent 38%),
    linear-gradient(180deg, rgba(6, 17, 10, 0.9) 0%, rgba(7, 25, 14, 0.88) 100%);
  text-align: center;
}

.hero-title-inner {
  display: grid;
  justify-items: center;
  margin-top: 0;
}

.hero-title-section .eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.hero-title-section h1 {
  max-width: min(980px, 100%);
  margin-bottom: 24px;
  color: var(--white);
  font-size: clamp(2rem, 7.5vw, 6.2rem);
  line-height: 0.92;
}

.hero-title-section h1 span {
  display: block;
  white-space: nowrap;
}

.hero-title-section .hero-subtitle {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1.1rem, 2.4vw, 1.45rem);
}

.hero-title-section .hero-actions {
  align-items: center;
  margin-top: 22px;
}

.hero-title-section .button-primary {
  color: var(--green-950);
  background: linear-gradient(135deg, #e8ca82, var(--gold));
  box-shadow: 0 18px 44px rgba(185, 139, 52, 0.22);
}

.hero-detail-section {
  padding: clamp(58px, 8vw, 92px) 0;
  background: var(--white);
}

.hero-grid,
.hero-detail-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;
}

.hero-copy .hero-text {
  font-size: clamp(1.18rem, 1.75vw, 1.38rem);
  line-height: 1.68;
}

.hero-detail-grid.hero-social-layout {
  grid-template-columns: minmax(0, 1fr);
}

.hero-social-layout .hero-copy {
  width: min(100%, 1060px);
  margin: 0 auto;
  text-align: center;
}

.hero-copy .hero-main-title {
  margin-bottom: 20px;
  color: var(--green-950);
  font-size: clamp(2.15rem, 4.5vw, 4.15rem);
  line-height: 1.02;
}

.hero-social-layout .brand-slogans {
  margin-right: auto;
  margin-left: auto;
}

.hero-social-layout > .section-heading {
  margin-top: clamp(38px, 6vw, 68px);
}

.hero-social-layout > .conversion-path {
  width: 100vw;
  margin-top: clamp(34px, 5vw, 58px);
  margin-left: calc(50% - 50vw);
}

.hero-social-layout > .testimonial-marquee {
  width: 100%;
}

.testimonials-section .featured-testimonial-shell:first-child {
  margin-top: 0;
}

.hero-copy .note {
  margin-top: 10px;
  font-size: clamp(0.8rem, 1vw, 0.9rem);
  line-height: 1.5;
}

.juarez-banner {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 5vw, 58px) 0;
  background:
    radial-gradient(circle at 88% 12%, rgba(201, 165, 82, 0.16), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f7f3e9 100%);
  border-top: 1px solid rgba(44, 74, 36, 0.1);
  border-bottom: 1px solid rgba(44, 74, 36, 0.1);
}

.juarez-banner-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
  animation: fade-up 650ms ease both;
}

.juarez-banner-copy {
  max-width: 610px;
}

.juarez-banner-copy .eyebrow {
  margin-bottom: 12px;
  color: #2c4a24;
  letter-spacing: 0.13em;
}

.juarez-banner-copy h2 {
  margin: 0;
  color: #2c4a24;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.45rem, 5vw, 4.7rem);
  line-height: 0.95;
}

.juarez-gold-line {
  display: block;
  width: min(180px, 42vw);
  height: 1px;
  margin: clamp(18px, 3vw, 24px) 0;
  background: linear-gradient(90deg, #c9a552, rgba(201, 165, 82, 0));
}

.juarez-banner-copy p {
  max-width: 560px;
  margin: 0;
  color: #334239;
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  line-height: 1.72;
}

.juarez-banner-copy small {
  display: block;
  margin-top: 16px;
  color: rgba(44, 74, 36, 0.78);
  font-size: 0.88rem;
  font-weight: 800;
}

.juarez-banner-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(44, 74, 36, 0.12);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(44, 74, 36, 0.16);
}

.juarez-banner-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transform: scale(1.01);
}

.juarez-banner-media picture {
  display: block;
}

.conversion-path {
  padding: 22px 0;
  background:
    linear-gradient(rgba(13, 47, 31, 0.88), rgba(13, 47, 31, 0.88)),
    var(--white);
  backdrop-filter: blur(8px);
}

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

.path-grid article,
.checkout-roadmap article {
  padding: 16px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  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: #ffffff;
  font-weight: 900;
}

.path-grid p,
.checkout-roadmap p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.88);
  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: 600px;
  margin: 18px 0 10px;
  padding: 12px 14px;
  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: clamp(1.35rem, 2.4vw, 1.8rem);
  font-weight: 700;
  line-height: 1.12;
}

.brand-slogans strong {
  color: var(--gold);
  font-size: clamp(1.18rem, 1.95vw, 1.42rem);
}

.brand-slogan-title {
  padding: clamp(34px, 5vw, 58px) 0;
  background: var(--white);
  text-align: center;
}

.brand-slogan-title h2 {
  max-width: 900px;
  margin: 0 auto;
  color: var(--gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.15rem, 5vw, 3.8rem);
  font-weight: 700;
  line-height: 1.05;
}

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

.benefits-helper {
  width: 100%;
  margin: 0;
  color: var(--green-850);
  font-size: clamp(1.05rem, 2.5vw, 1.32rem);
  font-weight: 900;
  text-align: 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(275px, 74vw);
  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.84rem;
  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;
}

.problem-section .pain-grid article strong {
  display: block;
  margin-bottom: 7px;
}

.problem-section .split-section {
  grid-template-columns: 1fr;
}

.problem-section .split-section > div:first-child {
  width: min(100%, 820px);
  margin: 0 auto;
  text-align: center;
}

.problem-section .split-section > div:first-child h2 {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.problem-section .split-section > div:first-child > p:last-child {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.problem-section .pain-grid article p {
  margin: 0;
  color: var(--muted);
  font-weight: 500;
  line-height: 1.55;
}

.problem-section .section-cta .button {
  white-space: nowrap;
}

.problem-section .section-cta {
  flex-direction: column;
  grid-column: 1 / -1;
  align-items: center;
}

.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-section .product-photo-frame {
  min-height: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.product-section .product-photo-frame:hover {
  transform: none;
  box-shadow: none;
}

.product-section .product-photo-frame img {
  width: min(100%, 560px);
  max-height: none;
}

.merged-benefits-copy {
  align-self: center;
}

.merged-benefits {
  margin-top: 22px;
}

.benefits-hero-panel {
  position: relative;
  display: grid;
  min-height: clamp(620px, 72vh, 780px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 58%, rgba(8, 31, 20, 0.08) 100%),
    image-set(url("assets/optimized/portada2.webp") type("image/webp"), url("assets/portada2.png") type("image/png")) left center / cover no-repeat;
  border-radius: 24px;
  box-shadow: var(--shadow-strong);
}

.benefits-hero-panel .merged-benefits-copy {
  justify-self: end;
  align-self: center;
  width: min(470px, calc(100% - 28px));
  margin: clamp(18px, 4vw, 44px);
  padding: clamp(20px, 3.4vw, 34px);
  color: var(--white);
  background: rgba(7, 31, 20, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  box-shadow: 0 24px 64px rgba(7, 31, 20, 0.26);
  backdrop-filter: blur(14px);
}

.benefits-hero-panel h2 {
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3.35rem);
}

.benefits-hero-panel .merged-benefits {
  grid-template-columns: 1fr;
}

.benefits-hero-panel .benefit-cards article {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.14);
}

.benefits-hero-panel .section-cta {
  margin-top: 18px;
}

.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-copy-section {
  background:
    radial-gradient(circle at 85% 16%, rgba(185, 139, 52, 0.12), transparent 24%),
    var(--off-white);
  padding-top: 0;
}

.formula-copy-section > .container {
  width: 100%;
  max-width: none;
}

.formula-animation {
  position: relative;
  width: min(100%, 1280px);
  min-height: auto;
  margin: 0 auto clamp(26px, 5vw, 48px);
  padding: 0;
  overflow: hidden;
  background: var(--green-950);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transform: translateY(0) scale(1);
  opacity: 1;
  transition:
    opacity 700ms ease,
    transform 700ms ease,
    box-shadow 700ms ease;
}

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

.formula-animation-section .formula-animation {
  margin-bottom: 0;
}

.formula-animation::before {
  position: absolute;
  inset: -28%;
  z-index: 0;
  background:
    radial-gradient(circle at 50% 45%, rgba(185, 139, 52, 0.32), transparent 34%),
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.16), transparent 22%);
  content: "";
  pointer-events: none;
}

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

.formula-animation.is-playing {
  box-shadow: 0 42px 120px rgba(13, 47, 31, 0.28);
}

.formula-animation-canvas {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  max-height: min(76vh, 720px);
  object-fit: contain;
  object-position: center center;
  background: var(--green-950);
  border-radius: 0;
}

.formula-animation-poster {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: var(--green-950);
  border-radius: 0;
}

.formula-animation-canvas {
  display: block;
}

.formula-animation.has-frame-animation .formula-animation-poster {
  display: none;
}

.formula-copy-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  width: min(1180px, calc(100% - 32px));
  min-height: clamp(560px, 78vh, 820px);
  margin: 0 auto;
  padding: clamp(28px, 7vw, 72px);
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(6, 26, 17, 0.9) 0%, rgba(13, 47, 31, 0.74) 44%, rgba(13, 47, 31, 0.14) 100%),
    image-set(url("assets/optimized/portada1.webp") type("image/webp"), url("assets/portada1.png") type("image/png")) center / cover;
  border: 1px solid rgba(185, 139, 52, 0.24);
  border-radius: 24px;
  box-shadow: var(--shadow-strong);
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 760ms ease,
    transform 760ms ease;
}

.formula-copy-panel > * {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 560px;
}

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

.formula-copy-panel > p {
  color: rgba(255, 255, 255, 0.84);
}

.formula-copy-panel h2,
.formula-copy-panel .eyebrow {
  color: var(--white);
}

.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(--white);
  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;
}

.usage-section .steps span {
  background: linear-gradient(135deg, #ead8ad, #c9a552);
  border: 1px solid rgba(185, 139, 52, 0.5);
  box-shadow: 0 6px 16px rgba(185, 139, 52, 0.18);
}

.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 {
  position: relative;
  overflow: hidden;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(248, 249, 246, 0.82)),
    image-set(url("assets/optimized/portada1.webp") type("image/webp"), url("assets/portada1.png") type("image/png")) center / cover fixed;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.featured-testimonial-shell::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at top left, rgba(24, 119, 242, 0.12), transparent 30%),
    radial-gradient(circle at bottom right, rgba(185, 139, 52, 0.18), transparent 36%);
  content: "";
  pointer-events: none;
}

.featured-testimonial-shell > * {
  position: relative;
  z-index: 1;
}

.facebook-section-slogan {
  margin: 0 0 clamp(24px, 4vw, 40px);
  color: var(--green-dark);
  font-size: clamp(2rem, 4.4vw, 3.8rem);
  line-height: 1.08;
  text-align: center;
  text-wrap: balance;
}

.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: 390px;
  gap: 16px;
  align-content: stretch;
  padding: 14px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e6e9ed;
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(13, 47, 31, 0.08);
}

.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: 2px 2px 0;
}

.social-initials {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--white);
  background: linear-gradient(135deg, #dfe7f3, #bfc9d8);
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.88);
  color: #24405f;
  font-weight: 900;
}

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

.social-comment-head strong {
  color: #1d2129;
  font-size: 0.96rem;
}

.social-comment-head small {
  color: #65676b;
  font-size: 0.78rem;
  font-weight: 700;
}

.facebook-badge {
  display: grid;
  width: 28px;
  height: 28px;
  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;
}

.whatsapp-badge {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: var(--white);
  background: #25d366;
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(37, 211, 102, 0.24);
  font-family: Arial, sans-serif;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.instagram-badge {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(193, 53, 132, 0.22);
}

.instagram-badge img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.social-comment-card > p {
  position: relative;
  margin: 0;
  padding: 15px 17px;
  color: #1d2129;
  background: #f0f2f5;
  border-radius: 18px;
  font-size: 0.98rem;
  font-weight: 650;
  line-height: 1.56;
}

.social-comment-card > p::after {
  position: absolute;
  right: 16px;
  bottom: -13px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  background: var(--white);
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(29, 33, 41, 0.16);
  content: "❤️";
  font-size: 0.82rem;
}

.social-comment-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: auto 4px 0;
  padding-top: 10px;
  color: #65676b;
  border-top: 1px solid #edf0ee;
  font-size: 0.8rem;
  font-weight: 800;
}

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

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

.real-cases-disclosure {
  margin: 28px 0;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(13, 47, 31, 0.035), rgba(185, 139, 52, 0.06)),
    var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(13, 47, 31, 0.07);
}

.real-cases-disclosure summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  cursor: pointer;
  color: var(--green-950);
  font-weight: 900;
  list-style: none;
}

.real-cases-disclosure summary::-webkit-details-marker {
  display: none;
}

.real-cases-disclosure summary::after {
  color: var(--gold);
  content: "⌄";
  font-size: 1.1rem;
  transition: transform 180ms ease;
}

.real-cases-disclosure[open] summary::after {
  transform: rotate(180deg);
}

.real-cases-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: var(--case-card-height);
  gap: 18px;
  margin-top: 18px;
  animation: accordion-open 220ms ease;
  align-items: stretch;
  --case-card-height: clamp(500px, 48vw, 640px);
}

.real-case-card {
  position: relative;
  display: grid;
  height: 100%;
  max-height: var(--case-card-height);
  padding: 14px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(13, 47, 31, 0.1);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(13, 47, 31, 0.08);
}

.real-case-card span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 5px 10px;
  color: var(--green-950);
  background: var(--gold-soft);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.real-case-card img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 0;
  object-fit: cover;
  background: #f7f8f6;
  border-radius: 14px;
}

.real-case-split {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
}

.real-case-panel {
  position: relative;
  display: grid;
  min-height: 0;
  overflow: hidden;
  border-radius: 14px;
}

.real-case-panel span {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  margin: 0;
  box-shadow: 0 10px 18px rgba(13, 47, 31, 0.12);
}

.real-case-combined {
  grid-template-rows: minmax(0, 1fr);
}

.real-case-combined img {
  min-height: 100%;
}

.real-case-growth {
  padding-bottom: 46px;
}

.real-case-growth small {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 2;
  display: block;
  padding: 9px 12px;
  color: var(--green-950);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(185, 139, 52, 0.24);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(13, 47, 31, 0.1);
  font-size: 0.78rem;
  font-weight: 900;
  text-align: center;
}

.case-label {
  position: absolute;
  z-index: 2;
  right: 24px;
  margin: 0;
  box-shadow: 0 12px 22px rgba(13, 47, 31, 0.14);
}

.case-label-top {
  top: 24px;
}

.case-label-bottom {
  bottom: 24px;
}

.real-cases-note {
  max-width: 760px;
  margin: 14px auto 0;
  color: var(--muted);
  font-size: 0.84rem;
  text-align: center;
}

.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)),
    image-set(url("assets/optimized/parallax1.webp") type("image/webp"), url("assets/parallax1.png") type("image/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;
}

.order-preview-grid {
  display: grid;
  gap: clamp(18px, 4vw, 42px);
  margin-bottom: 24px;
  align-items: center;
}

.order-product-visual {
  position: relative;
  display: grid;
  min-height: 430px;
  place-items: center;
}

.order-product-visual::before {
  position: absolute;
  width: min(92%, 500px);
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(185, 139, 52, 0.2), rgba(47, 106, 73, 0.1), transparent 70%);
  content: "";
  filter: blur(8px);
}

.order-product-visual img {
  position: relative;
  z-index: 1;
  width: min(92%, 470px);
  height: auto;
  filter: drop-shadow(0 32px 48px rgba(13, 47, 31, 0.18));
}

.order-product-visual picture {
  display: contents;
}

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

.order-section .checkout-roadmap {
  align-content: center;
  gap: 16px;
  margin-bottom: 0;
  padding-right: 0;
}

.order-section .checkout-roadmap article {
  width: 100%;
  box-shadow: 0 14px 34px rgba(13, 47, 31, 0.1);
}

.order-section .checkout-roadmap span {
  background: linear-gradient(135deg, #ead8ad, #c9a552);
  border: 1px solid rgba(185, 139, 52, 0.5);
  box-shadow: 0 6px 16px rgba(185, 139, 52, 0.18);
}

.order-section .checkout-roadmap article:nth-child(1) {
  background: linear-gradient(135deg, #2f5f43, #234b36);
}

.order-section .checkout-roadmap article:nth-child(2) {
  background: linear-gradient(135deg, #28563d, #1f432f);
}

.order-section .checkout-roadmap article:nth-child(3) {
  background: linear-gradient(135deg, #214b35, #183727);
}

.order-section .checkout-roadmap article:nth-child(4) {
  background: linear-gradient(135deg, #183d2b, #0f2e20);
}

.buy-location-disclosure {
  max-width: 980px;
  margin: 0 auto 18px;
}

.buy-location-disclosure summary {
  display: grid;
  width: min(100%, 360px);
  min-height: 64px;
  margin: 0 auto;
  padding: 18px 28px;
  place-items: center;
  color: #0f2e20;
  background: #c49a3a;
  border: 0;
  border-radius: var(--radius);
  box-shadow: 0 18px 42px rgba(196, 154, 58, 0.28);
  cursor: pointer;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-align: center;
  transition:
    background-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.buy-location-disclosure summary::-webkit-details-marker {
  display: none;
}

.buy-location-disclosure summary::marker {
  content: "";
}

.buy-location-disclosure summary:hover {
  background: #b88924;
  box-shadow: 0 22px 50px rgba(184, 137, 36, 0.3);
  transform: translateY(-2px);
}

.buy-location-disclosure[open] summary {
  margin-bottom: 18px;
}

.location-selector {
  display: grid;
  gap: 14px;
  margin: 0 auto;
  max-width: 980px;
}

.location-option {
  min-height: 58px;
  padding: 16px 20px;
  color: var(--green-950);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 34px rgba(13, 47, 31, 0.08);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.location-option:hover,
.location-option.is-selected {
  border-color: var(--green-700);
  box-shadow: 0 0 0 3px rgba(47, 106, 73, 0.14), var(--shadow);
  transform: translateY(-2px);
}

.ingredients-image-section {
  padding: clamp(34px, 5vw, 64px) 0;
  background: var(--white);
}

.ingredients-image-section picture,
.ingredients-image-section img {
  display: block;
}

.ingredients-image-section img {
  width: min(100%, 800px);
  height: auto;
  margin: 0 auto;
  border-radius: var(--radius);
  box-shadow: 0 22px 64px rgba(13, 47, 31, 0.12);
}

.ingredient-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(28px, 4vw, 44px);
}

.ingredient-card-grid article {
  padding: clamp(18px, 2.4vw, 24px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 34px rgba(13, 47, 31, 0.06);
}

.ingredient-card-grid span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.ingredient-card-grid h3 {
  margin: 0 0 6px;
  color: var(--green-950);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  line-height: 1;
}

.ingredient-card-grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--green-850);
  font-size: 0.94rem;
  font-weight: 900;
}

.ingredient-card-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.62;
}

.centered-message {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

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

.package-card[data-package-id="paquete"],
.package-card[data-package-id="duo"] {
  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;
}

.selected-package-preview {
  display: grid;
  justify-items: center;
  gap: 10px;
  margin: 0 0 22px;
  padding: 16px;
  background: var(--off-white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.selected-package-preview[hidden] {
  display: none;
}

.selected-package-preview img {
  display: block;
  width: min(100%, 360px);
  height: auto;
  max-height: 460px;
  object-fit: contain;
  border-radius: var(--radius);
}

.selected-package-preview figcaption {
  color: var(--green-950);
  font-size: 0.95rem;
  font-weight: 900;
  text-align: center;
}

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

.package-offer {
  display: inline-flex;
  margin: 0 0 10px;
  padding: 5px 10px;
  color: var(--green-950);
  background: var(--gold-soft);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 900;
}

.package-breakdown {
  display: grid;
  gap: 4px;
  margin: 10px 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.package-total {
  display: block;
  margin: 10px 0;
  color: var(--green-950);
  font-size: 1.05rem;
  font-weight: 900;
}

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

.form-message strong {
  color: var(--green-850);
  font-weight: 800;
}

.delivery-cost-nowrap {
  white-space: normal;
}

.order-section #formMessage {
  display: block;
  max-width: 1120px;
  min-height: 0;
  margin: 16px auto 20px;
  padding-inline: 8px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

@media (max-width: 767px) {
  .order-section #formMessage {
    width: 100%;
    font-size: 0.95rem;
    text-align: center;
    white-space: normal;
  }

  .order-section .order-preview-grid,
  .order-section .checkout-roadmap article,
  .order-section .location-option,
  .order-section .package-card,
  .order-section .selected-package-preview,
  .order-section .payment-ready-message,
  .order-section .payment-trust {
    text-align: center;
  }

  .order-section .checkout-roadmap article span,
  .order-section .package-badge {
    margin-right: auto;
    margin-left: auto;
  }

  .order-section .package-badge {
    display: flex;
    width: max-content;
  }

  .order-section .checkout-actions {
    align-items: center;
  }

  .order-section .checkout-actions .button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .order-section #formMessage {
    white-space: nowrap;
  }
}

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

.order-form-panel {
  position: static;
  margin-top: 24px;
}

.order-form {
  display: grid;
  gap: 14px;
  margin: 18px 0;
}

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

.field input[readonly] {
  color: var(--green-950);
  background: var(--green-100);
  font-weight: 800;
}

.legal-acceptance {
  display: flex;
  flex: 1 1 260px;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  color: var(--muted);
  background: var(--off-white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.45;
}

.legal-acceptance input {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
  accent-color: var(--green-850);
}

.legal-acceptance a {
  color: var(--green-850);
  font-weight: 900;
}

.privacy-consent-row {
  display: flex;
  align-items: stretch;
  gap: 10px;
}

.privacy-read-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 76px;
  padding: 12px 16px;
  color: var(--green-850);
  background: var(--white);
  border: 1px solid var(--green-300);
  border-radius: var(--radius);
  font-size: 0.88rem;
  font-weight: 900;
  text-decoration: none;
}

.privacy-read-link:hover {
  color: var(--white);
  background: var(--green-850);
  border-color: var(--green-850);
}

.order-submit-status {
  min-height: 1.35em;
  margin: -4px 0 0;
  color: var(--green-700);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.order-submit-status:empty {
  min-height: 0;
  margin: 0;
}

.order-submit-status.is-error {
  color: #8b2f2f;
}

.order-submit-status.is-success {
  color: var(--green-700);
}

.form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.payment-reveal {
  display: grid;
  gap: 16px;
  margin-top: 18px;
  padding: 18px;
  background: rgba(238, 246, 240, 0.88);
  border: 1px solid rgba(47, 106, 73, 0.28);
  border-radius: var(--radius);
}

.payment-reveal[hidden] {
  display: none;
}

.payment-ready-message {
  display: grid;
  gap: 5px;
  text-align: center;
}

.payment-ready-message span {
  color: var(--green-700);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.payment-ready-message strong {
  color: var(--green-950);
  font-size: 1.12rem;
}

.payment-ready-message p,
.payment-test-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.payment-trust {
  display: grid;
  justify-items: center;
  gap: 9px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  text-align: center;
}

.payment-trust[hidden] {
  display: none;
}

.payment-trust > p,
.payment-trust > small {
  margin: 0;
}

.payment-trust > p {
  color: var(--green-950);
  font-size: 0.78rem;
  font-weight: 800;
}

.payment-trust > small {
  color: var(--muted);
  font-size: 0.74rem;
}

.payment-trust-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
}

.payment-mercado-logo {
  display: grid;
  place-items: center;
  width: 190px;
}

.payment-mercado-logo img {
  display: block;
  width: 190px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.payment-card-brands {
  width: min(140px, 38vw);
  height: auto;
  object-fit: contain;
}

.payment-brand-divider {
  width: 1px;
  height: 34px;
  background: var(--line);
}

.payment-methods-preview {
  display: grid;
  justify-items: center;
  gap: 5px;
  margin: 20px auto 12px;
  color: var(--muted);
  text-align: center;
}

.payment-methods-preview > span {
  font-size: 0.72rem;
  font-weight: 700;
}

.payment-methods-preview-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.payment-preview-mercado-logo {
  display: grid;
  place-items: center;
  width: 128px;
}

.payment-preview-mercado-logo img {
  display: block;
  width: 128px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.payment-preview-card-brands {
  width: 92px;
  height: auto;
  object-fit: contain;
}

.payment-preview-divider {
  width: 1px;
  height: 25px;
  background: var(--line);
}

.payment-test-note {
  text-align: center;
}

.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)),
    image-set(url("assets/optimized/productos2.webp") type("image/webp"), url("assets/img/productos2.png") type("image/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)),
    image-set(url("assets/optimized/productos2.webp") type("image/webp"), url("assets/img/productos2.png") type("image/png")) center/cover;
}

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

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

.legal-notice-section {
  position: relative;
  padding: clamp(54px, 8vw, 86px) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(185, 139, 52, 0.1), transparent 26%),
    linear-gradient(135deg, var(--white), rgba(237, 245, 239, 0.88));
}

.legal-notice-card {
  position: relative;
  z-index: 2;
  display: grid;
  gap: clamp(22px, 4vw, 44px);
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(20px, 4vw, 34px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(247, 249, 246, 0.9)),
    rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(13, 47, 31, 0.1);
  border-radius: var(--radius);
  box-shadow: 0 18px 46px rgba(13, 47, 31, 0.08);
}

.legal-media-panel {
  position: relative;
  overflow: hidden;
  background: #071f14;
  border: 1px solid rgba(185, 139, 52, 0.22);
  border-radius: 22px;
  box-shadow: 0 24px 58px rgba(13, 47, 31, 0.18);
}

.legal-media-panel video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.legal-copy-panel {
  min-width: 0;
}

.legal-notice-heading {
  display: grid;
  justify-items: center;
  max-width: 700px;
  margin: 0 auto 22px;
  text-align: center;
}

.legal-notice-heading > div {
  width: 100%;
  text-align: center;
}

.legal-notice-heading > span {
  display: grid;
  width: 34px;
  height: 34px;
  margin-bottom: 10px;
  place-items: center;
  color: var(--green-950);
  background: var(--gold-soft);
  border: 1px solid rgba(185, 139, 52, 0.28);
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 900;
}

.legal-notice-card .eyebrow {
  margin-bottom: 4px;
  font-size: 0.68rem;
}

.legal-notice-card h2 {
  max-width: 620px;
  margin: 0 auto;
  font-size: clamp(1.2rem, 2.3vw, 1.72rem);
}

.legal-notice-heading p:not(.eyebrow) {
  max-width: 620px;
  margin: 10px auto 0;
  color: rgba(37, 47, 42, 0.68);
  font-size: 0.82rem;
  line-height: 1.58;
}

.legal-notice-grid {
  display: grid;
  gap: 14px;
}

.legal-notice-grid article {
  position: relative;
  padding: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.legal-notice-grid article::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(185, 139, 52, 0.55), rgba(47, 106, 73, 0.42));
  content: "";
}

.legal-card-kicker {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.legal-notice-grid h3 {
  margin-bottom: 7px;
  color: var(--green-950);
  font-size: 0.92rem;
}

.legal-notice-grid p {
  margin: 0;
  color: rgba(37, 47, 42, 0.78);
  font-size: 0.78rem;
  line-height: 1.62;
}

.legal-important {
  background:
    linear-gradient(135deg, rgba(13, 47, 31, 0.04), rgba(185, 139, 52, 0.05)),
    rgba(255, 255, 255, 0.82);
  border-color: rgba(185, 139, 52, 0.24);
}

.legal-important a {
  display: inline-flex;
  margin-top: 10px;
  color: var(--green-850);
  font-size: 0.78rem;
  font-weight: 900;
  text-decoration: none;
}

.site-footer {
  padding: 34px 0 24px;
  color: rgba(255, 255, 255, 0.9);
  background:
    linear-gradient(180deg, rgba(13, 47, 31, 0.9), rgba(13, 47, 31, 0.82)),
    rgba(13, 47, 31, 0.82);
  text-align: center;
}

.site-footer > .container > img {
  justify-self: center;
  width: 150px;
  height: auto;
  background: var(--white);
  border-radius: var(--radius);
}

.site-footer p {
  margin: 0;
}

.footer-disclaimer {
  display: grid;
  gap: 4px;
  max-width: 980px;
  margin-inline: auto;
  text-align: center;
  line-height: 1.45;
}

.footer-content {
  display: grid;
  justify-items: center;
  gap: 15px;
  font-size: 1.04rem;
}

.footer-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
}

.footer-contact a {
  color: rgba(255, 255, 255, 0.96);
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
}

.footer-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.footer-socials a {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  overflow: visible;
  transition:
    transform 160ms ease,
    filter 160ms ease;
}

.footer-socials a:hover {
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.2));
  transform: translateY(-2px) scale(1.04);
}

.footer-socials img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: none;
}

.footer-social-fallback {
  color: var(--white);
  font-family: Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 14px;
  margin-top: 10px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--gold);
}

.site-credit {
  margin: 22px auto 0;
  padding: 16px 18px 0;
  color: rgba(255, 255, 255, 0.68);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.88rem;
  text-align: center;
}

.site-credit a {
  color: #8fffd1;
  font-weight: 900;
  text-decoration: none;
}

.legal-page {
  background: var(--white);
}

.legal-page-main {
  padding: 112px 0 58px;
  background:
    radial-gradient(circle at 88% 12%, rgba(185, 139, 52, 0.12), transparent 24%),
    radial-gradient(circle at 10% 28%, rgba(13, 47, 31, 0.08), transparent 26%),
    var(--white);
}

.legal-page-card {
  max-width: 920px;
  padding: clamp(24px, 5vw, 54px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.legal-back-link {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--green-850);
  font-size: 0.9rem;
  font-weight: 900;
  text-decoration: none;
}

.legal-page-card h1 {
  margin-bottom: 8px;
  color: var(--green-950);
  font-size: clamp(2rem, 5vw, 3.4rem);
}

.legal-page-card h2 {
  margin: 34px 0 12px;
  color: var(--green-950);
  font-size: clamp(1.25rem, 2.6vw, 1.9rem);
}

.legal-page-card h1 + h2 {
  margin-top: 0;
  color: var(--gold);
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-page-card p,
.legal-page-card li {
  color: rgba(37, 47, 42, 0.82);
  font-size: 0.98rem;
  line-height: 1.75;
}

.legal-page-card ul {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding-left: 20px;
}

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

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 86px;
  z-index: 32;
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  padding: 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transition:
    filter 160ms ease,
    transform 160ms ease;
}

.floating-whatsapp:hover {
  filter: drop-shadow(0 14px 24px rgba(31, 143, 84, 0.34));
  transform: translateY(-2px) scale(1.04);
}

.floating-whatsapp img {
  display: block;
  width: 190%;
  height: 190%;
  object-fit: contain;
  object-position: center;
  transform: scale(1.35);
}

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

  .packages {
    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));
  }

  .order-section .checkout-roadmap {
    grid-template-columns: 1fr;
  }

  .real-case-split {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .legal-notice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .legal-important {
    grid-column: 1 / -1;
  }
}

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

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

  .hero-grid,
  .hero-detail-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));
  }

  .packages.has-four-packages {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

  .order-preview-grid {
    grid-template-columns: minmax(340px, 0.95fr) minmax(380px, 1.05fr);
  }

  .real-cases-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }

  .real-case-card {
    min-height: var(--case-card-height);
  }

  .real-case-split {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .legal-notice-card {
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
  }

  .legal-notice-heading,
  .legal-notice-heading > div {
    justify-items: start;
    text-align: left;
  }

  .legal-notice-card h2,
  .legal-notice-heading p:not(.eyebrow) {
    margin-right: 0;
    margin-left: 0;
  }

  .order-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .field-wide {
    grid-column: 1 / -1;
  }

  .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 {
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .footer-grid {
    justify-items: center;
    text-align: center;
  }

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

  .floating-whatsapp {
    bottom: 24px;
  }
}

@media (max-width: 919px) {
  .ingredient-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .juarez-banner {
    padding: 40px 0;
  }

  .juarez-banner-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .juarez-banner-copy h2 {
    font-size: clamp(2.25rem, 12vw, 3.4rem);
  }

  .juarez-banner-media img {
    aspect-ratio: 16 / 11;
  }

  .real-cases-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    --case-card-height: clamp(480px, 78vw, 620px);
  }
}

@media (max-width: 639px) {
  .ingredient-card-grid {
    grid-template-columns: 1fr;
  }

  .real-cases-grid {
    grid-template-columns: 1fr;
    --case-card-height: min(640px, 136vw);
  }
}

@media (max-width: 919px) {
  .order-preview-grid {
    gap: 18px;
  }

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

  .order-product-visual img {
    width: min(84%, 360px);
  }

  .order-section .checkout-roadmap {
    padding-right: 0;
  }

  .legal-notice-section {
    min-height: auto;
    padding: 64px 0;
  }

  .legal-media-panel video {
    min-height: 280px;
    max-height: 520px;
  }

  .real-case-card {
    min-height: auto;
  }

  .real-case-split > div {
    min-height: 240px;
  }

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

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

  .benefits-hero-panel {
    min-height: 720px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(8, 31, 20, 0.04) 46%, rgba(8, 31, 20, 0.22) 100%),
      image-set(url("assets/optimized/portada2.webp") type("image/webp"), url("assets/portada2.png") type("image/png")) 32% center / cover no-repeat;
  }

  .featured-testimonial-shell {
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(248, 249, 246, 0.86)),
      image-set(url("assets/optimized/portada1.webp") type("image/webp"), url("assets/portada1.png") type("image/png")) center / cover no-repeat;
  }

  .benefits-hero-panel .merged-benefits-copy {
    align-self: end;
    justify-self: center;
    width: calc(100% - 28px);
    margin: 14px;
  }
}

@media (max-width: 520px) {
  .juarez-banner .container {
    width: min(100% - 40px, 1140px);
  }

  .juarez-banner-copy p {
    font-size: 1rem;
  }

  .benefits-hero-panel {
    min-height: 760px;
    border-radius: 18px;
  }

  .benefits-hero-panel .merged-benefits-copy {
    padding: 18px;
  }

  .benefits-hero-panel h2 {
    font-size: 1.9rem;
  }

  .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: 390px;
    padding: 12px;
  }

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

  .social-comment-card > p {
    padding: 14px 15px;
    font-size: 0.94rem;
  }

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

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

  .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-copy-panel {
    opacity: 1;
    transform: none;
  }
}

.problem-section,
.formula-copy-section,
.usage-section,
.testimonials-section,
.whatsapp-section {
  background:
    radial-gradient(circle at 84% 18%, rgba(185, 139, 52, 0.08), transparent 24%),
    rgba(13, 47, 31, 0.055);
}

.product-section,
.benefits-section,
.video-section,
.order-section,
.faq-section,
.final-cta {
  background-color: var(--white);
}
