:root {
  --paper: #f6f5ef;
  --ink: #243c32;
  --muted: #647268;
  --line: #d8ddd0;
  --green: #20483b;
  --lime: #ceefa5;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 16px/1.65 var(--sans);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #657e35;
  outline-offset: 6px;
  border-radius: 3px;
}
.wrap {
  max-width: 1240px;
  margin: auto;
  padding-left: 44px;
  padding-right: 44px;
}
.skip {
  position: absolute;
  top: -80px;
  left: 20px;
  background: var(--green);
  color: white;
  padding: 10px 18px;
  z-index: 10;
}
.skip:focus {
  top: 10px;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 110px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 23px;
  font-weight: 650;
  letter-spacing: -0.7px;
  text-decoration: none;
}
.beta {
  font: 10px/1.3 var(--sans);
  letter-spacing: 1px;
  border: 1px solid var(--line);
  padding: 4px 6px;
  margin-left: 1px;
  border-radius: 3px;
  color: var(--muted);
}
nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 14px;
}
nav a {
  text-decoration: none;
}
nav a:hover {
  text-decoration: underline;
}
.repo-link {
  border: 1px solid var(--line);
  padding: 8px 17px;
  border-radius: 30px;
}
.hero {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  align-items: center;
  gap: 36px;
  padding-top: 76px;
  padding-bottom: 78px;
}
.eyebrow {
  font-size: 10px;
  line-height: 1.6;
  font-weight: 650;
  letter-spacing: 1.8px;
  margin: 0 0 25px;
}
.dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #637b40;
  border-radius: 50%;
  margin-right: 7px;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  font: normal clamp(62px, 7.4vw, 96px) / 1.01 var(--serif);
  letter-spacing: -5px;
  margin-bottom: 28px;
}
h1 span {
  font-style: italic;
  color: #58705d;
}
.intro {
  max-width: 420px;
  font-size: 18px;
  line-height: 1.7;
  color: var(--muted);
  margin-bottom: 30px;
}
.actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 14px 23px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition:
    background 0.16s,
    transform 0.16s;
}
.primary {
  background: var(--green);
  color: #fff;
}
.primary:hover {
  background: #315b49;
  transform: translateY(-2px);
}
.text-link {
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.text-link:hover {
  text-decoration: underline;
}
.download-note {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.9;
  margin: 16px 0 0;
}
.paper-scene {
  height: 466px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(ellipse at center, #e5e9db 0, transparent 69%);
}
.receipt {
  background: #fffdf7;
  width: 277px;
  padding: 27px 25px 20px;
  transform: rotate(7deg);
  box-shadow: 0 15px 45px #233b3216;
  position: relative;
  border-top: 1px solid #ececdf;
}
.receipt:after {
  content: '';
  height: 9px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  background:
    linear-gradient(135deg, #fffdf7 25%, transparent 25%) -7px 0/14px 14px,
    linear-gradient(225deg, #fffdf7 25%, transparent 25%) -7px 0/14px 14px;
}
.receipt-label {
  font: 8px monospace;
  letter-spacing: 0.8px;
}
.receipt-title {
  font: 38px/1.06 var(--serif);
  margin: 23px 0;
}
.receipt-line {
  border-top: 1px dashed #d0d3c5;
  margin: 16px 0;
}
.receipt-row {
  display: flex;
  justify-content: space-between;
  font: 11px/2.2 monospace;
}
.receipt-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font: 9px monospace;
}
.receipt-total strong {
  font-size: 13px;
}
.barcode {
  height: 31px;
  width: 120px;
  margin: 24px auto 8px;
  background: repeating-linear-gradient(
    90deg,
    #304738 0,
    #304738 2px,
    transparent 2px,
    transparent 4px,
    #304738 4px,
    #304738 5px,
    transparent 5px,
    transparent 8px
  );
}
.receipt-bottom {
  display: block;
  text-align: center;
  font: 7px monospace;
  letter-spacing: 1.5px;
}
.filed-note {
  position: absolute;
  bottom: 8px;
  left: 3px;
  display: flex;
  gap: 14px;
  align-items: center;
  background: var(--green);
  color: #fcfff5;
  padding: 17px 20px;
  box-shadow: 0 8px 20px #213e3224;
  border-radius: 8px;
  transform: rotate(-5deg);
}
.folder-icon {
  font: 30px var(--serif);
  color: var(--lime);
}
.filed-note strong,
.filed-note span:not(.folder-icon) {
  display: block;
}
.filed-note strong {
  font-size: 13px;
}
.filed-note div span {
  font-size: 9px;
  color: #c4d4c5;
  margin-top: 2px;
}
.stamp {
  position: absolute;
  right: 0;
  top: 9px;
  border: 1px solid #98aa82;
  color: #58704a;
  border-radius: 50%;
  height: 106px;
  width: 106px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font: 10px/1.4 monospace;
  letter-spacing: 1px;
  transform: rotate(15deg);
}
.stamp span {
  font-size: 23px;
  line-height: 1.2;
  margin-top: 4px;
}
.compatibility {
  display: flex;
  gap: 22px;
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding-top: 22px;
  padding-bottom: 22px;
  font-size: 12px;
  color: var(--muted);
}
.compatibility > span:first-child {
  font: 9px monospace;
  letter-spacing: 1.7px;
}
.compatibility strong {
  color: var(--ink);
  font-size: 13px;
}
.compatibility .independent {
  margin-left: auto;
  font-size: 10px;
}
.divider {
  color: #abb2a6;
}
.product {
  padding-top: 108px;
  padding-bottom: 80px;
}
.section-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 40px;
}
h2 {
  font: normal clamp(35px, 4vw, 49px) / 1.12 var(--serif);
  letter-spacing: -1.7px;
  margin-bottom: 0;
}
.section-top .eyebrow {
  margin-bottom: 18px;
}
.section-top > p {
  color: var(--muted);
  font-size: 14px;
  max-width: 320px;
  line-height: 1.8;
  margin-bottom: 3px;
}
.app-shot {
  display: block;
  background: #e7ebdf;
  padding: 37px 55px;
  border-radius: 12px;
  text-decoration: none;
  border: 1px solid #dfe4d7;
}
.app-shot img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 7px;
  border: 1px solid #d0d4c8;
  box-shadow: 0 15px 30px #29432e16;
}
.caption {
  font-size: 10px;
  color: var(--muted);
  text-align: center;
  margin-top: 17px;
}
.workflow {
  padding-top: 20px;
  padding-bottom: 100px;
}
.little-arrow {
  font: 60px/1 var(--serif);
  color: #94a580;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px;
  margin-top: 45px;
}
.steps article {
  border-top: 1px solid var(--line);
  padding-top: 23px;
}
.step-number {
  font: 10px monospace;
  letter-spacing: 1.5px;
  color: var(--muted);
}
h3 {
  font: normal 26px/1.2 var(--serif);
  letter-spacing: -0.5px;
  margin: 20px 0 14px;
}
.steps p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.85;
  max-width: 290px;
}
.filing {
  background: var(--green);
  color: #f1f4e9;
  padding-top: 80px;
  padding-bottom: 27px;
}
.filing-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 90px;
  align-items: center;
}
.filing .eyebrow {
  color: var(--lime);
}
.filing h2 {
  font-size: 57px;
  margin-bottom: 27px;
}
.filing-grid > div > p:not(.eyebrow) {
  font-size: 14px;
  color: #c4d2c6;
  max-width: 350px;
  line-height: 1.9;
}
.light-link {
  color: var(--lime);
  font-size: 12px;
}
.folder-card {
  border: 1px solid #688373;
  border-radius: 9px;
  background: #f7f8f0;
  color: var(--ink);
  padding: 24px;
  box-shadow: 0 20px 50px #102c2336;
  transform: rotate(-2deg);
}
.folder-top {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #d9ded2;
  padding-bottom: 20px;
}
.folder-top > span:first-child {
  font-size: 26px;
  line-height: 1;
}
.local-label {
  font: 8px monospace;
  color: var(--muted);
  margin-left: auto;
  letter-spacing: 0.7px;
}
.folder-group {
  padding-top: 25px;
}
.folder-group > strong {
  font-size: 11px;
}
.file-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  margin-top: 12px;
  background: #edf0e5;
  border-radius: 5px;
  padding: 12px 10px;
}
.file-row > span:nth-child(2) {
  min-width: 0;
  overflow-wrap: anywhere;
}
.pdf-tag {
  border: 1px solid #c6d1bd;
  padding: 3px;
  font: 7px monospace;
  border-radius: 3px;
}
.file-check {
  margin-left: auto;
}
.review-tag {
  font-size: 8px;
  padding: 2px 7px;
  background: #f4e6b6;
  border-radius: 10px;
  margin-left: auto;
}
.folder-bottom {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  border-top: 1px solid #d9ded2;
  margin-top: 30px;
  padding-top: 16px;
}
.folder-bottom > span:last-child {
  font-weight: 600;
}
.example-note {
  font-size: 8px;
  margin: 14px 0 0;
  color: var(--muted);
}
.privacy-line {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
  margin-top: 65px;
  border-top: 1px solid #4e6c5e;
  padding-top: 22px;
  font-size: 10px;
  color: #bdcfc1;
}
.privacy-line > span:first-child {
  font-weight: 600;
  color: #f1f4e9;
}
.install {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 90px;
  padding-top: 105px;
  padding-bottom: 95px;
}
.install h2 {
  margin-bottom: 25px;
}
.install > div > p:not(.eyebrow):not(.download-note) {
  color: var(--muted);
  font-size: 15px;
  max-width: 345px;
}
.install .button {
  margin-top: 12px;
}
.install-card {
  border: 1px solid var(--line);
  padding: 32px;
  border-radius: 10px;
  background: #fcfcf7;
}
.install-card ol {
  list-style: none;
  counter-reset: install;
  padding: 0;
  margin: 0;
}
.install-card li {
  counter-increment: install;
  position: relative;
  padding-left: 42px;
  margin-bottom: 28px;
}
.install-card li:before {
  content: counter(install);
  position: absolute;
  left: 0;
  top: 3px;
  background: #e8ecdf;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  font: 11px/25px monospace;
}
.install-card strong {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}
.install-card li span {
  display: block;
  font-size: 12px;
  line-height: 1.85;
  color: var(--muted);
}
.install-card > .text-link {
  margin-left: 42px;
}
.faq {
  padding-bottom: 85px;
}
.faq h2 {
  margin-bottom: 34px;
}
.faq details {
  border-top: 1px solid var(--line);
  padding: 18px 0;
}
.faq details:last-child {
  border-bottom: 1px solid var(--line);
}
summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  min-height: 30px;
}
summary::-webkit-details-marker {
  display: none;
}
summary:after {
  content: '+';
  font-size: 22px;
  font-weight: 300;
  color: var(--muted);
  margin-left: 20px;
}
details[open] summary:after {
  content: '−';
}
details p {
  font-size: 13px;
  color: var(--muted);
  max-width: 760px;
  margin: 16px 35px 4px 0;
  line-height: 1.9;
}
.closing {
  padding-top: 38px;
  padding-bottom: 72px;
  text-align: center;
}
.closing img {
  margin-bottom: 22px;
}
.closing h2 {
  font-size: 36px;
  margin-bottom: 24px;
}
.footer {
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding-top: 25px;
  padding-bottom: 33px;
  font-size: 10px;
  color: var(--muted);
}
.footer .brand {
  font-size: 18px;
  color: var(--ink);
}
.footer > div {
  display: flex;
  gap: 23px;
}
.footer a {
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
@media (min-width: 1500px) {
  .hero {
    padding-top: 95px;
    padding-bottom: 105px;
  }
}
@media (max-width: 1000px) {
  .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .hero {
    gap: 15px;
    padding-top: 50px;
  }
  h1 {
    font-size: 76px;
    letter-spacing: -4px;
  }
  .paper-scene {
    height: 420px;
  }
  .stamp {
    right: -3px;
    height: 85px;
    width: 85px;
    font-size: 8px;
  }
  .filed-note {
    left: -15px;
    bottom: -7px;
  }
  .compatibility {
    gap: 16px;
    flex-wrap: wrap;
  }
  .compatibility .independent {
    display: none;
  }
  .filing-grid,
  .install {
    gap: 40px;
  }
  .folder-card {
    padding: 18px;
  }
  .steps {
    gap: 28px;
  }
  .app-shot {
    padding: 25px;
  }
}
@media (max-width: 700px) {
  .wrap {
    padding-left: 23px;
    padding-right: 23px;
  }
  .nav {
    height: 85px;
  }
  .brand {
    font-size: 21px;
    gap: 9px;
  }
  .brand img {
    width: 32px;
    height: 32px;
  }
  .beta {
    font-size: 8px;
  }
  nav {
    gap: 15px;
    font-size: 12px;
  }
  nav > a:not(.repo-link) {
    display: none;
  }
  .repo-link {
    padding: 7px 13px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 45px;
    padding-bottom: 45px;
    gap: 23px;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 1.3px;
    margin-bottom: 22px;
  }
  h1 {
    font-size: clamp(60px, 14vw, 86px);
    letter-spacing: -3.5px;
  }
  .intro {
    font-size: 16px;
    max-width: 360px;
    margin-bottom: 25px;
  }
  .actions {
    gap: 18px;
  }
  .button {
    font-size: 13px;
    padding: 14px 19px;
  }
  .text-link {
    font-size: 12px;
  }
  .paper-scene {
    max-width: 380px;
    width: 100%;
    height: 415px;
    justify-self: center;
  }
  .receipt {
    width: 251px;
    padding: 25px 24px 20px;
  }
  .receipt-title {
    font-size: 35px;
    margin: 20px 0;
  }
  .filed-note {
    left: 0;
    bottom: 0;
  }
  .stamp {
    right: 0;
    top: 22px;
    height: 89px;
    width: 89px;
    font-size: 8px;
  }
  .compatibility {
    gap: 6px 14px;
    font-size: 10px;
    line-height: 1.6;
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .compatibility > span:nth-last-child(2) {
    width: 100%;
    font-size: 11px;
  }
  .compatibility .divider {
    display: none;
  }
  .product {
    padding-top: 65px;
    padding-bottom: 40px;
  }
  .section-top {
    display: block;
    margin-bottom: 27px;
  }
  h2 {
    font-size: 37px;
  }
  .section-top > p {
    margin-top: 22px;
    font-size: 12px;
  }
  .app-shot {
    padding: 12px 9px;
    border-radius: 7px;
    margin-left: -8px;
    margin-right: -8px;
  }
  .app-shot img {
    border-radius: 4px;
  }
  .caption {
    font-size: 9px;
  }
  .workflow {
    padding-top: 28px;
    padding-bottom: 54px;
  }
  .little-arrow {
    display: none;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 30px;
  }
  .steps article {
    padding-top: 19px;
  }
  .steps h3 {
    margin: 12px 0 10px;
    font-size: 27px;
  }
  .steps p {
    max-width: none;
    font-size: 13px;
    margin-bottom: 22px;
  }
  .filing {
    padding-top: 55px;
  }
  .filing-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .filing h2 {
    font-size: 46px;
  }
  .filing h2 br:last-child {
    display: none;
  }
  .filing-grid > div > p:not(.eyebrow) {
    max-width: none;
  }
  .folder-card {
    transform: rotate(-1deg);
    margin: 10px 2px 0;
    padding: 20px;
  }
  .folder-top {
    font-size: 13px;
  }
  .local-label {
    font-size: 7px;
  }
  .file-row {
    font-size: 9px;
    gap: 7px;
  }
  .privacy-line {
    grid-template-columns: 1fr;
    gap: 6px;
    margin-top: 42px;
    font-size: 10px;
  }
  .install {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-top: 62px;
    padding-bottom: 62px;
  }
  .install-card {
    padding: 25px 20px;
  }
  .install-card li {
    padding-left: 36px;
  }
  .install-card > .text-link {
    margin-left: 36px;
  }
  .install h2 br {
    display: none;
  }
  .faq {
    padding-bottom: 30px;
  }
  .faq h2 {
    font-size: 33px;
  }
  .faq summary {
    font-size: 13px;
  }
  .closing {
    padding-top: 42px;
    padding-bottom: 50px;
  }
  .closing h2 {
    font-size: 29px;
  }
  .footer {
    flex-wrap: wrap;
    gap: 13px 20px;
    font-size: 9px;
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .footer > span {
    order: 3;
    width: 100%;
  }
  .footer > div {
    margin-left: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .button {
    transition: none;
  }
  .primary:hover {
    transform: none;
  }
}
