#qs_555_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 99999;
    overflow-y: auto;
    padding: 20px 0;
}

#qs_555_popup {
    position: relative;
    background: linear-gradient(160deg, #ffffff 0%, #fdf6e3 100%);
    border-radius: 16px;
    max-width: 520px;
    width: 92%;
    margin: 40px auto;
    padding: 40px 36px 32px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    border-top: 6px solid #6C381C;
    font-family: Arial, sans-serif;
}

#qs_555_close {
    position: absolute;
    top: 14px;
    right: 18px;
    background: none;
    border: none;
    font-size: 26px;
    color: #888;
    cursor: pointer;
    line-height: 1;
    padding: 0;
}

#qs_555_close:hover {
    color: #6C381C;
}

#qs_555_header {
    text-align: center;
    margin-bottom: 28px;
}

#qs_555_popup #qs_555_popup_badge,
#qs_555_popup .qs-555-popup-badge {
    display: inline-block;
    background: #6C381C;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    margin-bottom: 16px;
    letter-spacing: 2px;
}

#qs_555_title {
    font-size: 24px;
    font-weight: bold;
    color: #3a1f0a;
    margin: 0 0 8px;
}

#qs_555_subtitle {
    font-size: 15px;
    color: #888;
    margin: 0;
}

#qs_555_features {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}

.qs_555_feature {
    flex: 1;
    background: #fff;
    border: 1px solid #e8d5b0;
    border-radius: 10px;
    padding: 16px 10px;
    text-align: center;
}

.qs_555_feature_number {
    font-size: 32px;
    font-weight: bold;
    color: #6C381C;
    line-height: 1;
    margin-bottom: 8px;
}

.qs_555_feature_text strong {
    display: block;
    font-size: 14px;
    color: #3a1f0a;
    margin-bottom: 4px;
}

.qs_555_feature_text span {
    display: block;
    font-size: 12px;
    color: #888;
    line-height: 1.4;
}

#qs_555_details {
    background: #fdf0d5;
    border-left: 4px solid #c1a700;
    border-radius: 6px;
    padding: 14px 16px;
    margin-bottom: 24px;
}

#qs_555_details p {
    font-size: 14px;
    color: #4a2e10;
    line-height: 1.6;
    margin: 0;
}

#qs_555_buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 16px;
}

#qs_555_join_btn {
    display: block;
    background: #6C381C;
    color: #fff;
    text-align: center;
    padding: 14px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

#qs_555_join_btn:hover {
    background: #8a4622;
    color: #fff;
}

#qs_555_skip_btn {
    display: block;
    width: 100%;
    background: transparent;
    color: #888;
    text-align: center;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #ddd;
    font-family: Arial, sans-serif;
}

#qs_555_skip_btn:hover {
    border-color: #6C381C;
    color: #6C381C;
}

#qs_555_footer {
    font-size: 12px;
    color: #aaa;
    text-align: center;
    margin: 0;
}

@media (max-width: 480px) {
    #qs_555_popup {
        padding: 30px 20px 24px;
    }
    #qs_555_features {
        flex-direction: column;
    }
    .qs_555_feature {
        display: flex;
        align-items: center;
        gap: 12px;
        text-align: left;
        padding: 12px 14px;
    }
    .qs_555_feature_number {
        font-size: 28px;
        min-width: 44px;
        margin-bottom: 0;
    }
}
