/* =========================================================
   DE INVISIBLE A ELEGIBLE — GIULIANA LASCARRO
   Dirección: editorial humana + empleabilidad + conversión
   ========================================================= */
:root {
  /* Marca: taupe oscuro / beige rosado / café humo */
  --taupe-900: #5B4A43;
  --taupe-800: #6F5B53;
  --taupe-700: #7F685F;
  --taupe-main: #AA988C;
  --taupe-soft: #A8988C;
  --taupe-deep: #988074;

  /* Neutros oscuros inspirados en el modelo de referencia */
  --charcoal: #2B2523;
  --espresso: #3A302C;
  --ink: #332B28;
  --paper: #EDE6E1;
  --paper-2: #F7F3F0;
  --white: #FFFFFF;
  --muted: #736660;
  --line: rgba(58, 48, 44, .16);

  /* Alias del sistema existente */
  --navy-950: var(--espresso);
  --navy-900: var(--taupe-900);
  --navy-800: var(--taupe-800);
  --cream: var(--paper);
  --cream-2: var(--paper-2);
  --olive: var(--taupe-main);
  --olive-strong: var(--taupe-soft);
  --coral: var(--taupe-deep);

  --shadow: 0 22px 60px rgba(43, 37, 35, .18);
  --radius: 18px;
  --radius-lg: 28px;
  --container: 1080px;

  /* Tipografía totalmente sans serif, humana y limpia */
  --font-display: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font-body); color: var(--ink); background: var(--cream-2); line-height: 1.65; -webkit-font-smoothing: antialiased; }
img, video { max-width: 100%; display: block; }
a { color: inherit; }
button, input { font: inherit; }
::selection { background: var(--taupe-main); color: var(--charcoal); }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 92px 0; }
.skip-link { position: fixed; left: 12px; top: 12px; transform: translateY(-160%); background: var(--taupe-main); color: var(--charcoal); padding: .7rem 1rem; z-index: 999; border-radius: 8px; }
.skip-link:focus { transform: none; }

h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--font-display); }
h1 { font-size: clamp(3.7rem, 8.3vw, 7.4rem); line-height: 1.1; letter-spacing: -.052em; font-weight: 650; text-transform: uppercase; }
h2 { font-size: clamp(2.45rem, 5vw, 4.45rem); line-height: 1.02; letter-spacing: -.038em; font-weight: 650; }
h3 { font-size: 1.2rem; line-height: 1.25; }
mark { background: var(--olive); color: var(--navy-900); padding: 0 .1em .04em; }

.section-label { display: inline-block; margin-bottom: 1rem; font-size: .76rem; font-weight: 700; letter-spacing: .14em; color: var(--coral); }
.light-label { color: var(--olive); }
.center-heading { max-width: 820px; text-align: center; margin: 0 auto 3.2rem; }
.center-heading h2 span { color: var(--muted); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: .7rem; min-height: 54px; padding: .9rem 1.45rem; border: 0; border-radius: 7px; text-decoration: none; font-weight: 800; letter-spacing: .01em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--taupe-main); color: var(--charcoal); box-shadow: 0 10px 28px rgba(0,0,0,.16); }
.btn-primary:hover { background: var(--taupe-soft); box-shadow: 0 14px 34px rgba(0,0,0,.2); }
.btn-wide { width: 100%; min-height: 64px; font-size: 1rem; }
.btn-small { min-height: 46px; padding: .75rem 1rem; font-size: .78rem; }

/* HERO inspirado en la jerarquía del modelo: fondo inmersivo + copy centrado + video + CTA */
.hero { position: relative; overflow: hidden; min-height: 100vh; color: var(--white); padding: 52px 0 84px; isolation: isolate; }
.hero-bg, .hero-overlay { position: absolute; inset: 0; }
.hero-bg { z-index: -3; background: var(--navy-950); }
.hero-bg video { width: 100%; height: 100%; object-fit: cover; filter: saturate(.55) contrast(1.02) brightness(.82); }
.hero-overlay { z-index: -2; background: linear-gradient(180deg, rgba(43,37,35,.55) 0%, rgba(58,48,44,.78) 42%, rgba(43,37,35,.94) 100%); }
.hero-inner { max-width: 920px; text-align: center; }
.mini-brand { font-size: .72rem; letter-spacing: .13em; font-weight: 700; color: rgba(255,255,255,.82); margin-bottom: 25px; }
.mini-brand span { color: var(--olive); padding: 0 .25rem; }
.hero-kicker { display: inline-block; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.08); backdrop-filter: blur(8px); padding: .55rem .85rem; border-radius: 999px; font-size: .78rem; font-weight: 700; margin-bottom: 1.5rem; }
.hero h1 {
  color: var(--white);
  margin-bottom: 1.6rem;

  /* Un poco más pequeño */
  font-size: clamp(3.1rem, 7vw, 6.2rem);

  /* Acerca "De invisible" y "a elegible" */

}

.hero h1 mark { box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.hero-lead { max-width: 780px; margin: 0 auto 2.2rem; font-size: clamp(1.12rem, 2.2vw, 1.45rem); line-height: 1.5; color: rgba(255,255,255,.92); }
.hero-video { width: min(100%, 780px); margin: 0 auto 1.4rem; }
.hero-video video { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: var(--charcoal); border-radius: 8px; }
.hero-support { max-width: 710px; margin: 0 auto 1.5rem; color: rgb(255, 255, 255); }
.proof-line { display: flex; flex-wrap: wrap; justify-content: center; gap: .7rem 1.2rem; margin-bottom: 1.8rem; font-size: .82rem; color: rgba(255,255,255,.82); }
.proof-line i { color: var(--olive); margin-right: .35rem; }
.btn-hero { min-width: 280px; min-height: 62px; }

.hero-lead-secondary {
  max-width: 720px;
  font-size: clamp(.92rem, 1.6vw, 1.08rem);
  line-height: 1.1;
  font-style: italic;
  font-weight: 400;
  color: rgba(255, 255, 255, .78);
  margin-top: -1rem;
  margin-bottom: 2rem;
}

.pain-section { background: var(--cream-2); }
.pain-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; max-width: 900px; margin-inline: auto; }
.pain-card { min-height: 160px; padding: 1.6rem; background: var(--white); border: 1px solid var(--line); box-shadow: 0 12px 38px rgba(74,61,56,.06); }
.pain-card i { font-size: 1.3rem; color: var(--navy-900); margin-bottom: 1.2rem; }
.pain-card p { margin: 0; font-size: 1.04rem; font-weight: 600; }
.pain-card.wide { grid-column: 1 / -1; display: grid; grid-template-columns: 36px 1fr; align-items: center; min-height: auto; }
.pain-card.wide i { margin: 0; }

.outcomes-section { background: var(--white); }
.split-title { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 3rem; margin-bottom: 3.5rem; }
.split-title h2 { margin-bottom: 0; }
.split-title > p { color: var(--muted); font-size: 1.06rem; margin-bottom: .5rem; }
.outcomes-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 4rem; align-items: center; }
.outcome-photo {
  position: relative;
  min-height: 470px;
  overflow: hidden;

  box-shadow: var(--shadow);
}

.outcome-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  /* background:
    linear-gradient(
      180deg,
      transparent 55%,
      rgba(43, 37, 35, .28) 100%
    ); */

}

.outcome-photo img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
  object-position: center top;
  border-radius: 20px;  

}
.check-list { border-top: 1px solid var(--line); }
.check-list > div { display: grid; grid-template-columns: 34px 1fr; gap: 1rem; padding: 1.15rem 0; border-bottom: 1px solid var(--line); }
.check-list i { display: grid; place-items: center; width: 28px; height: 28px; background: var(--taupe-main); color: var(--charcoal); border-radius: 50%; font-size: .76rem; margin-top: .1rem; }
.check-list p { margin: 0; font-size: 1.06rem; }
.result-banner { margin-top: 3.5rem; background: var(--taupe-main); color: var(--charcoal); padding: 1.2rem 1.6rem; text-align: center; font-weight: 900; letter-spacing: .03em; }

.experience-section { background: var(--navy-900); color: var(--white); }
.duration { display: grid; grid-template-columns: .52fr 1.48fr; gap: 3rem; align-items: center; padding-bottom: 3.5rem; border-bottom: 1px solid rgba(255,255,255,.16); }
.duration-number { font-family: var(--font-display); font-size: clamp(7rem, 14vw, 11rem); line-height: .7; color: var(--olive); letter-spacing: -.08em; }
.duration-number span { font-family: var(--font-body); font-size: .28em; letter-spacing: 0; }
.duration h2 { color: var(--white); }
.duration p { color: rgba(255,255,255,.74); max-width: 720px; }
.feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.16); margin-top: 3rem; }
.feature-card { background: var(--navy-900); padding: 2rem; }
.feature-card i { font-size: 1.6rem; color: var(--olive); margin-bottom: 1rem; }
.feature-card p { margin: 0; color: rgba(255,255,255,.7); }

.offer-section { background: var(--cream); }
.offer-heading { max-width: 760px; text-align: center; margin: 0 auto 3rem; }
.sale-pill { display: inline-block; background: var(--coral); color: var(--white); padding: .45rem .7rem; font-weight: 800; font-size: .8rem; margin-bottom: 1.1rem; }
.offer-card { max-width: 900px; margin: auto; display: grid; grid-template-columns: .88fr 1.12fr; background: var(--navy-950); color: var(--white); box-shadow: var(--shadow); }
.offer-main { padding: clamp(2rem, 5vw, 3.6rem); text-align: center; border-right: 1px solid rgba(255,255,255,.14); }
.old-price { color: rgba(255,255,255,.58); }
.price { display: flex; justify-content: center; align-items: flex-start; gap: .5rem; color: var(--olive); }
.price strong { font-family: var(--font-display); font-size: clamp(5.5rem, 11vw, 8rem); line-height: .85; letter-spacing: -.08em; }
.price small { margin-top: .8rem; font-weight: 800; }
.pay-note { color: rgba(255,255,255,.7); }
.offer-contains { padding: clamp(2rem, 5vw, 3.6rem); }
.offer-contains h3 { font-size: 1.3rem; margin-bottom: 1.4rem; }
.offer-contains ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 1rem; }
.offer-contains li { display: grid; grid-template-columns: 24px 1fr; gap: .75rem; color: rgba(255,255,255,.82); }
.offer-contains i { color: var(--olive); margin-top: .2rem; }

.proof-section { background: var(--white); }
.proof-header { max-width: 780px; margin: 0 auto 3.5rem; text-align: center; }
.proof-header p { color: var(--muted); }
.proof-metrics { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-metrics div { text-align: center; padding: 2rem 1rem; border-right: 1px solid var(--line); }
.proof-metrics div:last-child { border-right: 0; }
.proof-metrics strong { display: block; font-family: var(--font-display); font-size: clamp(2.6rem, 5vw, 4rem); color: var(--navy-900); line-height: 1; }
.proof-metrics span { display: block; margin-top: .5rem; color: var(--muted); font-size: .9rem; }

.guide-section { background: var(--navy-900); color: var(--white); }
.guide-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 4rem; align-items: center; }
.guide-copy h2 { margin-bottom: .8rem; }
.guide-copy h2 mark { background: var(--olive); }
.guide-copy h3 { color: var(--olive); margin-bottom: 1.7rem; }
.guide-copy p { color: rgba(255,255,255,.78); font-size: 1.03rem; }
.guide-copy strong { color: var(--white); }
.guide-photo { position: relative; }
.guide-photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; border: 8px solid rgba(255,255,255,.94); box-shadow: 20px 20px 0 var(--olive); }
.guide-tag { position: absolute; right: -10px; bottom: 22px; background: var(--cream-2); color: var(--navy-950); padding: .75rem 1rem; font-size: .82rem; font-weight: 800; box-shadow: var(--shadow); }
.guide-tag i { margin-right: .35rem; }

.bonus-section { background: var(--cream-2); }
.bonus-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; max-width: 900px; margin: auto; }
.bonus { position: relative; min-height: 260px; padding: 1.7rem; background: var(--white); border: 1px solid var(--line); }
.bonus > span { color: var(--coral); font-size: .76rem; font-weight: 800; letter-spacing: .1em; }
.bonus > i { position: absolute; top: 1.5rem; right: 1.5rem; font-size: 1.45rem; color: var(--navy-900); }
.bonus h3 { margin-top: 3rem; font-family: var(--font-display); font-size: 1.6rem; }
.bonus p { color: var(--muted); margin-bottom: 0; }

.value-section { background: var(--olive); }
.value-card { max-width: 900px; text-align: center; }
.value-card > i { font-size: 2.2rem; color: var(--navy-900); margin-bottom: 1rem; }
blockquote { margin: 0 auto 2rem; font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.08; letter-spacing: -.03em; color: var(--navy-950); }
.value-card .btn { background: var(--navy-950); color: var(--white); box-shadow: none; }
.value-card .btn:hover { background: var(--navy-800); }

.faq-section { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 5rem; align-items: start; }
.faq-title { position: sticky; top: 30px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { list-style: none; cursor: pointer; padding: 1.4rem 2.5rem 1.4rem 0; font-weight: 800; position: relative; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 0; top: 1.15rem; color: var(--coral); font-size: 1.6rem; }
.faq-item[open] summary::after { content: "−"; }
.faq-item p { color: var(--muted); padding: 0 0 1.4rem; margin: 0; }

.final-section { padding: 110px 0; background: var(--navy-950); color: var(--white); }
.final-inner { max-width: 900px; text-align: center; }
.final-inner > p { color: rgba(255,255,255,.72); font-size: 1.1rem; }
.final-inner h2 { color: var(--white); font-size: clamp(3rem, 7vw, 6rem); }
.btn-final { min-height: 64px; min-width: min(100%, 360px); }
.final-inner > span { display: block; margin-top: 1rem; color: rgba(255,255,255,.52); font-size: .85rem; }

.site-footer { padding: 2.2rem 0 5rem; background: var(--navy-950); color: rgba(255,255,255,.5); border-top: 1px solid rgba(255,255,255,.1); }
.footer-inner { display: grid; grid-template-columns: .7fr 1.3fr; gap: 2rem; font-size: .78rem; }
.footer-inner p { margin: 0; }
.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }



/* =========================================================
   TESTIMONIAL CAROUSEL
   ========================================================= */

.proof-section {
  background: var(--charcoal);
  color: var(--white);
  overflow: hidden;
}

.proof-header {
  max-width: 820px;
  margin: 0 auto 3.5rem;
  text-align: center;
}

.proof-header .section-label {
  color: var(--taupe-main);
}

.proof-header h2 {
  color: var(--white);
}

.proof-header p {
  max-width: 680px;
  margin-inline: auto;
  color: rgba(255,255,255,.65);
}


/* Carousel shell */

.testimonials-carousel {
  position: relative;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 46px;
  align-items: center;
  gap: 1rem;
}

.testimonials-viewport {
  width: 100%;
  overflow: hidden;
}

.testimonials-track {
  display: flex;
  gap: 1rem;
  transition: transform .55s cubic-bezier(.22, .61, .36, 1);
  will-change: transform;
}


/* Individual card */

.testimonial-card {
  flex: 0 0 calc((100% - 2rem) / 3);
  min-width: 0;
  padding: 1.6rem;
  background:
    linear-gradient(
      145deg,
      rgba(255,255,255,.055),
      rgba(255,255,255,.025)
    );
  border: 1px solid rgba(170,152,140,.38);
  border-radius: 16px;
  box-shadow: 0 18px 48px rgba(0,0,0,.16);
  color: var(--white);
}

.testimonial-person {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 1rem;
  align-items: start;
}

.testimonial-person img {
  width: 74px;
  height: 74px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.18);
}

.testimonial-person h3 {
  margin: 0 0 .25rem;
  color: var(--white);
  font-size: 1.05rem;
  line-height: 1.25;
}

.testimonial-role {
  margin: 0 0 .35rem;
  color: var(--taupe-main);
  font-weight: 700;
  font-size: .84rem;
}

.testimonial-meta {
  margin: 0;
  color: rgba(255,255,255,.58);
  font-size: .76rem;
  line-height: 1.45;
}

.testimonial-divider {
  height: 1px;
  margin: 1.25rem 0;
  background: rgba(255,255,255,.1);
}

.testimonial-copy {
  position: relative;
}

.testimonial-copy > i {
  margin-bottom: .8rem;
  color: var(--taupe-main);
  font-size: 1.25rem;
}

.testimonial-copy p {
  margin-bottom: .9rem;
  color: rgba(255,255,255,.82);
  font-size: .92rem;
  line-height: 1.65;
}

.testimonial-copy p:last-child {
  margin-bottom: 0;
}


/* Arrows */

.testimonial-arrow {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
  color: var(--white);
  cursor: pointer;
  transition:
    background .2s ease,
    transform .2s ease,
    border-color .2s ease;
}

.testimonial-arrow:hover {
  transform: scale(1.06);
  background: var(--taupe-main);
  color: var(--charcoal);
  border-color: var(--taupe-main);
}

.testimonial-arrow:disabled {
  opacity: .3;
  cursor: default;
  transform: none;
}


/* Dots */

.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: .5rem;
  margin-top: 1.5rem;
}

.testimonial-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.22);
  cursor: pointer;
  transition:
    transform .2s ease,
    background .2s ease;
}

.testimonial-dot.active {
  background: var(--taupe-main);
  transform: scale(1.35);
}


/* Metrics need light styling now */

.proof-metrics {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.proof-metrics div {
  text-align: center;
  padding: 2rem 1rem;
  border-right: 1px solid rgba(255,255,255,.12);
}

.proof-metrics div:last-child {
  border-right: 0;
}

.proof-metrics strong {
  display: block;
  font-size: clamp(2.6rem, 5vw, 4rem);
  color: var(--taupe-main);
  line-height: 1;
}

.proof-metrics span {
  display: block;
  margin-top: .5rem;
  color: rgba(255,255,255,.58);
  font-size: .9rem;
}


/* Tablet */

@media (max-width: 900px) {

  .testimonial-card {
    flex-basis: calc((100% - 1rem) / 2);
  }

}


/* Mobile */

@media (max-width: 620px) {

  .testimonials-carousel {
    grid-template-columns: 1fr;
  }

  .testimonials-viewport {
    overflow: hidden;
  }

  .testimonial-card {
    flex-basis: 100%;
    padding: 2rem;
  }

  .testimonial-person {
    grid-template-columns: 62px 1fr;
  }

  .testimonial-person img {
    width: 62px;
    height: 62px;
  }

  .testimonial-copy p {
    font-size: .9rem;
  }

  .testimonial-prev,
  .testimonial-next {
    position: absolute;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
  }

  .testimonial-prev {
    left: -4px;
  }

  .testimonial-next {
    right: -4px;
  }

  .testimonial-arrow {
    width: 38px;
    height: 38px;
    background: rgba(43,37,35,.9);
    backdrop-filter: blur(8px);
  }

  .proof-metrics {
    grid-template-columns: 1fr;
  }

  .proof-metrics div {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
  }

  .proof-metrics div:last-child {
    border-bottom: 0;
  }

}
/* =========================================================
   TESTIMONIAL — LEER MÁS
   ========================================================= */

.testimonial-text {
  position: relative;
  max-height: 190px;
  overflow: hidden;
  transition: max-height .45s ease;
}

/* Degradado para indicar que continúa */
.testimonial-text::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70px;
  pointer-events: none;

  background: linear-gradient(
    to bottom,
    rgba(43, 37, 35, 0),
    rgba(43, 37, 35, .98)
  );

  transition: opacity .25s ease;
}


/* TESTIMONIO ABIERTO */

.testimonial-card.expanded .testimonial-text {
  max-height: 1000px;
}

.testimonial-card.expanded .testimonial-text::after {
  opacity: 0;
}


/* BOTÓN LEER MÁS */

.testimonial-more {
  display: inline-flex;
  align-items: center;
  gap: .45rem;

  margin-top: 1rem;
  padding: 0;

  border: 0;
  background: transparent;

  color: var(--taupe-main);

  font-family: var(--font-body);
  font-size: .82rem;
  font-weight: 800;

  cursor: pointer;
}

.testimonial-more i {
  font-size: .7rem;
  transition: transform .3s ease;
}

.testimonial-more:hover {
  color: var(--white);
}


/* Giramos la flecha */

.testimonial-card.expanded .testimonial-more i {
  transform: rotate(180deg);
}


@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 900px) {
  .section { padding: 76px 0; }
  .split-title, .outcomes-grid, .duration, .offer-card, .guide-grid, .faq-grid { grid-template-columns: 1fr; }
  .split-title { gap: 1rem; }
  .outcome-visual { min-height: 360px; }
  .feature-row { grid-template-columns: 1fr; }
  .offer-main { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .guide-photo { max-width: 520px; margin-inline: auto; }
  .faq-title { position: static; }
  .proof-metrics { grid-template-columns: 1fr; }
  .proof-metrics div { border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-metrics div:last-child { border-bottom: 0; }
  .footer-inner { grid-template-columns: 1fr; }
  .outcome-photo,
  .outcome-photo img {
    min-height: 430px;
  }  
}

@media (max-width: 620px) {
  body { padding-bottom: 76px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .hero { padding-top: 30px; min-height: auto; }
  .mini-brand { margin-bottom: 46px; font-size: .63rem; }
  .hero-kicker { font-size: .68rem; }
  .hero h1 {
    font-size: clamp(2.9rem, 14vw, 4.5rem);
  }

  .hero-lead-secondary {
    font-size: .9rem;
    line-height: 1.3;
    max-width: 94%;
    margin-top: -.7rem;
  }
  .hero-video { padding: 5px; }
  .proof-line { flex-direction: column; gap: .4rem; }
  .btn-hero { width: 100%; }
  .pain-grid, .bonus-grid { grid-template-columns: 1fr; }
  .pain-card.wide { grid-column: auto; display: block; }
  .pain-card.wide i { margin-bottom: 1.2rem; }
  .duration-number { font-size: 7.5rem; }
  .guide-photo img { box-shadow: 10px 10px 0 var(--olive); }
  .guide-tag { right: 0; bottom: 16px; max-width: 88%; }
  .mobile-cta { position: fixed; z-index: 100; left: 10px; right: 10px; bottom: 10px; display: flex; align-items: center; justify-content: space-between; gap: .75rem; background: rgba(22,29,49,.97); backdrop-filter: blur(12px); color: var(--white); padding: .55rem .55rem .55rem 1rem; box-shadow: var(--shadow); }
  .mobile-cta span { display: flex; flex-direction: column; line-height: 1.1; }
  .mobile-cta strong { color: var(--olive); }
  .mobile-cta small { color: rgba(255,255,255,.6); font-size: .68rem; margin-top: .2rem; }
  .outcome-photo,
  .outcome-photo img {
    min-height: 390px;
  }  
}
/* =========================================================
   CTA — SOFT PULSE
   ========================================================= */

.btn-primary {
  position: relative;
  isolation: isolate;
  animation: ctaPulse 2.8s ease-in-out infinite;
}

@keyframes ctaPulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow:
      0 10px 28px rgba(0, 0, 0, .14),
      0 0 0 0 rgba(170, 152, 140, 0);
  }

  50% {
    transform: scale(1.025);
    box-shadow:
      0 14px 34px rgba(0, 0, 0, .18),
      0 0 0 8px rgba(170, 152, 140, .10);
  }
}

/* Al pasar el mouse toma prioridad */
.btn-primary:hover {
  animation-play-state: paused;
  transform: translateY(-2px) scale(1.02);
}

/* Al hacer clic */
.btn-primary:active {
  transform: translateY(0) scale(.98);
}

/* Accesibilidad */
@media (prefers-reduced-motion: reduce) {
  .btn-primary {
    animation: none;
  }
}


/* =========================================================
   HERO VIDEO — CUSTOM PLAYER
   ========================================================= */

.hero-video {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.hero-video video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}


/* Botón central */

.video-play-button {
  position: absolute;
  z-index: 4;

  left: 50%;
  top: 50%;

  transform: translate(-50%, -50%);

  width: 76px;
  height: 76px;

  display: grid;
  place-items: center;

  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;

  background: rgba(43, 37, 35, .82);
  backdrop-filter: blur(10px);

  color: var(--white);

  font-size: 1.35rem;

  cursor: pointer;

  box-shadow:
    0 14px 40px rgba(0,0,0,.28);

  transition:
    transform .25s ease,
    background .25s ease,
    opacity .25s ease;
}

.video-play-button:hover {
  transform:
    translate(-50%, -50%)
    scale(1.08);

  background: var(--taupe-main);
  color: var(--charcoal);
}


/* Ocultar botón mientras reproduce */

.hero-video.is-playing .video-play-button {
  opacity: 0;
  pointer-events: none;
}


/* En pausa vuelve */

.hero-video:not(.is-playing) .video-play-button {
  opacity: 1;
}


/* Mobile */

@media (max-width: 620px) {

  .video-play-button {
    width: 62px;
    height: 62px;
    font-size: 1.1rem;
  }

}