/*
Theme Name: الأمانة للكمبيوتر | Al-Amana Computer & Tech
Theme URI: https://alamanaeg.com
Author: Al-Amana Computer Team
Author URI: https://alamanaeg.com
Description: القالب التجاري الشامل لمتجر وبراند الأمانة لخدمات وتكنولوجيا الكمبيوتر (alamanaeg.com). يتضمن بوابة الموظفين الشاملة، نظام طباعة وتنزيل الفواتير A4 بصيغة PDF، محرك اللغات المزدوج عربي/إنجليزي، الشيك أوت السريع بالهاتف، وتخصيصات ووكومرس الفاخرة.
Version: 3.5.2
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: elamana
Domain Path: /languages
*/

:root {
  /* Al-Amana Official Brand Identity Palette */
  --primary: #2563eb;          /* Electric Tech Blue */
  --primary-hover: #1d4ed8;
  --primary-dark: #080c18;     /* Deep Navy Brand Background */
  --primary-light: #eff6ff;
  --accent: #06b6d4;           /* Vibrant Cyan/Sky Gradient */
  --accent-hover: #0891b2;
  --success: #10b981;          /* Emerald Green for WhatsApp & In-Stock */
  --warning: #f59e0b;          /* Amber for Offers & Badges */
  --danger: #ef4444;
  
  /* Neutral Colors */
  --bg-body: #f8fafc;
  --bg-card: #ffffff;
  --border-color: #e2e8f0;
  --text-main: #080c18;        /* Dark Navy Slate */
  --text-muted: #64748b;
  --text-light: #94a3b8;
  
  /* Typography */
  --font-arabic: 'Cairo', system-ui, -apple-system, sans-serif;
  --font-english: 'Rajdhani', system-ui, -apple-system, sans-serif;
  --font-family: var(--font-arabic);
  
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-full: 9999px;
  
  /* Shadows */
  --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.07), 0 2px 4px -2px rgb(0 0 0 / 0.07);
  --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.08), 0 4px 6px -4px rgb(0 0 0 / 0.04);
  --shadow-hover: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.05);
  
  /* Full-Width Expansive Container (1440px Max) */
  --container-max: 1440px;
  --header-height: 80px;
  --topbar-height: 40px;
  --transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Base Reset & Full Width Foundation */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-family: var(--font-family);
  background-color: var(--bg-body);
  color: var(--text-main);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
}

#page, .site-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* دعم الأرقام والخط الإنجليزي عند تفعيل اللغة الإنجليزية */
html[lang="en"] body {
  font-family: var(--font-english);
  letter-spacing: 0.3px;
}

html[lang="en"] .brand-name,
html[lang="en"] h1, 
html[lang="en"] h2, 
html[lang="en"] h3, 
html[lang="en"] .price,
html[lang="en"] .stat-number {
  font-family: var(--font-english);
  font-weight: 700;
}

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

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

ul, ol {
  list-style: none;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
}
