/* ============================================================
   CBM Logistics ERP - Modern Marketing & Landing Stylesheet
   Theme: Clean Ocean Blue & Electric Cyan Gradient (#0B5DC1, #00A3FF, #06439E, #05295F)
   Inspired by Clintal & VLA High-End Saudi Digital Platforms
   Direction: RTL (Arabic-First) Compatible
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700;800;900&family=Tajawal:wght@400;500;700;800;900&display=swap');

:root {
  /* Brand Gradients & Accents (Clintal Signature Style) */
  --clean-blue-light: #00a3ff;
  --clean-blue: #0b5dc1;
  --clean-blue-dark: #06439e;
  --clean-blue-deep: #05295f;
  --clean-blue-rgb: 11, 93, 193;

  --clean-gradient: linear-gradient(135deg, #00a3ff 0%, #0b5dc1 55%, #06439e 100%);
  --clean-gradient-v: linear-gradient(180deg, #00a3ff 0%, #0b5dc1 55%, #06439e 100%);
  --clean-gradient-hover: linear-gradient(135deg, #1cb2ff 0%, #0e6fe6 55%, #084fb8 100%);
  --hero-gradient: linear-gradient(140deg, #05295f 0%, #084399 50%, #0b5dc1 100%);

  /* Secondary Accents */
  --accent-cyan: #38bdf8;
  --accent-emerald: #10b981;
  --accent-amber: #f59e0b;
  --accent-purple: #8b5cf6;

  /* Neutral & Dark Palette */
  --text-dark: #091a33;
  --text-body: #334e68;
  --text-muted: #627d98;

  --bg-light: #ffffff;
  --bg-soft: #f4f8fc;
  --bg-soft-blue: #e8f2fc;
  --bg-dark: #061833;
  --bg-dark-card: #0c254c;

  --border-light: #dae8f7;
  --border-dark: #12345f;

  --font-family-primary: 'Cairo', 'Tajawal', system-ui, -apple-system, sans-serif;

  --shadow-sm: 0 2px 10px rgba(11, 93, 193, 0.06);
  --shadow-md: 0 10px 30px rgba(11, 93, 193, 0.09);
  --shadow-lg: 0 20px 45px rgba(11, 93, 193, 0.14);
  --shadow-blue: 0 10px 35px rgba(11, 93, 193, 0.28);
  --shadow-glow: 0 0 25px rgba(0, 163, 255, 0.4);

  --transition-smooth: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-pill: 9999px;
}

/* Global Reset & Base */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100vw;
}

body {
  font-family: var(--font-family-primary);
  background-color: var(--bg-light);
  color: var(--text-dark);
  direction: rtl;
  text-align: right;
  overflow-x: hidden;
  max-width: 100vw;
  margin: 0;
  padding: 0;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition-smooth);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Typography Utilities */
.accent-keyword {
  background: linear-gradient(135deg, #00a3ff 0%, #0b5dc1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-weight: 800;
}

.text-gradient-gold {
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ============================================================
   Site Preloader / Splash Screen (Clintal Inspired)
   ============================================================ */
.site-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: radial-gradient(circle at center, #092652 0%, #04142d 65%, #020914 100%);
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.6s ease;
  overflow: hidden;
  direction: rtl;
}

.site-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.preloader-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
  z-index: 2;
}

.preloader-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 163, 255, 0.32) 0%, rgba(11, 93, 193, 0.1) 55%, transparent 75%);
  filter: blur(40px);
  animation: preloaderAura 3s ease-in-out infinite alternate;
  pointer-events: none;
}

@keyframes preloaderAura {
  0% { transform: translate(-50%, -50%) scale(0.85); opacity: 0.5; }
  100% { transform: translate(-50%, -50%) scale(1.15); opacity: 0.95; }
}

.preloader-icon-wrap {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: var(--clean-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2.5rem;
  box-shadow: 0 0 35px rgba(0, 163, 255, 0.6);
  margin-bottom: 20px;
  animation: pulseLogo 2s infinite ease-in-out;
}

@keyframes pulseLogo {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.06); box-shadow: 0 0 45px rgba(0, 163, 255, 0.85); }
}

.preloader-tagline {
  color: #e2e8f0;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* ============================================================
   Header & Navbar (Clintal Sticky Glassmorphism)
   ============================================================ */
.site-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  background: rgba(5, 41, 95, 0.88);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 14px 0;
  transition: var(--transition-smooth);
}

.site-navbar.scrolled {
  background: rgba(5, 41, 95, 0.97);
  box-shadow: 0 10px 30px rgba(2, 9, 20, 0.25);
  padding: 10px 0;
}

.nav-brand-logo {
  max-height: 44px;
  object-fit: contain;
  transition: var(--transition-smooth);
}

.nav-brand-title {
  color: #ffffff;
  font-weight: 800;
  font-size: 1.35rem;
  margin-right: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-brand-title i {
  color: var(--clean-blue-light);
  font-size: 1.4rem;
}

.nav-link-custom {
  color: rgba(255, 255, 255, 0.85) !important;
  font-weight: 600;
  font-size: 0.98rem;
  padding: 8px 14px !important;
  border-radius: var(--radius-pill);
  transition: var(--transition-smooth);
  position: relative;
}

.nav-link-custom:hover,
.nav-link-custom.active {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.12);
}

.btn-nav-login {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  font-weight: 600;
  padding: 8px 18px;
  border-radius: var(--radius-pill);
  font-size: 0.92rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: var(--transition-smooth);
}

.btn-nav-login:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.6);
}

.btn-nav-action {
  background: var(--clean-gradient);
  color: #ffffff !important;
  font-weight: 700;
  padding: 9px 22px;
  border-radius: var(--radius-pill);
  font-size: 0.94rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 18px rgba(0, 163, 255, 0.35);
  border: none;
  transition: var(--transition-smooth);
}

.btn-nav-action:hover {
  background: var(--clean-gradient-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 163, 255, 0.5);
  color: #ffffff;
}

/* Mobile Offcanvas */
.mobile-side-nav {
  background: #061833;
  color: #ffffff;
  width: 320px !important;
}

.mobile-side-nav-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px;
}

.mobile-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
  border-radius: var(--radius-md);
  margin-bottom: 6px;
  transition: var(--transition-smooth);
}

.mobile-nav-link:hover,
.mobile-nav-link.active {
  background: rgba(0, 163, 255, 0.15);
  color: #38bdf8;
}

.mobile-nav-link-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mobile-nav-footer {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-mobile-nav-cta {
  width: 100%;
  background: var(--clean-gradient);
  color: #ffffff;
  padding: 12px;
  border-radius: var(--radius-md);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 12px;
}

/* ============================================================
   Hero Section (Clintal / VLA Hybrid Design)
   ============================================================ */
.hero-section {
  position: relative;
  background: var(--hero-gradient);
  padding: 160px 0 100px;
  color: #ffffff;
  overflow: hidden;
}

.hero-decorator-glow {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 163, 255, 0.25) 0%, rgba(11, 93, 193, 0.08) 60%, transparent 75%);
  filter: blur(60px);
  pointer-events: none;
}

.hero-decorator-glow-left {
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 550px;
  height: 550px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.18) 0%, rgba(11, 93, 193, 0.05) 60%, transparent 75%);
  filter: blur(70px);
  pointer-events: none;
}

.hero-top-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 6px 16px;
  border-radius: var(--radius-pill);
  font-size: 0.88rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 24px;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--clean-blue-light);
  box-shadow: 0 0 10px var(--clean-blue-light);
  animation: pulseDot 1.8s infinite;
}

@keyframes pulseDot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.5); opacity: 0.6; }
}

.hero-title {
  font-size: 2.85rem;
  font-weight: 900;
  line-height: 1.35;
  margin-bottom: 20px;
  color: #ffffff;
}

.hero-title-highlight {
  background: linear-gradient(135deg, #ffffff 0%, #38bdf8 60%, #00a3ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-subtitle {
  font-size: 1.15rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  max-width: 620px;
  margin-bottom: 30px;
}

.hero-btn-group {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.btn-hero-white {
  background: #ffffff;
  color: var(--clean-blue-dark) !important;
  font-weight: 800;
  padding: 14px 28px;
  border-radius: var(--radius-pill);
  font-size: 1.02rem;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: var(--transition-smooth);
}

.btn-hero-white:hover {
  background: #f8fafc;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
  color: var(--clean-blue);
}

.btn-hero-outline {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff !important;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  font-weight: 700;
  padding: 14px 26px;
  border-radius: var(--radius-pill);
  font-size: 1.02rem;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  backdrop-filter: blur(8px);
  transition: var(--transition-smooth);
}

.btn-hero-outline:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: #ffffff;
  transform: translateY(-2px);
}

/* Hero Live Tracking Bar */
.hero-tracking-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: var(--radius-md);
  padding: 20px;
  max-width: 620px;
  box-shadow: 0 15px 35px rgba(2, 9, 20, 0.2);
}

.tracking-bar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 0.92rem;
  font-weight: 700;
}

.tracking-live-tag {
  background: rgba(16, 185, 129, 0.2);
  border: 1px solid rgba(16, 185, 129, 0.4);
  color: #34d399;
  font-size: 0.78rem;
  padding: 2px 10px;
  border-radius: var(--radius-pill);
}

.tracking-form-wrap {
  display: flex;
  gap: 8px;
}

.tracking-input-field {
  flex: 1;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid transparent;
  border-radius: var(--radius-pill);
  padding: 12px 20px;
  font-size: 0.95rem;
  color: var(--text-dark);
  outline: none;
  font-family: inherit;
  transition: var(--transition-smooth);
}

.tracking-input-field:focus {
  background: #ffffff;
  border-color: var(--clean-blue-light);
  box-shadow: 0 0 15px rgba(0, 163, 255, 0.35);
}

.tracking-submit-btn {
  background: var(--clean-gradient);
  border: none;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: var(--radius-pill);
  font-weight: 700;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.tracking-submit-btn:hover {
  background: var(--clean-gradient-hover);
  transform: translateY(-1px);
}

/* Hero Stats Row */
.hero-stats-row {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.hero-stat-box {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 12px 20px;
  border-radius: var(--radius-md);
  min-width: 140px;
}

.hero-stat-number {
  font-size: 1.8rem;
  font-weight: 900;
  color: #38bdf8;
  line-height: 1.1;
  margin-bottom: 4px;
}

.hero-stat-label {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}

/* Hero Mockup Stage (Visual Column) */
.hero-mockup-stage {
  position: relative;
  perspective: 1000px;
}

.mockup-main-card {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(20px);
  border-radius: var(--radius-lg);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.8);
  overflow: hidden;
  color: var(--text-dark);
  position: relative;
  z-index: 2;
  transition: transform 0.4s ease;
}

.mockup-main-card:hover {
  transform: translateY(-6px);
}

.mockup-header-bar {
  background: #f1f5f9;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e2e8f0;
}

.mockup-dots {
  display: flex;
  gap: 6px;
}

.mockup-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.dot-red { background: #ef4444; }
.dot-yellow { background: #f59e0b; }
.dot-green { background: #10b981; }

.mockup-badge-pill {
  font-size: 0.78rem;
  font-weight: 700;
  background: var(--clean-gradient);
  color: #ffffff;
  padding: 3px 12px;
  border-radius: var(--radius-pill);
}

.mockup-body-content {
  padding: 22px;
}

.mockup-image-preview {
  border-radius: var(--radius-md);
  overflow: hidden;
  height: 180px;
  margin-bottom: 16px;
  position: relative;
}

.mockup-image-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mockup-operation-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-sm);
  padding: 10px 14px;
  margin-bottom: 8px;
}

.mockup-op-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: #ffffff;
  flex-shrink: 0;
}

.op-blue { background: var(--clean-gradient); }
.op-emerald { background: linear-gradient(135deg, #10b981, #059669); }
.op-amber { background: linear-gradient(135deg, #f59e0b, #d97706); }

.mockup-op-details {
  flex: 1;
}

.mockup-op-title {
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--text-dark);
}

.mockup-op-desc {
  font-size: 0.78rem;
  color: var(--text-muted);
}

.mockup-op-status {
  font-size: 0.76rem;
  font-weight: 700;
  background: #dcfce7;
  color: #15803d;
  padding: 2px 8px;
  border-radius: var(--radius-pill);
}

/* Floating Glass Badges around Mockup */
.floating-glass-badge {
  position: absolute;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  padding: 10px 18px;
  border-radius: var(--radius-md);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-dark);
  z-index: 3;
  animation: floatBadge 4s ease-in-out infinite alternate;
}

.badge-top-left {
  top: -20px;
  left: -20px;
}

.badge-bottom-right {
  bottom: -20px;
  right: -20px;
  animation-delay: 2s;
}

@keyframes floatBadge {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}

/* ============================================================
   Services / "خدمات تصنع الفرق" (Clintal Replica Layout)
   ============================================================ */
.services-results-section {
  position: relative;
  padding: 100px 0;
  background-color: var(--bg-soft);
  overflow: hidden;
}

.section-header-wrap {
  margin-bottom: 60px;
}

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--bg-soft-blue);
  color: var(--clean-blue);
  font-weight: 700;
  font-size: 0.88rem;
  padding: 5px 16px;
  border-radius: var(--radius-pill);
  margin-bottom: 14px;
}

.section-main-title {
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--text-dark);
  margin-bottom: 16px;
}

.section-subtitle {
  font-size: 1.12rem;
  color: var(--text-muted);
  max-width: 650px;
  margin: 0 auto;
}

/* Service Card (Clintal Replica) */
.service-result-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-light);
  overflow: hidden;
  margin-bottom: 36px;
  display: flex;
  align-items: stretch;
  transition: var(--transition-smooth);
}

.service-result-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
  border-color: rgba(11, 93, 193, 0.3);
}

.service-card-media {
  width: 48%;
  position: relative;
  overflow: hidden;
  min-height: 320px;
}

.service-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.service-result-card:hover .service-card-img {
  transform: scale(1.04);
}

.service-card-badge-overlay {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(5, 41, 95, 0.85);
  backdrop-filter: blur(8px);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: var(--radius-pill);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.service-result-info {
  width: 52%;
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-result-main-row {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 24px;
}

.service-result-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: var(--bg-soft-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--clean-blue);
  font-size: 1.8rem;
  flex-shrink: 0;
  box-shadow: var(--shadow-sm);
}

.service-result-text-col {
  flex: 1;
}

.service-result-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 8px;
}

.service-result-accent-bar {
  width: 48px;
  height: 3.5px;
  background: var(--clean-gradient);
  border-radius: var(--radius-pill);
  margin-bottom: 14px;
}

.service-result-description {
  color: var(--text-body);
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 16px;
}

.service-features-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.service-feat-pill {
  background: #f1f5f9;
  color: var(--text-dark);
  font-size: 0.84rem;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: var(--radius-pill);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.service-feat-pill i {
  color: var(--clean-blue);
}

.service-result-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid var(--border-light);
}

.btn-card-primary {
  background: var(--clean-gradient);
  color: #ffffff !important;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: var(--radius-pill);
  font-size: 0.94rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition-smooth);
}

.btn-card-primary:hover {
  background: var(--clean-gradient-hover);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 163, 255, 0.4);
}

.btn-card-outline {
  background: transparent;
  color: var(--clean-blue-dark);
  border: 1.5px solid var(--border-light);
  font-weight: 600;
  padding: 10px 20px;
  border-radius: var(--radius-pill);
  font-size: 0.94rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: var(--transition-smooth);
}

.btn-card-outline:hover {
  background: var(--bg-soft-blue);
  border-color: var(--clean-blue);
  color: var(--clean-blue);
}

/* ============================================================
   Interactive Comparison Section ("قبل وبعد المنظومة")
   ============================================================ */
.comparison-section {
  padding: 90px 0;
  background: #ffffff;
  position: relative;
}

.comparison-box {
  background: linear-gradient(145deg, #05295f 0%, #084399 100%);
  border-radius: var(--radius-lg);
  padding: 48px;
  color: #ffffff;
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
}

.comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  position: relative;
  z-index: 2;
}

.comparison-col-before {
  background: rgba(239, 68, 68, 0.08);
  border: 1px solid rgba(239, 68, 68, 0.25);
  border-radius: var(--radius-md);
  padding: 30px;
}

.comparison-col-after {
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.35);
  border-radius: var(--radius-md);
  padding: 30px;
}

.comparison-col-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  font-size: 1.3rem;
  font-weight: 800;
}

.badge-compare-before {
  background: #ef4444;
  color: #ffffff;
  padding: 4px 14px;
  border-radius: var(--radius-pill);
  font-size: 0.85rem;
}

.badge-compare-after {
  background: #10b981;
  color: #ffffff;
  padding: 4px 14px;
  border-radius: var(--radius-pill);
  font-size: 0.85rem;
}

.comparison-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comparison-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 0.96rem;
  line-height: 1.6;
}

.comparison-item i {
  margin-top: 4px;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.comparison-col-before .comparison-item i { color: #f87171; }
.comparison-col-after .comparison-item i { color: #34d399; }

/* ============================================================
   Platform Roles Section (VLA Inspired: 3 Roles Architecture)
   ============================================================ */
.roles-section {
  padding: 90px 0;
  background: var(--bg-soft);
}

.role-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-light);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: var(--transition-smooth);
  position: relative;
  overflow: hidden;
}

.role-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: var(--clean-blue-light);
}

.role-card-accent {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--clean-gradient);
}

.role-icon-box {
  width: 65px;
  height: 65px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #ffffff;
  margin-bottom: 22px;
}

.role-icon-blue { background: var(--clean-gradient); }
.role-icon-emerald { background: linear-gradient(135deg, #10b981 0%, #059669 100%); }
.role-icon-purple { background: linear-gradient(135deg, #8b5cf6 0%, #6d28d9 100%); }

.role-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 12px;
}

.role-desc {
  color: var(--text-body);
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 20px;
  flex: 1;
}

.role-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--border-light);
  padding-top: 16px;
}

.role-check-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 10px;
}

.role-check-item i {
  color: var(--clean-blue);
  font-size: 1rem;
}

/* ============================================================
   Pricing / Plans (Clintal Wide Horizontal Cards Replica)
   ============================================================ */
.pricing-section {
  padding: 100px 0;
  background: #ffffff;
  position: relative;
}

.pricing-wide-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  border: 1.5px solid var(--border-light);
  box-shadow: var(--shadow-sm);
  padding: 28px 36px;
  margin-bottom: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  transition: var(--transition-smooth);
}

.pricing-wide-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-3px);
  border-color: var(--clean-blue);
}

.pricing-plan-info {
  min-width: 240px;
}

.pricing-plan-badge {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 3px 12px;
  border-radius: var(--radius-pill);
  margin-bottom: 8px;
}

.badge-starter { background: #e0f2fe; color: #0369a1; }
.badge-pro { background: #dcfce7; color: #15803d; }
.badge-enterprise { background: #f3e8ff; color: #7e22ce; }

.pricing-plan-title {
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 4px;
}

.pricing-plan-desc {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin: 0;
}

.pricing-features-group {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
  flex-wrap: wrap;
}

.pricing-col-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text-body);
}

.pricing-col-item i {
  color: var(--clean-blue);
  font-size: 1.1rem;
}

.v-divider {
  width: 1px;
  height: 28px;
  background: var(--border-light);
}

.pricing-price-col {
  text-align: center;
  min-width: 140px;
}

.price-big-number {
  font-size: 2rem;
  font-weight: 900;
  color: var(--clean-blue-dark);
  line-height: 1;
}

.price-currency {
  font-size: 0.82rem;
  color: var(--text-muted);
  font-weight: 600;
}

.btn-order-pill {
  background: var(--clean-gradient);
  color: #ffffff !important;
  font-weight: 700;
  padding: 12px 28px;
  border-radius: var(--radius-pill);
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition-smooth);
}

.btn-order-pill:hover {
  background: var(--clean-gradient-hover);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 163, 255, 0.4);
}

/* ============================================================
   FAQ Section (Clintal Numbered Accordion & Visual Stage)
   ============================================================ */
.faq-section {
  padding: 100px 0;
  background: var(--bg-soft);
  position: relative;
}

.faq-item-card {
  background: #ffffff;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
  margin-bottom: 16px;
  overflow: hidden;
  transition: var(--transition-smooth);
}

.faq-item-card:hover {
  border-color: rgba(11, 93, 193, 0.3);
}

.faq-item-btn {
  width: 100%;
  background: none;
  border: none;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  text-align: right;
  font-family: inherit;
  transition: var(--transition-smooth);
}

.faq-btn-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.faq-num-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--bg-soft-blue);
  color: var(--clean-blue);
  font-weight: 800;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.faq-question-text {
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--text-dark);
}

.faq-icon-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--clean-blue);
  font-size: 1rem;
  transition: transform 0.3s ease;
}

.faq-item-card.active .faq-icon-circle {
  transform: rotate(45deg);
  background: var(--clean-blue);
  color: #ffffff;
}

.faq-item-body {
  padding: 0 24px 22px 76px;
  color: var(--text-body);
  font-size: 0.98rem;
  line-height: 1.8;
}

/* FAQ Support Stage Card */
.faq-stage-card {
  background: linear-gradient(145deg, #05295f 0%, #084399 100%);
  border-radius: var(--radius-lg);
  padding: 38px 30px;
  color: #ffffff;
  box-shadow: var(--shadow-lg);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.faq-stage-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #38bdf8;
  margin-bottom: 20px;
}

.faq-stage-title {
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.faq-stage-desc {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 24px;
}

.btn-faq-whatsapp {
  background: #25d366;
  color: #ffffff !important;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: var(--radius-pill);
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
  transition: var(--transition-smooth);
}

.btn-faq-whatsapp:hover {
  background: #20ba5a;
  transform: translateY(-2px);
}

/* ============================================================
   Call to Action (CTA) Section with Wave SVG
   ============================================================ */
.cta-section {
  position: relative;
  background: var(--hero-gradient);
  padding: 90px 0 110px;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}

.cta-title {
  font-size: 2.6rem;
  font-weight: 900;
  margin-bottom: 18px;
}

.cta-subtitle {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 680px;
  margin: 0 auto 36px;
}

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

.cta-wave-svg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;
  pointer-events: none;
}

/* ============================================================
   Footer (Deep Navy Clintal Style)
   ============================================================ */
.site-footer {
  background: #04142d;
  color: #94a3b8;
  padding: 80px 0 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand-logo {
  max-height: 48px;
  object-fit: contain;
  margin-bottom: 18px;
}

.footer-brand-title {
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-brand-desc {
  font-size: 0.92rem;
  line-height: 1.8;
  color: #94a3b8;
  margin-bottom: 20px;
}

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

.social-link-item {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1rem;
  transition: var(--transition-smooth);
}

.social-link-item:hover {
  background: var(--clean-blue);
  transform: translateY(-3px);
  color: #ffffff;
}

.footer-col-title {
  color: #ffffff;
  font-size: 1.12rem;
  font-weight: 700;
  margin-bottom: 22px;
  position: relative;
  padding-bottom: 10px;
}

.footer-col-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 32px;
  height: 2.5px;
  background: var(--clean-blue-light);
  border-radius: var(--radius-pill);
}

.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-list li {
  margin-bottom: 12px;
}

.footer-links-list a {
  color: #94a3b8;
  font-size: 0.92rem;
  transition: var(--transition-smooth);
  display: inline-block;
}

.footer-links-list a:hover {
  color: #38bdf8;
  transform: translateX(-4px);
}

.footer-bottom-bar {
  margin-top: 60px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.88rem;
}

/* ============================================================
   Inner Pages (About, Contact, Blog, Privacy, Terms)
   ============================================================ */
.inner-page-hero {
  background: var(--hero-gradient);
  padding: 150px 0 70px;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.inner-hero-title {
  font-size: 2.8rem;
  font-weight: 900;
  margin-bottom: 14px;
}

.inner-hero-subtitle {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
  margin: 0 auto;
}

.inner-page-content {
  padding: 70px 0 100px;
  background: var(--bg-soft);
}

/* Contact Cards Grid */
.contact-card-item {
  background: #ffffff;
  border-radius: var(--radius-md);
  padding: 28px 24px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-light);
  text-align: center;
  height: 100%;
  transition: var(--transition-smooth);
}

.contact-card-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--clean-blue-light);
}

.contact-card-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--bg-soft-blue);
  color: var(--clean-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 16px;
}

.contact-card-title {
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.contact-card-text {
  font-size: 0.92rem;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.7;
}

/* Form Styles */
.custom-form-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-light);
}

.form-label-custom {
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--text-dark);
  margin-bottom: 8px;
  display: block;
}

.form-control-custom {
  width: 100%;
  padding: 12px 18px;
  border-radius: var(--radius-sm);
  border: 1.5px solid #e2e8f0;
  background: #f8fafc;
  font-family: inherit;
  font-size: 0.95rem;
  outline: none;
  transition: var(--transition-smooth);
}

.form-control-custom:focus {
  border-color: var(--clean-blue);
  background: #ffffff;
  box-shadow: 0 0 12px rgba(11, 93, 193, 0.15);
}

/* Legal Pages Cards */
.legal-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  padding: 44px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-light);
}

.legal-section-item {
  margin-bottom: 36px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border-light);
}

.legal-section-item:last-child {
  border-bottom: none;
}

.legal-item-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.legal-item-title i {
  color: var(--clean-blue);
}

/* Blog Cards */
.blog-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-light);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: var(--transition-smooth);
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: var(--clean-blue);
}

.blog-card-media {
  height: 200px;
  overflow: hidden;
  position: relative;
}

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

.blog-card:hover .blog-card-img {
  transform: scale(1.05);
}

.blog-card-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-tag {
  background: var(--bg-soft-blue);
  color: var(--clean-blue);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 3px 12px;
  border-radius: var(--radius-pill);
  display: inline-block;
  margin-bottom: 12px;
}

.blog-card-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 10px;
  line-height: 1.4;
}

.blog-card-desc {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.6;
  flex: 1;
  margin-bottom: 18px;
}

.blog-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid var(--border-light);
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* Responsive Media Queries */
@media (max-width: 991px) {
  .hero-title {
    font-size: 2.2rem;
  }
  
  .service-result-card {
    flex-direction: column;
  }
  
  .service-card-media,
  .service-result-info {
    width: 100%;
  }

  .service-card-media {
    min-height: 240px;
  }

  .comparison-grid {
    grid-template-columns: 1fr;
  }

  .pricing-wide-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .pricing-features-group {
    width: 100%;
    padding: 16px 0;
    border-top: 1px solid var(--border-light);
    border-bottom: 1px solid var(--border-light);
  }

  .v-divider {
    display: none;
  }
}
