.popup-container{align-items:flex-end;bottom:50%;display:flex;flex-direction:column;gap:16px;position:fixed;right:20px;transform:translateY(50%);z-index:99999}.popup-toggle{align-items:center;background-color:var(--popup-color);border:none;border-radius:50%;box-shadow:0 4px 12px #00000026;color:#fff;cursor:pointer;display:flex;height:56px;justify-content:center;transition:transform .2s ease,background-color .2s ease;width:56px}.popup-toggle:hover{background-color:color-mix(in srgb,var(--popup-color),#fff 50%);transform:scale(1.05)}.popup-toggle .chat-icon{height:28px;width:28px}.popup-card{animation:fadeInUp .3s ease forwards;background-color:#fff;border-radius:24px;box-shadow:0 8px 32px #00000014;display:none;flex-direction:column;padding:24px;width:360px}.popup-card.is-visible{display:flex}.popup-card .popup-title{color:#111;font-size:18px;font-weight:700;margin:0 0 8px}.popup-card .popup-divider{border:none;border-top:1px solid #eee;margin:0 0 10px;width:100%}.popup-card .popup-text{color:#333;font-size:15px;line-height:1.5;margin:0 0 24px}.popup-card .btn{border:none;border-radius:14px;cursor:pointer;font-family:var(--wp--preset--font-family--body);font-size:16px;font-weight:600;padding:14px;text-align:center;text-decoration:none;transition:background-color .2s ease}.popup-card .btn-primary{background-color:var(--popup-color);color:#fff;margin-bottom:12px}.popup-card .btn-primary:hover{background-color:color-mix(in srgb,var(--popup-color),#fff 50%)}.popup-card .btn-secondary{background-color:#f0f0f0;color:#555}.popup-card .btn-secondary:hover{background-color:#e0e0e0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
