/* Hero: the claim and the download, centred. No mock-up - the games are on the
   phone, not on this page. */
.hero{padding-block:88px 72px;text-align:center}
.hero-inner{max-width:920px;margin-inline:auto;display:flex;flex-direction:column;align-items:center}
.hero h1{margin-bottom:var(--s5);max-width:18ch}
.hero h1 em{font-style:normal;color:var(--text-3);display:block}
.hero-lede{font-size:19px;max-width:56ch;margin-bottom:var(--s6)}
.hero-actions{display:flex;flex-wrap:wrap;gap:var(--s3);align-items:center;justify-content:center}
.hero-note{margin-top:var(--s4);font-size:13.5px;color:var(--text-3)}

.hero-facts{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--s3);
  margin-top:var(--s8);width:100%;max-width:760px;
}
.hero-fact{
  display:flex;flex-direction:column;gap:2px;align-items:center;
  padding:var(--s5) var(--s4);border-radius:var(--r);
  background:var(--surface);border:1px solid var(--line);box-shadow:var(--lift-1);
}
.hero-fact b{font-family:var(--display);font-weight:700;font-size:22px;letter-spacing:-.03em;color:var(--text)}
.hero-fact span{font-size:13.5px;color:var(--text-3)}
