/* Pagina Verifiche */

.verifiche-page {
  position: relative;
  z-index: 1;
  max-width: 480px;
  margin: 0 auto;
  padding: 6px 14px calc(100px + var(--safe-bottom));
}

.verifiche-lead {
  margin: 0 0 20px;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--muted);
  text-align: center;
}

.verifiche-steps {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 22px;
}

.verifiche-step {
  display: flex;
  gap: 14px;
  padding: 16px 16px 18px;
  border-radius: 14px;
  text-align: left;
  background: linear-gradient(165deg, #0f1820 0%, #0a1014 100%);
  box-shadow:
    0 0 0 1px rgba(56, 189, 248, 0.2),
    0 8px 26px rgba(0, 0, 0, 0.42);
}

.verifiche-step__num {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-size: 0.95rem;
  font-weight: 800;
  color: #030f18;
  background: linear-gradient(
    145deg,
    var(--ice-pale),
    var(--ice-white),
    var(--ice-light)
  );
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12) inset;
}

.verifiche-step__body {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #e8f4fc;
}

.verifiche-step__body strong {
  color: #fff;
  font-weight: 700;
}

.verifiche-note {
  margin: 0 0 22px;
  padding: 14px 16px;
  border-radius: 12px;
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(245, 245, 245, 0.78);
  background: rgba(56, 189, 248, 0.08);
  border: 1px solid rgba(56, 189, 248, 0.22);
  text-align: center;
}

.verifiche-cta-wrap {
  margin-bottom: 16px;
}

.verifiche-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 16px 20px;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(
    145deg,
    #f58529 0%,
    #dd2a7b 40%,
    #8134af 78%,
    #515bd4 100%
  );
  background-size: 140% 140%;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.2) inset,
    0 8px 28px rgba(221, 42, 123, 0.35);
  transition:
    transform 0.15s ease,
    box-shadow 0.2s ease;
}

.verifiche-cta:hover,
.verifiche-cta:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.28) inset,
    0 10px 32px rgba(221, 42, 123, 0.45);
}

.verifiche-cta:active {
  transform: scale(0.98);
}

.verifiche-cta__icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border-radius: 8px;
  object-fit: contain;
}

.verifiche-cta__text {
  text-align: left;
  line-height: 1.25;
}

.verifiche-cta__sub {
  display: block;
  margin-top: 2px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: none;
  opacity: 0.92;
}

.verifiche-foot {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: rgba(245, 245, 245, 0.45);
  text-align: center;
}
