:root {
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #16152b;
  background: #fff;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 3px solid #1002fe; outline-offset: 5px; border-radius: 6px; }
.shell { width: min(100% - 96px, 1200px); margin-inline: auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; padding-block: 30px; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 730; font-size: 25px; letter-spacing: -1px; }
.languages { display: inline-flex; align-items: center; gap: 2px; padding: 4px; background: #f3f3f7; border-radius: 999px; }
.languages a { display: grid; place-items: center; min-width: 45px; min-height: 38px; border-radius: 999px; font-size: 13px; font-weight: 650; color: #626173; transition: color 150ms ease, background-color 150ms ease; }
.languages a:hover { color: #1002fe; }
.languages a[aria-current="page"] { color: #fff; background: #1002fe; }
.hero { display: grid; grid-template-columns: 1.2fr 1fr; align-items: end; column-gap: 64px; padding-block: 65px 72px; }
.eyebrow { margin: 0 0 25px; font-size: 12px; line-height: 1.5; letter-spacing: .13em; font-weight: 700; color: #686775; }
h1 { margin: 0; font-size: clamp(48px, 6.1vw, 88px); font-weight: 760; line-height: 1.06; letter-spacing: -.065em; }
h1 span { color: #1002fe; }
.hero-copy { max-width: 405px; padding-bottom: 3px; }
.intro { margin: 0 0 28px; font-size: 20px; line-height: 1.55; letter-spacing: -.025em; color: #626173; }
.app-store { display: inline-block; border-radius: 10px; }
.app-store img { height: 52px; width: auto; }
.availability { margin: 12px 0 0; font-size: 13px; line-height: 1.5; color: #737281; }
.showcase { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; padding-bottom: 65px; }
.feature { min-width: 0; margin: 0; }
.screenshot { width: 100%; height: auto; border-radius: 24px; background: #eff2ff; }
.feature-2 .screenshot { background: #1002fe; }
.feature-3 .screenshot { background: #d9fba8; }
figcaption { display: flex; align-items: baseline; gap: 13px; padding: 24px 3px 0; }
.step { font-size: 12px; font-weight: 600; color: #94939e; font-variant-numeric: tabular-nums; }
h2 { font-size: 18px; line-height: 1.4; letter-spacing: -.035em; margin: 0 0 8px; font-weight: 700; }
figcaption p { margin: 0; font-size: 15px; line-height: 1.6; color: #737281; }
.site-footer { display: flex; justify-content: space-between; align-items: center; gap: 24px; border-top: 1px solid #eaeaf0; padding-block: 28px 36px; font-size: 13px; line-height: 1.6; color: #737281; }
.site-footer p { margin: 0; }
.site-footer p span { margin-left: 5px; }
.site-footer nav { display: flex; flex-wrap: wrap; align-items: center; column-gap: 25px; row-gap: 8px; }
.site-footer a { padding-block: 8px; }
.site-footer a:hover { color: #1002fe; text-decoration: underline; text-underline-offset: 4px; }
.english-note { margin-left: 3px; font-size: 10px; font-weight: 650; }
.skip-link { position: absolute; left: 16px; top: -100px; padding: 12px; background: #fff; z-index: 10; }
.skip-link:focus { top: 12px; }
@media (max-width: 1024px) {
  .shell { width: calc(100% - 64px); }
  .hero { column-gap: 40px; grid-template-columns: 1.25fr 1fr; padding-block: 50px 60px; }
  h1 { font-size: clamp(44px, 6.2vw, 68px); }
  .intro { font-size: 18px; }
  .showcase { gap: 18px; }
  .screenshot { border-radius: 18px; }
  figcaption { gap: 8px; }
}
@media (max-width: 760px) {
  .shell { width: calc(100% - 40px); }
  .site-header { padding-block: 22px; gap: 12px; }
  .brand { font-size: 21px; gap: 8px; }
  .brand img { width: 34px; height: 34px; }
  .languages a { min-width: 37px; min-height: 36px; font-size: 12px; }
  .hero { grid-template-columns: 1fr; padding-block: 36px 44px; gap: 25px; }
  .eyebrow { font-size: 11px; margin-bottom: 19px; }
  h1 { font-size: clamp(43px, 10.8vw, 72px); }
  .hero-copy { max-width: 460px; padding: 0; }
  .intro { font-size: 18px; margin-bottom: 25px; max-width: 36ch; }
  .showcase { grid-template-columns: 1fr; gap: 38px; max-width: 440px; margin-inline: auto; padding-bottom: 46px; }
  .screenshot { border-radius: 22px; }
  figcaption { padding-top: 19px; gap: 12px; }
  h2 { font-size: 20px; }
  figcaption p { font-size: 16px; }
  .site-footer { flex-direction: column-reverse; align-items: flex-start; gap: 14px; padding-block: 22px 28px; }
  .site-footer p span { margin-left: 0; display: block; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; }
}
