
/* FIX18C — sfondo Musica e Servizi da inbox locale corretta.
   Non tocca home, album, player album, JSON album.
*/

html {
  min-height: 100%;
  background: #020812 !important;
}

body.dorisan-fix18c-services-bg {
  min-height: 100%;
  background: #020812 !important;
  position: relative;
  isolation: isolate;
}

body.dorisan-fix18c-services-bg::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(180deg, rgba(0,0,0,.10), rgba(0,0,0,.46)),
    url("../assets/backgrounds/musica-servizi-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  pointer-events: none;
}

body.dorisan-fix18c-services-bg::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 14% 10%, rgba(65,170,255,.12), transparent 32%),
    radial-gradient(circle at 86% 8%, rgba(0,220,255,.08), transparent 34%),
    linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.20));
  pointer-events: none;
}

body.dorisan-fix18c-services-bg .ds14b-page {
  background: transparent !important;
}

body.dorisan-fix18c-services-bg .ds14b-card {
  background: linear-gradient(180deg, rgba(9,27,49,.72), rgba(2,9,20,.88)) !important;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

body.dorisan-fix18c-services-bg .ds14b-panel {
  background: linear-gradient(180deg, rgba(5,18,34,.72), rgba(2,9,20,.90)) !important;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

body.dorisan-fix18c-services-bg .ds14b-hero p,
body.dorisan-fix18c-services-bg .ds14b-card .ds14b-text,
body.dorisan-fix18c-services-bg .ds14b-panel p {
  text-shadow: 0 2px 16px rgba(0,0,0,.78);
}

@media (max-width: 760px) {
  body.dorisan-fix18c-services-bg::before {
    background-attachment: scroll;
  }
}
