.app-download {
  scroll-margin-top: 28px;
  padding: clamp(84px, 9vw, 124px) 28px;
  background: #0072b8;
  color: #fff;
  font-family: "Lexend", Arial, sans-serif;
}

.app-download__inner {
  width: min(1128px, 100%);
  margin: 0 auto;
}

.app-download .section-title {
  color: #fff;
}

.app-download .section-kicker {
  color: #fff;
}

.app-download .section-description {
  color: #eaf7ff;
}

.app-download__options {
  display: grid;
  grid-template-columns: minmax(0, .65fr) minmax(0, .85fr);
  gap: 18px;
}

.app-download__stores,
.app-download__desktop {
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 24px;
  background: rgba(255, 255, 255, .07);
}

.app-download__options h3 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.25;
}

.app-download__options p {
  margin: 0 0 28px;
  color: #eaf7ff;
}

.store-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.store-buttons a {
  display: grid;
  flex: 1 1 190px;
  min-width: 190px;
  min-height: 76px;
  padding: 11px 20px 12px;
  border-radius: 12px;
  background: #fff;
  color: #102f46;
  line-height: 1.1;
  transition: transform .2s, background .2s;
}

.store-buttons a:hover {
  transform: translateY(-2px);
  background: #e5f4fc;
}

.store-buttons span {
  font-size: 10px;
  font-weight: 600;
}

.store-buttons strong {
  margin-top: 3px;
  font-size: 19px;
  font-weight: 750;
}

.desktop-links {
  display: grid;
  gap: 12px;
  margin-top: auto;
}

.desktop-links__primary {
  position: relative;
  display: grid;
  min-height: 76px;
  padding: 13px 58px 13px 20px;
  border-radius: 12px;
  background: #fff;
  color: #102f46;
  line-height: 1.15;
  transition: background .2s, transform .2s;
}

.desktop-links__primary:hover {
  background: #e5f4fc;
  color: #102f46;
  transform: translateY(-2px);
}

.desktop-links__primary span,
.desktop-links__platforms span {
  color: #587386;
  font-size: 10px;
  font-weight: 650;
}

.desktop-links__primary strong,
.desktop-links__platforms strong {
  margin-top: 4px;
  font-size: 19px;
  font-weight: 750;
}

.desktop-links__primary b {
  position: absolute;
  top: 50%;
  right: 20px;
  color: #0069ad;
  font-size: 24px;
  transform: translateY(-50%);
}

.desktop-links__platforms {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.desktop-links__platforms a {
  display: grid;
  min-height: 76px;
  padding: 13px 16px;
  border: 0;
  border-radius: 12px;
  background: #fff;
  color: #102f46;
  line-height: 1.15;
  transition: background .2s, border-color .2s, transform .2s;
}

.desktop-links__platforms a:hover {
  background: #e5f4fc;
  color: #102f46;
  transform: translateY(-2px);
}

.desktop-links__platforms span {
  color: #587386;
}

.desktop-links__alternatives {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 12px;
  margin-top: 4px;
  color: #d7effc;
  font-size: 11px;
  line-height: 1.5;
}

.desktop-links__alternatives > span {
  width: 100%;
  font-weight: 650;
}

.desktop-links__alternatives a {
  border-bottom: 1px solid rgba(199, 220, 232, .45);
  color: #eef9ff;
  transition: border-color .2s, color .2s;
}

.desktop-links__alternatives a:hover {
  border-color: #8fd3f5;
  color: #fff;
}

@media (max-width: 760px) {
  .app-download {
    padding-inline: 18px;
  }

  .app-download__options {
    grid-template-columns: 1fr;
  }

  .store-buttons a {
    width: 100%;
  }

  .desktop-links__platforms {
    grid-template-columns: 1fr;
  }
}
