/* ============================================
   THEME A — CORPORATE
   Sobre, professionnel, lumineux
   Palette : bleu #003399, vert #70AD47, blancs
   ============================================ */

:root {
  /* Fonts */
  --font-heading: 'Playfair Display', Georgia, serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

  /* Colors - Primary palette */
  --accent-primary: #003399;
  --accent-hover: #002470;
  --accent-secondary: #70AD47;
  --accent-light: #e8eef8;

  /* Backgrounds */
  --bg-primary: #ffffff;
  --bg-secondary: #f7f8fc;
  --bg-tertiary: #eef1f8;

  /* Text */
  --text-primary: #1a1a2e;
  --text-secondary: #4a4a68;
  --text-heading: #0d0d26;
  --text-muted: #8888a4;

  /* Borders */
  --border-light: #e5e7f0;

  /* Header */
  --header-bg: rgba(255, 255, 255, 0.92);
  --header-border: rgba(0, 0, 0, 0.06);
  --header-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
  --nav-hover-bg: rgba(0, 51, 153, 0.06);

  /* Cards */
  --card-bg: #ffffff;
  --card-border: #e8ecf4;
  --card-shadow-hover: 0 20px 60px rgba(0, 51, 153, 0.08);
  --card-icon-bg: rgba(0, 51, 153, 0.08);

  /* Buttons */
  --btn-shadow: 0 8px 25px rgba(0, 51, 153, 0.25);

  /* Hero */
  --hero-gradient: linear-gradient(135deg, rgba(247, 248, 252, 0.95) 0%, rgba(232, 238, 248, 0.8) 100%);
  --hero-pattern-opacity: 0.04;

  /* Badge */
  --badge-bg: rgba(0, 51, 153, 0.06);
  --badge-border: rgba(0, 51, 153, 0.12);

  /* Inputs */
  --input-bg: #f7f8fc;
  --input-border: #e5e7f0;
  --input-focus-shadow: rgba(0, 51, 153, 0.1);

  /* Page header */
  --page-header-bg: linear-gradient(135deg, #003399 0%, #052F61 100%);
  --page-header-overlay: linear-gradient(135deg, rgba(0,51,153,0.95), rgba(5,47,97,0.9));
  --page-header-title-color: #ffffff;
  --page-header-text-color: rgba(255,255,255,0.75);
  --page-header-link-color: rgba(255,255,255,0.9);

  /* CTA */
  --cta-bg: linear-gradient(135deg, #003399 0%, #052F61 100%);
  --cta-overlay: linear-gradient(135deg, rgba(0,0,0,0.1), transparent);

  /* Footer */
  --footer-bg: #0d0d26;
  --footer-text: #c4c4d8;
  --footer-muted: #8888a4;
  --footer-heading: #ffffff;
  --footer-border: rgba(255,255,255,0.08);
  --footer-social-bg: rgba(255,255,255,0.06);

  /* Mobile nav */
  --mobile-nav-bg: #ffffff;
}
