/* =====================================================
   TEMA: KURUMSAL — Lacivert + Beyaz
   Hedef: Genel ticari, danışmanlık, hizmet sektörü
   ===================================================== */
:root {
  --primary:       #1D4ED8;
  --primary-dark:  #1E40AF;
  --accent:        #F59E0B;
  --accent-text:   #fff;
  --btn-text:      #fff;

  /* Arkaplanlar */
  --bg:            #FFFFFF;
  --bg-alt:        #F1F5F9;
  --border:        #E2E8F0;
  --radius:        14px;

  /* Metinler */
  --text:          #0F172A;
  --text-muted:    #64748B;

  /* Header */
  --header-bg:       rgba(255,255,255,0.95);
  --header-text:     #0F172A;
  --header-border:   rgba(0,0,0,.08);
  --nav-hover-bg:    #F1F5F9;
  --shadow-color:    rgba(0,0,0,.1);

  /* Hero */
  --hero-bg:     linear-gradient(135deg, #0F172A 0%, #1E3A8A 60%, #1D4ED8 100%);
  --hero-overlay:rgba(15,23,42,.35);
  --hero-glow:   rgba(59,130,246,.25);

  /* Stats */
  --stats-bg:     #0F172A;
  --stats-border: rgba(255,255,255,.06);
  --stats-hover:  rgba(255,255,255,.04);
  --stats-text:   #FFFFFF;
  --stats-label:  #94A3B8;

  /* Cards */
  --card-bg:           #FFFFFF;
  --card-border:       #E2E8F0;
  --card-shadow:       0 2px 12px rgba(0,0,0,.06);
  --card-hover-shadow: 0 12px 40px rgba(29,78,216,.15);

  /* CTA */
  --cta-bg:      #1D4ED8;
  --cta-overlay: linear-gradient(135deg, rgba(30,64,175,.8) 0%, rgba(29,78,216,0) 100%);
  --cta-glow:    rgba(96,165,250,.2);

  /* Footer */
  --footer-bg:        #0F172A;
  --footer-border:    rgba(255,255,255,.06);
  --footer-text:      #94A3B8;
  --footer-heading:   #E2E8F0;
  --footer-primary:   #3B82F6;
  --footer-social-bg: rgba(255,255,255,.06);
}
