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

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

.dl-android__badge svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

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

.dl-android__icon-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  min-height: 91px;
}

.dl-android__tagline {
  margin: -8px 0 0;
  font-size: 14px;
  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: 10px;
  width: 100%;
  max-width: 362px;
}

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

.dl-android__features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.dl-android__chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 12px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 12px;
  color: rgba(0, 0, 0, 0.55);
}

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

.dl-android__guide {
  width: 100%;
  max-width: 362px;
  padding: 20px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
}

.dl-android__guide-title {
  margin: 0 0 16px;
  font-size: 15px;
  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: 14px;
  padding: 14px 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: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(0, 145, 255, 0.1);
  color: #0091ff;
  font-size: 13px;
  font-weight: 700;
}

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

.dl-android__step-heading {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  line-height: 1.4;
}

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