body {
  min-width: 0;
}

.site-header-inner,
.page-grid {
  width: min(100% - 28px, var(--maxw));
}

.site-header-inner {
  min-height: 68px;
  gap: 12px;
}

.brand {
  min-width: 0;
}

.logo-wrap {
  width: 38px;
  height: 38px;
}

.logo-wrap img {
  width: 29px;
  height: 29px;
}

.brand-title strong {
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
}

.brand-title span {
  display: none;
}

.section-band {
  padding: 48px 0;
}

.hero {
  padding-top: 44px;
}

h1 {
  font-size: 34px;
  line-height: 1.1;
}

h2 {
  font-size: 26px;
}

.hero-lead {
  font-size: 17px;
}

.eyebrow {
  width: fit-content;
  max-width: 100%;
  margin-bottom: 12px;
  padding: 6px 10px;
  font-size: 11px;
  line-height: 1.35;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
  text-align: left;
}

.hero-kicker-long {
  display: inline-flex;
  max-width: 100%;
  text-align: center;
}

.cta-row,
.footer-grid {
  flex-direction: column;
}

.btn,
.nav-cta,
.nav-login {
  width: 100%;
}

.hero-shot img {
  min-height: 0;
  max-height: none;
  object-fit: contain;
}

.screenshot-frame:hover {
  transform: none;
}

.notify-grid,
.compact-grid,
.audience-grid {
  grid-template-columns: 1fr;
}

.step-card,
.notify-card,
.audience-grid article,
.final-cta-box {
  padding: 16px;
}

.reverse-on-mobile > :first-child {
  order: 2;
}

.reverse-on-mobile > :last-child {
  order: 1;
}

.mobile-menu-panel {
  right: 14px;
  top: 62px;
}

.container {
  padding: 22px 14px 42px;
}

.section {
  padding: 18px;
}

@media (max-width: 390px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
  }

  .brand-title strong {
    max-width: 135px;
  }
}
