/* Sticky full-width bottom CTA */
#pwalite-cta-sticky.pwalite-hidden{transform:translateY(120%);opacity:0;transition:transform 350ms ease,opacity 350ms ease}
#pwalite-cta-sticky{position:fixed;left:12px;right:12px;bottom:20px;z-index:2147483647;display:flex;justify-content:center;pointer-events:auto}
.pwalite-cta-sticky{max-width:980px;width:calc(100% - 24px);}
.pwalite-cta-inner{background:#fff;border-radius:12px;padding:12px 14px;box-shadow:0 10px 30px rgba(0,0,0,0.15);display:flex;align-items:center;justify-content:space-between;gap:12px}
.pwalite-cta-text{flex:1;font-size:15px;color:#111;line-height:1.2;margin-right:12px}
.pwalite-cta-actions{display:flex;gap:8px;align-items:center}
.pwalite-cta-btn{background:#2b6cb0;color:#fff;border:none;padding:9px 14px;border-radius:10px;font-size:14px;cursor:pointer}
.pwalite-cta-close{background:transparent;border:none;font-size:20px;color:#666;cursor:pointer;padding:4px}
@media(min-width:720px){ #pwalite-cta-sticky{left:auto;right:24px;bottom:24px;max-width:420px} }
