/* ============================================================
   CSS PERSONALIZZATO — themomentsong
   Caricato DOPO i CSS originali: tutto qui "vince".
   ============================================================ */

/* ---- Sezione "Pasos" (step by step) — TEMA SCURO ---- */
.tms-steps{
  position: relative;
  padding: 4rem 1.5rem;
  background:
    radial-gradient(at 50% 28%, rgba(217,119,6,0.18) 0%, transparent 55%),
    radial-gradient(at 50% 85%, rgba(46,36,24,0.55) 0%, transparent 60%),
    linear-gradient(#1a1510 0%, #0b0806 100%);
}
@media (min-width: 768px){ .tms-steps{ padding: 6rem 2rem; } }

.tms-steps__title{
  max-width: 52rem;
  margin: 0 auto 3rem;
  text-align: center;
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 500;
  font-size: clamp(1.7rem, 4.2vw, 2.8rem);
  line-height: 1.18;
  color: #fbf8f3;
}
.tms-steps__title .hl{ color: #fcd34d; }

.tms-grid{
  max-width: 64rem;
  margin: 0 auto;
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px){ .tms-grid{ grid-template-columns: repeat(3, 1fr); } }

.tms-card{
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 1rem;
  padding: 2.2rem 1.6rem;
  text-align: center;
  backdrop-filter: blur(4px);
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tms-ic{
  width: 3.75rem;
  height: 3.75rem;
  display: grid;
  place-items: center;
  border-radius: 9999px;
  background: rgba(252,211,77,0.12);
  color: #fcd34d;
  margin-bottom: 1.1rem;
}
.tms-step{
  font-family: ui-monospace, 'SF Mono', Menlo, monospace;
  font-size: .72rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #f0a36b;
  margin-bottom: .55rem;
}
.tms-card h3{
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #fbf8f3;
  margin: 0 0 .6rem;
}
.tms-card p{
  font-size: .94rem;
  line-height: 1.6;
  color: rgba(251,248,243,0.68);
  margin: 0;
}
.tms-cta{ margin-top: 3rem; text-align: center; }
.tms-cta__note{
  margin-top: .8rem;
  font-family: ui-monospace, 'SF Mono', Menlo, monospace;
  font-size: .72rem;
  letter-spacing: .04em;
  color: rgba(251,248,243,0.55);
}

/* ---- Carosello orizzontale (sezione demo) ---- */
.tms-hscroll::-webkit-scrollbar{display:none}
