body {
  overflow-x: hidden;
}

.hero-grid > * {
  min-width: 0;
}

.qr-block {
  text-decoration: none;
  transition: transform 0.2s ease;
}

.qr-block:hover {
  transform: translateY(-3px);
}

@media (max-width: 720px) {
  .hero h1 {
    max-width: 100%;
    font-size: clamp(42px, 12vw, 52px);
    word-break: break-word;
  }
}
