:root {
  --ink:#193d33;
  --muted:#5e6e66;
  --green:#183f35;
  --green-hover:#28594b;
  --lime:#d5eba9;
  --cream:#f8f9f2;
  --paper:#fff;
  --line:#dfe5dc;
  --soft:#edf2e9;
  --radius:16px;
  --small-radius:8px;
  --space:96px;
  --shadow:0 24px 64px #163c3310;
  --font:'Inter','Segoe UI',Arial,sans-serif;
}

* {
  box-sizing:border-box;
}

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

body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:var(--font);
  font-size:16px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}

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

button,input,select,textarea {
  font:inherit;
}

button,a,input,select,textarea {
  -webkit-tap-highlight-color:transparent;
}

button {
  cursor:pointer;
}

svg {
  flex-shrink:0;
  vertical-align:middle;
}

.icon {
  width:22px;
  height:22px;
}

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

h1,h2,h3,h4 {
  line-height:1.12;
  font-weight:600;
  letter-spacing:-.045em;
}

h1 {
  font-size:clamp(44px,4.4vw,67px);
  margin-bottom:24px;
}

h2 {
  font-size:clamp(34px,3.2vw,46px);
  margin-bottom:24px;
}

h3 {
  font-size:21px;
}

p {
  color:var(--muted);
}

:focus-visible {
  outline:3px solid #497c33;
  outline-offset:5px;
}

::selection {
  background:var(--lime);
  color:var(--green);
}

.container {
  width:min(1200px,calc(100% - 96px));
  margin-inline:auto;
}

.section-pad {
  padding-block:var(--space);
}

.eyebrow {
  font-size:11px;
  font-weight:700;
  letter-spacing:.15em;
  color:var(--green);
  margin-bottom:24px;
}

.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  background:var(--green);
  color:white;
  padding:16px 23px;
  border:1px solid var(--green);
  border-radius:7px;
  font-size:14px;
  font-weight:600;
  line-height:1.4;
  transition:background .18s,transform .18s,box-shadow .18s;
}

.button:hover {
  background:var(--green-hover);
  transform:translateY(-2px);
  box-shadow:0 6px 18px #173d3320;
}

.button .icon {
  width:19px;
  height:19px;
}

.button-small {
  padding:12px 17px;
  font-size:12px;
}

.button-outline {
  color:var(--green);
  background:transparent;
}

.button-outline:hover {
  color:white;
}

.text-link {
  display:inline-flex;
  align-items:center;
  gap:12px;
  font-size:14px;
  font-weight:600;
}

.text-link .icon {
  width:18px;
  height:18px;
  transition:transform .18s;
}

.text-link:hover .icon {
  transform:translateX(4px);
}

.button-row {
  display:flex;
  align-items:center;
  gap:26px;
  flex-wrap:wrap;
}

.wordmark {
  font-size:42px;
  line-height:1;
  font-weight:750;
  letter-spacing:-3px;
}

.brand-dot {
  color:#819c48;
}

.mini-wordmark {
  font-size:28px;
  font-weight:750;
  letter-spacing:-2px;
}

.skip-link {
  position:fixed;
  top:-80px;
  left:20px;
  z-index:100;
  background:white;
  padding:12px 20px;
}

.skip-link:focus {
  top:10px;
}

.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  margin:-1px;
  padding:0;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

.site-header {
  position:sticky;
  top:0;
  background:#ffffffed;
  backdrop-filter:blur(16px);
  border-bottom:1px solid #e8ece4;
  z-index:20;
}

.nav-wrap {
  display:flex;
  align-items:center;
  height:88px;
  gap:62px;
}

#main-nav {
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex:1;
  gap:24px;
}

.nav-links,.nav-actions {
  display:flex;
  align-items:center;
  gap:25px;
}

.nav-links a,.login-link {
  font-size:12px;
  font-weight:600;
  white-space:nowrap;
}

.nav-links a:hover,.login-link:hover {
  color:#598044;
}

.login-link {
  display:flex;
  align-items:center;
  gap:7px;
}

.login-link .icon {
  width:15px;
}

.menu-toggle {
  display:none;
}

.hero {
  background:var(--cream);
  overflow:hidden;
}

.hero-grid {
  display:grid;
  grid-template-columns:1fr 1.13fr;
  gap:40px;
  align-items:center;
  padding-block:74px 60px;
}

.hero-copy .eyebrow {
  font-size:10px;
  display:flex;
  align-items:center;
  gap:9px;
}

.status-dot {
  width:7px;
  height:7px;
  background:#7c9b4b;
  border-radius:50%;
  box-shadow:0 0 0 4px #e6eddc;
}

.hero h1 span {
  color:#6a8052;
}

.hero-description {
  max-width:430px;
  font-size:16px;
  line-height:1.8;
  margin-bottom:30px;
}

.operator-note {
  display:flex;
  align-items:center;
  gap:13px;
  margin-top:34px;
}

.operator-symbol {
  display:flex;
  align-items:center;
  justify-content:center;
  width:39px;
  height:39px;
  border:1px solid #d7dfce;
  border-radius:50%;
}

.operator-note p {
  font-size:12px;
  line-height:1.55;
  margin:0;
}

.operator-note strong {
  font-weight:600;
  color:var(--ink);
}

.preview-label {
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  font-size:9px;
  font-weight:600;
  letter-spacing:.15em;
  margin-bottom:17px;
}

.tiny-line {
  width:30px;
  height:1px;
  background:#869875;
}

.preview-caption {
  font-size:10px;
  color:#69796c;
  text-align:center;
  margin:14px 0 0;
  display:block;
}

.hero-bottom {
  border-top:1px solid #dde3d6;
  display:flex;
  justify-content:space-between;
  padding-block:22px;
  font-size:12px;
}

.hero-bottom>span {
  font-size:9px;
  letter-spacing:.12em;
  font-weight:600;
}

.hero-bottom b {
  margin-inline:17px;
  font-weight:400;
  color:#98a18f;
}

.value-grid {
  display:grid;
  grid-template-columns:1fr 2fr;
  gap:60px;
}

.value-grid .eyebrow {
  padding-top:10px;
}

.value-grid h2 {
  font-size:37px;
}

.section-copy {
  font-size:16px;
  max-width:680px;
  line-height:1.8;
  margin:0;
}

.features-section {
  background:#f8faf7;
}

.section-heading {
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:60px;
  margin-bottom:40px;
}

.section-heading h2 {
  margin:0;
}

.section-heading>p {
  max-width:330px;
  font-size:15px;
  margin-bottom:5px;
}

.feature-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.feature-card {
  padding:29px 29px 28px;
  border:1px solid var(--line);
  border-radius:10px;
  background:white;
  transition:transform .2s,border-color .2s,box-shadow .2s;
}

.feature-card:hover {
  transform:translateY(-3px);
  border-color:#bcccad;
  box-shadow:0 8px 24px #12322208;
}

.feature-icon {
  display:inline-flex;
  padding:9px;
  background:#f0f5e9;
  border-radius:9px;
  color:#4b6c36;
  margin-bottom:24px;
}

.feature-card h3 {
  font-size:17px;
  letter-spacing:-.02em;
  margin-bottom:12px;
}

.feature-card p {
  font-size:13px;
  line-height:1.8;
  margin:0;
}

.feature-foot {
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding-top:30px;
  font-size:12px;
  color:var(--muted);
}

.operator-section {
  background:var(--green);
  color:#f3f7e9;
}

.operator-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:100px;
  align-items:center;
}

.operator-section .eyebrow {
  color:#bacba5;
}

.operator-section h2 {
  font-size:45px;
  line-height:1.23;
  margin:0;
}

.operator-section em {
  font-style:normal;
  color:var(--lime);
}

.operator-story {
  border-left:1px solid #ffffff24;
  padding-left:56px;
}

.section-number {
  font-size:9px;
  letter-spacing:.14em;
  color:#becdbb;
}

.operator-story .large-copy {
  font-size:23px;
  line-height:1.4;
  color:#f1f5e9;
  margin:26px 0 20px;
  letter-spacing:-.02em;
}

.operator-story p {
  font-size:14px;
  color:#c4d2c7;
}

.light-link {
  color:var(--lime);
  margin-top:16px;
}

.center-heading {
  text-align:center;
  max-width:680px;
  margin:0 auto;
}

.center-heading>p:last-child {
  max-width:560px;
  margin:0 auto;
  font-size:15px;
}

.workflow {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin:55px auto 38px;
  max-width:1060px;
  gap:12px;
}

.workflow-step {
  text-align:center;
  flex:1;
}

.workflow-step>span {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:68px;
  height:68px;
  border:1px solid #d8e2cd;
  border-radius:17px;
  background:#f6f8ef;
}

.workflow-step h3 {
  font-size:13px;
  margin:17px 0 0;
  letter-spacing:-.01em;
}

.workflow-arrow {
  color:#8f9d84;
  margin-top:-34px;
}

.workflow-support {
  border-top:1px solid var(--line);
  padding-top:26px;
  display:flex;
  justify-content:center;
  gap:30px;
  align-items:center;
  font-size:12px;
  color:var(--muted);
}

.workflow-support>span {
  display:flex;
  gap:8px;
  align-items:center;
}

.workflow-support>span:first-child {
  font-size:9px;
  letter-spacing:.1em;
}

.workflow-support .icon {
  width:17px;
  height:17px;
}

.split-section {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:95px;
  align-items:center;
}

.location-section {
  background:#f6f8f3;
}

.split-copy>p:not(.eyebrow) {
  font-size:15px;
  line-height:1.8;
}

.check-list {
  list-style:none;
  padding:0;
  margin:28px 0 32px;
}

.check-list li {
  display:flex;
  gap:12px;
  align-items:flex-start;
  margin-block:17px;
  font-size:13px;
}

.check-list .icon {
  width:18px;
  height:18px;
  margin-top:2px;
  color:#648447;
}

.inline-note {
  display:block;
  margin-top:10px;
  color:var(--muted);
  font-size:11px;
}

.pricing-section {
  background:#edf2e6;
  padding-block:55px;
}

.pricing-inner {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:55px;
}

.pricing-inner h2 {
  font-size:32px;
  margin-bottom:17px;
}

.pricing-inner p:last-child {
  max-width:570px;
  font-size:14px;
  margin:0;
}

.pricing-inner .eyebrow {
  margin-bottom:16px;
}

.pricing-inner .button {
  flex-shrink:0;
}

.demo-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:100px;
  align-items:start;
}

.demo-copy {
  padding-top:25px;
}

.demo-copy h2 {
  font-size:54px;
}

.demo-copy h2 span {
  color:#708357;
}

.demo-copy>p:not(.eyebrow) {
  max-width:370px;
  font-size:15px;
}

.demo-agenda {
  margin:37px 0 38px;
  padding-top:25px;
  border-top:1px solid var(--line);
  max-width:370px;
}

.demo-agenda>span {
  font-size:9px;
  letter-spacing:.1em;
  color:var(--muted);
}

.demo-agenda p {
  font-size:12px;
  margin:17px 0;
}

.demo-agenda b {
  color:#8c9f75;
  font-size:10px;
  margin-right:13px;
}

.demo-form {
  border:1px solid var(--line);
  border-radius:14px;
  padding:34px;
  background:white;
  box-shadow:var(--shadow);
}

.demo-form h3 {
  font-size:24px;
  letter-spacing:-.03em;
  margin-bottom:10px;
}

.form-intro {
  font-size:13px;
  margin-bottom:20px;
}

.form-notice {
  font-size:11px;
  line-height:1.6;
  padding:12px 14px;
  border-radius:6px;
  background:#f2f5eb;
  color:#566746;
  border:1px solid #e1e8d6;
}

.form-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px 14px;
}

.field {
  min-width:0;
}

.honeypot-field {
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip-path:inset(50%);
  white-space:nowrap;
}

.field.full {
  grid-column:1/-1;
}

.field label {
  display:block;
  font-size:11px;
  font-weight:600;
  margin-bottom:7px;
}

.optional {
  font-weight:400;
  color:#687267;
}

.field input,.field select,.field textarea {
  width:100%;
  min-height:44px;
  border:1px solid #d8dfd4;
  border-radius:6px;
  background:#fff;
  padding:10px 12px;
  font-size:13px;
  color:var(--ink);
}

.field textarea {
  resize:vertical;
  min-height:88px;
}

.field input::placeholder,.field textarea::placeholder {
  color:#7b837a;
  font-size:12px;
}

.field input:focus,.field select:focus,.field textarea:focus {
  border-color:#698748;
  outline:2px solid #b7cd9c;
  outline-offset:1px;
}

.submit-button {
  width:100%;
  margin-top:23px;
  justify-content:space-between;
}

.button:disabled {
  opacity:.55;
  cursor:wait;
  transform:none;
}

.required-note {
  font-size:10px;
  margin:12px 0 0;
  color:#65715f;
}

.form-status {
  font-size:13px;
  line-height:1.7;
  margin:14px 0 0;
  color:#435c2e;
}

.form-status.is-success {
  color:#315f24;
  font-weight:600;
}

.form-status:empty {
  display:none;
}

.site-footer {
  background:#f8f9f5;
  padding:62px 0 0;
  border-top:1px solid var(--line);
}

.footer-grid {
  display:grid;
  grid-template-columns:2fr 1fr 1fr 1.3fr;
  gap:45px;
  padding-bottom:55px;
}

.footer-brand .wordmark {
  font-size:46px;
}

.footer-brand p {
  font-size:13px;
  margin:20px 0 18px;
}

.footer-caption {
  font-size:10px;
  color:#6b7767;
  display:block;
  line-height:1.6;
}

.footer-grid h2 {
  font-size:12px;
  letter-spacing:0;
  margin:5px 0 23px;
}

.footer-grid>div:not(:first-child)>a {
  display:block;
  font-size:12px;
  color:#54634f;
  margin-bottom:12px;
}

.site-footer a:hover {
  text-decoration:underline;
  text-underline-offset:4px;
}

.footer-bottom {
  display:flex;
  justify-content:space-between;
  border-top:1px solid var(--line);
  padding-block:22px;
  font-size:10px;
  color:#677263;
}

.footer-bottom>div {
  display:flex;
  gap:25px;
}

.legal-page {
  padding-block:100px;
  min-height:60vh;
}

.legal-page h1 {
  font-size:48px;
}

.legal-page .button {
  margin-top:20px;
}

@media(min-width:1500px) {
  .hero-grid {
    padding-block:90px 75px;
  }
}

@media(max-width:1150px) {
  .container {
    width:calc(100% - 64px);
  }
  .nav-wrap {
    gap:35px;
  }
  .nav-links,.nav-actions {
    gap:16px;
  }
  .nav-links a,.login-link {
    font-size:11px;
  }
  .hero-grid {
    gap:26px;
  }
  .hero h1 {
    font-size:51px;
  }
  .operator-grid {
    gap:55px;
  }
  .operator-section h2 {
    font-size:39px;
  }
  .split-section,.demo-grid {
    gap:55px;
  }
  .demo-copy h2 {
    font-size:47px;
  }
  .feature-card {
    padding:25px;
  }
}

@media(max-width:950px) {
  :root {
    --space:72px;
  }
  .nav-wrap {
    height:76px;
    justify-content:space-between;
    flex-wrap:wrap;
  }
  .menu-toggle {
    display:flex;
    align-items:center;
    gap:12px;
    background:transparent;
    border:1px solid var(--line);
    border-radius:6px;
    padding:9px 12px;
    font-size:13px;
  }
  #main-nav {
    width:100%;
    flex-basis:100%;
    flex-direction:column;
    align-items:stretch;
    background:white;
    padding:20px 0 25px;
    gap:20px;
  }
  .js-ready #main-nav {
    display:none;
  }
  .js-ready #main-nav.is-open {
    display:flex;
  }
  .nav-wrap:has(#main-nav.is-open) {
    height:auto;
    min-height:76px;
    padding-top:17px;
  }
  .nav-links {
    flex-direction:column;
    align-items:flex-start;
    gap:0;
  }
  .nav-links a {
    padding:10px 0;
    font-size:14px;
    width:100%;
  }
  .nav-actions {
    justify-content:space-between;
  }
  .login-link {
    font-size:13px;
  }
  html:not(.js-ready) .nav-wrap {
    height:auto;
    padding-block:20px;
  }
  .hero-grid {
    grid-template-columns:1fr 1fr;
    padding-block:55px 40px;
    gap:22px;
  }
  .hero h1 {
    font-size:42px;
  }
  .hero-description {
    font-size:14px;
  }
  .hero-copy .eyebrow {
    font-size:8px;
  }
  .button-row {
    gap:18px;
  }
  .button-row .button {
    padding:14px 17px;
    font-size:12px;
  }
  .hero-product {
    min-width:0;
  }
  .hero-bottom>span {
    font-size:8px;
  }
  .hero-bottom {
    font-size:10px;
  }
  .value-grid {
    gap:35px;
    grid-template-columns:1fr 2fr;
  }
  .value-grid h2 {
    font-size:30px;
  }
  .section-heading {
    gap:30px;
  }
  .section-heading>p {
    max-width:270px;
  }
  .feature-card h3 {
    font-size:16px;
  }
  .operator-grid {
    gap:38px;
  }
  .operator-story {
    padding-left:30px;
  }
  .operator-section h2 {
    font-size:34px;
  }
  .workflow-support {
    gap:18px;
  }
  .split-section,.demo-grid {
    gap:35px;
  }
  .demo-copy h2 {
    font-size:40px;
  }
  .demo-form {
    padding:26px;
  }
  .footer-grid {
    gap:25px;
  }
  .feature-grid {
    gap:12px;
  }
  .feature-card {
    padding:22px;
  }
  .section-heading h2 {
    font-size:33px;
  }
}

@media(max-width:700px) {
  :root {
    --space:58px;
  }
  .container {
    width:calc(100% - 40px);
  }
  .hero-grid {
    grid-template-columns:1fr;
    gap:35px;
    padding-top:43px;
  }
  .hero h1 {
    font-size:clamp(43px,9.5vw,60px);
  }
  .hero-copy .eyebrow {
    font-size:9px;
  }
  .hero-description {
    font-size:15px;
    max-width:480px;
  }
  .hero-product {
    max-width:580px;
    width:100%;
    margin-inline:auto;
  }
  .operator-note {
    margin-top:26px;
  }
  .preview-label {
    justify-content:flex-start;
  }
  .hero-bottom {
    display:block;
    text-align:center;
  }
  .hero-bottom>span {
    font-size:8px;
    display:block;
    margin-bottom:8px;
  }
  .value-grid,.operator-grid,.split-section,.demo-grid {
    grid-template-columns:1fr;
    gap:25px;
  }
  .value-grid .eyebrow {
    margin:0;
  }
  .value-grid h2 {
    font-size:30px;
  }
  .section-heading {
    display:block;
  }
  .section-heading>p {
    max-width:100%;
    margin-top:20px;
    font-size:14px;
  }
  .feature-grid {
    grid-template-columns:repeat(2,1fr);
  }
  .feature-card {
    padding:22px 18px;
  }
  .feature-card h3 {
    font-size:16px;
  }
  .feature-card p {
    font-size:12px;
  }
  .feature-foot {
    align-items:flex-start;
    flex-direction:column;
  }
  .operator-story {
    border-left:0;
    border-top:1px solid #ffffff24;
    padding:28px 0 0;
  }
  .operator-section h2 {
    font-size:37px;
  }
  .operator-grid {
    gap:32px;
  }
  .operator-story .large-copy {
    font-size:22px;
  }
  .workflow {
    flex-direction:column;
    gap:14px;
    align-items:stretch;
    max-width:340px;
    margin-block:36px;
  }
  .workflow-step {
    display:flex;
    align-items:center;
    text-align:left;
    gap:22px;
  }
  .workflow-step>span {
    width:55px;
    height:55px;
    border-radius:12px;
  }
  .workflow-step h3 {
    margin:0;
    font-size:16px;
  }
  .workflow-arrow {
    margin:0 0 0 17px;
    transform:rotate(90deg);
    align-self:flex-start;
  }
  .workflow-support {
    flex-wrap:wrap;
    gap:18px 24px;
  }
  .workflow-support>span:first-child {
    width:100%;
    justify-content:center;
  }
  .split-section {
    gap:36px;
  }
  .location-section .split-copy {
    grid-row:1;
  }
  .split-copy h2 {
    font-size:36px;
  }
  .pricing-inner {
    display:block;
  }
  .pricing-inner .button {
    margin-top:25px;
  }
  .pricing-inner h2 {
    font-size:29px;
  }
  .demo-copy h2 {
    font-size:45px;
  }
  .demo-agenda {
    margin-bottom:24px;
  }
  .demo-form {
    padding:25px;
  }
  .footer-grid {
    grid-template-columns:repeat(2,1fr);
    gap:35px 20px;
  }
  .footer-brand {
    grid-column:1/-1;
  }
  .footer-grid>div:last-child {
    grid-column:1/-1;
  }
  .footer-bottom {
    gap:15px;
    flex-direction:column;
  }
  .demo-copy {
    padding:0;
  }
  .center-heading h2 {
    font-size:33px;
  }
}

@media(max-width:380px) {
  .container {
    width:calc(100% - 32px);
  }
  .hero-copy .eyebrow {
    font-size:8px;
  }
  .hero h1 {
    font-size:40px;
  }
  .feature-grid {
    grid-template-columns:1fr;
  }
  .feature-icon {
    margin-bottom:17px;
  }
  .form-grid {
    grid-template-columns:1fr;
  }
  .demo-form {
    padding:20px;
  }
  .operator-section h2 {
    font-size:33px;
  }
  .hero-bottom b {
    margin-inline:10px;
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto;
  }
  *,*::before,*::after {
    transition:none!important;
    animation:none!important;
  }
}
