
:root{font-family:Inter,system-ui,sans-serif;color:#14213a;background:#f5f7fb}
*{box-sizing:border-box}body{margin:0}
.demo-page{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr}
.demo-brand{padding:48px 7vw;background:linear-gradient(135deg,#0f244eea,#1e4384e8),url('assets/images/implementacion-iso.jpg') center/cover;color:#fff;display:flex;flex-direction:column}
.demo-logo{width:145px;max-width:45vw}
.demo-brand-content{margin:auto 0;max-width:680px}
.eyebrow{font-size:10px;letter-spacing:2px;font-weight:800;color:#e5ae37}
h1{font-size:clamp(34px,5vw,58px);line-height:1.03;margin:13px 0 20px}
h1 strong{color:#e5ae37}.lead{font-size:16px;line-height:1.7;color:#dbe7f8}
.points{display:grid;gap:12px;margin-top:30px}.point{display:flex;gap:12px;align-items:flex-start;padding:12px 0;border-bottom:1px solid #ffffff22}.point i{width:35px;height:35px;border-radius:50%;display:grid;place-items:center;background:#e5ae3722;color:#e5ae37}.point b,.point small{display:block}.point small{color:#cbd8ea;margin-top:2px}
.demo-action{padding:42px 7vw;background:#fff;display:grid;place-items:center}.card{width:min(500px,100%)}.card h2{font-size:30px;margin:8px 0}.card>p{color:#64748b;line-height:1.65}
.steps{display:grid;gap:10px;margin:24px 0}.step{display:grid;grid-template-columns:34px 1fr;gap:10px;align-items:start}.step span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#eef4ff;color:#174f96;font-weight:800}.step b,.step small{display:block}.step small{color:#718096;margin-top:2px}
.btn{display:flex;justify-content:center;align-items:center;gap:9px;text-decoration:none;border-radius:9px;padding:14px 16px;font-weight:800;margin-top:10px}.whatsapp{background:#25D366;color:#fff}.login{border:1px solid #cfd9e7;color:#174f96;background:#fff}.fine{font-size:10px!important;color:#94a3b8!important;text-align:center;margin-top:18px!important}
@media(max-width:850px){.demo-page{grid-template-columns:1fr}.demo-brand{min-height:520px;padding:34px 24px}.demo-action{padding:36px 22px}.demo-logo{width:130px}}
@media(max-width:480px){.demo-brand{min-height:470px}.lead{font-size:14px}.card h2{font-size:25px}}
