.nnp-newsletter-wrapper{
    padding:80px 20px;
    background:#f8fafc;
}

/* الصندوق الرئيسي */
.nnp-newsletter-box{
    max-width:900px;
    margin:auto;
    background:#ffffff !important;
    border-radius:35px;
    padding:70px 60px;
    text-align:center;
    position:relative;
    overflow:hidden;

    border:1px solid #edf2f7;

    box-shadow:
    0 10px 30px rgba(0,0,0,.04),
    0 20px 60px rgba(0,0,0,.06) !important;
}

/* إزالة أي خلفيات غامقة من القالب */
.nnp-newsletter-box,
.nnp-newsletter-box *{
    background-image:none;
}

/* زخارف خفيفة */
.nnp-newsletter-box:before{
    content:'';
    position:absolute;
    top:-120px;
    left:-120px;
    width:260px;
    height:260px;
    border-radius:50%;
    background:rgba(255,0,0,.05);
}

.nnp-newsletter-box:after{
    content:'';
    position:absolute;
    bottom:-120px;
    right:-120px;
    width:260px;
    height:260px;
    border-radius:50%;
    background:rgba(59,130,246,.05);
}

/* البادج */
.nnp-badge{
    display:inline-block;
    background:linear-gradient(135deg,#ff2d2d,#ff4d4d);
    color:#fff !important;
    padding:12px 30px;
    border-radius:50px;
    font-size:15px;
    font-weight:700;
    margin-bottom:30px;
    box-shadow:0 10px 25px rgba(255,45,45,.2);
}

/* العنوان */
.nnp-newsletter-box h2{
    font-size:60px;
    line-height:1.3;
    margin-bottom:20px;
    color:#0f172a !important;
    font-weight:800;
    letter-spacing:-1px;
}

/* الوصف */
.nnp-newsletter-box p{
    color:#64748b !important;
    font-size:22px;
    line-height:2;
    margin-bottom:40px;
}

/* الفورم */
#nnp-newsletter-form{
    max-width:720px;
    margin:auto;
}

/* الحقول */
#nnp-newsletter-form input{
    width:100%;
    height:72px;
    background:#fff !important;
    border:2px solid #e2e8f0;
    border-radius:22px;
    padding:0 24px;
    margin-bottom:20px;
    font-size:18px;
    color:#0f172a !important;

    transition:.3s;

    box-shadow:
    0 4px 12px rgba(0,0,0,.03);
}

#nnp-newsletter-form input::placeholder{
    color:#94a3b8;
}

#nnp-newsletter-form input:focus{
    outline:none;
    border-color:#ff2d2d;

    box-shadow:
    0 0 0 5px rgba(255,45,45,.08);
}

/* الزر */
#nnp-newsletter-form button{
    width:100%;
    height:75px;
    border:none;
    border-radius:24px;

    background:linear-gradient(135deg,#ff1f1f,#ff3d3d) !important;

    color:#fff !important;

    font-size:24px;
    font-weight:800;

    cursor:pointer;
    transition:.3s;

    box-shadow:
    0 15px 35px rgba(255,45,45,.25);
}

#nnp-newsletter-form button:hover{
    transform:translateY(-4px);

    box-shadow:
    0 20px 45px rgba(255,45,45,.35);
}

/* الرسائل */
.nnp-message{
    margin-top:20px;
    font-size:17px;
    font-weight:700;
}

/* إخفاء honeypot */
.nnp-hidden{
    display:none !important;
}

/* موبايل */
@media(max-width:768px){

    .nnp-newsletter-wrapper{
        padding:40px 15px;
    }

    .nnp-newsletter-box{
        padding:45px 25px;
        border-radius:28px;
    }

    .nnp-newsletter-box h2{
        font-size:36px;
        line-height:1.5;
    }

    .nnp-newsletter-box p{
        font-size:18px;
    }

    #nnp-newsletter-form input{
        height:62px;
        font-size:16px;
        border-radius:18px;
    }

    #nnp-newsletter-form button{
        height:64px;
        font-size:20px;
        border-radius:18px;
    }
}