/* ==========================================================================
   EZHALAHA — Middle East Business & Marketing Solutions
   Premium Authority Platform — Design System v1.0
   Inspired by: Etimad (KSA), McKinsey, Deloitte, premium SaaS
   ========================================================================== */

/* -----------------------------------------------
   1. DESIGN TOKENS
   ----------------------------------------------- */
:root {
  /* Brand Colors — Deep Authoritative Green */
  --brand-900: #06311E;
  --brand-800: #073D27;
  --brand-700: #0B5D3B;     /* Primary */
  --brand-600: #0F754C;
  --brand-500: #138F5D;
  --brand-400: #2FAE7A;
  --brand-300: #6FCBA1;
  --brand-200: #B6E4CD;
  --brand-100: #E2F2EA;
  --brand-50:  #F2F8F5;

  /* Accent — Subtle Premium Gold (used VERY sparingly) */
  --gold-700: #8C6F2C;
  --gold-600: #B59149;
  --gold-500: #C9A961;
  --gold-100: #F4ECDA;

  /* Neutrals — warm, with green undertone */
  --ink-900: #0E1A14;       /* Body text */
  --ink-800: #1B2922;
  --ink-700: #2C3D34;
  --ink-600: #44574D;
  --ink-500: #5A6B62;       /* Muted */
  --ink-400: #7A8A82;
  --ink-300: #A6B3AC;
  --ink-200: #D6DDD8;
  --ink-100: #ECEFEC;
  --paper:   #FAFBF9;       /* Page background */
  --white:   #FFFFFF;

  /* Semantic */
  --success: #138F5D;
  --warning: #C9A961;
  --danger:  #B5443B;
  --info:    #2A6BAF;

  /* Spacing scale (8pt-based) */
  --s-1: 4px;
  --s-2: 8px;
  --s-3: 12px;
  --s-4: 16px;
  --s-5: 20px;
  --s-6: 24px;
  --s-8: 32px;
  --s-10: 40px;
  --s-12: 48px;
  --s-16: 64px;
  --s-20: 80px;
  --s-24: 96px;
  --s-32: 128px;

  /* Radius */
  --r-sm: 6px;
  --r-md: 10px;
  --r-lg: 16px;
  --r-xl: 24px;
  --r-pill: 999px;

  /* Elevation — soft, government-grade */
  --shadow-xs: 0 1px 2px rgba(11,93,59,0.06);
  --shadow-sm: 0 2px 6px rgba(11,93,59,0.07), 0 1px 2px rgba(11,93,59,0.05);
  --shadow-md: 0 8px 24px rgba(11,93,59,0.08), 0 2px 6px rgba(11,93,59,0.05);
  --shadow-lg: 0 24px 48px -12px rgba(11,93,59,0.18), 0 8px 16px rgba(11,93,59,0.06);
  --shadow-xl: 0 40px 80px -20px rgba(11,93,59,0.25);

  /* Typography */
  --font-ar: 'Tajawal', 'Readex Pro', 'Cairo', system-ui, sans-serif;
  --font-en-display: 'Fraunces', 'Newsreader', Georgia, serif;
  --font-en-body: 'Manrope', 'Plus Jakarta Sans', system-ui, sans-serif;
  --font-mono: 'JetBrains Mono', 'IBM Plex Mono', monospace;

  /* Container */
  --container: 1280px;
  --container-narrow: 960px;
  --container-wide: 1440px;

  /* Motion */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-smooth: cubic-bezier(0.4, 0, 0.2, 1);

  /* Borders */
  --border: 1px solid var(--ink-200);
  --border-strong: 1px solid var(--ink-300);
  --border-brand: 1px solid var(--brand-200);
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

body {
  font-family: var(--font-ar);
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink-900);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

body[dir="ltr"] {
  font-family: var(--font-en-body);
  letter-spacing: -0.005em;
}

img, svg, video { max-width: 100%; height: auto; display: block; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
input, textarea, select { font-family: inherit; font-size: inherit; }

::selection { background: var(--brand-700); color: var(--white); }

/* -----------------------------------------------
   3. TYPOGRAPHY
   ----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--ink-900);
}

body[dir="ltr"] h1,
body[dir="ltr"] h2,
body[dir="ltr"] h3,
body[dir="ltr"] .display {
  font-family: var(--font-en-display);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

body[dir="ltr"] h1, body[dir="ltr"] .display { font-feature-settings: "ss01", "ss02"; }

.h-display {
  font-size: clamp(2.5rem, 6vw, 4.75rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
body[dir="ltr"] .h-display { font-weight: 500; letter-spacing: -0.035em; }

h1, .h-1 { font-size: clamp(2rem, 4.5vw, 3.5rem); }
h2, .h-2 { font-size: clamp(1.625rem, 3.2vw, 2.5rem); }
h3, .h-3 { font-size: clamp(1.25rem, 2vw, 1.625rem); }
h4, .h-4 { font-size: 1.125rem; }
.h-eyebrow {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brand-700);
}
body[dir="rtl"] .h-eyebrow { letter-spacing: 0.04em; }

.lead {
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  line-height: 1.65;
  color: var(--ink-600);
  font-weight: 400;
}

.text-mono { font-family: var(--font-mono); }

/* -----------------------------------------------
   4. LAYOUT
   ----------------------------------------------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--s-6);
}
.container-narrow { max-width: var(--container-narrow); margin: 0 auto; padding: 0 var(--s-6); }
.container-wide { max-width: var(--container-wide); margin: 0 auto; padding: 0 var(--s-6); }

section { padding: var(--s-24) 0; }
section.section-sm { padding: var(--s-16) 0; }
section.section-lg { padding: var(--s-32) 0; }

.grid { display: grid; gap: var(--s-6); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

@media (max-width: 960px) {
  .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
  section { padding: var(--s-16) 0; }
}
@media (max-width: 640px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
}

/* -----------------------------------------------
   5. TOP STRIP & NAVIGATION
   ----------------------------------------------- */
.topstrip {
  background: var(--brand-900);
  color: var(--brand-100);
  font-size: 0.82rem;
  padding: var(--s-2) 0;
  border-bottom: 1px solid var(--brand-800);
}
.topstrip-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--s-4);
  flex-wrap: wrap;
}
.topstrip a { color: var(--brand-200); transition: color .2s; }
.topstrip a:hover { color: var(--white); }
.topstrip-meta { display: flex; gap: var(--s-5); align-items: center; }
.topstrip-meta span { display: inline-flex; align-items: center; gap: var(--s-2); }
.topstrip .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--brand-400); display: inline-block; box-shadow: 0 0 0 4px rgba(47,174,122,0.18); }

.navbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,0.85);
  backdrop-filter: saturate(180%) blur(18px);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
  border-bottom: 1px solid rgba(11,93,59,0.08);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s-8);
  padding: var(--s-4) 0;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: var(--s-3);
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--ink-900);
}
.nav-logo .logo-mark {
  width: 38px; height: 38px; flex: 0 0 38px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--brand-700), var(--brand-900));
  border-radius: 10px;
  box-shadow: var(--shadow-sm);
}
.nav-logo .logo-mark svg { width: 22px; height: 22px; }
.nav-logo .logo-text { line-height: 1.1; }
.nav-logo .logo-text small { display: block; font-size: 0.7rem; font-weight: 500; color: var(--ink-500); margin-top: 2px; letter-spacing: 0.04em; }

.nav-menu { display: flex; gap: var(--s-6); align-items: center; }
.nav-menu a {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--ink-700);
  padding: var(--s-2) 0;
  position: relative;
  transition: color .2s;
}
.nav-menu a:hover { color: var(--brand-700); }
.nav-menu a.active { color: var(--brand-700); }
.nav-menu a.active::after {
  content: ''; position: absolute; bottom: -22px; left: 0; right: 0;
  height: 2px; background: var(--brand-700);
}

.nav-actions { display: flex; gap: var(--s-3); align-items: center; }
.lang-switch {
  font-size: 0.85rem; font-weight: 600;
  border: 1px solid var(--ink-200);
  padding: 8px 14px; border-radius: var(--r-pill);
  color: var(--ink-700);
  display: inline-flex; gap: 6px; align-items: center;
  transition: all .2s;
}
.lang-switch:hover { border-color: var(--brand-700); color: var(--brand-700); background: var(--brand-50); }

.nav-toggle { display: none; }

@media (max-width: 960px) {
  .nav-menu { display: none; }
  .nav-toggle {
    display: grid; place-items: center; width: 42px; height: 42px;
    border: 1px solid var(--ink-200); border-radius: 10px;
  }
  .nav-mobile-open .nav-menu {
    display: flex; flex-direction: column;
    position: fixed; top: 60px; left: 0; right: 0;
    background: var(--white); padding: var(--s-6);
    border-bottom: 1px solid var(--ink-200);
    align-items: stretch; gap: var(--s-4);
    box-shadow: var(--shadow-lg);
  }
}

/* -----------------------------------------------
   6. BUTTONS
   ----------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: var(--s-2);
  padding: 14px 26px;
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: var(--r-pill);
  transition: all .25s var(--ease-out);
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.btn-primary {
  background: var(--brand-700);
  color: var(--white);
  box-shadow: 0 6px 14px -4px rgba(11,93,59,0.45), inset 0 1px 0 rgba(255,255,255,0.18);
}
.btn-primary:hover {
  background: var(--brand-800);
  transform: translateY(-1px);
  box-shadow: 0 10px 22px -4px rgba(11,93,59,0.55), inset 0 1px 0 rgba(255,255,255,0.18);
}
.btn-primary:active { transform: translateY(0); }

.btn-ghost {
  background: transparent;
  color: var(--ink-800);
  border: 1px solid var(--ink-200);
}
.btn-ghost:hover { border-color: var(--brand-700); color: var(--brand-700); background: var(--brand-50); }

.btn-dark {
  background: var(--ink-900); color: var(--white);
}
.btn-dark:hover { background: var(--brand-900); }

.btn-outline-light {
  background: rgba(255,255,255,0.08);
  color: var(--white);
  border: 1px solid rgba(255,255,255,0.25);
  backdrop-filter: blur(6px);
}
.btn-outline-light:hover { background: rgba(255,255,255,0.16); border-color: rgba(255,255,255,0.5); }

.btn-lg { padding: 18px 32px; font-size: 1rem; }
.btn-sm { padding: 10px 18px; font-size: 0.85rem; }

.btn .arrow { transition: transform .25s; }
body[dir="rtl"] .btn .arrow { transform: scaleX(-1); }
.btn:hover .arrow { transform: translateX(3px); }
body[dir="rtl"] .btn:hover .arrow { transform: scaleX(-1) translateX(3px); }

/* -----------------------------------------------
   7. HERO
   ----------------------------------------------- */
.hero {
  position: relative;
  padding: var(--s-24) 0 var(--s-32);
  overflow: hidden;
  background:
    radial-gradient(1200px 600px at 90% 0%, rgba(15,143,93,0.08), transparent 60%),
    radial-gradient(800px 500px at 0% 80%, rgba(11,93,59,0.06), transparent 60%),
    var(--paper);
}
body[dir="rtl"] .hero {
  background:
    radial-gradient(1200px 600px at 10% 0%, rgba(15,143,93,0.08), transparent 60%),
    radial-gradient(800px 500px at 100% 80%, rgba(11,93,59,0.06), transparent 60%),
    var(--paper);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: var(--s-16);
  align-items: center;
}
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; gap: var(--s-12); }
  .hero { padding: var(--s-16) 0 var(--s-20); }
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--s-2);
  padding: 8px 16px;
  background: var(--brand-50);
  border: 1px solid var(--brand-200);
  border-radius: var(--r-pill);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--brand-700);
  margin-bottom: var(--s-6);
}
.hero-badge .pulse {
  width: 8px; height: 8px; border-radius: 50%; background: var(--brand-500);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(19,143,93,0.6); }
  70% { box-shadow: 0 0 0 8px rgba(19,143,93,0); }
  100% { box-shadow: 0 0 0 0 rgba(19,143,93,0); }
}

.hero h1 {
  font-size: clamp(2.25rem, 5.2vw, 4rem);
  line-height: 1.1;
  margin-bottom: var(--s-5);
}
.hero h1 .accent { color: var(--brand-700); }
.hero h1 .underline {
  position: relative; white-space: nowrap;
}
.hero h1 .underline::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -2px;
  height: 8px; background: var(--brand-200);
  z-index: -1; border-radius: 2px;
}
.hero p.lead { margin-bottom: var(--s-8); max-width: 56ch; }

.hero-cta { display: flex; gap: var(--s-3); flex-wrap: wrap; margin-bottom: var(--s-10); }

.hero-trust {
  display: flex; gap: var(--s-8); align-items: center; flex-wrap: wrap;
  padding-top: var(--s-6);
  border-top: 1px solid var(--ink-200);
}
.hero-trust-item { display: flex; flex-direction: column; gap: 2px; }
.hero-trust-item strong { font-size: 1.5rem; color: var(--brand-700); font-weight: 800; }
.hero-trust-item span { font-size: 0.85rem; color: var(--ink-500); }

/* Hero visual / dashboard mock */
.hero-visual {
  position: relative;
  perspective: 1600px;
}
.hero-card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--ink-200);
  border-radius: var(--r-xl);
  padding: var(--s-6);
  box-shadow: var(--shadow-xl);
  transform: rotateY(-4deg) rotateX(2deg);
  transition: transform .6s var(--ease-out);
}
body[dir="rtl"] .hero-card { transform: rotateY(4deg) rotateX(2deg); }
.hero-card:hover { transform: rotateY(0) rotateX(0); }

.hero-card-head {
  display: flex; justify-content: space-between; align-items: center;
  padding-bottom: var(--s-4); border-bottom: 1px solid var(--ink-100); margin-bottom: var(--s-5);
}
.hero-card-head h4 { font-size: 0.95rem; }
.hero-card-head .tag {
  font-size: 0.72rem; padding: 4px 10px; border-radius: var(--r-pill);
  background: var(--brand-100); color: var(--brand-800); font-weight: 700;
}

.kpi-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--s-3); margin-bottom: var(--s-5); }
.kpi {
  background: var(--brand-50);
  border: 1px solid var(--brand-100);
  border-radius: var(--r-md);
  padding: var(--s-4);
}
.kpi span { font-size: 0.75rem; color: var(--ink-500); display: block; margin-bottom: 4px; }
.kpi strong { font-size: 1.5rem; color: var(--brand-800); font-weight: 800; }
.kpi small { color: var(--brand-600); font-size: 0.75rem; font-weight: 600; }

.bar-chart {
  display: flex; align-items: flex-end; gap: 8px; height: 100px;
  padding: var(--s-3); background: var(--paper); border-radius: var(--r-md);
}
.bar { flex: 1; background: linear-gradient(180deg, var(--brand-400), var(--brand-700)); border-radius: 3px 3px 0 0; transition: all .4s; }

.hero-floating {
  position: absolute;
  background: var(--white);
  border: 1px solid var(--ink-200);
  border-radius: var(--r-md);
  padding: var(--s-3) var(--s-4);
  box-shadow: var(--shadow-lg);
  display: flex; align-items: center; gap: var(--s-3);
  font-size: 0.85rem; font-weight: 600;
  animation: float 6s ease-in-out infinite;
}
.hero-floating .icon {
  width: 36px; height: 36px; border-radius: 8px; flex: 0 0 36px;
  display: grid; place-items: center;
  background: var(--brand-700); color: var(--white);
}
.hero-floating-1 { top: 10%; left: -30px; animation-delay: 0s; }
.hero-floating-2 { bottom: 12%; right: -30px; animation-delay: 1s; }
body[dir="rtl"] .hero-floating-1 { left: auto; right: -30px; }
body[dir="rtl"] .hero-floating-2 { right: auto; left: -30px; }

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

/* -----------------------------------------------
   8. LOGO STRIP / SOCIAL PROOF
   ----------------------------------------------- */
.logos-strip {
  padding: var(--s-12) 0;
  border-top: 1px solid var(--ink-100);
  border-bottom: 1px solid var(--ink-100);
}
.logos-label {
  text-align: center;
  font-size: 0.85rem;
  color: var(--ink-500);
  margin-bottom: var(--s-6);
  font-weight: 500;
}
.logos-row {
  display: flex; flex-wrap: wrap; gap: var(--s-10); justify-content: center; align-items: center;
}
.logo-pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 18px;
  background: var(--white);
  border: 1px solid var(--ink-200);
  border-radius: var(--r-pill);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ink-700);
}
.logo-pill .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--brand-500); }

/* -----------------------------------------------
   9. SECTION HEADERS
   ----------------------------------------------- */
.section-head {
  max-width: 720px;
  margin: 0 auto var(--s-12);
  text-align: center;
}
.section-head.left {
  margin: 0 0 var(--s-12);
  text-align: start;
}
.section-head .h-eyebrow { display: inline-block; margin-bottom: var(--s-3); }
.section-head h2 { margin-bottom: var(--s-4); }
.section-head p.lead { color: var(--ink-500); }

/* -----------------------------------------------
   10. CARDS
   ----------------------------------------------- */
.card {
  background: var(--white);
  border: 1px solid var(--ink-200);
  border-radius: var(--r-lg);
  padding: var(--s-6);
  transition: all .3s var(--ease-out);
  position: relative;
}
.card:hover {
  border-color: var(--brand-300);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}
.card-icon {
  width: 52px; height: 52px;
  display: grid; place-items: center;
  background: var(--brand-50);
  border: 1px solid var(--brand-100);
  border-radius: 12px;
  margin-bottom: var(--s-5);
  color: var(--brand-700);
  transition: all .3s;
}
.card:hover .card-icon { background: var(--brand-700); color: var(--white); border-color: var(--brand-700); }
.card-icon svg { width: 24px; height: 24px; }
.card h3 { font-size: 1.15rem; margin-bottom: var(--s-3); }
.card p { color: var(--ink-500); font-size: 0.95rem; line-height: 1.65; }
.card .card-link {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: var(--s-5); font-weight: 700; font-size: 0.88rem;
  color: var(--brand-700);
}

.card-feature {
  background: linear-gradient(180deg, var(--white), var(--brand-50));
  border: 1px solid var(--brand-100);
}

.card-dark {
  background: var(--brand-900);
  color: var(--brand-100);
  border-color: var(--brand-800);
}
.card-dark h3 { color: var(--white); }
.card-dark p { color: var(--brand-200); }
.card-dark .card-icon { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.12); color: var(--brand-300); }
.card-dark:hover .card-icon { background: var(--brand-700); color: var(--white); }

/* Service Card with corner number */
.service-card {
  position: relative;
  padding: var(--s-8) var(--s-6) var(--s-6);
}
.service-card .num {
  position: absolute; top: var(--s-4); inset-inline-end: var(--s-5);
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--brand-300);
  letter-spacing: 0.05em;
}

/* -----------------------------------------------
   11. STATS / KPI BAND
   ----------------------------------------------- */
.stats-band {
  background: var(--brand-900);
  color: var(--white);
  padding: var(--s-16) 0;
  position: relative;
  overflow: hidden;
}
.stats-band::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(800px 400px at 80% 0%, rgba(47,174,122,0.18), transparent 60%),
    radial-gradient(600px 300px at 0% 100%, rgba(201,169,97,0.08), transparent 60%);
  pointer-events: none;
}
.stats-band > .container { position: relative; }
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: var(--s-8);
}
@media (max-width: 800px) { .stats-grid { grid-template-columns: repeat(2, 1fr); } }

.stat { padding-inline-start: var(--s-5); border-inline-start: 2px solid rgba(255,255,255,0.12); }
.stat strong {
  display: block; font-size: clamp(2.25rem, 4vw, 3.25rem);
  font-weight: 800; color: var(--white); line-height: 1;
  margin-bottom: var(--s-2);
}
body[dir="ltr"] .stat strong { font-family: var(--font-en-display); font-weight: 500; letter-spacing: -0.02em; }
.stat span { color: var(--brand-200); font-size: 0.92rem; }
.stat .stat-plus { color: var(--brand-400); font-size: 0.75em; vertical-align: top; }

/* -----------------------------------------------
   12. PROCESS / TIMELINE
   ----------------------------------------------- */
.process-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s-4); }
@media (max-width: 800px) { .process-list { grid-template-columns: 1fr; } }
.process-item {
  background: var(--white);
  border: 1px solid var(--ink-200);
  border-radius: var(--r-lg);
  padding: var(--s-6);
  position: relative;
}
.process-item .step {
  font-family: var(--font-mono);
  font-size: 0.78rem; font-weight: 700;
  color: var(--brand-700);
  letter-spacing: 0.05em;
  margin-bottom: var(--s-3);
  display: inline-block;
  padding: 4px 10px;
  background: var(--brand-50);
  border-radius: var(--r-pill);
  border: 1px solid var(--brand-100);
}
.process-item h4 { font-size: 1.05rem; margin-bottom: var(--s-2); }
.process-item p { font-size: 0.9rem; color: var(--ink-500); }

/* -----------------------------------------------
   13. INDUSTRY / SOLUTION SECTION
   ----------------------------------------------- */
.solution-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-12);
  align-items: center;
}
@media (max-width: 960px) { .solution-row { grid-template-columns: 1fr; } }

.solution-list { display: flex; flex-direction: column; gap: var(--s-4); }
.solution-item {
  display: flex; gap: var(--s-4); padding: var(--s-4) 0;
  border-bottom: 1px solid var(--ink-100);
}
.solution-item:last-child { border-bottom: none; }
.solution-item .check {
  flex: 0 0 28px; width: 28px; height: 28px;
  display: grid; place-items: center;
  background: var(--brand-700); color: var(--white);
  border-radius: 50%;
}
.solution-item h4 { font-size: 1rem; margin-bottom: 4px; }
.solution-item p { font-size: 0.92rem; color: var(--ink-500); }

.solution-image-card {
  background: linear-gradient(135deg, var(--brand-800), var(--brand-900));
  border-radius: var(--r-xl);
  padding: var(--s-8);
  color: var(--white);
  position: relative;
  overflow: hidden;
  min-height: 460px;
}
.solution-image-card::before {
  content: ''; position: absolute;
  top: -100px; inset-inline-end: -100px;
  width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(47,174,122,0.4), transparent 60%);
  border-radius: 50%;
}
.solution-image-card .label {
  display: inline-block; font-size: 0.75rem; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--brand-300); font-weight: 700;
  margin-bottom: var(--s-4);
}
.solution-image-card h3 {
  color: var(--white); font-size: 1.5rem; margin-bottom: var(--s-3);
}
.solution-image-card p { color: var(--brand-200); margin-bottom: var(--s-6); }

.metric-row { display: flex; gap: var(--s-6); margin-top: var(--s-8); }
.metric { padding-inline-start: var(--s-4); border-inline-start: 2px solid rgba(255,255,255,0.18); }
.metric strong { display: block; font-size: 1.75rem; font-weight: 800; color: var(--white); }
.metric span { font-size: 0.82rem; color: var(--brand-200); }

/* -----------------------------------------------
   14. TESTIMONIALS
   ----------------------------------------------- */
.testimonial-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-6);
}
@media (max-width: 960px) { .testimonial-grid { grid-template-columns: 1fr; } }

.testimonial {
  background: var(--white);
  border: 1px solid var(--ink-200);
  border-radius: var(--r-lg);
  padding: var(--s-6);
  position: relative;
  transition: all .3s;
}
.testimonial:hover { box-shadow: var(--shadow-md); border-color: var(--brand-200); }
.testimonial .stars { color: var(--gold-500); margin-bottom: var(--s-4); letter-spacing: 2px; }
.testimonial blockquote {
  font-size: 1rem; line-height: 1.7; color: var(--ink-700);
  margin-bottom: var(--s-5);
}
.testimonial-meta { display: flex; align-items: center; gap: var(--s-3); padding-top: var(--s-4); border-top: 1px solid var(--ink-100); }
.testimonial-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--brand-600), var(--brand-800));
  color: var(--white); font-weight: 700;
  flex: 0 0 44px;
}
.testimonial-meta strong { display: block; font-size: 0.92rem; }
.testimonial-meta span { display: block; font-size: 0.8rem; color: var(--ink-500); }

/* -----------------------------------------------
   15. CASE STUDY
   ----------------------------------------------- */
.case-card {
  background: var(--white);
  border: 1px solid var(--ink-200);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: all .3s;
  display: flex; flex-direction: column;
}
.case-card:hover { box-shadow: var(--shadow-lg); border-color: var(--brand-300); transform: translateY(-3px); }
.case-card-image {
  aspect-ratio: 16/10;
  background: linear-gradient(135deg, var(--brand-700), var(--brand-900));
  position: relative;
  overflow: hidden;
}
.case-card-image::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(45deg, rgba(255,255,255,0.04) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(255,255,255,0.04) 25%, transparent 25%);
  background-size: 24px 24px;
}
.case-card-image .case-tag {
  position: absolute; top: var(--s-4); inset-inline-start: var(--s-4);
  background: var(--white); color: var(--brand-800);
  padding: 5px 12px; border-radius: var(--r-pill);
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.05em;
}
.case-card-image .case-stat {
  position: absolute; bottom: var(--s-4); inset-inline-start: var(--s-5);
  color: var(--white);
}
.case-card-image .case-stat strong { display: block; font-size: 2.5rem; font-weight: 800; line-height: 1; color: var(--white); }
.case-card-image .case-stat span { font-size: 0.85rem; color: var(--brand-200); }
.case-card-body { padding: var(--s-6); flex: 1; display: flex; flex-direction: column; }
.case-card-body .meta { font-size: 0.78rem; color: var(--ink-500); letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: var(--s-2); }
.case-card-body h3 { font-size: 1.15rem; margin-bottom: var(--s-3); }
.case-card-body p { color: var(--ink-500); font-size: 0.92rem; flex: 1; }
.case-card-body .case-link { margin-top: var(--s-5); font-weight: 700; color: var(--brand-700); font-size: 0.88rem; }

/* -----------------------------------------------
   16. CTA BANNER
   ----------------------------------------------- */
.cta-banner {
  background: var(--brand-900);
  color: var(--white);
  border-radius: var(--r-xl);
  padding: var(--s-16) var(--s-12);
  position: relative; overflow: hidden;
  text-align: center;
}
.cta-banner::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(600px 400px at 0% 0%, rgba(47,174,122,0.25), transparent 60%),
    radial-gradient(600px 400px at 100% 100%, rgba(201,169,97,0.12), transparent 60%);
}
.cta-banner > * { position: relative; z-index: 1; }
.cta-banner h2 { color: var(--white); margin-bottom: var(--s-4); font-size: clamp(1.75rem, 3vw, 2.5rem); }
.cta-banner p { color: var(--brand-200); margin-bottom: var(--s-8); max-width: 56ch; margin-inline: auto; font-size: 1.05rem; }
.cta-banner .btn-row { display: flex; gap: var(--s-3); justify-content: center; flex-wrap: wrap; }

/* -----------------------------------------------
   17. FAQ ACCORDION
   ----------------------------------------------- */
.faq-list { display: flex; flex-direction: column; gap: var(--s-3); }
.faq-item {
  background: var(--white);
  border: 1px solid var(--ink-200);
  border-radius: var(--r-md);
  overflow: hidden;
  transition: all .25s;
}
.faq-item:hover { border-color: var(--brand-300); }
.faq-item.open { border-color: var(--brand-700); box-shadow: var(--shadow-sm); }
.faq-q {
  width: 100%; text-align: start;
  padding: var(--s-5) var(--s-6);
  font-size: 1.02rem; font-weight: 700;
  color: var(--ink-900);
  display: flex; justify-content: space-between; align-items: center; gap: var(--s-4);
}
.faq-q .icon {
  flex: 0 0 32px; width: 32px; height: 32px; border-radius: 50%;
  background: var(--brand-50); color: var(--brand-700);
  display: grid; place-items: center;
  transition: all .3s;
}
.faq-item.open .faq-q .icon { background: var(--brand-700); color: var(--white); transform: rotate(45deg); }
.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height .35s var(--ease-out);
}
.faq-a-inner {
  padding: 0 var(--s-6) var(--s-6);
  color: var(--ink-600); line-height: 1.75;
  border-top: 1px solid var(--ink-100);
  padding-top: var(--s-4);
}
.faq-item.open .faq-a { max-height: 600px; }

/* -----------------------------------------------
   18. CONTACT / FORMS
   ----------------------------------------------- */
.form-grid {
  display: grid; grid-template-columns: 1fr; gap: var(--s-4);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-4); }
@media (max-width: 640px) { .form-row { grid-template-columns: 1fr; } }

.form-field { display: flex; flex-direction: column; gap: 6px; }
.form-field label {
  font-size: 0.85rem; font-weight: 600; color: var(--ink-700);
}
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%; padding: 14px 16px;
  border: 1px solid var(--ink-200);
  border-radius: var(--r-md);
  background: var(--white);
  font-size: 0.95rem;
  color: var(--ink-900);
  transition: all .2s;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--brand-700);
  box-shadow: 0 0 0 4px rgba(11,93,59,0.1);
}
.form-field textarea { resize: vertical; min-height: 120px; }
.form-field .hint { font-size: 0.78rem; color: var(--ink-500); }

.contact-grid {
  display: grid; grid-template-columns: 1fr 1.2fr; gap: var(--s-12);
  align-items: start;
}
@media (max-width: 960px) { .contact-grid { grid-template-columns: 1fr; } }

.contact-info-card {
  background: var(--brand-900);
  color: var(--white);
  border-radius: var(--r-lg);
  padding: var(--s-8);
  position: relative; overflow: hidden;
}
.contact-info-card::before {
  content: ''; position: absolute;
  top: -120px; inset-inline-end: -120px;
  width: 280px; height: 280px;
  background: radial-gradient(circle, rgba(47,174,122,0.35), transparent 60%);
  border-radius: 50%;
}
.contact-info-card > * { position: relative; }
.contact-info-card h3 { color: var(--white); margin-bottom: var(--s-3); }
.contact-info-card p { color: var(--brand-200); margin-bottom: var(--s-8); }

.contact-list { display: flex; flex-direction: column; gap: var(--s-5); }
.contact-list-item { display: flex; gap: var(--s-4); align-items: flex-start; }
.contact-list-item .icon {
  flex: 0 0 40px; width: 40px; height: 40px;
  border-radius: 10px;
  background: rgba(255,255,255,0.08);
  display: grid; place-items: center;
  color: var(--brand-300);
}
.contact-list-item strong { display: block; color: var(--white); font-size: 0.92rem; margin-bottom: 2px; }
.contact-list-item span, .contact-list-item a { color: var(--brand-200); font-size: 0.92rem; }

.form-card {
  background: var(--white);
  border: 1px solid var(--ink-200);
  border-radius: var(--r-lg);
  padding: var(--s-8);
}

/* Multi-step form */
.steps-bar {
  display: flex; gap: var(--s-2); margin-bottom: var(--s-8);
}
.step-pill {
  flex: 1; padding: 10px 14px;
  border-radius: var(--r-pill);
  background: var(--ink-100);
  font-size: 0.78rem; font-weight: 600;
  color: var(--ink-500);
  text-align: center;
  transition: all .25s;
}
.step-pill.active { background: var(--brand-700); color: var(--white); }
.step-pill.done { background: var(--brand-100); color: var(--brand-800); }

.form-step { display: none; }
.form-step.active { display: block; }

/* -----------------------------------------------
   19. BLOG / ARTICLE
   ----------------------------------------------- */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-6); }
@media (max-width: 960px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .blog-grid { grid-template-columns: 1fr; } }

.article-card {
  background: var(--white);
  border: 1px solid var(--ink-200);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: all .3s;
  display: flex; flex-direction: column;
}
.article-card:hover { box-shadow: var(--shadow-md); border-color: var(--brand-300); transform: translateY(-2px); }

.article-thumb {
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, var(--brand-50), var(--brand-100));
  position: relative;
  overflow: hidden;
}
.article-thumb-bg-1 { background: linear-gradient(135deg, #0B5D3B, #073D27); }
.article-thumb-bg-2 { background: linear-gradient(135deg, #138F5D, #0B5D3B); }
.article-thumb-bg-3 { background: linear-gradient(135deg, #2FAE7A, #138F5D); }
.article-thumb-bg-4 { background: linear-gradient(135deg, #073D27, #06311E); }
.article-thumb-bg-5 { background: linear-gradient(135deg, #0F754C, #073D27); }
.article-thumb-bg-6 { background: linear-gradient(135deg, #6FCBA1, #138F5D); }

.article-thumb svg {
  position: absolute;
  width: 60%; height: 60%;
  top: 20%; left: 20%;
  opacity: 0.3;
  filter: invert(1) brightness(2);
}

.article-card-body { padding: var(--s-5) var(--s-6) var(--s-6); flex: 1; display: flex; flex-direction: column; }
.article-card-body .meta { font-size: 0.75rem; color: var(--ink-500); margin-bottom: var(--s-2); display: flex; gap: var(--s-3); }
.article-card-body .meta .cat { color: var(--brand-700); font-weight: 700; }
.article-card-body h3 { font-size: 1.1rem; line-height: 1.35; margin-bottom: var(--s-3); }
.article-card-body p { color: var(--ink-500); font-size: 0.92rem; flex: 1; line-height: 1.6; }
.article-card-body .read-more { margin-top: var(--s-4); font-size: 0.85rem; color: var(--brand-700); font-weight: 700; }

/* Article page */
.article-hero {
  padding: var(--s-16) 0 var(--s-12);
  background: linear-gradient(180deg, var(--brand-50), var(--paper));
  border-bottom: 1px solid var(--ink-100);
}
.article-body {
  max-width: 760px; margin: 0 auto;
  font-size: 1.05rem; line-height: 1.85; color: var(--ink-800);
}
.article-body h2 { margin: var(--s-10) 0 var(--s-4); font-size: 1.75rem; }
.article-body h3 { margin: var(--s-8) 0 var(--s-3); font-size: 1.25rem; }
.article-body p { margin-bottom: var(--s-5); }
.article-body ul { padding-inline-start: var(--s-6); margin-bottom: var(--s-5); list-style: disc; }
.article-body li { margin-bottom: var(--s-2); }
.article-body blockquote {
  margin: var(--s-8) 0;
  padding: var(--s-5) var(--s-6);
  border-inline-start: 4px solid var(--brand-700);
  background: var(--brand-50);
  border-radius: 0 var(--r-md) var(--r-md) 0;
  font-size: 1.1rem;
  color: var(--brand-900);
  font-weight: 500;
}

/* -----------------------------------------------
   20. FOOTER
   ----------------------------------------------- */
footer.site-footer {
  background: var(--brand-900);
  color: var(--brand-200);
  padding: var(--s-20) 0 var(--s-8);
  position: relative;
  overflow: hidden;
}
footer.site-footer::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(800px 400px at 50% 0%, rgba(47,174,122,0.08), transparent 60%);
  pointer-events: none;
}
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: var(--s-10);
  position: relative; z-index: 1;
  padding-bottom: var(--s-12);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
@media (max-width: 960px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: var(--s-8); } }
@media (max-width: 540px) { .footer-grid { grid-template-columns: 1fr; } }

.footer-brand .nav-logo { color: var(--white); margin-bottom: var(--s-5); }
.footer-brand .nav-logo small { color: var(--brand-300); }
.footer-brand p { color: var(--brand-200); font-size: 0.92rem; line-height: 1.7; margin-bottom: var(--s-5); max-width: 36ch; }
.footer-social { display: flex; gap: var(--s-2); }
.footer-social a {
  width: 38px; height: 38px;
  display: grid; place-items: center;
  background: rgba(255,255,255,0.06);
  border-radius: 10px;
  color: var(--brand-200);
  transition: all .25s;
}
.footer-social a:hover { background: var(--brand-700); color: var(--white); }

.footer-col h5 {
  font-size: 0.78rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: var(--s-5);
  font-weight: 700;
}
.footer-col ul { display: flex; flex-direction: column; gap: var(--s-3); }
.footer-col a {
  font-size: 0.92rem; color: var(--brand-200);
  transition: color .2s;
}
.footer-col a:hover { color: var(--white); }

.footer-bottom {
  padding-top: var(--s-6);
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: var(--s-3);
  font-size: 0.85rem;
  position: relative; z-index: 1;
}
.footer-bottom p { color: var(--brand-300); }
.footer-bottom .legal { display: flex; gap: var(--s-5); }
.footer-bottom .legal a { color: var(--brand-300); }
.footer-bottom .legal a:hover { color: var(--white); }

/* -----------------------------------------------
   21. FLOATING WHATSAPP & STICKY CTA
   ----------------------------------------------- */
.whatsapp-fab {
  position: fixed;
  bottom: 24px; inset-inline-end: 24px;
  width: 60px; height: 60px;
  background: #25D366;
  color: var(--white);
  border-radius: 50%;
  display: grid; place-items: center;
  box-shadow: 0 12px 28px -6px rgba(37,211,102,0.5);
  z-index: 90;
  transition: transform .3s var(--ease-spring);
  animation: bob 3.5s ease-in-out infinite;
}
.whatsapp-fab:hover { transform: scale(1.1); }
.whatsapp-fab svg { width: 32px; height: 32px; }
.whatsapp-fab::before {
  content: ''; position: absolute; inset: -6px;
  border: 2px solid #25D366; border-radius: 50%;
  animation: ripple 2s linear infinite;
  opacity: 0;
}
@keyframes ripple {
  0% { opacity: 0.5; transform: scale(1); }
  100% { opacity: 0; transform: scale(1.4); }
}
@keyframes bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.scroll-cta {
  position: fixed;
  bottom: 24px;
  inset-inline-start: 24px;
  background: var(--ink-900);
  color: var(--white);
  border-radius: var(--r-pill);
  padding: 12px 20px;
  font-size: 0.85rem;
  font-weight: 700;
  display: flex; align-items: center; gap: 8px;
  box-shadow: var(--shadow-lg);
  z-index: 90;
  transform: translateY(120%);
  transition: transform .35s var(--ease-out);
}
.scroll-cta.show { transform: translateY(0); }

/* -----------------------------------------------
   22. PAGE HEADER (interior pages)
   ----------------------------------------------- */
.page-header {
  padding: var(--s-16) 0 var(--s-12);
  background:
    radial-gradient(800px 400px at 50% 0%, rgba(15,143,93,0.12), transparent 60%),
    var(--brand-50);
  border-bottom: 1px solid var(--brand-100);
  position: relative;
  overflow: hidden;
}
.page-header::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(11,93,59,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11,93,59,0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  mask: radial-gradient(circle at 50% 50%, black, transparent 70%);
  -webkit-mask: radial-gradient(circle at 50% 50%, black, transparent 70%);
  pointer-events: none;
}
.page-header > .container { position: relative; z-index: 1; }
.breadcrumb {
  display: flex; gap: 8px; align-items: center;
  font-size: 0.85rem; color: var(--ink-500);
  margin-bottom: var(--s-5);
}
.breadcrumb a { color: var(--brand-700); font-weight: 600; }
.breadcrumb .sep { color: var(--ink-300); }
body[dir="rtl"] .breadcrumb .sep { transform: scaleX(-1); display: inline-block; }
.page-header h1 { font-size: clamp(2.25rem, 4.5vw, 3.5rem); margin-bottom: var(--s-4); }
.page-header p.lead { max-width: 60ch; }

/* -----------------------------------------------
   23. UTILITIES
   ----------------------------------------------- */
.text-brand { color: var(--brand-700); }
.text-muted { color: var(--ink-500); }
.text-center { text-align: center; }
.bg-brand-50 { background: var(--brand-50); }
.bg-paper { background: var(--paper); }
.bg-white { background: var(--white); }
.bg-dark { background: var(--brand-900); color: var(--white); }
.bg-dark h2, .bg-dark h3 { color: var(--white); }

.divider {
  width: 60px; height: 3px; background: var(--brand-700);
  margin: var(--s-4) 0;
  border-radius: 2px;
}
.divider.center { margin: var(--s-4) auto; }

.tag {
  display: inline-block;
  padding: 4px 12px;
  background: var(--brand-50);
  color: var(--brand-800);
  border: 1px solid var(--brand-100);
  border-radius: var(--r-pill);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.tag-dark { background: rgba(255,255,255,0.06); color: var(--brand-300); border-color: rgba(255,255,255,0.1); }

/* Pricing card */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-6); }
@media (max-width: 960px) { .pricing-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; } }

.price-card {
  background: var(--white);
  border: 1px solid var(--ink-200);
  border-radius: var(--r-lg);
  padding: var(--s-8);
  position: relative;
  display: flex; flex-direction: column;
}
.price-card.featured {
  background: linear-gradient(180deg, var(--brand-800), var(--brand-900));
  color: var(--white);
  border-color: var(--brand-700);
  transform: scale(1.04);
  box-shadow: var(--shadow-xl);
}
@media (max-width: 960px) { .price-card.featured { transform: none; } }
.price-card.featured h3, .price-card.featured .price { color: var(--white); }
.price-card.featured p, .price-card.featured ul li { color: var(--brand-200); }
.price-card.featured .price-suffix { color: var(--brand-300); }
.price-card.featured ul li svg { color: var(--brand-400); }

.price-card .badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--gold-500); color: var(--ink-900);
  padding: 6px 16px; border-radius: var(--r-pill);
  font-size: 0.75rem; font-weight: 800; letter-spacing: 0.05em;
}
.price-card h3 { font-size: 1.1rem; margin-bottom: var(--s-3); }
.price-card .price { font-size: 2.5rem; font-weight: 800; color: var(--ink-900); line-height: 1; margin-bottom: var(--s-2); }
body[dir="ltr"] .price-card .price { font-family: var(--font-en-display); font-weight: 500; }
.price-card .price-suffix { font-size: 0.85rem; color: var(--ink-500); margin-bottom: var(--s-6); }
.price-card .price-list { display: flex; flex-direction: column; gap: var(--s-3); margin-bottom: var(--s-8); flex: 1; }
.price-card .price-list li { display: flex; gap: var(--s-2); font-size: 0.92rem; }
.price-card .price-list li svg { flex-shrink: 0; color: var(--brand-600); margin-top: 3px; }

/* -----------------------------------------------
   24. ANIMATIONS (Scroll-triggered)
   ----------------------------------------------- */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .8s var(--ease-out), transform .8s var(--ease-out);
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }
.reveal-delay-4 { transition-delay: .4s; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* -----------------------------------------------
   25. RTL FINE-TUNING
   ----------------------------------------------- */
body[dir="rtl"] .topstrip-meta { direction: rtl; }
body[dir="rtl"] .nav-menu a.active::after { left: 0; right: 0; }
body[dir="rtl"] .article-thumb svg { transform: scaleX(-1); }

/* -----------------------------------------------
   26. RESPONSIVE TWEAKS
   ----------------------------------------------- */
@media (max-width: 540px) {
  .hero-trust { gap: var(--s-5); }
  .hero-trust-item strong { font-size: 1.25rem; }
  .topstrip-meta { gap: var(--s-3); font-size: 0.78rem; }
  .topstrip { font-size: 0.78rem; }
  .hero-floating { display: none; }
  .stats-grid { gap: var(--s-5); }
  .cta-banner { padding: var(--s-12) var(--s-6); }
  .form-card { padding: var(--s-5); }
}
