/* ═══════════════════════════════════════════
   ARKAN EXECUTIVE | LIGHT THEME & VIDEO HERO STYLESHEET
   شركة أركان التنفيذية - خلفية الفيديو والشعار المخصص
   ═══════════════════════════════════════════ */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Almarai', 'IBM Plex Sans Arabic', system-ui, -apple-system, sans-serif;
}

:root {
  --bg-main: #F8FAFC;
  --bg-darker: #EDF2F7;
  --bg-card: #FFFFFF;
  --bg-card-hover: #F1F5F9;
  --text-dark: #0B192C;
  --text-body: #1E293B;
  --text-muted: #475569;
  --accent: #0B2545;
  --accent-bright: #003366;
  --accent-light: #EBF5FF;
  --accent-glow: rgba(29, 112, 184, 0.2);
  --border: rgba(11, 37, 69, 0.14);
  --border-strong: rgba(29, 112, 184, 0.35);
  --shadow-sm: 0 2px 8px rgba(11, 37, 69, 0.06);
  --shadow-md: 0 8px 24px rgba(11, 37, 69, 0.08);
  --shadow-lg: 0 16px 40px rgba(11, 37, 69, 0.12);
  --font-main: 'Almarai', 'IBM Plex Sans Arabic', system-ui, -apple-system, sans-serif;
  --font-brand: 'Almarai', sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-main) !important;
  background: var(--bg-main);
  color: var(--text-body);
  min-height: 100vh;
  overflow-x: hidden;
  line-height: 1.6;
}

/* ─── SCROLLBAR ─── */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--bg-darker);
}

::-webkit-scrollbar-thumb {
  background: var(--accent-bright);
  border-radius: 4px;
}

/* ═══════════════════ NAVBAR ═══════════════════ */
/* ═══════════════════════════════════════════
   NAVBAR & TRANSPARENT HEADER
   ═══════════════════════════════════════════ */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 40px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: none;
  box-shadow: none;
  transition: background 0.35s ease, backdrop-filter 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.navbar.scrolled {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  padding: 12px 40px;
}

.nav-brand {
  display: flex;
  align-items: center;
}

.nav-logo-link {
  text-decoration: none;
  display: flex;
  align-items: center;
}

.nav-logo-img {
  height: 55px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  display: block;
  filter: brightness(0) invert(1);
  transition: transform 0.25s ease, filter 0.35s ease;
}

.navbar.scrolled .nav-logo-img {
  filter: none;
}

.nav-logo-img:hover {
  transform: scale(1.03);
}

.brand-logo-text {
  font-family: var(--font-brand);
  font-weight: 800;
  font-size: 24px;
  letter-spacing: 3px;
  line-height: 1;
  display: flex;
  gap: 6px;
}

.brand-arkan {
  color: #FFFFFF;
  transition: color 0.35s ease;
}

.navbar.scrolled .brand-arkan {
  color: var(--text-dark);
}

.brand-exec {
  color: var(--accent-bright);
}

.nav-links {
  display: flex;
  gap: 24px;
  list-style: none;
  margin-right: 36px;
}

.nav-links a {
  color: #FFFFFF;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.25s ease;
  position: relative;
  padding: 4px 0;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2.5px;
  background: var(--accent-bright);
  transition: width 0.3s ease;
  border-radius: 2px;
}

.navbar.scrolled .nav-links a {
  color: var(--text-dark);
  text-shadow: none;
}

.nav-links a:hover,
.navbar.scrolled .nav-links a:hover {
  color: var(--accent-bright);
}

.nav-links a:hover::after {
  width: 100%;
}

.nav-icons {
  display: flex;
  gap: 10px;
}

.icon-btn {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  color: #FFFFFF;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s ease;
}

.navbar.scrolled .icon-btn {
  background: var(--accent-light);
  border-color: var(--border);
  color: var(--text-dark);
}

.header-contact-btn {
  width: auto !important;
  min-width: auto !important;
  white-space: nowrap !important;
  padding: 0 18px !important;
  height: 40px;
  gap: 8px;
  font-weight: 800;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.icon-btn:hover {
  background: var(--accent-bright) !important;
  color: #FFFFFF !important;
  border-color: var(--accent-bright) !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px var(--accent-glow);
}

/* ═══════════════════ HERO VIDEO SECTION ═══════════════════ */
.hero-video-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 90vh;
  padding: 120px 60px 80px;
  overflow: hidden;
  background: #071325;
  border-bottom: 1px solid var(--border);
}

.hero-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  transform: translate(-50%, -50%);
  object-fit: cover;
  pointer-events: none;
}

.hero-container {
  position: relative;
  max-width: 800px;
  margin-left: auto;
  margin-right: 0;
  text-align: right !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
  gap: 22px;
}

.hero-container .hero-title {
  font-size: clamp(36px, 4.5vw, 56px);
  line-height: 1.18;
  font-weight: 900;
  color: #FFFFFF;
  text-align: right !important;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
}

.hero-container .hero-desc {
  font-size: 15.5px;
  color: #E2E8F0;
  line-height: 1.8;
  max-width: 740px;
  text-align: right !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.hero-container .hero-cta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 10px;
  width: 100%;
}

.add-to-cart-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: linear-gradient(135deg, #003366 0%, #0B2545 100%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  padding: 16px 36px;
  color: #FFFFFF !important;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 8px 24px rgba(0, 51, 102, 0.5), 0 0 20px rgba(0, 51, 102, 0.3);
}

.add-to-cart-btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 32px rgba(0, 51, 102, 0.7), 0 0 25px rgba(29, 112, 184, 0.5);
  background: linear-gradient(135deg, #0B2545 0%, #003366 100%);
}

.btn-arrow {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #FFFFFF;
}

.hero-socials-bar {
  display: flex;
  gap: 14px;
  margin-top: 14px;
  justify-content: flex-start;
}

.hero-socials-bar .social-link {
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.25s ease;
}

.hero-socials-bar .social-link:hover {
  background: #1D70B8;
  border-color: #60A5FA;
  transform: translateY(-3px) scale(1.08);
  box-shadow: 0 6px 16px rgba(29, 112, 184, 0.4);
}

/* ═══════════════════ ABOUT SECTION ═══════════════════ */
.collection-section {
  padding: 70px 40px;
  max-width: 1320px;
  margin: 0 auto;
}

.collection-header,
.services-header {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  text-align: right !important;
  width: 100% !important;
  margin-bottom: 32px !important;
}

.collection-title {
  font-size: clamp(25px, 3.2vw, 37px);
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 6px;
  line-height: 1.3;
  text-align: right !important;
  width: 100% !important;
  align-self: flex-start !important;
}

.section-sub-desc {
  font-size: 1.05rem;
  color: var(--text-muted);
  font-weight: 500;
  line-height: 1.6;
  text-align: right !important;
  width: 100% !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  align-self: flex-start !important;
}

/* توسيط حصري لقسمي الشركاء ومن تستهدف بناءً على طلب المستخدم */
.header-centered,
.header-centered .collection-title,
.header-centered .section-sub-desc {
  text-align: center !important;
  align-items: center !important;
  justify-content: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  align-self: center !important;
  width: 100% !important;
}

.collection-filters-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.filter-tags {
  display: flex;
  gap: 10px;
}

.filter-tag {
  font-size: 13px;
  font-weight: 700;
  color: var(--text-muted);
  cursor: pointer;
  padding: 6px 14px;
  border-radius: 8px;
  background: #FFFFFF;
  border: 1px solid var(--border);
  transition: all 0.2s ease;
}

.filter-tag.active,
.filter-tag:hover {
  color: var(--accent-bright);
  background: var(--accent-light);
  border-color: var(--accent-bright);
}

.filter-cats {
  display: flex;
  gap: 16px;
}

.cat-link {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-muted);
  cursor: pointer;
  transition: color 0.2s ease;
}

.cat-link.active,
.cat-link:hover {
  color: var(--accent-bright);
}

.about-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 16px;
}

.about-main-card {
  grid-row: span 3;
  background: #FFFFFF;
  border: 1px solid var(--border-strong);
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-md);
}

.featured-img-wrap {
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.featured-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-info {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}

.featured-name {
  font-size: 22px;
  font-weight: 900;
  color: var(--text-dark);
}

.featured-desc-text {
  font-size: 14.5px;
  color: var(--text-muted);
}

.featured-cart-btn {
  display: inline-block;
  align-self: flex-start;
  background: var(--accent-bright);
  color: #FFFFFF;
  padding: 10px 22px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 800;
  font-size: 13.5px;
  transition: all 0.25s ease;
}

.featured-cart-btn:hover {
  background: var(--accent);
  box-shadow: 0 4px 14px rgba(11, 37, 69, 0.2);
}

.featured-price {
  font-weight: 800;
  color: var(--accent-bright);
  font-size: 14px;
  margin-top: auto;
}

.stat-card {
  background: #FFFFFF;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 16px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: var(--shadow-sm);
}

.stat-card:hover {
  border-color: var(--accent-bright);
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.stat-icon {
  color: var(--accent-bright);
}

.stat-num {
  font-size: 26px;
  font-weight: 900;
  color: var(--text-dark);
}

.stat-label {
  font-size: 12.5px;
  color: var(--text-muted);
  font-weight: 700;
}

.about-text-card {
  grid-column: span 2;
  background: linear-gradient(135deg, #FFFFFF 0%, var(--accent-light) 100%);
  border: 1px solid var(--border-strong);
  border-radius: 16px;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  box-shadow: var(--shadow-sm);
}

.about-desc {
  font-size: 15px;
  color: var(--text-dark);
  font-weight: 600;
  line-height: 1.8;
}

.services-section {
  display: block;
  padding: 70px 40px;
  max-width: 1320px;
  margin: 0 auto;
}

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

.service-card {
  background: #FFFFFF;
  border: 1px solid var(--border-strong);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: var(--shadow-sm);
}

.service-card:hover {
  border-color: var(--accent-bright);
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.svc-img-wrap {
  width: 100%;
  height: 210px;
  overflow: hidden;
}

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

.service-card:hover .svc-img-wrap img {
  transform: scale(1.06);
}

.svc-info {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}

.svc-icon {
  width: 52px;
  height: 52px;
  background: var(--accent-light);
  border: 1px solid var(--border);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-bright);
}

.svc-title {
  font-size: 20px;
  font-weight: 900;
  color: var(--text-dark);
  line-height: 1.3;
}

.svc-title small {
  display: block;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--accent-bright);
  margin-top: 4px;
}

.svc-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 8px;
}

.svc-list li {
  font-size: 13.5px;
  color: var(--text-muted);
  font-weight: 600;
  position: relative;
  padding-right: 18px;
}

.svc-list li::before {
  content: '◆';
  position: absolute;
  right: 0;
  top: 0;
  color: var(--accent-bright);
  font-size: 9px;
}

.svc-actions {
  display: flex;
  gap: 10px;
  margin-top: auto;
}

.svc-btn {
  padding: 11px 18px;
  border-radius: 10px;
  font-size: 13.5px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease;
}

.svc-btn-primary {
  background: var(--accent-bright);
  color: #FFFFFF;
  flex: 1;
  text-align: center;
}

.svc-btn-primary:hover {
  background: var(--accent);
  box-shadow: 0 4px 14px rgba(11, 37, 69, 0.25);
}

.details-btn {
  background: var(--bg-main);
  border: 1px solid var(--border-strong);
  color: var(--text-dark);
  flex: 1;
}

.details-btn:hover {
  background: var(--accent-light);
  border-color: var(--accent-bright);
}

/* ═══════════════════ PARTNERS SECTION ═══════════════════ */
.partners-section {
  padding: 65px 40px;
  background: #FFFFFF;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

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

.section-tag {
  color: var(--accent-bright);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
}

.section-sub-desc {
  font-size: 15px;
  color: var(--text-muted);
  max-width: 600px;
  margin: 8px auto 0;
}

.partners-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 36px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.partner-card {
  flex: 1 1 150px;
  max-width: 200px;
}

.partner-logo-box {
  background: #FFFFFF;
  border: 1px solid var(--border-strong);
  border-radius: 14px;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  min-height: 90px;
  box-shadow: var(--shadow-sm);
}

.partner-logo-box:hover {
  border-color: var(--accent-bright);
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.partner-logo-img {
  max-height: 54px;
  max-width: 140px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  transition: transform 0.3s ease;
}

.partner-logo-box:hover .partner-logo-img {
  transform: scale(1.08);
}

.bank-name-ar {
  font-size: 14px;
  font-weight: 900;
  color: var(--text-dark);
}

.bank-name-en {
  font-size: 11.5px;
  font-weight: 800;
  color: var(--accent-bright);
  letter-spacing: 1px;
  margin-top: 2px;
}

/* ═══════════════════ AUDIENCE & CITIES ═══════════════════ */
.audience-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.audience-card {
  background: #FFFFFF;
  border: 1px solid var(--border-strong);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
  transition: all 0.3s ease;
  box-shadow: var(--shadow-sm);
}

.audience-card:hover {
  border-color: var(--accent-bright);
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.aud-icon-wrap {
  width: 60px;
  height: 60px;
  background: var(--accent-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-bright);
}

.prod-name {
  font-size: 16px;
  font-weight: 900;
  color: var(--text-dark);
  line-height: 1.4;
}

.prod-price {
  font-size: 13px;
  color: var(--accent-bright);
  font-weight: 700;
  margin-top: 4px;
}

.filters-btn {
  background: var(--accent-bright);
  color: #FFFFFF;
  padding: 10px 22px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
  transition: background 0.25s ease;
}

.filters-btn:hover {
  background: var(--accent);
}

.cities-bar {
  margin-top: 40px;
  background: #FFFFFF;
  border: 1px solid var(--border-strong);
  padding: 18px 24px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 14px;
  font-weight: 700;
  color: var(--text-dark);
  box-shadow: var(--shadow-sm);
}

.city-sep {
  color: var(--accent-bright);
  font-size: 10px;
}

/* ═══════════════════ CONTACT FORM ═══════════════════ */
.contact-section {
  display: block;
  padding: 70px 40px;
}

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

.contact-img-wrap {
  margin-top: 24px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--border-strong);
  max-height: 260px;
  box-shadow: var(--shadow-md);
}

.contact-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-form {
  background: #FFFFFF;
  border: 1px solid var(--border-strong);
  border-radius: 22px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: var(--shadow-md);
}

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

.form-group label {
  font-size: 14px;
  font-weight: 800;
  color: var(--text-dark);
}

.form-group input,
.form-group select {
  background: var(--bg-main);
  border: 1px solid var(--border-strong);
  border-radius: 10px;
  padding: 12px 16px;
  color: var(--text-dark);
  font-size: 14px;
  font-family: var(--font-main);
  outline: none;
  font-weight: 600;
  transition: border-color 0.25s ease;
}

.form-group input:focus,
.form-group select:focus {
  border-color: var(--accent-bright);
  box-shadow: 0 0 10px var(--accent-glow);
  background: #FFFFFF;
}

.form-group input.input-error,
.form-group select.input-error {
  border: 2px solid #EF4444 !important;
  box-shadow: 0 0 10px rgba(239, 68, 68, 0.25) !important;
  background: #FEF2F2 !important;
}

.submit-btn {
  width: 100%;
  justify-content: center;
  margin-top: 10px;
}

.form-success {
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid #22c55e;
  color: #15803d;
  padding: 14px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

/* ═══════════════════ FAQ ═══════════════════ */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 30px;
}

.faq-item {
  background: #FFFFFF;
  border: 1px solid var(--border-strong);
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.25s ease;
  box-shadow: var(--shadow-sm);
}

.faq-q {
  width: 100%;
  background: transparent;
  border: none;
  padding: 20px 24px;
  color: var(--text-dark);
  font-size: 16px;
  font-weight: 800;
  font-family: var(--font-main);
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  text-align: right;
}

.faq-arrow {
  font-size: 20px;
  color: var(--accent-bright);
  font-weight: 800;
  transition: transform 0.3s ease;
}

.faq-item.open .faq-arrow {
  transform: rotate(45deg);
}

.faq-a {
  padding: 0 24px 20px;
  color: var(--text-muted);
  font-size: 14.5px;
  line-height: 1.8;
  display: none;
  font-weight: 600;
}

.faq-item.open .faq-a {
  display: block;
}

/* ═══════════════════ FOOTER ═══════════════════ */
.site-footer {
  background: #0B1B3D;
  color: #FFFFFF;
  border-top: 1px solid var(--border);
  padding: 55px 40px 30px;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.footer-logo-img {
  height: 65px;
  width: auto;
  max-width: 240px;
  object-fit: contain;
  margin-bottom: 8px;
  filter: brightness(0) invert(1);
}

.footer-logo .brand-arkan,
.footer-logo .brand-exec {
  color: #FFFFFF !important;
}

.footer-tagline {
  font-size: 14px;
  color: #94A3B8;
  margin-top: 8px;
}

.footer-contact-info {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 14.5px;
  color: #E2E8F0;
  font-weight: 600;
}

.footer-info-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer-info-item span {
  margin-left: 6px;
}

.footer-info-item a {
  color: #CBD5E1;
  text-decoration: none;
  font-weight: 700;
  margin-right: 4px;
  transition: color 0.25s ease;
}

.footer-info-item a:hover {
  color: #FFFFFF;
}

.footer-info-icon {
  color: #94A3B8;
  flex-shrink: 0;
}

.footer-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.footer-social-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #E2E8F0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-social-icon:hover {
  background: var(--accent-bright);
  color: #FFFFFF;
  border-color: var(--accent-bright);
  transform: translateY(-3px) scale(1.08);
  box-shadow: 0 6px 16px rgba(0, 51, 102, 0.4);
}

.footer-links a:hover {
  color: #60A5FA;
}

.footer-copy {
  font-size: 13px;
  color: #64748B;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  width: 100%;
}

/* ═══════════════════ MODAL ═══════════════════ */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(11, 27, 61, 0.65);
  backdrop-filter: blur(8px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  padding: 20px;
}

.modal-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.modal-content {
  background: #FFFFFF;
  border: 1px solid var(--border-strong);
  border-radius: 22px;
  max-width: 600px;
  width: 100%;
  max-height: 85vh;
  overflow-y: auto;
  padding: 32px;
  position: relative;
  box-shadow: var(--shadow-lg);
}

.modal-close {
  position: absolute;
  top: 16px;
  left: 20px;
  background: var(--bg-main);
  border: 1px solid var(--border);
  color: var(--text-dark);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-title {
  font-size: 22px;
  font-weight: 900;
  color: var(--text-dark);
  margin-bottom: 12px;
}

.modal-desc {
  font-size: 14.5px;
  color: var(--text-muted);
  margin-bottom: 16px;
}

.modal-subtitle {
  font-size: 15px;
  font-weight: 900;
  color: var(--accent-bright);
  margin-top: 16px;
  margin-bottom: 8px;
}

.modal-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.modal-list li {
  font-size: 13.5px;
  color: var(--text-body);
  font-weight: 600;
  padding-right: 20px;
  position: relative;
}

.modal-list li::before {
  content: '✓';
  position: absolute;
  right: 0;
  color: var(--accent-bright);
  font-weight: 800;
}

.modal-footer {
  margin-top: 24px;
}

/* ═══════════════════ FLOATING FAB ═══════════════════ */
.fab-group {
  position: fixed;
  bottom: 30px;
  left: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 99;
}

.fab {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  text-decoration: none;
  box-shadow: var(--shadow-md);
  transition: all 0.3s ease;
}

.fab-whatsapp {
  background: #25D366;
}

.fab-phone {
  background: var(--accent-bright);
}

.fab:hover {
  transform: scale(1.1);
  box-shadow: var(--shadow-lg);
}

/* ═══════════════════ RESPONSIVE ═══════════════════ */
@media (max-width: 1024px) {
  .hero-video-section {
    padding: 70px 20px;
  }

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

  .about-main-card {
    grid-row: span 1;
  }

  .about-text-card {
    grid-column: span 1;
  }

  .contact-inner {
    grid-template-columns: 1fr;
  }
}

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

  .nav-links {
    display: none;
  }

  .hero-container {
    text-align: right !important;
    align-items: flex-start !important;
    margin-right: 0 !important;
    width: 100%;
  }

  .hero-container .hero-title {
    font-size: 32px;
    text-align: right !important;
  }

  .hero-container .hero-desc {
    text-align: right !important;
  }

  .hero-container .hero-cta,
  .hero-socials-bar {
    justify-content: flex-start !important;
    width: 100%;
  }

  /* زر الهيرو على سطر واحد بدون انكسار للجوال */
  .add-to-cart-btn {
    white-space: nowrap !important;
    padding: 13px 20px !important;
    font-size: 14px !important;
    gap: 10px !important;
    width: auto !important;
    max-width: 100% !important;
    display: inline-flex !important;
  }

  .btn-arrow {
    width: 26px !important;
    height: 26px !important;
    font-size: 13px !important;
  }

  .services-section,
  .collection-section,
  .partners-section,
  .faq-section,
  .contact-section {
    padding: 40px 20px !important;
    overflow-x: hidden;
  }

  .services-header,
  .collection-header,
  .contact-left {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
    width: 100%;
  }

  .services-header .hero-title,
  .services-header .hero-sub,
  .collection-title,
  .section-sub-desc,
  .contact-left .hero-title,
  .contact-left .hero-sub,
  .contact-left .hero-desc {
    text-align: right !important;
  }

  .contact-left .hero-title {
    font-size: 28px !important;
    line-height: 1.25 !important;
  }

  .contact-inner {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    width: 100% !important;
  }

  .contact-form {
    padding: 24px 18px !important;
  }

  .services-grid-5,
  .about-grid,
  .audience-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    width: 100% !important;
  }

  /* تنسيق شبكة البنوك للجوال: 2 في كل سطر وتصغير الإنماء والبلاد بجانب بعضهما */
  .partners-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
  }

  .partner-card {
    flex: 0 0 calc(48% - 6px) !important;
    max-width: calc(48% - 6px) !important;
    width: calc(48% - 6px) !important;
  }

  .partner-logo-box {
    padding: 12px 14px !important;
    min-height: 76px !important;
  }

  .partner-logo-img {
    max-height: 44px !important;
    max-width: 120px !important;
  }

  /* تصغير وتنسيق بنك الإنماء وبنك البلاد بجانب بعضهما */
  .partner-alinma,
  .partner-albilad {
    flex: 0 0 calc(48% - 6px) !important;
    max-width: calc(48% - 6px) !important;
    width: calc(48% - 6px) !important;
  }

  .partner-alinma .partner-logo-box,
  .partner-albilad .partner-logo-box {
    padding: 10px 10px !important;
    min-height: 70px !important;
  }

  .partner-alinma .partner-logo-img,
  .partner-albilad .partner-logo-img {
    max-height: 36px !important;
    max-width: 105px !important;
  }

  .service-card,
  .svc-info {
    text-align: right;
  }

  .svc-actions {
    display: flex;
    gap: 10px;
    width: 100%;
  }

  .svc-btn {
    flex: 1;
    text-align: center;
    justify-content: center;
  }

  .collection-filters-top {
    justify-content: flex-start;
    gap: 12px;
  }

  .header-contact-btn {
    width: auto !important;
    white-space: nowrap !important;
    padding: 0 14px !important;
    font-size: 13px !important;
  }

  /* أزرار التواصل العائمة للجوال لمنع التداخل مع حقول النموذج */
  .fab-group {
    bottom: 16px !important;
    left: 16px !important;
    gap: 8px !important;
  }

  .fab {
    width: 44px !important;
    height: 44px !important;
  }

  .fab svg {
    width: 20px !important;
    height: 20px !important;
  }
}