#lep-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

#lep-overlay.lep-hidden {
    display: none;
}

#lep-popup {
    margin: auto;
    padding: 30px;
    color: #ffffff;
    text-align: center;
    border-radius: 20px;
    background: linear-gradient(135deg, #ff6a00, #ee0979);
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    font-family: Arial, sans-serif;
}

#lep-popup::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    top: -50px;
    left: -50px;
}

#lep-popup::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    bottom: -50px;
    right: -50px;
}

.lep-popup-content {
    position: relative;
    z-index: 2;
}

#lep-close {
    position: absolute;
    top: -25px;
    right: -20px;
    border: 0;
    background: transparent;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    color: #666;
}

#lep-title {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
}

.lep-tagline {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.lep-benefits {
    margin-top: 8px !important;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}

.lep-coupon-wrap {
    margin: 15px 0;
}

#lep-coupon {
    display: inline-block;
    background: #ffffff;
    color: #000000;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    border-radius: 10px;
    padding: 12px;
}

#lep-copy-btn {
    background: #000000;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

#lep-copy-btn:hover {
    background: #1a1a1a;
}

#lep-popup p {
    margin: 0;
}

.lep-message {
    margin-top: 10px !important;
    color: #ffffff !important;
    font-weight: 600;
}
