@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500&family=Plus+Jakarta+Sans:wght@400;500&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  line-height: 1.55;
  color: #1C1C1E;
  background-color: #ffffff;
  min-height: 100vh;
}
.container { max-width: 640px; margin: 0 auto; padding: 0 24px; }

.hero { padding: 88px 0 56px; color: #fff; }
.hero h1 {
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  font-size: 72px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  font-feature-settings: "tnum";
}
.hero .subtitle { font-size: 18px; color: rgba(255,255,255,.92); margin-top: 16px; }
.hero .description { font-size: 16px; color: rgba(255,255,255,.92); margin-top: 20px; max-width: 480px; }
.store-link {
  display: inline-block;
  margin-top: 32px;
  color: rgba(255,255,255,.92);
  font-size: 15px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.store-link:hover { color: #fff; }

.page-header { padding: 64px 0 44px; color: #fff; }
.page-header h1 {
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.page-header .updated { font-size: 14px; color: rgba(255,255,255,.70); margin-top: 10px; }

main { padding: 48px 0 88px; }
main section { margin-bottom: 40px; }
main h2 {
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}
main p { margin-bottom: 14px; }
main p:last-child { margin-bottom: 0; }
main ul { padding-left: 20px; margin-bottom: 14px; }
main li { margin-bottom: 8px; }
main a { color: #1C1C1E; }
main a:hover { color: #8A8A8E; }

footer { padding: 28px 0; text-align: center; font-size: 13px; color: rgba(28,28,30,.6); }
footer a { color: inherit; text-decoration: none; }
footer a:hover { text-decoration: underline; }

@media (max-width: 480px) {
  .hero h1 { font-size: 56px; }
  .container { padding: 0 16px; }
}
