
@font-face {
    font-family: 'CoconArabic';
    src: url('cocon-next-arabic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
:root {
    --primary-color: #ff6600;
    --secondary-color: #10b981;
    --bg-dark: #0a0a0a;
    --bg-card: #141414;
    --text-light: #ffffff;
    --text-gray: #cccccc;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Tajawal', sans-serif;
    scroll-behavior: smooth;
}

body {
    background-color: var(--bg-dark);
    color: var(--text-light);
    line-height: 1.6;
    overflow-x: hidden; 
}


header {
    background: rgba(10, 10, 10, 0.95);
    padding: 0.5rem 5%;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(10px); /* تأثير ضبابي خلف الهيدر */
}
.header-content { display: flex; justify-content: space-between; align-items: center; }
.lang-switcher { display: flex; gap: 10px; }
.lang-btn { background: transparent; border: 1px solid var(--text-gray); color: var(--text-gray); padding: 5px 10px; border-radius: 5px; cursor: pointer; font-weight: bold; transition: 0.3s; }
.lang-btn.active, .lang-btn:hover { background: var(--primary-color); border-color: var(--primary-color); color: white; }
.logo-container { display: flex; align-items: center; }
.site-logo { height: 60px; width: auto; }
nav { display: flex; gap: 20px; }
nav a { color: var(--text-light); text-decoration: none; font-weight: 500; transition: 0.3s; font-size: 1.1rem; }
nav a:hover { color: var(--primary-color); }
html[dir="ltr"] nav { margin-left: auto; margin-right: 0; }
html[dir="ltr"] .lang-switcher { margin-left: 20px; }

/* --- تأثيرات الشاشة الرئيسية (Hero Section Animations) --- */
.hero {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 20px;
    margin-top: 60px;
    position: relative;
    overflow: hidden;
}

/* الخلفية المتحركة */
.animated-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: radial-gradient(circle at center, #1a1a1a 0%, #0a0a0a 100%);
    z-index: -1;
}
.animated-bg::before {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    width: 200vw; height: 200vh;
    transform: translate(-50%, -50%);
    background-image: 
        radial-gradient(rgba(255, 102, 0, 0.1) 2px, transparent 2px),
        radial-gradient(rgba(16, 185, 129, 0.05) 1px, transparent 1px);
    background-size: 50px 50px, 30px 30px;
    animation: moveBackground 30s linear infinite;
    opacity: 0.5;
}
@keyframes moveBackground {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* تأثير ظهور النصوص */
.hero-content { position: relative; z-index: 1; }
.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1s ease forwards;
}
.delay-1 { animation-delay: 0.3s; }
.delay-2 { animation-delay: 0.6s; }
@keyframes fadeInUp {
    to { opacity: 1; transform: translateY(0); }
}

.hero h1 { font-size: 3.5rem; margin-bottom: 1rem; line-height: 1.2; }
.hero span { color: var(--primary-color); position: relative; display: inline-block; }
/* تأثير وميض على النص الملون */
.hero span::after {
    content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    background: var(--primary-color); opacity: 0.2; filter: blur(20px); z-index: -1;
    animation: pulse 3s infinite;
}
@keyframes pulse { 0%, 100% { opacity: 0.2; } 50% { opacity: 0.4; } }

.hero p { font-size: 1.2rem; color: var(--text-gray); margin-bottom: 2.5rem; max-width: 600px; margin-left: auto; margin-right: auto; }
.hero-btns { display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; }

/* الأزرار العامة */
.bttn-unite { border-color: var(--primary-color) !important; color: var(--primary-color) !important; }
.bttn-unite:before { background: var(--primary-color) !important; }
.bttn-fill.bttn-success:before { background: var(--secondary-color) !important; }
.bttn-fill.bttn-success { color: #fff !important; border: none !important; }

/* الأقسام */
.section { padding: 100px 5%; }
.section-title { text-align: center; margin-bottom: 60px; }
.section-title h2 { font-size: 3rem; margin-bottom: 15px; color: var(--primary-color); }
.section-title p { font-size: 1.2rem; color: var(--text-gray); }

/* الخدمات */
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 40px; }
.card { background: var(--bg-card); padding: 40px; border-radius: 25px; border: 1px solid rgba(255,255,255,0.05); transition: 0.4s; text-align: center; }
.card:hover { transform: translateY(-15px); border-color: var(--primary-color); box-shadow: 0 15px 30px rgba(255, 102, 0, 0.1); }
.card i { font-size: 4rem; color: var(--primary-color); margin-bottom: 25px; }
.card h3 { font-size: 1.5rem; margin-bottom: 15px; }
.card p { color: var(--text-gray); margin-bottom: 30px; }

/* --- تنسيقات الباقات الجديدة (4 أعمدة) --- */
.pricing-grid.four-cols {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); /* عرض أقل قليلاً لتناسب 4 */
    gap: 25px;
    max-width: 1400px;
    margin: 0 auto;
    align-items: stretch; /* لجعل البطاقات بنفس الطول */
}
.pricing-card {
    background: var(--bg-card); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 20px; padding: 30px 25px; text-align: center; position: relative; transition: 0.3s; display: flex; flex-direction: column;
}
.pricing-card:hover { transform: translateY(-10px); border-color: var(--primary-color); }

/* الباقة المميزة (ChatGPT Go) - اللون الأخضر */
.pricing-card.popular {
    border: 2px solid var(--secondary-color);
    background: linear-gradient(180deg, #141414 0%, rgba(16, 185, 129, 0.1) 100%);
    transform: scale(1.05);
    z-index: 2;
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.15);
}
.pricing-card.popular:hover { transform: scale(1.05) translateY(-10px); }

.badge-pop {
    position: absolute; top: -15px; left: 50%; transform: translateX(-50%); background: var(--secondary-color); color: white; padding: 5px 20px; border-radius: 20px; font-weight: bold; font-size: 0.9rem; white-space: nowrap;
}

/* شعار الباقة */
.plan-logo { font-size: 3.5rem; margin-bottom: 15px; color: var(--primary-color); transition: 0.3s; }
.pricing-card:hover .plan-logo { transform: scale(1.1); }

.card-header h3 { font-size: 1.6rem; margin-bottom: 5px; color: var(--text-light); }
.card-header p { color: var(--text-gray); font-size: 0.9rem; margin-bottom: 20px; }
.price-box { margin-bottom: 25px; color: var(--primary-color); }
.pricing-card.popular .price-box { color: var(--secondary-color); }
.price-box .amount { font-size: 2.5rem; font-weight: 800; }
.price-box .currency { font-size: 1rem; vertical-align: super; }
.price-box .duration { font-size: 1rem; color: var(--text-gray); }

.features-list-small { list-style: none; text-align: right; margin-bottom: 30px; flex-grow: 1; }
html[dir="ltr"] .features-list-small { text-align: left; }
.features-list-small li { margin-bottom: 12px; font-size: 0.95rem; color: #e2e8f0; border-bottom: 1px solid rgba(255,255,255,0.05); padding-bottom: 8px; display: flex; align-items: center; gap: 10px; }
.features-list-small li i { color: var(--primary-color); font-size: 1.1rem; }
.full-width-btn { width: 100%; font-size: 1.2rem; padding: 12px; }

/* الفوتر */
footer { background: #050505; text-align: center; padding: 30px; margin-top: 80px; color: var(--text-gray); border-top: 1px solid rgba(255,255,255,0.05); }
.social-container { display: flex; justify-content: center; gap: 20px; margin-bottom: 20px; }
.social-icon { color: var(--text-gray); font-size: 1.8rem; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; background: rgba(255, 255, 255, 0.05); text-decoration: none; }
.social-icon:hover { background: var(--primary-color); color: white; transform: translateY(-5px); box-shadow: 0 5px 15px rgba(255, 102, 0, 0.3); }

/* للجوال */
@media (max-width: 768px) {
    .hero h1 { font-size: 2.5rem; }
    nav { display: none; }
    .pricing-grid.four-cols { grid-template-columns: 1fr; max-width: 400px; }
    .pricing-card.popular { transform: scale(1); margin: 20px 0; }
    .pricing-card.popular:hover { transform: translateY(-10px); }
}
.plan-logo-img {
    width: 55px;        /* عدل الحجم لو تحب */
    height: auto;
    display: block;
    margin: 0 auto;
}
/* ترتيب الخدمات: 2 فوق + 1 وسط */
.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

/* البطاقة الوسطى */
.services-grid .center-card {
    grid-column: 1 / -1;
    justify-self: center;
    width: 50%;
}

/* الجوال */
@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .services-grid .center-card {
        width: 100%;
    }
}
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.pricing-grid .center-card {
    grid-column: 1 / -1;
    justify-self: center;
    width: 50%;
}

@media (max-width: 768px) {
    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .pricing-grid .center-card {
        width: 100%;
    }
}
/* تقويس خفيف لجميع الأزرار */
button,
.bttn-fill,
.bttn-unite,
.bttn-simple {
    border-radius: 10px;
}
/* تثبيت لون النص عند hover */
button:hover,
.bttn-fill:hover,
.bttn-unite:hover,
.bttn-simple:hover {
    color: #ffffff !important;
}
/* تحسين زر الرمادي (تفعيل باقات الذكاء الاصطناعي) */
.bttn-simple {
    background: rgba(255, 255, 255, 0.12) !important;
    color: #ffffff !important;
    border-radius: 10px;
    transition: background 0.3s ease, transform 0.2s ease;
}

/* عند المرور */
.bttn-simple:hover {
    background: rgb(26, 22, 80) !important;
    transform: translateY(-2px);
}
/* تثبيت لون النص في أزرار الباقات عند hover */
.pricing-card button:hover,
.pricing-card .bttn-fill:hover,
.pricing-card .bttn-success:hover {
    color: #ff3c00 !important;
}
/* تثبيت لون النص عند hover لكل الأزرار داخل البطاقات */
.card button:hover,
.card .bttn-fill:hover,
.card .bttn-unite:hover,
.card .bttn-simple:hover,
.pricing-card button:hover,
.pricing-card .bttn-fill:hover,
.pricing-card .bttn-success:hover {
    color: #ff7300 !important;
}
/* شبكة التواصل */
.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 800px;
    margin: 0 auto;
}

/* بطاقة التواصل */
.contact-card i {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 15px;
}

/* روابط التواصل */
.contact-link {
    color: var(--text-light);
    text-decoration: none;
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

.contact-link:hover {
    color: var(--primary-color);
}

/* الجوال */
@media (max-width: 768px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }
}
/* كرت التواصل قابل للنقر */
.contact-click {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.contact-click:hover {
    transform: translateY(-6px);
}
/* شبكة التواصل */
.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 900px;
    margin: 0 auto;
}

/* بطاقة التواصل */
.contact-card {
    text-align: center;
}

/* أيقونات التواصل */
.contact-card i {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 15px;
}

/* نص التواصل */
.contact-text {
    color: var(--text-gray);
    margin-bottom: 20px;
    font-size: 1.05rem;
}

/* زر التواصل */
.contact-btn {
    display: inline-block;
    background: var(--primary-color);
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 1.05rem;
    font-weight: 600;
}

/* الجوال */
@media (max-width: 768px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }
}
/* زر التواصل – نفس سلوك بقية الأزرار */
.contact-btn {
    display: inline-block;
    background: var(--primary-color);
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 1.05rem;
    font-weight: 600;
    transition: background 0.3s ease, color 0.3s ease;
}

/* عند اللمس / المرور */
.contact-btn:hover {
    background: var(--secondary-color);
    color: #ffffff;
}
/* ===== تواصل نصي فقط ===== */
.contact-text-list {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.contact-text-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.3rem;
    color: var(--text-gray);
    text-decoration: none;
    padding: 15px 25px;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.contact-text-item i {
    font-size: 1.6rem;
    color: var(--primary-color);
}

/* عند اللمس / المرور */
.contact-text-item:hover {
    color: #ffffff;
    background: rgba(255, 102, 0, 0.12);
    transform: translateY(-4px);
}

.contact-text-item:hover i {
    color: var(--secondary-color);
}

/* للجوال */
@media (max-width: 768px) {
    .contact-text-list {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
}
/* تقوية وضوح الدوائر المتحركة بالخلفية */
.animated-bg::before {
    background-image:
        radial-gradient(rgba(255, 102, 0, 0.35) 2px, transparent 2px),
        radial-gradient(rgba(255, 255, 255, 0) 1px, transparent 1px) !important;
    opacity: 0.85 !important;
}
/* جعل البطاقة الثالثة في المنتصف */
.services-grid .center-card {
    grid-column: 1 / -1;
    justify-self: center;
    width: 50%;
}

/* للجوال */
@media (max-width: 768px) {
    .services-grid .center-card {
        width: 100%;
    }
}
/* إزالة أي أخضر من بطاقة الباقة المميزة */
.pricing-card.popular {
    border: 2px solid var(--primary-color) !important;
    background: var(--bg-card) !important;
    box-shadow: 0 15px 30px rgba(255, 102, 0, 0.25) !important;
    transform: scale(1.03);
}

/* شارة "الأكثر مبيعاً" بالبرتقالي */
.pricing-card.popular .badge-pop {
    background: var(--primary-color) !important;
    color: #fff !important;
    box-shadow: 0 6px 18px rgba(255, 102, 0, 0.45);
}

/* السعر برتقالي */
.pricing-card.popular .price-box,
.pricing-card.popular .amount {
    color: var(--primary-color) !important;
}

/* الأيقونات داخل المميزات برتقالي */
.pricing-card.popular .features-list-small i {
    color: var(--primary-color) !important;
}

/* زر الاشتراك نفس أزرار البقية */
.pricing-card.popular button {
    background: var(--primary-color) !important;
    color: #fff !important;
}
/* إلغاء تمييز الباقة المميزة نهائيًا */
.pricing-card.popular {
    border: 1px solid rgba(255,255,255,0.1) !important;
    background: var(--bg-card) !important;
    box-shadow: none !important;
    transform: none !important;
}

/* إخفاء شارة "الأكثر مبيعاً" */
.pricing-card.popular .badge-pop {
    display: none !important;
}

/* توحيد لون السعر */
.pricing-card.popular .price-box,
.pricing-card.popular .amount {
    color: var(--primary-color) !important;
}

/* توحيد أيقونات المميزات */
.pricing-card.popular .features-list-small i {
    color: var(--primary-color) !important;
}
/* ===============================
   توحيد شكل الباقات + التفاعل
   =============================== */

/* الشكل الأساسي لكل الباقات */
.pricing-card {
    background: var(--bg-card);
    border: 1px solid rgba(255,255,255,0.15);
    transition: all 0.35s ease;
}

/* عند اللمس / المرور */
.pricing-card:hover {
    border-color: var(--primary-color); /* الخط البرتقالي */
    box-shadow: 0 0 0 2px rgba(255, 102, 0, 0.35),
                0 20px 35px rgba(255, 102, 0, 0.25);
    transform: translateY(-8px);
}

/* النصوص داخل الباقة تبقى طبيعية */
.pricing-card:hover h3,
.pricing-card:hover p,
.pricing-card:hover li,
.pricing-card:hover span {
    color: var(--text-light);
}

/* ===============================
   توحيد الأزرار (إلغاء الاختلاف)
   =============================== */

.pricing-card button,
.pricing-card .bttn-fill,
.pricing-card .bttn-success {
    background: var(--primary-color) !important; /* برتقالي */
    color: #ffffff !important;
    border: none !important;
    transition: all 0.3s ease;
}

/* عند اللمس على الزر */
.pricing-card button:hover,
.pricing-card .bttn-fill:hover,
.pricing-card .bttn-success:hover {
    background: #ff7a1a !important;
    transform: translateY(-2px);
}

/* ===============================
   إزالة أي تمييز قديم
   =============================== */

/* إلغاء أي باقة مميزة سابقًا */
.pricing-card.popular {
    border: 1px solid rgba(255,255,255,0.15) !important;
    background: var(--bg-card) !important;
    transform: none !important;
    box-shadow: none !important;
}

/* إخفاء شارة "الأكثر مبيعًا" */
.badge-pop {
    display: none !important;
}
/* ===============================
   إصلاح الباقة التي لا تستجيب
   =============================== */

.pricing-card {
    position: relative;
    z-index: 1;
    cursor: pointer;
}

/* استجابة موحدة لكل الباقات */
.pricing-card:hover {
    border-color: var(--primary-color) !important;
    box-shadow: 0 0 0 2px rgba(255,102,0,0.4),
                0 18px 35px rgba(255,102,0,0.25);
    transform: translateY(-8px);
}

/* التأكد أن لا شيء يمنع hover */
.pricing-card * {
    pointer-events: auto;
}

/* ===============================
   توحيد حجم الأزرار
   =============================== */

/* إجبار كل أزرار الباقات تكون نفس الحجم */
.pricing-card button,
.pricing-card .bttn-fill,
.pricing-card .bttn-success {
    padding: 12px 22px !important;
    font-size: 1rem !important;
    border-radius: 10px !important;
}

/* إزالة أي حجم كبير سابق */
.pricing-card .bttn-lg {
    padding: 12px 22px !important;
    font-size: 1rem !important;
}

/* ===============================
   استجابة الزر عند اللمس
   =============================== */

.pricing-card button:hover,
.pricing-card .bttn-fill:hover {
    background: #ff7a1a !important;
    transform: translateY(-2px);
}
/* ===============================
   تصحيح ألوان hover للباقة
   =============================== */

/* عند اللمس على أي باقة */
.pricing-card:hover {
    border-color: var(--primary-color) !important;
}

/* السعر يتحول أبيض */
.pricing-card:hover .amount {
    color: #ffffff !important;
}

/* العملة + المدة */
.pricing-card:hover .currency,
.pricing-card:hover .duration {
    color: #ffffff !important;
}

/* ===============================
   تصحيح لون الزر (إلغاء الأخضر)
   =============================== */

.pricing-card button {
    background: #ffffff !important;
    color: var(--primary-color) !important;
    border: none !important;
    transition: 0.3s ease;
}

/* عند hover على الزر */
.pricing-card button:hover {
    background: #ffffff !important;
    color: var(--primary-color) !important;
    box-shadow: 0 0 0 2px rgba(255,102,0,0.4);
}

/* إلغاء أي تأثير أخضر نهائيًا */
.pricing-card .bttn-success,
.pricing-card .bttn-success:hover {
    background: #ffffff !important;
    color: var(--primary-color) !important;
}
/* =================================
   إزالة اللون الأخضر نهائيًا
   ================================= */

/* منع أي لون أخضر من bttn.css */
.bttn-success,
.bttn-success:before,
.bttn-success:hover,
.bttn-success:focus {
    background: #ffffff !important;
    color: var(--primary-color) !important;
    border: none !important;
}

/* =================================
   تفاعل الباقة عند اللمس
   ================================= */

.pricing-card {
    transition: 0.3s ease;
}

.pricing-card:hover {
    border-color: var(--primary-color) !important;
    box-shadow: 0 0 0 2px rgba(255,102,0,0.25);
}

/* السعر */
.pricing-card:hover .amount {
    color: #ffffff !important;
}

/* العملة + المدة */
.pricing-card:hover .currency,
.pricing-card:hover .duration {
    color: #ffffff !important;
}

/* =================================
   الزر (أبيض + نص برتقالي)
   ================================= */

.pricing-card button,
.pricing-card a.bttn-fill {
    background: #ffffff !important;
    color: var(--primary-color) !important;
    border-radius: 10px;
    font-weight: 700;
    transition: 0.25s ease;
}

/* hover الزر */
.pricing-card button:hover,
.pricing-card a.bttn-fill:hover {
    background: #ffffff !important;
    color: var(--primary-color) !important;
    box-shadow: 0 0 0 2px rgba(255,102,0,0.35);
}
/* ======================================
   تخصيص أزرار الباقات فقط (بدون غيرها)
====================================== */

/* الزر داخل الباقات فقط */
#go-plan .pricing-card .bttn-fill,
#go-plan .pricing-card button {
    background: #ffffff !important;
    color: var(--primary-color) !important;
    border: 2px solid transparent !important;
    font-weight: 700;
    border-radius: 10px;
}

/* الطبقة الوهمية الخاصة بـ bttn.css داخل الباقات فقط */
#go-plan .pricing-card .bttn-fill::before,
#go-plan .pricing-card button::before {
    background: #ffffff !important;
    opacity: 1 !important;
    transform: none !important;
}

/* hover للزر داخل الباقات */
#go-plan .pricing-card .bttn-fill:hover,
#go-plan .pricing-card button:hover {
    background: #ffffff !important;
    color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    box-shadow: 0 0 0 2px rgba(255,102,0,0.35);
}
/* ======================================
   أزرار الباقات (تبديل برتقالي ↔ أبيض)
====================================== */

/* الحالة الطبيعية */
#go-plan .pricing-card .bttn-fill,
#go-plan .pricing-card button {
    background: var(--primary-color) !important; /* برتقالي */
    color: #ffffff !important;                  /* نص أبيض */
    border: 2px solid var(--primary-color) !important;
    font-weight: 700;
    border-radius: 10px;
    transition: all 0.3s ease;
}

/* طبقة bttn.css الوهمية */
#go-plan .pricing-card .bttn-fill::before,
#go-plan .pricing-card button::before {
    background: var(--primary-color) !important;
    opacity: 1 !important;
    transform: none !important;
}

/* عند اللمس / hover */
#go-plan .pricing-card .bttn-fill:hover,
#go-plan .pricing-card button:hover {
    background: #ffffff !important;             /* أبيض */
    color: var(--primary-color) !important;     /* نص برتقالي */
    border-color: var(--primary-color) !important;
    box-shadow: 0 0 0 2px rgba(255,102,0,0.35);
}
/* ======================================
   إصلاح نهائي لأزرار الباقات (Hover + Tap)
====================================== */

/* الحالة الطبيعية */
#go-plan .pricing-card .bttn-fill,
#go-plan .pricing-card button {
    background: var(--primary-color) !important;
    color: #ffffff !important;
    border: 2px solid var(--primary-color) !important;
    border-radius: 10px;
    font-weight: 700;
    transition: all 0.25s ease;
}

/* كسر تأثير bttn.css الداخلي */
#go-plan .pricing-card .bttn-fill::before,
#go-plan .pricing-card button::before {
    background: transparent !important;
    opacity: 0 !important;
}

/* hover (كمبيوتر) + active (جوال) + focus */
#go-plan .pricing-card .bttn-fill:hover,
#go-plan .pricing-card .bttn-fill:active,
#go-plan .pricing-card .bttn-fill:focus,
#go-plan .pricing-card button:hover,
#go-plan .pricing-card button:active,
#go-plan .pricing-card button:focus {
    background: #ffffff !important;
    color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    box-shadow: 0 0 0 2px rgba(255,102,0,0.35);
    outline: none !important;
}
.hero-logo {
    margin-bottom: 25px;
    animation: floatLogo 4s ease-in-out infinite;
    text-align: center;
}

.hero-logo img {
    width: 120px;
    opacity: 0.85;
    filter: drop-shadow(0 0 25px rgba(255,102,0,0.35));
}

@keyframes floatLogo {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}
/* =========================
   ترتيب متعرج لبطاقات الخدمات
========================= */

.services-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/* البطاقة يمين */
.service-right {
    align-self: flex-end;
    width: 70%;
}

/* البطاقة يسار */
.service-left {
    align-self: flex-start;
    width: 70%;
}

/* الجوال: كلهم وسط وتحت بعض */
@media (max-width: 768px) {
    .service-right,
    .service-left {
        align-self: center;
        width: 100%;
    }
}
/* =================================
   تصغير عرض البطاقات على الجوال
   ================================= */

@media (max-width: 768px) {

    /* الشبكة نفسها */
    .services-grid {
        grid-template-columns: 1fr !important;
        padding: 0 12px;
    }

    /* كل البطاقات */
    .services-grid .card {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        box-sizing: border-box;
    }

    /* البطاقات يمين ويسار ترجع وسط */
    .service-right,
    .service-left {
        transform: none !important;
    }

}
/* =================================
   شعار الهيرو (نبض)
   ================================= */

.hero-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.hero-logo img {
    width: 110px;
    max-width: 40vw;
    opacity: 0.9;
}

.pulse-logo img {
    animation: pulse 2.2s infinite ease-in-out;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.85;
    }
    50% {
        transform: scale(1.08);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.85;
    }
}
.hero-logo img {
    width: 140px;
    max-width: 45vw;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .hero-logo img {
        width: 180px;
    }
}
.hero h1 span {
    text-shadow: 0 0 4px rgba(255, 140, 60, 0.10) !important;
}
@font-face {
    font-family: 'cocon-next-arabic';
    src: url('cocon-next-arabic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.hero-logo-text {
    font-family: 'cocon-next-arabic', 'Tajawal', sans-serif;
    font-size: 58px;
    font-weight: 600;
    letter-spacing: 4px;
    color: var(--primary-color);
    margin-bottom: 20px;
    text-align: center;
}

.pulse-logo {
    animation: pulse 2.5s infinite ease-in-out;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }
    50% {
        transform: scale(1.07);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.9;
    }
}
@media (max-width: 768px) {
    .hero-logo-text {
        font-size: 40px;
        letter-spacing: 2px;
    }
}
.top-logo-text {
    font-family: 'CoconNextArabic', 'Tajawal', sans-serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.logo-white {
    color: #ffffff;
}

.logo-orange {
    color: var(--primary-color);
    margin-left: 2px;
}

.top-logo-text:hover {
    opacity: 0.85;
    transform: scale(1.05);
    transition: 0.3s ease;
}
.hero-logo-text {
    position: absolute;
    top: 18px;
    right: 30px;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 4px;
    font-family: 'Tajawal', sans-serif;
    z-index: 9999;
    cursor: default;
}

.hero-logo-text {
    color: #ffffff;
}

.hero-logo-text {
    direction: ltr;
}

.pulse-logo {
    animation: pulseSoft 2.5s ease-in-out infinite;
}

@keyframes pulseSoft {
    0% {
        transform: scale(1);
        opacity: 0.85;
    }
    50% {
        transform: scale(1.06);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.85;
    }
}
.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.hero-logo-text {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 3px;
    color: #ffffff;
    direction: ltr;
    white-space: nowrap;
}

.hero-logo-text span {
    color: var(--primary-color);
}

.pulse-logo {
    animation: pulseSoft 2.5s ease-in-out infinite;
}

@keyframes pulseSoft {
    0% { transform: scale(1); opacity: 0.85; }
    50% { transform: scale(1.06); opacity: 1; }
    100% { transform: scale(1); opacity: 0.85; }
}

.lang-switcher {
    display: flex;
    gap: 8px;
}

@media (max-width: 768px) {
    .hero-logo-text {
        font-size: 20px;
        letter-spacing: 2px;
    }
}

.hero-logo-text {
    position: absolute;
    top: 14px;
    right: 20px;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 3px;
    color: #ffffff;
    direction: ltr;
    z-index: 2000;
    white-space: nowrap;
}

.hero-logo-text span {
    color: var(--primary-color);
}

/* موبايل */
@media (max-width: 768px) {
    .hero-logo-text {
        font-size: 18px;
        right: 12px;
        top: 12px;
    }
}
.hero-logo-text {
    position: absolute;
    top: 14px;
    left: 20px;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 3px;
    color: #ffffff;
    direction: ltr;
    z-index: 2000;
    white-space: nowrap;
}

.hero-logo-text span {
    color: var(--primary-color);
}

/* موبايل */
@media (max-width: 768px) {
    .hero-logo-text {
        font-size: 18px;
        left: 12px;
        top: 12px;
    }
}
.hero h1 span {
    color: var(--primary-color);
    text-shadow:
        0 0 8px rgba(255, 102, 0, 0.8),
        0 0 16px rgba(255, 102, 0, 0.25);
}
.hero span::after {
    display: none !important;
    animation: none !important;
}

.hero span {
    text-shadow: none !important;
}

.hero span::after {
    display: none !important;
    animation: none !important;
}


.hero span {
    text-shadow: none !important;
}

.lang-switcher,
.lang-btn {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
/* ===============================
   شعار MA1GDX – بدون مسافة + تأثيرات
   =============================== */

/* الشكل الأساسي */
.hero-logo-text {
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: 0;          
    white-space: nowrap;        
    color: #ffffff;
    display: inline-block;
    animation: softPulse 2.8s ease-in-out infinite;
}

.hero-logo-text span {
    color: var(--primary-color);
    text-shadow: 0 0 10px rgba(255, 102, 0, 0.6);
}

@keyframes softPulse {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }
    50% {
        transform: scale(1.05);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.9;
    }
}

.hero-logo-text:hover {
    transform: scale(1.08);
}


.hero-logo-text,
.hero-logo-text * {
    margin: 0;
    padding: 0;
    letter-spacing: 0 !important;
}

header * {
    font-size: inherit;
}

header *:not(.hero-logo-text) {
    display: none !important;
}

.hero-logo-text,
.logo-container,
.site-logo-text {
    font-family: 'Tajawal', sans-serif !important;
    letter-spacing: -2px;     
    word-spacing: 0 !important;
    white-space: nowrap;       
    display: inline-block;
}


.hero-logo-text span {
    margin: 0 !important;
    padding: 0 !important;
    letter-spacing: -2px;
}
@media (max-width: 768px) {
    .hero-logo-text,
    .logo-container,
    .site-logo-text {
        font-size: 1.6rem !important;
    }
}
@font-face {
    font-family: 'coconNextArabic';
    src: url('cocon-next-arabic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.hero-logo-text {
    font-family: 'coconNextArabic', 'Tajawal', sans-serif !important;
    letter-spacing: -2px;
    white-space: nowrap;
}
@font-face {
    font-family: 'CoconNextArabic';
    src: url('cocon-next-arabic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.hero-logo-text,
.hero-logo-text span,
.hero-logo-text * {
    font-family: 'coconNextArabic', 'Tajawal', sans-serif !important;
    letter-spacing: -2px;
    white-space: nowrap;
}

.hero-logo-text {
    font-family: 'coconNextArabic', 'Tajawal', sans-serif !important;
    text-align: right;
    direction: rtl;
    margin-left: auto;
    margin-right: 0;
    white-space: nowrap;
}

.hero-logo-text span,
.hero-logo-text * {
    font-family: 'CoconNextArabic', 'Tajawal', sans-serif !important;
}
/* ===== Switch Button ===== */
.theme-switch {
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 9999;
}

.theme-switch input {
    display: none;
}

.theme-switch label {
    width: 56px;
    height: 30px;
    background: #444;
    display: block;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
    transition: background 0.3s ease;
}

/* الدائرة */
.theme-switch label::after {
    content: '';
    width: 24px;
    height: 24px;
    background: #fff;
    position: absolute;
    top: 3px;
    left: 4px;
    border-radius: 50%;
    transition: 0.3s ease;
}

/* عند التفعيل */
.theme-switch input:checked + label {
    background: var(--primary-color);
}

.theme-switch input:checked + label::after {
    left: 28px;
}

/* ===== Light Mode ===== */
body.light {
    --bg-dark: #ffffff;
    --bg-card: #f3f3f3;
    --text-light: #000000;
    --text-gray: #555555;
    background: #ffffff;
    color: #000000;
}
/* زر التحويل (أعلى اليسار) */
.theme-switch {
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 2000;
}

.theme-switch input {
    display: none;
}

.theme-switch label {
    width: 50px;
    height: 26px;
    background: #333;
    display: block;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
}

.theme-switch label::after {
    content: '';
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 50%;
    transition: 0.3s;
}

/* عند التفعيل */
.theme-switch input:checked + label {
    background: #ff6600;
}

.theme-switch input:checked + label::after {
    transform: translateX(24px);
}

/* الوضع الفاتح */
body.light-mode {
    background: #f7f7f7;
    color: #111;
}

body.light-mode header {
    background: rgba(255,255,255,0.95);
}

body.light-mode .card,
body.light-mode .pricing-card {
    background: #ffffff;
    color: #111;
}
.theme-switch {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 9999;
}

.theme-switch input {
  display: none;
}

.theme-switch label {
  width: 55px;
  height: 28px;
  background: #222;
  border-radius: 50px;
  display: block;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}

.theme-switch label::after {
  content: "";
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
  transition: 0.3s;
}

/* عند تفعيل الوضع الفاتح */
#darkModeToggle:checked + label {
  background: #ddd;
}

#darkModeToggle:checked + label::after {
  left: 30px;
}
.theme-switch{
  position: fixed;
  top: 16px;
  left: 16px;
  z-index: 99999;
}
/* زر التحويل */
.theme-switch {
  position: fixed;
  top: 15px;
  left: 15px;
  z-index: 9999;
}

.theme-switch input {
  display: none;
}

.theme-switch label {
  width: 58px;
  height: 30px;
  background: #444;
  border-radius: 30px;
  display: block;
  position: relative;
  cursor: pointer;
  transition: background 0.3s ease;
}

.theme-switch label::after {
  content: "";
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 4px;
  transition: transform 0.3s ease;
}

/* عند التفعيل */
.theme-switch input:checked + label {
  background: #ddd;
}

.theme-switch input:checked + label::after {
  transform: translateX(28px);
}

/* =========================
   الوضع الفاتح
   ========================= */

body.light-mode {
  background: #f5f5f5;
  color: #111;
}

body.light-mode header {
  background: #ffffff;
  border-bottom: 1px solid #ddd;
}

body.light-mode .card,
body.light-mode .pricing-card {
  background: #ffffff;
  color: #111;
}

body.light-mode .section-title p,
body.light-mode p {
  color: #444;
}

body.light-mode .animated-bg {
  display: none;
}
.theme-switch,
#darkModeToggle,
label[for="darkModeToggle"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.light-mode,
.light-mode * {
  background: #000 !important;
  color: #fff !important;
  box-shadow: none !important;
}

body,
body * {
  transition: none !important;
}
/* إعادة إظهار الدوائر البرتقالية بالخلفية */
.animated-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero,
.hero-content {
    position: relative;
    z-index: 1;
}

footer a:hover {
  opacity: 0.8;
}

footer a:active {
  transform: scale(0.95);
}
/* ===== MA1GDX STRONG INTERACTIONS ===== */

/* منع اللون الأخضر الافتراضي عند الضغط */
a {
  -webkit-tap-highlight-color: transparent;
}

/* ===== رقم الواتساب + الإيميل ===== */
.contact-text-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.35s ease;
}

.contact-text-item i {
  color: #ff7a00;
  transition: all 0.35s ease;
}

.contact-text-item:hover {
  color: #ff7a00;
  transform: translateY(-4px) scale(1.05);
  text-shadow: 0 0 12px rgba(255,122,0,0.7);
}

.contact-text-item:hover i {
  filter: drop-shadow(0 0 10px rgba(255,122,0,1));
}

.contact-text-item:active {
  transform: scale(0.92);
}

/* ===== أيقونات التواصل الاجتماعي ===== */
.social-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  color: #ccc;
  transition: all 0.4s ease;
}

.social-icon:hover {
  color: #ff7a00;
  background: rgba(255,122,0,0.18);
  transform: translateY(-6px) scale(1.2);
  box-shadow:
    0 0 15px rgba(255,122,0,0.7),
    0 0 30px rgba(255,122,0,0.5);
}

.social-icon:active {
  transform: scale(0.9);
}

/* ===== اسم MA1GDX في الفوتر ===== */
footer a,
footer span {
  transition: all 0.35s ease;
}

footer a:hover,
footer span:hover {
  text-shadow:
    0 0 12px rgba(255,122,0,0.9),
    0 0 25px rgba(255,122,0,0.6);
}

/* ===============================
   FIRE GLOW + PULSE EFFECT
================================ */
@keyframes firePulse {
  0% {
    box-shadow:
      0 0 6px rgba(255,120,0,0.6),
      0 0 14px rgba(255,80,0,0.4);
  }
  50% {
    box-shadow:
      0 0 18px rgba(255,140,0,1),
      0 0 36px rgba(255,70,0,0.9),
      0 0 70px rgba(255,30,0,0.7);
  }
  100% {
    box-shadow:
      0 0 10px rgba(255,120,0,0.7),
      0 0 22px rgba(255,80,0,0.5);
  }
}

/* ===============================
   FIRST TOUCH SHOCK (Impact)
================================ */
@keyframes firstTouchShock {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.3) rotate(-2deg);
  }
  70% {
    transform: scale(0.9) rotate(1deg);
  }
  100% {
    transform: scale(1);
  }
}

/* ===============================
   FIRE SPARKS (Flying Particles)
================================ */
@keyframes fireSparks {
  0% {
    opacity: 0;
    transform: translate(0, 0) scale(0.5);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(
      calc(-30px + 60px * var(--x)),
      calc(-60px - 40px * var(--y))
    ) scale(1.2);
  }
}

/* ===============================
   APPLY TO CONTACT & SOCIAL
================================ */
.contact-text-item,
.social-icon {
  position: relative;
  overflow: visible;
  transition: transform 0.3s ease, color 0.3s ease;
}

/* Hover Fire */
.contact-text-item:hover,
.social-icon:hover {
  animation: firePulse 0.8s infinite alternate;
  transform: translateY(-6px) scale(1.15);
  color: #ff7a00;
}

/* First Touch Shock */
.contact-text-item:active,
.social-icon:active {
  animation: firstTouchShock 0.45s ease;
}

/* ===============================
   FIRE SPARK ELEMENT
================================ */
.contact-text-item::after,
.social-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background: radial-gradient(circle, #ffea00, #ff7a00, transparent);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
}

/* Sparks on Hover */
.contact-text-item:hover::after,
.social-icon:hover::after {
  opacity: 1;
  animation: fireSparks 0.6s ease-out;
  --x: 0.8;
  --y: 1;
}

/* ===============================
   FOOTER MA1GDX FIRE EFFECT
================================ */
footer span {
  transition: all 0.3s ease;
  cursor: pointer;
}

footer span:hover {
  color: #ff7a00;
  animation: firePulse 1.2s infinite;
  text-shadow:
    0 0 12px #ff7a00,
    0 0 30px #ff4d00,
    0 0 60px #ff1a00;
}
/* ===============================
   MULTI FIRE SPARKS – PRO
================================ */
@keyframes sparkMove {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(0.6);
  }
  100% {
    opacity: 0;
    transform: translate(var(--dx), var(--dy)) scale(1.4);
  }
}

/* الأساس */
.contact-text-item,
.social-icon {
  position: relative;
  overflow: visible;
}

/* مجموعة الشرر */
.contact-text-item::before,
.social-icon::before,
.contact-text-item::after,
.social-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background: radial-gradient(circle, #fff200, #ff7a00, transparent);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
}

/* عند المرور */
.contact-text-item:hover::before,
.social-icon:hover::before {
  opacity: 1;
  --dx: -40px;
  --dy: -60px;
  animation: sparkMove 0.6s ease-out;
}

.contact-text-item:hover::after,
.social-icon:hover::after {
  opacity: 1;
  --dx: 45px;
  --dy: -55px;
  animation: sparkMove 0.7s ease-out;
}

/* شرر إضافي */
.contact-text-item span::before,
.contact-text-item span::after,
.social-icon i::before,
.social-icon i::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: radial-gradient(circle, #ffd000, #ff4500, transparent);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
}

.contact-text-item:hover span::before,
.social-icon:hover i::before {
  opacity: 1;
  --dx: -25px;
  --dy: -35px;
  animation: sparkMove 0.5s ease-out;
}

.contact-text-item:hover span::after,
.social-icon:hover i::after {
  opacity: 1;
  --dx: 30px;
  --dy: -40px;
  animation: sparkMove 0.55s ease-out;
}

/* ===============================
   FIRE GLOW BOOST
================================ */
.contact-text-item:hover,
.social-icon:hover {
  transform: translateY(-6px) scale(1.18);
  color: #ff7a00;
  box-shadow:
    0 0 10px rgba(255,120,0,0.9),
    0 0 30px rgba(255,70,0,0.8),
    0 0 70px rgba(255,30,0,0.6);
}

/* ===============================
   FIRST TOUCH IMPACT
================================ */
.contact-text-item:active,
.social-icon:active {
  transform: scale(1.35) rotate(-2deg);
  transition: transform 0.15s ease;
}
/* توسيط اسم الموقع بالأعلى */
.hero-logo-text {
    position: absolute;
    top: 20px;              /* المسافة من الأعلى */
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: max-content;
}
/* توسيط اسم الموقع بالأعلى */
.hero-logo-text {
    position: absolute;
    top: 20px;              /* المسافة من الأعلى */
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: max-content;
}
.hero-logo-text {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
}
.hero-logo-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* ===== تأثير احترافي للبطاقات ===== */

.card {
    position: relative;
    background: rgba(20,20,20,0.85);
    backdrop-filter: blur(10px);
    border-radius: 18px;
    padding: 25px;
    overflow: hidden;
    transition: all 0.4s ease;
    border: 1px solid rgba(255,102,0,0.2);
}

/* خط متحرك أعلى البطاقة */
.card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #ff6600, transparent);
    transition: 0.6s;
}

/* تأثير عند المرور */
.card:hover {
    transform: translateY(-12px) scale(1.03);
    box-shadow: 0 15px 40px rgba(255,102,0,0.4);
    border: 1px solid rgba(255,102,0,0.6);
}

/* تحريك الخط */
.card:hover::before {
    left: 100%;
}

/* أيقونة داخل البطاقة */
.card i {
    font-size: 40px;
    color: #ff6600;
    margin-bottom: 15px;
    transition: 0.4s;
}

/* دوران خفيف للأيقونة */
.card:hover i {
    transform: rotate(10deg) scale(1.2);
    text-shadow: 0 0 15px #ff6600;
}
/* إصلاح أيقونات التواصل */
.social-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 25px;
}

.social-icon {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.05);
    color: #fff;
    font-size: 22px;
    transition: 0.3s ease;
}

.social-icon:hover {
    background: #ff6600;
    color: #000;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(255,102,0,0.5);
}
footer {
    position: relative;
    z-index: 5;
}
/* ===== إصلاح وإظهار أيقونات التواصل ===== */

footer {
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 40px 0;
}

.social-container {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-bottom: 15px;
}

.social-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.05);
    color: #fff;
    font-size: 24px;
    transition: 0.4s ease;
    position: relative;
    z-index: 5;
}

/* تأثير احترافي عند المرور */
.social-icon:hover {
    background: #ff6600;
    color: #000;
    transform: translateY(-8px) scale(1.15);
    box-shadow: 0 0 25px rgba(255,102,0,0.6);
}
/* ===== تصميم جديد لأيقونات التواصل ===== */

footer {
    position: relative;
    z-index: 50;
    text-align: center;
    padding: 50px 0;
    background: #0a0a0a;
}

.social-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

/* شكل الأيقونة */
.social-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.4s ease;
}

/* حلقة نيون خارجية */
.social-icon::before {
    content: "";
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    background: linear-gradient(45deg,#ff6600,#ff3300,#ff9900);
    z-index: -1;
    opacity: 0;
    transition: 0.4s ease;
    filter: blur(8px);
}

/* عند المرور */
.social-icon:hover {
    transform: translateY(-10px) scale(1.15);
    color: #ff6600;
}

.social-icon:hover::before {
    opacity: 1;
}

/* حركة دخول ناعمة */
.social-icon {
    animation: socialFade 1.2s ease forwards;
    opacity: 0;
}

.social-icon:nth-child(1) { animation-delay: 0.2s; }
.social-icon:nth-child(2) { animation-delay: 0.4s; }
.social-icon:nth-child(3) { animation-delay: 0.6s; }
.social-icon:nth-child(4) { animation-delay: 0.8s; }

@keyframes socialFade {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* إصلاح اختفاء أيقونات التواصل */

.social-icon {
    position: relative;
    z-index: 5;
    color: #ffffff !important;
    font-size: 28px;
}

.social-icon i {
    position: relative;
    z-index: 10;
    color: #ffffff !important;
    opacity: 1 !important;
    display: inline-block;
}

/* إزالة أي شفافية */
.social-icon,
.social-icon i {
    opacity: 1 !important;
}
/* ===== Social Icons Ultra Style ===== */

.auto-social-container {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-bottom: 20px;
}

.auto-social-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: #fff;
    position: relative;
    transition: 0.4s ease;
    background: linear-gradient(145deg, #111, #1a1a1a);
    box-shadow: 0 0 15px rgba(255,102,0,0.3);
}

/* نار خفيفة */
.auto-social-icon::before {
    content: "";
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    background: linear-gradient(45deg, #ff6600, #ff3300, #ff6600);
    z-index: -1;
    opacity: 0;
    transition: 0.4s;
}

/* عند المرور */
.auto-social-icon:hover::before {
    opacity: 1;
    filter: blur(8px);
}

.auto-social-icon:hover {
    transform: translateY(-8px) scale(1.15);
    box-shadow: 0 0 25px rgba(255,102,0,0.8);
}

/* ألوان كل منصة */
.auto-social-icon:nth-child(1) i { color: #b4b4b4; }
.auto-social-icon:nth-child(2) i { color: #b4b4b4; }
.auto-social-icon:nth-child(3) i { color: #b4b4b4; }
.auto-social-icon:nth-child(4) i { color: #b4b4b4; }
/* ===== تحسين منطقة الهيرو بالكامل ===== */

.hero {
    position: relative;
    overflow: hidden;
}

/* هالة ضوئية خلف الشعار */
.hero-logo {
    position: relative;
}

.hero-logo::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(255,102,0,0.35) 0%, transparent 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    filter: blur(40px);
    animation: pulseGlow 4s ease-in-out infinite;
}

@keyframes pulseGlow {
    0%,100% { transform: translate(-50%, -50%) scale(1); opacity: 0.6; }
    50% { transform: translate(-50%, -50%) scale(1.2); opacity: 1; }
}

/* خلفية ظل خفيف للنص */
.hero-content {
    background: linear-gradient(
        180deg,
        rgba(0,0,0,0.4),
        rgba(0,0,0,0.2),
        transparent
    );
    padding: 40px 20px;
    border-radius: 20px;
    backdrop-filter: blur(6px);
}

/* تأثير توهج للعنوان */
.hero h1 {
    text-shadow: 
        0 0 10px rgba(255,255,255,0.2),
        0 0 20px rgba(255,102,0,0.3);
    animation: textFloat 5s ease-in-out infinite;
}

@keyframes textFloat {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

/* تحسين الزر */
.hero button {
    box-shadow: 0 0 15px rgba(255,102,0,0.4);
    transition: 0.4s;
}

.hero button:hover {
    transform: scale(1.1);
    box-shadow: 0 0 30px rgba(255,102,0,0.8);
}
/* ============================= */
/* الشبكة الرقمية المتحركة */
/* ============================= */

.digital-grid {
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(rgba(255,102,0,0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,102,0,0.07) 1px, transparent 1px);
    background-size: 40px 40px;
    animation: moveGrid 20s linear infinite;
    z-index: 0;
}

@keyframes moveGrid {
    from { background-position: 0 0, 0 0; }
    to { background-position: 40px 40px, 40px 40px; }
}

/* ============================= */
/* خطوط ضوئية تمر خلف النص */
/* ============================= */

.light-lines {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 1;
}

.light-lines::before,
.light-lines::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ff6600, transparent);
    animation: lightMove 6s linear infinite;
    opacity: 0.7;
}

.light-lines::after {
    top: 70%;
    animation-delay: 3s;
}

.light-lines::before {
    top: 40%;
}

@keyframes lightMove {
    from { transform: translateX(-100%); }
    to { transform: translateX(100%); }
}

/* ============================= */
/* تأكد أن النص فوق التأثيرات */
/* ============================= */

.hero-content {
    position: relative;
    z-index: 5;
}
/* ===== خلفية احترافية لأول قسم بعد الهيرو ===== */

.section {
    position: relative;
    padding: 100px 20px;
    background: radial-gradient(circle at 20% 30%, rgba(255,102,0,0.08), transparent 40%),
                radial-gradient(circle at 80% 70%, rgba(255,140,0,0.06), transparent 40%),
                linear-gradient(180deg, #0f0f0f 0%, #111111 50%, #0a0a0a 100%);
    overflow: hidden;
}

/* خط فاصل علوي ناعم */
.section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #ff6600, transparent);
    opacity: 0.6;
}

/* توهج خفيف بالخلف */
.section::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255,102,0,0.08), transparent 70%);
    top: -150px;
    right: -150px;
    pointer-events: none;
}
.hero {
    position: relative;
    overflow: hidden;
}

.digital-grid {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.light-lines {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.animated-bg {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 5;
}
/* ===== العناوين ===== */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Tajawal', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

/* ===== كل نص تحت عنوان ===== */
p {
    font-family: 'CoconArabic', sans-serif;
    font-weight: normal;
    line-height: 1.9;
    font-size: 18px;
}
body {
    border-top: none !important;
    background-position: top center;
}

section.hero {
    margin-top: 0 !important;
}
/* ===== زر الصعود والنزول الاحترافي ===== */

#scrollBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    font-size: 22px;
    color: #fff;
    background: linear-gradient(45deg, #ff6600, #ff0000);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease;
    box-shadow: 0 0 20px rgba(255,102,0,0.6);
}

/* عند الظهور */
#scrollBtn.show {
    opacity: 1;
    pointer-events: auto;
}

/* دائرة خارجية تدور */
#scrollBtn::before {
    content: "";
    position: absolute;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.5);
    animation: rotateScroll 4s linear infinite;
}

@keyframes rotateScroll {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* تأثير عند المرور */
#scrollBtn:hover {
    transform: scale(1.1);
    box-shadow: 0 0 40px rgba(255,0,0,0.9);
}