:root {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #202522;
  background: #fafaf8;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
a:focus-visible {
  outline: 2px solid #3c6d52;
  outline-offset: 5px;
}
h1,
h2,
h3,
p {
  margin: 0;
}
p {
  font-size: 16px;
  line-height: 1.7;
  color: #626a65;
}
h1 {
  font-size: 58px;
  letter-spacing: -2.5px;
  font-weight: 650;
  line-height: 1.08;
}
h2 {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -1.1px;
}
h3 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.3px;
}
.wrap {
  max-width: 1120px;
  margin: auto;
  padding-left: 32px;
  padding-right: 32px;
}
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 27px;
  padding-bottom: 27px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 23px;
  font-weight: 650;
  letter-spacing: -0.7px;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 14px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 49px;
  padding: 14px 23px;
  background: #263e30;
  color: #fff;
  border: 1px solid #263e30;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
}
.button:hover {
  background: #395742;
}
.button.small {
  min-height: 40px;
  padding: 10px 16px;
  font-size: 13px;
}
.hero {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 80px;
  align-items: center;
  padding-top: 68px;
  padding-bottom: 86px;
}
.hero-copy p {
  max-width: 400px;
  margin: 25px 0 28px;
  font-size: 18px;
}
.start-note {
  display: block;
  color: #6e756f;
  font-size: 13px;
  margin-top: 16px;
}
.app-preview {
  width: 100%;
  max-width: 380px;
  justify-self: end;
  background: #111216;
  color: #f3f4f6;
  border: 1px solid #303239;
  border-radius: 23px;
  padding: 25px;
  box-shadow: 0 20px 55px #15291c12;
}
.preview-header {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  margin-bottom: 28px;
}
.preview-add {
  margin-left: auto;
  font-size: 22px;
  color: #bddfcb;
}
.app-preview h2 {
  font-size: 27px;
  letter-spacing: -0.7px;
  margin-bottom: 18px;
}
.preview-search {
  font-size: 12px;
  color: #a5a9b2;
  padding: 12px;
  background: #1b1d23;
  border: 1px solid #363942;
  border-radius: 7px;
  margin-bottom: 14px;
}
.preview-account {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #1b1d23;
  border: 1px solid #303239;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 12px;
}
.preview-account > img {
  background: #fff;
  border-radius: 9px;
  padding: 7px;
}
.preview-account strong {
  display: block;
  font-size: 13px;
  margin-top: 2px;
}
.preview-account small {
  display: block;
  color: #a5a9b2;
  font-size: 11px;
  margin-top: 4px;
}
.preview-code {
  display: block;
  font:
    500 25px ui-monospace,
    SFMono-Regular,
    Menlo,
    monospace;
  letter-spacing: 0.5px;
  margin-top: 12px;
}
.time {
  position: absolute;
  right: 15px;
  bottom: 18px;
  color: #a5a9b2;
  font-size: 10px;
  font-variant-numeric: tabular-nums;
}
.preview-note {
  font-size: 10px;
  color: #9299a3;
  text-align: center;
  line-height: 1.4;
  margin-top: 18px;
}
.features {
  padding-top: 62px;
  padding-bottom: 70px;
  border-top: 1px solid #dfe3dc;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
  margin-top: 36px;
}
.feature-grid p {
  font-size: 15px;
  margin-top: 12px;
}
.sync-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 95px;
  padding-top: 65px;
  padding-bottom: 65px;
  border-top: 1px solid #dfe3dc;
}
.sync-section p {
  margin-top: 18px;
  font-size: 15px;
  max-width: 420px;
}
.privacy-copy {
  align-self: center;
}
.privacy-copy a {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-top: 22px;
}
.privacy-copy a span {
  margin-left: 8px;
}
.downloads {
  padding-top: 60px;
  padding-bottom: 70px;
  border-top: 1px solid #dfe3dc;
}
.downloads > div > p {
  margin-top: 13px;
  font-size: 15px;
}
.download-list {
  margin-top: 30px;
}
.download-list article {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid #e4e7e0;
}
.download-list h3 {
  font-size: 16px;
}
.download-list p {
  font-size: 14px;
  margin-top: 6px;
}
.download-list small {
  font-size: 12px;
  color: #727a74;
  display: block;
  margin-top: 7px;
}
.download-links {
  display: flex;
  gap: 20px;
  font-size: 14px;
  font-weight: 600;
}
.download-links a {
  border-bottom: 1px solid #8a958d;
  padding-bottom: 3px;
}
.release-note {
  font-size: 13px;
  color: #727a74;
  white-space: nowrap;
}
footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-top: 1px solid #dfe3dc;
  padding-top: 28px;
  padding-bottom: 32px;
  font-size: 13px;
  color: #68716a;
}
footer .brand {
  color: #202522;
  font-size: 19px;
}
@media (max-width: 900px) {
  .hero {
    gap: 40px;
  }
  h1 {
    font-size: 47px;
    letter-spacing: -1.8px;
  }
  .hero-copy p {
    font-size: 16px;
  }
  .app-preview {
    padding: 20px;
  }
  .sync-section {
    gap: 45px;
  }
  .feature-grid {
    gap: 26px;
  }
}
@media (max-width: 650px) {
  .wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
  .site-header {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .site-header nav > a:not(.button) {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 52px;
    gap: 40px;
  }
  h1 {
    font-size: 43px;
    letter-spacing: -1.8px;
  }
  h2 {
    font-size: 29px;
    letter-spacing: -0.7px;
  }
  .hero-copy p {
    margin: 22px 0 25px;
    font-size: 17px;
  }
  .app-preview {
    justify-self: center;
    max-width: 360px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 27px;
    margin-top: 28px;
  }
  .features {
    padding-top: 43px;
    padding-bottom: 45px;
  }
  .sync-section {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-top: 44px;
    padding-bottom: 46px;
  }
  .downloads {
    padding-top: 43px;
    padding-bottom: 48px;
  }
  .download-list article {
    align-items: flex-start;
    gap: 18px;
  }
  .download-list article:last-child {
    flex-direction: column;
  }
  .download-list p {
    max-width: 230px;
  }
  .release-note {
    font-size: 12px;
  }
  footer {
    flex-wrap: wrap;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  footer > span {
    order: 3;
    width: 100%;
    font-size: 12px;
  }
  .preview-account {
    padding: 14px;
  }
  .preview-code {
    font-size: 24px;
  }
}
