.ctapro-cta-block{display:flex;align-items:center;gap:16px;padding:20px 24px;margin:28px 0;border-radius:12px;border-left:5px solid rgba(0,0,0,.12);box-shadow:0 2px 12px rgba(0,0,0,.07);line-height:1.7;flex-wrap:wrap}
.ctapro-layout-left{flex-direction:row}.ctapro-layout-right{flex-direction:row-reverse}
.ctapro-layout-top,.ctapro-layout-default{flex-direction:column;align-items:flex-start}
.ctapro-cta-body{display:flex;flex-wrap:wrap;align-items:center;gap:12px;flex:1}
.ctapro-cta-text{flex:1;min-width:160px}
.ctapro-cta-img{max-width:120px;max-height:100px;border-radius:8px;object-fit:cover;display:block}
.ctapro-layout-top .ctapro-cta-img{max-width:100%;max-height:200px;width:100%;object-fit:cover;border-radius:8px;margin-bottom:4px}
.ctapro-img-link{display:block}
.ctapro-btn-link{display:inline-block;padding:10px 24px;border-radius:8px;font-weight:700;text-decoration:none!important;font-size:.9rem;transition:opacity .2s,transform .15s;flex-shrink:0;white-space:nowrap}
.ctapro-btn-link:hover{opacity:.85;transform:translateY(-1px)}
.ctapro-popup-overlay{position:fixed;inset:0;z-index:99998;cursor:pointer}
.ctapro-popup-wrap{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:99999;width:90%;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.3)}
@keyframes popupIn{from{opacity:0;transform:translate(-50%,-50%) scale(.9)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}
.ctapro-popup-close{position:absolute;top:10px;right:10px;width:32px;height:32px;border-radius:50%;border:none;background:rgba(0,0,0,.2);color:#fff;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1;transition:background .18s}
.ctapro-popup-close:hover{background:rgba(0,0,0,.4)}
.ctapro-popup-wrap .ctapro-cta-block{margin:0;border-radius:0;border-left:none;box-shadow:none}
.ctapro-sticky-bar{position:fixed;left:0;right:0;z-index:9999}
.ctapro-sticky-bar[data-pos="top"]{top:0;box-shadow:0 4px 20px rgba(0,0,0,.12)}
.ctapro-sticky-bar[data-pos="bottom"]{bottom:0;box-shadow:0 -4px 20px rgba(0,0,0,.12)}
.ctapro-sticky-bar .ctapro-cta-block{margin:0;border-radius:0;border-left:none;box-shadow:none;padding:10px 50px 10px 20px;justify-content:center}
.ctapro-sticky-close{position:absolute;right:14px;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.15);border:none;width:28px;height:28px;border-radius:50%;color:inherit;cursor:pointer;font-size:.9rem;display:flex;align-items:center;justify-content:center}
