
.ccelsp-overlay{
  position:fixed!important;inset:0!important;z-index:2147483000!important;
  display:none;align-items:center;justify-content:center;padding:8px;
  background:rgba(2,6,12,.64);backdrop-filter:blur(4px);
  box-sizing:border-box;opacity:0;visibility:hidden;pointer-events:none;
}
.ccelsp-overlay.is-open{
  display:flex!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;
}
.ccelsp-modal{
  --ccelsp-width:900px;--ccelsp-bg:none;--ccelsp-dark:.72;
  position:relative!important;
  width:min(var(--ccelsp-width),92vw)!important;
  min-height:500px;
  max-height:86vh!important;
  overflow:auto!important;
  border-radius:18px;
  background:#07101f var(--ccelsp-bg) center/cover no-repeat!important;
  box-shadow:0 22px 70px rgba(0,0,0,.68);
  border:1px solid rgba(255,255,255,.16);
  isolation:isolate;
}
.ccelsp-shade{
  position:absolute;inset:0;z-index:0;
  background:linear-gradient(90deg,rgba(0,0,0,.94) 0%,rgba(0,0,0,var(--ccelsp-dark)) 48%,rgba(0,0,0,.28) 80%,rgba(0,0,0,.12) 100%);
  pointer-events:none;
}
.ccelsp-content{
  position:relative;z-index:2;width:min(590px,64%);
  padding:28px 30px 30px;color:#fff;
  font-family:"Helvetica Neue",Arial,sans-serif;box-sizing:border-box;
}
.ccelsp-logos{display:flex;gap:9px;align-items:center;flex-wrap:wrap;margin-bottom:12px}
.ccelsp-logos img{width:58px;height:58px;object-fit:contain;display:block;filter:drop-shadow(0 6px 16px rgba(0,0,0,.4))}
.ccelsp-eyebrow{font-size:9px;letter-spacing:2.1px;font-weight:600;color:#d8e6ff;margin-bottom:7px}
.ccelsp-copy h2{
  margin:0 0 11px!important;color:#fff!important;
  font-size:clamp(29px,3.4vw,48px)!important;line-height:1!important;
  font-weight:650!important;letter-spacing:-1.2px;text-transform:uppercase;
}
.ccelsp-copy h3{margin:0 0 9px!important;color:#fff!important;font-size:20px!important;line-height:1.15!important;font-weight:450!important}
.ccelsp-copy p{margin:0 0 8px!important;color:#f4f4f4!important;font-size:12px!important;line-height:1.45!important;font-weight:350!important}
.ccelsp-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:15px}
.ccelsp-btn{
  position:relative;z-index:20;display:inline-flex!important;align-items:center;justify-content:center;
  min-height:36px;padding:0 16px;border-radius:999px;text-decoration:none!important;
  font-size:9px;letter-spacing:1px;font-weight:800;pointer-events:auto!important;
}
.ccelsp-btn-primary{background:#fff!important;color:#07101f!important}
.ccelsp-btn-outline{background:rgba(255,255,255,.07)!important;color:#fff!important;border:1px solid rgba(255,255,255,.35)}
.ccelsp-btn-whatsapp{background:#1fca68!important;color:#06190e!important}
.ccelsp-close{
  position:absolute!important;top:10px!important;right:10px!important;z-index:9999!important;
  width:40px!important;height:40px!important;display:flex!important;align-items:center!important;justify-content:center!important;
  padding:0!important;margin:0!important;border:2px solid #fff!important;border-radius:50%!important;
  background:rgba(0,0,0,.74)!important;color:#fff!important;font:300 27px/1 Arial,sans-serif!important;
  cursor:pointer!important;pointer-events:auto!important;opacity:1!important;visibility:visible!important;
}
.ccelsp-close:hover{background:#fff!important;color:#000!important}
@media(max-width:640px){
  .ccelsp-overlay{padding:5px}
  .ccelsp-modal{width:95vw!important;min-height:470px;max-height:90vh!important}
  .ccelsp-shade{background:rgba(0,0,0,.72)}
  .ccelsp-content{width:100%;padding:24px 18px}
  .ccelsp-copy h2{font-size:28px!important}
  .ccelsp-copy p{font-size:11px!important}
}
