/* Kleuren naar Oranje / Lichtblauw */
/* Primary: Lichtblauw (Sky 600 - goed leesbaar met wit) */
.bg-primary { background-color: #0284c7 !important; }
.text-primary { color: #0284c7 !important; }

/* Accent: Oranje (niet te fel - Orange 600) */
.bg-accent { background-color: #ea580c !important; }
.bg-accent-hover { background-color: #c2410c !important; }
.text-accent { color: #ea580c !important; }
.border-accent { border-color: #ea580c !important; }

/* Zachte sectie achtergrond (heel licht blauw/grijs) */
.bg-gray-50 { background-color: #f0f9ff !important; }

/* Subtiele hover lift */
.group:hover .transform { transform: translateY(-1px); }

/* Footer links */
footer a { color: #e0f2fe; }
footer a:hover { color: #fff; }
