/*
Theme Name: Asoud Two
Theme URI: https://seo-partners.com.eg/
Author: SEO Partners
Author URI: https://seo-partners.com.eg/
Description: قالب مصمم ومبرمج حصراً لموقع أسود المثالية تو — شركة الصيانة والتنظيف المنزلي بالمنطقة الشرقية، المملكة العربية السعودية. بُني القالب من الصفر بهوية بصرية فريدة تعكس احترافية الشركة وتحوّل الزائر إلى عميل.
Version: 1.3.0
Text Domain: asoud-two

═══════════════════════════════════════
  مميزات قالب أسود المثالية تو
═══════════════════════════════════════

❶ التصميم والهوية البصرية
   · تصميم حصري مصنوع من الصفر لأسود المثالية تو — لا يشبه أي قالب جاهز
   · هوية لونية راقية: كحلي داكن + ذهبي أصيل تعكس الجودة والاحتراف
   · واجهة عربية RTL كاملة مع خطوط Cairo وTajawal المحسّنة للقراءة
   · متجاوب بالكامل: هاتف، تابلت، كمبيوتر — بدون أي كسر في التصميم

❷ الأداء والسرعة
   · تحويل تلقائي لكل صورة مرفوعة إلى WebP (توفير يصل إلى 80% من الحجم)
   · 568 صورة موجودة تم تحويلها كلها إلى WebP دفعةً واحدة
   · Page Loader احترافي يمنع وميض التحميل
   · أنيميشن Scroll خفيف لا يؤثر على الأداء

❸ أدوات التسويق والتحويل
   · زر واتساب عائم دائم مع رسالة ترحيبية جاهزة تحوّل الزوار فوراً
   · نموذج حجز AJAX يرسل للإيميل ويحفظ الطلب في لوحة التحكم بدون تحديث
   · عرض خصم 25% بارز في صفحة الأسعار لتشجيع الحجز الفوري
   · أرقام إنجازات متحركة تبني الثقة مع الزائر (عملاء، خدمات، سنوات)
   · قسم آراء العملاء بشريط دوّار سلس لتعزيز المصداقية

❹ المحتوى والخدمات
   · بطاقات الخدمات السبع بتصميم تفاعلي: صيانة، أفران، مجاري، حشرات، تسربات، خزانات، موكيت
   · معرض أعمال ديناميكي يُظهر نتائج العمل الفعلية
   · قسم التغطية الجغرافية: الدمام، الخبر، الجبيل، القطيف، الإحساء، الظهران، الخفجي
   · لماذا نحن؟ — قسم مخصص يعرض مزايا الشركة التنافسية

❺ الصفحات القانونية
   · سياسة الخصوصية: مصممة ومكتوبة بمحتوى قانوني خاص بالشركة
   · الشروط والأحكام: 9 أقسام مفصّلة تحمي الشركة وتوضح حقوق العميل
   · كلا الصفحتين بتصميم احترافي مع جدول محتويات وبطاقات تواصل

❻ الأمان والثقة
   · حماية نماذج الحجز بـ WordPress Nonces ضد هجمات CSRF
   · تخزين طلبات الخدمة كـ Custom Post Type في لوحة التحكم
   · أرقام تواصل سعودية حصراً — صفر أرقام أجنبية في الموقع

❼ لوحة التحكم والتخصيص
   · كل بيانات التواصل قابلة للتعديل من Customizer بدون لمس كود
   · Custom Post Type لمعرض الأعمال مع دعم Gutenberg
   · دعم Custom Logo وCustom Colors من لوحة WordPress
   · إزالة سكريبتات Emoji غير الضرورية لتحسين السرعة

═══════════════════════════════════════
  التصميم والبرمجة والتسويق
  شركة سيو بارتنرز — https://seo-partners.com.eg/
═══════════════════════════════════════
*/

/* ===================================================
   ROOT VARIABLES
=================================================== */
:root {
  --gold:        #c9a227;
  --gold-light:  #e8c84a;
  --gold-dark:   #a07d15;
  --navy:        #0d1b2e;
  --navy-mid:    #112240;
  --navy-light:  #1a3a6e;
  --blue-accent: #1565c0;
  --white:       #ffffff;
  --off-white:   #f0f4ff;
  --gray-light:  #ccd6f6;
  --gray-mid:    #8892b0;
  --text-main:   #e6f1ff;
  --card-bg:     #112240;
  --card-border: rgba(201,162,39,0.25);
  --shadow-gold: 0 0 30px rgba(201,162,39,0.18);
  --shadow-dark: 0 10px 40px rgba(0,0,0,0.4);
  --radius:      14px;
  --radius-sm:   8px;
  --transition:  all 0.3s cubic-bezier(0.4,0,0.2,1);
  --font-ar:     'Cairo', 'Tajawal', sans-serif;
}

/* ===================================================
   RESET & BASE
=================================================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-ar);
  background-color: var(--navy);
  color: var(--text-main);
  direction: rtl;
  line-height: 1.7;
  overflow-x: hidden;
}

a { color: var(--gold); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--gold-light); }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.section-padding { padding: 90px 0; }

/* ===================================================
   TYPOGRAPHY
=================================================== */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.3;
  color: var(--white);
}

.section-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  text-align: center;
  margin-bottom: 14px;
  position: relative;
}

.section-title span { color: var(--gold); }

.section-subtitle {
  text-align: center;
  color: var(--gray-mid);
  font-size: 1.05rem;
  margin-bottom: 60px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.section-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 16px;
}

.section-divider::before,
.section-divider::after {
  content: '';
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold));
}

.section-divider::after {
  background: linear-gradient(90deg, var(--gold), transparent);
}

.section-divider .star {
  color: var(--gold);
  font-size: 1.2rem;
}

/* ===================================================
   BUTTONS
=================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  border-radius: 50px;
  font-family: var(--font-ar);
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  border: none;
  transition: var(--transition);
  text-align: center;
}

.btn-gold {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
  color: var(--navy);
  box-shadow: 0 4px 20px rgba(201,162,39,0.4);
}

.btn-gold:hover {
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 100%);
  color: var(--navy);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(201,162,39,0.55);
}

.btn-outline {
  background: transparent;
  color: var(--gold);
  border: 2px solid var(--gold);
}

.btn-outline:hover {
  background: var(--gold);
  color: var(--navy);
  transform: translateY(-2px);
}

.btn-white {
  background: var(--white);
  color: var(--navy);
}

.btn-white:hover {
  background: var(--off-white);
  transform: translateY(-2px);
}

/* ===================================================
   CARDS
=================================================== */
.card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  padding: 32px 28px;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold-dark), var(--gold-light));
  transform: scaleX(0);
  transform-origin: right;
  transition: var(--transition);
}

.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-gold); }
.card:hover::before { transform: scaleX(1); }

/* ===================================================
   HEADER / NAVBAR
=================================================== */
#site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(13,27,46,0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(201,162,39,0.15);
  transition: var(--transition);
}

#site-header.scrolled {
  background: rgba(13,27,46,0.98);
  border-bottom-color: rgba(201,162,39,0.35);
  box-shadow: 0 4px 30px rgba(0,0,0,0.4);
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 75px;
}

.site-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.site-logo img {
  height: 55px;
  width: auto;
}

.site-logo-text {
  display: flex;
  flex-direction: column;
}

.site-logo-text .name {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--gold);
  line-height: 1.2;
}

.site-logo-text .tagline {
  font-size: 0.72rem;
  color: var(--gray-mid);
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-menu a {
  color: var(--gray-light);
  font-size: 0.95rem;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 6px;
  transition: var(--transition);
}

.nav-menu a:hover,
.nav-menu a.active {
  color: var(--gold);
  background: rgba(201,162,39,0.1);
}

.nav-cta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav-call {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--white);
  font-weight: 700;
  font-size: 0.9rem;
  background: rgba(201,162,39,0.15);
  border: 1px solid rgba(201,162,39,0.3);
  padding: 9px 18px;
  border-radius: 50px;
  transition: var(--transition);
}

.nav-call:hover {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 6px;
  background: none;
  border: none;
}

.hamburger span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--gold);
  transition: var(--transition);
  border-radius: 2px;
}

/* ===================================================
   HERO SECTION
=================================================== */
#hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: var(--navy);
  padding-top: 75px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(21,101,192,0.2) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 20%, rgba(201,162,39,0.1) 0%, transparent 50%),
    radial-gradient(ellipse at 60% 80%, rgba(26,58,110,0.3) 0%, transparent 50%);
}

.hero-grid-lines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(201,162,39,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,162,39,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  width: 100%;
}

.hero-text .badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(201,162,39,0.12);
  border: 1px solid rgba(201,162,39,0.35);
  color: var(--gold);
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 24px;
  letter-spacing: 0.5px;
}

.hero-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.2;
  margin-bottom: 22px;
}

.hero-title .highlight {
  color: var(--gold);
  position: relative;
}

.hero-desc {
  color: var(--gray-mid);
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 36px;
  max-width: 500px;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.hero-stats {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.hero-stat {
  text-align: center;
}

.hero-stat .number {
  font-size: 2rem;
  font-weight: 800;
  color: var(--gold);
  display: block;
  line-height: 1;
}

.hero-stat .label {
  font-size: 0.8rem;
  color: var(--gray-mid);
  margin-top: 4px;
}

.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 660px;
  overflow: visible;
}

.hero-logo-wrap {
  position: relative;
  width: 340px;
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hero-logo-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(201,162,39,0.18);
  animation: spinRing 22s linear infinite;
}

.hero-logo-ring::before {
  content: '';
  position: absolute;
  top: -5px; left: 50%;
  transform: translateX(-50%);
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 14px var(--gold);
}

.hero-logo-ring-2 {
  position: absolute;
  inset: 15px;
  border-radius: 50%;
  border: 1px dashed rgba(201,162,39,0.15);
  animation: spinRing 35s linear infinite reverse;
}

.hero-logo-glow {
  position: absolute;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle,
    rgba(255,255,255,0.07) 0%,
    rgba(201,162,39,0.18)  35%,
    rgba(201,162,39,0.08)  60%,
    transparent            80%);
  box-shadow:
    0 0 80px 30px rgba(201,162,39,0.25),
    0 0 140px 60px rgba(201,162,39,0.08);
  pointer-events: none;
}

.hero-logo-img {
  width: 260px;
  height: 260px;
  object-fit: contain;
  position: relative;
  z-index: 2;
  filter:
    drop-shadow(0 0 20px rgba(201,162,39,0.6))
    drop-shadow(0 0 50px rgba(201,162,39,0.25))
    drop-shadow(0 8px 30px rgba(0,0,0,0.5));
  animation: floatLogo 5s ease-in-out infinite;
}

/* ===================================================
   SOLAR ORBIT SYSTEM  — JS-driven, planet + label
=================================================== */
.globe-orbits {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 3;
}

/* ── Circular orbit rings — true circles, evenly spaced ── */
.glob-rings-2d {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.glob-ring { position: absolute; border-radius: 50%; }

/* r=190 → d=380  (outside logo badge) */
.glob-ring-1 {
  width: 380px; height: 380px;
  border: 1px solid rgba(201,162,39,0.40);
}
/* r=250 → d=500 */
.glob-ring-2 {
  width: 500px; height: 500px;
  border: 1px dashed rgba(201,162,39,0.28);
}
/* r=310 → d=620 */
.glob-ring-3 {
  width: 620px; height: 620px;
  border: 1px solid rgba(201,162,39,0.18);
}

/* ── Orbit pivot (zero-size, centred in hero) ── */
.glob-orbit-system {
  position: absolute;
  top: 50%; left: 50%;
  width: 0; height: 0;
  pointer-events: none;
}

/* JS sets transform: translate(x,y) on each wrap */
.glob-planet-wrap { position: absolute; top: 0; left: 0; }

/* ── Planet dot ── */
.glob-dot {
  position: absolute;
  top: -7px; left: -7px;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #f8e87a, var(--gold));
  box-shadow:
    0 0 0 3px rgba(201,162,39,0.22),
    0 0 16px 6px rgba(201,162,39,0.65),
    0 0 36px 12px rgba(201,162,39,0.18);
}

/* ── Text label (JS flips left/right to always face away from centre) ── */
.glob-label {
  position: absolute;
  top: -10px;
  left: 16px;           /* JS overrides this */
  white-space: nowrap;
  font-size: 0.72rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 14px rgba(201,162,39,0.9), 0 1px 8px rgba(0,0,0,0.95);
  letter-spacing: 0.02em;
  pointer-events: none;
  user-select: none;
}

@keyframes spinRing {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

@keyframes floatLogo {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-12px); }
}

@keyframes floatCard {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-8px); }
}

/* ===================================================
   MARQUEE / TICKER
=================================================== */
.ticker-wrap {
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  padding: 14px 0;
  overflow: hidden;
}

.ticker-track {
  display: flex;
  gap: 0;
  animation: ticker 25s linear infinite;
  white-space: nowrap;
}

.ticker-track span {
  color: var(--navy);
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0 32px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ticker-track span::after {
  content: '★';
  color: var(--navy);
  opacity: 0.5;
}

@keyframes ticker {
  from { transform: translateX(-50%); }
  to   { transform: translateX(0); }
}

/* ===================================================
   SERVICES SECTION
=================================================== */
#services { background: var(--navy); }

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
}

.service-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  padding: 36px 28px;
  text-align: center;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.service-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(201,162,39,0.05), transparent);
  opacity: 0;
  transition: var(--transition);
  pointer-events: none;
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: var(--gold);
  box-shadow: 0 20px 50px rgba(201,162,39,0.2);
}

.service-card:hover::after { opacity: 1; }

.service-icon-wrap {
  width: 80px; height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(201,162,39,0.15), rgba(201,162,39,0.05));
  border: 2px solid rgba(201,162,39,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  font-size: 2rem;
  transition: var(--transition);
}

.service-card:hover .service-icon-wrap {
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  border-color: var(--gold);
  transform: scale(1.1) rotate(5deg);
}

.service-card h3 {
  font-size: 1.2rem;
  margin-bottom: 12px;
  color: var(--white);
}

.service-card p {
  color: var(--gray-mid);
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

.service-features {
  text-align: right;
  margin-bottom: 24px;
}

.service-features li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--gray-light);
  font-size: 0.85rem;
  padding: 4px 0;
}

.service-features li::before {
  content: '✓';
  color: var(--gold);
  font-weight: 700;
  flex-shrink: 0;
}

.service-price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px;
  background: rgba(201,162,39,0.08);
  border-radius: var(--radius-sm);
  border: 1px solid rgba(201,162,39,0.2);
}

.service-price .from { font-size: 0.8rem; color: var(--gray-mid); }
.service-price .amount {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--gold);
}
.service-price .currency { font-size: 0.85rem; color: var(--gray-mid); }

/* ===================================================
   WHY US / FEATURES
=================================================== */
#why-us {
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy-mid) 100%);
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.why-visual {
  position: relative;
}

.why-img-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(201,162,39,0.25);
  box-shadow:
    0 0 60px rgba(201,162,39,0.12),
    0 20px 60px rgba(0,0,0,0.5);
  background: radial-gradient(ellipse at center,
    rgba(201,162,39,0.08) 0%,
    rgba(17,34,64,0.95)   55%,
    rgba(13,27,46,1)      100%);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
  position: relative;
}

.why-logo-img {
  width: 80%;
  max-width: 340px;
  height: auto;
  object-fit: contain;
  filter:
    drop-shadow(0 0 24px rgba(201,162,39,0.55))
    drop-shadow(0 0 60px rgba(201,162,39,0.2))
    drop-shadow(0 8px 20px rgba(0,0,0,0.6));
  position: relative;
  z-index: 1;
}

.why-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--navy);
  border-radius: var(--radius);
  padding: 20px 24px;
  text-align: center;
  box-shadow: var(--shadow-dark);
}

.why-badge .num {
  font-size: 2rem;
  font-weight: 900;
  display: block;
  line-height: 1;
}

.why-badge .text {
  font-size: 0.8rem;
  font-weight: 700;
}

.why-features { display: flex; flex-direction: column; gap: 22px; }

.why-feature {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 22px;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  transition: var(--transition);
}

.why-feature:hover {
  border-color: var(--gold);
  transform: translateX(-6px);
}

.why-feature .icon {
  font-size: 2rem;
  flex-shrink: 0;
  width: 52px; height: 52px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(201,162,39,0.1);
  border-radius: 12px;
}

.why-feature h4 { font-size: 1rem; margin-bottom: 6px; }
.why-feature p { font-size: 0.88rem; color: var(--gray-mid); }

/* ===================================================
   STATS COUNTER
=================================================== */
#stats {
  background: linear-gradient(135deg, var(--navy-light) 0%, var(--navy-mid) 100%);
  border-top: 1px solid rgba(201,162,39,0.2);
  border-bottom: 1px solid rgba(201,162,39,0.2);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}

.stat-item {
  text-align: center;
  padding: 50px 24px;
  position: relative;
}

.stat-item::after {
  content: '';
  position: absolute;
  top: 20%; right: 0;
  height: 60%;
  width: 1px;
  background: rgba(201,162,39,0.2);
}

.stat-item:last-child::after { display: none; }

.stat-icon { font-size: 2.4rem; margin-bottom: 14px; }

.stat-number {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 900;
  color: var(--gold);
  display: block;
  line-height: 1;
  margin-bottom: 8px;
}

.stat-suffix { color: var(--gold); font-size: 1.5rem; }

.stat-label {
  font-size: 0.9rem;
  color: var(--gray-mid);
  font-weight: 600;
}

/* ===================================================
   PORTFOLIO / GALLERY
=================================================== */
#portfolio { background: var(--navy); }

.portfolio-filter {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.filter-btn {
  padding: 9px 22px;
  border-radius: 50px;
  border: 1px solid rgba(201,162,39,0.3);
  background: transparent;
  color: var(--gray-mid);
  font-family: var(--font-ar);
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
}

.filter-btn:hover,
.filter-btn.active {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.portfolio-item {
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/3;
  cursor: pointer;
}

.portfolio-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.portfolio-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13,27,46,0.95) 0%, rgba(13,27,46,0.3) 60%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  opacity: 0;
  transition: var(--transition);
}

.portfolio-item:hover img { transform: scale(1.08); }
.portfolio-item:hover .portfolio-overlay { opacity: 1; }

.portfolio-overlay h4 { font-size: 1rem; margin-bottom: 4px; }
.portfolio-overlay span { font-size: 0.8rem; color: var(--gold); }

.portfolio-overlay .view-btn {
  position: absolute;
  top: 16px; left: 16px;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  font-size: 1.1rem;
}

/* ===================================================
   PROCESS / STEPS
=================================================== */
#process {
  background: linear-gradient(180deg, var(--navy-mid) 0%, var(--navy) 100%);
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
}

.process-steps::before {
  content: '';
  position: absolute;
  top: 44px;
  right: 12.5%;
  left: 12.5%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), var(--gold-dark), transparent);
  z-index: 0;
}

.process-step {
  text-align: center;
  position: relative;
  z-index: 1;
}

.step-num {
  width: 90px; height: 90px;
  border-radius: 50%;
  background: var(--navy-mid);
  border: 2px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--gold);
  margin: 0 auto 20px;
  position: relative;
  transition: var(--transition);
  box-shadow: 0 0 0 6px rgba(201,162,39,0.08);
}

.step-num .step-icon {
  font-size: 1.6rem;
}

.process-step:hover .step-num {
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  color: var(--navy);
  transform: scale(1.1);
}

.process-step h4 { font-size: 1rem; margin-bottom: 8px; }
.process-step p { font-size: 0.85rem; color: var(--gray-mid); }

/* ===================================================
   TESTIMONIALS
=================================================== */
#testimonials {
  background: var(--navy-mid);
  overflow: hidden;
}

.testimonials-slider {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.testimonial-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  padding: 32px 28px;
  transition: var(--transition);
}

.testimonial-card:hover {
  border-color: var(--gold);
  transform: translateY(-4px);
  box-shadow: var(--shadow-gold);
}

.stars {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
  color: var(--gold);
  font-size: 1.1rem;
}

.testimonial-text {
  color: var(--gray-light);
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 24px;
  font-style: italic;
  position: relative;
}

.testimonial-text::before {
  content: '"';
  font-size: 4rem;
  color: var(--gold);
  opacity: 0.2;
  position: absolute;
  top: -20px;
  right: -8px;
  font-family: Georgia, serif;
  line-height: 1;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 20px;
  border-top: 1px solid var(--card-border);
}

.author-avatar {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--navy);
  font-weight: 700;
  flex-shrink: 0;
}

.author-info .name { font-size: 0.95rem; font-weight: 700; }
.author-info .role { font-size: 0.8rem; color: var(--gold); }

/* ===================================================
   PRICING
=================================================== */
#pricing { background: var(--navy); }

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: start;
}

.pricing-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  padding: 36px 28px;
  text-align: center;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.pricing-card.featured {
  border-color: var(--gold);
  background: linear-gradient(135deg, rgba(201,162,39,0.06), var(--card-bg));
  transform: scale(1.04);
  box-shadow: var(--shadow-gold);
}

.pricing-card.featured::before {
  content: 'الأكثر طلباً';
  position: absolute;
  top: 18px; left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--navy);
  padding: 5px 20px;
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 800;
}

.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-gold);
}

.pricing-card.featured:hover { transform: scale(1.04) translateY(-6px); }

.pricing-icon { font-size: 2.4rem; margin-bottom: 16px; }
.pricing-name { font-size: 1.2rem; font-weight: 700; margin-bottom: 8px; }
.pricing-desc { font-size: 0.85rem; color: var(--gray-mid); margin-bottom: 24px; }

.pricing-amount {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  margin-bottom: 28px;
}

.pricing-amount .from { font-size: 0.85rem; color: var(--gray-mid); }
.pricing-amount .price {
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
}
.pricing-amount .cur { font-size: 0.9rem; color: var(--gray-mid); }

.pricing-features {
  text-align: right;
  margin-bottom: 28px;
}

.pricing-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(201,162,39,0.08);
  font-size: 0.88rem;
  color: var(--gray-light);
}

.pricing-features li .check { color: var(--gold); font-weight: 700; }
.pricing-features li.disabled { opacity: 0.4; }
.pricing-features li.disabled .check { color: var(--gray-mid); }

/* ===================================================
   CTA SECTION
=================================================== */
#cta {
  background: linear-gradient(135deg, var(--navy-light) 0%, var(--navy-mid) 100%);
  position: relative;
  overflow: hidden;
}

#cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 30% 50%, rgba(201,162,39,0.1) 0%, transparent 60%),
    radial-gradient(ellipse at 70% 50%, rgba(21,101,192,0.15) 0%, transparent 60%);
}

.cta-content {
  position: relative;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.cta-content h2 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  margin-bottom: 16px;
}

.cta-content p {
  color: var(--gray-mid);
  font-size: 1.05rem;
  margin-bottom: 40px;
}

.cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-whatsapp {
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: white;
  box-shadow: 0 4px 20px rgba(37,211,102,0.35);
}

.btn-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(37,211,102,0.5);
  color: white;
}

/* ===================================================
   CONTACT FORM
=================================================== */
#contact { background: var(--navy-mid); }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 60px;
  align-items: start;
}

.contact-info { display: flex; flex-direction: column; gap: 24px; }

.contact-info-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 22px;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  transition: var(--transition);
}

.contact-info-item:hover {
  border-color: var(--gold);
  transform: translateX(-4px);
}

.contact-info-item .icon {
  font-size: 1.6rem;
  width: 46px; height: 46px;
  background: rgba(201,162,39,0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-info-item h5 { font-size: 0.88rem; color: var(--gray-mid); margin-bottom: 4px; }
.contact-info-item p { font-size: 0.95rem; font-weight: 600; }
.contact-info-item a { color: var(--white); }
.contact-info-item a:hover { color: var(--gold); }

.contact-form-wrap {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  padding: 40px;
}

.contact-form-wrap h3 {
  font-size: 1.5rem;
  margin-bottom: 28px;
  color: var(--gold);
}

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 18px;
}

.form-group label {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--gray-light);
}

.form-group input,
.form-group select,
.form-group textarea {
  background: var(--navy);
  border: 1px solid rgba(201,162,39,0.2);
  border-radius: var(--radius-sm);
  color: var(--white);
  font-family: var(--font-ar);
  font-size: 0.95rem;
  padding: 13px 16px;
  transition: var(--transition);
  direction: rtl;
  outline: none;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: var(--gray-mid);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201,162,39,0.12);
}

.form-group textarea { resize: vertical; min-height: 120px; }
.form-group select option { background: var(--navy-mid); }

.form-submit { width: 100%; padding: 16px; font-size: 1.05rem; }

/* ===================================================
   FOOTER
=================================================== */
#site-footer {
  background: var(--navy-mid);
  border-top: 1px solid rgba(201,162,39,0.2);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: 48px;
  padding: 70px 0 50px;
}

.footer-brand .site-logo { margin-bottom: 18px; }

.footer-brand p {
  color: var(--gray-mid);
  font-size: 0.9rem;
  line-height: 1.8;
  margin-bottom: 24px;
}

.footer-socials {
  display: flex;
  gap: 10px;
}

.social-btn {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: rgba(201,162,39,0.1);
  border: 1px solid rgba(201,162,39,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  transition: var(--transition);
  color: var(--gray-mid);
}

.social-btn:hover {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
  transform: translateY(-3px);
}

.footer-col h4 {
  font-size: 1rem;
  color: var(--gold);
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(201,162,39,0.2);
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links a {
  color: var(--gray-mid);
  font-size: 0.88rem;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
}

.footer-links a::before {
  content: '←';
  color: var(--gold);
  opacity: 0;
  transition: var(--transition);
  font-size: 0.8rem;
}

.footer-links a:hover {
  color: var(--gold);
  padding-right: 6px;
}

.footer-links a:hover::before { opacity: 1; }

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--gray-mid);
  font-size: 0.88rem;
  margin-bottom: 12px;
  transition: var(--transition);
}

.footer-contact-item .icon { font-size: 1rem; color: var(--gold); flex-shrink: 0; }
.footer-contact-item:hover { color: var(--white); }

.footer-bottom {
  border-top: 1px solid rgba(201,162,39,0.12);
  padding: 22px 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
}

.footer-bottom p { font-size: 0.85rem; color: var(--gray-mid); }
.footer-bottom a { color: var(--gold); }


.footer-copy { text-align: right; }

.footer-bottom-links { text-align: left; justify-content: flex-end; }

.footer-bottom-links {
  display: flex;
  gap: 20px;
}

.footer-bottom-links a {
  color: var(--gray-mid);
  font-size: 0.82rem;
  transition: var(--transition);
}

.footer-bottom-links a:hover { color: var(--gold); }

/* ===================================================
   MOBILE MENU OVERLAY
=================================================== */
.mobile-menu {
  position: fixed;
  inset: 0;
  background: rgba(13,27,46,0.98);
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transform: translateX(-100%);
  transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);
}

.mobile-menu.open { transform: translateX(0); }

.mobile-menu a {
  color: var(--white);
  font-size: 1.4rem;
  font-weight: 700;
  padding: 12px 32px;
  border-radius: var(--radius);
  transition: var(--transition);
}

.mobile-menu a:hover {
  color: var(--gold);
  background: rgba(201,162,39,0.1);
}

.mobile-close {
  position: absolute;
  top: 24px; left: 24px;
  background: none;
  border: none;
  color: var(--gold);
  font-size: 1.8rem;
  cursor: pointer;
}

/* ===================================================
   SCROLL TO TOP
=================================================== */
#scroll-top {
  position: fixed;
  bottom: 28px;
  right: 24px;
  width: 46px; height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--navy);
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(201,162,39,0.4);
  transition: var(--transition);
  opacity: 0;
  pointer-events: none;
  z-index: 998;
  border: none;
}

#scroll-top.visible { opacity: 1; pointer-events: all; }
#scroll-top:hover { transform: translateY(-3px); }

/* ===================================================
   PAGE LOADER
=================================================== */
#page-loader {
  position: fixed;
  inset: 0;
  background: var(--navy);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  transition: opacity 0.5s, visibility 0.5s;
}

#page-loader.hidden { opacity: 0; visibility: hidden; pointer-events: none; }

.loader-logo { width: 100px; animation: floatLogo 2s ease-in-out infinite; }

.loader-bar {
  width: 200px;
  height: 3px;
  background: rgba(201,162,39,0.2);
  border-radius: 2px;
  overflow: hidden;
}

.loader-bar::after {
  content: '';
  display: block;
  height: 100%;
  width: 40%;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  animation: loadBar 1.2s ease-in-out infinite;
}

@keyframes loadBar {
  0%   { transform: translateX(-100%); }
  100% { transform: translateX(400%); }
}

/* ===================================================
   ANIMATIONS
=================================================== */
.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.stagger-1 { transition-delay: 0.1s; }
.stagger-2 { transition-delay: 0.2s; }
.stagger-3 { transition-delay: 0.3s; }
.stagger-4 { transition-delay: 0.4s; }
.stagger-5 { transition-delay: 0.5s; }
.stagger-6 { transition-delay: 0.6s; }

/* ===================================================
   RESPONSIVE
=================================================== */
@media (max-width: 1024px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .process-steps { grid-template-columns: repeat(2, 1fr); }
  .process-steps::before { display: none; }
  .footer-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .section-padding { padding: 60px 0; }

  .nav-menu, .nav-cta { display: none; }
  .hamburger { display: flex; }

  .hero-content { grid-template-columns: 1fr; text-align: center; gap: 40px; }
  .hero-desc { margin: 0 auto 36px; }
  .hero-buttons { justify-content: center; }
  .hero-stats { justify-content: center; }
  .hero-logo-wrap { width: 260px; height: 260px; }
  .hero-logo-img { width: 155px; height: 155px; }
  .hero-floating-cards { display: none; }
  .hero-visual { min-height: 400px; }
  /* Scale the entire orbit system down on mobile */
  .globe-orbits { transform: scale(0.55); transform-origin: center center; }
  .glob-label { font-size: 0.82rem; }

  .services-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .testimonials-slider { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-card.featured { transform: none; }
  .pricing-card.featured:hover { transform: translateY(-6px); }
  .portfolio-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; gap: 32px; padding: 50px 0 30px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-item::after { display: none; }
}

@media (max-width: 480px) {
  .portfolio-grid { grid-template-columns: 1fr; }
  .hero-title { font-size: 1.8rem; }
}

/* ===================================================
   CITIES CHIPS
=================================================== */
.cities-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.city-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  background: rgba(201,162,39,0.08);
  border: 1px solid rgba(201,162,39,0.25);
  border-radius: 50px;
  color: var(--gray-light);
  font-size: 0.9rem;
  font-weight: 700;
  transition: var(--transition);
}

.city-chip:hover {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
  transform: translateY(-2px);
}

/* ===================================================
   SERVICE CITIES SUB-LINKS
=================================================== */
.service-cities {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

.city-link {
  padding: 5px 14px;
  border-radius: 50px;
  background: rgba(201,162,39,0.10);
  border: 1px solid rgba(201,162,39,0.35);
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 700;
  transition: var(--transition);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.city-link::after {
  content: '←';
  font-size: 0.7rem;
  opacity: 0.7;
}

.city-link:hover {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(201,162,39,0.3);
}

.city-link:hover::after {
  opacity: 1;
}

/* ===================================================
   CITY TABS
=================================================== */
.city-tabs-wrap {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  overflow: hidden;
}

.city-tabs {
  display: flex;
  overflow-x: auto;
  background: rgba(201,162,39,0.06);
  border-bottom: 1px solid var(--card-border);
  scrollbar-width: none;
}

.city-tabs::-webkit-scrollbar { display: none; }

.city-tab-btn {
  flex-shrink: 0;
  padding: 14px 24px;
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  color: var(--gray-mid);
  font-family: var(--font-ar);
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
  transition: var(--transition);
  white-space: nowrap;
}

.city-tab-btn:hover { color: var(--gold); }

.city-tab-btn.active {
  color: var(--gold);
  border-bottom-color: var(--gold);
  background: rgba(201,162,39,0.08);
}

.city-tab-content { display: none; padding: 28px; }
.city-tab-content.active { display: block; }

.city-links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px;
}

.city-service-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  background: var(--navy);
  border: 1px solid rgba(201,162,39,0.15);
  border-radius: var(--radius-sm);
  color: var(--gray-light);
  font-size: 0.88rem;
  font-weight: 600;
  transition: var(--transition);
}

.city-service-link:hover {
  background: rgba(201,162,39,0.08);
  border-color: var(--gold);
  color: var(--gold);
  transform: translateX(-4px);
}

/* ===================================================
   POSTS GRID
=================================================== */
.posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.post-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--transition);
  display: block;
  color: var(--white);
}

.post-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold);
  box-shadow: var(--shadow-gold);
  color: var(--white);
}

.post-card-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.post-card-img-placeholder {
  width: 100%;
  height: 180px;
  background: linear-gradient(135deg, var(--navy-light), var(--navy-mid));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
}

.post-card-body {
  padding: 18px 20px;
}

.post-card-body h4 {
  font-size: 0.92rem;
  margin-bottom: 8px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post-card-cat {
  font-size: 0.78rem;
  color: var(--gold);
  font-weight: 700;
}

@media (max-width: 768px) {
  .posts-grid { grid-template-columns: 1fr 1fr; }
  .city-links-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .posts-grid { grid-template-columns: 1fr; }
}


/* ===================================================
   SEO PARTNERS CREDIT
=================================================== */
.sp-credit-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: rgba(255,255,255,0.45);
  font-size: 0.78rem;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.3s;
  text-align: center;
}

.sp-credit-inline:hover { color: var(--gold); }

.sp-credit-inline img {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: #ffffff;
  padding: 3px;
  object-fit: contain;
  flex-shrink: 0;
  order: 1;
}

@media (max-width: 768px) {
  .footer-bottom { grid-template-columns: 1fr; text-align: center; gap: 10px; }
  .footer-copy, .footer-bottom-links { text-align: center !important; justify-content: center !important; }
}

/* ===================================================
   SINGLE POST — Redesigned (Inline TOC, Full-Width)
=================================================== */

/* ── Hero ── */
.single-hero {
  background: linear-gradient(160deg, #0b1a30 0%, #07101f 55%, #0c1929 100%);
  padding: 64px 0 56px;
  border-top: 3px solid var(--gold);
  border-bottom: 1px solid rgba(201,162,39,0.1);
  position: relative;
  overflow: hidden;
}
.single-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 100% at 80% 40%, rgba(201,162,39,0.07) 0%, transparent 60%),
    radial-gradient(ellipse 40% 60% at 20% 80%, rgba(201,162,39,0.04) 0%, transparent 55%);
  pointer-events: none;
}

/* ── Breadcrumb ── */
.single-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  font-size: 0.79rem;
  color: rgba(255,255,255,0.38);
  margin-bottom: 32px;
}
.single-breadcrumb a {
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  transition: color .2s;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.single-breadcrumb a:hover { color: var(--gold); }
.bc-sep  { color: rgba(255,255,255,0.18); font-size: 0.8rem; }
.bc-nolink { color: rgba(255,255,255,0.45); }
.bc-current {
  color: rgba(255,255,255,0.7);
  max-width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}

/* ── Hero Card ── */
.single-hero-card {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 48px 32px;
  border: 1px solid rgba(201,162,39,0.28);
  border-radius: 16px;
  background: rgba(0,0,0,0.22);
  box-shadow:
    0 0 0 5px rgba(201,162,39,0.06),
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 20px 60px rgba(0,0,0,0.3);
  position: relative;
}
.single-hero-card::before,
.single-hero-card::after {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  border-color: var(--gold);
  border-style: solid;
  opacity: 0.7;
}
.single-hero-card::before {
  top: -1px; right: -1px;
  border-width: 3px 3px 0 0;
  border-radius: 0 16px 0 0;
}
.single-hero-card::after {
  bottom: -1px; left: -1px;
  border-width: 0 0 3px 3px;
  border-radius: 0 0 16px 0;
}

/* ── Decorative line + star ── */
.shc-decor {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 24px;
  color: var(--gold);
}
.shc-decor span {
  display: block;
  width: 72px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201,162,39,0.6));
}
.shc-decor span:first-child {
  background: linear-gradient(270deg, transparent, rgba(201,162,39,0.6));
}

/* ── Title ── */
.single-title {
  font-size: clamp(1.45rem, 3.2vw, 2.3rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.4;
  margin-bottom: 28px;
  text-align: center;
  text-shadow: 0 2px 24px rgba(0,0,0,0.5);
}

/* ── Meta row ── */
.single-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
  border-top: 1px solid rgba(255,255,255,0.07);
  padding-top: 22px;
}
.sm-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.84rem;
  color: rgba(255,255,255,0.65);
  padding: 0 20px;
}
.sm-item svg { color: var(--gold); opacity: 0.85; flex-shrink: 0; }
.sm-div {
  width: 1px;
  height: 30px;
  background: rgba(255,255,255,0.1);
  flex-shrink: 0;
}
/* ── Featured Image ── */
.single-featured-wrap {
  background: var(--navy);
  padding: 0 0 48px;
}
.single-featured-img {
  max-width: 820px;
  margin: 0 auto;
  overflow: visible;
}
.single-featured-img .cimg-frame {
  border-radius: var(--radius);
  box-shadow:
    0 0 0 6px rgba(201,162,39,0.07),
    0 16px 48px rgba(0,0,0,0.35);
  margin: 0;
}
.single-featured-img .cimg-frame > img {
  border-radius: calc(var(--radius) - 3px);
  max-height: 420px;
  width: 100%;
  object-fit: cover;
  display: block;
}
.single-featured-image { width: 100%; display: block; }

/* ── Single post mobile image fix ── */
.single-featured-image {
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
}
.single-featured-wrap {
  overflow: hidden;
}
.single-featured-img {
  overflow: hidden;
}
@media (max-width: 768px) {
  .single-featured-wrap {
    padding: 0 0 28px;
  }
  .single-featured-img {
    max-width: 100%;
    padding: 0;
  }
  .single-featured-img .cimg-frame {
    border-radius: 0;
    box-shadow: none;
  }
  .single-featured-img .cimg-frame > img,
  .single-featured-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    max-height: 280px;
    object-fit: cover;
    border-radius: 0;
  }
}

/* ── Article Body ── */
.single-body { background: #f4f6fb; padding: 40px 0 60px; }

.single-inner {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* ── Brand Bar ── */
.single-brand-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: var(--radius);
  padding: 16px 20px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}
.single-brand-link { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.single-logo-frame {
  width: 52px; height: 52px; border-radius: 12px;
  background: var(--navy);
  display: flex; align-items: center; justify-content: center;
  padding: 6px; flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(13,27,46,0.25);
}
.single-logo-frame img { width: 100%; height: 100%; object-fit: contain; }
.single-brand-name { display: block; font-size: 0.95rem; font-weight: 800; color: var(--navy); line-height: 1.2; }
.single-brand-tag { display: block; font-size: 0.75rem; color: #888; margin-top: 2px; }
.single-share-btns { display: flex; gap: 8px; }
.share-btn {
  width: 34px; height: 34px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  text-decoration: none; transition: all 0.25s; flex-shrink: 0;
}
.share-wa { background: #25d366; color: #fff; }
.share-wa:hover { background: #1da851; transform: scale(1.1); }
.share-tw { background: #000; color: #fff; }
.share-tw:hover { background: #333; transform: scale(1.1); }

/* ── Inline TOC ── */
.single-toc-inline {
  background: #fff;
  border-radius: var(--radius);
  border: 1px solid rgba(201,162,39,0.25);
  border-top: 4px solid var(--gold);
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  overflow: hidden;
}

.stoc-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  background: #f8f9fc;
  border-bottom: 1px solid #eee;
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--navy);
  cursor: default;
}
.stoc-header svg:first-child { color: var(--gold); flex-shrink: 0; }
.stoc-header span { flex: 1; }

.stoc-toggle {
  background: none;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  width: 28px; height: 28px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  color: var(--navy);
  transition: all 0.2s;
  flex-shrink: 0;
}
.stoc-toggle:hover { background: rgba(201,162,39,0.1); border-color: var(--gold); }
.stoc-toggle.collapsed svg { transform: rotate(180deg); }

.stoc-nav { padding: 10px 0; }

.stoc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  columns: 2;
  column-gap: 0;
}

.stoc-item { display: block; break-inside: avoid; }

.stoc-link {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 7px 20px;
  font-size: 0.87rem;
  color: #555 !important;
  text-decoration: none !important;
  line-height: 1.5;
  border-right: 3px solid transparent;
  transition: all 0.2s;
  font-weight: 600;
}
.stoc-link::before {
  content: counter(list-item, arabic-indic) '.';
  color: var(--gold);
  font-weight: 700;
  font-size: 0.82rem;
  flex-shrink: 0;
}
.stoc-link:hover {
  color: var(--navy) !important;
  background: rgba(201,162,39,0.06);
  border-right-color: var(--gold);
}
.stoc-link.active {
  color: var(--navy) !important;
  background: rgba(201,162,39,0.1);
  border-right-color: var(--gold);
  font-weight: 700;
}

.stoc-h3 .stoc-link {
  padding-right: 34px;
  font-size: 0.81rem;
  font-weight: 500;
  color: #777 !important;
}
.stoc-h3 .stoc-link::before { content: '·'; color: #bbb; }

/* ── Entry Content ── */
.single-entry {
  background: #fff;
  border-radius: var(--radius);
  padding: 40px 44px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
  color: #333;
  line-height: 1.95;
  font-size: 1.05rem;
}

.single-entry h2 {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--navy);
  margin: 40px 0 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(201,162,39,0.25);
  line-height: 1.35;
  position: relative;
}
.single-entry h2:first-child { margin-top: 0; }
.single-entry h2::before {
  content: '';
  position: absolute;
  bottom: -2px; right: 0;
  width: 60px; height: 2px;
  background: var(--gold);
}
.single-entry h3 {
  font-size: 1.18rem;
  font-weight: 700;
  color: var(--navy);
  margin: 28px 0 12px;
  padding-right: 14px;
  border-right: 4px solid var(--gold);
  line-height: 1.4;
}
.single-entry h4 {
  font-size: 1.03rem;
  font-weight: 700;
  color: #1a3a6b;
  margin: 22px 0 10px;
}
.single-entry p { color: #444; margin-bottom: 18px; line-height: 1.95; }
.single-entry ul, .single-entry ol { padding-right: 20px; margin-bottom: 20px; color: #444; }
.single-entry li { margin-bottom: 8px; line-height: 1.8; }
.single-entry ul li::marker { color: var(--gold); }
.single-entry strong { color: var(--navy); font-weight: 700; }
.single-entry a { color: var(--gold); text-decoration: underline; text-decoration-color: rgba(201,162,39,0.4); }
.single-entry a:hover { color: var(--gold-dark); text-decoration-color: var(--gold); }
.single-entry blockquote {
  background: rgba(201,162,39,0.07);
  border-right: 5px solid var(--gold);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 20px 24px; margin: 24px 0;
  font-style: italic; color: #555; font-size: 1.05rem;
}
.single-entry table {
  width: 100%; border-collapse: collapse; margin: 24px 0;
  font-size: 0.92rem; border-radius: var(--radius-sm);
  overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.single-entry th { background: var(--navy); color: var(--gold); padding: 12px 16px; font-weight: 700; text-align: right; }
.single-entry td { padding: 10px 16px; border-bottom: 1px solid #f0f0f0; color: #444; }
.single-entry tr:nth-child(even) td { background: #f8f9fc; }
.single-entry img {
  max-width: 100%; height: auto;
  border-radius: 10px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.12);
  margin: 20px auto; display: block;
  border: 1px solid rgba(0,0,0,0.07);
}

/* ── Tags ── */
.single-tags {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px;
  padding: 18px 20px;
  background: #fff; border-radius: var(--radius); border: 1px solid #eee;
}
.tags-label { font-size: 0.85rem; font-weight: 700; color: #666; }
.tag-pill {
  background: #f0f4ff; color: var(--navy);
  font-size: 0.78rem; font-weight: 600;
  padding: 4px 12px; border-radius: 20px;
  text-decoration: none;
  border: 1px solid rgba(13,27,46,0.1);
  transition: all 0.2s;
}
.tag-pill:hover { background: var(--navy); color: #fff; border-color: var(--navy); }

/* ── CTA Box ── */
.single-cta-box {
  display: flex; align-items: center; gap: 20px;
  background: linear-gradient(135deg, var(--navy) 0%, #112240 100%);
  border: 1px solid rgba(201,162,39,0.25);
  border-radius: var(--radius);
  padding: 24px 28px; flex-wrap: wrap;
}
.scta-icon { font-size: 2.5rem; flex-shrink: 0; }
.scta-body { flex: 1; min-width: 200px; }
.scta-body h4 { font-size: 1.05rem; font-weight: 800; color: #fff; margin-bottom: 6px; }
.scta-body p { font-size: 0.88rem; color: rgba(255,255,255,0.65); margin: 0; }
.scta-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.btn-sm { padding: 10px 20px !important; font-size: 0.85rem !important; }

/* ── Responsive ── */
@media (max-width: 900px) {
  .stoc-list { columns: 1; }
}

@media (max-width: 768px) {
  .single-hero { padding: 40px 0 36px; }
  .single-featured-wrap { padding: 0 0 32px; }
  .single-featured-img .cimg-frame > img { max-height: 260px; }
  .single-hero-card { padding: 28px 20px 24px; border-radius: 12px; }
  .single-title { font-size: 1.35rem; margin-bottom: 20px; }
  .shc-decor { margin-bottom: 18px; }
  .shc-decor span { width: 40px; }
  .sm-div { display: none; }
  .sm-item { padding: 6px 10px; font-size: 0.79rem; }
  .single-meta { gap: 0; row-gap: 4px; padding-top: 16px; }
  .single-body { padding: 24px 0 40px; }
  .single-inner { gap: 14px; }

  .single-featured-img { max-height: 240px; border-radius: 0; }
  .single-featured-image { max-height: 240px; }

  .single-brand-bar { flex-wrap: wrap; gap: 12px; padding: 14px 16px; }

  .single-entry { padding: 22px 18px; font-size: 0.97rem; border-radius: 10px; }
  .single-entry h2 { font-size: 1.2rem; margin: 26px 0 12px; }
  .single-entry h3 { font-size: 1.02rem; margin: 20px 0 10px; }

  .stoc-header { padding: 12px 16px; font-size: 0.88rem; }
  .stoc-link { padding: 7px 16px; font-size: 0.84rem; }

  .single-cta-box { flex-direction: column; align-items: flex-start; padding: 20px; gap: 14px; }

  .single-breadcrumb { font-size: 0.73rem; margin-bottom: 20px; }
  .sm-item { font-size: 0.78rem; }
  .single-tags { padding: 14px 16px; }
}

@media (max-width: 480px) {
  .single-inner { gap: 12px; }
  .single-entry { padding: 18px 14px; }
  .single-entry h2 { font-size: 1.08rem; }
  .single-entry h3 { font-size: 0.97rem; padding-right: 10px; }
  .scta-actions { width: 100%; }
  .scta-actions .btn { flex: 1; text-align: center; }
  .single-brand-bar { border-radius: 10px; }
  .stoc-link { padding: 6px 14px; font-size: 0.82rem; }
}

/* ══════════════════════════════════════════════
   Image Frame + Logo Badge  (featured & content)
   ══════════════════════════════════════════════ */
.cimg-frame {
  display: block;
  position: relative;
  border: 3px solid var(--gold);
  border-radius: var(--radius);
  box-shadow: 0 0 0 7px rgba(201,162,39,0.08), 0 10px 36px rgba(0,0,0,0.22);
  overflow: visible;
  line-height: 0;
  max-width: 100%;
}
.cimg-frame > img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: calc(var(--radius) - 3px);
}
.cimg-logo-badge {
  position: absolute;
  top: -3px;
  left: -3px;
  z-index: 4;
  width: 54px;
  height: 54px;
  background: #fff;
  border-top-left-radius: calc(var(--radius) - 1px);
  border-bottom-right-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  box-shadow: 3px 3px 12px rgba(0,0,0,0.14), inset 0 0 0 2px rgba(201,162,39,0.22);
  line-height: 0;
}
.cimg-logo-badge > img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  border-radius: 0;
  display: block;
}
/* content images get vertical margin */
.single-entry .cimg-frame { margin: 28px auto; }
.single-entry figure.wp-block-image { overflow: visible; margin-left: 0; margin-right: 0; }
@media (max-width: 600px) {
  .cimg-frame { border-width: 2px; border-radius: 8px; }
  .cimg-frame > img { border-radius: 6px; }
  .cimg-logo-badge { width: 42px; height: 42px; padding: 5px; border-top-left-radius: 7px; border-bottom-right-radius: 10px; }
  .cimg-logo-badge > img { width: 28px; height: 28px; }
  .single-featured-img .cimg-frame { border-radius: 0 0 8px 8px; }
  .single-featured-img .cimg-frame > img { border-radius: 0 0 5px 5px; }
}

/* FLOAT CONTACT BUTTONS - Orbital Border Design */
.asoud-float-btns {
  position: fixed;
  left: 0;
  bottom: 110px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transform: translateX(-110%);
  opacity: 0;
  transition: transform 0.7s cubic-bezier(0.22,1,0.36,1), opacity 0.5s ease;
}
.asoud-float-btns.afb-visible { transform: translateX(0); opacity: 1; }
.afb-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.afb-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0;
  height: 54px;
  border-radius: 0 27px 27px 0;
  text-decoration: none !important;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.3s, filter 0.2s;
  will-change: transform;
}
.afb-btn:hover { transform: translateX(8px); filter: brightness(1.07); }
.afb-btn::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,0.2) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform 0.5s ease;
  pointer-events: none; z-index: 3;
}
.afb-btn:hover::before { transform: translateX(220%); }
.afb-icon {
  width: 54px; min-width: 54px; height: 54px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; position: relative; z-index: 2;
  transition: transform 0.3s;
}
.afb-btn:hover .afb-icon { transform: scale(1.12); }
.afb-label {
  padding: 0 20px 0 10px;
  font-family: 'Cairo', Tahoma, sans-serif;
  font-size: 0.92rem; font-weight: 800;
  white-space: nowrap;
  position: relative; z-index: 2;
  letter-spacing: 0.4px;
}
.afb-phone {
  background: linear-gradient(135deg, #c9a227 0%, #e8c640 45%, #a97d18 100%);
  box-shadow: 4px 4px 24px rgba(201,162,39,0.55),
              inset 0 1px 0 rgba(255,255,255,0.35),
              inset 0 -1px 0 rgba(0,0,0,0.1);
  padding-right: 2px;
}
.afb-phone .afb-icon {
  color: #fff;
  background: rgba(0,0,0,0.12);
  border-radius: 50%;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
}
.afb-phone .afb-label { color: #fff; text-shadow: 0 1px 3px rgba(0,0,0,0.2); }
.afb-phone:hover {
  box-shadow: 6px 6px 38px rgba(201,162,39,0.75),
              0 0 0 2px rgba(255,255,255,0.2),
              inset 0 1px 0 rgba(255,255,255,0.4);
  animation: none;
}
@keyframes afb-phone-pulse {
  0%,100% { box-shadow: 4px 4px 24px rgba(201,162,39,0.55), inset 0 1px 0 rgba(255,255,255,0.35), inset 0 -1px 0 rgba(0,0,0,0.1); }
  50%     { box-shadow: 5px 5px 38px rgba(201,162,39,0.8), 0 0 0 11px rgba(201,162,39,0.09), inset 0 1px 0 rgba(255,255,255,0.4); }
}
.afb-phone { animation: afb-phone-pulse 3.2s ease-in-out infinite; }
@keyframes afb-ring {
  0%,55%,100% { transform: rotate(0) scale(1); }
  58% { transform: rotate(-18deg) scale(1.14); }
  64% { transform: rotate(15deg) scale(1.14); }
  70% { transform: rotate(-9deg) scale(1.06); }
  76% { transform: rotate(9deg) scale(1.06); }
  82% { transform: rotate(-3deg); }
  88% { transform: rotate(3deg); }
}
.afb-phone .afb-icon svg { animation: afb-ring 4.5s ease-in-out infinite; transform-origin: center bottom; }
.afb-phone:hover .afb-icon svg { animation: none; }
.afb-wa {
  background: linear-gradient(135deg, #0d1b2e 0%, #132540 100%);
  border: 1.5px solid rgba(37,211,102,0.38);
  border-left: none;
  box-shadow: 4px 4px 22px rgba(37,211,102,0.28);
  padding-right: 2px;
}
.afb-wa .afb-icon {
  background: linear-gradient(135deg, #25d366, #0da44d);
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 14px rgba(37,211,102,0.55), inset 0 1px 0 rgba(255,255,255,0.2);
}
.afb-wa .afb-label { color: #fff; }
.afb-wa:hover {
  border-color: rgba(37,211,102,0.75);
  box-shadow: 6px 6px 36px rgba(37,211,102,0.5);
  animation: none;
}
@keyframes afb-wa-pulse {
  0%,100% { box-shadow: 4px 4px 22px rgba(37,211,102,0.28); border-color: rgba(37,211,102,0.38); }
  50%     { box-shadow: 5px 5px 32px rgba(37,211,102,0.55), 0 0 0 10px rgba(37,211,102,0.08); border-color: rgba(37,211,102,0.65); }
}
.afb-wa { animation: afb-wa-pulse 2.8s ease-in-out infinite; }
@keyframes afb-wa-bounce {
  0%,100% { transform: translateY(0) scale(1); }
  38%     { transform: translateY(-4px) scale(1.1); }
  62%     { transform: translateY(1px) scale(0.94); }
}
.afb-wa .afb-icon svg { animation: afb-wa-bounce 2.4s ease-in-out infinite; }
.afb-wa:hover .afb-icon svg { animation: none; }
.afb-orbit {
  position: absolute;
  top: -5px; left: 0; right: -5px; bottom: -5px;
  border-radius: 0 32px 32px 0;
  pointer-events: none;
  z-index: 10;
  overflow: visible;
}
.afb-orbit > span {
  display: block;
  position: absolute;
  width: 10px; height: 10px;
  border-radius: 50%;
  margin: -5px 0 0 -5px;
  background: radial-gradient(circle at 35% 30%, #fff 0%, #c9a227 55%, rgba(201,162,39,0) 100%);
  box-shadow: 0 0 7px rgba(201,162,39,1), 0 0 18px rgba(201,162,39,0.65), 0 0 32px rgba(201,162,39,0.3);
  offset-path: inset(0 round 0 32px 32px 0);
  offset-distance: 0%;
  animation: afb-orbit-cw 3.5s linear infinite;
}
.afb-orbit-wa > span {
  background: radial-gradient(circle at 35% 30%, #fff 0%, #25d366 55%, rgba(37,211,102,0) 100%);
  box-shadow: 0 0 7px rgba(37,211,102,1), 0 0 18px rgba(37,211,102,0.65), 0 0 32px rgba(37,211,102,0.3);
  animation: afb-orbit-ccw 2.5s linear infinite;
}
@keyframes afb-orbit-cw  { from { offset-distance: 0%; } to { offset-distance: 100%; } }
@keyframes afb-orbit-ccw { from { offset-distance: 100%; } to { offset-distance: 0%; } }
@media (max-width: 768px) {
  .asoud-float-btns { bottom: 76px; gap: 12px; }
  .afb-btn { height: 48px; border-radius: 0 24px 24px 0; }
  .afb-icon { width: 48px; min-width: 48px; height: 48px; }
  .afb-icon svg { width: 19px; height: 19px; }
  .afb-label { font-size: 0.84rem; padding: 0 16px 0 8px; }
  .afb-orbit { top: -4px; right: -4px; bottom: -4px; border-radius: 0 28px 28px 0; }
  .afb-orbit > span { width: 8px; height: 8px; margin: -4px 0 0 -4px; offset-path: inset(0 round 0 28px 28px 0); }
}



.afb-btn:hover .afb-label { opacity: 1; transform: translateX(0); }

/* ── Phone ── */
.afb-phone {
  background: linear-gradient(135deg, #1a73e8 0%, #1254a3 100%);
  color: #fff !important;
  box-shadow: 3px 3px 16px rgba(26,115,232,0.38);
}
.afb-phone:hover {
  box-shadow: 4px 4px 26px rgba(26,115,232,0.6);
  filter: brightness(1.08);
  color: #fff !important;
}
@keyframes afb-ring {
  0%,50%,100% { transform: rotate(0deg); }
  55%         { transform: rotate(-13deg); }
  62%         { transform: rotate(13deg); }
  68%         { transform: rotate(-8deg); }
  74%         { transform: rotate(8deg); }
  80%         { transform: rotate(-3deg); }
  86%         { transform: rotate(3deg); }
}
.afb-phone .afb-icon svg {
  animation: afb-ring 4s ease-in-out infinite;
  transform-origin: center bottom;
}
.afb-phone:hover .afb-icon svg { animation: none; }

/* ── WhatsApp ── */
.afb-wa {
  background: linear-gradient(135deg, #25d366 0%, #0f9b50 100%);
  color: #fff !important;
  animation: afb-pulse 3s ease-in-out infinite;
}
.afb-wa:hover {
  box-shadow: 4px 4px 26px rgba(37,211,102,0.62);
  filter: brightness(1.07);
  color: #fff !important;
  animation: none;
}
@keyframes afb-pulse {
  0%,100% { box-shadow: 3px 3px 16px rgba(37,211,102,0.38); }
  50%     { box-shadow: 3px 3px 22px rgba(37,211,102,0.65), 0 0 0 9px rgba(37,211,102,0.09); }
}

/* ── Mobile ── */
@media (max-width: 768px) {
  .asoud-float-btns { bottom: 80px; gap: 8px; }
  .afb-btn { height: 50px; max-width: 50px; border-radius: 0 12px 12px 0; }
  .afb-btn:hover { max-width: 160px; }
  .afb-icon { width: 50px; min-width: 50px; height: 50px; }
  .afb-icon svg { width: 20px; height: 20px; }
  .afb-label { font-size: 0.82rem; padding: 0 12px 0 4px; }
}

/* ══ PORTFOLIO STRIP ══ */
.pstrip-section {
  background: var(--navy);
  overflow: hidden;
  padding-bottom: 0;
}
.pstrip-outer {
  position: relative;
  overflow: hidden;
  padding: 40px 0 44px;
  min-height: 320px;
  mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
.pstrip-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: pstrip-scroll 18s linear infinite;
  will-change: transform;
  backface-visibility: hidden;
}

@keyframes pstrip-scroll {
  0%   { transform: translateX(calc(-1 * var(--pstrip-tw, 5440px))); }
  100% { transform: translateX(0); }
}
.pstrip-item {
  flex-shrink: 0;
  width: 320px;
}
.pstrip-frame {
  display: block;
  border-radius: var(--radius);
  border: 2.5px solid var(--gold);
  box-shadow:
    0 0 0 5px rgba(201,162,39,0.08),
    0 12px 36px rgba(0,0,0,0.35);
  overflow: hidden;
  line-height: 0;
  position: relative;
  transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.3s;
}
.pstrip-frame:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow:
    0 0 0 6px rgba(201,162,39,0.15),
    0 20px 50px rgba(0,0,0,0.5);
}
.pstrip-frame > img {
  width: 320px;
  height: 240px;
  object-fit: cover;
  display: block;
}
.pstrip-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  font-weight: 700;
  padding: 14px 36px;
  border-radius: 50px;
  letter-spacing: 0.5px;
  box-shadow: 0 6px 24px rgba(201,162,39,0.35);
  transition: transform 0.3s, box-shadow 0.3s;
}
.pstrip-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 36px rgba(201,162,39,0.55);
}
@media (max-width: 768px) {
  .pstrip-item { width: 260px; }
  .pstrip-frame > img { width: 260px; height: 195px; }
}
