/* static/assets/css/reset-epson.css */
.section-hero-reset .list-check {
  list-style: none;
  padding-left: 0;
}
.section-hero-reset .list-check li {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: .5rem;
}
.section-hero-reset .list-check li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}

.section-title .h3 {
  letter-spacing: .2px;
}

.step-card {
  border: 1px solid rgba(0,0,0,.075);
  border-radius: 1rem;
}
.step-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-weight: 700;
  border: 1px solid rgba(0,0,0,.15);
  margin-bottom: .75rem;
}

.feature-card {
  border: 1px solid rgba(0,0,0,.075);
  border-radius: 1rem;
  background: #fff;
}

.columns-2 {
  column-count: 2;
  column-gap: 1.5rem;
}
@media (max-width: 576px) {
  .columns-2 {
    column-count: 1;
  }
}

.hero-figure img {
  max-height: 360px;
  object-fit: contain;
}

.cta-final {
  background: linear-gradient(180deg, rgba(0,0,0,0.02) 0%, rgba(0,0,0,0.04) 100%);
}
