:root {
  --paper: #faf7f4;
  --ink: #342f2b;
  --soft: #625f59;
  --sage: #758370;
  --sage-dark: #4d5e50;
  --sage-pale: #e8ede6;
  --terra: #c16b4f;
  --terra-dark: #984b36;
  --cta-height: 64px;
  --cta-radius: 16px;
}

.brand-header {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-block: 6px;
  border-bottom: 1px solid var(--line);
}

.brand-logo {
  display: block;
  line-height: 0;
}

.brand-logo-crop {
  width: 204px;
  display: block;
}

.brand-logo-crop img {
  width: 100%;
  height: auto;
}

.mobile-product-spotlight {
  position: relative;
  min-height: 330px;
  display: grid;
  place-items: center;
  margin-top: 24px;
  padding: 20px;
  border-radius: 32px;
  background: radial-gradient(circle at 72% 25%, #e8eeee 0 18%, transparent 19%),
    radial-gradient(circle at 20% 80%, #f1dcd5 0 17%, transparent 18%),
    linear-gradient(145deg, var(--sage-pale), #f7eee9 58%, var(--blue));
  overflow: hidden;
}

.mobile-product-spotlight img {
  width: min(72%, 265px);
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 15px;
  box-shadow: 0 22px 42px rgba(62, 52, 43, .24), -9px 10px 0 rgba(255, 255, 255, .45);
  transform: rotate(1.2deg);
}

.mobile-product-spotlight span {
  position: absolute;
  right: 14px;
  bottom: 15px;
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  color: var(--sage-dark);
  font-size: 11px;
  font-weight: 800;
}

.hero > .hero-visual { display: none; }

.hero-lead {
  font-size: 20px;
  line-height: 1.64;
}

.cta-button,
.sticky-mobile-cta {
  min-height: var(--cta-height);
  border-radius: var(--cta-radius);
  background: linear-gradient(135deg, var(--terra), var(--terra-dark));
  color: #fff;
}

.cta-button {
  padding: 17px 20px;
  font-size: 16px;
}

.cta-light {
  border-color: rgba(255, 255, 255, .18);
  background: linear-gradient(135deg, var(--terra), var(--terra-dark));
  box-shadow: 0 12px 25px rgba(146, 82, 62, .24);
  color: #fff;
}

.sticky-mobile-cta {
  justify-content: center;
  padding: 14px 18px;
  text-align: center;
}

html.full-capture { scroll-behavior: auto !important; }
html.full-capture .sticky-mobile-cta { display: none !important; }
html.full-capture .site-page { padding-bottom: 0; }

.primer-trazo {
  position: relative;
  padding-block: 64px;
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: #fff;
}

.primer-trazo::before,
.primer-trazo::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  opacity: .55;
}

.primer-trazo::before {
  width: 190px;
  height: 100px;
  top: -30px;
  left: -55px;
  background: #e6cfc5;
  transform: rotate(-15deg);
}

.primer-trazo::after {
  width: 180px;
  height: 105px;
  right: -65px;
  bottom: -35px;
  background: #dce6dc;
  transform: rotate(17deg);
}

.primer-trazo-shell {
  position: relative;
  z-index: 1;
}

.primer-trazo-journey {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.primer-trazo-journey li {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 2px 13px;
  align-items: center;
  padding: 17px 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(250, 247, 244, .9);
  box-shadow: 0 8px 20px rgba(62, 52, 43, .05);
}

.primer-trazo-journey li > span {
  grid-row: 1 / 3;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--sage-pale);
  color: var(--sage-dark);
  font: 15px var(--serif);
}

.primer-trazo-journey strong {
  color: var(--terra-dark);
  font: 500 21px/1.15 var(--serif);
}

.primer-trazo-journey small {
  color: var(--soft);
  font-size: 13px;
  line-height: 1.35;
}

.method-product-reminder {
  display: grid;
  gap: 18px;
  align-items: center;
  margin-top: 26px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(145deg, var(--sage-pale), var(--paper));
  box-shadow: 0 12px 30px rgba(62, 52, 43, .08);
}

.method-product-reminder img {
  width: 125px;
  margin-inline: auto;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(62, 52, 43, .14);
}

.method-product-reminder p {
  color: var(--soft);
  font-size: 15px;
  line-height: 1.5;
}

.method-product-reminder strong {
  color: var(--sage-dark);
}

.proof-strip { padding-block: 56px; }

.identification,
.included,
.objections,
.guarantee,
.how-it-works,
.emotional-benefits,
.bonuses,
.faq {
  padding-block: 64px;
}

.final-offer { padding-block: 68px; }

.offer-card {
  box-shadow: 0 18px 48px rgba(62, 52, 43, .10), 0 3px 10px rgba(62, 52, 43, .04);
}

.guarantee-card {
  border-color: rgba(77, 94, 80, .22);
  box-shadow: 0 12px 32px rgba(62, 52, 43, .07);
}

.guarantee-card img { width: 170px; }

.guarantee-card h2 {
  color: var(--sage-dark);
  font-weight: 600;
}

@container site (min-width: 700px) {
  .brand-header { min-height: 68px; }
  .brand-logo-crop { width: 226px; }
  .mobile-product-spotlight { display: none; }
  .hero > .hero-visual { display: grid; }
  .hero { padding-block: 56px 68px; }
  .hero-lead { font-size: 21px; line-height: 1.62; }
  .hero-product { width: min(88%, 440px); }

  .primer-trazo-journey {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
  }

  .primer-trazo-journey li {
    min-height: 142px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    border-radius: 0;
    text-align: center;
  }

  .primer-trazo-journey li:first-child { border-radius: 22px 0 0 22px; }
  .primer-trazo-journey li:last-child { border-radius: 0 22px 22px 0; }
  .primer-trazo-journey li + li { border-left: 0; }

  .primer-trazo-journey li:not(:last-child)::after {
    content: "→";
    position: absolute;
    right: -10px;
    z-index: 2;
    color: var(--terra);
    font-size: 19px;
  }

  .primer-trazo-journey li > span { grid-row: auto; }
  .primer-trazo-journey strong { font-size: 20px; }

  .method-product-reminder {
    grid-template-columns: 150px 1fr;
    max-width: 760px;
    margin: 32px auto 0;
    padding: 20px 28px;
  }

  .method-product-reminder img { width: 135px; }
  .guarantee-card img { width: 205px; }
}

@container site (max-width: 520px) {
  .top-ribbon {
    min-height: 46px;
    gap: 12px;
    padding-block: 9px;
    font-size: 11.5px;
  }

  .brand-header {
    width: min(100% - 24px, 1120px);
    min-height: 36px;
    justify-content: center;
    padding-block: 1px;
    border-bottom: 0;
  }

  .brand-logo-crop { width: 109px; }

  .hero { padding-block: 8px 44px; }

  .hero-lead {
    margin-top: 18px;
    font-size: 21px;
    line-height: 1.68;
  }

  .mobile-product-spotlight {
    min-height: 0;
    margin-top: 18px;
    margin-inline: -12px;
    padding: 4px;
    border-radius: 24px;
  }

  .mobile-product-spotlight img {
    width: 100%;
  }

  .mobile-product-spotlight span {
    right: 6px;
    bottom: 8px;
  }

  .quick-benefits {
    margin-block: 20px 22px;
  }

  .proof-strip { padding-block: 48px; }

  .identification,
  .included,
  .objections,
  .guarantee,
  .primer-trazo,
  .how-it-works,
  .emotional-benefits,
  .bonuses,
  .faq {
    padding-block: 52px;
  }

  .final-offer { padding-block: 56px; }

  .section-heading { margin-bottom: 26px; }
  .centered-cta { margin-top: 26px; }

  .project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-inline: -8px;
  }

  .project-card {
    padding: 5px 5px 10px;
    border-radius: 15px;
  }

  .project-card img { border-radius: 10px; }
  .project-card figcaption { padding-top: 8px; }

  .project-card:nth-child(-n + 2) {
    grid-column: 1 / -1;
  }

  .method-product-reminder {
    display: block;
    padding: 20px;
  }

  .method-product-reminder img { display: none; }

  .included-summary {
    gap: 20px;
    margin: 34px -8px 0;
    padding: 8px;
    border-radius: 24px;
  }

  .included-image-wrap {
    padding: 4px;
    border-radius: 18px;
  }

  .included-summary > div:last-child {
    padding: 0 12px 14px;
  }
}
