.isv-hero {
  min-height: 492px;
  display: grid;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(rgba(4, 7, 13, .5), rgba(4, 7, 13, .55)),
    url("https://images.unsplash.com/photo-1516406742981-2b7d67ec4ae8?auto=format&fit=crop&w=1800&q=80") center / cover;
}

.isv-hero-content {
  width: min(760px, calc(100% - 34px));
  margin: 0 auto;
  padding-top: 42px;
  text-align: center;
}

.isv-hero h1 {
  max-width: 730px;
  margin: 0 auto 13px;
  font-size: clamp(31px, 4.3vw, 47px);
  line-height: 1.05;
  letter-spacing: 0;
}

.isv-hero p {
  margin-bottom: 22px;
  font-size: clamp(13px, 1.7vw, 16px);
  font-weight: 700;
}

.isv-search {
  display: flex;
  overflow: hidden;
  max-width: 790px;
  margin: 0 auto 14px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 16px 38px rgba(0, 0, 0, .22);
}

.isv-search input {
  flex: 1;
  min-width: 0;
  padding: 19px 20px;
  border: 0;
  outline: 0;
  color: #181c26;
  font-size: 14px;
}

.isv-search button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 118px;
  color: #fff;
  background: #050505;
  border: 0;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.isv-popular {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.isv-popular span {
  padding: 8px 12px;
  background: rgba(255, 255, 255, .23);
  border-radius: 999px;
  backdrop-filter: blur(6px);
}

@media (max-width: 620px) {
  .isv-hero {
    min-height: 440px;
  }

  .isv-search {
    display: grid;
  }

  .isv-search button {
    width: 100%;
    min-height: 48px;
  }
}
