#header,
#footer {
  display: none !important;
}

.hero {
  text-align: center;
  margin: 2.5rem auto 1.25rem auto;
}

.hero-logo {
  display: block;
  max-width: 760px;
  width: 100%;
  height: auto;
  margin: 0 auto 1.25rem auto;
}

.hero-tagline {
  text-align: center;
  font-size: 1.05rem;
  margin: 0 0 1.25rem 0;
}

.hero-actions {
  text-align: center;
  margin: 0 0 1rem 0;
}

.hero-actions a {
  display: inline-block;
  margin: 0.25rem 0.4rem;
  padding: 0.55rem 0.9rem;
  border: 1px solid #222;
  border-radius: 999px;
  color: #222;
  text-decoration: none;
}

.hero-actions a:hover {
  background: #222;
  color: #fff;
}

.audio-preview {
  text-align: center;
  margin: 0.75rem auto 2.5rem auto;
}

.audio-label {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 0.5rem 0;
}

.audio-preview audio {
  width: 100%;
  max-width: 520px;
}

h2 {
  text-align: center;
  margin-top: 2.5rem;
}