/* Shared component: service-details */
/* ── Il nostro metodo — step cards (allineate allo stile Home) ── */
  .steps {
    border: 0 !important;
    border-bottom: 0 !important;
    background-image: none !important;
  }
  .steps::before,
  .steps::after {
    content: none !important;
    display: none !important;
    background: none !important;
    border: 0 !important;
  }
  .steps .step {
    display: flex !important;
    flex-direction: column;
    border: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    background-image: none !important;
    padding-top: 15px !important;
    margin-bottom: 30px;
  }
  .steps .step::before,
  .steps .step::after {
    content: none !important;
    display: none !important;
    background: none !important;
    border: 0 !important;
  }
  .steps .step .step-dot {
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    border-radius: 50% !important;
    background: linear-gradient(145deg, #16A3E4 0%, #007FBF 48%, #00537E 100%) !important;
    border: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 0 26px !important;
    padding: 0 !important;
    box-shadow: 0 10px 24px rgba(0, 83, 126, .22) !important;
  }
  .steps .step .step-dot span {
    font-family: var(--fh, 'Montserrat', sans-serif) !important;
    font-weight: 600 !important;
    font-size: 17px !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    color: #FFFFFF !important;
    background: none !important;
  }
  .steps .step .step-phase {
    font-family: var(--fh, 'Montserrat', sans-serif) !important;
    font-weight: 600 !important;
    font-size: 11px !important;
    line-height: 1.3 !important;
    letter-spacing: .16em !important;
    text-transform: uppercase !important;
    color: var(--blue, #007FBF) !important;
    margin: 0 0 10px !important;
  }
.steps .step .step-title {
    font-family: var(--fh, 'Montserrat', sans-serif) !important;
    font-weight: 500 !important;
    font-size: 22px !important;
    line-height: 1.25 !important;
    letter-spacing: -0.01em !important;
    color: #111110 !important;
    margin: 0 0 16px !important;
  }
  .steps .step .step-body {
    font-family: var(--fb, 'Inter', sans-serif) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.65 !important;
    color: #5B6670 !important;
    margin: 0 !important;
    flex: 1 1 auto !important;
  }
  @media (max-width: 991px) {
    .steps .step-title {
      font-size: 20px !important;
    }
  }
