:root {
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #202b3c;
  background: #f5f6f8;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; }
a:focus-visible { outline: 3px solid #2563eb; outline-offset: 5px; }
.download { max-width: 680px; margin: 0 auto; padding: 48px 24px 28px; text-align: center; }
.logo { object-fit: contain; display: block; margin: 0 auto 24px; }
.eyebrow { margin: 0 0 14px; font-size: 11px; font-weight: 700; letter-spacing: 2.5px; color: #607087; }
h1 { margin: 0; font-size: clamp(32px, 6vw, 46px); font-weight: 700; line-height: 1.12; letter-spacing: -1.7px; }
.intro { margin: 20px 0 24px; font-size: 16px; line-height: 1.7; color: #586578; }
.open-app { display: inline-flex; align-items: center; justify-content: center; gap: 32px; min-height: 52px; padding: 14px 28px; background: #253b60; border-radius: 12px; color: white; font-size: 16px; font-weight: 600; text-decoration: none; }
.open-app:hover { background: #182b4a; }
.hint { font-size: 12px; line-height: 1.6; color: #667085; margin: 12px 0 32px; }
.downloads { padding-top: 28px; border-top: 1px solid #dce1e8; }
h2 { margin: 0 0 8px; font-size: 18px; letter-spacing: -.3px; }
.downloads > p { margin: 0 0 24px; font-size: 13px; line-height: 1.6; color: #667085; }
.stores { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; max-width: 440px; margin: auto; }
.store { display: flex; flex-direction: column; align-items: center; padding: 14px 12px 20px; border: 1px solid #e0e5ec; border-radius: 18px; background: white; text-decoration: none; }
.store:hover { border-color: #8b9bb3; }
.qr { display: block; width: 100%; max-width: 180px; height: auto; aspect-ratio: 1; }
.device { margin-top: 6px; font-size: 12px; color: #667085; }
.store-name { margin-top: 5px; font-size: 16px; font-weight: 650; }
.store-name span { margin-left: 8px; color: #667085; }
footer { display: flex; justify-content: center; gap: 10px; margin-top: 32px; font-size: 12px; color: #667085; }
footer a { text-underline-offset: 3px; }
.policy { display: none; margin-top: 28px; padding-top: 24px; border-top: 1px solid #dce1e8; line-height: 1.7; text-align: left; scroll-margin-top: 24px; overflow-wrap: anywhere; }
.policy:target { display: block; }
.policy-header { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.policy-header h2 { font-size: 24px; }
.close-policy { padding: 10px 0; font-size: 14px; text-underline-offset: 3px; }
.policy h3 { margin: 28px 0 8px; font-size: 18px; }
.policy h4 { font-size: 16px; }
.policy p, .policy li { color: #586578; }
@media (max-width: 420px) {
  .download { padding: 28px 18px 24px; }
  .logo { margin-bottom: 20px; }
  .stores { gap: 12px; }
  .store { padding: 8px 6px 16px; }
  .store-name { font-size: 14px; }
  .desktop-break { display: none; }
}
