/**
 * decor.css — Formes abstraites subtiles en fond de section, pour
 * casser le blanc/gris sans toucher aux couleurs de contenu.
 */

.hub-section--decor-blue {
  position: relative;
  background-image:
    radial-gradient(circle at 92% -8%, rgba(51, 76, 152, 0.10), transparent 40%),
    radial-gradient(circle at -6% 105%, rgba(255, 192, 0, 0.08), transparent 35%);
  background-repeat: no-repeat;
}

.hub-section--decor-yellow {
  position: relative;
  background-image:
    radial-gradient(circle at -8% -10%, rgba(255, 192, 0, 0.10), transparent 38%),
    radial-gradient(circle at 105% 100%, rgba(51, 76, 152, 0.08), transparent 40%);
  background-repeat: no-repeat;
}
