/* =========================================================================
   Landings "Ideas" (independiente) y "Software" — usan los tokens de styles.css
   ========================================================================= */

/* Utilidades comunes */
.ln-eyebrow { font-family: var(--font-body); font-weight: 700; font-size: 12px; letter-spacing: var(--tracking-eyebrow); text-transform: uppercase; }
.ln-eyebrow--green { color: var(--lime-deep); }
.ln-eyebrow--violet { color: var(--violet); }
.ln-kicker { font-family: var(--font-body); font-weight: 800; font-size: 15px; letter-spacing: .12em; color: var(--ink); text-transform: uppercase; }

/* Lista de ventajas con flecha (Ideas y "¿Qué puedes hacer con…?" de Software) */
.ln-benefits { list-style: none; padding: 0; margin: 28px 0 0; display: flex; flex-direction: column; gap: 20px; }
.ln-benefit { display: flex; gap: 14px; align-items: flex-start; }
.ln-benefit__arrow { color: var(--lime-deep); font-weight: 700; font-size: 18px; line-height: 1.4; flex-shrink: 0; }
.ln-benefit__lead { font-family: var(--font-body); font-weight: 700; font-size: 16px; color: var(--ink); }
.ln-benefit p { margin: 4px 0 0; font-size: 14.5px; line-height: 1.6; color: var(--text-muted); }

/* ============================================================ LANDING IDEAS */
.ln-ideas { min-height: 100vh; background: var(--surface-alt); padding: 56px 24px 72px; }
.ln-ideas__inner { max-width: 680px; margin: 0 auto; }
.ln-ideas__brand { margin-bottom: 40px; }
.ln-ideas__brand .ln-eyebrow--green { display: block; margin-top: 8px; }
.ln-ideas h1 {
  font-family: var(--font-display); font-weight: 700; font-size: clamp(40px, 7vw, 60px);
  line-height: 1.08; letter-spacing: -.02em; margin: 0;
}
.ln-ideas h1 .g { color: var(--lime-deep); }
.ln-ideas h1 .v { color: var(--violet); }
.ln-ideas__rule { width: 64px; height: 5px; background: var(--lime-deep); border-radius: 3px; margin: 28px 0; }
.ln-ideas__intro p { font-size: 16.5px; line-height: 1.7; color: var(--ink-70); margin: 0 0 16px; }

/* Formulario */
.ln-form { margin-top: 40px; }
.ln-form .ln-eyebrow--violet { display: block; margin-bottom: 16px; }
.ln-form__fields { display: flex; flex-direction: column; gap: 16px; }
.ln-btn { background: var(--violet); color: #fff; }
.ln-btn:hover { background: #6d2fe0; color: #fff; }
.ln-form__note { font-size: 13px; color: var(--ink-50); margin: 16px 0 0; }
.ln-ok { background: #fff; border: 1.5px solid var(--lime-deep); border-radius: var(--radius-lg); padding: 28px 26px; text-align: center; }
.ln-ok[hidden] { display: none; }
.ln-ok__ico { width: 56px; height: 56px; margin: 0 auto 14px; border-radius: 50%; background: var(--lime-soft); color: var(--lime-deep); display: flex; align-items: center; justify-content: center; }
.ln-ok h2 { font-family: var(--font-display); font-weight: 700; font-size: 22px; margin: 0 0 8px; }
.ln-ok p { font-size: 15px; line-height: 1.6; color: var(--text-muted); margin: 0; }

@media (max-width: 560px) {
  .ln-ideas { padding: 40px 18px 56px; }
}

/* ====================================================== LANDING PLATAFORMAS */
/* Contenedor más ancho que el resto del sitio para que texto + mockup respiren. */
.sw-wide { --sw-max: 1320px; }
.sw-hero { max-width: var(--sw-max, 1320px); margin: 0 auto; padding: 64px var(--gutter) 56px; text-align: center; }
.sw-hero h1 { font-family: var(--font-display); font-weight: 700; font-size: clamp(30px, 4.5vw, 46px); line-height: 1.18; margin: 12px auto 0; max-width: 780px; }
.sw-hero__intro { font-size: 16.5px; line-height: 1.7; color: var(--text-muted); max-width: 680px; margin: 20px auto 0; }

/* Bloque de plataforma a dos columnas: texto (6) + mockup (6) */
.sw-split { max-width: var(--sw-max, 1320px); margin: 0 auto; padding: 0 var(--gutter); display: grid; grid-template-columns: 1fr 1.05fr; gap: 72px; align-items: center; }
.sw-split--rev .sw-split__media { order: -1; }
.sw-split__text h2 { font-family: var(--font-display); font-weight: 700; font-size: 28px; line-height: 1.2; margin: 14px 0 0; }
.sw-split__intro { font-size: 15.5px; line-height: 1.75; color: var(--text-muted); margin: 16px 0 0; }
.sw-split__intro p { margin: 0 0 12px; }
.sw-subtitle { font-family: var(--font-body); font-weight: 700; font-size: 16px; margin: 26px 0 0; }
/* "Especialmente interesante si…" a todo el ancho (12/12), bajo las 2 columnas */
.sw-especial-wrap { max-width: var(--sw-max, 1320px); margin: 44px auto 0; padding: 0 var(--gutter); }
.sw-especial { background: #fff; border: 1px solid var(--ink-12); border-left: 4px solid var(--lime-deep); border-radius: var(--radius-md); padding: 20px 26px; margin: 26px 0 0; }
.sw-especial-wrap .sw-especial { margin: 0; }
.sw-especial__t { font-family: var(--font-body); font-weight: 700; font-size: 13.5px; letter-spacing: .04em; margin-bottom: 6px; }
.sw-especial p { font-size: 14px; line-height: 1.6; color: var(--text-muted); margin: 0; }
.sw-split__close { font-family: var(--font-display); font-weight: 600; font-size: 17px; margin: 26px 0 18px; }
/* Cierre + botón, a todo el ancho (12/12) y centrado, bajo el "Especialmente…" */
.sw-block-cta { text-align: center; margin-top: 28px; }
.sw-block-cta .sw-split__close { max-width: 720px; margin: 0 auto 18px; }
.sw-cta { margin-bottom: 4px; }
.sw-split .ln-benefits { gap: 16px; }
.sw-split .ln-benefit__lead { font-size: 15px; }
.sw-split .ln-benefit p { font-size: 13.5px; }
.sw-split__media { min-width: 0; }
@media (max-width: 900px) {
  .sw-split { grid-template-columns: 1fr; gap: 40px; }
  .sw-split--rev .sw-split__media { order: 0; }
}
@media (max-width: 560px) {
  .sw-hero { padding-top: 48px; padding-bottom: 40px; }
}
