:root {
  color: #f7f3ed;
  background: #14111a;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 18% 0%, #56355f 0%, transparent 34rem),
    radial-gradient(circle at 82% 16%, #1e5662 0%, transparent 30rem),
    #14111a;
}

main {
  width: min(100% - 2.5rem, 64rem);
  margin: 0 auto;
  padding: clamp(4rem, 12vw, 9rem) 0 5rem;
}

.hero { max-width: 46rem; }

.app-icon {
  width: clamp(6rem, 16vw, 9rem);
  height: auto;
  border-radius: 22%;
  box-shadow: 0 1.25rem 3.5rem #0008;
}

h1, p { margin-top: 0; }

h1 {
  margin: 2.75rem 0 1rem;
  font-size: clamp(3rem, 8vw, 5.8rem);
  letter-spacing: -.065em;
  line-height: .94;
}

.intro {
  max-width: 40rem;
  color: #d8d0df;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.6;
}

.download {
  display: inline-block;
  margin-top: 1.4rem;
  padding: .9rem 1.2rem;
  border-radius: .65rem;
  color: #18121e;
  background: #f1c7ff;
  box-shadow: 0 .75rem 1.8rem #0005;
  font-weight: 750;
  text-decoration: none;
}

.download:hover, .download:focus-visible { background: #fff; }

.version {
  margin: .6rem 0 0;
  color: #a9a0b0;
  font-size: .85rem;
}
