:root {
  /* Brand Colors */
  --navy:        #14153d;
  --navy2:       #1c1e52;
  --navy-light:  #eef0fb;
  --orange:      #ef843f;
  --orange2:     #f9a06a;
  --orange3:     #d4612b;
  --orange-bg:   #fff5ee;
  --orange-bg2:  #fde8d8;

  /* Backgrounds */
  --bg:          #ffffff;
  --bg2:         #f8f9fc;
  --bg3:         #f1f3fa;

  /* Text */
  --text:        #1a1b3a;
  --text2:       #3d3f6b;
  --muted:       #6b6f9a;

  /* Borders */
  --border:      rgba(20,21,61,0.09);
  --border2:     rgba(20,21,61,0.15);

  /* Status */
  --green:       #16a34a;
  --red:         #dc2626;

  /* Typography */
  --font-heading: 'Plus Jakarta Sans', sans-serif;
  --font-body:    'DM Sans', sans-serif;

  /* Layout */
  --section-pad: clamp(72px, 9vw, 112px);
  --container:   1280px;
  --radius:      18px;
  --radius-sm:   12px;
  --radius-xs:   8px;
  --header-h:    88px;

  /* Motion */
  --transition:      0.25s ease;
  --transition-slow: 0.5s ease;

  /* Shadows */
  --shadow-sm:     0 2px 12px rgba(20,21,61,0.08);
  --shadow-md:     0 8px 32px rgba(20,21,61,0.12);
  --shadow-lg:     0 20px 56px rgba(20,21,61,0.14);
  --shadow-orange: 0 8px 28px rgba(239,132,63,0.35);
}
