/* Download controls on the desktop fallback page, scoped to this page only. */
#download-connected { scroll-margin-top: 110px; }
.app-store-choices .btn { min-height: 48px; }
.phone-download { display: flex; align-items: center; gap: 20px; max-width: 470px; margin: 28px auto 0; padding: 20px; text-align: left; background: #faf9f6; border: 1px solid #e7e3df; border-radius: 16px; }
.phone-download img { display: block; width: 136px; height: 136px; flex: 0 0 136px; }
.phone-download strong { display: block; color: #1a1a1a; font-size: 17px; margin-bottom: 7px; }
.phone-download p { margin: 0; color: #595959; font-size: 14px; line-height: 1.6; }
.app-store-choices a:focus-visible, .phone-download a:focus-visible { outline: 3px solid #1a1a1a; outline-offset: 5px; }
@media (max-width: 767px) {
  .phone-download { display: none; }
  .lp-hero { padding: 64px 22px 44px; }
}
@media (max-width: 480px) {
  .app-store-choices { flex-direction: column; align-items: stretch; }
  .app-store-choices .btn { width: 100%; }
}
