/* HERO bandeau */
.ocnc-hero{
  background: radial-gradient(1200px 400px at 10% -20%, #eef5ff, #ffffff 65%),
              linear-gradient(90deg, #ffffff 0%, #f8fbff 100%);
  padding: 48px 24px;
}
.ocnc-hero-inner{ max-width: 920px; margin: 0 auto; text-align: center; }

/* Catégories */
.ocnc-cat-emoji{ font-size: 38px; }

/* Utilitaires */
.text-truncate{ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
