:root {
  --bg: #fff7fa;
  --card: #ffffff;
  --ink: #1f1d29;
  --muted: #6b6777;
  --brand: #e85c88;
  --brand-2: #8956ff;
  --ok: #10b981;
  --shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
  --radius: 18px;
  --radius-sm: 12px;
  --maxw: 1120px;
}

* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  margin: 0;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, Segoe UI, Roboto,
    "Helvetica Neue", Arial, "Noto Sans";
  color: var(--ink);
  /* background: radial-gradient(
      1200px 800px at 80% -10%,
      rgba(236, 72, 153, 0.18),
      transparent 70%
    ),
    radial-gradient(
      900px 600px at -10% 0%,
      rgba(139, 92, 246, 0.2),
      transparent 60%
    ),
    var(--bg); */
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
.only-phone {
  display: block;
}
.only-pc {
  display: none;
}
.rounded {
  border-radius: var(--radius);
}

.center {
  text-align: center;
}

.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 18px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  gap: 0.6rem;
  padding: 14px 18px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-weight: 800;
  background: linear-gradient(
    135deg,
    var(--brand),
    #ff7aa8 40%,
    var(--brand-2)
  );
  color: white;
  box-shadow: 0 8px 18px rgba(232, 92, 136, 0.35);
  transition: transform 0.08s ease, box-shadow 0.2s ease;
}
.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(232, 92, 136, 0.45);
}
.btn.secondary {
  background: #fff;
  color: var(--brand);
  border: 2px solid #ffd0df;
  box-shadow: none;
  font-weight: 700;
}

.eyebrow {
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 10px;
  font-weight: 800;
}

.headline {
  color: #444444;
  font-size: clamp(1.5rem, 4vw, 3rem);
  line-height: 1.5;
  margin: 0.6rem 0 1rem 0;
  font-weight: 800;
}

.highlight {
  color: var(--brand);
  font-weight: 800;
  text-shadow: -1px -1px 0 #f2f2f2, 1px -1px 0 #f2f2f2, -1px 1px 0 #f2f2f2,
    1px 1px 0 #f2f2f2;
}
.h2 {
  font-size: 1.6rem;
}
#propuesta {
  background: radial-gradient(
      900px 600px at -10% 0%,
      rgba(139, 92, 246, 0.2),
      transparent 60%
    ),
    var(--bg);
}
.lead {
  font-size: clamp(1rem, 2.6vw, 1.2rem);
  color: #3b3743;
}
.muted {
  color: var(--muted);
}
.small {
  font-size: 0.9rem;
}

section {
  padding: 30px 0 30px 0;
}
.banner-bar {
  background-color: #000; /* Fondo negro elegante */
  color: #ffd700; /* Texto dorado */
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  width: 100%;
  z-index: 9999;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.hero {
  padding-top: 28px;
  background: radial-gradient(
      1200px 800px at 80% -10%,
      rgba(236, 72, 153, 0.18),
      transparent 70%
    ),
    radial-gradient(
      900px 600px at -10% 0%,
      rgba(139, 92, 246, 0.2),
      transparent 60%
    ),
    var(--bg);
}
.hero-wrap {
  display: grid;
  gap: 28px;
  align-items: center;
}
.hero .card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6), #fff);
  padding: 20px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid #f4e8f2;
}
.hero-visual {
  position: relative;
}
.hero-visual img {
  box-shadow: 0 15px 35px rgba(139, 92, 246, 0.25);
}
.pre-title {
  display: inline-block;
  font-size: 1rem;
  color: var(--muted);
  margin-bottom: 10px;
  font-weight: 800;
}
.floating {
  position: absolute;
  right: -10px;
  bottom: -14px;
  background: #fff;
  padding: 10px 12px;
  border-radius: 14px;
  box-shadow: var(--shadow);
  border: 1px solid #f2e6ef;
  display: flex;
  align-items: center;
  gap: 10px;
}
.mock-mini {
  width: 48px;
  height: 64px;
  object-fit: cover;
  border-radius: 10px;
}
.float-text {
  font-weight: 700;
}

.grid {
  display: grid;
  gap: 16px;
}
.grid.cols-2 {
  grid-template-columns: 1fr;
}
.grid.cols-3 {
  grid-template-columns: 1fr;
}

.card {
  background: var(--card);
  border: 1px solid #f1e6f1;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 18px;
}
.card h3 {
  margin: 0.2rem 0 0.6rem;
  font-size: 1.08rem;
}
.list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.65rem;
}
.list li {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
}
.tick {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.12);
  display: grid;
  place-items: center;
}
.tick svg {
  width: 14px;
  height: 14px;
}

.bonus {
  background: linear-gradient(
    90deg,
    rgba(255, 225, 236, 0.65),
    rgba(220, 215, 255, 0.6)
  );
  border: 1px solid #f1d5e4;
}
.badge {
  text-decoration-line: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: #db1111;
  font-weight: 800;
  color: #db1111;
  letter-spacing: 0.02em;
}
/* Evita reflujo al cargar imágenes del carrusel */
.testi-img {
  width: 100%;
  border-radius: 12px;
  display: block;
}
.bigger {
  font-size: 1.5rem;
}
.soft-pink {
  border-color: #f6d8e5;
}
.soft-lila {
  border-color: #eadcff;
}

.pricing {
  display: grid;
  gap: 16px;
  align-items: center;
}
.price-tag {
  display: flex;
  align-items: end;
  gap: 0.6rem;
}
.price-tag .now {
  font-size: 2.2rem;
  font-weight: 900;
  color: #1f1d29;
}
.price-tag .old {
  color: var(--muted);
  text-decoration: line-through;
}
.brand {
  color: var(--brand);
}
.timer {
  display: flex;
  justify-content: center;
  gap: 8px;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.timer .box {
  background: #1f1d29;
  color: #fff;
  padding: 8px 10px;
  border-radius: 10px;
  min-width: 48px;
  text-align: center;
  align-items: center;
}
.secure {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--muted);
  font-size: 0.9rem;
}
.secure svg {
  opacity: 0.8;
}
.story {
  background: radial-gradient(
      1200px 800px at 80% -10%,
      rgba(236, 72, 153, 0.18),
      transparent 70%
    ),
    radial-gradient(
      900px 600px at -10% 0%,
      rgba(139, 92, 246, 0.2),
      transparent 60%
    ),
    var(--bg);
}
.story .portrait {
  box-shadow: var(--shadow);
}

.carousel {
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scrollbar-width: none; /* Firefox */
}
.carousel::-webkit-scrollbar {
  /* Webkit */
  display: none;
}
.carousel-track {
  display: flex;
  align-items: stretch;
  gap: 14px;
}
/* Cada testimonio ocupa ancho legible y se centra */
.testi {
  scroll-snap-align: center;
  flex: 0 0 auto;
  width: clamp(260px, 86vw, 520px); /* ancho responsivo */
  background: #fff;
  border: 1px solid #f1e6f1;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 16px;
}

/* Imagen del testimonio (opcional) */
.testi-img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-bottom: 10px;
  display: block;
}

/* Texto */
.testi-text {
  margin: 6px 2px 0 2px;
  color: var(--ink);
  font-size: 0.98rem;
}

/* Ajuste: puntos */
.dots {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin-top: 10px;
}
.dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #e5d9f9;
  border: none;
  cursor: pointer;
}
.dot.active {
  background: #8b5cf6;
}
.who {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
}
.avatar {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  object-fit: cover;
}
.dots {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin-top: 10px;
}

.guarantee {
  display: grid;
  gap: 14px;
  align-items: center;
}

footer {
  padding: 36px 0;
  color: #6b6777;
  font-size: 0.92rem;
}

/* Utilities */
.center {
  text-align: center;
}
.mt-8 {
  margin-top: 8px;
}
.mt-12 {
  margin-top: 12px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-24 {
  margin-top: 24px;
}
.mt-32 {
  margin-top: 32px;
}
.stack-8 {
  display: grid;
  gap: 8px;
}
.stack-12 {
  display: grid;
  gap: 12px;
}
.stack-16 {
  display: grid;
  gap: 16px;
}
.stack-20 {
  display: grid;
  gap: 20px;
}
.stack-24 {
  display: grid;
  gap: 24px;
}
.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #f1e6f1;
}

nav.site {
  position: sticky;
  top: 0;
  backdrop-filter: saturate(150%) blur(8px);
  background: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid #f2e6ef;
  z-index: 50;
}
nav .bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
}
.logo .mark {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
}

@media (min-width: 760px) {
  .hero-wrap {
    grid-template-columns: 1.2fr 0.9fr;
  }
  .grid.cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid.cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .only-phone {
    display: none;
  }
  .only-pc {
    display: block;
  }
}
