/* PROPEL — exit-intent popup */
.ei-veil{position:fixed;inset:0;background:rgba(16,19,46,.62);z-index:990;display:none;align-items:center;justify-content:center;padding:20px}
.ei-veil.show{display:flex;animation:eiFade .3s ease}
@keyframes eiFade{from{opacity:0}to{opacity:1}}
.ei-modal{background:#fff;border-radius:20px;max-width:440px;width:100%;padding:36px 32px;position:relative;box-shadow:0 30px 80px rgba(18,22,63,.35);animation:eiPop .35s ease}
@keyframes eiPop{from{transform:translateY(26px);opacity:0}to{transform:none;opacity:1}}
.ei-close{position:absolute;top:14px;right:14px;width:38px;height:38px;border-radius:50%;border:1.5px solid var(--line,#E4E7F3);background:#fff;cursor:pointer;font-size:16px;color:#10132E;display:grid;place-items:center}
.ei-modal .ei-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(245,130,10,.12);color:#AD5700;font-family:'Poppins',sans-serif;font-weight:600;font-size:12px;letter-spacing:.08em;text-transform:uppercase;padding:7px 14px;border-radius:999px;margin-bottom:14px}
.ei-modal h3{font-family:'Poppins',sans-serif;font-size:23px;color:#10132E;line-height:1.25;margin-bottom:8px}
.ei-modal>p{font-size:14.5px;color:#4C5170;margin-bottom:20px}
.ei-modal .field{margin-bottom:13px}
.ei-modal .btn{width:100%;justify-content:center}
.ei-note{font-size:12px;color:#686D8C;text-align:center;margin-top:12px}
@media (max-width:480px){.ei-modal{padding:28px 22px}}
