/* =========================
   Reset
========================= */

*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  /* ================= BRAND PALETTE — غيّر ألوان الموقع من هنا ================= */
  --primary: #0b63ce;
  --secondary: #2563eb;
  --blue-deep: #004ce6;
  --blue-700: #1d4ed8;
  --blue-800: #084ca4;
  --blue-900: #1e40af;
  --navy: #0f223a;
  --sky: #38bdf8;
  --cyan: #0284c7;
  --cyan-bright: #00a2e8;
  --blue-soft: #60a5fa;
  --white: #ffffff;
  --bg: #f8fafc;
  --bg-subtle: #f1f5f9;
  --border-soft: #e2e8f0;
  --slate-300: #cbd5e1;
  --slate-400: #94a3b8;
  --slate-500: #64748b;
  --slate-600: #334155;
  --gray-400: #9ca3af;
  --gray-neutral: #555555;
  --near-black: #1a1a1a;
  --ink: #0b1931;
  --ink-900: #0b0f19;
  --ink-950: #090d16;
  --gray-900: #111827;
  --gray-850: #0f172a;
  --slate-800: #1e293b;
  --green: #10b981;
  --green-dark: #059669;
  --orange: #ff6b00;
  --orange-warm: #ea580c;
  --whatsapp: #25d366;
  --purple: #7c3aed;
  --primary-rgb: 11, 99, 206;
  --secondary-rgb: 37, 99, 235;
  --sky-rgb: 56, 189, 248;
  --cyan-bright-rgb: 0, 162, 232;
  --bg-tint-1: #e7f3fd;
  --bg-tint-2: #eef4fb;
  --bg-tint-3: #e9f2fb;
  --bg-tint-4: #f0f7ff;
  --bg-tint-5: #edf2f8;
  --bg-tint-6: #e4ecf5;
  --bg-tint-7: #f2f8fe;
  --bg-tint-8: #e3ecf7;
  /* ========================================================================= */

  --font-primary: 'Cairo', 'Alexandria', -apple-system, sans-serif;
  --bg-body: #f8fafc;
  --bg-header: #ffffff;
  --bg-card: #ffffff;
  --bg-card-subtle: #f1f5f9;
  --bg-input: #ffffff;
  --text-primary: #0b1931;
  --text-secondary: #334155;
  --text-muted: #64748b;
  --border-color: rgba(226, 232, 240, 0.8);
  --border-subtle: #f1f5f9;
  --border-gradient: linear-gradient(135deg, rgba(11, 99, 206, 0.25), rgba(15, 34, 58, 0.25));
  --shadow-sm: 0 4px 15px rgba(11, 25, 49, 0.04);
  --shadow-md: 0 15px 35px rgba(11, 25, 49, 0.06);
  --shadow-lg: 0 20px 45px rgba(11, 25, 49, 0.12);
  --shadow-ambient: 0 12px 32px -8px rgba(11, 25, 49, 0.07);
  --shadow-glow: 0 0 25px rgba(11, 99, 206, 0.22);
  --shadow-card-hover: 0 22px 45px -10px rgba(11, 25, 49, 0.1), 0 0 18px rgba(11, 99, 206, 0.08);
  --gradient-primary: linear-gradient(135deg, #0b63ce 0%, #004ce6 100%);
  --gradient-accent: linear-gradient(135deg, #0f223a 0%, #1e40af 100%);
  --gradient-hero: linear-gradient(135deg, #0b63ce 0%, #38bdf8 50%, #0f223a 100%);
  --gradient-text-light: linear-gradient(135deg, #0b1931 0%, #0b63ce 100%);
  --accent-orange: #0f223a;
  --navbar-background: #ffffff;
  --page-background: #f8fafc;
  --text-color: #0b1931;
  --muted-text-color: #64748b;
  --button-background: #0b63ce;
  --button-text-color: #ffffff;
  --container-width: 1240px;
  --navbar-height: 72px;
  --transition-speed: 220ms;

  /* Hero Section Tokens */
  --hero-subtitle-color: #0b63ce;
  --hero-btn-bg: #0b63ce;
  --hero-btn-hover: #004ce6;
  --hero-btn-text: #ffffff;
  --hero-bg-gradient: linear-gradient(135deg, rgba(11, 99, 206, 0.08) 0%, rgba(56, 189, 248, 0.15) 100%);
  --hero-speed-lines: rgba(11, 99, 206, 0.15);
  --hero-text-dark: #0b1931;
  --hero-text-muted: #64748b;
}

[data-theme="dark"] {
  --bg-body: #0b0f19;
  --bg-header: #111827;
  --bg-card: #151d2a;
  --bg-card-subtle: #111827;
  --bg-input: #1f2937;
  --text-primary: #f8fafc;
  --text-secondary: #e2e8f0;
  --text-muted: #94a3b8;
  --border-color: rgba(255, 255, 255, 0.12);
  --border-subtle: #243044;
  --border-gradient: linear-gradient(135deg, rgba(56, 189, 248, 0.3), rgba(255, 107, 0, 0.3));
  --shadow-sm: 0 4px 15px rgba(0, 0, 0, 0.3);
  --shadow-md: 0 15px 35px rgba(0, 0, 0, 0.4);
  --shadow-lg: 0 20px 45px rgba(0, 0, 0, 0.5);
  --shadow-ambient: 0 12px 32px -8px rgba(0, 0, 0, 0.6);
  --shadow-glow: 0 0 25px rgba(56, 189, 248, 0.28);
  --shadow-card-hover: 0 22px 45px -10px rgba(0, 0, 0, 0.75), 0 0 20px rgba(56, 189, 248, 0.12);
  --gradient-text-light: linear-gradient(135deg, #ffffff 0%, #60a5fa 100%);
  --navbar-background: #111827;
  --page-background: #0b0f19;
  --text-color: #f8fafc;
  --muted-text-color: #94a3b8;

  --hero-subtitle-color: #38bdf8;
  --hero-btn-bg: #0b63ce;
  --hero-btn-hover: #004ce6;
  --hero-btn-text: #ffffff;
  --hero-bg-gradient: linear-gradient(135deg, rgba(11, 15, 25, 0.9) 0%, rgba(17, 24, 39, 0.95) 100%);
  --hero-speed-lines: rgba(56, 189, 248, 0.2);
  --hero-text-dark: #f8fafc;
}

/* Container Utility */
.container {
  width: 100%;
  max-width: var(--container-width, 1240px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

/* ==========================================================================
   Header & Navigation Design System
   ========================================================================== */

.site-header {
  position: sticky !important;
  top: 0 !important;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000 !important;
  background: var(--bg-header);
  border-bottom: 1px solid var(--border-color);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: var(--shadow-sm);
  transition: background-color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.site-header.is-scrolled,
.site-header.scrolled {
  box-shadow: 0 10px 30px rgba(15, 34, 58, 0.12) !important;
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
}

[data-theme="dark"] .site-header {
  background: rgba(17, 24, 39, 0.95);
  border-bottom-color: var(--border-color);
}

[data-theme="dark"] .site-header.is-scrolled,
[data-theme="dark"] .site-header.scrolled {
  background: rgba(17, 24, 39, 0.96) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: opacity 0.2s ease;
  flex-shrink: 0;
}

.logo img {
  height: 52px;
  max-height: 54px;
  width: auto;
  object-fit: contain;
  display: block;
}

.logo-brand-text {
  display: none !important;
}

.logo:hover {
  opacity: 0.85;
}

.nav-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-right: 16px;
  flex-shrink: 0;
}

.theme-toggle-btn {
  background: #f2f6fa !important;
  border: 1px solid #e1e8f0 !important;
  color: #0b1931 !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  font-size: 18px !important;
  transition: all 0.25s ease !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
  margin-right: 0;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.theme-toggle-btn i {
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), color 0.25s ease;
}

[data-theme="dark"] .theme-toggle-btn {
  background: #1e293b !important;
  border-color: #334155 !important;
  color: #fbbf24 !important;
}

.theme-toggle-btn:hover {
  transform: scale(1.08) !important;
  background: #e2e8f0 !important;
}

.theme-toggle-btn:hover i {
  transform: rotate(15deg) scale(1.1);
}

.theme-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.theme-icon-light {
  display: none;
}

[data-theme="dark"] .theme-icon-dark {
  display: none;
}

[data-theme="dark"] .theme-icon-light {
  display: inline-block;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--bg-card-subtle);
  border: 1px solid var(--border-color);
  color: var(--text-primary);
  font-size: 20px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.nav-toggle:hover {
  background: var(--bg-card);
  transform: scale(1.05);
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
}

.nav-menu .nav-item:first-child {
  margin-right: auto;
}

.nav-link {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 700;
  color: var(--text-secondary);
  text-decoration: none;
  position: relative;
  padding: 6px 0;
  transition: color 0.25s ease;
  white-space: nowrap;
}

.nav-link::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2.5px;
  bottom: 0;
  left: 0;
  background-color: var(--secondary);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
  border-radius: 2px;
}

.nav-link:hover::after,
.nav-link.active::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.nav-link:hover,
.nav-link.active {
  color: var(--text-primary);
}

.nav-menu .nav-item-btn {
  margin-right: auto;
}

.btn-signup,
.hotline-btn {
  background: linear-gradient(135deg, #0b63ce 0%, #0052cc 100%) !important;
  color: #ffffff !important;
  padding: 8px 18px 8px 22px !important;
  border-radius: 999px !important;
  font-size: 15.5px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  box-shadow: 0 8px 25px rgba(11, 99, 206, 0.35), 0 3px 10px rgba(11, 99, 206, 0.2) !important;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  border: none !important;
  white-space: nowrap !important;
  position: relative !important;
  overflow: visible !important;
}

.btn-signup:hover,
.hotline-btn:hover {
  transform: translateY(-2px) scale(1.02) !important;
  box-shadow: 0 12px 30px rgba(11, 99, 206, 0.45) !important;
  color: #ffffff !important;
}

.hotline-icon-wrap {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #ffffff;
  position: relative;
  flex-shrink: 0;
}

.hotline-online-dot {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #10b981;
  border: 1.5px solid #0052cc;
  box-shadow: 0 0 6px #10b981;
}

/* Mega Dropdown Menu */
.dropdown {
  position: relative;
}

.dropdown-icon {
  font-size: 11px;
  margin-right: 6px;
  transition: transform 0.25s ease;
  display: inline-block;
}

.dropdown:hover .dropdown-icon,
.dropdown.open .dropdown-icon,
.dropdown.is-open .dropdown-icon {
  transform: rotate(180deg);
}

.dropdown-menu.mega-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 50%;
  transform: translateX(50%) translateY(10px);
  background: var(--bg-header);
  width: 640px;
  max-width: calc(100vw - 32px);
  box-shadow: var(--shadow-lg);
  border-radius: 20px;
  padding: 22px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s cubic-bezier(0.16, 1, 0.3, 1), transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 250;
  border: 1px solid var(--border-color);
  text-align: right;
  display: block;
  box-sizing: border-box;
}

.dropdown:hover .dropdown-menu.mega-dropdown,
.dropdown:focus-within .dropdown-menu.mega-dropdown,
.dropdown.open .dropdown-menu.mega-dropdown,
.dropdown.is-open .dropdown-menu.mega-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(50%) translateY(0);
}

.mega-dropdown .dropdown-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 14px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.mega-dropdown .header-title-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mega-dropdown .header-badge-icon {
  width: 36px;
  height: 36px;
  background: rgba(var(--secondary-rgb), 0.12);
  color: var(--secondary);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.mega-dropdown .header-title {
  font-size: 15px;
  font-weight: 800;
  color: var(--text-primary);
}

.mega-dropdown .header-tag {
  background: var(--bg-card-subtle);
  color: var(--text-muted);
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
  border: 1px solid var(--border-color);
}

.mega-dropdown-body {
  display: grid;
  grid-template-columns: 1fr 185px;
  gap: 16px;
  align-items: stretch;
}

.brands-mega-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.brand-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 12px;
  text-decoration: none;
  background: var(--bg-card-subtle);
  border: 1px solid var(--border-subtle);
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.brand-item:hover {
  background: var(--bg-card);
  border-color: var(--secondary);
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}

.brand-badge {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--bg-card);
  color: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
  box-shadow: var(--shadow-sm);
}

.brand-item:hover .brand-badge {
  background: var(--secondary);
  color: var(--white);
}

.brand-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.brand-name {
  font-size: 14px;
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.3;
  margin: 0;
  padding: 0;
}

.brand-tag {
  font-size: 11px;
  color: var(--text-muted);
  margin-top: 3px;
  font-weight: 500;
  line-height: 1.2;
}

.mega-dropdown-callout {
  background: linear-gradient(135deg, #0b132b 0%, #1c2541 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 10px 25px -5px rgba(11, 19, 43, 0.25);
  box-sizing: border-box;
}

.callout-title {
  font-size: 13px;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.callout-title i {
  color: var(--blue-soft);
  font-size: 14px;
}

.callout-desc {
  font-size: 11px;
  color: var(--slate-400);
  line-height: 1.5;
  margin-bottom: 14px;
}

.callout-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: var(--secondary);
  color: var(--white);
  padding: 9px 14px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(var(--secondary-rgb), 0.3);
}

.callout-link:hover {
  background: #3b82f6;
  transform: translateY(-1px);
}

.mega-dropdown .dropdown-footer {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-text {
  font-size: 11px;
  color: var(--text-muted);
}

.dropdown-all-link {
  color: var(--secondary);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

@media (max-width: 992px) {
  .navbar {
    padding: 12px 18px;
  }

  .logo img {
    height: 50px;
    max-height: 50px;
  }

  .nav-controls {
    margin-right: 0;
    gap: 8px;
  }

  .theme-toggle-btn {
    width: 38px;
    height: 38px;
    font-size: 15px;
    order: 1;
  }

  .nav-toggle {
    display: flex;
    order: 2;
    width: 38px;
    height: 38px;
    border-radius: 10px;
  }

  .nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background: var(--bg-header);
    flex-direction: column;
    align-items: stretch;
    padding: 16px 18px 22px 18px;
    gap: 8px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-top: 1px solid var(--border-color);
    max-height: 82vh;
    overflow-y: auto;
    z-index: 999;
  }

  .nav-menu.open,
  .nav-menu.is-open {
    display: flex;
    animation: mobileNavSlide 0.25s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }

  @keyframes mobileNavSlide {
    from {
      opacity: 0;
      transform: translateY(-8px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .nav-menu .nav-item {
    width: 100%;
  }

  .nav-menu .nav-item:first-child {
    margin-right: 0;
  }

  .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    color: var(--text-secondary);
    background: var(--bg-card-subtle);
    border: 1px solid transparent;
    transition: all 0.2s ease;
  }

  .nav-link::after {
    display: none !important;
  }

  .nav-link:hover,
  .nav-link.active {
    color: var(--secondary);
    background: rgba(var(--secondary-rgb), 0.08);
    border-color: rgba(var(--secondary-rgb), 0.2);
  }

  .nav-menu .nav-item-btn {
    margin-right: 0;
    margin-top: 8px;
  }

  .btn-signup {
    width: 100%;
    justify-content: center;
    padding: 13px 20px;
    font-size: 15px;
    border-radius: 14px;
  }

  /* Mega Dropdown Menu inside Mobile Menu */
  .dropdown-menu.mega-dropdown {
    position: static;
    transform: none !important;
    width: 100%;
    box-shadow: none;
    border: 1px solid var(--border-color);
    border-radius: 16px;
    margin-top: 8px;
    padding: 14px;
    display: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    background: var(--bg-body);
  }

  .dropdown.open .dropdown-menu.mega-dropdown,
  .dropdown.is-open .dropdown-menu.mega-dropdown {
    display: block;
    animation: mobileNavSlide 0.2s ease forwards;
  }

  .mega-dropdown-body {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .brands-mega-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .brand-item {
    padding: 10px;
    gap: 10px;
  }

  .brand-badge {
    width: 32px;
    height: 32px;
    font-size: 13px;
  }

  .brand-name {
    font-size: 13px;
  }

  .brand-tag {
    font-size: 10px;
  }

  .mega-dropdown-callout {
    padding: 14px;
    border-radius: 14px;
  }
}

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

/* =========================
   General Styles
========================= */

html {
  scroll-behavior: smooth;

  /*
    يمنع عنوان الـ section من الاختفاء
    خلف الـ navbar عند الضغط على رابط
  */
  scroll-padding-top: calc(var(--navbar-height) + 20px);
}

body {
  margin: 0;
  min-height: 100vh;

  font-family:
    'Cairo',
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;

  color: var(--text-color);
  background-color: var(--page-background);
}

button,
a {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
}

/* Global Reset & Base Layout */


/* =========================
   Reduced Motion
========================= */

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ==========================================================================
   Hero Section (Hero Furnizen Design)
   ========================================================================== */

.gradient-text {
  background: linear-gradient(135deg, var(--purple) 0%, #4f46e5 60%, var(--gray-850) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

[data-theme="dark"] .gradient-text {
  background: linear-gradient(135deg, #a78bfa 0%, #818cf8 60%, var(--slate-300) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Ambient Background Orbs */
.ambient-orb-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.ambient-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.35;
  animation: orbFloat 18s ease-in-out infinite alternate;
  will-change: transform;
}

.ambient-orb-1 {
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(251, 191, 36, 0.35) 0%, rgba(245, 158, 11, 0) 70%);
  top: -100px;
  right: -80px;
  animation-duration: 22s;
}

.ambient-orb-2 {
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.25) 0%, rgba(99, 102, 241, 0) 70%);
  bottom: -60px;
  left: -80px;
  animation-duration: 16s;
  animation-delay: -5s;
}

.ambient-orb-3 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(252, 211, 77, 0.3) 0%, rgba(251, 191, 36, 0) 70%);
  top: 40%;
  left: 45%;
  animation-duration: 26s;
  animation-delay: -10s;
}

@keyframes orbFloat {
  0% {
    transform: translate(0, 0) scale(1) rotate(0deg);
  }

  33% {
    transform: translate(40px, -50px) scale(1.12) rotate(120deg);
  }

  66% {
    transform: translate(-30px, 30px) scale(0.9) rotate(240deg);
  }

  100% {
    transform: translate(25px, -20px) scale(1.05) rotate(360deg);
  }
}

[data-theme="dark"] .ambient-orb {
  opacity: 0.55;
  filter: blur(100px);
}

.hero-furnizen {
  background: radial-gradient(circle at 75% 30%, rgba(var(--primary-rgb), 0.07) 0%, transparent 55%), radial-gradient(circle at 20% 80%, rgba(var(--sky-rgb), 0.08) 0%, transparent 60%), linear-gradient(180deg, var(--bg-tint-4) 0%, var(--white) 100%);
  padding: 40px 0 60px 0;
  font-family: var(--font-primary, 'Cairo', sans-serif);
  color: var(--text-primary);
  text-align: right;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(var(--primary-rgb), 0.08);
}

[data-theme="dark"] .hero-furnizen {
  background: radial-gradient(circle at 75% 30%, rgba(var(--sky-rgb), 0.12) 0%, transparent 55%), linear-gradient(180deg, #0b1329 0%, var(--ink-900) 100%);
  border-bottom-color: rgba(255, 255, 255, 0.06);
}

.hero-furnizen .hero-container {
  max-width: var(--container-width, 1240px);
  margin: 0 auto;
  padding: 0 24px;
}

.hero-main-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: center;
}

/* Right Content Column (RTL) */
.hero-text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}

/* Tagline badge: Pill badge with icon */
.hero-tagline-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(var(--primary-rgb), 0.08);
  color: var(--primary);
  padding: 5px 16px;
  border-radius: 30px;
  border: 1px solid rgba(var(--primary-rgb), 0.15);
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 14px;
  box-shadow: 0 4px 12px rgba(var(--primary-rgb), 0.05);
  width: fit-content;
}

[data-theme="dark"] .hero-tagline-badge {
  background: rgba(var(--sky-rgb), 0.12);
  color: var(--sky);
  border-color: rgba(var(--sky-rgb), 0.25);
}

/* Hero Title: Compact headline */
.hero-title {
  font-size: 42px;
  font-weight: 900;
  line-height: 1.22;
  color: var(--gray-900);
  margin-bottom: 14px;
}

[data-theme="dark"] .hero-title {
  color: var(--white);
}

.hero-title .highlight-text {
  background: linear-gradient(135deg, var(--primary) 0%, var(--blue-deep) 60%, var(--sky) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle {
  font-size: 15.5px;
  line-height: 1.7;
  color: #4b5563;
  max-width: 520px;
  margin-bottom: 24px;
  font-weight: 500;
}

[data-theme="dark"] .hero-subtitle {
  color: var(--slate-400);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

/* Primary CTA Button: Brand Blue Pill */
.btn-hero-pill-primary {
  background: var(--gradient-primary, linear-gradient(135deg, var(--primary) 0%, var(--blue-deep) 100%));
  color: var(--white) !important;
  padding: 13px 28px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 10px 24px rgba(var(--primary-rgb), 0.35);
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
}

.btn-hero-pill-primary:hover {
  transform: translateY(-3px) scale(1.02);
  background: linear-gradient(135deg, var(--blue-deep) 0%, var(--blue-700) 100%);
  box-shadow: 0 16px 32px rgba(var(--primary-rgb), 0.5);
  color: var(--white) !important;
}

/* WhatsApp CTA Button */
.btn-hero-pill-whatsapp {
  background: linear-gradient(135deg, var(--whatsapp) 0%, #128c7e 100%);
  color: var(--white) !important;
  padding: 13px 28px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.35);
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
}

.btn-hero-pill-whatsapp i {
  font-size: 19px;
}

.btn-hero-pill-whatsapp:hover {
  transform: translateY(-3px) scale(1.02);
  background: linear-gradient(135deg, #128c7e 0%, #075e54 100%);
  box-shadow: 0 16px 32px rgba(37, 211, 102, 0.5);
  color: var(--white) !important;
}

/* Secondary CTA link */
.hero-learn-more-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14.5px;
  font-weight: 700;
  color: var(--slate-500);
  text-decoration: none;
  transition: all 0.25s ease;
}

[data-theme="dark"] .hero-learn-more-link {
  color: var(--slate-400);
}

.hero-learn-more-link i {
  font-size: 13px;
  transition: transform 0.25s ease;
}

.hero-learn-more-link:hover {
  color: var(--primary);
}

.hero-learn-more-link:hover i {
  transform: translateX(-4px);
}

/* Bottom 3 Feature Pills Row */
.hero-bottom-features {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  padding-top: 6px;
}

.hero-feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-feature-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(var(--primary-rgb), 0.08);
  border: 1px solid rgba(var(--primary-rgb), 0.2);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(var(--primary-rgb), 0.08);
  transition: all 0.25s ease;
}

[data-theme="dark"] .hero-feature-icon {
  background: rgba(var(--sky-rgb), 0.15);
  color: var(--sky);
  border-color: rgba(var(--sky-rgb), 0.3);
}

.hero-feature-item:hover .hero-feature-icon {
  transform: scale(1.1);
  background: var(--primary);
  color: var(--white);
}

.hero-feature-label {
  font-size: 14px;
  font-weight: 700;
  color: #1f2937;
  white-space: nowrap;
}

[data-theme="dark"] .hero-feature-label {
  color: var(--bg-subtle);
}

/* Left Visual Graphic Area (RTL) */
.hero-visual-graphic {
  position: relative;
  width: 100%;
  height: 460px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

/* Horizontal Speed Lines & Dots */
.speed-element {
  position: absolute;
  z-index: 1;
  background: linear-gradient(90deg, var(--sky) 0%, var(--primary) 100%);
  opacity: 0.85;
  border-radius: 50px;
}

[data-theme="dark"] .speed-element {
  background: linear-gradient(90deg, var(--primary) 0%, var(--sky) 100%);
  opacity: 0.8;
}

.speed-bar-1 {
  top: 50px;
  left: -30px;
  width: 250px;
  height: 32px;
}

.speed-bar-2 {
  top: 140px;
  left: -80px;
  width: 350px;
  height: 40px;
}

.speed-bar-3 {
  top: 240px;
  left: -50px;
  width: 300px;
  height: 36px;
}

.speed-bar-4 {
  top: 330px;
  left: -20px;
  width: 230px;
  height: 30px;
}

.speed-dot-1 {
  top: 20px;
  left: 160px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
}

.speed-dot-2 {
  top: 380px;
  left: 190px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.speed-dot-3 {
  top: 110px;
  left: -100px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

/* Background Curved Backdrop Circle: Brand Royal Blue Gradient */
.hero-backdrop-blob {
  position: absolute;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sky) 0%, var(--primary) 50%, var(--blue-deep) 100%);
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  box-shadow: 0 20px 45px rgba(var(--primary-rgb), 0.3);
  transition: all 0.3s ease;
  overflow: hidden; /* Clips image cleanly inside circle boundary */
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border: none;
}

[data-theme="dark"] .hero-backdrop-blob {
  background: linear-gradient(135deg, var(--primary) 0%, var(--blue-deep) 60%, var(--navy) 100%);
  box-shadow: 0 20px 45px rgba(var(--primary-rgb), 0.45);
  border: none;
}

.hero-person-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.2));
  transition: transform 0.35s ease;
}

.hero-backdrop-blob:hover .hero-person-img {
  transform: scale(1.04);
}

/* Floating Circular Badge Cards matching reference image */
.hero-float-badge {
  position: absolute;
  z-index: 3;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: var(--white);
  border: 2.5px solid var(--white);
  box-shadow: 0 10px 25px rgba(var(--primary-rgb), 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: badgeFloat 4s ease-in-out infinite alternate;
}

[data-theme="dark"] .hero-float-badge {
  background: var(--slate-800);
  border-color: var(--slate-600);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.45);
}

.badge-inner-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
}

.badge-top-right {
  top: 20px;
  right: 15px;
  animation-delay: 0s;
}

.badge-mid-left {
  top: 160px;
  left: -15px;
  animation-delay: -1.5s;
}

.badge-bot-right {
  bottom: 20px;
  right: 15px;
  animation-delay: -3s;
}

@keyframes badgeFloat {
  0% {
    transform: translateY(0) scale(1);
  }

  100% {
    transform: translateY(-10px) scale(1.04);
  }
}

/* Hero Mobile & Responsive Breakpoints */
@media (max-width: 992px) {
  .hero-furnizen {
    padding: 40px 0 60px 0;
  }

  .hero-main-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero-text-content {
    text-align: center;
    align-items: center;
  }

  .hero-title {
    font-size: 38px;
  }

  .hero-subtitle {
    max-width: 100%;
    font-size: 16px;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-bottom-features {
    justify-content: center;
    gap: 20px;
  }

  .hero-visual-graphic {
    height: 420px;
  }

  .hero-backdrop-blob {
    width: 320px;
    height: 320px;
    top: 30px;
  }

  .hero-person-img {
    max-height: 400px;
  }

  .hero-float-badge {
    width: 58px;
    height: 58px;
  }

  .badge-inner-icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 30px;
  }

  .hero-actions {
    flex-direction: column;
    width: 100%;
    gap: 14px;
  }

  .btn-hero-pill-primary {
    width: 100%;
  }

  .hero-bottom-features {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .hero-visual-graphic {
    height: 340px;
  }

  .hero-backdrop-blob {
    width: 260px;
    height: 260px;
  }

  .hero-person-img {
    max-height: 320px;
  }

  .speed-bar-mid,
  .speed-bar-top,
  .speed-bar-bottom {
    display: none;
  }
}

/* ==========================================================================
   Services Section (Dark Theme with Red Accent)
   ========================================================================== */

:root {
  --services-dark-bg: #ffffff;
  --services-card-bg: #ffffff;
  --services-accent-red: var(--hero-btn-bg);
  --services-accent-red-hover: var(--hero-btn-hover);
  --services-text-white: var(--hero-text-dark);
  --services-text-muted: var(--hero-text-muted);
}

.services-section {
  background-color: var(--services-dark-bg);
  padding-block: 100px;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #f3f3f6;
  border-bottom: 1px solid #f3f3f6;
}

.services-container {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 24px;
  width: min(calc(100% - 40px), var(--container-width));
  margin-inline: auto;
}

/* Left CTA Card */
.services-cta-card {
  background: linear-gradient(135deg, #fac24c 0%, #f5a623 100%);
  color: var(--services-text-white);
  border-radius: 24px;
  padding: 48px 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  min-height: 380px;
  box-shadow: 0 20px 40px rgba(250, 194, 76, 0.15);
  transition: transform 300ms ease;
  overflow: hidden;
}

.services-cta-card::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  pointer-events: none;
  z-index: 1;
}

.services-cta-card:hover {
  transform: translateY(-2px);
}

@media (min-width: 1025px) {
  .services-cta-card::after {
    content: "";
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background-color: var(--services-dark-bg);
    border-radius: 50%;
    z-index: 2;
  }
}

.services-cta-title {
  font-size: 32px;
  font-weight: 850;
  line-height: 1.25;
  color: var(--services-text-white);
  margin: 0 0 16px 0;
  letter-spacing: -0.01em;
  z-index: 2;
}

.services-cta-desc {
  font-size: 15px;
  line-height: 1.65;
  color: rgba(17, 17, 17, 0.85);
  margin: 0 0 32px 0;
  z-index: 2;
}

.services-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--hero-text-dark);
  color: var(--white);
  padding: 12px 36px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  align-self: flex-start;
  transition: background-color 200ms ease, transform 200ms ease, box-shadow 200ms ease;
  z-index: 2;
}

.services-cta-btn:hover {
  background-color: #222226;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Right Grid */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.services-card {
  background-color: #fbfbfa;
  border-radius: 20px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 185px;
  border: 1px solid #f2edf8;
  border-right: 4px solid var(--services-accent-red);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
}

.services-card:hover {
  background-color: var(--white);
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 15px 30px rgba(250, 194, 76, 0.12);
  border-color: var(--services-accent-red);
  border-right-width: 6px;
}

.services-card-top {
  display: flex;
  align-items: center;
  gap: 16px;
}

.services-card-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, rgba(250, 194, 76, 0.14) 0%, rgba(250, 194, 76, 0.02) 100%);
  color: #e28f00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(250, 194, 76, 0.04);
  transition: all 250ms ease;
}

.services-card:hover .services-card-icon {
  transform: scale(1.08) rotate(6deg);
  background: linear-gradient(135deg, rgba(250, 194, 76, 0.24) 0%, rgba(250, 194, 76, 0.06) 100%);
  color: #d48100;
  box-shadow: 0 6px 14px rgba(250, 194, 76, 0.15);
}

.services-card-icon svg {
  width: 22px;
  height: 22px;
}

.services-card-titles {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.services-card-title {
  font-size: 18px;
  font-weight: 800;
  color: var(--services-text-white);
  margin: 0;
  letter-spacing: -0.01em;
}

.services-card-subtitle {
  font-size: 13px;
  font-weight: 500;
  color: var(--services-text-muted);
}

.services-card-label {
  font-size: 12px;
  font-weight: 700;
  color: #565658;
  background-color: #f5f5f7;
  padding: 6px 14px;
  border-radius: 999px;
  display: inline-block;
  align-self: flex-start;
  margin-top: 20px;
  transition: all 250ms ease;
}

.services-card:hover .services-card-label {
  background-color: rgba(250, 194, 76, 0.12);
  color: #bd7d00;
}

@media (max-width: 1100px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1024px) {
  .services-container {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .services-cta-card {
    min-height: auto;
    padding: 36px;
  }
}

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

  .services-grid {
    gap: 16px;
  }

  .services-card {
    padding: 24px;
  }
}

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

  .services-cta-card {
    text-align: center;
    align-items: center;
  }

  .services-cta-btn {
    align-self: center;
  }
}

/* ==========================================================================
   Tasks / Goals Section (Brand Theme Aligned)
   ========================================================================== */

:root {
  --tasks-bg: #edf2f8;
  --tasks-card-bg: #ffffff;
  --tasks-card-highlight: #e0edfd;
  --tasks-card-highlight-hover: #d0e4fd;
  --tasks-text-dark: #0b1931;
  --tasks-text-muted: #64748b;
  --tasks-tab-active-bg: #0b63ce;
  --tasks-tab-active-text: #ffffff;
  --tasks-download-btn: #0b63ce;
}

[data-theme="dark"] {
  --tasks-bg: #101726;
  --tasks-card-bg: #151d2a;
  --tasks-card-highlight: #17253a;
  --tasks-card-highlight-hover: #1c2e47;
  --tasks-text-dark: #f8fafc;
  --tasks-text-muted: #cbd5e1;
  --tasks-tab-active-bg: #0b63ce;
  --tasks-tab-active-text: #ffffff;
  --tasks-download-btn: #0b63ce;
}

.tasks-section {
  background-color: var(--tasks-bg);
  background-image: radial-gradient(circle at 50% 0%, rgba(var(--primary-rgb), 0.05) 0%, transparent 65%), linear-gradient(180deg, var(--bg-tint-5) 0%, var(--bg-tint-6) 100%);
  padding-block: 85px 105px;
  border-top: 1px solid rgba(var(--primary-rgb), 0.12);
  border-bottom: 1px solid rgba(var(--primary-rgb), 0.12);
  transition: background-color 0.3s ease;
}

[data-theme="dark"] .tasks-section {
  background-image: linear-gradient(180deg, #101726 0%, #0d1422 100%);
  border-color: rgba(255, 255, 255, 0.08);
}

.tasks-container {
  width: min(calc(100% - 40px), var(--container-width, 1240px));
  margin-inline: auto;
}

.tasks-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}

.tasks-tabs {
  display: flex;
  align-items: center;
  gap: 8px;
}

.tasks-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  border: 1.5px solid var(--border-color);
  background: var(--bg-card-subtle);
  color: var(--text-secondary);
  font-family: inherit;
  transition: background-color 220ms ease, color 220ms ease, border-color 220ms ease, transform 150ms ease;
}

.tasks-tab--active {
  background: var(--gradient-primary);
  color: var(--white) !important;
  border-color: transparent;
  box-shadow: 0 4px 14px rgba(var(--primary-rgb), 0.25);
}

.tasks-tab:hover:not(.tasks-tab--active) {
  border-color: var(--secondary);
  color: var(--secondary);
  transform: translateY(-1px);
}

.tasks-download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--gradient-primary);
  color: var(--white) !important;
  box-shadow: 0 6px 18px rgba(var(--primary-rgb), 0.28);
  transition: background-color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
  flex-shrink: 0;
}

.tasks-download-btn svg {
  width: 20px;
  height: 20px;
}

.tasks-download-btn:hover {
  background: var(--blue-deep);
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 8px 20px rgba(var(--primary-rgb), 0.45);
}

.tasks-panel--hidden {
  display: none;
}

.tasks-header {
  margin-bottom: 40px;
}

.tasks-title {
  font-size: 48px;
  font-weight: 900;
  color: var(--tasks-text-dark);
  margin: 0 0 16px 0;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.tasks-desc {
  font-size: 15px;
  line-height: 1.7;
  color: var(--tasks-text-muted);
  max-width: 520px;
  margin: 0;
}

.tasks-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: start;
}

.tasks-cards>.tasks-card:nth-child(1) {
  margin-top: 0;
  transform: rotate(-2deg);
}

.tasks-cards>.tasks-card:nth-child(2) {
  margin-top: 55px;
  transform: rotate(1.2deg);
}

.tasks-cards>.tasks-card:nth-child(3) {
  margin-top: 0;
  transform: rotate(-1deg);
}

.tasks-cards>.tasks-card:nth-child(4) {
  margin-top: 55px;
  transform: rotate(2deg);
}

.tasks-card {
  background-color: var(--tasks-card-bg);
  border: 1px solid var(--border-color);
  border-radius: 24px;
  padding: 28px 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 240px;
  transition: transform 280ms cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 280ms ease, background-color 0.3s ease;
  cursor: default;
  box-shadow: var(--shadow-sm);
}

.tasks-card:hover {
  transform: translateY(-8px) rotate(0deg);
  box-shadow: var(--shadow-md);
  border-color: var(--secondary);
}

.tasks-card--highlight {
  background-color: var(--tasks-card-highlight);
  border-color: rgba(var(--secondary-rgb), 0.25);
}

.tasks-card--highlight:hover {
  background-color: var(--tasks-card-highlight-hover);
  box-shadow: 0 24px 48px rgba(var(--primary-rgb), 0.22);
}

.tasks-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tasks-card-num {
  font-size: 13px;
  font-weight: 700;
  color: var(--tasks-text-muted);
  letter-spacing: 0.04em;
}

.tasks-card-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(var(--secondary-rgb), 0.12);
  color: var(--secondary);
  flex-shrink: 0;
  transition: background-color 220ms ease, transform 220ms ease, color 220ms ease;
}

.tasks-card:hover .tasks-card-arrow {
  background-color: var(--secondary);
  color: var(--white);
  transform: translate(-2px, -2px);
}

.tasks-card--highlight .tasks-card-arrow {
  background-color: var(--secondary);
  color: var(--white);
}

.tasks-card--highlight:hover .tasks-card-arrow {
  background-color: var(--blue-deep);
  color: var(--white);
  transform: translate(-2px, -2px);
}

.tasks-card-title {
  font-size: 20px;
  font-weight: 800;
  color: var(--tasks-text-dark);
  margin: 0;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.tasks-card-text {
  font-size: 14px;
  line-height: 1.65;
  color: var(--tasks-text-muted);
  margin: 0;
}

.tasks-card--highlight .tasks-card-text {
  color: var(--slate-600);
}

[data-theme="dark"] .tasks-card {
  background-color: var(--gray-900);
  border-color: rgba(255, 255, 255, 0.12);
}

[data-theme="dark"] .tasks-card--highlight {
  background: linear-gradient(135deg, #17253a 0%, #1e304a 100%);
  border-color: rgba(var(--sky-rgb), 0.35);
  box-shadow: 0 8px 24px rgba(var(--primary-rgb), 0.18);
}

[data-theme="dark"] .tasks-card--highlight:hover {
  background: linear-gradient(135deg, #1c2e47 0%, #243a59 100%);
  border-color: rgba(var(--sky-rgb), 0.6);
  box-shadow: 0 16px 36px rgba(var(--primary-rgb), 0.28);
}

[data-theme="dark"] .tasks-card-num {
  color: var(--slate-400);
}

[data-theme="dark"] .tasks-card--highlight .tasks-card-text {
  color: var(--slate-300);
}

@media (max-width: 1024px) {
  .tasks-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .tasks-cards>.tasks-card:nth-child(1) {
    margin-top: 0;
    transform: rotate(-2deg);
  }

  .tasks-cards>.tasks-card:nth-child(2) {
    margin-top: 40px;
    transform: rotate(1.2deg);
  }

  .tasks-cards>.tasks-card:nth-child(3) {
    margin-top: 0;
    transform: rotate(-1deg);
  }

  .tasks-cards>.tasks-card:nth-child(4) {
    margin-top: 40px;
    transform: rotate(2deg);
  }

  .tasks-title {
    font-size: 38px;
  }
}

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

  .tasks-title {
    font-size: 32px;
  }

  .tasks-cards {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .tasks-cards>.tasks-card:nth-child(n) {
    margin-top: 0 !important;
    transform: rotate(0deg) !important;
  }
}

@media (max-width: 480px) {
  .tasks-title {
    font-size: 26px;
  }
}

/* ==========================================================================
   Why Choose Us Section - Orbit Wheel & Stats Grid
   ========================================================================== */

.why-us {
  position: relative;
  direction: rtl;
  padding: 95px 24px 115px;
  background-color: var(--white);
  background-image: radial-gradient(circle at 30% 50%, rgba(var(--primary-rgb), 0.05) 0%, transparent 65%), radial-gradient(circle at 80% 20%, rgba(255, 152, 0, 0.04) 0%, transparent 60%);
  overflow: hidden;
}

[data-theme="dark"] .why-us {
  background-color: var(--ink-900);
  background-image: radial-gradient(circle at 30% 50%, rgba(var(--sky-rgb), 0.08) 0%, transparent 65%);
}

.why-us__container {
  width: min(100%, 1180px);
  margin-inline: auto;
}

/* Header Styling */
.why-us__header {
  text-align: center;
  margin-bottom: 70px;
}

.why-us__accent-dashes {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 14px;
}

.why-us__accent-dashes span {
  display: block;
  height: 4px;
  border-radius: 4px;
  background-color: #ff9800;
}

.why-us__accent-dashes span:nth-child(1) {
  width: 10px;
  opacity: 0.6;
}

.why-us__accent-dashes span:nth-child(2) {
  width: 22px;
}

.why-us__accent-dashes span:nth-child(3) {
  width: 10px;
  opacity: 0.6;
}

.why-us__title {
  margin: 0 0 14px;
  color: var(--slate-800);
  font-size: clamp(32px, 3.8vw, 48px);
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

.why-us__subtitle {
  max-width: 680px;
  margin: 0 auto;
  color: var(--slate-500);
  font-size: clamp(14.5px, 1.2vw, 16px);
  line-height: 1.7;
}

/* Main Grid Layout */
.why-us__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
}

/* Orbit Feature Wheel (Left) */
.orbit-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 440px;
}

.orbit-ring {
  position: relative;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  border: 1.5px solid var(--border-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.3s ease;
}

/* Orbit Center Active Display */
.orbit-center {
  width: 220px;
  text-align: center;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.orbit-center-title {
  margin: 0 0 10px;
  color: var(--slate-800);
  font-size: 21px;
  font-weight: 800;
  line-height: 1.3;
}

.orbit-center-desc {
  margin: 0;
  color: var(--slate-500);
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.65;
}

/* Orbit Nodes Positioning */
.orbit-node {
  position: absolute;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid var(--border-soft);
  color: var(--cyan-bright);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  outline: none;
}

.orbit-node svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  transition: transform 0.3s ease;
}

.orbit-node:hover {
  transform: scale(1.12);
  border-color: var(--cyan-bright);
  box-shadow: 0 10px 24px rgba(var(--cyan-bright-rgb), 0.2);
}

.orbit-node.is-active {
  background: linear-gradient(135deg, var(--cyan-bright) 0%, var(--cyan) 100%);
  color: var(--white);
  border-color: transparent;
  transform: scale(1.22);
  box-shadow: 0 12px 28px rgba(var(--cyan-bright-rgb), 0.45);
}

.orbit-node.is-active svg {
  stroke: var(--white);
}

/* 6 Trigonometric Positions around 380px circle (radius = 190px - 29px node radius = 161px) */
.orbit-node[data-index="0"] {
  top: -29px;
  left: calc(50% - 29px);
}

.orbit-node[data-index="1"] {
  top: 66px;
  right: 12px;
}

.orbit-node[data-index="2"] {
  bottom: 66px;
  right: 12px;
}

.orbit-node[data-index="3"] {
  bottom: -29px;
  left: calc(50% - 29px);
}

.orbit-node[data-index="4"] {
  bottom: 66px;
  left: 12px;
}

.orbit-node[data-index="5"] {
  top: 66px;
  left: 12px;
}

/* Feature Cards Grid (Descriptive Content Cards) */
.why-features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.why-feature-card {
  padding: 24px 20px;
  border-radius: 18px;
  background: var(--bg-card, var(--white));
  border: 1px solid var(--border-color, var(--border-soft));
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
  text-align: right;
  transition: opacity 0.22s ease, transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s ease, box-shadow 0.35s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.why-feature-card.is-updating {
  opacity: 0.15;
  transform: translateY(6px) scale(0.97);
}

.why-feature-card:hover {
  transform: translateY(-5px);
  border-color: rgba(var(--cyan-bright-rgb), 0.3);
  box-shadow: 0 16px 35px rgba(var(--cyan-bright-rgb), 0.1);
}

.why-feature-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: rgba(var(--cyan-bright-rgb), 0.08);
  color: var(--cyan-bright);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  transition: all 0.35s ease;
}

.why-feature-card:hover .why-feature-icon {
  background: linear-gradient(135deg, var(--cyan-bright) 0%, var(--cyan) 100%);
  color: var(--white);
  box-shadow: 0 6px 16px rgba(var(--cyan-bright-rgb), 0.35);
  transform: scale(1.08);
}

.why-feature-icon svg {
  width: 23px;
  height: 23px;
  stroke: currentColor;
}

.why-feature-title {
  margin: 0 0 8px;
  color: var(--slate-800);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.3;
}

.why-feature-desc {
  margin: 0;
  color: var(--slate-500);
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.65;
}

/* Dark Theme Adaptations */
[data-theme="dark"] .why-us {
  background: var(--bg-body, var(--ink-900));
}

[data-theme="dark"] .why-feature-card {
  background: var(--slate-800);
  border-color: var(--slate-600);
}

[data-theme="dark"] .why-us__title,
[data-theme="dark"] .orbit-center-title,
[data-theme="dark"] .why-feature-title {
  color: var(--bg);
}

[data-theme="dark"] .why-us__subtitle,
[data-theme="dark"] .orbit-center-desc,
[data-theme="dark"] .why-feature-desc {
  color: var(--slate-400);
}

[data-theme="dark"] .orbit-ring {
  border-color: var(--slate-600);
}

[data-theme="dark"] .orbit-node {
  background: var(--slate-800);
  border-color: var(--slate-600);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Responsive Breakdown (< 960px) */
@media (max-width: 960px) {
  .why-us {
    padding: 60px 20px 80px;
  }

  .why-us__header {
    margin-bottom: 45px;
  }

  .why-us__grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .why-features-grid {
    gap: 20px;
  }
}

@media (max-width: 600px) {
  .why-features-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 440px) {
  .orbit-ring {
    width: 310px;
    height: 310px;
  }

  .orbit-center {
    width: 180px;
  }

  .orbit-center-title {
    font-size: 18px;
  }

  .orbit-center-desc {
    font-size: 12.5px;
  }

  .orbit-node {
    width: 48px;
    height: 48px;
  }

  .orbit-node[data-index="0"] {
    top: -24px;
    left: calc(50% - 24px);
  }

  .orbit-node[data-index="1"] {
    top: 52px;
    right: 8px;
  }

  .orbit-node[data-index="2"] {
    bottom: 52px;
    right: 8px;
  }

  .orbit-node[data-index="3"] {
    bottom: -24px;
    left: calc(50% - 24px);
  }

  .orbit-node[data-index="4"] {
    bottom: 52px;
    left: 8px;
  }

  .orbit-node[data-index="5"] {
    top: 52px;
    left: 8px;
  }
}

/* ==========================================================================
   Working Process Section
   ========================================================================== */

:root {
  --process-cyan: #f4c20d;
  --process-cyan-soft: #f5e6a4;
  --process-navy: #080d25;
  --process-text: #171717;
  --process-muted: #858585;
  --process-arrow-dark: #383838;
  --process-background: #ffffff;
}

/* ==========================================================================
   Working Process Section - Modern Timeline Design & Interactive Animations
   ========================================================================== */

.working-process {
  overflow: hidden;
  background-color: var(--bg-tint-1);
  background-image: linear-gradient(180deg, var(--bg-tint-1) 0%, var(--bg-tint-7) 100%);
  padding: 95px 24px 115px;
  position: relative;
  border-top: 1px solid rgba(var(--cyan-bright-rgb), 0.16);
  border-bottom: 1px solid rgba(var(--cyan-bright-rgb), 0.16);
}

[data-theme="dark"] .working-process {
  background-color: #081326;
  background-image: linear-gradient(180deg, #081326 0%, #0d1a33 100%);
  border-color: rgba(var(--cyan-bright-rgb), 0.25);
}

.working-process__container {
  width: min(100%, 1140px);
  margin-inline: auto;
}

.working-process__header {
  margin-bottom: 70px;
  text-align: center;
}

.working-process__title {
  margin: 0 auto;
  color: var(--cyan-bright);
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 800;
  letter-spacing: -0.8px;
  line-height: 1.15;
  text-align: center;
  background: linear-gradient(135deg, var(--cyan-bright) 0%, var(--cyan) 60%, #0369a1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Timeline Container & Progress Line */
.process-timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 70px;
}

.process-timeline::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 50%;
  width: 2px;
  background: rgba(226, 232, 240, 0.8);
  transform: translateX(-50%);
  z-index: 1;
}

.timeline-progress {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 3px;
  height: 0%;
  max-height: calc(100% - 40px);
  background: linear-gradient(180deg, var(--cyan-bright) 0%, var(--sky) 50%, #0ea5e9 100%);
  transform: translateX(-50%);
  z-index: 2;
  box-shadow: 0 0 12px rgba(var(--cyan-bright-rgb), 0.6);
  border-radius: 4px;
  transition: height 0.15s ease-out;
}

/* Timeline Row Grid & Interactive Hover */
.timeline-row {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
  z-index: 3;
}

.timeline-col {
  display: flex;
  flex-direction: column;
}

.timeline-col--left {
  align-items: flex-end;
}

.timeline-col--right {
  align-items: flex-start;
}

.timeline-row--reverse .timeline-col--left {
  align-items: flex-end;
}

.timeline-row--reverse .timeline-col--right {
  align-items: flex-start;
}

/* Step Content Card */
.step-card {
  max-width: 440px;
  padding: 24px;
  border-radius: 18px;
  text-align: right;
  background: transparent;
  border: 1px solid transparent;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.step-card--right {
  text-align: left;
}

.timeline-row:hover .step-card {
  background: rgba(var(--cyan-bright-rgb), 0.04);
  border-color: rgba(var(--cyan-bright-rgb), 0.12);
  transform: translateY(-4px);
  box-shadow: 0 16px 36px -10px rgba(var(--cyan-bright-rgb), 0.08);
}

/* Step Number Circle Badge */
.step-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan-bright) 0%, var(--cyan) 100%);
  color: var(--white);
  font-size: 19px;
  font-weight: 800;
  margin-bottom: 18px;
  box-shadow: 0 6px 16px rgba(var(--cyan-bright-rgb), 0.35);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.step-badge::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid rgba(var(--cyan-bright-rgb), 0.4);
  animation: badge-pulse 2.8s infinite ease-out;
  opacity: 0.6;
}

@keyframes badge-pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.8;
  }

  100% {
    transform: scale(1.45);
    opacity: 0;
  }
}

.timeline-row:hover .step-badge {
  transform: scale(1.15) rotate(6deg);
  box-shadow: 0 8px 24px rgba(var(--cyan-bright-rgb), 0.5);
  background: linear-gradient(135deg, var(--sky) 0%, var(--cyan-bright) 100%);
}

.step-title {
  margin: 0 0 10px;
  color: var(--slate-800);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.timeline-row:hover .step-title {
  color: var(--cyan-bright);
}

.step-description {
  margin: 0;
  color: var(--slate-500);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}

/* Visual Illustration Icons */
.timeline-visual {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}

.timeline-col--left .timeline-visual {
  justify-content: flex-end;
  padding-right: 20px;
}

.timeline-col--right .timeline-visual {
  justify-content: flex-start;
  padding-left: 20px;
}

.timeline-icon {
  width: 144px;
  height: 144px;
  filter: drop-shadow(0 6px 16px rgba(var(--cyan-bright-rgb), 0.08));
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  animation: float-icon 4.5s ease-in-out infinite;
}

.timeline-row:nth-child(even) .timeline-icon {
  animation-delay: 2.2s;
}

@keyframes float-icon {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-9px);
  }
}

.timeline-row:hover .timeline-icon {
  transform: translateY(-8px) scale(1.08);
  filter: drop-shadow(0 14px 28px rgba(var(--cyan-bright-rgb), 0.28));
  color: var(--cyan-bright);
}

.timeline-icon--cyan {
  color: var(--cyan-bright);
}

.timeline-icon--muted {
  color: var(--slate-300);
}

/* Animation Entrance Integration with script.js */
.working-process.has-animation .process-step {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.working-process.has-animation .process-step.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Dark Theme Adaptations */
[data-theme="dark"] .working-process {
  background: var(--bg-body, var(--ink-900));
}

[data-theme="dark"] .process-timeline::before {
  background: rgba(51, 65, 85, 0.6);
}

[data-theme="dark"] .step-title {
  color: var(--bg);
}

[data-theme="dark"] .step-description {
  color: var(--slate-400);
}

[data-theme="dark"] .timeline-row:hover .step-card {
  background: rgba(var(--cyan-bright-rgb), 0.08);
  border-color: rgba(var(--cyan-bright-rgb), 0.2);
}

/* Responsive Breakdown (< 768px) */
@media (max-width: 768px) {
  .working-process {
    padding: 60px 20px 75px;
  }

  .working-process__header {
    margin-bottom: 45px;
    text-align: center;
  }

  .process-timeline::before,
  .timeline-progress {
    left: 22px;
    transform: none;
  }

  .timeline-row,
  .timeline-row--reverse {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-left: 50px;
  }

  .timeline-col--left,
  .timeline-col--right,
  .timeline-row--reverse .timeline-col--left,
  .timeline-row--reverse .timeline-col--right {
    align-items: flex-start;
  }

  .step-card,
  .step-card--right {
    text-align: left;
    padding: 16px;
  }

  .timeline-visual {
    display: none;
  }
}

/* ==========================================================================
   About Section
   ========================================================================== */

/* ==========================================================================
   About Section (Values & Features Grid Style)
   ========================================================================== */

.about {
  width: 100%;
  padding-block: 100px;
  background-color: var(--white);
  position: relative;
  overflow: hidden;
  transition: background-color var(--transition-speed) ease;
}

[data-theme="dark"] .about {
  background-color: var(--ink-900);
}

.about__container {
  width: min(calc(100% - 48px), var(--container-width, 1240px));
  margin-inline: auto;
}

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

/* Intro Column */
.about__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* Eyebrow Pill Badge */
.about__eyebrow-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.08) 0%, rgba(var(--sky-rgb), 0.12) 100%);
  border: 1px solid rgba(var(--primary-rgb), 0.2);
  border-radius: 50px;
  margin-bottom: 20px;
}

.about__eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 10px var(--primary);
  animation: pulseDot 2s infinite ease-in-out;
}

@keyframes pulseDot {

  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.35);
    opacity: 0.6;
  }
}

.about__eyebrow-text {
  font-size: 13px;
  font-weight: 800;
  color: var(--hero-subtitle-color);
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

[data-theme="dark"] .about__eyebrow-badge {
  background: rgba(var(--sky-rgb), 0.12);
  border-color: rgba(var(--sky-rgb), 0.28);
}

[data-theme="dark"] .about__eyebrow-text {
  color: var(--sky);
}

[data-theme="dark"] .about__eyebrow-dot {
  background: var(--sky);
  box-shadow: 0 0 10px var(--sky);
}

.about__title {
  font-size: clamp(34px, 4.2vw, 54px);
  font-weight: 850;
  line-height: 1.15;
  color: var(--text-primary);
  margin: 0 0 24px 0;
  letter-spacing: -1px;
}

.about__title-highlight {
  color: var(--hero-subtitle-color);
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
}

.about__description {
  font-size: 17px;
  line-height: 1.8;
  color: var(--text-muted);
  margin: 0;
  max-width: 480px;
}

/* Grid of 4 Cards */
.about__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* Individual Card */
.values-card {
  background: var(--bg-card-subtle, #f4f5f8);
  border: 1px solid var(--border-color);
  border-radius: 24px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 280px;
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
}

.values-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: rgba(var(--primary-rgb), 0.3);
}

.values-card__icon {
  color: var(--text-primary);
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.values-card__desc {
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-muted);
  margin: 0;
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.values-card__divider {
  height: 1px;
  background: var(--border-color);
  margin-block: 20px 18px;
  width: 100%;
}

.values-card__title {
  font-size: 18px;
  font-weight: 750;
  color: var(--text-primary);
  margin: 0;
}

/* Accent Card (Featured Card - Stylish Tilt) */
.values-card--accent {
  background: var(--gradient-primary, var(--primary));
  border-color: transparent;
  color: var(--white);
  box-shadow: 0 14px 35px rgba(var(--primary-rgb), 0.32);
  transform: rotate(-2.8deg) translateY(-4px);
  z-index: 2;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.values-card--accent:hover {
  transform: rotate(0deg) translateY(-8px) scale(1.03);
  box-shadow: 0 20px 45px rgba(var(--primary-rgb), 0.45);
}

.values-card--accent .values-card__icon {
  color: var(--white);
}

.values-card--accent .values-card__desc {
  color: rgba(255, 255, 255, 0.92);
}

.values-card--accent .values-card__divider {
  background: rgba(255, 255, 255, 0.25);
}

.values-card--accent .values-card__title {
  color: var(--white);
}

/* Dark Theme Overrides */
[data-theme="dark"] .values-card {
  background: #151d2a;
  border-color: rgba(255, 255, 255, 0.08);
}

[data-theme="dark"] .values-card__icon {
  color: var(--sky);
}

[data-theme="dark"] .values-card__title {
  color: var(--bg);
}

[data-theme="dark"] .values-card__desc {
  color: var(--slate-400);
}

[data-theme="dark"] .values-card--accent {
  background: linear-gradient(135deg, var(--primary) 0%, var(--blue-deep) 100%);
}

[data-theme="dark"] .values-card--accent .values-card__icon {
  color: var(--white);
}

[data-theme="dark"] .values-card--accent .values-card__title {
  color: var(--white);
}

/* Responsive Breakdown */
@media (max-width: 1024px) {
  .about__layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .about__intro {
    align-items: center;
    text-align: center;
  }

  .about__description {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .about {
    padding-block: 65px;
  }

  .about__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .values-card {
    min-height: auto;
    padding: 26px 22px;
  }
}

/* ==========================================================================
   Reviews & FAQ Sections
   ========================================================================== */

/* ==========================================================================
   Reviews & FAQ Sections (EG-SIANA Design System)
   ========================================================================== */

/* =========================
   Reviews Section
========================= */
.reviews-section {
  padding: 90px 0 100px;
  background-color: var(--bg-tint-2);
  background-image: radial-gradient(circle at 50% 0%, rgba(var(--primary-rgb), 0.06) 0%, transparent 60%), linear-gradient(180deg, var(--bg-tint-2) 0%, var(--bg-tint-8) 100%);
  direction: rtl;
  border-top: 1px solid rgba(var(--primary-rgb), 0.12);
  border-bottom: 1px solid rgba(var(--primary-rgb), 0.12);
}

[data-theme="dark"] .reviews-section {
  background-color: #0c1424;
  background-image: linear-gradient(180deg, #0c1424 0%, #080d19 100%);
  border-color: rgba(255, 255, 255, 0.08);
}

.reviews-container {
  width: min(calc(100% - 40px), var(--container-width, 1200px));
  margin-inline: auto;
}

.reviews-header {
  text-align: center;
  margin-bottom: 48px;
}

.reviews-heading {
  font-size: 34px;
  font-weight: 900;
  color: var(--text-color, var(--gray-850));
  margin: 0 0 16px 0;
  line-height: 1.3;
}

p.trust-row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 700;
  font-size: 15px;
  color: var(--muted-text-color, #475569);
  margin: 0 auto;
  flex-wrap: wrap;
}

.trust-score {
  color: var(--green);
  font-weight: 900;
  background: rgba(16, 185, 129, 0.1);
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 14px;
}

.trust-count {
  line-height: 1.5;
}

.reviews-content {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 40px;
  align-items: center;
}

.reviews-intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.quote-icon {
  color: var(--primary-color, var(--primary));
  opacity: 0.85;
  margin-bottom: 16px;
}

.reviews-intro h2 {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.35;
  color: var(--text-color, var(--gray-850));
  margin: 0 0 20px 0;
}

.slider-controls {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.slider-progress {
  flex: 1;
  height: 5px;
  background: var(--slate-300);
  border-radius: 3px;
  overflow: hidden;
  max-width: 120px;
}

#reviewProgress {
  display: block;
  height: 100%;
  width: 20%;
  background: var(--primary-color, var(--primary));
  border-radius: 3px;
  transition: width 0.25s ease-out;
}

.slider-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--slate-300);
  background: var(--white);
  color: var(--slate-600);
  font-size: 18px;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.slider-btn:hover:not(:disabled) {
  background: var(--primary-color, var(--primary));
  color: var(--white);
  border-color: var(--primary-color, var(--primary));
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(var(--primary-rgb), 0.2);
}

.slider-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  box-shadow: none;
}

.reviews-viewport {
  overflow: hidden;
  padding: 10px 4px;
}

.reviews-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px 4px 20px 4px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.reviews-track::-webkit-scrollbar {
  display: none;
}

.review-card-wrapper {
  flex: 0 0 320px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  scroll-snap-align: start;
}

.review-item {
  flex: 1;
  background: var(--bg-card, var(--white));
  border-radius: 20px;
  padding: 26px;
  border: 1px solid var(--border-color, var(--border-soft));
  box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.review-text {
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-secondary, var(--slate-600));
  margin-bottom: 16px;
  flex-grow: 1;
}

.stars {
  color: #f59e0b;
  font-size: 16px;
  letter-spacing: 2px;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-inline: 4px;
}

.review-author img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--white);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.author-name {
  font-weight: 800;
  font-size: 15px;
  color: var(--text-color, var(--gray-850));
  margin: 0;
}

.author-date {
  font-size: 12px;
  color: var(--text-muted, var(--slate-500));
  margin-top: 2px;
}

@media (max-width: 992px) {
  .reviews-content {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .reviews-intro {
    align-items: center;
    text-align: center;
  }

  .slider-controls {
    justify-content: center;
  }

}

/* ==========================================================================
   GLOBAL CTA BANNER CARD SECTION
   ========================================================================== */
.global-cta-section {
  width: 100%;
  padding: 70px 0;
  position: relative;
  background: linear-gradient(135deg, var(--primary) 0%, var(--blue-deep) 100%);
  color: var(--white);
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(var(--primary-rgb), 0.15);
}

.global-cta-section::before {
  content: '';
  position: absolute;
  top: -40%;
  left: -10%;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  pointer-events: none;
}

.global-cta-section::after {
  content: '';
  position: absolute;
  bottom: -40%;
  right: -10%;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  pointer-events: none;
}

.global-cta-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 2;
  text-align: center;
}

.cta-card-box {
  background: transparent;
  border-radius: 0;
  padding: 0;
  text-align: center;
  color: var(--white);
  box-shadow: none;
  position: relative;
  overflow: visible;
}

.cta-card-title {
  font-size: clamp(1.6rem, 3.2vw, 2.3rem);
  font-weight: 800;
  color: var(--white);
  margin-bottom: 20px;
  line-height: 1.35;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: -0.3px;
}

.cta-features-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}

.cta-feature-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15.5px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
}

.cta-check-badge {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--white);
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 900;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.cta-actions-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.btn-cta-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 38px;
  border-radius: 50px;
  background: var(--white);
  color: var(--primary);
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid var(--white);
}

.btn-cta-white:hover {
  background: var(--white);
  color: var(--blue-deep);
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.btn-cta-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 34px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  font-size: 15.5px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(4px);
}

.btn-cta-ghost:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: var(--white);
  color: var(--white);
  transform: translateY(-3px);
}

@media (max-width: 768px) {
  .global-cta-section {
    padding: 50px 0;
  }
  .cta-features-row {
    flex-direction: column;
    gap: 14px;
    align-items: center;
  }
  .cta-actions-row {
    flex-direction: column;
    width: 100%;
  }
  .btn-cta-white,
  .btn-cta-ghost {
    width: 100%;
    max-width: 320px;
  }
}

/* ===== FAQ Section ===== */
.faq-section {
  padding: 100px 0 110px;
  background-color: var(--bg-tint-3);
  background-image: radial-gradient(circle at 50% 0%, rgba(var(--primary-rgb), 0.05) 0%, transparent 60%), linear-gradient(180deg, var(--bg-tint-3) 0%, #f7fafc 100%);
  direction: rtl;
  border-top: 1px solid rgba(var(--primary-rgb), 0.12);
}

[data-theme="dark"] .faq-section {
  background-color: var(--ink-900);
  background-image: linear-gradient(180deg, #0d1627 0%, var(--ink-900) 100%);
  border-color: rgba(255, 255, 255, 0.08);
}

.faq-section__inner {
  width: min(calc(100% - 48px), 1180px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 56px;
  align-items: center;
}

.faq-intro {
  text-align: right;
  padding-top: 0;
}

.faq-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(var(--secondary-rgb), 0.1);
  color: var(--primary-color, var(--primary));
  font-size: 14px;
  font-weight: 700;
  padding: 7px 18px;
  border-radius: 50px;
  margin-bottom: 24px;
  box-shadow: 0 2px 10px rgba(var(--primary-rgb), 0.08);
}

.faq-badge svg {
  color: var(--primary-color, var(--primary));
}

.faq-intro h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: var(--text-color, var(--gray-900));
  margin: 0 0 20px 0;
  font-family: var(--font-primary, 'Cairo', sans-serif);
}

.faq-intro h2 .brand-accent-text {
  color: var(--primary-color, var(--primary));
  display: inline-block;
}

.faq-description {
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--muted-text-color, var(--gray-neutral));
  max-width: 440px;
  margin: 0;
}

.faq-list {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  background: var(--bg-card, var(--white));
  border-radius: 18px;
  border: 1px solid rgba(15, 34, 58, 0.09);
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}

.faq-item:hover {
  border-color: rgba(var(--primary-rgb), 0.25);
  box-shadow: 0 6px 20px rgba(var(--primary-rgb), 0.06);
}

.faq-item.is-open,
.faq-item.active {
  background: var(--bg-card, var(--white));
  border-color: rgba(var(--primary-rgb), 0.35);
  box-shadow: 0 8px 28px rgba(var(--primary-rgb), 0.09);
}

.faq-item__trigger {
  width: 100%;
  padding: 22px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: none;
  border: none;
  font-family: inherit;
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--text-color, var(--near-black));
  text-align: right;
  cursor: pointer;
  outline: none;
  transition: color 0.2s ease;
}

.faq-item__trigger span:first-child {
  flex: 1;
}

.faq-item__icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(var(--primary-rgb), 0.08);
  color: var(--primary-color, var(--primary));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), background 0.25s ease, color 0.25s ease;
  flex-shrink: 0;
}

.faq-item:hover .faq-item__icon {
  background: rgba(var(--primary-rgb), 0.14);
}

.faq-item.is-open .faq-item__icon,
.faq-item.active .faq-item__icon {
  transform: rotate(180deg);
  background: var(--primary-color, var(--primary));
  color: var(--white);
}

.faq-item__panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1), padding 0.35s ease;
  padding: 0 26px;
}

.faq-item.is-open .faq-item__panel,
.faq-item.active .faq-item__panel {
  display: block;
  max-height: 500px;
  padding: 0 26px 22px;
}

.faq-item__content {
  font-size: 0.96rem;
  color: var(--muted-text-color, #475569);
  line-height: 1.75;
  margin: 0;
}

@media (max-width: 992px) {
  .faq-section__inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

/* ==========================================================================
   EG-SIANA Main Footer Styles
   ========================================================================== */

.main-site-footer {
  background: linear-gradient(180deg, #0b111e 0%, #060911 100%);
  color: var(--slate-300);
  padding: 70px 0 35px 0;
  font-family: var(--font-primary, 'Cairo', sans-serif);
  text-align: right;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  overflow: hidden;
}

.main-site-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary), var(--sky), transparent);
  opacity: 0.8;
}

.footer-top-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.1fr;
  gap: 48px 36px;
  margin-bottom: 50px;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-logo-box {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 22px;
  font-weight: 800;
  color: var(--white);
  text-decoration: none;
  transition: opacity 0.25s ease;
}

.footer-logo-box:hover {
  opacity: 0.9;
}

.footer-logo-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--blue-deep) 100%);
  color: var(--white);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  box-shadow: 0 4px 15px rgba(var(--primary-rgb), 0.35);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.footer-logo-box:hover .footer-logo-icon {
  transform: scale(1.06) rotate(-4deg);
  box-shadow: 0 6px 20px rgba(var(--primary-rgb), 0.5);
}

.footer-brand p {
  font-size: 14.5px;
  color: var(--slate-400);
  line-height: 1.75;
  margin: 0;
  max-width: 330px;
}

.footer-social-links {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
}

.social-pill-btn {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--slate-300);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
  backdrop-filter: blur(8px);
}

.social-pill-btn:hover {
  background: linear-gradient(135deg, var(--primary) 0%, var(--blue-deep) 100%);
  color: var(--white);
  border-color: transparent;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 20px rgba(var(--primary-rgb), 0.4);
}

.footer-col-title {
  font-size: 17px;
  font-weight: 800;
  color: var(--white);
  margin: 0 0 22px 0;
  position: relative;
  padding-bottom: 12px;
  display: inline-block;
}

.footer-col-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 32px;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--sky));
  border-radius: 3px;
  transition: width 0.3s ease;
}

.footer-top-grid>div:hover .footer-col-title::after {
  width: 48px;
}

.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.footer-links-list a {
  color: var(--slate-400);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.25s ease, transform 0.25s ease;
}

.footer-links-list a:hover {
  color: var(--white);
  transform: translateX(-4px);
}

.footer-link-icon {
  font-size: 13px;
  color: var(--sky);
  opacity: 0.85;
}

.footer-bottom-bar {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-copyright {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 13.5px;
  color: var(--slate-400);
  flex-wrap: wrap;
}

.status-indicator {
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid rgba(16, 185, 129, 0.2);
  color: #34d399;
  font-size: 12.5px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.status-dot {
  width: 8px;
  height: 8px;
  background-color: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--green);
  animation: footerPulse 2s infinite ease-in-out;
}

@keyframes footerPulse {

  0%,
  100% {
    transform: scale(0.95);
    opacity: 0.7;
    box-shadow: 0 0 4px var(--green);
  }

  50% {
    transform: scale(1.15);
    opacity: 1;
    box-shadow: 0 0 12px var(--green);
  }
}

.footer-legal-links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.footer-legal-links a {
  color: var(--slate-400);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.25s ease;
}

.footer-legal-links a:hover {
  color: var(--sky);
}

@media (max-width: 1024px) {
  .footer-top-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 28px;
  }
}

@media (max-width: 640px) {
  .main-site-footer {
    padding: 50px 0 30px 0;
  }

  .footer-top-grid {
    grid-template-columns: 1fr;
    gap: 36px;
    text-align: center;
  }

  .footer-brand {
    align-items: center;
    text-align: center;
  }

  .footer-brand p {
    margin: 0 auto;
  }

  .footer-social-links {
    justify-content: center;
  }

  .footer-col-title::after {
    right: 50%;
    transform: translateX(50%);
  }

  .footer-links-list a {
    justify-content: center;
  }

  .footer-links-list a:hover {
    transform: translateY(-2px);
  }

  .footer-bottom-bar {
    flex-direction: column;
    text-align: center;
    gap: 18px;
    justify-content: center;
    align-items: center;
  }

  .footer-copyright {
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .footer-legal-links {
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
  }
}

/* ==========================================================================
   Scroll Motion & Dynamic Scroll Animations
   ========================================================================== */

/* Top Scroll Progress Bar */
.scroll-progress-bar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3.5px;
  background: linear-gradient(90deg, var(--primary) 0%, var(--sky) 50%, #f59e0b 100%);
  width: 0%;
  z-index: 1001;
  transition: width 0.1s cubic-bezier(0.1, 0.5, 0.1, 1);
  box-shadow: 0 0 10px rgba(var(--sky-rgb), 0.8);
  pointer-events: none;
}

/* Site Header Scrolled Glassmorphism State */
.site-header.is-scrolled,
.site-header.scrolled {
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

/* Base Section Motion reveal */
.section-motion {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1), transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.section-motion.is-section-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Section Motion Child Items (Staggered Reveal) */
.section-motion__item {
  opacity: 0;
  transform: translateY(28px) scale(0.98);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--section-item-delay, 0ms);
  will-change: opacity, transform;
}

.is-section-visible .section-motion__item {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Preserve Accent Card Tilt Angle */
.values-card--accent.section-motion__item {
  transform: rotate(-2.8deg) translateY(28px) scale(0.98);
}

.is-section-visible .values-card--accent,
.is-section-visible .values-card--accent.section-motion__item {
  transform: rotate(-2.8deg) translateY(-4px) scale(1);
}

.is-section-visible .values-card--accent:hover,
.is-section-visible .values-card--accent.section-motion__item:hover {
  transform: rotate(0deg) translateY(-8px) scale(1.03);
  box-shadow: 0 20px 45px rgba(var(--primary-rgb), 0.45);
}

/* Micro-interaction Hover & Lift Effects for Cards */
.tasks-card,
.why-feature-card,
.values-card:not(.values-card--accent),
.review-card-wrapper,
.step-card,
.device-card {
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s ease;
}

.tasks-card:hover,
.why-feature-card:hover,
.values-card:not(.values-card--accent):hover,
.review-card-wrapper:hover,
.step-card:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 16px 36px -10px rgba(var(--primary-rgb), 0.14);
}

/* ======================= DEVICES SECTION ======================= */
.devices-section {
  padding: 100px 0 80px;
  background:
    radial-gradient(
      circle at 8% 12%,
      rgba(11, 99, 206, 0.07),
      transparent 24%
    ),
    radial-gradient(
      circle at 92% 88%,
      rgba(56, 189, 248, 0.06),
      transparent 25%
    ),
    var(--bg-body);
  position: relative;
  overflow: hidden;
}

.devices-section::before {
  content: "";
  position: absolute;
  top: 75px;
  right: -115px;
  width: 270px;
  height: 270px;
  border: 45px solid rgba(var(--primary-rgb), 0.035);
  border-radius: 50%;
  pointer-events: none;
}

.devices-section::after {
  content: "";
  position: absolute;
  bottom: -130px;
  left: -115px;
  width: 300px;
  height: 300px;
  border: 55px solid rgba(var(--primary-rgb), 0.03);
  border-radius: 50%;
  pointer-events: none;
}

.devices-container {
  width: 100%;
  max-width: var(--container-width, 1240px);
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}

/* ======================= HEADER ======================= */

.devices-header {
  text-align: center;
  margin: 0 auto 56px;
  max-width: 760px;
}

.devices-subtitle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-primary);
  font-size: 13px;
  font-weight: 800;
  color: var(--primary);
  background: rgba(var(--primary-rgb), 0.07);
  border: 1px solid rgba(var(--primary-rgb), 0.14);
  padding: 8px 18px;
  border-radius: 50px;
  margin-bottom: 18px;
  letter-spacing: 0.3px;
}

.devices-subtitle i {
  font-size: 12px;
}

[data-theme="dark"] .devices-subtitle {
  color: var(--sky);
  background: rgba(var(--sky-rgb), 0.08);
  border-color: rgba(var(--sky-rgb), 0.2);
}

.devices-title {
  font-family: var(--font-primary);
  font-size: clamp(28px, 3.6vw, 43px);
  font-weight: 900;
  color: var(--text-primary);
  line-height: 1.4;
  letter-spacing: -0.7px;
  margin: 0 0 16px;
}

.devices-title::after {
  content: "";
  display: block;
  width: 74px;
  height: 4px;
  margin: 17px auto 0;
  border-radius: 50px;
  background: linear-gradient(90deg, var(--primary), var(--sky));
}

.devices-header-desc {
  font-family: var(--font-primary);
  font-size: 15.5px;
  font-weight: 400;
  color: var(--text-muted);
  line-height: 1.9;
  max-width: 680px;
  margin: 0 auto;
}

/* ======================= GRID ======================= */

.devices-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

/* ======================= CARD ======================= */

.device-card {
  position: relative;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 24px;
  padding: 28px 25px 25px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.045);
  transition:
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.35s ease;
}

/* الخط العلوي المتحرك */
.device-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--sky));
  transition: width 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 4;
}

/* شكل ديكوري داخل الكارت */
.device-card::after {
  content: "";
  position: absolute;
  top: -70px;
  left: -70px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(var(--primary-rgb), 0.035);
  transform: scale(0.7);
  transition:
    transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    background-color 0.35s ease;
  z-index: -1;
}

.device-card:hover {
  transform: translateY(-9px);
  border-color: rgba(var(--primary-rgb), 0.22);
  box-shadow: 0 25px 58px rgba(15, 23, 42, 0.11);
}

.device-card:hover::before {
  width: 100%;
}

.device-card:hover::after {
  transform: scale(1);
  background: rgba(var(--primary-rgb), 0.06);
}

/* ======================= TOP ROW ======================= */

.device-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  position: relative;
  z-index: 2;
}

/* ======================= POPULAR BADGE ======================= */

.device-card__popular-badge {
  position: absolute;
  top: 0;
  right: 26px;
  left: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-primary);
  font-size: 10.5px;
  font-weight: 800;
  color: var(--white);
  background: linear-gradient(135deg, #f59e0b, var(--orange-warm));
  padding: 7px 15px;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 8px 18px rgba(234, 88, 12, 0.22);
  z-index: 5;
  animation: none;
}

.device-card--highlight .device-card__top {
  margin-top: 19px;
}

/* ======================= SERVICE BADGES ======================= */

.device-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-family: var(--font-primary);
  font-size: 11px;
  font-weight: 700;
  padding: 6px 11px;
  border-radius: 50px;
  white-space: nowrap;
  flex-shrink: 0;
}

.device-card__badge i {
  font-size: 9px;
}

.device-card__badge--green {
  color: var(--green-dark);
  background: rgba(5, 150, 105, 0.07);
  border: 1px solid rgba(5, 150, 105, 0.15);
}

.device-card__badge--blue {
  color: var(--cyan);
  background: rgba(2, 132, 199, 0.07);
  border: 1px solid rgba(2, 132, 199, 0.15);
}

.device-card__badge--orange {
  color: #c46805;
  background: rgba(217, 119, 6, 0.07);
  border: 1px solid rgba(217, 119, 6, 0.16);
}

/* ======================= HIGHLIGHTED CARD ======================= */

/*
  الكارت المميز لم يعد أزرق بالكامل.
  تم الاحتفاظ بنفس الكلاس مع تمييز أكثر هدوءًا واحترافية.
*/
.device-card--highlight {
  background:
    linear-gradient(
      145deg,
      rgba(11, 99, 206, 0.055),
      transparent 42%
    ),
    var(--bg-card);
  border-color: rgba(var(--primary-rgb), 0.28);
  box-shadow:
    0 18px 45px rgba(11, 99, 206, 0.1),
    inset 0 0 0 1px rgba(var(--primary-rgb), 0.02);
}

.device-card--highlight:hover {
  border-color: rgba(var(--primary-rgb), 0.42);
  box-shadow: 0 28px 62px rgba(var(--primary-rgb), 0.17);
}

/* إلغاء تنسيقات النص الأبيض القديمة */
.device-card--highlight .device-card__title {
  color: var(--text-primary);
}

.device-card--highlight .device-card__desc {
  color: var(--text-muted);
}

.device-card--highlight .device-card__faults li {
  color: var(--text-secondary);
}

.device-card--highlight .device-card__faults li i {
  color: var(--primary);
  opacity: 1;
}

.device-card--highlight .device-card__tag {
  color: var(--text-muted);
  background: var(--bg-card-subtle);
  border-color: var(--border-color);
}

.device-card--highlight .device-card__badge--green {
  color: var(--green-dark);
  background: rgba(5, 150, 105, 0.07);
  border-color: rgba(5, 150, 105, 0.15);
}

.device-card--highlight .device-card__cta {
  color: var(--primary);
  background: rgba(var(--primary-rgb), 0.065);
  border-color: rgba(var(--primary-rgb), 0.18);
}

.device-card--highlight .device-card__cta:hover {
  color: var(--white);
  background: var(--primary);
  border-color: var(--primary);
}

/* ======================= ICON ======================= */

.device-card__icon-wrap {
  width: 58px;
  height: 58px;
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
  border: 1px solid transparent;
  transition:
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.35s ease,
    background-color 0.3s ease;
}

.device-card:hover .device-card__icon-wrap {
  transform: translateY(-4px) rotate(-5deg);
}

.device-card__icon--blue {
  background: rgba(var(--primary-rgb), 0.08);
  color: var(--primary);
  border-color: rgba(var(--primary-rgb), 0.14);
}

.device-card__icon--cyan {
  background: rgba(6, 182, 212, 0.08);
  color: #0891b2;
  border-color: rgba(6, 182, 212, 0.15);
}

.device-card__icon--indigo {
  background: rgba(99, 102, 241, 0.08);
  color: #5b5ee5;
  border-color: rgba(99, 102, 241, 0.15);
}

.device-card__icon--orange {
  background: rgba(234, 88, 12, 0.08);
  color: #dc570f;
  border-color: rgba(234, 88, 12, 0.15);
}

/* إبقاء أيقونة الكارت المميز ملونة */
.device-card--highlight .device-card__icon-wrap {
  background: rgba(var(--primary-rgb), 0.09) !important;
  color: var(--primary) !important;
  border-color: rgba(var(--primary-rgb), 0.17) !important;
}

/* ======================= TITLE ======================= */

.device-card__title {
  font-family: var(--font-primary);
  font-size: 20px;
  font-weight: 900;
  color: var(--text-primary);
  margin: 3px 0 0;
  line-height: 1.45;
}

/* ======================= DESCRIPTION ======================= */

.device-card__desc {
  font-family: var(--font-primary);
  font-size: 13.5px;
  font-weight: 400;
  color: var(--text-muted);
  line-height: 1.85;
  margin: 0;
  min-height: 76px;
}

/* ======================= FAULTS BOX ======================= */

.device-card__faults {
  list-style: none;
  padding: 17px;
  margin: 5px 0 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
  background: var(--bg-card-subtle);
  border: 1px solid var(--border-color);
  border-radius: 17px;
}

.device-card__faults::before {
  content: "أشهر الأعطال";
  display: block;
  margin-bottom: 2px;
  font-family: var(--font-primary);
  font-size: 11.5px;
  font-weight: 800;
  color: var(--text-primary);
}

.device-card__faults li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-family: var(--font-primary);
  font-size: 12.5px;
  font-weight: 500;
  color: var(--text-secondary);
  line-height: 1.65;
}

.device-card__faults li i {
  font-size: 9px;
  color: var(--primary);
  opacity: 1;
  flex-shrink: 0;
  width: 14px;
  margin-top: 5px;
  text-align: center;
}

/* تحويل أيقونة المفتاح بصريًا لنقطة تحقق */
.device-card__faults li i::before {
  content: "\f058";
}

/* ======================= FEATURE TAGS ======================= */

.device-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
  min-height: 29px;
}

.device-card__tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-primary);
  font-size: 10.5px;
  font-weight: 700;
  color: var(--text-muted);
  background: transparent;
  border: 0;
  padding: 3px 0;
  border-radius: 0;
}

.device-card__tag:not(:last-child)::after {
  content: "";
  width: 4px;
  height: 4px;
  margin-right: 3px;
  border-radius: 50%;
  background: rgba(var(--primary-rgb), 0.3);
}

.device-card__tag i {
  font-size: 10px;
  color: var(--primary);
}

/* ======================= CTA BUTTON ======================= */

.device-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  font-family: var(--font-primary);
  font-size: 13px;
  font-weight: 800;
  color: var(--primary);
  background: rgba(var(--primary-rgb), 0.06);
  border: 1px solid rgba(var(--primary-rgb), 0.16);
  padding: 12px 16px;
  border-radius: 13px;
  text-decoration: none;
  margin-top: auto;
  transition:
    transform 0.3s ease,
    color 0.3s ease,
    background-color 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.device-card__cta:hover {
  color: var(--white);
  background: var(--primary);
  border-color: var(--primary);
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(var(--primary-rgb), 0.2);
  gap: 10px;
}

.device-card__cta i {
  font-size: 11px;
  transition: transform 0.3s ease;
}

.device-card__cta:hover i {
  transform: translateX(-4px);
}

/* ======================= FOOTER ACTION ======================= */

.devices-footer-action {
  position: relative;
  margin-top: 30px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  flex-wrap: wrap;
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(
      circle at 88% 18%,
      rgba(255, 255, 255, 0.13),
      transparent 25%
    ),
    linear-gradient(135deg, #062f6c 0%, var(--primary) 58%, #087fbd 100%);
  box-shadow: 0 20px 50px rgba(var(--primary-rgb), 0.23);
}

.devices-footer-action::before {
  content: "هل تحتاج إلى مساعدة في تحديد العطل؟";
  width: 100%;
  margin-bottom: 5px;
  color: var(--white);
  font-family: var(--font-primary);
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 900;
  text-align: center;
}

.devices-footer-action::after {
  content: "تواصل معنا وسيساعدك فريق خدمة العملاء في تسجيل طلب الصيانة.";
  width: 100%;
  margin-top: -8px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.74);
  font-family: var(--font-primary);
  font-size: 12.5px;
  line-height: 1.7;
  text-align: center;
}

.devices-view-all-btn,
.devices-wa-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 225px;
  padding: 13px 23px;
  font-family: var(--font-primary);
  font-size: 13px;
  font-weight: 800;
  border-radius: 13px;
  text-decoration: none;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background-color 0.3s ease;
}

.devices-view-all-btn {
  background: var(--white);
  color: #073f91;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.devices-view-all-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 13px 28px rgba(0, 0, 0, 0.18);
}

.devices-wa-btn {
  background: var(--whatsapp);
  color: var(--white);
  box-shadow: 0 8px 22px rgba(37, 211, 102, 0.24);
}

.devices-wa-btn:hover {
  background: #1fbd59;
  transform: translateY(-3px);
  box-shadow: 0 13px 28px rgba(37, 211, 102, 0.32);
}

/* ======================= DARK MODE ======================= */

[data-theme="dark"] .device-card:not(.device-card--highlight),
[data-theme="dark"] .device-card--highlight {
  background:
    linear-gradient(
      145deg,
      rgba(56, 189, 248, 0.035),
      transparent 40%
    ),
    var(--bg-card);
  border-color: var(--border-color);
}

[data-theme="dark"] .device-card:not(.device-card--highlight):hover,
[data-theme="dark"] .device-card--highlight:hover {
  border-color: rgba(var(--sky-rgb), 0.28);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.38);
}

[data-theme="dark"] .device-card::after {
  background: rgba(var(--sky-rgb), 0.03);
}

[data-theme="dark"] .device-card__icon--blue,
[data-theme="dark"] .device-card--highlight .device-card__icon-wrap {
  background: rgba(var(--sky-rgb), 0.1) !important;
  border-color: rgba(var(--sky-rgb), 0.2) !important;
  color: var(--sky) !important;
}

[data-theme="dark"] .device-card__icon--cyan {
  background: rgba(6, 182, 212, 0.12);
  border-color: rgba(6, 182, 212, 0.22);
  color: #22d3ee;
}

[data-theme="dark"] .device-card__icon--indigo {
  background: rgba(129, 140, 248, 0.1);
  border-color: rgba(129, 140, 248, 0.2);
  color: #818cf8;
}

[data-theme="dark"] .device-card__icon--orange {
  background: rgba(251, 146, 60, 0.1);
  border-color: rgba(251, 146, 60, 0.2);
  color: #fb923c;
}

[data-theme="dark"] .device-card__badge--green,
[data-theme="dark"] .device-card--highlight .device-card__badge--green {
  color: #34d399;
  background: rgba(52, 211, 153, 0.1);
  border-color: rgba(52, 211, 153, 0.2);
}

[data-theme="dark"] .device-card__badge--blue {
  color: var(--sky);
  background: rgba(var(--sky-rgb), 0.1);
  border-color: rgba(var(--sky-rgb), 0.2);
}

[data-theme="dark"] .device-card__badge--orange {
  color: #fbbf24;
  background: rgba(251, 191, 36, 0.1);
  border-color: rgba(251, 191, 36, 0.2);
}

[data-theme="dark"] .device-card__faults {
  background: rgba(255, 255, 255, 0.035);
  border-color: rgba(255, 255, 255, 0.07);
}

[data-theme="dark"] .device-card__faults li i,
[data-theme="dark"] .device-card__tag i {
  color: var(--sky);
}

[data-theme="dark"] .device-card__tag {
  background: transparent;
  border-color: transparent;
}

[data-theme="dark"] .device-card:not(.device-card--highlight) .device-card__cta,
[data-theme="dark"] .device-card--highlight .device-card__cta {
  color: var(--sky);
  background: rgba(var(--sky-rgb), 0.06);
  border-color: rgba(var(--sky-rgb), 0.17);
}

[data-theme="dark"] .device-card:not(.device-card--highlight) .device-card__cta:hover,
[data-theme="dark"] .device-card--highlight .device-card__cta:hover {
  color: var(--white);
  background: var(--cyan);
  border-color: var(--cyan);
}

/* ======================= RESPONSIVE ======================= */

@media (max-width: 1000px) {
  .devices-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}

@media (max-width: 700px) {
  .devices-section {
    padding: 65px 0 50px;
  }

  .devices-container {
    padding: 0 15px;
  }

  .devices-header {
    margin-bottom: 38px;
  }

  .devices-title {
    font-size: 28px;
    letter-spacing: -0.3px;
  }

  .devices-header-desc {
    font-size: 14px;
    line-height: 1.85;
  }

  .devices-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .device-card {
    padding: 23px 20px 21px;
    border-radius: 20px;
  }

  .device-card__desc {
    min-height: auto;
  }

  .device-card__popular-badge {
    right: 20px;
  }

  .devices-footer-action {
    margin-top: 22px;
    padding: 25px 18px;
    border-radius: 20px;
    flex-direction: column;
  }

  .devices-view-all-btn,
  .devices-wa-btn {
    width: 100%;
    max-width: 340px;
    min-width: 0;
  }
}

@media (max-width: 430px) {
  .device-card__top {
    align-items: flex-start;
  }

  .device-card__badge {
    max-width: 125px;
    white-space: normal;
    text-align: center;
    line-height: 1.5;
  }

  .device-card__tags {
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
  }

  .device-card__tag:not(:last-child)::after {
    display: none;
  }
}

/* ======================= REDUCED MOTION ======================= */

@media (prefers-reduced-motion: reduce) {
  .device-card,
  .device-card::before,
  .device-card::after,
  .device-card__icon-wrap,
  .device-card__cta,
  .device-card__cta i,
  .devices-view-all-btn,
  .devices-wa-btn {
    transition: none !important;
  }

  .device-card:hover,
  .device-card:hover .device-card__icon-wrap,
  .device-card__cta:hover,
  .devices-view-all-btn:hover,
  .devices-wa-btn:hover {
    transform: none;
  }
}

/* Hide Floating Back to Top Button site-wide */
.back-to-top-btn,
#backToTop {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
/* ===== Accessibility: skip link ===== */
.skip-link {
  position: absolute;
  top: -60px;
  right: 16px;
  z-index: 3000;
  background: var(--primary, #0b63ce);
  color: #fff;
  padding: 10px 18px;
  border-radius: 0 0 10px 10px;
  font-weight: 700;
  text-decoration: none;
  transition: top 0.2s ease;
}
.skip-link:focus {
  top: 0;
}

/* ==========================================================================
   Brand Showcase Section Component (Universal across all brand pages)
   ========================================================================== */
.brand-showcase-section,
.ariston-showcase-section {
  padding: 60px 20px;
  background: linear-gradient(135deg, var(--bg-tint-1, #f8fafc) 0%, #ffffff 50%, var(--bg-tint-2, #f1f5f9) 100%);
  /* This component always uses a light surface, even when the site theme is dark. */
  --text-primary: #1e293b;
  --text-secondary: #475569;
  --bg-card: #ffffff;
  color: #1e293b;
  position: relative;
}
.showcase-container {
  max-width: 1200px;
  margin: 0 auto;
}
.showcase-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.showcase-grid:has(> .showcase-content:only-child),
.showcase-grid:not(:has(.showcase-img-wrap)) {
  grid-template-columns: 1fr;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .showcase-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.showcase-img-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(var(--primary-rgb, 11, 99, 206), 0.15);
  border: 3px solid rgba(var(--primary-rgb, 11, 99, 206), 0.1);
  background: var(--bg-card, #ffffff);
}
.showcase-img {
  width: 100%;
  height: auto;
  max-height: 480px;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.showcase-img-wrap:hover .showcase-img {
  transform: scale(1.03);
}
.showcase-brand-overlay {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  padding: 8px 18px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.8);
  z-index: 5;
  max-height: 56px;
}
.showcase-brand-overlay img {
  max-height: 38px;
  max-width: 130px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.showcase-badge {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: var(--primary, #0b63ce);
  backdrop-filter: blur(8px);
  color: #ffffff;
  padding: 10px 18px;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.showcase-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: rgba(var(--primary-rgb, 11, 99, 206), 0.1);
  color: var(--primary, #0b63ce);
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.showcase-title {
  font-size: 2rem;
  font-weight: 800;
  color: var(--text-primary, #1e293b);
  margin-bottom: 15px;
  line-height: 1.3;
}
.showcase-desc {
  color: var(--text-secondary, #475569);
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 25px;
}
.showcase-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 30px;
}
.showcase-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-secondary, #334155);
}
.showcase-feature i {
  color: var(--primary, #0b63ce);
  font-size: 1.1rem;
}
.showcase-actions {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .showcase-actions {
    justify-content: center;
  }
  .showcase-features {
    align-items: center;
  }
}
.showcase-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}
.showcase-btn.primary {
  background: var(--primary, #0b63ce);
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(var(--primary-rgb, 11, 99, 206), 0.3);
}
.showcase-btn.primary:hover {
  filter: brightness(0.9);
  transform: translateY(-2px);
}
.showcase-btn.secondary {
  background: #25d366;
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}
.showcase-btn.secondary:hover {
  background: #1eb956;
  transform: translateY(-2px);
}

/* ==========================================================================
   Floating Side Contact Buttons (Bottom-Left FABs)
   ========================================================================== */
.floating-contact-bar {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  pointer-events: none;
}

.floating-contact-btn {
  pointer-events: auto;
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: none !important;
  color: #ffffff !important;
  direction: rtl;
}

.floating-contact-btn .fab-circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #ffffff;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
              box-shadow 0.3s ease,
              background 0.3s ease;
  flex-shrink: 0;
  position: relative;
}

/* Button Gradients & Branding Colors */
.floating-contact-btn.btn-hotline .fab-circle {
  background: linear-gradient(135deg, var(--primary, #0b63ce) 0%, var(--blue-800, #084ca4) 100%);
  box-shadow: 0 8px 22px rgba(var(--primary-rgb, 11, 99, 206), 0.38);
}

.floating-contact-btn.btn-mobile .fab-circle {
  background: linear-gradient(135deg, var(--primary, #0284c7) 0%, var(--blue-900, #0f223a) 100%);
  box-shadow: 0 8px 22px rgba(var(--primary-rgb, 2, 132, 199), 0.35);
}

.floating-contact-btn.btn-whatsapp .fab-circle {
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  box-shadow: 0 8px 22px rgba(37, 211, 102, 0.38);
}

/* Subtle Pulse Glow Animation on WhatsApp */
.floating-contact-btn.btn-whatsapp .fab-circle::before {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.4);
  z-index: -1;
  animation: fabPulse 2.5s infinite;
}

@keyframes fabPulse {
  0% { transform: scale(0.95); opacity: 0.8; }
  50% { transform: scale(1.25); opacity: 0; }
  100% { transform: scale(0.95); opacity: 0; }
}

/* Glassmorphism Tooltip Badge */
.floating-contact-btn .fab-tooltip {
  position: absolute;
  left: 64px;
  background: rgba(15, 34, 58, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #ffffff;
  padding: 8px 14px;
  border-radius: 10px;
  font-family: var(--font-primary, 'Cairo', sans-serif);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.floating-contact-btn .fab-tooltip::before {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent rgba(15, 34, 58, 0.92) transparent transparent;
}

/* Hover States */
.floating-contact-btn:hover .fab-circle {
  transform: scale(1.12);
}

.floating-contact-btn.btn-hotline:hover .fab-circle {
  box-shadow: 0 12px 30px rgba(var(--primary-rgb, 11, 99, 206), 0.55);
}

.floating-contact-btn.btn-mobile:hover .fab-circle {
  box-shadow: 0 12px 30px rgba(var(--primary-rgb, 2, 132, 199), 0.55);
}

.floating-contact-btn.btn-whatsapp:hover .fab-circle {
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.55);
}

.floating-contact-btn:hover .fab-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .floating-contact-bar {
    left: 16px;
    bottom: 16px;
    gap: 10px;
  }
  .floating-contact-btn .fab-circle {
    width: 46px;
    height: 46px;
    font-size: 19px;
  }
  .floating-contact-btn .fab-tooltip {
    left: 56px;
    font-size: 12px;
    padding: 6px 12px;
  }
}
