/* Fingerprinted narrow-screen polish for a compact first-view hierarchy. */
@media (max-width: 360px) {
  :root {
    --type-hero: 2.18rem;
  }

  .hero-home {
    padding-top: 32px;
  }

  .hero-home .hero-title {
    margin-block: 12px 14px;
  }

  .hero-home .hero-sub {
    line-height: 1.5;
  }

  .hero-home .hero-actions {
    margin-top: 4px;
  }

  .hero-home .trust-strip {
    margin-top: 16px;
  }
}
