.dictation-pill {
  justify-content: center;
  padding: 0;
}

.dictation-pill > span:empty {
  display: none;
}

.dictation-pill .bars {
  margin: 0;
}

@media (min-width: 751px) {
  .header {
    position: relative;
  }

  .header nav {
    position: absolute;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
  }
}

@media (max-width: 750px) {
  .header {
    position: relative;
  }

  .hero h1 span {
    display: block;
  }

  .top-download {
    position: absolute;
    top: 50%;
    right: 22px;
    display: grid;
    place-items: center;
    height: 38px;
    margin: 0;
    line-height: 1;
    transform: translateY(-50%);
  }

  .top-download::after {
    content: "\2193";
    display: block;
    line-height: 1;
    position: relative;
    top: -1px;
  }

  .final-cta h2 {
    font-size: clamp(34px, 11.5vw, 43px);
    line-height: 1.08;
  }
}

.browser-help[hidden] {
  display: none;
}

.browser-help {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(0, 0, 0, 0.48);
}

.browser-help-panel {
  position: relative;
  width: min(100%, 340px);
  padding: 31px 28px 27px;
  border-radius: 18px;
  background: #fff;
  text-align: center;
}

.browser-help-panel img {
  width: 56px;
  border-radius: 13px;
}

.browser-help-panel h2 {
  margin: 17px 0 10px;
  font-size: 21px;
}

.browser-help-panel p {
  margin: 0;
  color: #6f7073;
  font-size: 14px;
  line-height: 1.55;
}

.browser-help-close {
  position: absolute;
  top: 9px;
  right: 10px;
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  color: #6f7073;
  font-size: 23px;
  line-height: 1;
  cursor: pointer;
}
