/* ============================================================
   EFE ÇALIŞKAN MAKİNA — Tokens (kurumsal mavi / eski site uyumlu)
   ============================================================ */
:root {
  --blue:        #0a55c7;   /* primary corporate blue */
  --blue-deep:   #073b8a;   /* darker / hover */
  --blue-bright: #1273e6;   /* bright accent */
  --blue-wash:   #eaf1fb;   /* light blue band */
  --navy:        #0f2747;   /* dark text / footer */
  --ink:         #1c2733;   /* body text */
  --muted:       #5a6b7b;   /* secondary text */
  --muted-2:     #8a97a5;   /* tertiary */
  --line:        #e4e9f0;   /* borders */
  --bg:          #ffffff;   /* page bg */
  --bg-soft:     #f5f7fa;   /* section band */
  --bg-soft-2:   #eef2f7;
  --white:       #ffffff;
  --wa:          #25D366;
  --star:        #f5a623;

  --font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --maxw: 1240px;
  --gutter: clamp(1rem, 3.5vw, 2.5rem);
  --radius: 10px;
  --radius-sm: 7px;

  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --shadow-sm: 0 1px 3px rgba(15,39,71,0.06), 0 1px 2px rgba(15,39,71,0.04);
  --shadow-md: 0 6px 20px rgba(15,39,71,0.10);
  --shadow-lg: 0 18px 50px rgba(15,39,71,0.16);

  --header-h: 110px;
}
