#affiliate-popup{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:99999}#affiliate-popup .popup-title{font-size:16px;font-weight:500;color:#444;margin:5px 0}#affiliate-popup .popup-price{font-size:15px;color:#b20000;margin:5px 0}#affiliate-popup .popup-backdrop{position:absolute;width:100%;height:100%;background:rgba(0,0,0,.6);top:0;left:0}#affiliate-popup .popup-box{position:relative;background:#fff;border:2px dashed #b20000;border-radius:12px;padding:20px;width:320px;text-align:center;z-index:1000;animation:fadeInUp 0.4s ease}#affiliate-popup .popup-close{position:absolute;top:8px;right:10px;background:none;border:none;font-size:20px;cursor:pointer;color:#444}#affiliate-popup .popup-logo{max-width:180px;margin:0 auto 10px}#affiliate-popup .popup-headline{font-size:18px;font-weight:700;margin:10px 0;color:#333}#affiliate-popup .popup-subtext{font-size:14px;color:#0073e6;margin:5px 0 15px}#affiliate-popup .popup-cta{display:inline-block;padding:10px 20px;background:#fff;color:#b20000;border:2px solid #b20000;border-radius:6px;font-weight:700;text-decoration:none;transition:all 0.2s ease}#affiliate-popup .popup-cta:hover{background:#b20000;color:#fff}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}