body.download-app-page,
.download-app-shell {
  background: #fff;
}

.download-app-main {
  padding: 0 var(--page-side) calc(40px + var(--safe-bottom));
  background: #fff;
}

.download-switch {
  display: flex;
  align-items: flex-start;
  gap: 34px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.download-switch__item {
  position: relative;
  padding: 18px 0 13px;
  color: #161616;
  font-size: 19px;
  line-height: 27px;
  font-weight: 600;
  white-space: nowrap;
}

.download-switch__item.is-active {
  color: #0c8454;
}

.download-switch__item.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 28px;
  height: 4px;
  border-radius: 999px;
  background: #0c8454;
}

.download-app-hero {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding-top: 28px;
}

.download-app-hero > img {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 6px 14px rgba(17, 24, 39, 0.1);
}

.download-app-hero__copy h1 {
  color: #262626;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

.download-app-hero__copy p {
  margin-top: 10px;
  color: #848a90;
  font-size: 14px;
  line-height: 1.55;
}

.download-device-section {
  padding-top: 36px;
}

.download-device-section h2 {
  color: #242424;
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
}

.download-device-section__hint {
  margin-top: 18px;
  color: #a5abb1;
  font-size: 14px;
  line-height: 1.5;
}

.download-device-section__copy {
  margin-top: 22px;
  color: #2a2a2a;
  font-size: 14px;
  line-height: 1.52;
}

.download-device-section__copy strong {
  font-weight: 700;
}

@media (max-width: 359px) {
  .download-switch {
    gap: 24px;
  }

  .download-switch__item {
    font-size: 18px;
  }

  .download-app-hero {
    gap: 14px;
  }

  .download-device-section__copy {
    line-height: 1.6;
  }
}
