/* استيراد خط عربي احترافي */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700;900&display=swap');

html { scroll-behavior: smooth; scroll-padding-top: 90px; }

:root {
    --bg-dark: #070012; --bg-light: #110524; --gold: #d4af37;
    --neon: #9b00ff; --text-white: #ffffff; --text-gray: #cccccc;
}

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

body { background-color: var(--bg-dark); color: var(--text-white); direction: rtl; line-height: 1.7; overflow-x: hidden; }

/* ضبط اتجاه النصوص للنسخة الإنجليزية */
[dir="ltr"] body { direction: ltr; }
[dir="ltr"] .about-text, [dir="ltr"] .manager-text-side { text-align: left; }
[dir="ltr"] .pricing-card ul { text-align: left; }
[dir="ltr"] .about-slider-container { border-right: none; border-left: 5px solid var(--neon); }
[dir="ltr"] .manager-fb-tag { right: auto; left: 15px; }
[dir="ltr"] .close-modal, [dir="ltr"] .close-audio-modal { right: auto; left: 30px; }
[dir="ltr"] .portfolio-overlay h4, [dir="ltr"] .portfolio-overlay p { text-align: center; }

/* --- خصائص التركيز (Focus) --- */
a:focus, button:focus, input:focus, textarea:focus, select:focus { outline: 2px solid var(--neon); outline-offset: 3px; }

/* --- شاشة التحميل (Preloader) --- */
#preloader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: var(--bg-dark); z-index: 99999; display: flex; justify-content: center; align-items: center; transition: opacity 0.6s ease, visibility 0.6s ease; }
.loader-content { text-align: center; }
.loader-content img { width: 150px; margin-bottom: 20px; animation: pulse 1.5s infinite alternate; }
.spinner { width: 40px; height: 40px; border: 4px solid rgba(212, 175, 55, 0.3); border-top: 4px solid var(--gold); border-radius: 50%; animation: spin 1s linear infinite; margin: 0 auto; }
@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
@keyframes pulse { 0% { transform: scale(0.95); opacity: 0.8; } 100% { transform: scale(1.05); opacity: 1; } }

/* --- الهيدر والقائمة --- */
nav { display: flex; justify-content: space-between; align-items: center; padding: 15px 5%; background-color: rgba(7, 0, 18, 0.85); border-bottom: 1px solid rgba(212, 175, 55, 0.2); position: fixed; width: 100%; top: 0; z-index: 1000; backdrop-filter: blur(10px); transition: all 0.4s ease; }
nav.nav-scrolled { background-color: rgba(7, 0, 18, 1); box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8); padding: 8px 5%; border-bottom-color: var(--neon); }
.nav-brand { display: flex; align-items: center; gap: 15px; }
.logo img { height: 55px; object-fit: contain; transition: 0.4s ease; }
nav.nav-scrolled .logo img { height: 45px; }
.hamburger { display: none; font-size: 2rem; color: var(--gold); cursor: pointer; }

.nav-links { list-style: none; display: flex; gap: 25px; align-items: center; }
.nav-links li a { color: var(--text-white); text-decoration: none; font-size: 1.1rem; font-weight: 600; transition: all 0.3s ease; position: relative; padding-bottom: 6px; display: inline-block; }
.nav-links li a::after { content: ''; position: absolute; bottom: 0; right: 50%; transform: translateX(50%); width: 0; height: 3px; background: linear-gradient(90deg, var(--gold), #ffdf73); border-radius: 4px; transition: width 0.3s ease, box-shadow 0.3s ease; }
.nav-links li a:hover, .nav-links li a.active-nav { color: var(--gold); text-shadow: 0 0 12px rgba(212, 175, 55, 0.6); }
.nav-links li a:hover::after, .nav-links li a.active-nav::after { width: 100%; box-shadow: 0 0 10px var(--gold); }

.mobile-only { display: none; }
.contact-btn { background: linear-gradient(45deg, var(--gold), #ffdf73); color: #000; padding: 8px 25px; border-radius: 30px; text-decoration: none; font-weight: 700; transition: 0.3s; white-space: nowrap; }
.contact-btn:hover { transform: scale(1.05); box-shadow: 0 0 15px rgba(212, 175, 55, 0.5); }

/* زر تغيير اللغة */
.lang-switch { color: var(--text-white); text-decoration: none; font-weight: bold; font-size: 1rem; padding: 6px 12px; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 20px; transition: 0.3s; display: inline-flex; align-items: center; background: rgba(0, 0, 0, 0.5); white-space: nowrap; }
.lang-switch:hover { color: var(--gold); border-color: var(--gold); background: rgba(212, 175, 55, 0.1); transform: scale(1.05); }

/* --- الواجهة (Hero) --- */
.hero { height: 100vh; height: 100dvh; width: 100%; display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; overflow: hidden; background: var(--bg-dark) url('https://i.ibb.co/1GbTHzhm/hero-bg.png') center/cover no-repeat; }
.youtube-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; pointer-events: none; overflow: hidden; }
.youtube-bg iframe { position: absolute; top: 50%; left: 50%; width: max(100vw, 177.78vh); height: max(56.25vw, 100vh); transform: translate(-50%, -50%) scale(1.15); border: none; }
.hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, rgba(7, 0, 18, 0), rgba(17, 5, 36, 0.32)); z-index: 2; }
.hero-content { position: relative; z-index: 3; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; height: 100%; width: 100%; padding: 0 20px 40px 20px; gap: 20px; }
.mobile-title { display: none; font-size: 3rem; color: var(--gold); margin-bottom: 10px; text-shadow: 0 0 20px rgba(212, 175, 55, 0.5); font-weight: 900; }
.hero p { font-size: 1.6rem; color: var(--text-white); max-width: 800px; font-weight: 700; line-height: 1.8; text-shadow: 0 2px 15px rgba(0, 0, 0, 0.9); }
.hero-btns { display: flex; gap: 20px; }
.btn-primary { background: var(--neon); color: #fff; padding: 12px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1rem; box-shadow: 0 0 15px var(--neon); transition: 0.3s; }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 0 25px var(--neon); }
.btn-secondary { background: transparent; color: var(--gold); padding: 12px 30px; border-radius: 5px; border: 2px solid var(--gold); text-decoration: none; font-weight: bold; font-size: 1.1rem; transition: 0.3s; }
.btn-secondary:hover { background: var(--gold); color: #000; transform: translateY(-3px); }

/* --- الأقسام العامة --- */
section { padding: 50px 8%; }
.section-title { text-align: center; font-size: 2.5rem; color: var(--gold); margin-bottom: 15px; }
.section-subtitle { text-align: center; color: var(--text-gray); margin-bottom: 50px; font-size: 1.1rem; }

/* --- قسم "من نحن" --- */
.about-slider-container { background: var(--bg-light); padding: 40px; border-radius: 20px; border-right: 5px solid var(--neon); position: relative; overflow: hidden; transition: 0.4s; box-shadow: 0 0 20px rgba(155, 0, 255, 0.1); }
.about-slider-container:hover { box-shadow: 0 0 30px rgba(155, 0, 255, 0.2); }
.about-slides { display: grid; width: 100%; align-items: center; }
.about-slide { grid-area: 1 / 1; width: 100%; opacity: 0; visibility: hidden; transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out; }
.about-slide.active { opacity: 1; visibility: visible; z-index: 2; }
.about-grid-content { display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.about-text, .manager-text-side { flex: 1.2; min-width: 300px; text-align: right; }
.about-text h3, .manager-text-side h3 { font-size: 2rem; color: var(--neon); margin-bottom: 20px; }
.about-text p { color: var(--text-white); margin-bottom: 12px; font-size: 1.05rem; }
.manager-list-clean { list-style: none; padding: 0; }
.manager-list-clean li { font-size: 1.15rem; color: var(--text-gray); margin-bottom: 12px; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,0.05); padding-bottom: 8px; }

/* --- صور قسم من نحن --- */
.about-image-side, .manager-image-side { flex: 0.8; min-width: 250px; text-align: center; }
.about-image-side img { width: 100%; max-width: 380px; height: 350px; border-radius: 15px; border: 2px solid var(--gold); object-fit: cover; box-shadow: 0 10px 25px rgba(0,0,0,0.5); }
.manager-image-side a {
    position: relative; display: flex; align-items: flex-end; justify-content: center; 
    width: 100%; max-width: 320px; height: 350px; border: none; background: transparent; 
    box-shadow: none; overflow: visible; transition: 0.4s; margin: 0 auto;
}
.manager-image-side a:hover { transform: scale(1.05); filter: drop-shadow(0 15px 25px rgba(212, 175, 55, 0.4)); }
.manager-image-side img { width: auto; max-width: 100%; max-height: 100%; object-fit: contain; object-position: bottom; display: block; }
.manager-fb-tag { position: absolute; bottom: 15px; right: 15px; background: #1877f2; color: #fff; width: 40px; height: 40px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; font-weight: bold; border: 2px solid rgba(255,255,255,0.2); z-index: 5; }
.slider-dots { display: flex; justify-content: center; gap: 10px; margin-top: 25px; }
.dot { width: 12px; height: 12px; border-radius: 50%; background: rgba(212, 175, 55, 0.3); cursor: pointer; transition: 0.3s; }
.dot.active { background: var(--gold); transform: scale(1.2); box-shadow: 0 0 10px var(--gold); }

/* --- شركاء النجاح --- */
.partners-section { padding: 30px 0; background: var(--bg-light); border-top: 1px solid rgba(212, 175, 55, 0.2); border-bottom: 1px solid rgba(212, 175, 55, 0.2); overflow: hidden; }
.marquee { display: flex; width: 100%; overflow: hidden; white-space: nowrap; position: relative; }
.marquee::before, .marquee::after { position: absolute; top: 0; width: 100px; height: 100%; content: ""; z-index: 2; pointer-events: none; }
.marquee::before { left: 0; background: linear-gradient(to right, var(--bg-light), transparent); }
.marquee::after { right: 0; background: linear-gradient(to left, var(--bg-light), transparent); }
.marquee-track { display: flex; gap: 40px; align-items: center; width: max-content; animation: scrollMarquee 35s linear infinite; }
.partner-logo { background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(212, 175, 55, 0.3); padding: 10px 25px; border-radius: 30px; display: flex; align-items: center; gap: 12px; transition: 0.3s; }
.partner-logo:hover { border-color: var(--gold); box-shadow: 0 0 15px rgba(212, 175, 55, 0.3); }
.partner-logo img { height: 35px; width: auto; object-fit: contain; }
.partner-logo span { color: var(--text-white); font-weight: 700; font-size: 1.1rem; }
@keyframes scrollMarquee { 0% { transform: translateX(50%); } 100% { transform: translateX(0%); } }
[dir="ltr"] .marquee-track { animation: scrollMarqueeLTR 35s linear infinite; }
@keyframes scrollMarqueeLTR { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* --- الخدمات --- */
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
.service-card { background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(212, 175, 55, 0.3); padding: 20px; border-radius: 15px; text-align: center; transition: all 0.4s ease; }
.service-card:hover { transform: translateY(-10px); border-color: var(--neon); box-shadow: 0 10px 30px rgba(155, 0, 255, 0.15); }
.service-card img { width: 100%; height: 200px; object-fit: cover; border-radius: 10px; margin-bottom: 20px; transition: 0.4s; }
.service-card:hover img { transform: scale(1.05); }
.service-card h3 { color: var(--gold); font-size: 1.5rem; margin-bottom: 15px; transition: 0.3s; }
.service-card:hover h3 { color: var(--neon); }

/* --- المنصات --- */
.platforms-container { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 30px; margin-top: 20px; }
.platform-item { background: var(--bg-light); border: 1px solid var(--gold); border-radius: 15px; padding: 20px 15px; text-align: center; width: 140px; transition: 0.4s; cursor: pointer; }
.platform-item:hover { transform: translateY(-10px); border-color: var(--neon); box-shadow: 0 10px 20px rgba(155, 0, 255, 0.2); }
.platform-item a { text-decoration: none; display: flex; flex-direction: column; align-items: center; }
.platform-item img { width: 60px; height: 60px; object-fit: contain; margin-bottom: 15px; transition: 0.3s; }
.platform-item:hover img { transform: scale(1.1); }
.platform-item span { color: var(--gold); font-weight: bold; font-size: 1.1rem; }

/* --- سابقة الأعمال --- */
.portfolio-filters { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 40px; margin-top: 50px; }
.filter-btn { background: transparent; border: 2px solid var(--gold); color: var(--text-white); padding: 10px 25px; border-radius: 30px; cursor: pointer; font-size: 1.1rem; font-weight: 600; transition: 0.3s; }
.filter-btn.active, .filter-btn:hover { background: var(--neon); border-color: var(--neon); color: #fff; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(155, 0, 255, 0.3); }
.portfolio-carousel-wrapper { position: relative; display: flex; align-items: center; width: 100%; }
.slider-arrow { background: var(--bg-light); color: var(--gold); border: 2px solid var(--gold); width: 45px; height: 45px; border-radius: 50%; font-size: 1.5rem; cursor: pointer; position: absolute; z-index: 10; display: flex; justify-content: center; align-items: center; transition: 0.3s; }
.slider-arrow:hover { background: var(--neon); border-color: var(--neon); color: #fff; transform: scale(1.1); }
.right-arrow { right: -50px; }
.left-arrow { left: -50px; }
[dir="ltr"] .right-arrow { right: -50px; left: auto; }
[dir="ltr"] .left-arrow { left: -50px; right: auto; }
.portfolio-grid-pro { display: flex; gap: 25px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 15px 5px; width: 100%; scrollbar-width: none; }
.portfolio-grid-pro::-webkit-scrollbar { display: none; }
.portfolio-item { flex: 0 0 auto; width: 320px; scroll-snap-align: start; position: relative; border-radius: 15px; overflow: hidden; cursor: pointer; border: 1px solid rgba(212, 175, 55, 0.3); transition: 0.4s; }
.portfolio-item:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(212, 175, 55, 0.2); border-color: var(--gold); }
.portfolio-item img { width: 100%; height: 250px; object-fit: cover; transition: 0.5s; }
.portfolio-item:hover img { transform: scale(1.05); }
.portfolio-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(7, 0, 18, 0.85); display: flex; flex-direction: column; justify-content: center; align-items: center; opacity: 0; transition: 0.4s; }
.portfolio-item:hover .portfolio-overlay { opacity: 1; }
.play-icon { width: 60px; height: 60px; background: var(--neon); border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 1.5rem; color: #fff; margin-bottom: 15px; transition: 0.3s; }
.portfolio-item:hover .play-icon { transform: scale(1.1); box-shadow: 0 0 20px var(--neon); }

/* --- مودال الفيديو --- */
.modal { display: none; position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.95); justify-content: center; align-items: center; }
.modal-content { position: relative; width: 90%; max-width: 900px; aspect-ratio: 16/9; background: #000; border-radius: 10px; overflow: hidden; }
.modal-content iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
.close-modal { position: absolute; top: 20px; right: 30px; color: #fff; font-size: 40px; cursor: pointer; z-index: 10000; transition: 0.3s; }
.close-modal:hover { color: var(--neon); transform: scale(1.2); }

/* --- مودال المنصات الصوتية --- */
.audio-modal-content { width: 90%; max-width: 400px; aspect-ratio: auto; height: 420px; background: transparent; border-radius: 15px; box-shadow: 0 10px 30px rgba(155, 0, 255, 0.4); }
.close-audio-modal { position: absolute; top: 20px; right: 30px; color: #fff; font-size: 50px; cursor: pointer; z-index: 10000; transition: 0.3s; }
.close-audio-modal:hover { color: var(--neon); transform: scale(1.2); }

/* --- الأسعار --- */
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 25px; }
.pricing-card { background: var(--bg-light); border: 1px solid var(--gold); border-radius: 15px; padding: 35px 20px; text-align: center; display: flex; flex-direction: column; justify-content: space-between; transition: all 0.4s ease; }
.pricing-card:hover { transform: translateY(-10px); border-color: var(--neon); box-shadow: 0 10px 30px rgba(155, 0, 255, 0.15); }
.pricing-card.featured { border-color: var(--neon); transform: scale(1.04); box-shadow: 0 0 25px rgba(155, 0, 255, 0.3); }
.pricing-card.featured:hover { transform: scale(1.06) translateY(-5px); box-shadow: 0 15px 40px rgba(155, 0, 255, 0.5); }
.price { font-size: 2.2rem; color: var(--gold); font-weight: 900; margin: 15px 0; transition: 0.3s; }
.pricing-card:hover .price { transform: scale(1.05); }
.pricing-card.featured .price { color: var(--neon); }
.pricing-card ul { list-style: none; margin-bottom: 30px; color: var(--text-gray); text-align: right; }
.pricing-card ul li { margin-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,0.05); padding-bottom: 8px; }

/* --- آراء العملاء --- */
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }
.testimonial-card { background: var(--bg-light); border: 1px solid rgba(212, 175, 55, 0.2); padding: 30px; border-radius: 15px; text-align: center; transition: 0.4s; }
.testimonial-card:hover { transform: translateY(-5px); border-color: var(--gold); box-shadow: 0 10px 20px rgba(212, 175, 55, 0.1); }
.testimonial-card .stars { color: var(--gold); font-size: 1.5rem; margin-bottom: 15px; }
.testimonial-card .quote { color: var(--text-gray); font-style: italic; margin-bottom: 20px; }

/* --- قسم الإحصائيات --- */
.stats-section { padding: 60px 8%; background: linear-gradient(to right, rgba(7, 0, 18, 0.9), rgba(155, 0, 255, 0.05)); border-top: 1px solid rgba(212, 175, 55, 0.1); border-bottom: 1px solid rgba(212, 175, 55, 0.1); margin: 40px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 30px; text-align: center; }
.stat-card { background: var(--bg-light); padding: 30px 20px; border-radius: 15px; border: 1px solid rgba(212, 175, 55, 0.2); transition: 0.4s ease; }
.stat-card:hover { transform: translateY(-10px); border-color: var(--neon); box-shadow: 0 10px 20px rgba(155, 0, 255, 0.2); }
.stat-icon { font-size: 3rem; margin-bottom: 15px; filter: drop-shadow(0 0 10px rgba(212, 175, 55, 0.5)); transition: 0.3s; }
.stat-card:hover .stat-icon { transform: scale(1.2); }
.stat-card h3 { font-size: 3.5rem; color: var(--gold); font-weight: 900; margin-bottom: 5px; transition: 0.3s; }
.stat-card:hover h3 { color: var(--text-white); text-shadow: 0 0 15px var(--gold); }
.stat-card p { color: var(--text-gray); font-size: 1.2rem; font-weight: 600; }

/* --- نموذج التواصل --- */
.contact-container { max-width: 800px; margin: 0 auto; background: var(--bg-light); padding: 40px; border-radius: 20px; border-top: 5px solid var(--neon); transition: 0.4s; }
.contact-container:hover { box-shadow: 0 0 25px rgba(155, 0, 255, 0.2); }
.contact-form { display: flex; flex-direction: column; gap: 20px; }
.input-group { display: flex; gap: 20px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(212, 175, 55, 0.3); color: var(--text-white); padding: 15px; border-radius: 8px; font-size: 1rem; font-family: 'Cairo', sans-serif; transition: 0.3s; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: none; border-color: var(--neon); box-shadow: 0 0 10px rgba(155, 0, 255, 0.3); background: rgba(255, 255, 255, 0.1); }

/* --- الفوتر --- */
footer { background: #000; padding: 60px 8% 20px; border-top: 2px solid var(--neon); }
.footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 30px; margin-bottom: 40px; }
.footer-col h4 { color: var(--gold); font-size: 1.3rem; margin-bottom: 20px; }
.footer-col p, .footer-col a { color: var(--text-gray); text-decoration: none; display: block; margin-bottom: 10px; transition: 0.3s; }
.footer-col a:hover { color: var(--neon); }
.footer-col.qr-col { text-align: center; }
.footer-col.qr-col img { width: 120px; height: 120px; border-radius: 10px; border: 2px solid var(--gold); margin-top: 10px; }
.footer-bottom { text-align: center; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; color: var(--text-gray); }

/* --- السوشيال وأزرار العائمة --- */
.social-icons { display: flex; gap: 15px; margin-top: 15px; }
.social-icons a { display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; border-radius: 50%; transition: all 0.4s ease; }
.social-icons a:hover { transform: translateY(-8px) scale(1.1); box-shadow: 0 10px 15px rgba(255, 255, 255, 0.2); }
.social-whatsapp { background: #25d366; }
.social-facebook { background: #1877f2; }
.social-instagram { background: linear-gradient(45deg, #f09433, #dc2743, #bc1888); }
.social-tiktok { background: #000; border: 1px solid #333; }
.social-icons a img { width: 22px; height: 22px; filter: brightness(0) invert(1); }

.floating-whatsapp { position: fixed; bottom: 30px; left: 30px; width: 60px; height: 60px; background-color: #25d366; border-radius: 50%; display: flex; justify-content: center; align-items: center; box-shadow: 0 0 20px rgba(37, 211, 102, 0.4); z-index: 1000; transition: 0.4s; }
.floating-whatsapp:hover { transform: scale(1.15) rotate(-10deg); }
.floating-whatsapp img { width: 35px; height: 35px; }

.back-to-top { position: fixed; bottom: 105px; left: 30px; width: 45px; height: 45px; background-color: var(--bg-light); border: 2px solid var(--gold); color: var(--gold); border-radius: 50%; display: flex; justify-content: center; align-items: center; text-decoration: none; font-size: 1.2rem; font-weight: bold; z-index: 999; opacity: 0; visibility: hidden; transition: 0.4s; }
.back-to-top.show { opacity: 1; visibility: visible; }
.back-to-top:hover { background: var(--neon); border-color: var(--neon); color: #fff; transform: translateY(-3px); }
[dir="ltr"] .back-to-top, [dir="ltr"] .floating-whatsapp { left: auto; right: 30px; }

/* --- تأثير النبض لأيقونة الفيسبوك للمدير --- */
@keyframes pulse-tag { 0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(24, 119, 242, 0.7); } 70% { transform: scale(1.05); box-shadow: 0 0 0 10px rgba(24, 119, 242, 0); } 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(24, 119, 242, 0); } }
.manager-fb-tag { animation: pulse-tag 2s infinite; }
.manager-fb-tag:hover { background: var(--gold); border-color: var(--gold); color: #000; animation: none; }

/* --- التجاوب مع الموبايل (أقل من 768px) --- */
@media (max-width: 768px) {
    section { padding: 40px 5%; }
    .hamburger { display: block; }
    .desktop-btn, .lang-switch.desktop-lang { display: none; }
    .nav-links { position: absolute; top: 75px; right: 0; width: 100%; background: rgba(7, 0, 18, 0.98); flex-direction: column; align-items: center; padding: 20px 0; clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); transition: 0.4s; }
    .nav-links.active { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
    [dir="ltr"] .nav-links { right: auto; left: 0; }
    .about-grid-content { flex-direction: column-reverse; gap: 20px; }
    .about-text, .manager-text-side { text-align: center !important; }
    .right-arrow { right: 10px; width: 35px; height: 35px; }
    .left-arrow { left: 10px; width: 35px; height: 35px; }
    [dir="ltr"] .right-arrow { right: 10px; left: auto; }
    [dir="ltr"] .left-arrow { left: 10px; right: auto; }
    .close-modal, .close-audio-modal { font-size: 50px; padding: 10px; right: 15px; top: 15px; }
    [dir="ltr"] .close-modal, [dir="ltr"] .close-audio-modal { right: auto; left: 15px; }
}

@media (max-width: 480px) {
    .stat-card h3 { font-size: 2.5rem; }
    .mobile-title { font-size: 2.2rem; }
    .section-title { font-size: 2rem; }
    .hero p { font-size: 1.2rem; }
}