/* JOD AI Landing Page - minimal, professional, responsive */
.jodlp{position:relative;isolation:isolate;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Arial,sans-serif;line-height:1.5;color:#e9eef7}
/* Full-bleed mode (cuando el tema encierra el contenido en un container) */
.jodlp--fullbleed{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);border-radius:0}
.jodlp--fullbleed .jodlp__bg{border-radius:0}

.jodlp *{box-sizing:border-box}
.jodlp__bg{position:absolute;inset:0;background:
radial-gradient(1200px 600px at 20% 10%, rgba(91, 148, 255, .25), transparent 60%),
radial-gradient(1000px 500px at 80% 30%, rgba(255, 104, 219, .18), transparent 55%),
linear-gradient(180deg, #0b0f19 0%, #070a12 100%);
z-index:-1}
.jodlp__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:26px 18px 10px;max-width:1100px;margin:0 auto}
.jodlp__brand{display:flex;align-items:center;gap:10px}
.jodlp__brandMark{width:12px;height:12px;border-radius:999px;background:linear-gradient(135deg,#5b94ff,#ff68db)}
.jodlp__brandName{font-weight:700;letter-spacing:.2px}
.jodlp__nav{display:flex;gap:16px;flex-wrap:wrap;align-items:center;justify-content:flex-end}
.jodlp__nav a{color:#cfd8ee;text-decoration:none;font-size:14px;opacity:.9}
.jodlp__nav a:hover{opacity:1}
.jodlp__navCta{padding:10px 12px;border-radius:10px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12)}
.jodlp__grid{display:grid;grid-template-columns:1.2fr .8fr;gap:18px;max-width:1100px;margin:0 auto;padding:14px 18px 18px}
@media (max-width: 980px){.jodlp__grid{grid-template-columns:1fr;}.jodlp__nav{display:none}}
.jodlp__hero{padding:18px 10px 10px}
.jodlp__h1{font-size:44px;line-height:1.05;margin:0 0 12px;letter-spacing:-.6px}
@media (max-width: 560px){.jodlp__h1{font-size:34px}}
.jodlp__sub{margin:0 0 18px;color:#cbd4ea;max-width:58ch}
.jodlp__badges{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 18px}
.jodlp__badge{font-size:12px;padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.10);color:#dce4f8}
.jodlp__ctaRow{display:flex;gap:12px;flex-wrap:wrap;margin:0 0 16px}
.jodlp__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 14px;border-radius:12px;text-decoration:none;font-weight:600}
.jodlp__btn--primary{background:linear-gradient(135deg,#5b94ff,#ff68db);color:#0b0f19}
.jodlp__btn--primary:hover{filter:saturate(1.1) brightness(1.05)}
.jodlp__btn--ghost{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);color:#e9eef7}
.jodlp__btn--ghost:hover{background:rgba(255,255,255,.09)}
.jodlp__trust{display:flex;gap:12px;flex-wrap:wrap;margin-top:8px}
.jodlp__trustItem{padding:12px;border-radius:14px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.10);min-width:160px}
.jodlp__trustKpi{font-weight:800;font-size:18px}
.jodlp__trustTxt{font-size:13px;color:#c6d0e6}

.jodlp__chat{border-radius:18px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.10);overflow:hidden;display:flex;flex-direction:column;min-height:420px}
.jodlp__chatHeader{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 14px;border-bottom:1px solid rgba(255,255,255,.10);background:rgba(0,0,0,.15)}
.jodlp__chatTitle{font-weight:800}
.jodlp__chatSubtitle{font-size:12px;color:#c6d0e6}
.jodlp__waMini{display:inline-flex;align-items:center;justify-content:center;width:40px;height:34px;border-radius:12px;text-decoration:none;color:#0b0f19;background:linear-gradient(135deg,#25d366,#89f7b2);font-weight:800}
.jodlp__chatBody{padding:12px 12px 4px;overflow:auto;flex:1;max-height:360px}
.jodlp__msg{display:flex;margin:8px 0}
.jodlp__msg--user{justify-content:flex-end}
.jodlp__bubble{max-width:88%;padding:10px 12px;border-radius:14px;white-space:pre-wrap}
.jodlp__msg--user .jodlp__bubble{background:rgba(91,148,255,.20);border:1px solid rgba(91,148,255,.28)}
.jodlp__msg--bot .jodlp__bubble{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.10)}
.jodlp__chatForm{display:flex;gap:10px;padding:12px;border-top:1px solid rgba(255,255,255,.10)}
.jodlp__chatInput{flex:1;padding:12px 12px;border-radius:12px;background:rgba(0,0,0,.18);border:1px solid rgba(255,255,255,.12);color:#e9eef7;outline:none}
.jodlp__chatInput:focus{border-color:rgba(91,148,255,.55)}
.jodlp__chatSend{padding:12px 14px;border-radius:12px;border:0;cursor:pointer;font-weight:700;color:#0b0f19;background:linear-gradient(135deg,#5b94ff,#ff68db)}
.jodlp__chatSend:disabled{opacity:.6;cursor:not-allowed}
.jodlp__chatFoot{padding:0 12px 12px;font-size:12px;color:#c6d0e6}
.jodlp__muted{opacity:.8}
.jodlp__chatSuggest{display:flex;flex-wrap:wrap;gap:8px;padding:10px 12px 0}
.jodlp__chip{font-size:12px;padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.10);color:#dce4f8;cursor:pointer}
.jodlp__chip:hover{background:rgba(255,255,255,.09)}

.jodlp__section{max-width:1100px;margin:0 auto;padding:26px 18px}
.jodlp__h2{margin:0 0 10px;font-size:26px;letter-spacing:-.3px}
.jodlp__p{margin:0 0 16px;color:#cbd4ea;max-width:75ch}
.jodlp__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
@media (max-width: 980px){.jodlp__cards{grid-template-columns:1fr}}
.jodlp__card{padding:16px;border-radius:18px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.10)}
.jodlp__card h3{margin:0 0 10px;font-size:18px}
.jodlp__card ul{margin:0;padding-left:18px;color:#cbd4ea}
.jodlp__card li{margin:6px 0}
.jodlp__cardCta{margin-top:10px}
.jodlp__link{color:#9cc4ff;text-decoration:none;font-weight:700}
.jodlp__link:hover{text-decoration:underline}
.jodlp__steps{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
@media (max-width: 980px){.jodlp__steps{grid-template-columns:1fr}}
.jodlp__step{display:flex;gap:12px;padding:14px;border-radius:18px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.10)}
.jodlp__stepN{width:34px;height:34px;border-radius:12px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;font-weight:800}
.jodlp__stepT{font-weight:800}
.jodlp__stepD{color:#cbd4ea;font-size:13px}
.jodlp__faq details{padding:14px;border-radius:14px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.10);margin:10px 0}
.jodlp__faq summary{cursor:pointer;font-weight:800}
.jodlp__footer{max-width:1100px;margin:0 auto;padding:18px 18px 34px;display:flex;align-items:center;justify-content:space-between;gap:12px}
@media (max-width: 980px){.jodlp__footer{flex-direction:column;align-items:flex-start}}
.jodlp__footerBrand{font-weight:900}
.jodlp__waFloat{position:fixed;right:18px;bottom:18px;z-index:99999;text-decoration:none}
.jodlp__waFloatInner{display:inline-flex;align-items:center;justify-content:center;padding:12px 14px;border-radius:999px;background:linear-gradient(135deg,#25d366,#89f7b2);color:#0b0f19;font-weight:900;box-shadow:0 10px 28px rgba(0,0,0,.35)}
.screen-reader-text{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}
