/* Fond degrade sombre profond */
body, #page_container {
  background: radial-gradient(circle at 20% 0%, #1a1d29 0%, #0d0f16 45%, #080a0f 100%) fixed !important;
}

/* Titre principal plus discret et lettrage espace */
#information-widgets {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}

/* En-tetes de groupe : fins, majuscules, lettrage espace */
h2.text-theme-800 {
  font-weight: 600 !important;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 0.7rem !important;
  opacity: 0.55;
}

/* Cartes services : verre depoli subtil, bords doux */
.service-card, li[class*="service"] > div {
  background: rgba(255,255,255,0.025) !important;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.06) !important;
  border-radius: 14px !important;
  transition: all 0.2s ease;
}

.service-card:hover, li[class*="service"] > div:hover {
  background: rgba(255,255,255,0.05) !important;
  border-color: rgba(255,255,255,0.12) !important;
  transform: translateY(-2px);
}

/* Espacement aere entre les groupes */
#myservices > div { gap: 1.5rem; }
