.hero-visual {
  width: min(560px, 90vw);
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.hero-visual .mockup-window { display: none; }
.hero-visual::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1080 / 1456;
  border: 1px solid rgba(17, 19, 24, .08);
  border-radius: 24px;
  background: #f8f8fa url("/cleankeys-app-hero.png") center / cover no-repeat;
  box-shadow: 0 42px 110px rgba(26, 43, 54, .16), 0 10px 34px rgba(26, 43, 54, .08);
  transition: transform .3s ease, box-shadow .3s ease;
}

.hero-price {
  color: rgba(17, 19, 24, 0.72) !important;
}

:where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid #176b87 !important;
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
.hero-visual:hover::before {
  transform: translateY(-5px);
  box-shadow: 0 52px 125px rgba(26, 43, 54, .18), 0 14px 42px rgba(26, 43, 54, .1);
}
.hero-trust {
  width: 100%;
  margin: 8px 0 0;
  color: rgba(17, 19, 24, .67);
  font-size: 13px;
  font-weight: 650;
  text-align: center;
}
#faq .feature-card:nth-child(1),
#faq .feature-card:nth-child(3) { display: none; }
@media (max-width: 640px) {
  .hero-visual { width: min(480px, 92vw); margin-top: 52px; }
  .hero-visual::before { border-radius: 20px; }
}
