/* ─────────────────────────────────────────────────────
   Android guide page
───────────────────────────────────────────────────── */

/* Green accent for steps */
.android-guide .step:hover          { border-color: rgba(61,220,132,.3); }
.android-guide .step-number         {
  background: linear-gradient(135deg, #3ddc84, #1fb868);
  box-shadow: 0 0 14px rgba(61,220,132,.4);
}
.android-guide .guide-hero__icon svg {
  filter: drop-shadow(0 0 16px rgba(61,220,132,.6));
}

/* Download row */
.android-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.android-cta-row .btn {
  width: auto;
  height: 52px;
  padding: 0 28px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .03em;
  margin: 0;
}
