/* Simple refresh layer on top of your current template */

#faq .panel { border-radius: 14px; overflow: hidden; }
#faq .panel-heading { background: #f7f7f7; }
#faq .panel-title a { display:block; text-decoration:none; }
#faq .panel-body h5 { margin-top:16px; }

.sct-shot--spaced{
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff; /* se il tema è chiaro qui, altrimenti toglilo */
}
.sct-shot--spaced img{
  display:block;
  width:100%;
  height:auto;
  border-radius: 14px;
}

/* Sezione screenshots: più respiro sopra/sotto */
#screenshots {
  padding-top: 40px;
  padding-bottom: 50px;
}

/* Un pelo di spazio sopra il pricing */
#pricing {
  padding-top: 60px;
}

/* Opzionale: evita che l'immagine abbia ombre/bordi strani */
#screenshots img {
  display: block;
  width: 100%;
  height: auto;
}

.nav-clean.navbar {
  background: rgba(255,255,255,.92);
  border-bottom: 1px solid rgba(0,0,0,.08);
  backdrop-filter: blur(10px);
}
.nav-clean .navbar-brand { font-weight: 800; letter-spacing: .3px; }
.nav-clean .nav > li > a { font-weight: 600; }
.nav-clean .nav-cta {
  margin-top: 8px;
  margin-left: 10px;
  padding: 8px 12px !important;
  border-radius: 999px;
  display: inline-block;
}

/* Hero cleanup */
.hero-clean { padding-top: 120px; padding-bottom: 70px; }
.hero-kicker {
  color: rgba(255,255,255,.85);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 12px;
}
.hero-title {
  color: #fff;
  font-weight: 900;
  letter-spacing: .2px;
  line-height: 1.05;
  font-size: clamp(34px, 4vw, 60px);
  margin: 0 0 14px;
}
.hero-lead {
  color: rgba(255,255,255,.88);
  font-size: 18px;
  max-width: 880px;
  margin: 0 auto 22px;
}
.hero-actions { margin: 18px 0 10px; }
.hero-actions .btn { margin: 6px; border-radius: 999px; }
.hero-trust {
  color: rgba(255,255,255,.85);
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 16px;
  font-weight: 600;
}

/* Make section titles less “shouty” */
.module-title { letter-spacing: .02em; }
.content-box { border-radius: 16px; }

/* Reduce the “huge font inline styles” effect a bit (where possible) */
@media (max-width: 768px) {
  .hero-clean { padding-top: 95px; }
}
