body {
    margin: 0;
    font-family: 'Cairo', 'Tajawal', Arial, sans-serif;
    background: url('https://d35ao7dioop67o.cloudfront.net/uploads/post_cover/upload/42830-71ca45/%D9%81%D9%8A%D9%81%D8%A7.jpg') no-repeat center center fixed;
    background-size: cover;
    color: #222;
    min-height: 100vh;
    filter: saturate(1.6) contrast(1.07);
    position: relative;
}
body::before {
    content: "";
    position: fixed;
    top: 0; left: 0; width: 100vw; height: 100vh;
    background: rgba(30, 32, 42, 0.38);
    z-index: 0;
    pointer-events: none;
}
.cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin: 28px 0 10px 0;
    z-index: 2;
    position: relative;
}
/* تم حذف كلاس البطاقات القديمة نهائياً */
/* تم حذف تأثير hover الخاص بالبطاقات نهائياً */
/* تم حذف كلاس زر الاشتراك الصغير القديم نهائياً */
/* تم حذف تأثير hover لزر الاشتراك الصغير القديم نهائياً */
/* تم حذف كلاس الزر النشط القديم نهائياً */
.ironpro-prices-box {
    margin-top: 14px;
    margin-bottom: 0;
    background: rgba(255,255,255,0.92);
    border-radius: 15px;
    box-shadow: 0 2px 10px #e0e7ff33;
    padding: 14px 12px 10px 12px;
    min-width: 180px;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.09rem;
    text-align: center;
    animation: fadeInUp 0.5s;
}
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}
.price-list {
    list-style: none;
    padding: 0;
    margin: 0 0 8px 0;
}
.price-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-weight: bold;
    margin-bottom: 7px;
}
.price-list.price-list-horizontal {
    font-size: 1.35em;
    font-weight: 600;
    color: #222;
    margin: 16px auto 10px auto;
    padding: 0;
    list-style: none;
    text-align: center;
}
.price-list.price-list-horizontal li {
    margin: 7px 0;
    padding: 4px 0;
    background: rgba(255,255,255,0.15);
    border-radius: 18px;
    font-size: 0.75em;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    letter-spacing: 1px;
}
.price-bubble {
    display: inline-block;
    background: #f1f1f1;
    color: #222;
    border-radius: 10px;
    padding: 2px 8px 2px 8px;
    font-size: 0.18em;
    font-weight: bold;
    margin-left: 4px;
    margin-right: 4px;
    box-shadow: 0 1px 3px #eee;
    letter-spacing: 0.3px;
}
.price-bubble-dz { background: linear-gradient(90deg, #fffde4 60%, #ffb300 100%); color: #b8860b; border: 1.5px solid #ffd700; }
.price-bubble-usd { background: linear-gradient(90deg, #e0f7fa 60%, #00bcd4 100%); color: #00796b; border: 1.5px solid #00bcd4; }
.price-bubble-eur { background: linear-gradient(90deg, #e1bee7 60%, #7b1fa2 100%); color: #4a148c; border: 1.5px solid #7b1fa2; }
.price-bubble:hover { transform: scale(1.08) rotate(-3deg); box-shadow: 0 6px 18px #e91e6377, 0 2px 10px #00bcd455; }
@keyframes bubblePop { 0% { transform: scale(0.7); opacity: 0.2; } 70% { transform: scale(1.13); opacity: 1; } 100% { transform: scale(1); } }
.price-list.price-list-horizontal span {
    margin: 0 8px;
    font-size: 1.18em;
    color: #1a1a1a;
    font-weight: bold;
}
.price-list.price-list-horizontal b {
    color: #7b1fa2;
    font-weight: bold;
    margin-right: 10px;
}
.price-list.price-list-vertical {
    list-style: none;
    padding: 0;
    margin: 0 0 8px 0;
}
.price-list.price-list-vertical li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-weight: bold;
    margin-bottom: 7px;
}
.price-list .price-icon {
    height: 22px;
    margin-left: 7px;
    margin-right: 2px;
    vertical-align: middle;
}

@media (max-width: 700px) {
    #site-title {
        font-size: 3.2rem;
        margin: 15px 0 20px 0;
        letter-spacing: 2px;
    }
    .subtitle {
        font-size: 1.3rem;
        margin: 15px 0 25px 0;
    }
    .promo-text {
        padding: 25px 20px;
        margin: 20px 10px;
        font-size: 1.05rem;
    }
    .cards-wrapper {
        flex-direction: column;
        gap: 20px;
        margin: 20px 0 10px 0;
    }
    .card-subscription {
        min-width: 85vw;
        max-width: 95vw;
        padding: 25px 15px 20px 15px;
        margin: 0 auto;
    }
    .sub-btn-circle {
        width: 180px;
        height: 180px;
        font-size: 1.1rem;
    }
    .sub-btn-circle img {
        width: 55px;
        height: 55px;
    }
}

@media (max-width: 480px) {
    #site-title {
        font-size: 2.8rem;
        letter-spacing: 1px;
    }
    .subtitle {
        font-size: 1.1rem;
    }
    .promo-text {
        padding: 20px 15px;
        font-size: 1rem;
        line-height: 1.6;
    }
    .sub-btn-circle {
        width: 160px;
        height: 160px;
        font-size: 1rem;
    }
    .sub-btn-circle img {
        width: 45px;
        height: 45px;
    }
    .mini-sub-btn {
        font-size: 0.95rem;
        padding: 6px 20px;
    }
}

.cards-wrapper {
    flex-direction: column;
    gap: 16px;
    margin: 18px 0 7px 0;
}

.card-subscription {
    min-width: 90vw;
    max-width: 99vw;
    padding: 18px 7vw 14px 7vw;
}

main, header, section, .promo-text, .buttons, .lang-switcher {
    position: relative;
    z-index: 1;
}

header {
    text-align: center;
    padding: 40px 10px 10px 10px;
    background: linear-gradient(90deg, #f9fafc 60%, #e0e7ff 100%);
    border-bottom: 3px solid #a5b4fc;
}
#site-title {
    font-family: 'Cairo', 'Tajawal', Arial, Helvetica, sans-serif;
    font-size: 2.05rem;
    font-weight: bold;
    margin: 0 0 6px 0;
    text-align: center;
    background: url('https://scontent.faae2-4.fna.fbcdn.net/v/t39.30808-6/518411356_122110997336936799_7257655542697413377_n.jpg?_nc_cat=108&ccb=1-7&_nc_sid=6ee11a&_nc_ohc=cKlOuWj8hDgQ7kNvwHt7iFS&_nc_oc=AdlKyspoXT1Ns2mV0e0myL-3eQehKBkbNDEuQHf2A2gNgreX61GVco2fAHyqXKMenGk&_nc_zt=23&_nc_ht=scontent.faae2-4.fna&_nc_gid=VWn5GieDkAhCG7upbSyCHw&oh=00_AfS60qEh7b09cO1uD9a6xH-KUkIgFMawUnOJ4reoaVJNzw&oe=68901472') center/cover no-repeat;
    border-radius: 15px;
    box-shadow: 0 3px 14px 0 #0001;
    padding: 12px 0 5px 0;
    letter-spacing: 1.3px;
    border: 1.5px solid #fff;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.rainbow {\n    background: linear-gradient(90deg, #ff0066, #ff6600, #ffcc00, #66ff00, #0066ff, #6600ff, #ff0066);\n    background-size: 300% 300%;\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    animation: rainbow 4s linear infinite;\n    filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.4));\n}
    background: linear-gradient(90deg, #f44336, #ffeb3b, #4caf50, #2196f3, #e91e63, #ff9800);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.gradient-text {\n    background: linear-gradient(135deg, #667eea 0%, #764ba2 25%, #f093fb 50%, #f5576c 75%, #4facfe 100%);\n    background-size: 400% 400%;\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    animation: gradientAnimation 6s ease-in-out infinite;\n    filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3));\n}
    display: inline-block;
}
.subtitle {
    font-size: 1.13rem;
    color: #f44336;
    font-weight: 700;
    margin-bottom: 7px;
    letter-spacing: 0.7px;
}
.promo-text {
    background: rgba(255,255,255,0.54); 
    margin: 22px auto 17px auto;
    padding: 13px 13px;
    border-radius: 14px;
    max-width: 600px;
    box-shadow: 0 1.5px 8px 0 #e0e7ff33;
    font-size: 0.99rem;
    line-height: 1.85;
    direction: rtl;
}
.buttons {
    text-align: center;
    margin: 25px 0 18px 0;
}
.subscribe-btn {
    background: linear-gradient(90deg, #ff9800, #f44336, #e91e63, #3f51b5);
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 14px 38px;
    margin: 0 8px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 2px 8px #e0e7ff;
    transition: background 0.3s, transform 0.2s;
}
.subscribe-btn:hover {
    background: linear-gradient(90deg, #e91e63, #ff9800, #4caf50, #2196f3);
    transform: scale(1.06);
}
.lang-switcher {
    position: absolute;
    top: 18px;
    right: 22px;
    text-align: right;
    margin-bottom: 0;
    z-index: 10;
    direction: ltr;
    background: rgba(255,255,255,0.15);
    border-radius: 18px;
    padding: 3px 10px;
    box-shadow: 0 1px 6px #dbeafe44;
}
.lang-switcher button {
    background: #fff;
    color: #3f51b5;
    border: 2px solid #3f51b5;
    border-radius: 20px;
    padding: 7px 18px;
    margin: 0 4px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}
.lang-switcher button:hover {
    background: #3f51b5;
    color: #fff;
}
@media (max-width: 600px) {
    #site-title {
        font-size: 2.1rem;
    }
    .promo-text {
        font-size: 1rem;
        padding: 14px 4px;
    }
    .subscribe-btn {
        padding: 10px 18px;
        font-size: 1rem;
    }
    .social-fb-btn {
        top: 12px !important;
        left: 10px !important;
        right: auto !important;
    }
}

.social-fb-btn {
    position: absolute;
    top: 22px;
    left: 22px;
    z-index: 100;
}
.social-fb-btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 10px 0 #e0e7ff55;
    border: 2px solid #1877f2;
    transition: background 0.2s, box-shadow 0.2s, border 0.2s;
    text-decoration: none;
}
.social-fb-btn a:hover {
    background: #1877f2;
    box-shadow: 0 4px 16px 0 #1877f277;
    border: 2px solid #fff;
}
.social-fb-btn img {
    width: 36px;
    height: 36px;
    filter: grayscale(0.1) brightness(0.95);
    transition: filter 0.2s;
}
.social-fb-btn a:hover img {
    filter: brightness(10) invert(1);
}

.whatsapp-contact {
    margin: 35px auto 16px auto;
    text-align: center;
    background: none;
    border-radius: 18px;
    padding: 0;
    width: fit-content;
    box-shadow: none;
}
.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(90deg, #25d366 70%, #128c7e 100%);
    color: #fff !important;
    font-size: 1.01rem;
    font-weight: bold;
    border: none;
    border-radius: 50px;
    padding: 10px 24px;
    margin: 0 7px;
    box-shadow: 0 2px 10px 0 #25d36655;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}
.whatsapp-btn img {
    width: 26px;
    height: 26px;
    margin-left: 2px;
}
.whatsapp-btn:hover {
    background: linear-gradient(90deg, #128c7e 60%, #25d366 100%);
    color: #fff !important;
    transform: scale(1.07);
    box-shadow: 0 4px 16px 0 #128c7e55;
}

.sub-btn-circle {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: none;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.18s, transform 0.18s;
    margin-bottom: 7px;
    outline: none;
    position: relative;
    padding: 0;
}
.sub-btn-circle:hover {
    background: linear-gradient(135deg, #f5576c 0%, #f093fb 100%);
    box-shadow: 0 2px 9px #f093fb33;
    transform: scale(1.09);
}
.sub-btn-circle img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-bottom: 2px;
    box-shadow: none;
}
.sub-btn-title {
    font-size: 0.73rem;
    font-weight: 700;
    color: #2a2a2a;
    letter-spacing: 0.2px;
    margin-top: 0;
    text-shadow: none;
}
