/*
Theme Name: Elite Growth Lab
Theme URI: https://example.com
Author: Elite Growth Lab
Author URI: https://example.com
Description: ثيم ووردبريس مخصص لوكالة "النخبة للتسويق الرقمي" — محوّل من تصميم React/Tailwind إلى PHP/HTML/CSS ثابت متوافق مع ووردبريس بالكامل (RTL).
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: elite-growth-lab
Tags: rtl, custom-menu, one-column, four-columns, translation-ready
*/

/* ==========================================================================
   1) CSS Variables (design tokens) - منقولة من styles.css الأصلي
   ========================================================================== */
:root {
  --radius: 0.75rem;
  --background: oklch(0.14 0.01 260);
  --foreground: oklch(0.97 0.005 250);
  --card: oklch(0.18 0.012 260);
  --card-foreground: oklch(0.97 0.005 250);
  --primary: oklch(0.82 0.14 82);
  --primary-foreground: oklch(0.14 0.01 260);
  --secondary: oklch(0.24 0.015 260);
  --secondary-foreground: oklch(0.97 0.005 250);
  --muted: oklch(0.22 0.012 260);
  --muted-foreground: oklch(0.68 0.02 255);
  --accent: oklch(0.72 0.15 240);
  --accent-foreground: oklch(0.14 0.01 260);
  --border: oklch(0.28 0.015 260 / 60%);
  --input: oklch(0.28 0.015 260);
  --ring: oklch(0.82 0.14 82);
  --gold: oklch(0.82 0.14 82);
  --gold-soft: oklch(0.72 0.12 82);

  --gradient-hero: radial-gradient(ellipse at 20% 20%, oklch(0.82 0.14 82 / 0.15), transparent 55%),
                   radial-gradient(ellipse at 80% 60%, oklch(0.72 0.15 240 / 0.12), transparent 55%),
                   linear-gradient(180deg, oklch(0.14 0.01 260), oklch(0.11 0.01 260));
  --gradient-gold: linear-gradient(135deg, oklch(0.88 0.13 88), oklch(0.72 0.14 75));
  --shadow-elegant: 0 20px 60px -20px oklch(0 0 0 / 0.6);
  --shadow-gold: 0 0 40px -10px oklch(0.82 0.14 82 / 0.35);
}

/* ==========================================================================
   2) Base / Reset
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; border-color: var(--border); }
html { direction: rtl; scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  background-color: var(--background);
  color: var(--foreground);
  font-family: "Cairo", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-direction: column;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }
button { font-family: inherit; cursor: pointer; }
h1, h2, h3, h4 { font-family: "Cairo", system-ui, sans-serif; letter-spacing: -0.01em; margin: 0; }
p { margin: 0; }
::selection { background: var(--gold); color: var(--primary-foreground); }
.screen-reader-text { position: absolute; left: -9999px; }

/* ==========================================================================
   3) Layout utilities
   ========================================================================== */
.container-elite { max-width: 1200px; margin-inline: auto; padding-inline: 1.5rem; }
.section-y { padding-block: clamp(80px, 10vw, 120px); }
.min-h-screen { min-height: 100vh; }
.flex { display: flex; }
.flex-1 { flex: 1 1 auto; }
.grid { display: grid; }
.items-center { align-items: center; }
.justify-between { justify-content: space-between; }
.justify-center { justify-content: center; }
.text-center { text-align: center; }
.hidden { display: none; }
.relative { position: relative; }
.overflow-hidden { overflow: hidden; }

@media (min-width: 768px) {
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .md\:flex { display: flex; }
  .md\:hidden { display: none; }
  .md\:block { display: block; }
}
@media (min-width: 1024px) {
  .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* ==========================================================================
   4) Reusable components (منقولة من @utility في التصميم الأصلي)
   ========================================================================== */
.text-gold-gradient {
  background: var(--gradient-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.text-gold { color: var(--gold); }

.btn-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 1.75rem;
  border: 0;
  border-radius: 999px;
  background: var(--gradient-gold);
  color: var(--primary-foreground);
  font-weight: 700;
  font-size: 0.95rem;
  transition: all 0.35s ease;
  box-shadow: var(--shadow-gold);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 0 60px -8px oklch(0.82 0.14 82 / 0.55); }
.btn-gold .icon { width: 1rem; height: 1rem; }

.btn-ghost-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 1.75rem;
  border-radius: 999px;
  border: 1px solid oklch(0.82 0.14 82 / 0.4);
  color: var(--gold);
  font-weight: 600;
  font-size: 0.95rem;
  background: transparent;
  transition: all 0.35s ease;
}
.btn-ghost-gold:hover { background: oklch(0.82 0.14 82 / 0.08); border-color: var(--gold); }
.btn-ghost-gold .icon { width: 1rem; height: 1rem; }

.card-elite {
  background: linear-gradient(180deg, oklch(0.2 0.012 260 / 0.7), oklch(0.16 0.012 260 / 0.7));
  border: 1px solid oklch(0.3 0.015 260 / 0.5);
  border-radius: 1rem;
  padding: 2rem;
  transition: all 0.4s ease;
  backdrop-filter: blur(8px);
}
.card-elite:hover {
  transform: translateY(-4px);
  border-color: oklch(0.82 0.14 82 / 0.5);
  box-shadow: var(--shadow-elegant), 0 0 0 1px oklch(0.82 0.14 82 / 0.15);
}

.bg-hero { background: var(--gradient-hero); }

.grain-overlay { position: relative; }
.grain-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(oklch(1 0 0 / 0.03) 1px, transparent 1px);
  background-size: 3px 3px;
  mix-blend-mode: overlay;
}

/* ==========================================================================
   5) Animations
   ========================================================================== */
@keyframes float-slow { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(20px, -30px); } }
@keyframes fade-up { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes orb-drift-a { 0%, 100% { transform: translate(0, 0) scale(1); } 33% { transform: translate(80px, -60px) scale(1.1); } 66% { transform: translate(-40px, 40px) scale(0.95); } }
@keyframes orb-drift-b { 0%, 100% { transform: translate(0, 0) scale(1); } 50% { transform: translate(-90px, 70px) scale(1.15); } }
@keyframes orb-drift-c { 0%, 100% { transform: translate(0, 0) scale(1); } 50% { transform: translate(60px, 80px) scale(1.08); } }
@keyframes gradient-shift { 0%, 100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }

.animate-float-slow { animation: float-slow 12s ease-in-out infinite; }
.animate-fade-up { animation: fade-up 0.8s ease-out both; }
.animate-orb-a { animation: orb-drift-a 22s ease-in-out infinite; }
.animate-orb-b { animation: orb-drift-b 28s ease-in-out infinite; }
.animate-orb-c { animation: orb-drift-c 25s ease-in-out infinite; }
.animate-gradient-shift { animation: gradient-shift 18s ease-in-out infinite; background-size: 200% 200%; }

/* ==========================================================================
   6) Header
   ========================================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(20px);
  background: oklch(0.14 0.01 260 / 0.7);
  border-bottom: 1px solid oklch(0.28 0.015 260 / 0.6);
}
.site-header .container-elite { display: flex; align-items: center; justify-content: space-between; height: 5rem; }
.brand { display: flex; align-items: center; gap: 0.75rem; }
.brand-badge {
  width: 2.5rem; height: 2.5rem; border-radius: 0.75rem;
  display: grid; place-items: center;
  font-weight: 900; color: var(--primary-foreground);
  background: var(--gradient-gold);
  flex-shrink: 0;
}
.brand-name { font-weight: 700; font-size: 1rem; line-height: 1.2; }
.brand-sub { font-size: 0.6875rem; color: var(--muted-foreground); line-height: 1.2; }

.main-nav { display: none; align-items: center; gap: 2rem; }
.main-nav a { font-size: 0.875rem; color: var(--muted-foreground); transition: color 0.2s ease; }
.main-nav a:hover, .main-nav a.is-active { color: var(--foreground); font-weight: 600; }

.header-cta { display: none; }
.menu-toggle {
  background: none; border: 0; color: var(--foreground);
  display: grid; place-items: center; padding: 0.25rem;
}
.menu-toggle .icon { width: 1.5rem; height: 1.5rem; }
.menu-toggle .icon-close { display: none; }
.menu-toggle.is-open .icon-open { display: none; }
.menu-toggle.is-open .icon-close { display: block; }

@media (min-width: 768px) {
  .main-nav { display: flex; }
  .header-cta { display: block; }
  .menu-toggle { display: none; }
}

.mobile-nav {
  display: none;
  border-top: 1px solid oklch(0.28 0.015 260 / 0.6);
  background: var(--background);
}
.mobile-nav.is-open { display: block; }
.mobile-nav .container-elite { display: flex; flex-direction: column; gap: 0.75rem; padding-block: 1rem; }
.mobile-nav a { padding-block: 0.5rem; color: var(--foreground); }
.mobile-nav .btn-gold { margin-top: 0.5rem; align-self: flex-start; }

/* ==========================================================================
   7) Footer
   ========================================================================== */
.site-footer { border-top: 1px solid oklch(0.28 0.015 260 / 0.6); margin-top: 5rem; }
.footer-grid { padding-block: 3.5rem; display: grid; gap: 2.5rem; }
@media (min-width: 768px) { .footer-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.footer-col-span-2 { grid-column: span 1; }
@media (min-width: 768px) { .footer-col-span-2 { grid-column: span 2; } }
.footer-desc { font-size: 0.875rem; color: var(--muted-foreground); max-width: 28rem; line-height: 1.75; margin-top: 1rem; }
.footer-title { font-weight: 600; margin-bottom: 1rem; color: var(--foreground); }
.footer-links li { margin-bottom: 0.5rem; }
.footer-links a { font-size: 0.875rem; color: var(--muted-foreground); }
.footer-links a:hover { color: var(--gold); }
.footer-contact-link { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.875rem; color: var(--muted-foreground); }
.footer-contact-link:hover { color: var(--gold); }
.footer-contact-link .icon { width: 1rem; height: 1rem; }
.footer-address { font-size: 0.875rem; color: var(--muted-foreground); margin-top: 0.5rem; }
.footer-bottom { border-top: 1px solid oklch(0.28 0.015 260 / 0.6); }
.footer-bottom .container-elite {
  padding-block: 1.25rem; font-size: 0.75rem; color: var(--muted-foreground);
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.5rem;
}

.whatsapp-fab {
  position: fixed; bottom: 1.5rem; left: 1.5rem; z-index: 40;
  width: 3.5rem; height: 3.5rem; border-radius: 999px;
  display: grid; place-items: center;
  color: var(--primary-foreground);
  background: var(--gradient-gold);
  box-shadow: var(--shadow-gold);
  transition: transform 0.3s ease;
}
.whatsapp-fab:hover { transform: scale(1.1); }
.whatsapp-fab .icon { width: 1.5rem; height: 1.5rem; }

/* ==========================================================================
   8) Animated background blobs (Hero sections)
   ========================================================================== */
.animated-bg { position: absolute; inset: 0; z-index: -10; overflow: hidden; }
.animated-bg .blob-a { position: absolute; top: -8rem; right: -8rem; width: 500px; height: 500px; border-radius: 999px; filter: blur(64px); opacity: 0.3; background: var(--gradient-gold); }
.animated-bg .blob-b { position: absolute; top: 50%; left: -10rem; width: 500px; height: 500px; border-radius: 999px; filter: blur(64px); opacity: 0.2; background: radial-gradient(circle, oklch(0.72 0.15 240), transparent 70%); animation-delay: -6s; }

.page-bg { position: fixed; inset: 0; z-index: -10; pointer-events: none; overflow: hidden; }
.page-bg .layer-base { position: absolute; inset: 0; background: linear-gradient(135deg, oklch(0.14 0.01 260), oklch(0.16 0.015 250), oklch(0.12 0.01 265), oklch(0.15 0.012 258)); }
.page-bg .orb-a { position: absolute; top: -10%; right: -10%; width: 600px; height: 600px; border-radius: 999px; filter: blur(64px); opacity: 0.25; background: var(--gradient-gold); }
.page-bg .orb-b { position: absolute; top: 40%; left: -15%; width: 550px; height: 550px; border-radius: 999px; filter: blur(64px); opacity: 0.2; background: radial-gradient(circle, oklch(0.72 0.15 240), transparent 70%); }
.page-bg .orb-c { position: absolute; bottom: -15%; right: 20%; width: 500px; height: 500px; border-radius: 999px; filter: blur(64px); opacity: 0.15; background: radial-gradient(circle, oklch(0.82 0.14 82), transparent 70%); }

/* ==========================================================================
   9) Section title
   ========================================================================== */
.section-title { max-width: 42rem; margin: 0 auto 3.5rem; text-align: center; }
.section-title.align-start { margin-inline: 0; text-align: right; }
.section-title .eyebrow {
  display: inline-block; font-size: 0.75rem; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 1rem; border: 1px solid oklch(0.82 0.14 82 / 0.3);
  border-radius: 999px; padding: 0.25rem 0.75rem;
}
.section-title h2 { font-size: 1.875rem; font-weight: 700; line-height: 1.25; }
@media (min-width: 768px) { .section-title h2 { font-size: 3rem; } }
.section-title p { margin-top: 1rem; color: var(--muted-foreground); font-size: 1.125rem; line-height: 1.75; }

/* ==========================================================================
   10) Hero
   ========================================================================== */
.hero { position: relative; overflow: hidden; }
.hero-inner { padding-block: 6rem 8rem; position: relative; }
@media (min-width: 768px) { .hero-inner { padding-block: 8rem 10rem; } }
.hero-content { max-width: 48rem; margin-inline: auto; text-align: center; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.75rem; letter-spacing: 0.3em;
  text-transform: uppercase; color: var(--gold); border: 1px solid oklch(0.82 0.14 82 / 0.3);
  border-radius: 999px; padding: 0.375rem 1rem; margin-bottom: 2rem;
}
.hero-badge .icon { width: 0.875rem; height: 0.875rem; }
.hero h1 { font-size: 2.25rem; font-weight: 900; line-height: 1.15; }
@media (min-width: 768px) { .hero h1 { font-size: 3.75rem; } }
@media (min-width: 1024px) { .hero h1 { font-size: 4.5rem; } }
.hero p.lead { margin-top: 1.5rem; font-size: 1.125rem; color: var(--muted-foreground); line-height: 1.75; max-width: 42rem; margin-inline: auto; }
@media (min-width: 768px) { .hero p.lead { font-size: 1.25rem; } }
.hero-actions { margin-top: 2.5rem; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 1rem; }

.page-hero { position: relative; }
.page-hero .container-elite { padding-block: 6rem 8rem; text-align: center; position: relative; }
@media (min-width: 768px) { .page-hero .container-elite { padding-block: 8rem; } }
.page-hero .eyebrow { font-size: 0.75rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
.page-hero h1 { font-size: 2.25rem; font-weight: 900; line-height: 1.25; }
@media (min-width: 768px) { .page-hero h1 { font-size: 3.75rem; } }
.page-hero .max-w { max-width: 48rem; margin-inline: auto; }
.page-hero p.lead { margin-top: 1.5rem; font-size: 1.125rem; color: var(--muted-foreground); max-width: 42rem; margin-inline: auto; line-height: 1.75; }

/* ==========================================================================
   11) Grids used across pages
   ========================================================================== */
.grid-gap-6 { display: grid; gap: 1.5rem; }
.stats-grid { display: grid; gap: 1.5rem; }
@media (min-width: 768px) { .stats-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.stat-value { font-size: 2.25rem; font-weight: 900; }
@media (min-width: 768px) { .stat-value { font-size: 3rem; } }
.stat-label { margin-top: 0.5rem; font-size: 0.875rem; color: var(--muted-foreground); }

.services-grid, .why-grid, .values-grid { display: grid; gap: 1.5rem; grid-template-columns: 1fr; }
@media (min-width: 768px) { .services-grid, .why-grid, .values-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .services-grid, .why-grid, .values-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.icon-box {
  width: 3rem; height: 3rem; border-radius: 0.75rem; display: grid; place-items: center;
  margin-bottom: 1.25rem; color: var(--primary-foreground); background: var(--gradient-gold);
}
.icon-box .icon { width: 1.5rem; height: 1.5rem; }
.icon-box.lg { width: 3.5rem; height: 3.5rem; }
.icon-box.lg .icon { width: 1.75rem; height: 1.75rem; }
.card-elite h3 { font-size: 1.125rem; font-weight: 700; margin-bottom: 0.5rem; }
.card-elite p { font-size: 0.875rem; color: var(--muted-foreground); line-height: 1.75; }

.portfolio-grid { display: grid; gap: 1.5rem; grid-template-columns: 1fr; }
@media (min-width: 768px) { .portfolio-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .portfolio-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.portfolio-grid.full { }
@media (min-width: 1024px) { .portfolio-grid.full { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.project-thumb { aspect-ratio: 4 / 3; border-radius: 0.5rem; margin-bottom: 1rem; position: relative; overflow: hidden; }
.portfolio-grid.full .project-thumb { aspect-ratio: 16 / 10; margin-bottom: 1.25rem; }
.project-thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; }
.card-elite:hover .project-thumb img { transform: scale(1.05); }
.project-thumb .overlay { position: absolute; inset: 0; background: linear-gradient(to top, var(--background), oklch(0.14 0.01 260 / 0.3), transparent); }
.project-thumb .stat-badge { position: absolute; inset-inline: 0; bottom: 0; padding: 0.75rem; font-size: 0.75rem; color: var(--gold); font-weight: 600; }
.project-tag { font-size: 0.75rem; color: var(--gold); margin-bottom: 0.25rem; }
.project-name { font-weight: 700; }

.case-study-list { display: flex; flex-direction: column; gap: 0.75rem; font-size: 0.875rem; margin-top: 1rem; }
.case-study-row { display: flex; gap: 0.5rem; }
.case-study-row .icon { width: 1rem; height: 1rem; flex-shrink: 0; margin-top: 0.125rem; color: var(--muted-foreground); }
.case-study-row.result { padding-top: 0.75rem; border-top: 1px solid var(--border); margin-top: 0.25rem; }
.case-study-row.result .icon { color: var(--gold); }
.case-study-row.result .txt { color: var(--gold); font-weight: 700; }
.case-study-row .label { font-weight: 600; }
.case-study-row .txt { color: var(--muted-foreground); }

/* ==========================================================================
   12) Services page detailed list
   ========================================================================== */
.service-detail { display: grid; gap: 2rem; align-items: start; }
@media (min-width: 768px) { .service-detail { grid-template-columns: 1fr 1.4fr; padding: 2.5rem; } }
.service-index { font-size: 0.75rem; color: var(--gold); font-family: monospace; margin-bottom: 0.5rem; }
.service-detail h2 { font-size: 1.5rem; font-weight: 700; margin-bottom: 0.75rem; }
@media (min-width: 768px) { .service-detail h2 { font-size: 1.875rem; } }
.service-detail > div:first-child p { color: var(--muted-foreground); line-height: 1.75; }
.service-benefits { border-right: 1px solid var(--border); padding-right: 1.5rem; }
@media (min-width: 768px) { .service-benefits { padding-right: 2.5rem; } }
.service-benefits .eyebrow { font-size: 0.75rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
.benefit-list { display: flex; flex-direction: column; gap: 0.75rem; }
.benefit-item { display: flex; align-items: flex-start; gap: 0.75rem; font-size: 0.875rem; }
.benefit-check {
  width: 1.25rem; height: 1.25rem; border-radius: 999px; display: grid; place-items: center;
  flex-shrink: 0; margin-top: 0.125rem; background: var(--gradient-gold);
}
.benefit-check .icon { width: 0.75rem; height: 0.75rem; color: var(--primary-foreground); }
.benefit-item span:last-child { color: var(--muted-foreground); }
.services-list { display: flex; flex-direction: column; gap: 2.5rem; }

/* ==========================================================================
   13) About page
   ========================================================================== */
.story-grid { display: grid; gap: 3rem; align-items: center; grid-template-columns: 1fr; }
@media (min-width: 768px) { .story-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.story-stats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.story-stats .card-elite { text-align: center; }
.story-stats .value { font-size: 1.875rem; font-weight: 900; }
.story-stats .label { font-size: 0.75rem; color: var(--muted-foreground); margin-top: 0.5rem; }
.story-copy p { color: var(--muted-foreground); line-height: 2; margin-bottom: 1rem; }

.vision-box { max-width: 48rem; margin-inline: auto; text-align: center; }
.vision-box .icon-lg { width: 2.5rem; height: 2.5rem; color: var(--gold); margin: 0 auto 1rem; display: block; }
.vision-box h3 { font-size: 1.5rem; font-weight: 700; line-height: 1.75; }
@media (min-width: 768px) { .vision-box h3 { font-size: 1.875rem; } }

.methodology-grid { display: grid; gap: 1.5rem; grid-template-columns: 1fr; position: relative; }
@media (min-width: 768px) { .methodology-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.methodology-item { position: relative; }
.methodology-item .num { position: absolute; top: 1rem; left: 1rem; font-size: 3rem; font-weight: 900; color: oklch(0.82 0.14 82 / 0.1); }

.team-grid { display: grid; gap: 1.5rem; grid-template-columns: 1fr; }
@media (min-width: 768px) { .team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .team-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.team-card { display: flex; align-items: center; gap: 1rem; }
.team-avatar {
  width: 3.5rem; height: 3.5rem; border-radius: 999px; display: grid; place-items: center;
  color: var(--primary-foreground); background: var(--gradient-gold); flex-shrink: 0;
}
.team-avatar .icon { width: 1.5rem; height: 1.5rem; }
.team-role { font-weight: 700; }
.team-title { font-size: 0.875rem; color: var(--muted-foreground); }

/* ==========================================================================
   14) Testimonials carousel (بديل embla-carousel بـ CSS scroll-snap + JS)
   ========================================================================== */
.testimonials-viewport { overflow: hidden; }
.testimonials-track {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.testimonials-track::-webkit-scrollbar { display: none; }
.testimonial-slide {
  scroll-snap-align: start;
  flex: 0 0 100%;
  min-width: 0;
}
@media (min-width: 768px) { .testimonial-slide { flex-basis: calc(50% - 0.75rem); } }
@media (min-width: 1024px) { .testimonial-slide { flex-basis: calc(33.333% - 1rem); } }
.testimonial-card { position: relative; height: 100%; }
.testimonial-card .quote-icon { position: absolute; top: 1.5rem; left: 1.5rem; width: 2rem; height: 2rem; color: oklch(0.82 0.14 82 / 0.2); }
.testimonial-stars { display: flex; gap: 0.25rem; margin-bottom: 1rem; }
.testimonial-stars .icon { width: 1rem; height: 1rem; color: var(--gold); fill: var(--gold); }
.testimonial-quote { font-size: 0.9375rem; color: oklch(0.97 0.005 250 / 0.9); line-height: 1.75; margin-bottom: 1.5rem; min-height: 140px; }
@media (min-width: 768px) { .testimonial-quote { font-size: 1rem; } }
.testimonial-footer { padding-top: 1.25rem; border-top: 1px solid var(--border); display: flex; align-items: center; gap: 0.75rem; }
.testimonial-avatar {
  width: 2.75rem; height: 2.75rem; border-radius: 999px; display: grid; place-items: center;
  font-weight: 700; color: var(--primary-foreground); background: var(--gradient-gold); flex-shrink: 0;
}
.testimonial-name { font-weight: 700; font-size: 0.875rem; }
.testimonial-role { font-size: 0.75rem; color: var(--muted-foreground); }

.testimonials-nav { display: none; }
@media (min-width: 768px) {
  .testimonials-nav {
    display: grid; position: absolute; top: 50%; transform: translateY(-50%);
    width: 3rem; height: 3rem; border-radius: 999px; place-items: center;
    background: oklch(0.14 0.01 260 / 0.8); backdrop-filter: blur(8px);
    border: 1px solid var(--border);
    transition: all 0.2s ease;
  }
  .testimonials-nav:hover { border-color: var(--gold); color: var(--gold); }
  .testimonials-nav.prev { right: -1rem; }
  .testimonials-nav.next { left: -1rem; }
}
.testimonials-nav .icon { width: 1.25rem; height: 1.25rem; }
.testimonials-dots { display: flex; align-items: center; justify-content: center; gap: 0.5rem; margin-top: 2rem; }
.testimonials-dots button { height: 0.5rem; width: 0.5rem; border-radius: 999px; background: var(--border); border: 0; padding: 0; transition: all 0.2s ease; }
.testimonials-dots button.is-active { width: 2rem; background: var(--gold); }
.testimonials-mobile-nav { display: flex; md:display: none; align-items: center; justify-content: center; gap: 0.75rem; margin-top: 1.25rem; }
@media (min-width: 768px) { .testimonials-mobile-nav { display: none; } }
.testimonials-mobile-nav button { width: 2.5rem; height: 2.5rem; border-radius: 999px; display: grid; place-items: center; border: 1px solid var(--border); background: transparent; color: var(--foreground); }
.testimonials-mobile-nav .icon { width: 1rem; height: 1rem; }

/* ==========================================================================
   15) Contact page
   ========================================================================== */
.contact-grid { display: grid; gap: 2.5rem; grid-template-columns: 1fr; }
@media (min-width: 768px) { .contact-grid { grid-template-columns: 1.2fr 1fr; } }
.contact-form-card h2 { font-size: 1.5rem; font-weight: 700; margin-bottom: 0.5rem; }
.contact-form-card > p { font-size: 0.875rem; color: var(--muted-foreground); margin-bottom: 2rem; }
.form-field { display: block; margin-bottom: 1.25rem; }
.form-field label { display: block; font-size: 0.875rem; font-weight: 600; margin-bottom: 0.5rem; }
.form-field input, .form-field textarea {
  width: 100%; height: 3rem; border-radius: 0.5rem; background: oklch(0.28 0.015 260 / 0.4);
  border: 1px solid var(--border); padding-inline: 1rem; color: var(--foreground);
  font-family: inherit; font-size: 0.9375rem;
}
.form-field textarea { height: auto; padding-block: 0.75rem; min-height: 8rem; resize: vertical; }
.form-field input::placeholder, .form-field textarea::placeholder { color: oklch(0.68 0.02 255 / 0.6); }
.form-field input:focus, .form-field textarea:focus {
  outline: none; border-color: var(--gold); box-shadow: 0 0 0 4px oklch(0.82 0.14 82 / 0.2);
}
.form-success { padding: 1.5rem; border-radius: 0.75rem; border: 1px solid oklch(0.82 0.14 82 / 0.4); background: oklch(0.82 0.14 82 / 0.05); text-align: center; }
.form-success .mark { font-size: 1.5rem; margin-bottom: 0.5rem; }
.form-success .title { font-weight: 700; }
.form-success .sub { font-size: 0.875rem; color: var(--muted-foreground); margin-top: 0.25rem; }
.form-error { padding: 1rem 1.25rem; border-radius: 0.75rem; border: 1px solid oklch(0.62 0.22 27 / 0.4); background: oklch(0.62 0.22 27 / 0.08); font-size: 0.875rem; margin-bottom: 1.25rem; }

.contact-side { display: flex; flex-direction: column; gap: 1rem; }
.contact-side .icon-lg { width: 1.5rem; height: 1.5rem; color: var(--gold); margin-bottom: 0.75rem; }
.contact-side .label { font-weight: 700; margin-bottom: 0.25rem; }
.contact-side a { font-size: 0.875rem; color: var(--muted-foreground); }
.contact-side a:hover { color: var(--gold); }
.contact-side .txt { font-size: 0.875rem; color: var(--muted-foreground); }

/* Honeypot field (anti-spam) */
.hp-field { position: absolute; left: -9999px; top: -9999px; }

/* ==========================================================================
   16) Final CTA card
   ========================================================================== */
.cta-card { text-align: center; position: relative; overflow: hidden; padding-block: 3.5rem; }
@media (min-width: 768px) { .cta-card { padding-block: 5rem; } }
.cta-card .bg-layer { position: absolute; inset: 0; opacity: 0.3; background: var(--gradient-hero); }
.cta-card .content { position: relative; }
.cta-card h2 { font-size: 1.875rem; font-weight: 900; }
@media (min-width: 768px) { .cta-card h2 { font-size: 3rem; } }
.cta-card p { margin-top: 1rem; color: var(--muted-foreground); max-width: 36rem; margin-inline: auto; }
.cta-actions { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }

/* Utility spacing */
.mt-10 { margin-top: 2.5rem; }
.gap-6 { gap: 1.5rem; }
