.wbeo-popup-overlay {
    position: fixed;
    inset: 0;
    z-index: 100000;
    background: rgba(20, 15, 10, .55);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    opacity: 0;
    transition: opacity .2s ease;
}
.wbeo-popup-overlay--visible {
    opacity: 1;
}
.wbeo-popup {
    position: relative;
    width: 100%;
    max-width: 420px;
    background: #fff;
    border-radius: 14px;
    padding: 32px 28px 28px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .25);
    text-align: center;
}
.wbeo-popup-close {
    position: absolute;
    top: 10px;
    right: 14px;
    background: none;
    border: none;
    font-size: 28px;
    line-height: 1;
    color: #8a8a8a;
    cursor: pointer;
}
.wbeo-popup-title {
    margin: 0 0 6px;
    font-size: 22px;
    line-height: 1.3;
    color: #333;
}
.wbeo-popup-discount {
    margin: 0 0 16px;
    font-size: 20px;
    font-weight: 700;
    color: #e2336b;
}
.wbeo-popup-subtitle {
    margin: 0 0 20px;
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}
#wbeo-popup-form input[type="email"] {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    margin-bottom: 14px;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    background: #f9f9f9;
    font-size: 15px;
}
.wbeo-popup-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px;
    height: 1px;
    opacity: 0;
}
.wbeo-popup-submit {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 999px;
    background: #e2336b;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}
.wbeo-popup-submit:disabled {
    opacity: .6;
    cursor: default;
}
.wbeo-popup-error {
    color: #c0392b;
    font-size: 13px;
    margin: 10px 0 0;
}
.wbeo-popup-perks {
    list-style: none;
    margin: 20px 0 0;
    padding: 16px 0 0;
    border-top: 1px solid #eee;
    text-align: left;
    font-size: 13px;
    color: #555;
}
.wbeo-popup-perks li {
    margin: 4px 0;
    padding-left: 22px;
    position: relative;
}
.wbeo-popup-perks li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: #e2336b;
    font-weight: 700;
}
.wbeo-popup-hint {
    font-size: 12px;
    color: #888;
    margin: 8px 0 0;
}
.wbeo-popup-sent-email {
    color: #333;
}
