/* Landing de anuncios y página de gracias: mismas piezas y colores que la portada (portada.css). */
.chely-landing [hidden]{display:none!important}
.chely-landing [id]{scroll-margin-top:150px}   /* que la cabecera fija no tape el título al ir a #contacto-final */
.chely-landing .ico{width:18px;height:18px;flex:none}
.chely-landing .eyebrow{display:inline-flex;align-items:center;gap:8px}

/* ---------- portada de la landing ---------- */
.chely-landing .lp-hero{position:relative;padding:0;overflow:hidden;background:var(--navy-deep);color:#fff}
.chely-landing .lp-hero > img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.chely-landing .lp-hero__velo{position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,27,68,.97) 0%,rgba(15,27,68,.9) 45%,rgba(15,27,68,.45) 78%,rgba(15,27,68,.25) 100%)}
.chely-landing .lp-hero__in{position:relative;padding-top:72px;padding-bottom:64px;display:grid;gap:28px}
.chely-landing .lp-hero__copia{max-width:640px}
.chely-landing .lp-hero .eyebrow{color:#F0B79C}
.chely-landing .lp-hero h1{margin-top:14px;font-size:clamp(30px,3.6vw,46px);line-height:1.08;color:#fff}
.chely-landing .lp-hero__lead{margin-top:18px;font-size:17px;color:#CFD8F0;max-width:52ch}
.chely-landing .lp-checks{list-style:none;margin-top:24px;display:grid;grid-template-columns:1fr 1fr;gap:10px 22px}
.chely-landing .lp-checks li{display:flex;gap:9px;align-items:flex-start;font-size:15px;color:#E4E9F6}
.chely-landing .lp-checks .ico{color:#E8A33D;margin-top:2px}
.chely-landing .lp-hero__cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.chely-landing .lp-hero__sello{justify-self:start;font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:#AEBBDF;border-left:3px solid var(--accent);padding-left:12px}

/* ---------- ventajas ---------- */
.chely-landing .lp-ventajas{padding:0;background:#fff;border-bottom:1px solid var(--slate-200)}
.chely-landing .lp-ventajas__rejilla{list-style:none;display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}
.chely-landing .lp-ventajas__rejilla li{padding:30px 22px 28px;display:grid;gap:6px;align-content:start}
.chely-landing .lp-ventajas__rejilla li + li{border-left:1px solid var(--slate-200)}
.chely-landing .lp-ventajas__ico{width:40px;height:40px;border-radius:var(--radius-sm);background:var(--accent-soft);color:var(--accent);display:flex;align-items:center;justify-content:center;margin-bottom:8px}
.chely-landing .lp-ventajas__ico .ico{width:21px;height:21px}
.chely-landing .lp-ventajas__k{font-size:11.5px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--slate-500)}
.chely-landing .lp-ventajas h3{font-size:17px;color:var(--navy)}
.chely-landing .lp-ventajas p{font-size:14px;color:var(--slate-700)}
.chely-landing .lp-ventajas__ok{display:flex;gap:6px;align-items:center;font-size:13.5px;font-weight:600;color:var(--navy);margin-top:6px}
.chely-landing .lp-ventajas__ok .ico{width:15px;height:15px;color:#1B7A4B}

/* ---------- catálogo ---------- */
.chely-landing .lp-catalogo h2{margin-top:10px;max-width:22ch}
.chely-landing .lp-catalogo__rejilla{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:34px}
.chely-landing .lp-producto{border:1px solid var(--slate-200);border-radius:var(--radius);background:#fff;overflow:hidden;display:flex;flex-direction:column;transition:border-color .2s var(--ease),box-shadow .2s var(--ease)}
.chely-landing .lp-producto:hover{border-color:var(--navy);box-shadow:var(--shadow)}
.chely-landing .lp-producto__img{aspect-ratio:4/3;background:var(--paper);overflow:hidden}
.chely-landing .lp-producto__img img{width:100%;height:100%;object-fit:cover}
.chely-landing .lp-producto h3{padding:18px 18px 0}
.chely-landing .lp-producto p{padding:8px 18px 0;font-size:14.5px;color:var(--slate-700);flex:1}
.chely-landing .lp-mas{display:inline-flex;align-items:center;gap:8px;padding:16px 18px 18px;font-weight:600;font-size:14.5px;color:var(--accent)}
.chely-landing .lp-mas .ico{width:15px;height:15px;transition:transform .2s var(--ease)}
.chely-landing .lp-mas:hover .ico{transform:translateX(3px)}

/* ---------- asesoramiento ---------- */
.chely-landing .lp-asesor{background:var(--navy);color:#fff;padding:44px 0}
.chely-landing .lp-asesor__in{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.chely-landing .lp-asesor h2{color:#fff;font-size:clamp(22px,2.4vw,28px);max-width:22ch}
.chely-landing .lp-asesor__acciones{display:flex;flex-wrap:wrap;gap:10px}

/* ---------- caso de éxito ---------- */
.chely-landing .lp-caso{background:var(--paper)}
.chely-landing .lp-caso__rejilla{display:grid;grid-template-columns:1.05fr .95fr;gap:52px;align-items:center}
.chely-landing .lp-caso__img{margin:0;position:relative;border-radius:var(--radius);overflow:hidden}
.chely-landing .lp-caso__img img{width:100%;aspect-ratio:16/11;object-fit:cover}
.chely-landing .lp-caso__img figcaption{position:absolute;left:16px;bottom:16px;display:flex;gap:10px;align-items:center;background:#fff;border-radius:var(--radius-sm);padding:10px 14px;color:var(--navy);font-weight:600;font-size:14.5px;box-shadow:var(--shadow)}
.chely-landing .lp-caso__img figcaption small{display:block;font-weight:500;font-size:11.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--slate-500)}
.chely-landing .lp-caso__eyebrow .ico{width:15px;height:15px}
.chely-landing .lp-caso h2{margin-top:12px}
.chely-landing .lp-caso__datos{margin:24px 0 0;display:grid;gap:12px}
.chely-landing .lp-caso__datos div{display:grid;grid-template-columns:110px 1fr;gap:14px;padding-bottom:12px;border-bottom:1px solid var(--slate-200)}
.chely-landing .lp-caso__datos dt{font-weight:600;color:var(--navy)}
.chely-landing .lp-caso__datos dd{margin:0;color:var(--slate-700)}
.chely-landing .lp-caso__cita{margin:24px 0 0;padding:0}
.chely-landing .lp-caso__cita p{font-size:17px;font-style:italic;color:var(--ink)}
.chely-landing .lp-caso__cita footer{display:flex;gap:12px;align-items:center;margin-top:14px;font-size:14px;color:var(--slate-500)}
.chely-landing .lp-caso__cita strong{display:block;color:var(--navy)}
.chely-landing .lp-caso__inicial{width:40px;height:40px;border-radius:50%;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;flex:none}
.chely-landing .lp-caso__cta{margin-top:44px;padding:26px 28px;border:1px solid var(--slate-200);background:#fff;border-radius:var(--radius);display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.chely-landing .lp-caso__cta > div{display:flex;gap:10px;flex-wrap:wrap}

/* ---------- comparativa y preguntas ---------- */
.chely-landing .lp-comparar__rejilla{display:grid;grid-template-columns:1.1fr .9fr;gap:52px;align-items:start}
.chely-landing .lp-comparar__rejilla > *,.chely-landing .lp-caso__rejilla > *,.chely-landing .lp-form__rejilla > *{min-width:0}   /* la tabla hace scroll dentro de su caja en el móvil */
.chely-landing .lp-comparar h2{font-size:clamp(22px,2.4vw,28px)}
.chely-landing .lp-tabla{margin-top:22px;overflow-x:auto;border:1px solid var(--slate-200);border-radius:var(--radius)}
.chely-landing .lp-tabla table{width:100%;border-collapse:collapse;font-size:15px;margin:0}
.chely-landing .lp-tabla th,.chely-landing .lp-tabla td{padding:13px 16px;text-align:left;border:0;border-bottom:1px solid var(--slate-200);vertical-align:top;background:#fff}
.chely-landing .lp-tabla tr:last-child th,.chely-landing .lp-tabla tr:last-child td{border-bottom:0}
.chely-landing .lp-tabla thead th{background:var(--navy);color:#fff;font-size:13px;letter-spacing:.06em;text-transform:uppercase;font-weight:600}
.chely-landing .lp-tabla tbody th{font-weight:600;color:var(--navy)}
.chely-landing .lp-tabla td{color:var(--slate-500)}
.chely-landing .lp-tabla td.si{color:var(--ink);font-weight:600;background:var(--accent-soft)}
.chely-landing .lp-tabla td.si .ico{width:15px;height:15px;color:#1B7A4B;display:inline-block;vertical-align:-2px;margin-right:6px}
.chely-landing .lp-faq{margin-top:18px;border-top:1px solid var(--slate-200)}
.chely-landing .lp-faq details{border-bottom:1px solid var(--slate-200)}
.chely-landing .lp-faq summary{cursor:pointer;list-style:none;padding:16px 28px 16px 0;font-weight:600;color:var(--navy);position:relative}
.chely-landing .lp-faq summary::-webkit-details-marker{display:none}
.chely-landing .lp-faq summary::after{content:"";position:absolute;right:4px;top:22px;width:8px;height:8px;border-right:2px solid var(--slate-500);border-bottom:2px solid var(--slate-500);transform:rotate(45deg);transition:transform .2s var(--ease)}
.chely-landing .lp-faq details[open] summary::after{transform:rotate(-135deg);top:25px}
.chely-landing .lp-faq details p{padding:0 0 16px;color:var(--slate-700);font-size:15px}
.chely-landing .lp-specs{margin-top:28px;padding:20px 22px;background:var(--paper);border-radius:var(--radius)}
.chely-landing .lp-specs h3{font-size:15px;color:var(--navy)}
.chely-landing .lp-specs ul{list-style:none;margin-top:10px;display:grid;gap:8px}
.chely-landing .lp-specs li{display:flex;gap:8px;align-items:center;font-size:14.5px;color:var(--slate-700)}
.chely-landing .lp-specs .ico{width:15px;height:15px;color:#1B7A4B}

/* ---------- formulario ---------- */
.chely-landing .lp-form{background:var(--navy-deep);color:#fff}
.chely-landing .lp-form__rejilla{display:grid;grid-template-columns:.8fr 1.2fr;gap:52px;align-items:start}
.chely-landing .lp-form h2{color:#fff}
.chely-landing .lp-form__intro p{margin-top:14px;color:#BFC9E6;max-width:44ch}
.chely-landing .lp-form__tel a{color:#fff;font-weight:600;border-bottom:1px solid rgba(255,255,255,.45)}
.chely-landing .lp-form__caja{background:#fff;color:var(--ink);border-radius:var(--radius);padding:30px;box-shadow:var(--shadow-lg)}
.chely-landing .lp-campos{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.chely-landing .lp-campo{display:grid;gap:6px}
.chely-landing .lp-campo--ancho{grid-column:1/-1}
.chely-landing .lp-campo label{font-size:13.5px;font-weight:600;color:var(--navy)}
.chely-landing .lp-campo input,.chely-landing .lp-campo select,.chely-landing .lp-campo textarea{width:100%;font:inherit;font-size:15px;color:var(--ink);background:#fff;border:1px solid var(--slate-300);border-radius:var(--radius-sm);padding:11px 12px;box-shadow:none;margin:0}
.chely-landing .lp-campo textarea{resize:vertical;min-height:104px}
.chely-landing .lp-campo input:focus,.chely-landing .lp-campo select:focus,.chely-landing .lp-campo textarea:focus{outline:none;border-color:var(--navy);box-shadow:0 0 0 3px rgba(22,38,94,.12)}
.chely-landing .lp-trampa{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}
.chely-landing .lp-casilla{display:flex;gap:10px;align-items:flex-start;margin-top:16px;font-size:14px;color:var(--slate-700);cursor:pointer}
.chely-landing .lp-casilla input{width:18px;height:18px;margin:2px 0 0;flex:none;accent-color:var(--navy)}
.chely-landing .lp-casilla a{color:var(--navy);text-decoration:underline;text-underline-offset:2px}
.chely-landing .lp-aviso{margin-top:12px;font-size:14px;color:#B42318;font-weight:600}
.chely-landing .lp-enviar{width:100%;margin-top:22px;padding:15px 20px;font-size:16px}
.chely-landing .lp-enviar .ico{width:17px;height:17px}
.chely-landing .lp-enviar[disabled]{opacity:.7;cursor:wait}
.chely-landing .lp-rgpd{margin-top:12px;font-size:13px;color:var(--slate-500);text-align:center}
.chely-landing .lp-form__ok{display:flex;gap:14px;align-items:flex-start;padding:8px 0;color:var(--navy)}
.chely-landing .lp-form__ok .ico{width:28px;height:28px;color:#1B7A4B}

/* ---------- contacto ---------- */
.chely-landing .lp-form--sola{padding-top:64px}
.chely-landing .lp-contacto__datos{margin-top:30px;padding-top:24px;border-top:1px solid rgba(255,255,255,.16);display:grid;grid-template-columns:1fr 1fr;gap:22px}
.chely-landing .lp-contacto__datos > div{min-width:0}
.chely-landing .lp-contacto__datos dt{font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#F0B79C;margin-bottom:6px}
.chely-landing .lp-contacto__datos dd{margin:0;font-size:14.5px;color:#CFD8F0;line-height:1.6;overflow-wrap:anywhere}
.chely-landing .lp-contacto__datos dd a{color:#fff;font-weight:600}
@media (max-width:520px){.chely-landing .lp-contacto__datos{grid-template-columns:1fr}}

/* ---------- gracias ---------- */
.chely-landing .lp-gracias{background:var(--paper)}
.chely-landing .lp-gracias__in{max-width:860px}
.chely-landing .lp-gracias__marca{width:54px;height:54px;border-radius:50%;background:#1B7A4B;color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.chely-landing .lp-gracias__marca svg{width:28px;height:28px}
.chely-landing .lp-gracias h1{margin-top:10px;font-size:clamp(28px,3.4vw,42px)}
.chely-landing .lp-gracias .lead{margin-top:16px}
.chely-landing .lp-gracias__pasos{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:30px}
.chely-landing .lp-gracias__pasos > div{background:#fff;border:1px solid var(--slate-200);border-radius:var(--radius);padding:22px}
.chely-landing .lp-gracias__pasos h2{font-size:18px;color:var(--navy)}
.chely-landing .lp-gracias__pasos p{margin-top:8px;color:var(--slate-700);font-size:15px}
.chely-landing .lp-gracias__cta{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}

@media (max-width:1080px){
	.chely-landing .lp-ventajas__rejilla{grid-template-columns:repeat(3,minmax(0,1fr))}
	.chely-landing .lp-ventajas__rejilla li:nth-child(4){border-left:0}
	.chely-landing .lp-ventajas__rejilla li:nth-child(n+4){border-top:1px solid var(--slate-200)}
	.chely-landing .lp-catalogo__rejilla{grid-template-columns:repeat(2,minmax(0,1fr))}
	.chely-landing .lp-caso__rejilla,.chely-landing .lp-comparar__rejilla,.chely-landing .lp-form__rejilla{grid-template-columns:1fr;gap:32px}
}
@media (max-width:720px){
	.chely-landing .lp-hero__in{padding-top:44px;padding-bottom:40px}
	.chely-landing .lp-hero__velo{background:linear-gradient(180deg,rgba(15,27,68,.82) 0%,rgba(15,27,68,.96) 60%)}
	.chely-landing .lp-checks{grid-template-columns:1fr}
	.chely-landing .lp-hero__cta .btn{width:100%}
	.chely-landing .lp-ventajas__rejilla{grid-template-columns:1fr}
	.chely-landing .lp-ventajas__rejilla li + li{border-left:0;border-top:1px solid var(--slate-200)}
	.chely-landing .lp-catalogo__rejilla,.chely-landing .lp-campos,.chely-landing .lp-gracias__pasos{grid-template-columns:1fr}
	.chely-landing .lp-caso__datos div{grid-template-columns:1fr;gap:2px}
	.chely-landing .lp-form__caja{padding:22px 18px}
	.chely-landing .lp-asesor__acciones .btn{width:100%}
}
