/**
 * Coach Y — page background images (Unsplash + Pexels official CDN URLs).
 * Keep in sync with coachy_image_urls.js backgrounds.* entries.
 */
:root {
  /* Pexels 263402 — https://www.pexels.com/photo/white-hospital-hallway-263402/ */
  --cz-bg-pilot: url("https://images.pexels.com/photos/263402/pexels-photo-263402.jpeg?auto=compress&cs=tinysrgb&w=2000");
  --cz-bg-login: url("https://images.pexels.com/photos/263402/pexels-photo-263402.jpeg?auto=compress&cs=tinysrgb&w=1920");
  --cz-bg-hub: url("https://images.pexels.com/photos/263402/pexels-photo-263402.jpeg?auto=compress&cs=tinysrgb&w=1920");
  /* Pexels 40568 — https://www.pexels.com/photo/doctor-holding-red-stethoscope-40568/ */
  --cz-bg-landing: url("https://images.pexels.com/photos/40568/medical-appointment-doctor-healthcare-40568.jpeg?auto=compress&cs=tinysrgb&w=2000");
  --cz-bg-video-library: url("https://images.pexels.com/photos/40568/medical-appointment-doctor-healthcare-40568.jpeg?auto=compress&cs=tinysrgb&w=1920");
  /* Pexels 159211 — https://www.pexels.com/photo/white-and-red-capsule-pills-on-white-plate-159211/ */
  --cz-bg-clinical-math: url("https://images.pexels.com/photos/159211/headache-pain-pills-medication-159211.jpeg?auto=compress&cs=tinysrgb&w=2400");
}
