/*
Theme Name: Wadaif Corporate
Theme URI: https://www.wadaif.ly/
Author: Wadaif
Author URI: https://www.wadaif.ly/
Description: الموقع التعريفي لشركة وظائف — منصة التوظيف في ليبيا. موقع Corporate Profile + خدمات توظيف، مستقل تماماً عن منصة وظائف الحالية.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: wadaif-corporate
Tags: rtl-language-support, custom-menu, translation-ready
*/

/* =========================================================
   DESIGN TOKENS — approved in Module 02, do not edit values
   here without design sign-off. Component/section CSS in
   assets/css/ consumes these variables only.
   ========================================================= */
:root {
  /* colors */
  --wdf-blue: #1878C4;
  --wdf-blue-dark: #0F5A94;
  --wdf-navy: #0A2540;
  --wdf-navy-deep: #071B30;
  --wdf-sky: #EFF6FC;
  --wdf-sky-mid: #E1EDF7;
  --wdf-ink: #142433;
  --wdf-slate: #5C6B7A;
  --wdf-slate-light: #8B98A5;
  --wdf-border: #DDE7F0;
  --wdf-white: #FFFFFF;
  --wdf-wa-green: #25D366;
  --wdf-wa-green-dark: #1DAF56;

  /* radius */
  --wdf-radius-sm: 8px;
  --wdf-radius-md: 14px;
  --wdf-radius-lg: 22px;

  /* shadow */
  --wdf-shadow: 0 4px 18px rgba(10, 37, 64, .07);
  --wdf-shadow-hover: 0 10px 30px rgba(10, 37, 64, .12);

  /* spacing scale */
  --wdf-space-1: 4px;
  --wdf-space-2: 8px;
  --wdf-space-3: 12px;
  --wdf-space-4: 16px;
  --wdf-space-5: 24px;
  --wdf-space-6: 32px;
  --wdf-space-7: 48px;
  --wdf-space-8: 64px;
  --wdf-space-9: 96px;

  /* section rhythm */
  --wdf-section-pad: var(--wdf-space-9);
  --wdf-section-pad-mobile: var(--wdf-space-7);
  --wdf-container: 1180px;

  /* typography */
  --wdf-font: 'Cairo', sans-serif;
}

/* Minimal reset — full base rules live in assets/css/base.css */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--wdf-font);
  color: var(--wdf-ink);
  background: var(--wdf-white);
  /* direction is intentionally NOT hardcoded here — it inherits from
     <html dir="rtl|ltr"> set dynamically in header.php per language.
     See Module 03 bilingual addendum §6. */
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
