/* =================================================================
   VSL Ingresos — estilo playa / México (alto impacto)
   Namespace: body.koo-vsl-earn / .earn-*
   NO altera vsl-koo ni vslcorta-koo.
   ================================================================= */

body.koo-vsl-earn {
  /* Playa — mar turquesa / celeste / azul (sin verdes aqua) */
  --sand: #f6efe4;
  --sand-deep: #ebe2d3;
  --sand-card: #fffcf7;
  --ocean: #0284c7;
  --ocean-bright: #0ea5e9;
  --sea: #06b6d4;
  --sea-shine: #22d3ee;
  --sky: #38bdf8;
  --sky-soft: #bae6fd;
  --blue-deep: #0369a1;
  --navy: #0c4a6e;
  /* México: solo franja tricolor */
  --mx-green: #006847;
  --mx-red: #ce1126;
  --mx-black: #0a0a0a;
  --ink: #1c1917;
  --soft: #57534e;
  --muted: #78716c;
  --line: #e7e0d4;
  --radius: 1.15rem;
  --max: 1100px;
  --narrow: 40rem;
  --font: 'DM Sans', ui-sans-serif, system-ui, sans-serif;
  --display: 'Bebas Neue', 'DM Sans', Impact, sans-serif;

  background: var(--sand);
  color: var(--ink);
  font-family: var(--font);
  padding-bottom: 0;
}

body.koo-vsl-earn .display {
  font-family: var(--display);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

/* Botones secundarios (pausa / resume del video): celeste */
body.koo-vsl-earn .btn-accent {
  background: linear-gradient(135deg, #22d3ee 0%, #0ea5e9 45%, #0284c7 100%) !important;
  border-color: transparent !important;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(2, 132, 199, 0.4) !important;
}
body.koo-vsl-earn .btn-accent:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}
body.koo-vsl-earn .btn-outline-dark {
  background: rgba(255, 255, 255, 0.92) !important;
  border-color: rgba(0, 0, 0, 0.12) !important;
  color: var(--ink) !important;
}

/* CTA registro: amarillo → naranja fuego */
body.koo-vsl-earn .earn-cta-fire,
body.koo-vsl-earn a.earn-cta-fire {
  background: linear-gradient(135deg, #fde047 0%, #fbbf24 28%, #f59e0b 58%, #ea580c 100%) !important;
  border: 0 !important;
  color: #1c1917 !important;
  font-weight: 900 !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow:
    0 14px 32px rgba(234, 88, 12, 0.45),
    0 0 0 1px rgba(251, 191, 36, 0.35) inset !important;
}
body.koo-vsl-earn .earn-cta-fire:hover,
body.koo-vsl-earn a.earn-cta-fire:hover {
  filter: brightness(1.07) saturate(1.08);
  transform: translateY(-2px);
  box-shadow:
    0 18px 40px rgba(234, 88, 12, 0.55),
    0 0 0 1px rgba(253, 224, 71, 0.45) inset !important;
}

.earn-wrap {
  width: min(var(--max), calc(100% - 2rem));
  margin-inline: auto;
}
.earn-wrap--narrow {
  width: min(var(--narrow), calc(100% - 2rem));
  margin-inline: auto;
}

.earn-eyebrow {
  margin: 0 0 0.65rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ocean);
}
.earn-eyebrow--sand { color: #7dd3fc; }
.earn-h2 {
  margin: 0 0 1rem;
  font-family: var(--display);
  font-size: clamp(2rem, 4vw + 0.6rem, 3rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.05;
  color: var(--ink);
}
.earn-h2--light { color: #fff; }
.earn-lead {
  margin: 0 0 1.25rem;
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--soft);
}
.earn-check { color: var(--sea); font-weight: 900; }

.earn-badge {
  display: inline-flex;
  margin: 0 0 1rem;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  background: rgba(14, 165, 233, 0.12);
  border: 1px solid rgba(14, 165, 233, 0.3);
  color: #0369a1;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.earn-badge--light {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.3);
  color: #e0f2fe;
}

.earn-punch {
  margin: 1.25rem 0;
  padding: 1rem 1.15rem;
  border-radius: 14px;
  background: #fff;
  border-left: 5px solid var(--mx-red);
  font-size: 1.08rem;
  font-weight: 750;
  line-height: 1.4;
  color: var(--ink);
  box-shadow: 0 10px 28px rgba(28, 25, 23, 0.06);
}
.earn-punch--inline { margin: 1.25rem 0 1.5rem; }
.earn-punch--dark {
  background: rgba(255, 255, 255, 0.06);
  border-left-color: var(--sky);
  color: #f5f5f4;
}

/* Header */
.earn-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(10, 10, 10, 0.94);
}
.earn-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
  gap: 1rem;
}
.earn-header__logo img { height: 34px; width: auto; }
.earn-header__actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-shrink: 0;
}
.earn-header__members {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.35rem;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
  color: #f5f5f4;
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
}
.earn-header__members:hover,
.earn-header__members:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
  outline: 2px solid var(--sky);
  outline-offset: 2px;
}
.earn-header__join {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 2.35rem;
  padding: 0.4rem 1.05rem !important;
  border-radius: 999px !important;
  font-size: 0.82rem !important;
  white-space: nowrap;
  text-decoration: none;
}
@media (max-width: 480px) {
  .earn-header__members { padding: 0.35rem 0.65rem; font-size: 0.72rem; }
  .earn-header__join { padding: 0.35rem 0.8rem !important; font-size: 0.72rem !important; }
}

/* Hero playa — compacto en desktop, aire en móvil */
.earn-hero {
  position: relative;
  overflow: hidden;
  padding: 1.15rem 0 1.75rem;
  background: #0a0a0a;
  color: #fff;
}
.earn-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  pointer-events: none;
}
.earn-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.earn-hero .earn-badge {
  margin-bottom: 0.55rem;
  padding: 0.3rem 0.75rem;
  font-size: 0.68rem;
}
.earn-hero__title {
  margin: 0 0 0.55rem;
  max-width: min(42rem, 100%);
  font-family: var(--display);
  font-size: clamp(1.7rem, 2.2vw + 1rem, 2.55rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.05;
  color: #fff;
}
.earn-hero__highlight {
  display: inline;
  margin: 0;
  white-space: nowrap;
  background: linear-gradient(100deg, #7dd3fc, #22d3ee 40%, #38bdf8 70%, #fde68a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.earn-hero__title-line {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.92em;
  opacity: 0.95;
}
.earn-hero__sub {
  margin: 0 0 0.35rem;
  max-width: 36rem;
  font-size: 0.95rem;
  line-height: 1.45;
  color: #d6d3d1;
}
.earn-hero__hint {
  margin: 0 0 0.85rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: #7dd3fc;
}

/* Video con marco mar turquesa */
.earn-video {
  width: min(100%, 780px);
  margin: 0 auto 0.85rem;
  padding: 3px;
  border-radius: 1.1rem;
  background: linear-gradient(135deg, #22d3ee, #0ea5e9 40%, #38bdf8 70%, #0369a1);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
}
/* Video: sin controles nativos de Vimeo (controls=0 + API) */
.earn-video .video-stage {
  border-radius: 0.95rem;
  overflow: hidden;
  background: #000;
}
.earn-video .poster-title {
  font-family: inherit;
  font-weight: 800;
  text-transform: none;
  letter-spacing: -0.015em;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}
.earn-video .play-btn {
  background: linear-gradient(145deg, #22d3ee, #0284c7) !important;
  box-shadow: 0 12px 32px rgba(2, 132, 199, 0.55) !important;
}
body.koo-vsl-earn .video-progress {
  padding: 8px 14px 9px;
}
body.koo-vsl-earn .video-progress__track { height: 4px; margin-bottom: 4px; }
body.koo-vsl-earn .video-progress__meta { font-size: 0.7rem; }

/* CTA compacto bajo video — marco sutil */
.earn-cta-slim {
  width: min(100%, 780px);
  margin: 0 auto;
  padding: 0.85rem 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  text-align: center;
}
.earn-cta-arrows {
  display: flex;
  justify-content: center;
  margin: 0 0 1rem;
}
.earn-cta-arrows__img {
  display: block;
  width: min(100%, 320px);
  height: auto;
  max-height: 72px;
  object-fit: contain;
}
.earn-cta-arrows__draw {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(1.1rem, 6vw, 2.25rem);
  padding: 0.15rem 0 0.2rem;
}
.earn-cta-arrows__item {
  width: 28px;
  height: 28px;
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
  transform: rotate(45deg);
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.55));
  animation: earn-arrow-bounce 1.05s ease-in-out infinite;
}
.earn-cta-arrows__item:nth-child(1) {
  border-color: #fff; /* blanco */
  animation-delay: 0s;
}
.earn-cta-arrows__item:nth-child(2) {
  border-color: #fde68a; /* amarillo claro */
  width: 34px;
  height: 34px;
  border-right-width: 6px;
  border-bottom-width: 6px;
  animation-delay: 0.12s;
  filter: drop-shadow(0 0 8px rgba(253, 230, 138, 0.7));
}
.earn-cta-arrows__item:nth-child(3) {
  border-color: #fbbf24; /* amarillo más fuerte */
  animation-delay: 0.24s;
  filter: drop-shadow(0 0 8px rgba(251, 191, 36, 0.65));
}
@keyframes earn-arrow-bounce {
  0%, 100% { transform: rotate(45deg) translate(0, 0); opacity: 0.75; }
  50% { transform: rotate(45deg) translate(5px, 5px); opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .earn-cta-arrows__item { animation: none; opacity: 1; }
}
.earn-cta-slim__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 26rem;
  min-height: 3rem;
  border-radius: 999px !important;
  font-weight: 900 !important;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 0.9rem !important;
}
.earn-cta-slim__trust {
  margin: 0.55rem 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 1rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #cbd5e1;
}
.earn-cta-slim__trust span { white-space: nowrap; }

.earn-btn-block {
  width: 100%;
  max-width: 28rem;
  min-height: 3.35rem;
  border-radius: 999px !important;
  font-weight: 900 !important;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 0.95rem !important;
}
.earn-trust {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: #d6d3d1;
}
.earn-trust li { display: inline-flex; align-items: center; gap: 0.35rem; }
.earn-trust--light { color: #e7e5e4; }
.earn-micro {
  margin: 0.75rem 0 0;
  font-size: 0.85rem;
  color: var(--muted);
}

/* CTAs comerciales multi-plan (config admin por landing) */
.earn-plan-ctas {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  margin-top: 0.25rem;
}
.earn-plan-ctas--center,
.earn-cta-slim .earn-plan-ctas,
.earn-final .earn-plan-ctas {
  align-items: center;
  width: 100%;
}
.earn-plan-ctas__primary {
  width: 100%;
  max-width: 22rem;
}
.earn-plan-ctas__alts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: inherit;
}
.earn-plan-ctas--center .earn-plan-ctas__alts,
.earn-cta-slim .earn-plan-ctas__alts,
.earn-final .earn-plan-ctas__alts {
  justify-content: center;
}
.earn-plan-ctas__alt {
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  background: rgba(15, 23, 42, 0.35);
  color: #fff !important;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.55rem 1rem;
  text-decoration: none;
  transition: background .15s ease, border-color .15s ease;
}
.earn-plan-ctas__alt:hover {
  background: rgba(15, 23, 42, 0.55);
  border-color: rgba(255, 255, 255, 0.55);
}
.earn-promo .earn-plan-ctas__alt {
  border-color: rgba(14, 116, 144, 0.35);
  background: #fff;
  color: #0f172a !important;
}
.earn-promo .earn-plan-ctas__alt:hover {
  border-color: rgba(14, 116, 144, 0.65);
  background: #f0f9ff;
}
.earn-plan-ctas__micro { margin-top: 0.15rem; }
.earn-plans-block {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px dashed rgba(148, 163, 184, 0.35);
}
.earn-plans-block .plans-grid,
.earn-plans-grid {
  margin-top: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 300px));
  justify-content: center;
}
@media (max-width: 900px) {
  .earn-plans-grid { grid-template-columns: 1fr; }
}
.earn-plans-grid .plan-card {
  background: #fff;
  color: #0f172a;
}
.earn-plans-grid .plan-desc,
.earn-plans-grid .plan-credits,
.earn-plans-grid .plan-price small {
  color: #64748b;
}
.earn-plans-grid .btn {
  margin-top: auto;
}

@media (max-width: 719px) {
  .earn-hero { padding: 1.5rem 0 2.25rem; }
  .earn-hero__title {
    max-width: 100%;
    width: 100%;
    font-size: clamp(1.45rem, 5.8vw, 1.85rem);
    line-height: 1.12;
    letter-spacing: 0.015em;
  }
  /* Que fluya en 2–3 líneas, no palabra por palabra */
  .earn-hero__highlight {
    display: inline;
    margin: 0;
    white-space: normal;
  }
  .earn-hero__title-line {
    display: block;
    margin-top: 0.2rem;
    font-size: 0.95em;
  }
  .earn-hero__sub { font-size: 0.98rem; }
  .earn-cta-slim__btn { max-width: none; }
}

/* Sections */
.earn-section {
  padding: clamp(3rem, 7vw, 5rem) 0;
  background: var(--sand-card);
  content-visibility: auto;
  contain-intrinsic-size: 700px;
}
.earn-band,
.earn-truth,
.earn-final,
.earn-footer {
  content-visibility: auto;
  contain-intrinsic-size: 600px;
}
.earn-section--sand { background: var(--sand); }
.earn-section--dark {
  background: var(--mx-black);
  color: #f5f5f4;
}
.earn-section__head {
  text-align: center;
  max-width: 38rem;
  margin: 0 auto 2rem;
}

/* Split layouts */
.earn-split {
  display: grid;
  gap: 1.75rem;
  align-items: center;
}
@media (min-width: 860px) {
  .earn-split {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
  .earn-split--steps { grid-template-columns: 1.2fr 0.9fr; }
}
.earn-media {
  margin: 0;
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  background: linear-gradient(145deg, #0369a1, #0ea5e9 55%, #22d3ee);
  min-height: 16rem;
  box-shadow: 0 22px 50px rgba(28, 25, 23, 0.12);
}
.earn-media img {
  width: 100%;
  height: 100%;
  min-height: 16rem;
  object-fit: cover;
  display: block;
}
.earn-media--tall img { min-height: 22rem; aspect-ratio: 4 / 5; }
.earn-media--wide {
  min-height: 0;
}
.earn-media--wide img {
  min-height: 0;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}
.earn-media--empty {
  display: grid;
  place-items: center;
}
.earn-media--empty img { display: none; }
.earn-media--empty::after {
  content: 'Imagen pendiente';
  color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
  font-size: 0.9rem;
}
.earn-media__cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0.85rem 1rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  color: #fff;
  font-weight: 800;
  font-size: 0.95rem;
}

.earn-chip-list {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.earn-chip-list li {
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--soft);
}

/* Band libertad */
.earn-band {
  position: relative;
  overflow: hidden;
  padding: clamp(3rem, 8vw, 5rem) 0;
  background: #0284c7;
  text-align: center;
  color: #fff;
}
.earn-band__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.45;
}
.earn-band__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(3, 105, 161, 0.88), rgba(14, 165, 233, 0.78) 45%, rgba(34, 211, 238, 0.72) 100%);
}
.earn-band__inner { position: relative; z-index: 1; }
.earn-band__title {
  margin: 0 auto;
  max-width: 20ch;
  font-family: var(--display);
  font-size: clamp(2.1rem, 5vw, 3.4rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.02;
}

/* 4 caminos con imagen */
.earn-paths {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 720px) {
  .earn-paths { grid-template-columns: 1fr 1fr; gap: 1.15rem; }
}
.earn-path {
  background: var(--sand-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(28, 25, 23, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.earn-path:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 44px rgba(28, 25, 23, 0.1);
}
.earn-path__img {
  position: relative;
  aspect-ratio: 16 / 10;
  background: linear-gradient(145deg, #0369a1, #0ea5e9 50%, #22d3ee);
}
.earn-path__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.earn-path__img--empty {
  display: grid;
  place-items: center;
  background:
    linear-gradient(145deg, rgba(3, 105, 161, 0.92), rgba(14, 165, 233, 0.88) 55%, rgba(34, 211, 238, 0.85)),
    repeating-linear-gradient(
      -12deg,
      transparent,
      transparent 12px,
      rgba(255, 255, 255, 0.05) 12px,
      rgba(255, 255, 255, 0.05) 24px
    );
}
.earn-path__img--empty img { display: none; }
.earn-path__img--empty::after {
  content: 'Imagen pendiente';
  color: rgba(255, 255, 255, 0.75);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.earn-path__n {
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--mx-black);
  color: #fff;
  font-weight: 900;
  font-size: 0.85rem;
  border: 2px solid #fff;
}
.earn-path h3 {
  margin: 0;
  padding: 0.9rem 1rem 0.35rem;
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: -0.015em;
}
.earn-path p {
  margin: 0;
  padding: 0 1rem 1.1rem;
  color: var(--soft);
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Promo Koomunity */
.earn-promo {
  display: grid;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 900px) {
  .earn-promo {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 2.5rem;
  }
}
.earn-ticks {
  list-style: none;
  margin: 0 0 0.5rem;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}
.earn-ticks li {
  position: relative;
  padding-left: 1.75rem;
  font-weight: 650;
  color: var(--ink);
  line-height: 1.4;
}
.earn-ticks li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--sea);
  font-weight: 900;
}
.earn-promo__stack {
  border-radius: var(--radius);
  overflow: hidden;
  border: 3px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #22d3ee, #0ea5e9, #0369a1) border-box;
  box-shadow: 0 24px 60px rgba(28, 25, 23, 0.14);
}
.earn-promo__stack img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

/* Steps */
.earn-steps {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}
.earn-steps li {
  display: grid;
  grid-template-columns: 2.6rem 1fr;
  gap: 0.85rem;
  padding: 1rem;
  border-radius: 14px;
  background: var(--sand-card);
  border: 1px solid var(--line);
}
.earn-steps__n {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 900;
  color: #fff;
  background: linear-gradient(145deg, #22d3ee, #0284c7);
}
.earn-steps h3 { margin: 0 0 0.25rem; font-size: 1.05rem; font-weight: 800; }
.earn-steps p { margin: 0; color: var(--soft); font-size: 0.92rem; line-height: 1.45; }
.earn-close-sm {
  margin: 0;
  font-weight: 800;
  font-size: 1.05rem;
  line-height: 1.45;
  color: var(--ink);
}

/* Product shots */
.earn-shots { display: grid; gap: clamp(2rem, 5vw, 3rem); }
.earn-shot {
  display: grid;
  gap: 1rem;
  align-items: center;
}
@media (min-width: 860px) {
  .earn-shot { grid-template-columns: 1.25fr 0.75fr; gap: 2rem; }
  .earn-shot--flip { grid-template-columns: 0.75fr 1.25fr; }
  .earn-shot--flip img { order: 2; }
  .earn-shot--flip .earn-shot__copy { order: 1; }
}
.earn-shot img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: 0 18px 40px rgba(28, 25, 23, 0.1);
}
.earn-shot__copy h3 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.3rem, 2vw, 1.65rem);
  font-weight: 900;
  letter-spacing: -0.02em;
}
.earn-shot__copy p {
  margin: 0;
  color: var(--soft);
  font-size: 1.05rem;
  line-height: 1.55;
}

/* Founder */
.earn-founder {
  display: grid;
  gap: 1.75rem;
  align-items: center;
}
@media (min-width: 860px) {
  .earn-founder {
    grid-template-columns: minmax(380px, 520px) 1fr;
    gap: 2.5rem;
  }
}
.earn-founder__photo {
  width: 100%;
  max-width: 520px;
  margin-inline: auto;
  border-radius: 1.25rem;
  aspect-ratio: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
  background: rgba(255, 255, 255, 0.04);
  border: 3px solid rgba(125, 211, 252, 0.45);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
}
@media (max-width: 859px) {
  .earn-founder__photo {
    max-width: min(100%, 420px);
  }
}
.earn-founder__hi {
  margin: 0 0 0.85rem !important;
  font-size: 1.15rem;
  font-weight: 800;
  color: #7dd3fc !important;
}
.earn-founder__body p {
  margin: 0 0 0.9rem;
  color: #a8a29e;
  line-height: 1.65;
}

/* Truth */
.earn-truth {
  padding: clamp(2.75rem, 6vw, 4rem) 0;
  background: var(--sand-deep);
}
/* Transparencia más compacta (vsl-ingresos y similares) */
#transparencia.earn-truth {
  padding: clamp(1.25rem, 2.8vw, 1.85rem) 0;
}
.earn-truth__card {
  padding: clamp(1.5rem, 4vw, 2.25rem);
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid var(--line);
  border-top: 5px solid var(--mx-red);
  box-shadow: 0 16px 40px rgba(28, 25, 23, 0.08);
  text-align: center;
}
#transparencia .earn-truth__card {
  padding: clamp(0.85rem, 2vw, 1.25rem);
}
.earn-truth__card p {
  margin: 0 0 0.85rem;
  color: var(--soft);
  line-height: 1.6;
}

/* FAQ */
.earn-faq { margin-top: 1.35rem; display: grid; gap: 0.6rem; }
.earn-faq__item {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--sand-card);
  overflow: hidden;
}
.earn-faq__item summary {
  cursor: pointer;
  list-style: none;
  padding: 1rem 1.1rem;
  font-weight: 800;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}
.earn-faq__item summary::-webkit-details-marker { display: none; }
.earn-faq__item summary::after {
  content: '+';
  color: var(--ocean-bright);
  font-size: 1.25rem;
  font-weight: 700;
}
.earn-faq__item[open] summary::after { content: '−'; }
.earn-faq__item summary:focus-visible {
  outline: 2px solid var(--ocean);
  outline-offset: -2px;
}
.earn-faq__a {
  padding: 0 1.1rem 1.05rem;
  color: var(--soft);
  line-height: 1.55;
}

/* Final */
.earn-final {
  position: relative;
  padding: clamp(3rem, 7vw, 5rem) 0;
  background: linear-gradient(165deg, #0a0a0a 0%, #0c4a6e 50%, #082f49 100%);
  color: #fff;
  text-align: center;
}
.earn-final__title {
  margin: 0 0 1rem;
  font-family: var(--display);
  font-size: clamp(2.1rem, 4.5vw, 3.2rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.02;
}
.earn-final__text {
  margin: 0 0 0.75rem;
  color: #a8a29e;
  line-height: 1.6;
  font-size: 1.05rem;
}
.earn-final .earn-btn-block { margin-top: 1.35rem; }
.earn-final__end {
  margin: 1.15rem 0 0;
  font-weight: 800;
  color: #7dd3fc;
}

/* Footer */
.earn-footer {
  padding: 2.5rem 0 6rem;
  background: #0a0a0a;
  color: #a8a29e;
  text-align: center;
}
.earn-footer__logo { height: 34px; width: auto; margin: 0 auto 1.15rem; }
.earn-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.2rem;
  margin-bottom: 1.15rem;
  font-size: 0.88rem;
  font-weight: 700;
}
.earn-footer__links a:hover,
.earn-footer__links a:focus-visible {
  color: #fff;
  outline: 2px solid var(--sky);
  outline-offset: 2px;
}
.earn-footer__copy { margin: 0 0 0.85rem; font-size: 0.85rem; }
.earn-footer__disclaimer {
  margin: 0 auto;
  max-width: 38rem;
  font-size: 0.78rem;
  line-height: 1.5;
  color: #78716c;
}

/* Sticky */
.earn-sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 0.85rem calc(0.75rem + env(safe-area-inset-bottom));
  background: rgba(8, 47, 73, 0.96);
  border-top: 1px solid rgba(56, 189, 248, 0.45);
  box-shadow: 0 -12px 32px rgba(0, 0, 0, 0.35);
}
.earn-sticky[hidden] { display: none !important; }
.earn-sticky__btn {
  flex: 1;
  min-height: 2.9rem;
  border-radius: 999px !important;
  font-weight: 900 !important;
  text-transform: uppercase;
}
.earn-sticky__close {
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #d6d3d1;
  font-size: 1.35rem;
  cursor: pointer;
}
.earn-sticky__close:focus-visible { outline: 2px solid var(--sky); }

@media (min-width: 860px) {
  .earn-sticky { display: none !important; }
  .earn-footer { padding-bottom: 2.5rem; }
}

@media (max-width: 719px) {
  .earn-btn-block { max-width: none; }
  body.koo-vsl-earn .btn-lg { width: 100%; }
  body.koo-vsl-earn { padding-bottom: 72px; }
  .earn-promo .btn { width: 100%; }
}

.earn-cta-slim__title {
  margin: 0 0 0.35rem;
  font-family: var(--display);
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
}
.earn-cta-slim__text {
  margin: 0 0 0.65rem;
  color: #cbd5e1;
  font-size: 0.95rem;
  line-height: 1.45;
}
.earn-cta-slim__note {
  margin: 0.65rem 0 0;
  font-size: 0.85rem;
  color: #a8a29e;
  line-height: 1.4;
}
.earn-band__sub {
  margin: 0.85rem auto 0;
  max-width: 32rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
  line-height: 1.5;
}
.earn-paths__note {
  margin: 1.35rem 0 0;
  text-align: center;
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.45;
}

/* Sección aspiracional (cifras como posibilidad, no garantía) */
.earn-imagine {
  padding: clamp(2.75rem, 6vw, 4.25rem) 0;
  background: linear-gradient(165deg, #0c4a6e 0%, #0284c7 45%, #0891b2 100%);
  color: #fff;
  content-visibility: auto;
  contain-intrinsic-size: 700px;
}
.earn-imagine__inner {
  max-width: 42rem;
  margin-inline: auto;
  text-align: center;
}
.earn-eyebrow--on-cyan { color: #a5f3fc !important; }
.earn-imagine__lead {
  margin: 0 0 0.9rem;
  color: #e0f2fe;
  font-size: 1.05rem;
  line-height: 1.55;
}
.earn-imagine__disclaimer {
  margin: 1rem 0 1.15rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #e2e8f0;
  font-size: 0.92rem;
  line-height: 1.5;
}
.earn-punch--on-cyan {
  background: rgba(255, 255, 255, 0.1);
  border-left-color: #fbbf24;
  color: #fff;
  text-align: left;
}
.earn-imagine__benefits {
  list-style: none;
  margin: 1.35rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}
@media (max-width: 560px) {
  .earn-imagine__benefits { grid-template-columns: 1fr; }
}
.earn-imagine__benefits li {
  padding: 0.75rem 0.9rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-weight: 700;
  font-size: 0.92rem;
  line-height: 1.35;
}

/* Transparencia calmada (sin rojo fuerte) */
.earn-truth--calm { background: #e0f2fe; }
.earn-truth__card--calm {
  border-top-color: #0284c7;
}
.earn-punch--calm {
  border-left-color: #f59e0b;
}

/* Testimonios (solo si hay datos reales) */
.earn-testimonials {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 860px) {
  .earn-testimonials { grid-template-columns: repeat(3, 1fr); gap: 1.15rem; }
}
.earn-testimonial {
  padding: 1.25rem;
  border-radius: var(--radius);
  background: var(--sand-card);
  border: 1px solid var(--line);
  box-shadow: 0 12px 28px rgba(28, 25, 23, 0.06);
}
.earn-testimonial__quote {
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--ink);
}
.earn-testimonial__person {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.earn-testimonial__person img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}
.earn-testimonial__person strong {
  display: block;
  font-size: 0.95rem;
}
.earn-testimonial__person span,
.earn-testimonial__person em {
  display: block;
  font-size: 0.82rem;
  color: var(--muted);
  font-style: normal;
}
.earn-testimonial__person em { color: var(--ocean); font-weight: 650; }
.earn-testimonials__disclaimer {
  margin: 1.25rem 0 0;
  text-align: center;
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.45;
}

/* Motion — entrada breve, sin animaciones infinitas (ralentizan la página) */
@keyframes earn-rise {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: no-preference) {
  .earn-hero__title,
  .earn-hero__sub,
  .earn-cta-slim {
    animation: earn-rise 0.55s ease both;
  }
  .earn-hero__sub { animation-delay: 0.06s; }
  .earn-cta-slim { animation-delay: 0.12s; }
}

