#bza-btn {
    position: fixed;
    left: 20px;
    bottom: 40px;
    background: #fe4798;
    color: #fff;
    padding: 12px 20px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 16px;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    z-index: 999999;
}
#bza-popup {
    display: none;
    position: fixed;
    left: 20px;
    bottom: 100px;
    z-index: 999999;
}
.bza-box {
    width: 260px;
    background: #ffffffee;
    backdrop-filter: blur(6px);
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
    position: relative;
    border: 1px solid #ddd;
}
.bza-box h3 {
    margin: 0 0 10px;
    text-align: center;
    font-size: 18px;
}
.bza-box input {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
}
#bza-gonder {
    width: 100%;
    background: #fe4798;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}
#bza-kapat {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
}