:root {
  --layout-spacing: 1.5rem;
}

@media (min-width: 992px) {
  :root {
    --layout-spacing: 2rem;
  }
}
.install-intro__title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: hsl(0, 0%, 100%);
}
.install-intro__sub {
  margin: 0.375rem 0 0;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.45;
  color: hsla(0, 0%, 100%, 0.6);
}

.site-hero {
  z-index: 2;
}

.install-dl {
  position: relative;
  z-index: 1;
  width: calc(100% - 2.5rem);
  max-width: 30.5rem;
  margin-inline: auto;
  margin-top: -3.5rem;
  padding: 5.75rem 1.25rem 1.25rem;
  background: #0a2053;
  border-radius: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.install-dl__app {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
.install-dl__icon {
  width: 5rem;
  height: 5rem;
  border-radius: 1.125rem;
}
.install-dl__name {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  color: hsl(0, 0%, 100%);
  text-align: center;
}
.install-dl__ver {
  margin: 0.25rem 0 0;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  color: hsla(0, 0%, 100%, 0.5);
  text-align: center;
}
.install-dl__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  width: 100%;
  padding: 0.9375rem;
  border-radius: 0.5rem;
  background: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
  font-size: 0.9375rem;
  font-weight: 500;
  transition: filter 0.18s ease, transform 0.18s ease;
}
.install-dl__btn svg {
  width: 1.5rem;
  height: 1.5rem;
}
.install-dl__btn:hover, .install-dl__btn:focus-visible {
  color: hsl(0, 0%, 4%);
  filter: brightness(0.96);
}
.install-dl__btn:active {
  transform: translateY(1px);
}

.install-guide {
  max-width: 33rem;
  margin-inline: auto;
  padding: 3rem 1.25rem 3rem;
}
.install-guide__title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  color: hsl(0, 0%, 4%);
}
.install-guide__sub {
  margin: 0.375rem 0 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.55;
  color: hsl(0, 0%, 4%);
  opacity: 0.6;
}
.install-guide__divider {
  margin: 1.25rem 0;
  border: 0;
  border-top: 1px solid hsl(214, 16%, 87%);
}
.install-guide__body {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.55;
  color: hsl(0, 0%, 4%);
}
.install-guide__body + .install-guide__body {
  margin-top: 1rem;
}
