@charset "UTF-8";
:root {
  --ink: #203c31;
  --green: #244b3b;
  --muted: #637269;
  --cream: #f7f7f0;
  --line: #dce1d7;
  --orange: #c16536;
  --white: #fff;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--ink);
  background: var(--cream);
  font-synthesis: none;
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
h1,
h2,
h3,
p {
  margin: 0;
}
button,
a,
input,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 5px;
}
section[id] {
  scroll-margin-top: 32px;
}
.wrap {
  width: min(1180px, calc(100% - 96px));
  margin-inline: auto;
}
.skip {
  position: absolute;
  left: 12px;
  top: -100px;
  background: white;
  padding: 14px;
  z-index: 5;
}
.skip:focus {
  top: 12px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 29px;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 25px;
  letter-spacing: -0.8px;
  font-weight: 700;
  line-height: 1.05;
}
.brand-mark {
  display: grid;
  place-items: center;
  background: var(--green);
  color: white;
  width: 41px;
  height: 44px;
  border-radius: 10px;
}
.brand-mark svg {
  width: 29px;
  height: 29px;
}
.brand-sub {
  display: block;
  font-size: 9px;
  letter-spacing: 2.5px;
  font-weight: 600;
  margin-top: 6px;
}
.header nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 13px;
  font-weight: 550;
}
.header nav a:hover,
.text-link:hover,
.footer a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.nav-contact {
  border: 1px solid #bdc8b8;
  padding: 13px 17px;
  border-radius: 6px;
}
.nav-contact span {
  margin-left: 20px;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  padding-block: 85px 87px;
  align-items: center;
}
.eyebrow {
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 1.7px;
  line-height: 1.6;
}
.status-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--orange);
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 7px 2px 0;
}
h1 {
  font-size: clamp(56px, 5.9vw, 80px);
  font-weight: 550;
  letter-spacing: -4.2px;
  line-height: 1.035;
  margin-top: 25px;
}
h1 span {
  color: #6d8263;
}
.lede {
  font-size: 17px;
  line-height: 1.75;
  color: var(--muted);
  max-width: 450px;
  margin-top: 27px;
}
.actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 16px 20px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 13px;
  transition:
    transform 0.15s,
    background 0.15s;
}
.button:hover {
  transform: translateY(-2px);
}
.primary {
  background: var(--green);
  color: white;
}
.primary:hover {
  background: #32614b;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
}
.hero-note {
  font-size: 11px;
  color: #6c786c;
  margin-top: 20px;
}
.hero-art {
  position: relative;
  padding: 43px 31px 43px 35px;
  min-height: 534px;
  isolation: isolate;
}
.art-grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, #d4dece55 1px, transparent 1px),
    linear-gradient(#d4dece55 1px, transparent 1px), #e9ede2;
  background-size: 32px 32px;
  border-radius: 10px;
}
.small-label {
  font-size: 8px;
  letter-spacing: 1.6px;
  position: absolute;
  left: 26px;
  top: 19px;
  color: #627760;
}
.paper {
  background: #fffdf9;
  padding: 28px 28px 23px;
  transform: rotate(-3deg);
  box-shadow: 0 12px 34px #26412b18;
  border: 1px solid #e4e4d9;
  position: relative;
  max-width: 425px;
  margin: auto;
}
.paper-top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e4e6de;
  padding-bottom: 16px;
}
.paper-logo {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.paper-logo span {
  display: block;
  font-size: 6px;
  letter-spacing: 1px;
  margin-top: 5px;
  font-weight: 500;
}
.paper-ref {
  text-align: right;
  font-size: 7px;
  line-height: 1.7;
  letter-spacing: 1px;
  color: #617268;
}
.paper-ref strong {
  font-size: 9px;
}
.paper h2 {
  font-size: 30px;
  letter-spacing: -1.1px;
  line-height: 1.15;
  margin-top: 23px;
  font-weight: 600;
}
.paper-meta {
  display: flex;
  gap: 12px;
  color: #718071;
  font-size: 8px;
  margin-top: 14px;
  padding-bottom: 17px;
}
.paper-table-head {
  display: flex;
  justify-content: space-between;
  background: #edf1e8;
  font-size: 7px;
  letter-spacing: 1px;
  padding: 9px 10px;
}
.paper-line {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #e5e7e0;
  padding: 11px 3px;
  font-size: 10px;
}
.paper-line i {
  width: 10px;
  height: 10px;
  border: 1px solid #9aaa95;
  border-radius: 2px;
}
.paper-line small {
  display: block;
  font-size: 7px;
  color: #74816f;
  margin-top: 4px;
}
.paper-line b {
  margin-left: auto;
  font-size: 12px;
  padding-right: 5px;
}
.paper-footer {
  display: flex;
  justify-content: space-between;
  font-size: 6px;
  letter-spacing: 1px;
  margin-top: 18px;
  color: #718071;
}
.art-tag {
  position: absolute;
  bottom: 55px;
  right: -7px;
  background: #fffdf9;
  border: 1px solid #e0dfd2;
  box-shadow: 0 5px 15px #26392112;
  padding: 14px 16px;
  border-radius: 5px;
  transform: rotate(3deg);
  font-size: 11px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.art-tag span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #e8efdd;
  color: #47643d;
}
.art-caption {
  position: absolute;
  bottom: 15px;
  left: 25px;
  font-size: 8px;
  color: #6d7b65;
}
.benefit-strip {
  border-block: 1px solid var(--line);
  background: #eef0e7;
}
.benefit-strip .wrap {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-block: 21px;
  font-size: 12px;
}
.benefit-strip b {
  font-size: 9px;
  color: #687d5b;
  margin-right: 16px;
  font-weight: 500;
}
.section {
  padding-block: 92px;
}
.section-heading {
  max-width: 610px;
}
.section-heading h2,
.details-section h2,
.pricing-section h2,
.faq h2 {
  font-size: 39px;
  letter-spacing: -1.6px;
  line-height: 1.18;
  font-weight: 550;
  margin-top: 17px;
}
.section-heading > p:last-child,
.section-copy {
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
  margin-top: 20px;
  max-width: 500px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
  margin-top: 45px;
}
.steps article {
  padding-top: 22px;
  border-top: 1px solid #b6c3aa;
}
.step-number {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.4px;
  color: #728260;
}
.steps h3 {
  font-size: 18px;
  letter-spacing: -0.4px;
  font-weight: 550;
  margin-top: 20px;
}
.steps p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.9;
  margin-top: 12px;
}
.example-section {
  background: #e9ede2;
  padding-block: 80px;
}
.demo {
  margin-top: 35px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 0;
  background: #fffdf9;
  border: 1px solid #d5ddcd;
  border-radius: 8px;
  box-shadow: 0 10px 28px #33483006;
  overflow: hidden;
}
.demo-orders,
.demo-list {
  padding: 25px;
}
.demo-orders {
  border-right: 1px solid #e2e6dc;
}
.demo-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 18px;
  min-height: 25px;
}
.demo-heading h3 {
  font-size: 16px;
  letter-spacing: -0.4px;
  font-weight: 600;
}
.pill {
  display: inline-block;
  border: 1px solid #d8dfce;
  border-radius: 4px;
  padding: 5px 8px;
  font-size: 9px;
  line-height: 1.5;
  color: #5d7252;
  background: #f3f5ec;
}
.order {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #e6e8df;
  cursor: pointer;
}
.order input {
  accent-color: var(--green);
  width: 17px;
  height: 17px;
  flex-shrink: 0;
}
.order strong {
  font-size: 12px;
  font-weight: 600;
  display: block;
}
.order small {
  font-size: 10px;
  color: var(--muted);
  display: block;
  margin-top: 6px;
  line-height: 1.5;
}
.order-count {
  font-size: 10px;
  color: #65775d;
  margin-left: auto;
  white-space: nowrap;
}
.demo-hint {
  font-size: 10px;
  color: #64735c;
  margin-top: 19px;
  line-height: 1.7;
}
#demo-total {
  font-size: 10px;
  color: #5b7156;
}
table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  font-size: 12px;
}
th {
  text-align: left;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #f0f3e9;
  padding: 11px 9px;
}
td {
  border-bottom: 1px solid #e6e8df;
  padding: 13px 9px;
  line-height: 1.4;
}
td small {
  display: block;
  color: #6b7864;
  font-size: 10px;
  margin-top: 4px;
}
td:nth-child(2) {
  font-size: 9px;
  color: #5c6f56;
}
th:last-child,
td:last-child {
  text-align: right;
}
td:last-child {
  font-weight: 650;
}
#demo-empty {
  font-size: 13px;
  line-height: 1.7;
  color: var(--muted);
  padding-block: 25px;
}
.example-note {
  font-size: 10px;
  color: #627256;
  margin-top: 15px;
}
.details-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: start;
}
.details-list article {
  padding-block: 22px;
  border-bottom: 1px solid var(--line);
}
.details-list article:first-child {
  padding-top: 0;
}
.details-list h3 {
  font-size: 17px;
  font-weight: 550;
  letter-spacing: -0.3px;
}
.details-list p {
  font-size: 13px;
  line-height: 1.85;
  color: var(--muted);
  margin-top: 9px;
}
.pricing-section {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  background: #e9ede2;
  border-radius: 9px;
  padding: 55px 65px;
  gap: 90px;
  align-items: center;
}
.pricing-copy > p:not(.eyebrow) {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.8;
  margin-top: 19px;
  max-width: 370px;
}
.pricing-copy .text-link {
  margin-top: 28px;
}
.price-card {
  padding: 32px;
  background: #fffdf9;
  border: 1px solid #d9e0d0;
  border-radius: 6px;
}
.price {
  font-size: 65px;
  letter-spacing: -3.5px;
  line-height: 1.1;
  margin-top: 21px;
}
.price > span {
  font-size: 18px;
  letter-spacing: -0.5px;
  vertical-align: top;
  display: inline-block;
  margin: 10px 8px 0 0;
}
.price-period {
  font-size: 12px;
  color: var(--muted);
  margin-top: 8px;
}
.price-rule {
  height: 1px;
  background: var(--line);
  margin-block: 22px;
}
.price-card > p:not(.price):not(.price-period):not(.price-note) {
  font-size: 12px;
  line-height: 2;
}
.price-note {
  font-size: 10px;
  line-height: 1.8;
  color: #66735d;
  margin-top: 20px;
}
.faq {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 60px;
}
.faq details {
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
}
.faq details:first-child {
  padding-top: 0;
}
.faq summary {
  cursor: pointer;
  font-size: 14px;
  font-weight: 550;
  line-height: 1.7;
  list-style: none;
  padding-right: 28px;
  position: relative;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary::after {
  content: "+";
  position: absolute;
  right: 1px;
  top: 0;
  font-size: 19px;
  font-weight: 400;
  color: #6b7d60;
}
.faq details[open] summary::after {
  content: "−";
}
.faq details p {
  font-size: 13px;
  line-height: 1.9;
  color: var(--muted);
  margin-top: 13px;
}
.faq details a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.contact {
  background: var(--green);
  color: #f9f8ed;
  padding-block: 74px;
}
.contact .eyebrow {
  color: #becbb1;
}
.contact h2 {
  font-size: 53px;
  line-height: 1.1;
  letter-spacing: -2px;
  font-weight: 500;
  margin-top: 21px;
}
.contact p:not(.eyebrow) {
  color: #c5d1bf;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 24px;
}
.light {
  color: var(--green);
  background: #f5f3df;
  margin-top: 26px;
}
.light:hover {
  background: #fffdf1;
}
.contact-email {
  font-size: 12px;
  color: #c5d1bf;
  margin-left: 20px;
}
.footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding-block: 36px;
}
.footer-brand {
  font-size: 18px;
  font-weight: 650;
  letter-spacing: -0.6px;
}
.footer-brand span {
  font-size: 11px;
  font-weight: 450;
  letter-spacing: 0;
  margin-left: 5px;
}
.footer > div > p {
  font-size: 10px;
  color: var(--muted);
  margin-top: 9px;
}
.footer-links {
  display: flex;
  gap: 27px;
  font-size: 11px;
}
.footer-small {
  font-size: 9px;
  color: #6b7965;
  line-height: 1.9;
  width: 100%;
  border-top: 1px solid var(--line);
  padding-top: 19px;
}
.legal {
  max-width: 750px;
  padding-block: 70px;
}
.legal h1 {
  font-size: 48px;
  letter-spacing: -2px;
  margin-top: 18px;
}
.legal h2 {
  font-size: 21px;
  letter-spacing: -0.5px;
  margin-top: 35px;
}
.legal p {
  font-size: 15px;
  line-height: 1.9;
  color: var(--muted);
  margin-top: 17px;
}
.legal a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (min-width: 1500px) {
  .hero {
    padding-block: 100px;
  }
  .hero-art {
    min-height: 560px;
    padding-top: 50px;
  }
}
@media (max-width: 1050px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero {
    gap: 25px;
    padding-top: 65px;
  }
  h1 {
    font-size: 62px;
    letter-spacing: -3px;
  }
  .actions {
    gap: 17px;
    align-items: flex-start;
    flex-direction: column;
  }
  .hero-art {
    padding: 40px 20px;
    min-height: 510px;
  }
  .paper {
    padding: 24px 20px;
  }
  .art-tag {
    font-size: 9px;
    padding: 10px;
  }
  .pricing-section {
    padding: 40px;
    gap: 50px;
  }
  .demo-orders,
  .demo-list {
    padding: 20px;
  }
  .order-count {
    display: none;
  }
  .steps {
    gap: 25px;
  }
  .details-section {
    gap: 55px;
  }
  .demo {
    grid-template-columns: 1fr 1.15fr;
  }
}
@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .header {
    padding-block: 20px;
  }
  .header nav {
    gap: 20px;
  }
  .header nav > a:not(.nav-contact) {
    display: none;
  }
  .nav-contact {
    padding: 11px 13px;
    font-size: 11px;
  }
  .nav-contact span {
    margin-left: 8px;
  }
  .brand {
    font-size: 22px;
  }
  .brand-mark {
    width: 35px;
    height: 39px;
  }
  .brand-sub {
    font-size: 8px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-block: 46px 40px;
    gap: 36px;
  }
  h1 {
    font-size: 62px;
    letter-spacing: -3.5px;
    margin-top: 20px;
  }
  .lede {
    font-size: 16px;
    max-width: 530px;
    margin-top: 23px;
  }
  .actions {
    flex-direction: row;
    align-items: center;
    gap: 22px;
  }
  .hero-art {
    width: 100%;
    max-width: 500px;
    margin: auto;
    min-height: 510px;
    padding: 42px 35px;
  }
  .art-tag {
    right: 3px;
    font-size: 11px;
  }
  .benefit-strip .wrap {
    flex-direction: column;
    gap: 15px;
    padding-block: 22px;
  }
  .benefit-strip b {
    margin-right: 17px;
  }
  .section {
    padding-block: 60px;
  }
  .section-heading h2,
  .details-section h2,
  .pricing-section h2,
  .faq h2 {
    font-size: 33px;
    letter-spacing: -1.2px;
  }
  .steps {
    grid-template-columns: 1fr;
    margin-top: 30px;
    gap: 25px;
  }
  .steps h3 {
    margin-top: 12px;
  }
  .steps p {
    margin-top: 9px;
    max-width: 500px;
  }
  .example-section {
    padding-block: 55px;
  }
  .demo {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }
  .demo-orders {
    border-right: 0;
    border-bottom: 1px solid #e2e6dc;
  }
  .demo-orders,
  .demo-list {
    padding: 22px;
  }
  .order-count {
    display: block;
  }
  .demo-heading {
    margin-bottom: 8px;
  }
  .demo-list .demo-heading {
    margin-bottom: 18px;
  }
  .details-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .details-section br {
    display: none;
  }
  .pricing-section {
    grid-template-columns: 1fr;
    padding: 30px;
    gap: 30px;
  }
  .price-card {
    padding: 27px;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .contact {
    padding-block: 55px;
  }
  .contact h2 {
    font-size: 43px;
    letter-spacing: -1.5px;
  }
  .footer {
    padding-block: 27px;
  }
  .legal {
    padding-top: 45px;
  }
  .legal h1 {
    font-size: 40px;
  }
  .legal p {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  h1 {
    font-size: 55px;
    letter-spacing: -3px;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 1.4px;
  }
  .actions {
    gap: 19px;
    align-items: flex-start;
    flex-direction: column;
  }
  .hero-art {
    padding-inline: 24px;
    min-height: 495px;
  }
  .paper h2 {
    font-size: 28px;
  }
  .art-tag {
    font-size: 9px;
    bottom: 49px;
  }
  .demo-orders,
  .demo-list {
    padding: 17px;
  }
  .order {
    gap: 8px;
  }
  .order-count {
    font-size: 9px;
  }
  .demo-heading h3 {
    font-size: 15px;
  }
  .contact-email {
    display: block;
    margin: 18px 0 0;
  }
  .pricing-section {
    padding: 24px;
  }
  .footer-links {
    gap: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  .button {
    transition: none;
  }
  .button:hover {
    transform: none;
  }
}
