﻿:root {
  --bg: #f7f6f2;
  --surface: #ffffff;
  --text: #141414;
  --muted: #4f4f4f;
  --accent: #111111;
  --border: #e4dfd6;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "IBM Plex Sans", "Inter", "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.7;
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  background-color: #01040d;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: none;
}

.site-header.site-header--scrolled {
  background-color: rgba(1, 4, 13, 0.9);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.site-header__inner {
  width: min(1120px, 92vw);
  margin: 0 auto;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.site-header__logo-slot {
  color: #f5f2eb;
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size: 0.85rem;
  text-transform: uppercase;
}

.site-header__logo {
  display: block;
  max-height: 80px;
  width: auto;
}

.site-header__cta {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(calc(-50% - 14px)) scale(0.92);
  text-decoration: none;
  color: #1c1033;
  font-weight: 800;
  font-size: 0.98rem;
  letter-spacing: 0.02em;
  padding: 0.82rem 1.3rem;
  border-radius: 8px;
  border: 1px solid #c3a6e6;
  background: #c3a6e6;
  box-shadow: 0 8px 24px rgba(93, 63, 142, 0.18);
  text-shadow: none;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 360ms ease-out,
    transform 620ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 420ms ease-out;
}

.site-header--show-cta .site-header__cta {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-50%) scale(1);
  box-shadow:
    0 10px 28px rgba(93, 63, 142, 0.24),
    0 0 0 1px rgba(255, 255, 255, 0.16);
}

.site-header__cta:hover {
  filter: brightness(1.03) saturate(1.03);
  box-shadow: none;
}

.site-header__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(1rem, 2.2vw, 2.2rem);
  color: #f5f2eb;
  font-size: clamp(0.95rem, 1.1vw, 1.05rem);
  font-weight: 500;
  position: absolute;
  right: 0;
}

.site-header__nav a {
  text-decoration: none;
}

.site-header__nav a:hover {
  opacity: 0.82;
}

.site-header__menu-toggle {
  display: none;
  position: absolute;
  right: 0;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  background: rgba(11, 16, 30, 0.8);
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.site-header__menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #f5f2eb;
  transition: transform 220ms ease, opacity 200ms ease;
}

.site-header--menu-open .site-header__menu-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.site-header--menu-open .site-header__menu-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header--menu-open .site-header__menu-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.section {
  padding: 6rem 0;
  border-top: 1px solid var(--border);
}

.section--alt {
  background: var(--surface);
}

#problema {
  position: relative;
  overflow: hidden;
  background: #070b16;
  border-top: none;
}

#problema::before {
  content: none;
}

#problema .container {
  position: relative;
  z-index: 1;
}

#problema .section__title {
  color: #ffffff;
}

#beneficios {
  background: #070b16;
  border-top: none;
}

#incluye {
  background: #070b16;
  border-top: none;
}

#bonos {
  background: #070b16;
  border-top: none;
}

#bonos .section__title {
  text-align: center;
  color: #ffffff;
}


  
#incluye .section__title {
  text-align: center;
  color: #ffffff;
}

#incluye .section__text {
  text-align: center;
  color: rgba(245, 242, 235, 0.9);
  margin-inline: auto;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
}

#beneficios .section__title,
#beneficios .section__text,
#beneficios .list-block__title,
#beneficios .list {
  color: #ffffff;
}

#beneficios .section__title {
  text-align: center;
  color: #ffffff;
}

#beneficios .section__text {
  color: rgba(245, 242, 235, 0.9);
}

#beneficios .list-block {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(195, 166, 230, 0.26);
  box-shadow:
    0 0 0 1px rgba(195, 166, 230, 0.08),
    0 0 18px rgba(122, 86, 255, 0.12);
}

#beneficios .list,
#beneficios .list-block__title {
  color: #f5f2eb;
}

#beneficios .list-block__title {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.25rem, 1.8vw, 1.45rem);
}

#beneficios .list li::marker {
  color: rgba(245, 242, 235, 0.9);
}

#beneficios .list-block {
  max-width: 920px;
  margin: 0 auto;
}

#beneficios .list--benefits-pills {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1rem;
  justify-content: center;
}

#beneficios .list--benefits-pills li {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.72rem 1rem;
  border-radius: 12px;
  border: 1px dashed rgba(195, 166, 230, 0.36);
  background: rgba(7, 11, 22, 0.52);
  color: #f5f2eb;
  transform: translateY(0) scale(1);
  transition:
    transform 340ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow 340ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    border-color 280ms ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  will-change: transform;
  position: relative;
  z-index: 0;
}

#beneficios .list--benefits-pills li::after {
  content: "";
  position: absolute;
  left: 14%;
  right: 14%;
  bottom: -12px;
  height: 14px;
  border-radius: 999px;
  background: radial-gradient(
    ellipse at center,
    rgba(181, 131, 255, 0.36) 0%,
    rgba(122, 86, 255, 0.18) 45%,
    rgba(122, 86, 255, 0) 100%
  );
  filter: blur(6px);
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}

#beneficios .list--benefits-pills li:hover {
  transform: translateY(-3px) scale(1.005);
  border-color: rgba(195, 166, 230, 0.62);
  box-shadow:
    0 8px 16px rgba(0, 0, 0, 0.26),
    0 0 10px rgba(122, 86, 255, 0.14);
}

#beneficios .list--benefits-pills li:hover::after {
  opacity: 1;
}

#beneficios .list--benefits-pills li::before {
  content: "✓";
  width: 1.05rem;
  height: 1.05rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1;
  color: #ffd18f;
  text-shadow:
    0 0 8px rgba(255, 179, 102, 0.75),
    0 0 14px rgba(255, 122, 44, 0.42);
  flex: 0 0 auto;
}

.section__stack {
  display: grid;
  gap: 1.8rem;
}

.section__title {
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 3rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
  font-weight: 600;
}

.section__title--center {
  text-align: center;
}

.section__text {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  max-width: 720px;
}

.section__emphasis {
  margin: 0;
  font-weight: 600;
  color: var(--text);
  max-width: 720px;
}

.hero {
  padding: 5rem 0 6rem;
  border-top: none;
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  background-image:
    linear-gradient(
      90deg,
      rgba(7, 11, 22, 0.9) 0%,
      rgba(7, 11, 22, 0.72) 34%,
      rgba(7, 11, 22, 0.34) 54%,
      rgba(7, 11, 22, 0.08) 68%,
      rgba(7, 11, 22, 0) 78%
    ),
    url("img/hero1.png");
  background-color: #070b16;
  background-size: cover;
  background-position: 75% center;
  background-repeat: no-repeat;
  color: #f5f2eb;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: #b583ff;
  box-shadow:
    0 0 8px rgba(200, 150, 255, 0.75),
    0 0 18px rgba(181, 131, 255, 0.55),
    0 0 32px rgba(122, 86, 255, 0.4);
  pointer-events: none;
  z-index: 3;
}

.hero__grid {
  display: grid;
  gap: 3.5rem;
  align-items: center;
}

.hero__content {
  max-width: 520px;
}

.hero__title {
  margin: 0 0 1.4rem;
  font-size: clamp(3.4rem, 6.8vw, 4.8rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-weight: 800;
  max-width: 520px;
  color: #c3a6e6;
  white-space: nowrap;
}

.hero__subtitle {
  margin: 0 0 1.3rem;
  font-size: 1.12rem;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.4;
  max-width: 520px;
  text-align: justify;
  text-justify: inter-word;
}

.hero__support {
  margin: 0;
  font-size: 1rem;
  color: rgba(245, 242, 235, 0.9);
  max-width: 520px;
}

.hero__media {
  display: none;
  border-radius: 14px;
  overflow: visible;
  background: #0a0b0d;
  min-height: 520px;
  position: relative;
  box-shadow: 
    0 0 60px rgba(166, 92, 255, 0.35),
    0 0 120px rgba(166, 92, 255, 0.25);
}

.hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    to left,
    rgba(0,0,0,0) 75%,
    rgba(8,16,33,0.4) 85%,
    rgba(8,16,33,0.7) 92%,
    rgba(8,16,33,1) 100%
  );
}


.hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  display: block;

  /* Desvanecido hacia la izquierda */
  -webkit-mask-image: linear-gradient(
    to left,
    rgba(0,0,0,1) 95%,
    rgba(0,0,0,0.85) 95%,
    rgba(0,0,0,0.4) 92%,
    rgba(0,0,0,0) 100%
  );

  mask-image: linear-gradient(
    to left,
    rgba(0,0,0,1) 75%,
    rgba(0,0,0,0.85) 85%,
    rgba(0,0,0,0.4) 92%,
    rgba(0,0,0,0) 100%
  );
}

.hero__embers {
  position: absolute;
  display: none;
  pointer-events: none;
  z-index: 6;
}

.hero__ember {
  position: absolute;
  left: 50%;
  bottom: 6%;
  width: clamp(4px, 0.5vw, 8px);
  aspect-ratio: 1;
  border-radius: 999px;
  opacity: 0;
  background:
    radial-gradient(circle at 32% 28%, #fdf4ff 0%, #eac6ff 24%, #c178ff 48%, #8a63ff 72%, rgba(85, 108, 255, 0.08) 100%);
  box-shadow:
    0 0 9px rgba(202, 133, 255, 0.78),
    0 0 18px rgba(128, 110, 255, 0.46),
    0 0 28px rgba(88, 145, 255, 0.3);
  transform: translate3d(var(--x, 0px), 0, 0) scale(0.5);
  animation:
    hero-ember-rise var(--dur, 2.6s) linear infinite,
    hero-ember-palette 1.9s ease-in-out infinite;
  animation-delay: var(--delay, 0s), var(--delay, 0s);
}

@keyframes hero-ember-rise {
  0% {
    opacity: 0;
    transform: translate3d(var(--x, 0px), 0, 0) scale(0.48);
  }
  14% {
    opacity: 0.95;
  }
  78% {
    opacity: 0.42;
  }
  100% {
    opacity: 0;
    transform: translate3d(calc(var(--x, 0px) + var(--drift, 10px)), -86px, 0) scale(0.15);
  }
}

@keyframes hero-ember-palette {
  0% {
    background:
      radial-gradient(circle at 32% 28%, #fdf4ff 0%, #eac6ff 24%, #c178ff 48%, #8a63ff 72%, rgba(85, 108, 255, 0.08) 100%);
    box-shadow:
      0 0 9px rgba(202, 133, 255, 0.78),
      0 0 18px rgba(128, 110, 255, 0.46),
      0 0 28px rgba(88, 145, 255, 0.3);
  }
  50% {
    background:
      radial-gradient(circle at 30% 30%, #fff4d7 0%, #ffd68f 24%, #ff9a58 46%, #ff6b3d 70%, rgba(255, 89, 36, 0.1) 100%);
    box-shadow:
      0 0 9px rgba(255, 184, 116, 0.78),
      0 0 18px rgba(255, 124, 71, 0.5),
      0 0 28px rgba(255, 94, 48, 0.36);
  }
  100% {
    background:
      radial-gradient(circle at 32% 28%, #fdf4ff 0%, #eac6ff 24%, #c178ff 48%, #8a63ff 72%, rgba(85, 108, 255, 0.08) 100%);
    box-shadow:
      0 0 9px rgba(202, 133, 255, 0.78),
      0 0 18px rgba(128, 110, 255, 0.46),
      0 0 28px rgba(88, 145, 255, 0.3);
  }
}


.cta {
  display: grid;
  gap: 0.85rem;
  justify-items: start;
  margin-top: 1.2rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.7rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid var(--accent);
  background: var(--accent);
  color: #ffffff;
}

.microcopy {
  margin: 0;
  font-size: 0.95rem;
  color: var(--muted);
  max-width: 520px;
}

.hero .btn {
  border: 1px solid rgba(210, 165, 255, 0.65);
  color: #1c1033;
  font-weight: 800;
  background: linear-gradient(
    140deg,
    #d7abff 0%,
    #ca93ff 26%,
    #bc7fff 52%,
    #ab6eff 74%,
    #9b63f5 100%
  );
  background-size: 220% 220%;
  box-shadow: none;
  animation: hero-fire-shift 5.2s ease-in-out infinite;
  text-shadow: none;
}

.hero .btn:hover {
  filter: brightness(1.03) saturate(1.03);
  box-shadow: none;
}

@keyframes hero-fire-shift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 52%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header__cta,
  .hero .btn,
  .microcopy--underline,
  .list--symptoms-checks li::after,
  .hero__ember {
    animation: none;
  }

  .list--symptoms-checks.is-visible li::after {
    opacity: 1;
    transform: scale(1);
  }
}

.hero .microcopy {
  color: rgba(245, 242, 235, 0.7);
}

.microcopy--underline {
  display: inline-block;
  padding-bottom: 0.18rem;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 1px;
  animation: microcopy-underline 1.2s ease-out 3s forwards;
}

@keyframes microcopy-underline {
  0% {
    background-size: 0% 1px;
  }
  100% {
    background-size: 100% 1px;
  }
}

.list-block {
  display: grid;
  gap: 0.85rem;
  padding: 1.4rem 1.6rem;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--surface);
  max-width: 760px;
}

.list-block--center {
  justify-self: center;
  background: rgba(7, 11, 22, 0.52);
  border: 1px dashed rgba(195, 166, 230, 0.36);
  border-radius: 12px;
  box-shadow:
    0 0 0 1px rgba(195, 166, 230, 0.08),
    0 0 18px rgba(122, 86, 255, 0.12);
}

.list-block--center .list-block__title,
.list-block--center .list {
  color: #ffffff;
}

.list-block--center .list-block__title {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  font-size: clamp(1.25rem, 2.2vw, 1.6rem);
  letter-spacing: 0.04em;
}

.list-block__title {
  margin: 0;
  font-weight: 600;
}

.list {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--muted);
}

.list--symptoms-checks {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1rem;
  justify-content: center;
}

.list--symptoms-checks li {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.72rem 0.95rem;
  border-radius: 12px;
  border: 1px dashed rgba(195, 166, 230, 0.36);
  background: rgba(7, 11, 22, 0.52);
  color: #f5f2eb;
}

.list--symptoms-checks li::after {
  content: "X";
  color: #ef4444;
  font-weight: 700;
  opacity: 0;
  transform: scale(0.8);
  margin-left: auto;
}

.list--symptoms-checks.is-visible li:nth-child(1)::after {
  animation: symptom-check-in 420ms ease forwards;
  animation-delay: 0.7s;
}

.list--symptoms-checks.is-visible li:nth-child(2)::after {
  animation: symptom-check-in 420ms ease forwards;
  animation-delay: 1.4s;
}

.list--symptoms-checks.is-visible li:nth-child(3)::after {
  animation: symptom-check-in 420ms ease forwards;
  animation-delay: 2.1s;
}

.list--symptoms-checks.is-visible li:nth-child(4)::after {
  animation: symptom-check-in 420ms ease forwards;
  animation-delay: 2.8s;
}

@keyframes symptom-check-in {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.list--checks {
  list-style: none;
  padding-left: 0;
}

.list--checks li {
  padding-left: 0;
}

#incluye .list--checks,
.escala-section {
  counter-reset: include-card;
  display: flex;
  flex-wrap: nowrap;
  gap: 1.2rem;

  overflow-x: auto;
  overflow-y: hidden;

  scroll-snap-type: x proximity;
  scroll-padding-inline: 4vw;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;

  width: 100%;
  max-width: 100%;
  padding: 0 4vw 0 4vw; /* espacio lateral real */
  margin: 0 auto;

  cursor: grab;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-x;
}

#incluye .list--checks.is-hinting,
.escala-section.is-hinting {
  scroll-snap-type: none !important;
  scroll-behavior: auto;
}

.escala-section::after {
  content: "";
  flex: 0 0 4vw;
}

.escala-card {
  scroll-snap-align: center;
}

/* DOTS DE LA SECCI�N ESCALA */
.escala-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 1.2rem;
}

.escala-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(195,166,230,0.35);
  transition: all 280ms ease;
}

.escala-dot.active {
  background: #b583ff;
  box-shadow: 0 0 10px rgba(181,131,255,0.6);
  transform: scale(1.2);
}



#incluye .list--checks::-webkit-scrollbar,
.escala-section::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

#incluye .list--checks.is-dragging,
.escala-section.is-dragging {
  cursor: grabbing;
  user-select: none;
}

#incluye .list--checks li,
.escala-card {
  counter-increment: include-card;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 1rem;
  min-height: 330px;
  min-width: min(420px, 84vw);
  flex: 0 0 min(420px, 84vw);
  padding: 1.2rem;
  border-radius: 14px;
  border: 1px dashed rgba(195, 166, 230, 0.36);
  background:
    linear-gradient(
      180deg,
      rgba(10, 6, 15, 0) 0%,
      rgba(10, 6, 15, 0) 34%,
      rgba(7, 11, 22, 0.95) 34%,
      rgba(7, 11, 22, 0.95) 62%,
      rgba(10, 6, 15, 0) 62%,
      rgba(10, 6, 15, 0) 100%
    ) center 40% / calc(100% - 2.2rem) 112px no-repeat,
    linear-gradient(
      180deg,
      rgba(19, 7, 22, 0.9) 0%,
      rgba(12, 6, 20, 0.86) 100%
    );
  color: #f5f2eb;
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.4;
  overflow: hidden;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}

#incluye .list--checks li::before,
.escala-card::before {
  content: counter(include-card, decimal-leading-zero);
  position: absolute;
  top: 1.1rem;
  left: 1.2rem;
  font-size: clamp(4.1rem, 8vw, 5.8rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  color: rgba(239, 230, 255, 0.64);
  text-shadow:
    0 0 6px rgba(214, 182, 255, 0.32),
    0 0 14px rgba(122, 86, 255, 0.2);
}

#incluye .include-card__image {
  width: 100%;
  height: 112px;
  margin-top: 5.2rem;
  border-radius: 12px;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(195, 166, 230, 0.2);
  background: rgba(7, 11, 22, 0.95);
}

#incluye .include-card__text {
  display: block;
}

#incluye .include-card__desc {
  margin: 0.55rem 0 0;
  color: rgba(245, 242, 235, 0.84);
  font-size: 0.96rem;
  line-height: 1.45;
}

.break {
  padding: 1.1rem 1.5rem;
  border-left: 2px solid var(--accent);
  background: var(--surface);
  max-width: 760px;
}

.break p {
  margin: 0;
  font-weight: 600;
}

.card-grid {
  display: grid;
  gap: 1.6rem;
}

.card {
  padding: 1.6rem;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: var(--surface);
}

.card__label {
  margin: 0 0 0.5rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
}

.card__title {
  margin: 0 0 0.6rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.card__text {
  margin: 0;
  color: var(--muted);
}
#bonos .card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

#bonos .card {
  position: relative;
  overflow: hidden;
  padding: 0;
  min-height: 480px;
  border-radius: 16px;
  border: 1px solid rgba(195, 166, 230, 0.38);
  background: #0a0e1b;
  display: flex;
  align-items: flex-end;
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(195, 166, 230, 0.1);
}

#bonos .card__image-wrap {
  position: absolute;
  inset: 0;
}

#bonos .card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

#bonos .card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(181, 131, 255, 0.18) 0%, rgba(181, 131, 255, 0) 38%),
    linear-gradient(180deg, rgba(3, 5, 10, 0.02) 42%, rgba(3, 5, 10, 0.94) 76%, rgba(3, 5, 10, 0.99) 100%);
  z-index: 1;
  pointer-events: none;
}

#bonos .card__content {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: auto;
  min-height: 220px;
  padding: 1.1rem 1.05rem 1.25rem;
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 0.45rem;
}

#bonos .card__label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0;
  padding: 0.34rem 0.88rem;
  border-radius: 999px;
  border: 1px solid rgba(218, 193, 255, 0.62);
  background: linear-gradient(120deg, rgba(190, 149, 255, 0.5) 0%, rgba(58, 24, 90, 0.8) 100%);
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

#bonos .card__title {
  margin: 0;
  min-height: 2.35em;
  color: #ffffff;
  font-size: clamp(1.7rem, 2.2vw, 2.15rem);
  line-height: 1.12;
  font-weight: 700;
}

#bonos .card__text {
  margin: 0;
  color: rgba(245, 242, 235, 0.92);
  font-size: 1rem;
  line-height: 1.35;
}

.split {
  display: grid;
  gap: 1.6rem;
}

.panel {
  padding: 1.6rem;
  border-radius: 12px;
  background: var(--surface);
  border: 1px solid var(--border);
}

.panel--outline {
  background: transparent;
}

.panel__title {
  margin: 0 0 0.6rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.price {
  align-items: start;
}

.price__value {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 600;
}

@media (max-width: 900px) {
  #incluye .list--checks,
  .escala-section {
    cursor: auto;
  }

  #incluye .list--checks li {
    min-height: 280px;
    min-width: min(360px, 88vw);
    flex-basis: min(360px, 88vw);
  }

  #incluye .include-card__image {
    margin-top: 4.6rem;
    height: 96px;
  }

  #bonos .card-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  #bonos .card {
    min-height: 420px;
  }
}

@media (max-width: 1024px) {
  .site-header__inner {
    justify-content: center;
  }

  .site-header__cta {
    display: none;
  }

  .site-header__menu-toggle {
    display: inline-flex;
  }

  .site-header__nav {
    position: absolute;
    top: calc(100% + 10px);
    left: auto;
    right: 0;
    display: grid;
    gap: 0.25rem;
    padding: 0.7rem;
    border-radius: 12px;
    border: 1px solid rgba(195, 166, 230, 0.32);
    background: rgba(4, 10, 20, 0.95);
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.34);
    width: max-content;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: opacity 220ms ease, transform 220ms ease;
  }

  .site-header__nav a {
    white-space: nowrap;
    padding: 0.72rem 0.9rem;
    border-radius: 9px;
  }

  .site-header__nav a:hover {
    background: rgba(195, 166, 230, 0.14);
    opacity: 1;
  }

  .site-header--menu-open .site-header__nav {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}

@media (min-width: 900px) {
  #incluye .list--checks,
  .escala-section {
    scroll-snap-type: x mandatory;
  }

  #incluye .list--checks li,
  .escala-card {
    scroll-snap-stop: always;
  }

  .hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr);
  }

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

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

@media (min-width: 1024px) {
  .hero {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    padding: 0;
    background:
      radial-gradient(
        62% 74% at 80% 54%,
        rgba(24, 76, 166, 0.26) 0%,
        rgba(24, 76, 166, 0.1) 34%,
        rgba(24, 76, 166, 0) 72%
      ),
      linear-gradient(
        90deg,
        #070b16 0%,
        #091022 34%,
        #091020 58%,
        #070b16 100%
      );
  }

  .hero .container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    height: 100vh;
    position: relative;
  }

  .hero__grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    gap: clamp(1rem, 2.4vw, 2.8rem);
    padding: 154px 3vw 24px 4.5vw;
  }

  .hero__content {
    position: relative;
    z-index: 2;
    width: min(42vw, 620px);
    max-width: 620px;
    margin-left: 0;
    padding: 0;
  }

  .hero__title {
    font-size: clamp(3rem, 5.8vw, 4.1rem);
    line-height: 1.1;
    max-width: none;
  }

  .hero__subtitle,
  .hero__support,
  .hero .microcopy {
    max-width: none;
  }

  .hero__support {
    text-align: justify;
    text-justify: inter-word;
  }

  .hero__media {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 0;
    background: transparent;
    overflow: hidden;
    width: min(50vw, 980px);
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 0 0 22px 22px;
    box-shadow: none;
    pointer-events: auto;
    isolation: isolate;
    perspective: 1100px;
    transform-style: preserve-3d;
    clip-path: inset(0 round 0 0 22px 22px);
    -webkit-mask-image: radial-gradient(
      120% 120% at 58% 50%,
      rgba(0, 0, 0, 1) 58%,
      rgba(0, 0, 0, 0.94) 72%,
      rgba(0, 0, 0, 0.6) 84%,
      rgba(0, 0, 0, 0.18) 93%,
      rgba(0, 0, 0, 0) 100%
    );
    mask-image: radial-gradient(
      120% 120% at 58% 50%,
      rgba(0, 0, 0, 1) 58%,
      rgba(0, 0, 0, 0.94) 72%,
      rgba(0, 0, 0, 0.6) 84%,
      rgba(0, 0, 0, 0.18) 93%,
      rgba(0, 0, 0, 0) 100%
    );
  }

  .hero__embers {
    display: block;
    left: 9%;
    top: 6%;
    width: 22%;
    height: 30%;
  }

  .hero__media::before {
    content: "";
    position: absolute;
    inset: -7%;
    pointer-events: none;
    z-index: 0;
    border-radius: 0 0 22px 22px;
    background:
      radial-gradient(
        54% 62% at 63% 52%,
        rgba(40, 112, 226, 0.42) 0%,
        rgba(40, 112, 226, 0.14) 45%,
        rgba(40, 112, 226, 0) 100%
      ),
      radial-gradient(
        44% 52% at 45% 56%,
        rgba(176, 108, 255, 0.34) 0%,
        rgba(176, 108, 255, 0.12) 42%,
        rgba(176, 108, 255, 0) 100%
      );
    filter: blur(26px) saturate(1.08);
    opacity: 0.9;
  }

  .hero__media::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: 0 0 22px 22px;
    z-index: 2;
    background:
      radial-gradient(
        240px 260px at 36% 60%,
        rgba(181, 118, 255, 0.34) 0%,
        rgba(128, 85, 255, 0.18) 38%,
        rgba(92, 68, 255, 0) 72%
      ),
      radial-gradient(
        460px 360px at 42% 68%,
        rgba(123, 89, 255, 0.2) 0%,
        rgba(123, 89, 255, 0.08) 52%,
        rgba(123, 89, 255, 0) 100%
      );
    mix-blend-mode: screen;
  }

  .hero__image {
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 0 0 22px 22px;
    clip-path: inset(0 round 0 0 22px 22px);
    transform: translate3d(var(--hero-depth-x, 0px), var(--hero-depth-y, 0px), var(--hero-depth-z, 0px)) scale(1);
    transform-origin: center;
    transition: transform 220ms ease-out;
    will-change: transform;
    backface-visibility: hidden;
    -webkit-mask-image: radial-gradient(
      110% 112% at 58% 50%,
      rgba(0, 0, 0, 1) 62%,
      rgba(0, 0, 0, 0.92) 76%,
      rgba(0, 0, 0, 0.58) 88%,
      rgba(0, 0, 0, 0.14) 96%,
      rgba(0, 0, 0, 0) 100%
    );
    mask-image: radial-gradient(
      110% 112% at 58% 50%,
      rgba(0, 0, 0, 1) 62%,
      rgba(0, 0, 0, 0.92) 76%,
      rgba(0, 0, 0, 0.58) 88%,
      rgba(0, 0, 0, 0.14) 96%,
      rgba(0, 0, 0, 0) 100%
    );
  }
}

@media (max-width: 720px) {
  .section {
    padding: 3.75rem 0;
  }

  .hero {
    padding: 0;
    min-height: 92vh;
    position: relative;
    overflow: hidden;
    background-image: url("img/hero1.png");
    background-position: 54% center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      180deg,
      rgba(10, 12, 16, 0) 0%,
      rgba(10, 12, 16, 0.05) 52%,
      rgba(10, 12, 16, 0.26) 100%
    );
  }

  .hero__grid {
    position: relative;
    z-index: 1;
    min-height: 92vh;
    align-content: end;
    padding: 4.25rem 0 1.8rem;
  }

  .btn {
    width: 100%;
  }

  .hero__media {
    min-height: 320px;
  }
}

@media (max-width: 768px) {
  .hero {
    min-height: auto;
    padding: 5.5rem 0 2.2rem;
    position: relative;
    overflow: visible;
    background: #070b16;
  }

  .hero .container {
    width: 100%;
    max-width: none;
  }

  .hero__media {
    display: block;
    position: relative;
    inset: auto;
    min-height: 0;
    margin-top: 1.25rem;
    border-radius: 16px;
    overflow: hidden;
    background: transparent;
  }

  .hero__image {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    min-width: 0;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: center;
    transform: none;
    z-index: 1;
  }

  .hero::before {
    display: none;
  }

  .hero__grid {
    position: relative;
    z-index: 2;
    min-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 20px;
    gap: 0;
  }

  .hero__content {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .hero__title {
    margin-top: 0;
    font-size: clamp(1.75rem, 8.2vw, 2.35rem);
    line-height: 1.12;
    max-width: 100%;
    text-align: center;
    overflow-wrap: anywhere;
  }

  .hero__subtitle {
    max-width: 100%;
    text-align: center;
    text-justify: auto;
  }

  .hero__support,
  .hero .microcopy {
    max-width: 100%;
    text-align: center;
  }

  .cta {
    justify-items: center;
  }
}



















#filtro {
  background: #070b16;
  border-top: none;
}

#filtro .section__title,
#filtro .panel__title,
#filtro .list,
#filtro .list li {
  color: #ffffff;
}

#filtro .panel {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(195, 166, 230, 0.28);
}

#filtro .panel--outline {
  background: transparent;
}


#filtro .panel--negative {
  background: rgba(4, 8, 16, 0.88);
  border: 1px dashed rgba(195, 166, 230, 0.38);
}

#filtro .panel--negative .panel__title {
  font-size: clamp(1.35rem, 2vw, 1.6rem);
  font-weight: 700;
  margin-bottom: 1.1rem;
}

#filtro .list--negative {
  list-style: none;
  padding-left: 0;
  display: grid;
  gap: 0.7rem;
}

#filtro .list--negative li {
  position: relative;
  margin: 0;
  padding: 0.9rem 1rem 0.9rem 2.85rem;
  border-radius: 10px;
  border: 1px dashed rgba(255, 255, 255, 0.42);
  background: rgba(2, 6, 14, 0.6);
  line-height: 1.35;
}

#filtro .list--negative li::before {
  content: "X";
  position: absolute;
  left: 1.05rem;
  top: 50%;
  transform: translateY(-50%);
  color: #ef4444;
  font-weight: 700;
  font-size: 1.05rem;
}

#filtro .panel--positive {
  background: rgba(4, 8, 16, 0.88);
  border: 1px dashed rgba(195, 166, 230, 0.38);
}

#filtro .panel--positive .panel__title {
  font-size: clamp(1.35rem, 2vw, 1.6rem);
  font-weight: 700;
  margin-bottom: 1.1rem;
}

#filtro .list--positive {
  list-style: none;
  padding-left: 0;
  display: grid;
  gap: 0.7rem;
}

#filtro .list--positive li {
  position: relative;
  margin: 0;
  padding: 0.9rem 1rem 0.9rem 2.85rem;
  border-radius: 10px;
  border: 1px dashed rgba(255, 255, 255, 0.42);
  background: rgba(2, 6, 14, 0.6);
  line-height: 1.35;
}

#filtro .list--positive li::before {
  content: "✓";
  position: absolute;
  left: 1.02rem;
  top: 50%;
  transform: translateY(-50%);
  color: #22c55e;
  font-weight: 700;
  font-size: 1.1rem;
}

#filtro .section__title {
  text-align: center;
}


#filtro .list--positive li {
  transition:
    border-color 220ms ease,
    background-color 220ms ease,
    box-shadow 260ms ease,
    transform 220ms ease,
    color 220ms ease;
}

#filtro .list--positive li::before {
  transition:
    color 220ms ease,
    text-shadow 220ms ease,
    transform 220ms ease;
}

#filtro .list--positive li:hover {
  border-color: rgba(34, 197, 94, 0.78);
  background: rgba(8, 26, 18, 0.64);
  box-shadow:
    0 0 0 1px rgba(34, 197, 94, 0.18),
    0 0 16px rgba(34, 197, 94, 0.16);
  transform: translateY(-1px);
  color: #f6fff9;
}

#filtro .list--positive li:hover::before {
  color: #22c55e;
  text-shadow: 0 0 10px rgba(34, 197, 94, 0.45);
  transform: translateY(-50%) scale(1.06);
}

#filtro .list--negative li {
  transition:
    border-color 220ms ease,
    background-color 220ms ease,
    box-shadow 260ms ease,
    transform 220ms ease,
    color 220ms ease;
}

#filtro .list--negative li::before {
  transition:
    color 220ms ease,
    text-shadow 220ms ease,
    transform 220ms ease;
}

#filtro .list--negative li:hover {
  border-color: rgba(239, 68, 68, 0.78);
  background: rgba(34, 8, 10, 0.64);
  box-shadow:
    0 0 0 1px rgba(239, 68, 68, 0.18),
    0 0 16px rgba(239, 68, 68, 0.16);
  transform: translateY(-1px);
  color: #fff5f5;
}

#filtro .list--negative li:hover::before {
  color: #ef4444;
  text-shadow: 0 0 10px rgba(239, 68, 68, 0.45);
  transform: translateY(-50%) scale(1.06);
}

#precio {
  background: #070b16;
  border-top: none;
}

#precio .price-layout {
  display: grid;
  gap: 1.4rem;
  align-items: stretch;
}

#precio .price-media {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(195, 166, 230, 0.28);
  min-height: 420px;
  background: #090d18;
}

#precio .price-media__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

#precio .price-content {
  display: grid;
  align-content: center;
  gap: 0.9rem;
  color: #ffffff;
}

#precio .price-badge {
  margin: 0;
  width: fit-content;
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(245, 242, 235, 0.95);
  font-size: 0.92rem;
}

#precio .price-title {
  margin: 0;
  color: #ca93ff;
  text-shadow:
    0 0 4px rgba(202, 147, 255, 0.45),
    0 0 10px rgba(188, 127, 255, 0.28);
}

#precio .price-lead {
  margin: 0;
  color: rgba(245, 242, 235, 0.95);
  max-width: 520px;
  font-size: clamp(1.1rem, 1.8vw, 1.7rem);
  line-height: 1.2;
}

#precio .price-card {
  margin-top: 0.35rem;
  position: relative;
  isolation: isolate;
  display: grid;
  gap: 0.9rem;
  padding: 1.25rem 1.2rem;
  border-radius: 14px;
  border: 1px solid rgba(195, 166, 230, 0.35);
  background:
    linear-gradient(180deg, rgba(43, 13, 55, 0.65) 0%, rgba(8, 12, 24, 0.94) 100%);
  box-shadow:
    0 0 0 1px rgba(195, 166, 230, 0.08),
    0 16px 26px rgba(0, 0, 0, 0.34),
    0 0 44px rgba(188, 127, 255, 0.3);
  animation: price-neon-breathe 12s ease-in-out infinite;
}

#precio .price-card::before {
  content: "";
  position: absolute;
  inset: -20px;
  border-radius: 22px;
  z-index: -1;
  background:
    radial-gradient(80% 65% at 50% 10%, rgba(210, 150, 255, 0.28) 0%, rgba(210, 150, 255, 0) 70%),
    radial-gradient(75% 60% at 50% 100%, rgba(156, 92, 255, 0.24) 0%, rgba(156, 92, 255, 0) 72%);
  filter: blur(34px);
  opacity: 0.55;
  animation: price-neon-drift 14s ease-in-out infinite;
  pointer-events: none;
}

#precio .price-card__amount {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 1;
  color: #ffffff;
  font-weight: 700;
}

#precio .price-card__sub {
  margin: 0;
  color: rgba(245, 242, 235, 0.88);
  font-size: 1.02rem;
}

#precio .price-card__note {
  margin: 0;
  padding: 0.95rem 1rem;
  border-radius: 10px;
  background: #14171b;
  color: rgba(245, 242, 235, 0.84);
  line-height: 1.25;
}

#precio .price-card__cta {
  justify-self: start;
  border: 1px solid rgba(210, 165, 255, 0.65);
  color: #1c1033;
  font-weight: 800;
  background: linear-gradient(
    140deg,
    #d7abff 0%,
    #ca93ff 26%,
    #bc7fff 52%,
    #ab6eff 74%,
    #9b63f5 100%
  );
  background-size: 220% 220%;
  box-shadow: none;
  animation: hero-fire-shift 5.2s ease-in-out infinite;
  text-shadow: none;
}

#precio .price-card__cta:hover {
  filter: brightness(1.03) saturate(1.03);
  box-shadow: none;
}

@media (min-width: 980px) {
  #precio .price-layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 1.6rem;
  }

  #precio .price-media {
    min-height: 560px;
  }
}











@keyframes price-neon-breathe {
  0%, 100% {
    box-shadow:
      0 0 0 1px rgba(195, 166, 230, 0.08),
      0 16px 26px rgba(0, 0, 0, 0.34),
      0 0 28px rgba(188, 127, 255, 0.22);
  }
  35% {
    box-shadow:
      0 0 0 1px rgba(195, 166, 230, 0.1),
      0 16px 26px rgba(0, 0, 0, 0.34),
      0 0 44px rgba(188, 127, 255, 0.31);
  }
  68% {
    box-shadow:
      0 0 0 1px rgba(195, 166, 230, 0.09),
      0 16px 26px rgba(0, 0, 0, 0.34),
      0 0 36px rgba(188, 127, 255, 0.26);
  }
}

@keyframes price-neon-drift {
  0%, 100% {
    opacity: 0.44;
    transform: translate3d(0, 0, 0) scale(1);
  }
  30% {
    opacity: 0.58;
    transform: translate3d(-4px, -2px, 0) scale(1.02);
  }
  60% {
    opacity: 0.52;
    transform: translate3d(3px, 3px, 0) scale(1.03);
  }
  80% {
    opacity: 0.56;
    transform: translate3d(-2px, 1px, 0) scale(1.015);
  }
}

#faq {
  background: #070b16;
  border-top: none;
}

#faq .section__title {
  color: #ffffff;
  text-align: center;
}

#faq .faq-list {
  display: grid;
  gap: 0.9rem;
  width: min(920px, 100%);
  margin: 0 auto;
}

#faq .faq-item {
  width: 100%;
  background: rgba(2, 6, 14, 0.6);
  border: 1px dashed rgba(255, 255, 255, 0.38);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 260ms ease, box-shadow 260ms ease;
}

#faq .faq-item.is-expanded {
  border-color: rgba(195, 166, 230, 0.58);
  box-shadow: 0 0 0 1px rgba(195, 166, 230, 0.14);
}

#faq .faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1.08rem 1.25rem 1.08rem 2.75rem;
  background: transparent;
  border: none;
  color: #ffffff;
  font-weight: 600;
  font-size: clamp(1rem, 1.3vw, 1.16rem);
  line-height: 1.3;
  position: relative;
  cursor: pointer;
  text-align: left;
}

#faq .faq-question::before {
  content: "+";
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 700;
  transition: transform 260ms ease, color 260ms ease;
}

#faq .faq-item.is-expanded .faq-question::before {
  content: "−";
  color: #c3a6e6;
}

#faq .faq-answer {
  margin: 0;
  padding: 0 1.25rem 0 2.75rem;
  color: rgba(245, 242, 235, 0.9);
  line-height: 1.45;

  max-height: 0;
  overflow: hidden;
  opacity: 0;

  transition:
    max-height 380ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 220ms ease,
    padding 280ms ease;
}

#faq .faq-item.is-expanded .faq-answer {
  max-height: 400px; /* suficiente para cualquier respuesta */
  opacity: 1;
  padding: 0 1.25rem 1.2rem 2.75rem;
}



#faq .faq-item {
  border: 1px dashed rgba(255,255,255,0.15);
  border-radius: 14px;
  transition: 
    border-color 200ms ease,
    background 300ms ease;
}

#faq .faq-item.is-expanded {
  background: rgba(255,255,255,0.03);
  border-color: rgba(255,255,255,0.3);
}
