/* Landing de campañas (/empieza-con-destia).
   Misma marca que la portada (azul marino, azul Destia, turquesa, Plus Jakarta
   Sans); todo con prefijo `lp-` para no pisar global.css ni style_home_ai.css.
   Las «capturas» son maquetas en HTML: nítidas en cualquier pantalla, sin datos
   de clientes reales y animables. */

:root {
  --lp-navy: #0a1628;
  --lp-navy-2: #111f38;
  --lp-blue: #0052cc;
  --lp-blue-2: #2f6fe0;
  --lp-cyan: #00c7b7;
  --lp-ink: #0f1b2d;
  --lp-text: #3d4a5f;
  --lp-soft: #6a7890;
  --lp-line: #e3e8f0;
  --lp-bg-soft: #f4f7fb;
  --lp-wa: #e7fbe4;
  --lp-red: #e5484d;
  --lp-radius: 18px;
  --lp-shadow: 0 1px 2px rgba(10, 22, 40, .05), 0 24px 60px -28px rgba(10, 22, 40, .35);
}

.lp-page { background: #fff; color: var(--lp-text); }
.lp-page * { box-sizing: border-box; }
.lp-wrap { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 20px; }
.lp-grad {
  background: linear-gradient(120deg, #00c7b7 0%, #4c9aff 55%, #8b93ff 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* ── Botones ─────────────────────────────────────────────────────────────── */
.lp-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  padding: 1rem 1.6rem; border-radius: 14px; font-weight: 800; font-size: 1.02rem;
  text-decoration: none; transition: transform .18s, box-shadow .18s, background .18s;
  line-height: 1.2;
}
.lp-btn svg { width: 19px; height: 19px; }
.lp-btn-main {
  background: linear-gradient(135deg, #00c7b7 0%, #0aa99b 100%); color: #06231f;
  box-shadow: 0 12px 30px -10px rgba(0, 199, 183, .65);
}
.lp-btn-main:hover { transform: translateY(-2px); color: #06231f; box-shadow: 0 16px 36px -10px rgba(0, 199, 183, .8); }
.lp-btn-ghost { color: #fff; border: 1px solid rgba(255, 255, 255, .28); background: rgba(255, 255, 255, .04); }
.lp-btn-ghost:hover { background: rgba(255, 255, 255, .1); color: #fff; }
.lp-btn-blue { background: var(--lp-blue); color: #fff; box-shadow: 0 12px 30px -12px rgba(0, 82, 204, .7); }
.lp-btn-blue:hover { background: #0047b3; color: #fff; transform: translateY(-2px); }
.lp-btn:focus-visible { outline: 3px solid #4c9aff; outline-offset: 3px; }

.lp-riesgo {
  display: flex; flex-wrap: wrap; gap: .5rem 1.2rem; margin-top: 1.1rem;
  font-size: .88rem; font-weight: 600; color: rgba(255, 255, 255, .78);
  list-style: none; padding: 0;
}
.lp-riesgo li { display: inline-flex; align-items: center; gap: .4rem; }
.lp-riesgo svg { width: 16px; height: 16px; color: var(--lp-cyan); }
.lp-riesgo.claro { color: var(--lp-soft); justify-content: center; }

/* ── Hero ────────────────────────────────────────────────────────────────── */
.lp-hero {
  position: relative; overflow: hidden; color: #fff;
  background:
    radial-gradient(900px 500px at 85% 20%, rgba(0, 82, 204, .45), transparent 60%),
    radial-gradient(700px 420px at 10% 90%, rgba(0, 199, 183, .16), transparent 60%),
    var(--lp-navy);
  padding: 8.5rem 0 5rem;
}
.lp-hero::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px);
  background-size: 26px 26px; mask-image: linear-gradient(to bottom, #000 30%, transparent 95%);
}
.lp-hero-grid {
  position: relative; z-index: 1; display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: 3.5rem; align-items: center;
}
.lp-eyebrow {
  display: inline-flex; align-items: center; gap: .5rem; padding: .4rem .9rem;
  border-radius: 999px; font-size: .82rem; font-weight: 700; letter-spacing: .01em;
  background: rgba(0, 199, 183, .12); color: #7ff3e8; border: 1px solid rgba(0, 199, 183, .3);
  margin-bottom: 1.4rem;
}
.lp-eyebrow svg { width: 15px; height: 15px; }
.lp-hero h1 {
  font-size: clamp(2.2rem, 4.6vw, 3.55rem); line-height: 1.07; font-weight: 800;
  letter-spacing: -.035em; margin: 0 0 1.3rem; color: #fff; text-wrap: balance;
}
.lp-hero-lead { font-size: 1.16rem; line-height: 1.65; color: rgba(255, 255, 255, .78); margin: 0 0 2rem; max-width: 36rem; }
.lp-hero-lead strong { color: #fff; }
.lp-ctas { display: flex; flex-wrap: wrap; gap: .8rem; }

/* Teléfono con la conversación del agente */
.lp-demo { position: relative; max-width: 400px; margin-left: auto; }
.lp-phone {
  position: relative; background: #0b141a; border-radius: 34px; padding: 10px;
  box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .7), 0 0 0 1px rgba(255, 255, 255, .08);
}
.lp-phone-screen { border-radius: 26px; overflow: hidden; background: #efeae2; }
.lp-wa-head {
  display: flex; align-items: center; gap: .65rem; padding: .85rem 1rem;
  background: #075e54; color: #fff;
}
.lp-wa-avatar {
  width: 36px; height: 36px; border-radius: 50%; flex: 0 0 auto;
  background: linear-gradient(135deg, #00c7b7, #0052cc); display: grid; place-items: center;
  font-weight: 800; font-size: .8rem;
}
.lp-wa-head strong { display: block; font-size: .92rem; }
.lp-wa-head small { font-size: .74rem; opacity: .8; }
.lp-wa-body {
  display: flex; flex-direction: column; gap: .5rem; padding: 1rem .8rem 1.1rem;
  min-height: 440px; padding-bottom: 2.6rem; font-size: .86rem; line-height: 1.45; color: #111b21;
  background-color: #efeae2;
  background-image: radial-gradient(rgba(0, 0, 0, .035) 1px, transparent 1px);
  background-size: 14px 14px;
}
.lp-msg {
  max-width: 84%; padding: .5rem .7rem .35rem; border-radius: 10px; position: relative;
  box-shadow: 0 1px .5px rgba(0, 0, 0, .13);
}
.lp-msg time { display: block; text-align: right; font-size: .66rem; color: #667781; margin-top: .15rem; }
.lp-msg.in { background: #fff; align-self: flex-start; border-top-left-radius: 2px; }
.lp-msg.out { background: #d9fdd3; align-self: flex-end; border-top-right-radius: 2px; }
.lp-msg .lp-ia {
  display: inline-flex; align-items: center; gap: .25rem; font-size: .66rem; font-weight: 800;
  color: #0a7c70; text-transform: uppercase; letter-spacing: .05em; margin-bottom: .15rem;
}
.lp-msg .lp-ia svg { width: 11px; height: 11px; }
.lp-msg a.lp-link-cot {
  display: block; margin-top: .45rem; padding: .55rem .65rem; border-radius: 8px;
  background: rgba(0, 82, 204, .08); color: #0047b3; font-weight: 700; text-decoration: none; font-size: .8rem;
}
.lp-typing { align-self: flex-end; background: #d9fdd3; padding: .55rem .8rem; border-radius: 10px; display: inline-flex; gap: 4px; }
.lp-typing i { width: 6px; height: 6px; border-radius: 50%; background: #5a7a6a; animation: lp-bote 1s infinite; }
.lp-typing i:nth-child(2) { animation-delay: .15s; }
.lp-typing i:nth-child(3) { animation-delay: .3s; }
@keyframes lp-bote { 0%, 60%, 100% { transform: translateY(0); opacity: .5; } 30% { transform: translateY(-4px); opacity: 1; } }

.lp-js .lp-anim { opacity: 0; transform: translateY(8px); transition: opacity .35s ease, transform .35s ease; }
.lp-js .lp-anim.is-on { opacity: 1; transform: none; }

.lp-float {
  position: absolute; display: flex; align-items: center; gap: .6rem;
  background: #fff; color: var(--lp-ink); border-radius: 14px; padding: .7rem .9rem;
  box-shadow: 0 20px 40px -18px rgba(0, 0, 0, .55); font-size: .8rem; line-height: 1.3;
}
.lp-float strong { display: block; font-size: .85rem; }
.lp-float small { color: var(--lp-soft); }
.lp-float .lp-ico {
  width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; flex: 0 0 auto;
}
.lp-float .lp-ico svg { width: 18px; height: 18px; }
/* Por fuera de los mensajes: una arriba, sobre la cabecera verde, y otra abajo,
   en el hueco que deja el padding del chat. Encima de una burbuja taparían
   justo lo que se quiere enseñar. */
.lp-float-1 { left: -86px; top: -46px; }
.lp-float-1 .lp-ico { background: #e6fbf8; color: #0a8f82; }
.lp-float-2 { right: -38px; bottom: -26px; }
.lp-float-2 .lp-ico { background: #e8f0ff; color: var(--lp-blue); }

/* ── Prueba social ───────────────────────────────────────────────────────── */
.lp-proof { background: #fff; border-bottom: 1px solid var(--lp-line); color: var(--lp-soft); padding: 2rem 0; }
.lp-proof-grid { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.lp-stats { display: flex; gap: 2.4rem; flex-wrap: wrap; }
.lp-stats div strong { display: block; color: var(--lp-ink); font-size: 1.6rem; font-weight: 800; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.lp-stats div span { font-size: .84rem; }
/* Los logos de /img/agencias son BLANCOS sobre transparente (se hicieron para
   fondo oscuro): brightness(0) los pasa a silueta oscura, y la opacidad los
   deja en gris. Con grayscale solo, sobre blanco no se veía ninguno. */
.lp-logos { display: flex; gap: 1.8rem; align-items: center; flex-wrap: wrap; }
.lp-logos img { height: 34px; width: auto; max-width: 120px; object-fit: contain; filter: brightness(0); opacity: .42; }

/* ── Secciones ───────────────────────────────────────────────────────────── */
.lp-sec { padding: 5.5rem 0; scroll-margin-top: 70px; }
.lp-sec.suave { background: var(--lp-bg-soft); }
.lp-head { max-width: 46rem; margin: 0 auto 3rem; text-align: center; }
.lp-kicker { display: inline-block; font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--lp-blue); margin-bottom: .8rem; }
.lp-head h2, .lp-feat-copy h2 {
  font-size: clamp(1.8rem, 3.4vw, 2.6rem); line-height: 1.14; font-weight: 800;
  letter-spacing: -.03em; color: var(--lp-ink); margin: 0 0 1rem; text-wrap: balance;
}
.lp-head p { font-size: 1.08rem; line-height: 1.65; margin: 0; }

/* Dolor */
.lp-dolores { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.1rem; }
.lp-dolor { background: #fff; border: 1px solid var(--lp-line); border-radius: var(--lp-radius); padding: 1.5rem; }
.lp-dolor .lp-ico-d { width: 42px; height: 42px; border-radius: 12px; background: #fff0f0; color: var(--lp-red); display: grid; place-items: center; margin-bottom: 1rem; }
.lp-dolor .lp-ico-d svg { width: 21px; height: 21px; }
.lp-dolor h3 { font-size: 1.02rem; color: var(--lp-ink); margin: 0 0 .45rem; font-weight: 800; }
.lp-dolor p { margin: 0; font-size: .92rem; line-height: 1.55; }
.lp-remate { text-align: center; margin: 2.6rem auto 0; font-size: 1.2rem; font-weight: 700; color: var(--lp-ink); max-width: 40rem; text-wrap: balance; }
.lp-remate span { color: var(--lp-blue); }

/* Funciones con maqueta */
.lp-feat { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 4rem; align-items: center; }
.lp-feat + .lp-feat { margin-top: 6rem; }
.lp-feat.al-reves .lp-feat-copy { order: 2; }
.lp-feat-copy p { font-size: 1.05rem; line-height: 1.7; margin: 0 0 1.3rem; }
.lp-checks { list-style: none; padding: 0; margin: 0; display: grid; gap: .7rem; }
.lp-checks li { display: flex; gap: .65rem; align-items: flex-start; font-size: .98rem; line-height: 1.5; color: var(--lp-ink); }
.lp-checks svg { width: 20px; height: 20px; color: #0a9d8f; flex: 0 0 auto; margin-top: 1px; }
.lp-num-tag { display: inline-flex; align-items: center; gap: .45rem; font-size: .8rem; font-weight: 800; color: #0a8f82; background: #e6fbf8; border-radius: 999px; padding: .3rem .75rem; margin-bottom: 1rem; }
.lp-num-tag svg { width: 15px; height: 15px; }

.lp-mock {
  background: #fff; border: 1px solid var(--lp-line); border-radius: 20px; box-shadow: var(--lp-shadow);
  overflow: hidden; font-size: .82rem; color: var(--lp-ink);
}
.lp-mock-bar { display: flex; align-items: center; gap: .4rem; padding: .7rem 1rem; border-bottom: 1px solid var(--lp-line); background: #fafbfd; }
.lp-mock-bar i { width: 10px; height: 10px; border-radius: 50%; background: #dfe4ec; }
.lp-mock-bar em { font-style: normal; margin-left: .6rem; font-weight: 700; color: var(--lp-soft); font-size: .78rem; }

/* Tablero */
.lp-kanban { display: grid; grid-template-columns: repeat(3, minmax(140px, 1fr)); gap: .7rem; padding: 1rem; background: #f6f8fb; overflow-x: auto; }
.lp-col h4 { display: flex; justify-content: space-between; align-items: center; margin: 0 0 .6rem; font-size: .76rem; font-weight: 800; color: var(--lp-soft); text-transform: uppercase; letter-spacing: .04em; }
.lp-col h4 b { background: #e6ebf3; color: var(--lp-text); border-radius: 999px; padding: .05rem .5rem; font-size: .72rem; }
.lp-card { background: #fff; border: 1px solid var(--lp-line); border-radius: 12px; padding: .7rem; margin-bottom: .55rem; }
.lp-card strong { display: block; font-size: .84rem; margin-bottom: .15rem; }
.lp-card span { display: block; color: var(--lp-soft); font-size: .76rem; }
.lp-card-pie { display: flex; justify-content: space-between; align-items: center; margin-top: .55rem; }
.lp-card-pie b { font-size: .8rem; }
.lp-src { display: inline-flex; align-items: center; gap: .25rem; font-size: .68rem; font-weight: 700; border-radius: 6px; padding: .12rem .4rem; }
.lp-src.wa { background: #e7fbe4; color: #1c7a2e; }
.lp-src.ig { background: #fdeef6; color: #b0306f; }
.lp-src.web { background: #e8f0ff; color: var(--lp-blue); }
.lp-card.caliente { border-color: #7fe3d9; box-shadow: 0 0 0 3px rgba(0, 199, 183, .15); }
.lp-card .lp-recor { display: flex; align-items: center; gap: .3rem; margin-top: .45rem; font-size: .72rem; font-weight: 700; color: #b26b00; }
.lp-card .lp-recor svg { width: 12px; height: 12px; }

/* Presupuesto */
.lp-cot-top { padding: 1.3rem 1.3rem 1rem; background: linear-gradient(135deg, #0a1628, #0d3b7a); color: #fff; }
.lp-cot-top small { opacity: .75; font-size: .76rem; }
.lp-cot-top h4 { margin: .25rem 0 .2rem; font-size: 1.15rem; font-weight: 800; color: #fff; }
.lp-cot-top p { margin: 0; opacity: .8; font-size: .82rem; }
.lp-cot-dias { padding: .6rem 1.3rem; }
.lp-dia { display: flex; gap: .8rem; padding: .6rem 0; border-bottom: 1px dashed var(--lp-line); }
.lp-dia:last-child { border-bottom: 0; }
.lp-dia b { flex: 0 0 auto; width: 46px; height: 24px; border-radius: 7px; background: #e8f0ff; color: var(--lp-blue); font-size: .72rem; display: grid; place-items: center; }
.lp-dia span { color: var(--lp-text); line-height: 1.45; }
.lp-cot-pie { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1rem 1.3rem; background: #fafbfd; border-top: 1px solid var(--lp-line); }
.lp-cot-pie small { display: block; color: var(--lp-soft); font-size: .74rem; }
.lp-cot-pie strong { font-size: 1.3rem; letter-spacing: -.02em; }
.lp-cot-pie a { pointer-events: none; background: var(--lp-blue); color: #fff; font-weight: 800; border-radius: 10px; padding: .6rem 1rem; text-decoration: none; font-size: .82rem; }
.lp-cot-ia { display: flex; align-items: center; gap: .45rem; padding: .7rem 1.3rem; background: #f0fdfb; color: #0a7c70; font-weight: 700; font-size: .78rem; border-bottom: 1px solid #c8f3ee; }
.lp-cot-ia svg { width: 15px; height: 15px; }

/* NIA */
.lp-nia { background: #0b141a; padding: 1.1rem; display: flex; flex-direction: column; gap: .55rem; }
.lp-nia .lp-msg { font-size: .84rem; }
.lp-nia .lp-msg.in { background: #202c33; color: #e9edef; }
.lp-nia .lp-msg.out { background: #005c4b; color: #e9edef; }
.lp-nia .lp-msg time { color: #8696a0; }
.lp-nia .lp-msg .lp-ia { color: #7ff3e8; }

/* Un día con Destia */
.lp-dia-destia { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.2rem; }
.lp-momento { position: relative; background: #fff; border: 1px solid var(--lp-line); border-radius: var(--lp-radius); padding: 1.4rem 1.3rem; }
.lp-momento time { display: inline-block; font-weight: 800; font-size: 1.35rem; letter-spacing: -.02em; color: var(--lp-blue); margin-bottom: .5rem; font-variant-numeric: tabular-nums; }
.lp-momento h3 { margin: 0 0 .4rem; font-size: 1rem; color: var(--lp-ink); font-weight: 800; }
.lp-momento p { margin: 0; font-size: .9rem; line-height: 1.55; }
.lp-momento.noche { background: var(--lp-navy); border-color: var(--lp-navy); }
.lp-momento.noche time { color: var(--lp-cyan); }
.lp-momento.noche h3 { color: #fff; }
.lp-momento.noche p { color: rgba(255, 255, 255, .72); }
.lp-nota { text-align: center; margin: 1.6rem 0 0; font-size: .82rem; color: var(--lp-soft); }

/* ── Landings por intención (intencion.php) ──────────────────────────────── */
/* Maqueta suelta en el hero (en lugar del teléfono) */
.lp-hero-mock { position: relative; max-width: 520px; margin-left: auto; width: 100%; }
.lp-hero-mock > .lp-plan-tag { position: absolute; top: -14px; right: 16px; z-index: 2; margin: 0; }

/* Etiqueta de plan: lo que no está en el plan con el que arranca la prueba */
.lp-plan-tag {
  display: inline-flex; align-items: center; margin: 0 0 1rem .4rem; padding: .3rem .75rem;
  border-radius: 999px; font-size: .78rem; font-weight: 800; letter-spacing: .01em;
  background: #eef0ff; color: #4338ca; border: 1px solid #d5d9ff;
}
.lp-plan-tag.premium { background: #fff4e0; color: #9a5b00; border-color: #fde0a8; }
.lp-feat-copy .lp-plan-nota, .lp-plan-nota { margin: 1.1rem 0 0; font-size: .86rem; line-height: 1.55; color: var(--lp-soft); }

/* Tablas de las maquetas */
.lp-tabla { width: 100%; border-collapse: collapse; font-size: .8rem; }
.lp-tabla th { text-align: left; padding: .6rem .9rem; font-size: .68rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; color: var(--lp-soft); border-bottom: 1px solid var(--lp-line); background: #fafbfd; }
.lp-tabla td { padding: .62rem .9rem; border-bottom: 1px solid var(--lp-line); vertical-align: middle; color: var(--lp-ink); }
.lp-tabla tr:last-child td { border-bottom: 0; }
.lp-tabla td span { display: block; color: var(--lp-soft); font-size: .74rem; }
.lp-tabla td small { color: var(--lp-soft); font-size: .72rem; font-variant-numeric: tabular-nums; }
.lp-cupo { display: block; width: 70px; height: 6px; border-radius: 999px; background: #e6ebf3; overflow: hidden; margin-bottom: .25rem; }
.lp-cupo i { display: block; height: 100%; background: #12b886; border-radius: 999px; }
.lp-estado { display: inline-block; white-space: nowrap; font-size: .7rem; font-weight: 800; border-radius: 6px; padding: .18rem .45rem; }
.lp-tabla td .lp-estado { display: inline-block; }
.lp-estado.ok { background: #e7fbe4; color: #1c7a2e; }
.lp-estado.warn { background: #fff4e0; color: #9a5b00; }
.lp-estado.full { background: #fdeef0; color: #b4232f; }
.lp-mock-pie { display: flex; align-items: center; gap: .4rem; margin: 0; padding: .7rem .9rem; font-size: .76rem; color: var(--lp-soft); border-top: 1px solid var(--lp-line); background: #fafbfd; }
.lp-mock-pie svg { width: 14px; height: 14px; color: var(--lp-blue); }

/* Reserva */
.lp-reserva-cab { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; padding: 1rem 1.1rem; border-bottom: 1px solid var(--lp-line); }
.lp-reserva-cab strong { display: block; font-size: .95rem; }
.lp-reserva-cab span { color: var(--lp-soft); font-size: .76rem; }
.lp-reserva-fila { display: flex; justify-content: space-between; padding: .55rem 1.1rem; font-size: .82rem; border-bottom: 1px dashed var(--lp-line); font-variant-numeric: tabular-nums; }
.lp-reserva-fila.total { font-weight: 800; background: #fafbfd; }
.lp-reserva-fila b.ok { color: #1c7a2e; }
.lp-reserva-fila b.warn { color: #9a5b00; }

/* Catálogo B2B */
.lp-b2b-prod { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding: 1rem 1.1rem; background: linear-gradient(135deg, #0a1628, #0d3b7a); color: #fff; }
.lp-b2b-prod strong { display: block; font-size: .98rem; }
.lp-b2b-prod span { font-size: .76rem; opacity: .8; }
.lp-b2b-precios { display: flex; flex-direction: column; gap: .2rem; text-align: right; }
.lp-b2b-precios span { opacity: .85; }
.lp-b2b-precios b { font-size: .95rem; opacity: 1; }
.lp-b2b-chips { display: flex; flex-wrap: wrap; gap: .35rem; padding: .7rem 1.1rem; border-bottom: 1px solid var(--lp-line); }
.lp-b2b-chips span { font-size: .7rem; font-weight: 800; border-radius: 6px; padding: .18rem .5rem; background: #e8f0ff; color: var(--lp-blue); }

@media (max-width: 900px) {
  .lp-hero-mock { margin: 0 auto; }
}
@media (max-width: 560px) {
  .lp-tabla th:nth-child(3), .lp-tabla td:nth-child(3) { display: none; }
}

/* Portada: una tarjeta por página de servicio (enlazado interno) */
.lp-modulos { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.lp-modulo {
  display: flex; flex-direction: column; background: #fff; border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius); padding: 1.4rem; text-decoration: none; color: inherit;
  transition: border-color .18s, box-shadow .18s, transform .18s;
}
.lp-modulo:hover { border-color: #b9ccef; box-shadow: 0 18px 40px -26px rgba(0, 82, 204, .45); transform: translateY(-2px); color: inherit; }
.lp-modulo:focus-visible { outline: 3px solid #4c9aff; outline-offset: 3px; }
.lp-modulo-ico { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: #e8f0ff; color: var(--lp-blue); margin-bottom: 1rem; }
.lp-modulo-ico svg { width: 21px; height: 21px; }
.lp-modulo h3 { margin: 0 0 .4rem; font-size: 1rem; font-weight: 800; color: var(--lp-ink); }
.lp-modulo p { margin: 0 0 1rem; font-size: .9rem; line-height: 1.55; flex: 1; }
.lp-modulo-mas { display: inline-flex; align-items: center; gap: .3rem; font-size: .85rem; font-weight: 700; color: var(--lp-blue); }
.lp-modulo-mas svg { width: 15px; height: 15px; }
@media (max-width: 1080px) { .lp-modulos { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .lp-modulos { grid-template-columns: 1fr; } }

/* Cómo funciona la prueba */
.lp-pasos { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.2rem; counter-reset: paso; }
.lp-paso { background: #fff; border: 1px solid var(--lp-line); border-radius: var(--lp-radius); padding: 1.6rem; }
.lp-paso::before {
  counter-increment: paso; content: counter(paso);
  display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px;
  background: var(--lp-navy); color: var(--lp-cyan); font-weight: 800; margin-bottom: 1rem;
}
.lp-paso h3 { margin: 0 0 .45rem; font-size: 1.05rem; color: var(--lp-ink); font-weight: 800; }
.lp-paso p { margin: 0; font-size: .94rem; line-height: 1.6; }
.lp-tarjeta-porque {
  display: flex; gap: 1rem; align-items: flex-start; max-width: 50rem; margin: 2rem auto 0;
  background: #fff; border: 1px solid var(--lp-line); border-radius: var(--lp-radius); padding: 1.3rem 1.5rem;
}
.lp-tarjeta-porque svg { width: 26px; height: 26px; color: var(--lp-blue); flex: 0 0 auto; }
.lp-tarjeta-porque p { margin: 0; font-size: .95rem; line-height: 1.6; }
.lp-tarjeta-porque strong { color: var(--lp-ink); }

/* Testimonios */
.lp-testis { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.2rem; }
.lp-testi { margin: 0; background: #fff; border: 1px solid var(--lp-line); border-radius: var(--lp-radius); padding: 1.6rem; display: flex; flex-direction: column; }
.lp-estrellas { display: flex; gap: 2px; color: #f5a623; margin-bottom: .8rem; }
.lp-estrellas svg { width: 16px; height: 16px; fill: currentColor; }
.lp-testi p { margin: 0 0 1.2rem; font-size: 1rem; line-height: 1.6; color: var(--lp-ink); flex: 1; }
.lp-testi footer { font-size: .86rem; color: var(--lp-soft); }
.lp-testi footer strong { color: var(--lp-ink); }

/* Precio */
.lp-precio-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 3rem; align-items: center; }
.lp-precio {
  background: var(--lp-navy); color: #fff; border-radius: 24px; padding: 2.2rem;
  box-shadow: 0 30px 70px -30px rgba(10, 22, 40, .7); position: relative; overflow: hidden;
}
.lp-precio::before { content: ''; position: absolute; right: -80px; top: -80px; width: 240px; height: 240px; border-radius: 50%; background: radial-gradient(circle, rgba(0, 199, 183, .35), transparent 70%); }
.lp-precio-plan { font-size: .8rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--lp-cyan); }
.lp-precio-hoy { display: flex; align-items: baseline; gap: .6rem; margin: .6rem 0 .2rem; }
.lp-precio-hoy strong { font-size: 3.2rem; font-weight: 800; letter-spacing: -.04em; line-height: 1; }
.lp-precio-hoy span { color: rgba(255, 255, 255, .7); font-weight: 600; }
.lp-precio-despues { color: rgba(255, 255, 255, .75); font-size: .95rem; margin: 0 0 1.4rem; }
.lp-precio ul { list-style: none; padding: 0; margin: 0 0 1.6rem; display: grid; gap: .6rem; }
.lp-precio li { display: flex; gap: .6rem; font-size: .94rem; line-height: 1.45; color: rgba(255, 255, 255, .9); }
.lp-precio li svg { width: 18px; height: 18px; color: var(--lp-cyan); flex: 0 0 auto; margin-top: 1px; }
.lp-precio .lp-btn { width: 100%; }
.lp-precio-nota { font-size: .78rem; color: rgba(255, 255, 255, .55); margin: 1rem 0 0; line-height: 1.5; }
.lp-precio-copy h2 { font-size: clamp(1.8rem, 3.4vw, 2.5rem); line-height: 1.14; font-weight: 800; letter-spacing: -.03em; color: var(--lp-ink); margin: 0 0 1rem; text-wrap: balance; }
.lp-precio-copy p { font-size: 1.05rem; line-height: 1.7; margin: 0 0 1rem; }
.lp-cuentas { display: grid; gap: .8rem; margin-top: 1.4rem; }
.lp-cuenta { display: flex; justify-content: space-between; gap: 1rem; padding: .85rem 1rem; border-radius: 12px; background: var(--lp-bg-soft); font-size: .95rem; }
.lp-cuenta b { color: var(--lp-ink); font-variant-numeric: tabular-nums; }
.lp-cuenta.destia { background: #e6fbf8; }
.lp-cuenta.destia b { color: #0a7c70; }

/* FAQ */
.lp-faq { max-width: 50rem; margin: 0 auto; display: grid; gap: .7rem; }
.lp-faq details { background: #fff; border: 1px solid var(--lp-line); border-radius: 14px; padding: 0 1.3rem; }
.lp-faq summary {
  cursor: pointer; list-style: none; padding: 1.15rem 0; font-weight: 800; color: var(--lp-ink);
  display: flex; justify-content: space-between; gap: 1rem; align-items: center; font-size: 1rem;
}
.lp-faq summary::-webkit-details-marker { display: none; }
.lp-faq summary::after { content: '+'; font-size: 1.4rem; line-height: 1; color: var(--lp-blue); transition: transform .2s; }
.lp-faq details[open] summary::after { transform: rotate(45deg); }
.lp-faq summary:focus-visible { outline: 2px solid #4c9aff; outline-offset: 4px; border-radius: 6px; }
.lp-faq details p { margin: 0 0 1.2rem; line-height: 1.65; font-size: .96rem; }

/* CTA final */
.lp-final {
  background:
    radial-gradient(700px 380px at 50% 0%, rgba(0, 82, 204, .5), transparent 70%),
    var(--lp-navy);
  color: #fff; text-align: center; padding: 6rem 0;
}
.lp-final h2 { font-size: clamp(2rem, 4vw, 3rem); line-height: 1.1; font-weight: 800; letter-spacing: -.035em; margin: 0 auto 1.1rem; max-width: 46rem; color: #fff; text-wrap: balance; }
.lp-final p { font-size: 1.12rem; color: rgba(255, 255, 255, .75); margin: 0 auto 2rem; max-width: 38rem; line-height: 1.6; }
.lp-final .lp-ctas { justify-content: center; }
.lp-final .lp-riesgo { justify-content: center; }

/* Barra fija en móvil */
.lp-barra {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 950; display: none;
  padding: .7rem 16px calc(.7rem + env(safe-area-inset-bottom));
  background: rgba(10, 22, 40, .96); backdrop-filter: blur(8px);
  border-top: 1px solid rgba(255, 255, 255, .1);
  transform: translateY(110%); transition: transform .3s ease;
}
.lp-barra.is-on { transform: none; }
.lp-barra { align-items: center; gap: .9rem; }
.lp-barra-txt { flex: 1; min-width: 0; color: #fff; line-height: 1.25; }
.lp-barra-txt strong { display: block; font-size: .95rem; }
.lp-barra-txt small { color: rgba(255, 255, 255, .7); font-size: .78rem; }
.lp-barra .lp-btn { flex: 0 0 auto; padding: .8rem 1.3rem; }
.lp-barra .lp-btn:only-child { width: 100%; }

/* NIA: preguntas que se pueden pulsar */
.lp-nia-preguntas { display: flex; flex-wrap: wrap; gap: .45rem; padding: .9rem 1.1rem .2rem; background: #0b141a; }
.lp-nia-preguntas::before { content: 'Pulsa una pregunta'; flex-basis: 100%; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: #8696a0; }
.lp-nia-p {
  font: inherit; font-size: .78rem; font-weight: 600; color: #d1d7db; background: #202c33;
  border: 1px solid #2a3942; border-radius: 999px; padding: .4rem .75rem; cursor: pointer;
  transition: background .15s, border-color .15s, color .15s; text-align: left;
}
.lp-nia-p:hover { border-color: #00a884; color: #fff; }
.lp-nia-p.is-on { background: #005c4b; border-color: #00a884; color: #fff; }
.lp-nia-p:focus-visible { outline: 2px solid #7ff3e8; outline-offset: 2px; }
.lp-nia .lp-msg.in { transition: opacity .2s; }
.lp-nia .lp-msg.in.is-pensando { opacity: .35; }

.lp-sin-comision { display: flex; gap: .6rem; align-items: flex-start; margin: 1.2rem 0 0; font-size: .95rem; line-height: 1.5; }
.lp-sin-comision svg { width: 20px; height: 20px; color: #0a9d8f; flex: 0 0 auto; margin-top: 1px; }
.lp-sin-comision strong { color: var(--lp-ink); }

/* Aparición al hacer scroll */
.lp-js .lp-reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.lp-js .lp-reveal.is-visible { opacity: 1; transform: none; }

/* ── Responsive ──────────────────────────────────────────────────────────── */
@media (max-width: 1080px) {
  .lp-float-1 { left: -20px; }
  .lp-float-2 { right: -10px; }
  .lp-dolores, .lp-dia-destia { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .lp-hero { padding: 7rem 0 4rem; }
  .lp-hero-grid, .lp-feat, .lp-precio-grid { grid-template-columns: 1fr; gap: 2.8rem; }
  .lp-feat.al-reves .lp-feat-copy { order: 0; }
  .lp-feat + .lp-feat { margin-top: 4.5rem; }
  .lp-demo { margin: 0 auto; }
  .lp-testis, .lp-pasos { grid-template-columns: 1fr; }
  .lp-proof-grid { justify-content: center; text-align: center; }
  .lp-stats, .lp-logos { justify-content: center; }
  .lp-barra { display: flex; }
  .lp-page { padding-bottom: 76px; }
}
@media (max-width: 560px) {
  .lp-sec { padding: 4rem 0; }
  .lp-dolores, .lp-dia-destia { grid-template-columns: 1fr; }
  .lp-ctas .lp-btn { width: 100%; }
  .lp-float { display: none; }
  .lp-wa-body { min-height: 380px; }
  .lp-kanban { grid-template-columns: repeat(3, 160px); }
  .lp-cot-pie { flex-direction: column; align-items: flex-start; }
  .lp-stats { gap: 1.4rem; }
}

@media (prefers-reduced-motion: reduce) {
  .lp-anim, .lp-reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .lp-typing i { animation: none; }
  .lp-btn, .lp-barra { transition: none; }
}
