:root {
  --paper: #f7f7ef;
  --ink: #183c31;
  --green: #164e3c;
  --muted: #53665b;
  --line: #d7dfcf;
  --lime: #d9ed9d;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
a:focus-visible {
  outline: 3px solid #587b24;
  outline-offset: 5px;
}
a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.wrap {
  width: min(1184px, calc(100% - 80px));
  margin-inline: auto;
}
.site-header {
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: inline-flex;
  align-items: center;
  font-size: 26px;
  font-weight: 750;
  letter-spacing: -1.2px;
}
.brand-dot {
  color: #678545;
}
.brand-mark {
  width: 36px;
  height: 40px;
  border-radius: 9px;
  background: var(--green);
  color: var(--lime);
  display: inline-grid;
  place-items: center;
  margin-right: 11px;
  font-size: 27px;
  line-height: 1;
}
.site-header nav {
  display: flex;
  gap: 32px;
  font-size: 14px;
  font-weight: 600;
}
.site-header nav a {
  padding: 12px 0;
}
.hero {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 40px;
  align-items: center;
  padding-block: 62px 68px;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 1.65px;
  font-weight: 750;
  line-height: 1.6;
}
.status-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #63883a;
  margin-right: 8px;
}
h1 {
  font-size: clamp(48px, 5.4vw, 73px);
  letter-spacing: -3.6px;
  line-height: 1.06;
  font-weight: 650;
  margin: 25px 0;
}
h1 em {
  font-family: Georgia, serif;
  font-weight: 400;
  letter-spacing: -3px;
  color: #487545;
}
.lede {
  max-width: 440px;
  font-size: 17px;
  line-height: 1.75;
  color: var(--muted);
  margin: 26px 0 28px;
}
.button {
  display: inline-flex;
  align-items: center;
  gap: 35px;
  min-height: 52px;
  background: var(--green);
  color: white;
  padding: 15px 23px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
}
.button:hover {
  background: #23634b;
  text-decoration: none;
}
.platform {
  font-size: 12px;
  color: var(--muted);
  margin: 18px 0;
}
.platform span {
  margin: 0 8px;
}
.hero-art {
  position: relative;
  height: 560px;
  background: #e5eccc;
  border-radius: 140px 140px 10px 10px;
  overflow: hidden;
}
.art-label {
  position: absolute;
  top: 37px;
  left: 36px;
  right: 36px;
  font-size: 9px;
  letter-spacing: 1.4px;
  display: flex;
  justify-content: space-between;
  color: #42583b;
  font-weight: 700;
}
.phone {
  position: absolute;
  border: 6px solid #20362c;
  border-radius: 33px;
  overflow: hidden;
  background: #f2f1f7;
  box-shadow: 0 20px 28px #293c3026;
  width: 204px;
}
.phone img {
  display: block;
  width: 100%;
  height: auto;
}
.phone-back {
  top: 98px;
  left: 36px;
  transform: rotate(-9deg);
}
.phone-front {
  top: 111px;
  right: 33px;
  transform: rotate(8deg);
  width: 210px;
}
.art-caption {
  position: absolute;
  bottom: 13px;
  left: 20px;
  right: 20px;
  text-align: center;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 16px;
}
.art-caption span {
  display: block;
  margin-top: 8px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 9px;
  font-style: normal;
  letter-spacing: 0.4px;
  color: var(--muted);
}
.principles {
  border-block: 1px solid var(--line);
}
.principles .wrap {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-block: 24px;
  font-size: 13px;
  font-weight: 600;
}
.principles span:before {
  content: "✳";
  margin-right: 13px;
  color: #5b7e34;
}
.features {
  padding-block: 82px 62px;
}
.section-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 0 40px;
}
.section-heading .eyebrow {
  grid-column: 1/-1;
}
.section-heading h2 {
  margin: 13px 0 35px;
}
.section-heading > p:last-child {
  justify-self: end;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 35px;
  font-size: 15px;
}
h2 {
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: -1.5px;
  font-weight: 600;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
.feature-grid article {
  border-top: 1px solid #b7c6ae;
  padding-top: 24px;
}
.number {
  font-size: 10px;
  letter-spacing: 1.5px;
  color: #5c713e;
  font-weight: 700;
}
h3 {
  font-size: 23px;
  letter-spacing: -0.65px;
  margin: 21px 0 12px;
  font-weight: 600;
}
.feature-grid p {
  font-size: 14px;
  line-height: 1.85;
  color: var(--muted);
  margin: 0;
}
.price-note {
  font-size: 11px;
  line-height: 1.7;
  color: var(--muted);
  margin: 30px 0 0;
}
.privacy-band {
  padding: 42px;
  background: var(--green);
  color: var(--paper);
  border-radius: 9px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
.privacy-band .eyebrow {
  color: var(--lime);
}
.privacy-band h2 {
  margin: 15px 0 0;
}
.privacy-band > div > p:not(.eyebrow) {
  color: #d3e1d6;
  line-height: 1.8;
  font-size: 15px;
}
.text-link {
  display: inline-block;
  min-height: 44px;
  padding: 10px 0;
  font-size: 13px;
  font-weight: 600;
  color: var(--lime);
}
.text-link span {
  margin-left: 20px;
}
.help {
  text-align: center;
  padding-block: 75px;
}
.help h2 {
  font-size: 31px;
}
.help > p {
  color: var(--muted);
  font-size: 14px;
}
.secondary {
  margin-top: 12px;
  background: transparent;
  border: 1px solid #8ca18d;
  color: var(--green);
}
.secondary:hover {
  background: #e5eccc;
}
.help .purchase-note {
  font-size: 11px;
  line-height: 1.8;
  margin-top: 23px;
}
footer {
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  padding-block: 34px;
}
footer .brand {
  font-size: 23px;
}
footer p {
  font-size: 12px;
  color: var(--muted);
}
.footer-links {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  font-size: 12px;
}
.footer-links a {
  padding: 10px 0;
}
.fineprint {
  flex-basis: 100%;
  max-width: 740px;
  font-size: 10px;
  line-height: 1.8;
  margin: 0;
}
.document {
  max-width: 780px;
  padding-block: 55px 75px;
  min-height: 65vh;
}
.document h1 {
  font-size: 48px;
  letter-spacing: -2px;
}
.document h2 {
  font-size: 25px;
  letter-spacing: -0.5px;
  margin-top: 36px;
}
.document p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--muted);
}
.document .eyebrow,
.document .updated {
  font-size: 12px;
}
.document p a {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: var(--green);
  overflow-wrap: anywhere;
}
.document .card {
  border-top: 1px solid var(--line);
  margin-top: 30px;
  padding-top: 25px;
}
.skip {
  position: absolute;
  left: 12px;
  top: -80px;
  background: var(--green);
  color: white;
  padding: 12px;
  z-index: 10;
}
.skip:focus {
  top: 12px;
}
@media (min-width: 1250px) {
  .phone-back {
    left: 52px;
  }
  .phone-front {
    right: 50px;
  }
}
@media (max-width: 1000px) {
  .wrap {
    width: calc(100% - 48px);
  }
  .hero {
    gap: 20px;
  }
  .hero-art {
    height: 505px;
  }
  .phone {
    width: 175px;
    border-width: 5px;
    border-radius: 29px;
  }
  .phone-front {
    width: 180px;
    right: 19px;
    top: 112px;
  }
  .phone-back {
    left: 20px;
    top: 97px;
  }
  h1 {
    font-size: 56px;
    letter-spacing: -2.8px;
  }
  .lede {
    font-size: 15px;
  }
  .art-label {
    left: 26px;
    right: 26px;
    font-size: 8px;
  }
  .privacy-band {
    padding: 32px;
    gap: 30px;
  }
}
@media (max-width: 740px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 82px;
  }
  .brand {
    font-size: 23px;
  }
  .brand-mark {
    width: 31px;
    height: 35px;
    font-size: 23px;
  }
  .site-header nav {
    gap: 18px;
    font-size: 12px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-block: 35px 38px;
    gap: 24px;
  }
  .hero-copy {
    max-width: 530px;
  }
  h1 {
    font-size: clamp(48px, 11vw, 64px);
    letter-spacing: -2.7px;
    margin-block: 20px;
  }
  .lede {
    font-size: 16px;
    margin-block: 23px;
    max-width: 480px;
  }
  .hero-art {
    height: 515px;
    max-width: 460px;
    width: 100%;
    justify-self: center;
    border-radius: 100px 100px 10px 10px;
  }
  .phone {
    width: 184px;
  }
  .phone-back {
    left: calc(50% - 168px);
    top: 93px;
  }
  .phone-front {
    width: 187px;
    right: calc(50% - 168px);
    top: 109px;
  }
  .art-label {
    top: 32px;
  }
  .principles .wrap {
    flex-direction: column;
    gap: 16px;
    padding-block: 24px;
  }
  .features {
    padding-block: 44px;
  }
  .section-heading {
    display: block;
  }
  .section-heading h2 {
    font-size: 34px;
    margin-bottom: 19px;
  }
  .section-heading > p:last-child {
    margin-bottom: 30px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 29px;
  }
  .feature-grid article {
    padding-top: 20px;
  }
  h3 {
    margin-top: 14px;
  }
  .feature-grid p {
    max-width: 510px;
  }
  .privacy-band {
    grid-template-columns: 1fr;
    padding: 27px;
    gap: 16px;
  }
  .privacy-band h2 {
    font-size: 33px;
  }
  .help {
    padding-block: 42px;
  }
  .help h2 {
    font-size: 28px;
    line-height: 1.25;
  }
  footer {
    gap: 16px;
  }
  .footer-links {
    gap: 24px;
  }
  .document {
    padding-top: 32px;
  }
  .document h1 {
    font-size: 39px;
  }
  .document p {
    font-size: 15px;
  }
}
@media (max-width: 370px) {
  .site-header nav a:first-child {
    display: none;
  }
  .hero-art {
    height: 480px;
  }
  .phone {
    width: 166px;
  }
  .phone-back {
    left: 20px;
  }
  .phone-front {
    width: 173px;
    right: 17px;
  }
  .art-label {
    font-size: 7px;
  }
  .privacy-band {
    padding: 22px;
  }
  h1 {
    font-size: 45px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
/* Leave clear space around the screenshots and their caption. */
.hero-art {
  height: 620px;
}
.art-label {
  left: 65px;
  right: 65px;
  top: 43px;
}
.art-caption {
  bottom: 15px;
}
@media (max-width: 1000px) {
  .hero-art {
    height: 550px;
  }
  .art-label {
    left: 45px;
    right: 45px;
    font-size: 7px;
  }
}
@media (max-width: 740px) {
  .hero-art {
    height: 565px;
  }
  .art-label {
    left: 42px;
    right: 42px;
    top: 34px;
    font-size: 8px;
  }
}
@media (max-width: 370px) {
  .hero-art {
    height: 525px;
  }
  .art-label {
    font-size: 7px;
    left: 34px;
    right: 34px;
  }
}
@media (max-width: 740px) {
  .phone-back {
    width: 168px;
    left: calc(50% - 143px);
  }
  .phone-front {
    width: 173px;
    right: calc(50% - 143px);
  }
}
@media (max-width: 370px) {
  .phone-back {
    width: 155px;
    left: 20px;
  }
  .phone-front {
    width: 160px;
    right: 19px;
  }
}
