.assist-page .source-shell {
  width: min(1130px, calc(100% - 48px));
}

.assist-page .source-section {
  padding: 62px 0;
  background: var(--paper);
}

.assist-intro-grid {
  display: grid;
  grid-template-columns: 460px minmax(0, 1fr);
  align-items: start;
  gap: 37px;
}

.assist-store-badge {
  padding-top: 8px;
}

.assist-copy {
  min-width: 0;
}

.assist-page .source-media {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.assist-store-badge .source-media img {
  width: 460px;
  max-width: 100%;
}

.assist-screenshots {
  padding-top: 28px !important;
}

.assist-screenshot-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.assist-screenshot-grid .source-media img {
  width: 100%;
}

.assist-right {
  width: min(1130px, calc(100% - 48px)) !important;
  padding-left: 497px;
}

.assist-page .source-section h2 {
  font-size: clamp(32px, 3.2vw, 40px);
  line-height: 1.2;
}

.assist-right h2 {
  font-size: 34px !important;
}

@media (max-width: 850px) {
  .assist-intro-grid {
    grid-template-columns: minmax(260px, .75fr) minmax(0, 1fr);
    gap: 32px;
  }

  .assist-screenshot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .assist-right {
    width: min(100% - 48px, 640px) !important;
    padding-left: 0;
  }
}

@media (max-width: 560px) {
  .assist-page .source-shell,
  .assist-right {
    width: min(100% - 30px, 520px) !important;
  }

  .assist-page .source-section {
    padding: 50px 0;
  }

  .assist-intro-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .assist-store-badge {
    padding-top: 0;
  }

  .assist-store-badge .source-media img {
    width: min(100%, 420px);
  }

  .assist-screenshot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .assist-page .source-section h2 {
    font-size: 30px;
  }
}
