.dl-android {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
}

.dl-android__badge {
  align-self: center;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.375rem 0.875rem;
  border-radius: 999px;
  background: rgba(0, 145, 255, 0.1);
  border: 1px solid rgba(0, 145, 255, 0.2);
  color: #0091ff;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.dl-android__badge svg {
  width: 0.875rem;
  height: 0.875rem;
  flex-shrink: 0;
}

.dl-android__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}

.dl-android__icon-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3125rem;
  min-height: 5.6875rem;
}

.dl-android__tagline {
  margin: -0.5rem 0 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.45);
}

.dl-android__download-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  width: 100%;
  max-width: 22.625rem;
}

.dl-android__hint {
  margin: 0;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
}

.dl-android__features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}

.dl-android__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.3125rem;
  padding: 0.375rem 0.75rem;
  border-radius: 0.5rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.55);
}

.dl-android__chip svg {
  width: 0.875rem;
  height: 0.875rem;
  color: #0091ff;
  flex-shrink: 0;
}

.dl-android__guide {
  width: 100%;
  max-width: 22.625rem;
  padding: 1rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 0.125rem 1rem rgba(0, 0, 0, 0.04);
}

.dl-android__guide-title {
  margin: 0 0 1rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #000;
}

.dl-android__guide-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}

.dl-android__guide-item {
  display: flex;
  gap: 0.875rem;
  padding: 0.875rem 0;
  border-bottom: 1px solid #f0f0f0;
}

.dl-android__guide-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.dl-android__guide-item:first-child {
  padding-top: 0;
}

.dl-android__step-num {
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background: rgba(0, 145, 255, 0.1);
  color: #0091ff;
  font-size: 0.8125rem;
  font-weight: 700;
}

.dl-android__step-body {
  flex: 1;
  min-width: 0;
}

.dl-android__step-heading {
  margin: 0 0 0.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #000;
  line-height: 1.4;
}

.dl-android__step-desc {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 1.5;
}

@media (prefers-color-scheme: dark) {
  .dl-android__badge {
    background: rgba(0, 145, 255, 0.16);
    border-color: rgba(0, 145, 255, 0.38);
    color: #60bfff;
  }

  .dl-android__tagline,
  .dl-android__hint,
  .dl-android__step-desc {
    color: rgba(248, 250, 252, 0.64);
  }

  .dl-android__chip {
    background: rgba(30, 41, 59, 0.82);
    border-color: rgba(148, 163, 184, 0.2);
    color: rgba(248, 250, 252, 0.78);
  }

  .dl-android__guide {
    background: #1e293b;
    box-shadow: 0 0.125rem 1rem rgba(0, 0, 0, 0.2);
  }

  .dl-android__guide-title,
  .dl-android__step-heading {
    color: #f8fafc;
  }

  .dl-android__guide-item {
    border-color: rgba(148, 163, 184, 0.2);
  }
}
