/* ============================================================================
   SUBLIFUL — Landing
   Aesthetic: celestial · editorial · glass on warm gradient mesh
   Type: Fraunces (display, variable + WONK) · Manrope (body)
   ============================================================================ */

:root {
  --bg: #fbf6f1;
  --bg-deep: #f3eadd;
  --ink: #1a1424;
  --ink-soft: #4a4255;
  --ink-mute: #877e94;
  --line: rgba(26, 20, 36, 0.08);

  --c-mint:    #9be8d3;
  --c-rose:    #ffb5d1;
  --c-peach:   #ffd4a8;
  --c-lavender:#c8b8ff;
  --c-sky:     #b8d4ff;

  --glass-bg: rgba(255, 255, 255, 0.45);
  --glass-bg-strong: rgba(255, 255, 255, 0.62);
  --glass-border: rgba(255, 255, 255, 0.55);
  --glass-shadow:
    0 1px 0 0 rgba(255, 255, 255, 0.7) inset,
    0 -1px 0 0 rgba(255, 255, 255, 0.2) inset,
    0 30px 60px -20px rgba(80, 60, 120, 0.18),
    0 8px 24px -8px rgba(80, 60, 120, 0.12);

  --font-display: "Fraunces", "Times New Roman", serif;
  --font-body: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  font-size: clamp(16px, 1vw + 12px, 18px);
  line-height: 1.55;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
em { font-style: italic; }

/* ============================================================================
   FONDO ATMOSFÉRICO
   ============================================================================ */
.bg-stage {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 20% 0%, var(--bg-deep) 0%, transparent 55%),
    radial-gradient(ellipse at 80% 100%, var(--bg-deep) 0%, transparent 55%),
    var(--bg);
}
.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.7;
  will-change: transform;
}
.blob--1 { width: 55vw; height: 55vw; top: -10vw; left: -10vw; background: radial-gradient(circle, var(--c-rose) 0%, transparent 70%); }
.blob--2 { width: 50vw; height: 50vw; top: 5vh; right: -15vw; background: radial-gradient(circle, var(--c-peach) 0%, transparent 70%); }
.blob--3 { width: 60vw; height: 60vw; bottom: -20vw; left: 10vw; background: radial-gradient(circle, var(--c-lavender) 0%, transparent 70%); opacity: 0.55; }
.blob--4 { width: 40vw; height: 40vw; top: 40%; left: 35%; background: radial-gradient(circle, var(--c-mint) 0%, transparent 70%); opacity: 0.45; }

.grain {
  position: absolute;
  inset: 0;
  opacity: 0.5;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.35 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

/* ============================================================================
   NAV
   ============================================================================ */
.nav {
  position: fixed;
  top: 1.25rem;
  left: 1.25rem;
  right: 1.25rem;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}
.nav__brand, .nav__cta { pointer-events: auto; }
.nav__brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px; height: 56px;
  border-radius: 999px;
  background: var(--glass-bg);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  border: 1px solid var(--glass-border);
  box-shadow: var(--glass-shadow);
  transition: transform 0.4s var(--ease-out);
}
.nav__brand:hover { transform: scale(1.05); }

.logo-mark {
  width: 40px;
  height: 40px;
  display: block;
  object-fit: contain;
}
.logo-mark--sm { width: 28px; height: 28px; }

.nav__cta {
  display: flex;
  gap: 0.5rem;
  padding: 0.45rem;
  border-radius: 999px;
  background: var(--glass-bg);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  border: 1px solid var(--glass-border);
  box-shadow: var(--glass-shadow);
}
.pill {
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ink);
  transition: background 0.3s var(--ease-out);
}
.pill:hover { background: rgba(255, 255, 255, 0.55); }

@media (max-width: 720px) {
  .nav__cta { display: none; }
}

#smooth-wrapper { position: relative; z-index: 1; }
#smooth-content { position: relative; z-index: 1; }

/* ============================================================================
   STORE BADGES (Apple/Google)
   ============================================================================ */
.store-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.7rem 1.3rem 0.7rem 1.1rem;
  border-radius: 16px;
  background: #1a1424;
  color: #fff;
  font-family: var(--font-body);
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s var(--ease-out);
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 10px 30px -10px rgba(26, 20, 36, 0.4);
}
.store-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px -12px rgba(26, 20, 36, 0.55);
}
.store-badge span {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.store-badge small {
  font-size: 0.65rem;
  font-weight: 500;
  opacity: 0.85;
  letter-spacing: 0.04em;
}
.store-badge strong {
  font-size: 1.05rem;
  font-weight: 600;
  font-family: var(--font-body);
  letter-spacing: -0.01em;
}
.store-badge--lg {
  padding: 0.95rem 1.6rem 0.95rem 1.3rem;
  border-radius: 20px;
}
.store-badge--lg small { font-size: 0.7rem; }
.store-badge--lg strong { font-size: 1.2rem; }

/* ============================================================================
   HERO
   ============================================================================ */
.hero {
  min-height: 100svh;
  padding: 8rem 1.5rem 4rem;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero__inner {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(2rem, 5vw, 6rem);
  align-items: center;
}
@media (max-width: 900px) {
  .hero__inner { grid-template-columns: 1fr; gap: 3rem; }
  .hero { padding-top: 7rem; }
}

.hero__eyebrow, .kicker, .prose__kicker {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--ink-mute);
  margin: 0 0 1.5rem;
}

.hero__title {
  font-family: var(--font-display);
  font-size: clamp(4.5rem, 14vw, 12rem);
  font-weight: 600;
  font-variation-settings: "opsz" 144, "SOFT" 30, "WONK" 1;
  letter-spacing: -0.04em;
  line-height: 0.92;
  margin: 0 0 1.5rem;
  background: linear-gradient(135deg, var(--ink) 0%, var(--ink) 40%, #6b4f8c 60%, #4a4255 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero__lede {
  font-family: var(--font-display);
  font-weight: 300;
  font-variation-settings: "opsz" 36;
  font-size: clamp(1.15rem, 1.6vw + 0.5rem, 1.5rem);
  line-height: 1.4;
  color: var(--ink-soft);
  max-width: 36ch;
  margin: 0 0 2.5rem;
}
.hero__lede em {
  font-style: italic;
  font-variation-settings: "opsz" 36, "WONK" 1;
  color: var(--ink);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}
.hero__actions-label {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--ink-soft);
  margin-right: 0.5rem;
  width: 100%;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.95rem 1.6rem;
  border-radius: 999px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.98rem;
  color: var(--ink);
  cursor: pointer;
  transition: transform 0.4s var(--ease-out), background 0.3s var(--ease-out);
}
.btn--glass {
  background: var(--glass-bg);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  border: 1px solid var(--glass-border);
  box-shadow: var(--glass-shadow);
}
.btn--glass:hover { transform: translateY(-2px); background: var(--glass-bg-strong); }
.btn--full { width: 100%; }

/* ============================================================================
   MOCKUP — imagen del teléfono
   ============================================================================ */
.hero__visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  perspective: 1400px;
  will-change: transform;
}
.phone-stack {
  position: relative;
  width: min(100%, 410px);
  display: flex;
  justify-content: center;
  align-items: center;
  transform-style: preserve-3d;
  filter: drop-shadow(0 50px 100px rgba(80, 60, 120, 0.3));
}
.phone-stack__img {
  width: 100%;
  height: auto;
  display: block;
  user-select: none;
  -webkit-user-drag: none;
}

/* Scroll cue */
.hero__scroll-cue {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--ink-mute);
}
.hero__scroll-line {
  width: 1px; height: 40px;
  background: linear-gradient(to bottom, var(--ink-mute), transparent);
  animation: scrollPulse 2s var(--ease-in-out) infinite;
}
@keyframes scrollPulse {
  0%, 100% { transform: scaleY(1); transform-origin: top; opacity: 0.5; }
  50%      { transform: scaleY(1.3); transform-origin: top; opacity: 1; }
}

/* ============================================================================
   PROSE
   ============================================================================ */
.prose {
  padding: 12rem 1.5rem;
  position: relative;
  z-index: 1;
}
.prose__inner { max-width: 1100px; margin: 0 auto; }

.prose__title,
.features__title,
.pillars__title,
.testimonials__title,
.pricing__title,
.cta-final__title {
  font-family: var(--font-display);
  font-weight: 500;
  font-variation-settings: "opsz" 144, "SOFT" 50;
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin: 0;
}
.prose__title em,
.features__title em,
.pillars__title em,
.testimonials__title em,
.pricing__title em,
.cta-final__title em {
  font-style: italic;
  font-variation-settings: "opsz" 144, "WONK" 1;
}

.prose__title {
  font-size: clamp(2.5rem, 6vw + 0.5rem, 5.5rem);
  margin-bottom: 4rem;
}
.prose__title em {
  background: linear-gradient(135deg, #c8b8ff 0%, #ffb5d1 50%, #ffd4a8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.prose__columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.5rem;
  font-size: 1.1rem;
  line-height: 1.65;
  color: var(--ink-soft);
  margin-bottom: 4rem;
}
.prose__columns p { margin: 0; }
.prose__columns strong { color: var(--ink); font-weight: 700; }

.prose__quote {
  font-family: var(--font-display);
  font-weight: 400;
  font-variation-settings: "opsz" 144, "SOFT" 80, "WONK" 1;
  font-size: clamp(1.4rem, 2.4vw + 0.5rem, 2.2rem);
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0;
  padding: 2.5rem 3rem;
  border-radius: 32px;
  background: var(--glass-bg);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  border: 1px solid var(--glass-border);
  box-shadow: var(--glass-shadow);
  position: relative;
}
.prose__quote em {
  font-style: italic;
  font-variation-settings: "opsz" 144, "WONK" 1;
  display: inline-block;
  margin-right: 0.4em;
}
.prose__quote span[aria-hidden] {
  font-family: var(--font-display);
  font-size: 4em;
  line-height: 0;
  position: absolute;
  top: 0.45em;
  left: 0.4em;
  color: var(--c-rose);
  opacity: 0.5;
}

/* ============================================================================
   FEATURES — grid centrado (modo "features--grid"). El horizontal scroll se
   activará cuando haya 4+ tarjetas, en una clase aparte.
   ============================================================================ */
.features {
  position: relative;
  z-index: 1;
  padding: 8rem 1.5rem;
}
.features__inner {
  max-width: 1400px;
  margin: 0 auto;
}
.features__header {
  max-width: 900px;
  margin: 0 auto 5rem;
  text-align: center;
}
.features__title {
  font-size: clamp(2.5rem, 5vw + 0.5rem, 4.5rem);
  line-height: 1;
}
.features__title em { color: var(--ink-soft); }

/* Modo grid: 3 cards centradas */
.features--grid .features__track {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  align-items: stretch;
  max-width: 1280px;
  margin: 0 auto;
}

.feature {
  padding: 2.8rem 2.4rem;
  border-radius: 36px;
  background: var(--glass-bg);
  backdrop-filter: blur(24px) saturate(170%);
  -webkit-backdrop-filter: blur(24px) saturate(170%);
  border: 1px solid var(--glass-border);
  box-shadow: var(--glass-shadow);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: transform 0.5s var(--ease-out);
}
.feature:hover { transform: translateY(-6px); }
.feature__num {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  font-family: var(--font-display);
  font-weight: 300;
  font-style: italic;
  font-variation-settings: "opsz" 144, "WONK" 1;
  font-size: 6rem;
  line-height: 1;
  color: var(--ink);
  opacity: 0.08;
}
.feature__art {
  width: 100%;
  height: 220px;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature__art svg { width: 100%; height: 100%; max-width: 240px; }
.feature__title {
  font-family: var(--font-display);
  font-weight: 500;
  font-variation-settings: "opsz" 144;
  font-size: clamp(1.7rem, 2vw + 0.5rem, 2.2rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 1rem;
  color: var(--ink);
}
.feature__body {
  font-family: var(--font-body);
  font-size: 1.02rem;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0;
}

/* Modo horizontal scroll (futuro: agregar clase .features--horizontal cuando
   tengamos 4+ cards) */
.features--horizontal {
  padding: 0;
}
.features--horizontal .features__inner {
  height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 2rem 0 2rem 1.5rem;
}
.features--horizontal .features__header {
  text-align: left;
  max-width: 1400px;
  margin: 0 auto 2.5rem;
  padding-right: 1.5rem;
}
.features--horizontal .features__track {
  display: flex;
  gap: 2rem;
  flex: 1;
  align-items: center;
  width: max-content;
  padding-right: 4rem;
}
.features--horizontal .feature {
  width: clamp(320px, 70vw, 520px);
  height: min(70vh, 560px);
}

@media (max-width: 720px) {
  .features--horizontal .features__inner { height: auto; padding: 4rem 1.5rem; }
  .features--horizontal .features__track { flex-direction: column; width: 100%; padding-right: 0; gap: 1.5rem; }
  .features--horizontal .feature { width: 100%; height: auto; min-height: 480px; }
}

/* ============================================================================
   PILARES
   ============================================================================ */
.pillars {
  padding: 12rem 1.5rem;
  position: relative;
  z-index: 1;
}
.pillars__inner {
  max-width: 1300px;
  margin: 0 auto;
}
.pillars__title {
  font-size: clamp(2.5rem, 5vw + 0.5rem, 4.8rem);
  margin-bottom: 1.5rem;
}
.pillars__title em {
  background: linear-gradient(135deg, #9be8d3 0%, #c8b8ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pillars__lede {
  font-family: var(--font-display);
  font-weight: 300;
  font-variation-settings: "opsz" 36;
  font-size: clamp(1.1rem, 1.5vw + 0.4rem, 1.4rem);
  line-height: 1.5;
  color: var(--ink-soft);
  max-width: 56ch;
  margin: 0 0 5rem;
}

.pillars__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}

.pillar {
  padding: 2.5rem 2rem;
  border-radius: 28px;
  background: var(--glass-bg);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  border: 1px solid var(--glass-border);
  box-shadow: var(--glass-shadow);
  transition: transform 0.5s var(--ease-out);
}
.pillar:hover {
  transform: translateY(-6px);
}
.pillar__icon {
  width: 72px;
  height: 72px;
  margin-bottom: 1.5rem;
}
.pillar__icon svg { width: 100%; height: 100%; }
.pillar__title {
  font-family: var(--font-display);
  font-weight: 500;
  font-variation-settings: "opsz" 144;
  font-size: 1.6rem;
  letter-spacing: -0.02em;
  margin: 0 0 0.4rem;
  color: var(--ink);
}
.pillar__sub {
  font-family: var(--font-display);
  font-style: italic;
  font-variation-settings: "opsz" 36, "WONK" 1;
  font-size: 1rem;
  color: var(--ink-soft);
  margin: 0 0 1rem;
}
.pillar__body {
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0;
}

/* ============================================================================
   TESTIMONIOS
   ============================================================================ */
.testimonials {
  padding: 8rem 1.5rem;
  position: relative;
  z-index: 1;
}
.testimonials__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.testimonials__title {
  font-size: clamp(2.5rem, 5vw + 0.5rem, 4.5rem);
  margin-bottom: 5rem;
}
.testimonials__title em {
  background: linear-gradient(135deg, #ffb5d1 0%, #c8b8ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.testimonials__grid {
  columns: 2;
  column-gap: 1.5rem;
}
@media (max-width: 720px) { .testimonials__grid { columns: 1; } }

.testimonial {
  break-inside: avoid;
  margin: 0 0 1.5rem;
  padding: 2rem 2.2rem;
  border-radius: 28px;
  background: var(--glass-bg);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  border: 1px solid var(--glass-border);
  box-shadow: var(--glass-shadow);
}
.testimonial blockquote {
  font-family: var(--font-display);
  font-weight: 400;
  font-variation-settings: "opsz" 36, "SOFT" 50;
  font-size: 1.2rem;
  line-height: 1.45;
  color: var(--ink);
  margin: 0 0 1.5rem;
}
.testimonial figcaption {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.testimonial__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--av-a, var(--c-rose)), var(--av-b, var(--c-lavender)));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.1rem;
  color: #fff;
  flex-shrink: 0;
  box-shadow: 0 4px 12px -2px rgba(80, 60, 120, 0.25);
}
.testimonial figcaption strong {
  display: block;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--ink);
}
.testimonial figcaption small {
  font-size: 0.8rem;
  color: var(--ink-mute);
  letter-spacing: 0.04em;
}

/* ============================================================================
   PRICING
   ============================================================================ */
.pricing {
  padding: 10rem 1.5rem;
  position: relative;
  z-index: 1;
}
.pricing__inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.pricing__title {
  font-size: clamp(2.8rem, 6vw + 0.5rem, 5.5rem);
  margin-bottom: 1.5rem;
}
.pricing__title em {
  background: linear-gradient(135deg, #ffd4a8 0%, #ffb5d1 50%, #c8b8ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pricing__lede {
  font-family: var(--font-display);
  font-weight: 300;
  font-variation-settings: "opsz" 36;
  font-size: clamp(1.1rem, 1.4vw + 0.4rem, 1.35rem);
  line-height: 1.5;
  color: var(--ink-soft);
  max-width: 50ch;
  margin: 0 auto 3rem;
}

.pricing__promo {
  max-width: 520px;
  margin: 0 auto 4rem;
  padding: 2.5rem 2.5rem 2.2rem;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(255, 181, 209, 0.4), rgba(200, 184, 255, 0.4));
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid var(--glass-border);
  box-shadow: var(--glass-shadow);
  text-align: center;
}
.pricing__promo-flag {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.6);
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  margin-bottom: 1rem;
}
.pricing__promo h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-variation-settings: "opsz" 144, "WONK" 1;
  font-style: italic;
  font-size: clamp(2.5rem, 4vw + 0.5rem, 3.6rem);
  line-height: 1;
  letter-spacing: -0.025em;
  margin: 0 0 0.6rem;
  background: linear-gradient(135deg, #ff8eb5, #c8b8ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pricing__promo p {
  font-size: 0.95rem;
  color: var(--ink-soft);
  margin: 0;
}

.pricing__benefits {
  list-style: none;
  padding: 0;
  margin: 0 auto 4rem;
  max-width: 600px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.pricing__benefits li {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  font-size: 1.02rem;
  line-height: 1.5;
  color: var(--ink-soft);
}
.pricing__benefits li span {
  flex-shrink: 0;
  width: 26px; height: 26px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--c-rose), var(--c-lavender));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  margin-top: 2px;
}

.pricing__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  max-width: 800px;
  margin: 0 auto 3rem;
}
.plan {
  padding: 2.5rem 2rem;
  border-radius: 28px;
  background: var(--glass-bg);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  border: 1px solid var(--glass-border);
  box-shadow: var(--glass-shadow);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
  text-align: left;
}
.plan--featured {
  background: linear-gradient(135deg, rgba(255, 212, 168, 0.4), rgba(255, 181, 209, 0.4));
  border-color: rgba(255, 255, 255, 0.7);
}
.plan__badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--ink);
  color: #fff;
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 0.4rem 1rem;
  border-radius: 999px;
}
.plan__header { display: flex; flex-direction: column; gap: 0.5rem; }
.plan__period {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--ink-mute);
}
.plan__regular {
  font-size: 0.9rem;
  color: var(--ink-mute);
  margin: 0;
}
.plan__regular s { opacity: 0.8; }
.plan__price {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
}
.plan__price strong {
  font-family: var(--font-display);
  font-weight: 600;
  font-variation-settings: "opsz" 144, "SOFT" 50;
  font-size: clamp(2.5rem, 4vw, 3.2rem);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.plan__price small {
  font-size: 1rem;
  color: var(--ink-soft);
}

.pricing__fineprint {
  font-size: 0.9rem;
  color: var(--ink-mute);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ============================================================================
   CTA FINAL
   ============================================================================ */
.cta-final {
  padding: 14rem 1.5rem 8rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cta-final__inner { max-width: 900px; margin: 0 auto; }
.cta-final__title {
  font-size: clamp(3rem, 8vw, 7rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
  margin-bottom: 2rem;
}
.cta-final__title em {
  background: linear-gradient(135deg, #ffb5d1 0%, #c8b8ff 50%, #9be8d3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cta-final__lede {
  font-family: var(--font-display);
  font-weight: 300;
  font-variation-settings: "opsz" 36;
  font-size: clamp(1.1rem, 1.5vw + 0.5rem, 1.4rem);
  line-height: 1.5;
  color: var(--ink-soft);
  max-width: 520px;
  margin: 0 auto 3rem;
}
.cta-final__buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

/* ============================================================================
   FOOTER
   ============================================================================ */
.footer {
  padding: 3rem 1.5rem 2.5rem;
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.footer__inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.footer__brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.2rem;
  color: var(--ink);
}
.footer__copy {
  margin: 0;
  font-size: 0.85rem;
  color: var(--ink-mute);
}
.footer__powered {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.85rem;
  color: var(--ink-mute);
  transition: color 0.3s var(--ease-out);
}
.footer__powered:hover { color: var(--ink); }
.footer__powered strong {
  font-family: var(--font-display);
  font-weight: 600;
  font-variation-settings: "opsz" 36;
  background: linear-gradient(135deg, #9be8d3 0%, #ffb5d1 50%, #c8b8ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ============================================================================
   ANIMACIONES iniciales — Blur-in + translate
   ============================================================================ */
.js-ready [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  filter: blur(15px);
  will-change: opacity, transform, filter;
}
[data-split] .split-char,
[data-split-words] .split-word {
  display: inline-block;
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1 !important; transform: none !important; filter: none !important; }
  .blob, .hero__scroll-line { animation: none !important; }
}

/* ============================================================================
   MODAL DE DESCARGA
   ============================================================================ */
.dl-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
.dl-modal[hidden] { display: none; }
.dl-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(26, 20, 36, 0.4);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  cursor: pointer;
  animation: dlFadeIn 0.4s var(--ease-out);
}
.dl-modal__panel {
  position: relative;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(30px) saturate(180%);
  -webkit-backdrop-filter: blur(30px) saturate(180%);
  border: 1px solid var(--glass-border);
  border-radius: 32px;
  box-shadow:
    0 50px 100px -20px rgba(80, 60, 120, 0.4),
    0 1px 0 rgba(255, 255, 255, 0.8) inset;
  padding: 3rem 2.5rem 2.5rem;
  max-width: 460px;
  width: 100%;
  text-align: center;
  animation: dlSlideIn 0.5s var(--ease-out);
}
@keyframes dlFadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes dlSlideIn {
  from { opacity: 0; transform: translateY(20px) scale(0.95); }
  to   { opacity: 1; transform: none; }
}
.dl-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid var(--glass-border);
  font-size: 1.4rem;
  line-height: 1;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s var(--ease-out);
  font-family: var(--font-body);
}
.dl-modal__close:hover { background: rgba(255, 255, 255, 0.9); }
.dl-modal__title {
  font-family: var(--font-display);
  font-weight: 500;
  font-variation-settings: "opsz" 144;
  font-size: 1.8rem;
  letter-spacing: -0.025em;
  margin: 0 0 0.6rem;
  color: var(--ink);
}
.dl-modal__lede {
  font-family: var(--font-display);
  font-weight: 300;
  font-variation-settings: "opsz" 36;
  font-size: 1rem;
  line-height: 1.4;
  color: var(--ink-soft);
  margin: 0 0 2rem;
}
.dl-modal__buttons {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.dl-modal__buttons .store-badge {
  width: 100%;
  justify-content: center;
}
