.store-badge {
  align-items: center;
  background: var(--ink);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 12px;
  color: #fff;
  display: inline-flex;
  font-size: 1.12rem;
  font-weight: 650;
  gap: 10px;
  line-height: 1.05;
  padding: 9px 16px;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}
.store-badge:hover { background: #111713; transform: translateY(-2px); }
.store-badge small { display: block; font-size: .62rem; font-weight: 500; letter-spacing: .02em; margin-bottom: 2px; }
.apple-mark { background: #fff; border-radius: 55% 45% 52% 48%; display: block; height: 23px; position: relative; width: 20px; }
.apple-mark::after { background: #fff; border-radius: 8px 1px 8px 1px; content: ""; height: 8px; position: absolute; right: 0; top: -6px; transform: rotate(-28deg); width: 5px; }
.final-store-badge { margin-top: 12px; }
