.production-brand-nav {
  justify-content: flex-start;
}

.hero-product-name {
  margin: 0 0 14px !important;
  color: #35afff;
  font-size: 1rem !important;
  line-height: 1.2 !important;
  font-weight: 900;
  letter-spacing: .22em;
  text-transform: uppercase;
  text-shadow: none !important;
}

.home-page-classic .classic-viewer-hero .hero-tagline {
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(4rem, 6.3vw, 7rem);
  line-height: .9;
  letter-spacing: -.055em;
  text-transform: none;
}

.home-page-classic .classic-viewer-hero .hero-tagline span {
  color: #1fa8ff;
}

.oauth-purpose-panel {
  margin: 0 0 18px;
  padding: 30px 34px;
  border: 1px solid rgba(52, 94, 145, .52);
  border-radius: 8px;
  background: #08111f;
}

.oauth-purpose-kicker {
  margin: 0 0 9px;
  color: #35afff;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .2em;
}

.oauth-purpose-panel h2 {
  margin: 0 0 13px;
  color: #fff;
  font-size: 1.5rem;
}

.oauth-purpose-panel p:not(.oauth-purpose-kicker) {
  max-width: 1200px;
  margin: 0;
  color: #aebdd0;
  font-size: .94rem;
  line-height: 1.65;
}

.oauth-purpose-panel p + p {
  margin-top: 10px !important;
}

.oauth-purpose-panel a {
  color: #35afff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 700px) {
  .production-brand-nav {
    display: flex;
    justify-content: flex-start;
    padding-inline: 14px;
  }

  .hero-product-name {
    font-size: .76rem !important;
    line-height: 1.55;
  }

  .home-page-classic .classic-viewer-hero .hero-tagline {
    font-size: clamp(3.1rem, 16vw, 4.6rem);
  }

  .oauth-purpose-panel {
    padding: 24px 22px;
  }
}
