@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;700;900&display=swap');

:root {
    --bg-color: #f4f6f9;
    --text-dark: #1a1a1a;
    --primary: #008cff;
    --secondary: #ffba08;
    --premium-blue: #0b132b; 
    --premium-light: #1c2541;
}

* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Tajawal', sans-serif; }

body { background-color: var(--bg-color); color: var(--text-dark); line-height: 1.6; padding-top: 50px;}

/* البانر المتحرك */
.top-banner {
    position: fixed; top: 0; left: 0; width: 100%;
    background-color: var(--secondary); color: #000;
    padding: 12px 0; font-weight: 900; font-size: 1.1rem;
    z-index: 1000; text-align: center;
}

.container { max-width: 1000px; margin: 0 auto; padding: 40px 20px; text-align: center; }

/* صورة الغلاف بالواجهة */
.cover-image {
    width: 100%;
    max-width: 280px;
    margin: 0 auto 15px auto;
    display: block;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.hero h1 { font-size: 1.8rem; margin-bottom: 15px; }
.hero-list { list-style: none; margin-bottom: 20px; font-size: 1.2rem; font-weight: bold;}
.icon-color { color: var(--primary); margin-left: 8px;}

.highlight-text { font-size: 1.5rem; margin: 20px 0; }
.highlight-text strong { font-size: 1.8rem; color: var(--primary); }
.sub-text { font-size: 1.1rem; color: #555; margin-bottom: 30px; }

/* الفيديوهات */
.hero-video, .grid-video {
    width: 100%; border-radius: 15px;
    aspect-ratio: 9/16; object-fit: cover;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    background: #000;
}
.hero-video { max-width: 350px; border: 3px solid var(--primary); margin: 0 auto 30px auto; display: block; }

/* الزر الرئيسي */
.cta-button {
    display: inline-block; background: linear-gradient(45deg, var(--primary), #00d2ff);
    color: #fff; padding: 15px 40px; font-size: 1.3rem; font-weight: bold;
    text-decoration: none; border-radius: 30px; margin-top: 20px;
    box-shadow: 0 4px 15px rgba(0, 140, 255, 0.4);
}

.pulse { animation: pulse 2s infinite; }
@keyframes pulse {
    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(0, 140, 255, 0.5); }
    70% { transform: scale(1.05); box-shadow: 0 0 0 15px rgba(0, 140, 255, 0); }
    100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(0, 140, 255, 0); }
}

/* البطاقات الاحترافية */
.premium-card { background-color: var(--premium-blue); color: #fff; border-radius: 15px; padding: 20px; box-shadow: 0 10px 20px rgba(0,0,0,0.1); }
.grid-6 { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; }
.premium-card h3 { margin-top: 15px; font-size: 1.1rem; color: #fff;}
.invest-box { background: rgba(255, 186, 8, 0.15); border: 1px solid var(--secondary); padding: 15px; border-radius: 10px; margin-top: 20px; color: var(--secondary); font-size: 1.1rem;}

/* الآراء (يدوية بسكرول بار أنيق) */
.testimonials-slider { display: flex; overflow-x: auto; gap: 20px; padding: 20px 0; scroll-behavior: smooth; }
.testimonials-slider::-webkit-scrollbar { height: 8px; display: block; }
.testimonials-slider::-webkit-scrollbar-thumb { background: var(--primary); border-radius: 10px; }
.testimonials-slider::-webkit-scrollbar-track { background: rgba(0,0,0,0.05); border-radius: 10px; }
.review-card { min-width: 280px; background: var(--premium-light); color: #fff; padding: 20px; border-radius: 15px; border-left: 4px solid var(--primary); text-align: right; box-shadow: 0 4px 10px rgba(0,0,0,0.1);}
.review-name { font-weight: bold; color: var(--primary); margin-bottom: 10px; display: block; }

/* الدفع */
.payment-box { max-width: 600px; margin: 0 auto; padding: 40px 20px; }
.price { font-size: 2.5rem; font-weight: 900; color: var(--secondary); margin: 20px 0; }
.pay-icon { width: 100%; max-width: 200px; height: 60px; object-fit: contain; margin: 10px 0; transition: transform 0.2s; background: #fff; padding: 10px; border-radius: 10px;}
.pay-icon:hover { transform: scale(1.05); }
.divider { display: flex; align-items: center; text-align: center; margin: 20px 0; color: #888; }
.divider::before, .divider::after { content: ''; flex: 1; border-bottom: 1px solid #444; }
.divider span { padding: 0 10px; font-weight: bold; }

/* الفورم */
.wa-form { max-width: 400px; margin: 20px auto; display: flex; flex-direction: column; gap: 15px; }
.wa-form input, .wa-form select { padding: 15px; border-radius: 8px; border: 1px solid #ccc; background: #fff; color: #333; font-size: 1rem; }
.wa-submit-btn { padding: 15px; background: #25D366; color: #fff; border: none; border-radius: 8px; font-size: 1.2rem; font-weight: bold; cursor: pointer; }

/* الفوتر وروابط السوشيال */
.footer-payments { display: flex; justify-content: center; gap: 15px; margin-bottom: 15px; }
.footer-payments img { height: 35px; background: #fff; padding: 5px; border-radius: 5px; object-fit: contain;}
.social-icons { margin-top: 20px; }
.social-icons a { display: inline-block; margin: 0 10px; color: #fff; font-size: 30px; transition: transform 0.3s; }
.social-icons a:hover { transform: scale(1.2); color: var(--primary); }

/* الأزرار العائمة */
.float-wa { position: fixed; bottom: 20px; right: 20px; background: #25D366; color: #fff; width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 35px; box-shadow: 0 4px 10px rgba(0,0,0,0.3); z-index: 1000; text-decoration: none; }
.float-subscribe { position: fixed; bottom: 20px; left: 20px; background: linear-gradient(45deg, var(--primary), #00d2ff); color: #fff; padding: 15px 25px; border-radius: 30px; font-weight: bold; text-decoration: none; box-shadow: 0 4px 10px rgba(0,0,0,0.3); z-index: 1000; display: flex; align-items: center; gap: 8px;}

/* تصليحات الآيفون والموبايل */
@media (max-width: 768px) {
    .top-banner { font-size: 0.9rem; padding: 6px 0; }
    body { padding-top: 35px; }
    .float-subscribe { font-size: 0.9rem; padding: 10px 15px; }
    .price { font-size: 2rem; }
}