/* --- 1. Modern Reset & Variables --- */
:root {
  --bg-main: #f8fafc;
  --header-dark: rgba(9, 99, 158, 0.9);
  --accent: rgba(253, 189, 23, 0.8);
  --text-main: #1e293b;
  --text-muted: #64748b;
  --card-bg: #ffffff;
  --border-color: #e2e8f0;
  --featured-bg: #f0f7ff;
}
