/* STAMPA.CSS - OVERRIDES PAGINA UFFICIO STAMPA (look editoriale) */

.service-detail{
  padding-top: 120px;
  padding-bottom: 70px;

  /* background più “magazine” ma PayPal */
  background:
    radial-gradient(circle at 18% 12%, rgba(0,156,222,0.16), transparent 55%),
    radial-gradient(circle at 82% 30%, rgba(0,48,135,0.22), transparent 60%),
    linear-gradient(180deg, rgba(1,33,105,0.16), rgba(0,0,0,0));
}

.service-detail .container{
  max-width: 980px;
}

/* Testi super leggibili */
.service-detail,
.service-detail *{
  color: #ffffff;
}

.service-detail h2{
  text-align: center;
  margin-bottom: 1.2rem;
  text-shadow: 0 12px 45px rgba(0,0,0,0.55);
}

/* Paragrafo stile editoriale */
.service-detail p{
  opacity: 0.94;
  font-size: 1.05rem;
  line-height: 1.95;
  max-width: 880px;
  margin: 0 auto 2rem auto;
  text-align: center;
}

/* Lista come “editor cards” */
.service-detail ul{
  max-width: 900px;
  margin: 2rem auto;
  padding: 0;
}

.service-detail li{
  list-style: none;
  position: relative;

  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(0,156,222,0.35);
  border-radius: 18px;

  padding: 1rem 1.1rem 1rem 3.2rem;
  margin-bottom: 0.9rem;

  box-shadow: 0 16px 40px rgba(0,0,0,0.40);
}

.service-detail li::before{
  content: "🗞";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #009CDE;
  font-size: 1.2rem;
}

/* CTA */
.service-detail .cta-btn{
  display: inline-block;
  padding: 1.1rem 2.6rem;
  border-radius: 999px;
  background: linear-gradient(45deg, #003087, #009CDE);
  color: #fff;
  box-shadow: 0 18px 45px rgba(0,0,0,0.45);
}

.service-detail .cta-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 22px 55px rgba(0,0,0,0.55), 0 0 55px rgba(0,156,222,0.18);
}

/* Mobile */
@media (max-width: 768px){
  .service-detail{ padding-top: 110px; }
  .service-detail p{ text-align: left; }
}
