.not-found {
  text-align:center;
}

.not-found-image {
  display:block;
  width:min(100%,440px);
  height:auto;
  margin:28px auto;
  border-radius:20px;
}

* {
  box-sizing:border-box;
}

html {
  scroll-behavior:smooth;
  scroll-padding-top:84px;
}

body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}

a {
  color:inherit;
  text-decoration:none;
}

a:focus-visible,select:focus-visible {
  outline:3px solid var(--blue);
  outline-offset:6px;
  border-radius:4px;
}

.wrap {
  width:min(1180px,calc(100% - 40px));
  margin-inline:auto;
}

.skip-link {
  position:fixed;
  top:8px;
  left:8px;
  transform:translateY(-150%);
  z-index:10;
  background:var(--surface);
  padding:12px;
}

.skip-link:focus {
  transform:translateY(0);
}

.site-header {
  position:sticky;
  top:0;
  z-index:5;
  background:var(--paper);
  color:var(--ink);
  border-bottom:1px solid var(--border);
}

.nav {
  min-height:64px;
  padding-block:10px;
  flex-wrap:wrap;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}

.wordmark {
  font-size:19px;
  font-weight:650;
  letter-spacing:-.7px;
  white-space:nowrap;
}

.wordmark span {
  color:var(--blue);
}

.nav-links {
  display:flex;
  gap:clamp(10px,2vw,30px);
  align-items:center;
  font-size:13px;
}

.how-link {
  display:none;
}

.nav-cta {
  background:var(--ink);
  color:var(--paper);
  padding:10px 16px;
  border-radius:30px;
}

.nav-cta span {
  margin-left:6px;
}

.hero {
  text-align:center;
  padding-top:52px;
  padding-bottom:66px;
}

.app-icon {
  display:block;
  object-fit:contain;
  margin:0 auto 28px;
  width:72px;
  height:72px;
  border-radius:19px;
  box-shadow:0 8px 20px #0071e326;
}

.eyebrow {
  font-size:10px;
  line-height:1.6;
  font-weight:650;
  letter-spacing:1.9px;
  margin:0 0 18px;
  color:var(--muted);
}

h1,h2,h3,p {
  margin-top:0;
}

h1 {
  font-size:clamp(49px,8.4vw,100px);
  line-height:1.02;
  letter-spacing:-.065em;
  font-weight:650;
  margin-bottom:24px;
}

h1>span {
  color:var(--blue);
}

.hero-description {
  font-size:19px;
  line-height:1.5;
  letter-spacing:-.4px;
  color:var(--muted);
  margin-bottom:26px;
}

.button {
  display:inline-flex;
  gap:22px;
  align-items:center;
  border-radius:30px;
  background:#0071e3;
  color:white;
  padding:15px 24px;
  font-size:15px;
}

.button:hover {
  background:#0064c9;
}

.text-link {
  display:block;
  width:fit-content;
  margin:20px auto 0;
  color:var(--blue);
  font-size:14px;
}

.text-link span {
  margin-left:7px;
}

.edit-preview {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin:42px auto 14px;
  font-size:clamp(12px,2.3vw,21px);
  letter-spacing:-.3px;
}

.original {
  color:var(--muted);
  text-decoration:line-through;
  text-decoration-color:var(--muted);
}

.corrected {
  font-weight:550;
}

.edit-key {
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  width:40px;
  height:40px;
  background:linear-gradient(#159eff,#0071e3);
  border:1px solid #006aca;
  color:white;
  border-radius:10px;
  box-shadow:0 3px 0 #0059b3,0 6px 14px #0071e321;
  font-size:18px;
}

.hero-caption {
  color:var(--muted);
  font-size:11px;
  margin-bottom:0;
}

.workflow {
  padding-top:30px;
  padding-bottom:72px;
  border-top:1px solid var(--border);
}

.section-heading {
  margin-bottom:32px;
}

h2 {
  font-size:clamp(32px,4.5vw,54px);
  line-height:1.08;
  font-weight:650;
  letter-spacing:-.045em;
  margin-bottom:18px;
}

.section-heading>p {
  font-size:16px;
  line-height:1.6;
  color:var(--muted);
  margin-bottom:0;
}

.desktop-break {
  display:none;
}

.steps {
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:20px;
}

.step {
  min-width:0;
  background:var(--surface);
  border-radius:28px;
  padding:28px 24px 34px;
  overflow:hidden;
}

.step-copy {
  max-width:310px;
  margin:0 auto 30px;
}

.step-number {
  display:block;
  color:var(--blue);
  font-weight:650;
  font-size:13px;
  letter-spacing:.5px;
  margin-bottom:14px;
}

.step-number span {
  color:var(--muted);
  font-size:10px;
  letter-spacing:1.4px;
  margin-left:8px;
}

h3 {
  font-size:25px;
  font-weight:650;
  line-height:1.16;
  letter-spacing:-.9px;
  margin-bottom:10px;
}

.step-copy p {
  color:var(--muted);
  font-size:15px;
  line-height:1.55;
  margin:0;
}

.phone {
  position:relative;
  width:min(100%,266px);
  margin:auto;
  background:#090909;
  border:3px solid #696970;
  padding:6px;
  border-radius:39px;
  box-shadow:0 0 0 1px #c5c5ca,0 20px 28px -12px #0004,inset 0 0 0 2px #141414;
}

.phone:before {
  content:"";
  position:absolute;
  z-index:1;
  top:14px;
  left:50%;
  transform:translateX(-50%);
  width:26%;
  height:17px;
  border-radius:20px;
  background:#000;
}

.phone img {
  display:block;
  width:100%;
  height:auto;
  border-radius:29px;
}

.home-indicator {
  position:absolute;
  bottom:13px;
  left:34%;
  width:32%;
  height:3px;
  background:#f7f7f7;
  border-radius:4px;
}

.step-result {
  background:var(--result);
}

.download {
  margin-bottom:50px;
}

.download-inner {
  padding:48px 22px;
  text-align:center;
  border-radius:30px;
  background:var(--download);
}

.small {
  width:58px;
  height:58px;
  border-radius:15px;
  margin-bottom:26px;
}

.download-inner>p:not(.eyebrow):not(.store-status) {
  color:var(--muted);
  font-size:16px;
  line-height:1.5;
  margin-bottom:26px;
}

.store-button {
  display:inline-flex;
  align-items:center;
  gap:10px;
  text-align:left;
  padding:10px 19px;
  background:#111;
  color:#fff;
  border-radius:12px;
  min-height:58px;
}

.store-button small {
  display:block;
  font-size:10px;
  line-height:1.3;
}

.store-button strong {
  display:block;
  font-size:23px;
  line-height:1.15;
  font-weight:500;
  letter-spacing:-.5px;
}

.store-button[aria-disabled=true] {
  cursor:default;
}

.store-status {
  font-size:12px;
  color:var(--muted);
  margin:14px 0 0;
}

.footer {
  padding:26px 0 30px;
  border-top:1px solid var(--border);
  display:flex;
  flex-wrap:wrap;
  gap:20px;
  align-items:center;
}

.footer .wordmark {
  font-size:16px;
}

.footer p {
  font-size:12px;
  color:var(--muted);
  margin:0;
  width:100%;
}

.footer>div {
  display:flex;
  gap:24px;
  font-size:12px;
  color:var(--muted);
}

.footer a:hover,.text-link:hover,.how-link:hover {
  text-decoration:underline;
}

@media(min-width:600px) {
  .wrap {
    width:min(1180px,calc(100% - 64px));
  }
  .how-link {
    display:block;
  }
  .hero {
    padding-top:70px;
    padding-bottom:80px;
  }
  .hero-description {
    font-size:23px;
  }
  .edit-preview {
    gap:24px;
    margin-top:48px;
  }
  .edit-key {
    width:50px;
    height:50px;
    font-size:23px;
  }
  .hero-caption {
    font-size:12px;
  }
  .steps {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .step {
    padding-inline:22px;
  }
  .step-copy {
    min-height:145px;
  }
  .workflow {
    padding-top:48px;
  }
  .download-inner {
    padding:64px 30px;
  }
  .footer p {
    width:auto;
  }
  .footer>div {
    margin-left:auto;
  }
}

@media(min-width:1000px) {
  .hero {
    padding-top:72px;
    padding-bottom:86px;
  }
  .section-heading {
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:30px;
    margin-bottom:42px;
  }
  .section-heading h2 {
    margin-bottom:0;
  }
  .section-heading>p {
    padding-bottom:4px;
  }
  .desktop-break {
    display:block;
  }
  .steps {
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:24px;
  }
  .step {
    padding:32px 30px 38px;
  }
  .step-copy {
    min-height:137px;
  }
  .workflow {
    padding-bottom:92px;
  }
  .download {
    margin-bottom:64px;
  }
  .download-inner {
    padding:72px 30px;
  }
  .footer {
    padding-bottom:36px;
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto;
  }
}
