@media (min-width: 640px) {
  .inner,
  .hero__inner,
  .site-header {
    width: calc(100% - 56px);
    max-width: 1120px;
  }

  .brand__mark {
    width: 210px;
    height: 86px;
  }

  .hero__headline {
    font-size: 44px;
  }

  .hero__copy {
    max-width: 760px;
  }

  .hero__headline span {
    display: inline;
  }

  .hero__headline span + span::before {
    content: " ";
  }

  .hero__sub {
    max-width: 680px;
    font-size: 17px;
  }

  .hero__actions .btn {
    width: auto;
    max-width: none;
  }

  .hero__audience {
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
  }

  .hero__system {
    max-width: 760px;
  }

  .system-card__top {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .hero__metrics {
    grid-template-columns: repeat(3, 1fr);
  }

  .hero__metrics .metric {
    border-top: 0;
    border-left: 1px solid var(--border);
  }

  .hero__metrics .metric:first-child {
    border-left: 0;
  }

  .problem__grid,
  .outcomes__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .final-cta__panel {
    padding: 46px;
  }
}

@media (min-width: 900px) {
  .section {
    padding: 108px 0;
  }

  .section__intro {
    margin-bottom: 38px;
  }

  .section-title {
    font-size: 44px;
  }

  .hero {
    padding-bottom: 92px;
  }

  .hero__inner {
    gap: 46px;
  }

  .hero__headline {
    font-size: 72px;
  }

  .hero__sub {
    font-size: 18px;
  }

  .hero__system {
    max-width: 900px;
  }

  .system-flow {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .system-flow__item {
    min-height: 118px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }

  .problem__grid,
  .how__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .outcomes__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .final-cta {
    padding: 112px 0;
  }

  .final-cta__headline {
    font-size: 54px;
  }

  .footer {
    flex-direction: row;
    justify-content: space-between;
    padding: 30px max(28px, calc((100vw - 1120px) / 2));
    text-align: left;
  }
}

@media (max-width: 430px) {
  .inner,
  .hero__inner,
  .site-header {
    width: calc(100% - 32px);
    max-width: 1120px;
  }

  .hero {
    padding-top: 14px;
  }

  .brand__mark {
    width: 168px;
    height: 68px;
  }

  .hero__headline {
    font-size: 32px;
  }

  .hero__sub {
    font-size: 15px;
  }

  .btn {
    width: 100%;
    padding-inline: 18px;
  }

  .section-title {
    font-size: 28px;
  }

  .outcomes__number {
    font-size: 42px;
  }

  .final-cta__headline {
    font-size: 30px;
  }
}
