html {
  scroll-behavior: smooth;
  scroll-padding-top: 1.25rem;
}

@media (prefers-reduced-motion: reduce) {
  html {
  scroll-behavior: auto;
  }
}

.page {
  color: #e7efe8;
  font-size: 17px;
  margin: 0px;
  font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
  line-height: 1.6;
  background-clip: initial;
  background-size: initial;
  scroll-behavior: smooth;
  background-color: #071411;
  background-image: initial;
  background-origin: initial;
  background-repeat: initial;
  scroll-padding-top: 1.25rem;
  -webkit-font-smoothing: antialiased;
  background-position-x: initial;
  background-position-y: initial;
  background-attachment: initial;
}

@media (prefers-reduced-motion: reduce) {
  .page {
  scroll-behavior: auto;
  }
}

@keyframes spectre-section-in {
  0% {
    opacity: 0.72;
    transform: translate3d(0, 14px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.section {
  max-width: 1360px;
  box-sizing: border-box;
  margin: 0px auto;
  padding: 88px 5%;
  scroll-margin-top: 1.25rem;
}

@supports (animation-timeline: view()) {
  .section {
  animation-name: spectre-section-in;
  animation-range: entry 0% entry 32%;
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-timeline: view();
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .section {
  animation: none;
  animation-range: normal;
  animation-timeline: none;
  }
}

.watch-band {
  gap: 40px;
  color: #17301f;
  display: grid;
  max-width: 1280px;
  box-sizing: border-box;
  margin: 0px auto 20px;
  align-items: center;
  padding: 48px;
  background-clip: initial;
  background-size: initial;
  background-color: #c3f38c;
  background-image: initial;
  scroll-margin-top: 1.25rem;
  background-origin: initial;
  background-repeat: initial;
  background-position-x: initial;
  background-position-y: initial;
  border-top-left-radius: 18px;
  grid-template-columns: 1fr 1.1fr;
  background-attachment: initial;
  border-top-right-radius: 18px;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}

@supports (animation-timeline: view()) {
  .watch-band {
  animation-name: spectre-section-in;
  animation-range: entry 0% entry 32%;
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-timeline: view();
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .watch-band {
  animation: none;
  animation-range: normal;
  animation-timeline: none;
  }
}

@media (max-width: 768px) {
  .watch-band {
  gap: 32px;
  margin: 0px 5% 20px;
  padding: 32px;
  grid-template-columns: 1fr;
  }
}

.ecosystem {
  box-sizing: border-box;
  text-align: center;
  padding: 28px 5%;
  border-block: 1px solid #1d3a32;
  background-clip: initial;
  background-size: initial;
  background-color: #0a1a16;
  background-image: initial;
  background-origin: initial;
  background-repeat: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-attachment: initial;
}

@supports (animation-timeline: view()) {
  .ecosystem {
  animation-name: spectre-section-in;
  animation-range: entry 0% entry 32%;
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-timeline: view();
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ecosystem {
  animation: none;
  animation-range: normal;
  animation-timeline: none;
  }
}

.site-header {
  gap: 24px;
  display: flex;
  max-width: 1360px;
  box-sizing: border-box;
  margin: 0px auto;
  align-items: center;
  padding: 22px 5%;
  justify-content: space-between;
  border-bottom-color: #1d3a32;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

@media (max-width: 768px) {
  .site-header {
  flex-wrap: wrap;
  }
}

@media (max-width: 375px) {
  .site-header {
  gap: 12px;
  }
}

.hero {
  gap: 48px;
  display: grid;
  max-width: 1360px;
  box-sizing: border-box;
  margin: 0px auto;
  align-items: center;
  padding: 72px 5% 64px;
  scroll-margin-top: 1.25rem;
  grid-template-columns: 0.92fr 1.08fr;
}

@media (max-width: 768px) {
  .hero {
  gap: 32px;
  grid-template-columns: 1fr;
  }
}

.site-footer {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  max-width: 1360px;
  box-sizing: border-box;
  margin: 0px auto;
  align-items: center;
  padding: 40px 5% 28px;
  justify-content: space-between;
}

.brand {
  color: inherit;
  row-gap: 2px;
  display: grid;
  column-gap: 12px;
  align-items: center;
  text-decoration: none;
  grid-template-rows: auto auto;
  grid-template-columns: 28px auto;
}

.brand-mark {
  color: #c3f38c;
  width: 28px;
  height: 42px;
  grid-row: 1 / span 2;
}

.brand-copy {
  font-size: 22px;
  font-family: "Bricolage Grotesque", "Segoe UI", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.14em;
}

@media (max-width: 375px) {
  .brand-copy {
  font-size: 18px;
  }
}

.brand-kicker {
  color: #8eaaa0;
  font-size: 10px;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-nav {
  gap: 28px;
  display: flex;
  font-size: 13px;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  letter-spacing: 0.04em;
}

@media (max-width: 768px) {
  .site-nav {
  gap: 16px;
  order: 3;
  width: 100%;
  flex-wrap: wrap;
  }
}

.site-nav a {
  color: #c5d6cf;
  text-decoration: none;
}

.btn {
  color: inherit;
  display: inline-flex;
  font-size: 15px;
  min-height: 48px;
  align-items: center;
  font-family: "Bricolage Grotesque", "Segoe UI", sans-serif;
  font-weight: 600;
  padding: 12px 22px;
  border-top-color: transparent;
  border-top-style: solid;
  border-top-width: 1px;
  justify-content: center;
  text-decoration: none;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 1px;
  border-image-slice: initial;
  border-image-width: initial;
  border-right-color: transparent;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-image-source: initial;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.btn-primary {
  color: #10201a;
  background-clip: initial;
  background-size: initial;
  background-color: #c3f38c;
  background-image: initial;
  background-origin: initial;
  background-repeat: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-attachment: initial;
}

.btn-small {
  font-size: 14px;
  min-height: 42px;
  padding: 10px 16px;
}

.btn-outline {
  color: #e7efe8;
  background-clip: initial;
  background-size: initial;
  border-top-color: #3d5a50;
  background-color: transparent;
  background-image: initial;
  border-left-color: #3d5a50;
  background-origin: initial;
  background-repeat: initial;
  border-right-color: #3d5a50;
  border-bottom-color: #3d5a50;
  background-position-x: initial;
  background-position-y: initial;
  background-attachment: initial;
}

.btn-dark {
  color: #f3f8ee;
  background-clip: initial;
  background-size: initial;
  background-color: #163226;
  background-image: initial;
  background-origin: initial;
  background-repeat: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-attachment: initial;
}

.btn-block {
  width: 100%;
}

.eyebrow {
  color: #9fbfa8;
  font-size: 11px;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.plot-tag {
  color: #9fbfa8;
  font-size: 11px;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.board-label {
  color: #9fbfa8;
  font-size: 11px;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.board-coord {
  color: #9fbfa8;
  font-size: 11px;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.board-caption {
  color: #7f9b91;
  font-size: 11px;
  margin: 14px 0px 0px;
  text-align: right;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.watch-kicker {
  color: #c3f38c;
  font-size: 11px;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.price-badge {
  color: #16301e;
  display: inline-block;
  font-size: 11px;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  padding: 6px 10px;
  margin-bottom: 8px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background-clip: initial;
  background-size: initial;
  background-color: #c3f38c;
  background-image: initial;
  background-origin: initial;
  background-repeat: initial;
  background-position-x: initial;
  background-position-y: initial;
  border-top-left-radius: 4px;
  background-attachment: initial;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.quote {
  color: #9fbfa8;
  display: block;
  font-size: 11px;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  margin-bottom: 22px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.form-notice {
  color: #7f9b91;
  font-size: 11px;
  margin-top: 12px;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pricing-note {
  color: #7f9b91;
  font-size: 11px;
  max-width: 720px;
  margin: 28px auto 0px;
  text-align: center;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-line {
  color: #f4f8f2;
  font-size: clamp(42px, 5vw, 72px);
  margin: 0px;
  font-family: "Bricolage Grotesque", "Segoe UI", sans-serif;
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: -0.04em;
}

@media (max-width: 375px) {
  .hero-line {
  font-size: 40px;
  }
}

.hero-accent {
  color: #c3f38c;
  font-size: clamp(42px, 5vw, 72px);
  margin: 8px 0px 22px;
  font-family: "Bricolage Grotesque", "Segoe UI", sans-serif;
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: -0.04em;
}

@media (max-width: 375px) {
  .hero-accent {
  font-size: 40px;
  }
}

.lede {
  color: #b7c9c0;
}

.section-aside {
  color: #b7c9c0;
}

@media (max-width: 768px) {
  .section-aside {
  margin-top: 16px;
  }
}

.solution p {
  color: #b7c9c0;
}

.benefit-row p {
  color: #b7c9c0;
}

.price-card p {
  color: #b7c9c0;
}

.demo-copy .lede {
  color: #b7c9c0;
}

.actions {
  gap: 22px;
  display: flex;
  flex-wrap: wrap;
  margin: 28px 0px 18px;
  align-items: center;
}

.text-link {
  color: #c3f38c;
  font-size: 15px;
  font-family: "Bricolage Grotesque", "Segoe UI", sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.hero-note {
  color: #7f9b91;
  font-size: 14px;
}

.field-board {
  padding: 22px;
  background-clip: initial;
  background-size: initial;
  border-top-color: #2c5346;
  border-top-style: solid;
  border-top-width: 1px;
  background-color: initial;
  background-image: linear-gradient(180deg, #143328 0%, #0d221c 100%);
  border-left-color: #2c5346;
  border-left-style: solid;
  border-left-width: 1px;
  background-origin: initial;
  background-repeat: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-right-color: #2c5346;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: #2c5346;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-image-source: initial;
  background-position-x: initial;
  background-position-y: initial;
  border-top-left-radius: 18px;
  background-attachment: initial;
  border-top-right-radius: 18px;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}

.board-meta {
  display: flex;
  margin-bottom: 16px;
  justify-content: space-between;
}

.plot-grid {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 768px) {
  .plot-grid {
  grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 375px) {
  .plot-grid {
  grid-template-columns: 1fr;
  }
}

.plot {
  min-height: 132px;
  padding: 16px;
  background-clip: initial;
  background-size: initial;
  border-top-color: #33584b;
  border-top-style: solid;
  border-top-width: 1px;
  background-color: #10261f;
  background-image: initial;
  border-left-color: #33584b;
  border-left-style: solid;
  border-left-width: 1px;
  background-origin: initial;
  background-repeat: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-right-color: #33584b;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: #33584b;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-image-source: initial;
  background-position-x: initial;
  background-position-y: initial;
  border-top-left-radius: 10px;
  background-attachment: initial;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.plot-hub {
  color: #13261c;
  background-clip: initial;
  background-size: initial;
  border-top-color: #c3f38c;
  background-color: #c3f38c;
  background-image: initial;
  border-left-color: #c3f38c;
  background-origin: initial;
  background-repeat: initial;
  border-right-color: #c3f38c;
  border-bottom-color: #c3f38c;
  background-position-x: initial;
  background-position-y: initial;
  background-attachment: initial;
}

.plot-hub .plot-tag {
  color: #35553f;
}

.plot-hub .plot-copy {
  color: #35553f;
}

.plot-hub .plot-title {
  color: #10201a;
}

.plot-title {
  font-size: 22px;
  margin: 8px 0px 6px;
  font-family: "Bricolage Grotesque", "Segoe UI", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.plot-copy {
  color: #c3d7cc;
  font-size: 13px;
  margin: 0px;
  line-height: 1.45;
}

.plot-ops {
  background-clip: initial;
  background-size: initial;
  background-color: #12302c;
  background-image: initial;
  background-origin: initial;
  background-repeat: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-attachment: initial;
}

.plot-seed {
  background-clip: initial;
  background-size: initial;
  background-color: #163728;
  background-image: initial;
  background-origin: initial;
  background-repeat: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-attachment: initial;
}

.plot-market {
  background-clip: initial;
  background-size: initial;
  background-color: #1a3320;
  background-image: initial;
  background-origin: initial;
  background-repeat: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-attachment: initial;
}

.plot-product {
  background-clip: initial;
  background-size: initial;
  background-color: #1b2e38;
  background-image: initial;
  background-origin: initial;
  background-repeat: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-attachment: initial;
}

.plot-work {
  background-clip: initial;
  background-size: initial;
  background-color: #1c2d2a;
  background-image: initial;
  background-origin: initial;
  background-repeat: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-attachment: initial;
}

.eco-row {
  gap: 4vw;
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
  align-items: center;
  justify-content: center;
}

.eco-item {
  font-size: 20px;
  margin: 0px;
  font-family: "Bricolage Grotesque", "Segoe UI", sans-serif;
  font-weight: 600;
}

.eco-plus {
  color: #7f9b91;
  font-size: 14px;
  margin: 0px;
}

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

@media (max-width: 768px) {
  .section-heading {
  display: block;
  }
}

.section-title {
  font-size: clamp(32px, 3.6vw, 48px);
  margin: 0px;
  font-family: "Bricolage Grotesque", "Segoe UI", sans-serif;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.section-accent {
  color: #c3f38c;
  font-size: clamp(32px, 3.6vw, 48px);
  margin: 0px;
  font-family: "Bricolage Grotesque", "Segoe UI", sans-serif;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

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

@media (max-width: 768px) {
  .solution-grid {
  grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 375px) {
  .solution-grid {
  grid-template-columns: 1fr;
  }
}

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

@media (max-width: 768px) {
  .pricing-grid {
  grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 375px) {
  .pricing-grid {
  grid-template-columns: 1fr;
  }
}

.solution {
  padding: 26px;
  background-clip: initial;
  background-size: initial;
  border-top-color: #29463c;
  border-top-style: solid;
  border-top-width: 1px;
  background-color: #10241f;
  background-image: initial;
  border-left-color: #29463c;
  border-left-style: solid;
  border-left-width: 1px;
  background-origin: initial;
  background-repeat: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-right-color: #29463c;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: #29463c;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-image-source: initial;
  background-position-x: initial;
  background-position-y: initial;
  border-top-left-radius: 14px;
  background-attachment: initial;
  border-top-right-radius: 14px;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}

.price-card {
  padding: 26px;
  background-clip: initial;
  background-size: initial;
  border-top-color: #29463c;
  border-top-style: solid;
  border-top-width: 1px;
  background-color: #10241f;
  background-image: initial;
  border-left-color: #29463c;
  border-left-style: solid;
  border-left-width: 1px;
  background-origin: initial;
  background-repeat: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-right-color: #29463c;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: #29463c;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-image-source: initial;
  background-position-x: initial;
  background-position-y: initial;
  border-top-left-radius: 14px;
  background-attachment: initial;
  border-top-right-radius: 14px;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}

.card-title {
  font-size: 26px;
  margin: 10px 0px 12px;
  font-family: "Bricolage Grotesque", "Segoe UI", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.feature-list {
  list-style: none;
  margin: 18px 0px;
  padding: 0px;
}

.feature-list li {
  color: #c5d6cf;
  font-size: 14px;
  padding: 7px 0px;
  border-top-color: #1e3a32;
  border-top-style: solid;
  border-top-width: 1px;
}

.benefit {
  color: #c3f38c;
  font-size: 14px;
}

.platform {
  gap: 64px;
  display: grid;
  border-top-color: #1d3a32;
  border-top-style: solid;
  border-top-width: 1px;
  grid-template-columns: 1.05fr 0.95fr;
}

@media (max-width: 768px) {
  .platform {
  gap: 32px;
  grid-template-columns: 1fr;
  }
}

.benefit-row {
  margin: 22px 0px;
}

.flow-map {
  text-align: center;
  padding: 28px 22px;
  background-clip: initial;
  background-size: initial;
  border-top-color: #33584b;
  border-top-style: solid;
  border-top-width: 1px;
  background-color: initial;
  background-image: radial-gradient(ellipse at 50% 30%, #1d4a38 0%, #10241f 70%);
  border-left-color: #33584b;
  border-left-style: solid;
  border-left-width: 1px;
  background-origin: initial;
  background-repeat: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-right-color: #33584b;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: #33584b;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-image-source: initial;
  background-position-x: initial;
  background-position-y: initial;
  border-top-left-radius: 18px;
  background-attachment: initial;
  border-top-right-radius: 18px;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}

.flow-sources {
  gap: 10px;
  display: flex;
}

.flow-outputs {
  gap: 10px;
  display: flex;
}

.flow-chip {
  flex-grow: 1;
  font-size: 13px;
  flex-basis: 0%;
  margin: 0px;
  flex-shrink: 1;
  padding: 14px 8px;
  background-clip: initial;
  background-size: initial;
  border-top-color: #33584b;
  border-top-style: solid;
  border-top-width: 1px;
  background-color: #16332b;
  background-image: initial;
  border-left-color: #33584b;
  border-left-style: solid;
  border-left-width: 1px;
  background-origin: initial;
  background-repeat: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-right-color: #33584b;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: #33584b;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-image-source: initial;
  background-position-x: initial;
  background-position-y: initial;
  border-top-left-radius: 8px;
  background-attachment: initial;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.flow-join {
  color: #9fbfa8;
  font-size: 11px;
  margin: 10px 0px;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.flow-hub {
  width: 220px;
  margin: 0px auto;
  padding: 22px;
  background-clip: initial;
  background-size: initial;
  border-top-color: #c3f38c;
  border-top-style: solid;
  border-top-width: 1px;
  background-color: #1a3d2e;
  background-image: initial;
  border-left-color: #c3f38c;
  border-left-style: solid;
  border-left-width: 1px;
  background-origin: initial;
  background-repeat: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-right-color: #c3f38c;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: #c3f38c;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-image-source: initial;
  background-position-x: initial;
  background-position-y: initial;
  border-top-left-radius: 12px;
  background-attachment: initial;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.flow-hub-name {
  color: #c3f38c;
  font-size: 28px;
  margin: 0px 0px 8px;
  font-family: "Bricolage Grotesque", "Segoe UI", sans-serif;
  letter-spacing: 0.12em;
}

.flow-ai {
  color: #d2dfbf;
  font-size: 14px;
  margin-top: 22px;
}

.watch-band .eyebrow {
  color: #35553f;
}

.watch-band .board-caption {
  color: #35553f;
}

.watch-band .lede {
  color: #35553f;
}

.watch-copy p {
  color: #35553f;
}

.watch-stage {
  color: #e7efe8;
  min-height: 240px;
  padding: 32px;
  background-clip: initial;
  background-size: initial;
  background-color: #10261f;
  background-image: initial;
  background-origin: initial;
  background-repeat: initial;
  background-position-x: initial;
  background-position-y: initial;
  border-top-left-radius: 12px;
  background-attachment: initial;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.watch-line {
  font-size: 22px;
  margin: 12px 0px;
  font-family: "Bricolage Grotesque", "Segoe UI", sans-serif;
  line-height: 1.3;
}

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

.price-featured {
  background-clip: initial;
  background-size: initial;
  border-top-color: #c3f38c;
  background-color: #163226;
  background-image: initial;
  border-left-color: #c3f38c;
  background-origin: initial;
  background-repeat: initial;
  border-right-color: #c3f38c;
  border-bottom-color: #c3f38c;
  background-position-x: initial;
  background-position-y: initial;
  background-attachment: initial;
}

.price-scope {
  color: #f4f8f2;
  font-size: 22px;
  margin: 24px 0px 6px;
  font-family: "Bricolage Grotesque", "Segoe UI", sans-serif;
}

.price-card .btn {
  width: 100%;
}

.demo-section {
  gap: 64px;
  display: grid;
  background-clip: initial;
  background-size: initial;
  border-top-color: #1d3a32;
  border-top-style: solid;
  border-top-width: 1px;
  background-color: #0d1f1b;
  background-image: initial;
  background-origin: initial;
  background-repeat: initial;
  background-position-x: initial;
  background-position-y: initial;
  grid-template-columns: 1fr 1fr;
  background-attachment: initial;
}

@media (max-width: 768px) {
  .demo-section {
  gap: 32px;
  grid-template-columns: 1fr;
  }
}

.demo-points {
  list-style: none;
  margin: 28px 0px;
  padding: 0px;
}

.demo-points li {
  color: #c6d8ce;
  padding: 8px 0px;
}

.demo-sign {
  color: #c3f38c;
  font-size: 18px;
  font-family: "Bricolage Grotesque", "Segoe UI", sans-serif;
}

.demo-form {
  padding: 28px;
  background-clip: initial;
  background-size: initial;
  border-top-color: #33584b;
  border-top-style: solid;
  border-top-width: 1px;
  background-color: #122824;
  background-image: initial;
  border-left-color: #33584b;
  border-left-style: solid;
  border-left-width: 1px;
  background-origin: initial;
  background-repeat: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-right-color: #33584b;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: #33584b;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-image-source: initial;
  background-position-x: initial;
  background-position-y: initial;
  border-top-left-radius: 14px;
  background-attachment: initial;
  border-top-right-radius: 14px;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}

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

@media (max-width: 768px) {
  .form-row {
  grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 375px) {
  .form-row {
  grid-template-columns: 1fr;
  }
}

.field {
  margin-bottom: 16px;
}

.field label {
  color: #d2dfd8;
  display: block;
  font-size: 11px;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  margin-bottom: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.consent label {
  color: #b7c9c0;
  display: block;
  font-size: 12px;
  font-family: "Source Serif 4", Georgia, serif;
  line-height: 1.5;
  margin-bottom: 8px;
  letter-spacing: 0px;
  text-transform: none;
}

.field input,
.field select,
.field textarea {
  color: #edf4ee;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  min-height: 44px;
  font-family: "Source Serif 4", Georgia, serif;
  padding: 10px 12px;
  background-clip: initial;
  background-size: initial;
  border-top-color: #3d5a50;
  border-top-style: solid;
  border-top-width: 1px;
  background-color: #0d1f1b;
  background-image: initial;
  border-left-color: #3d5a50;
  border-left-style: solid;
  border-left-width: 1px;
  background-origin: initial;
  background-repeat: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-right-color: #3d5a50;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: #3d5a50;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-image-source: initial;
  background-position-x: initial;
  background-position-y: initial;
  border-top-left-radius: 5px;
  background-attachment: initial;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

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

.consent {
  gap: 10px;
  display: flex;
  margin: 8px 0px 18px;
  align-items: flex-start;
}

.footer-bottom {
  gap: 20px;
  color: #7b938b;
  display: flex;
  font-size: 12px;
  flex-basis: 100%;
  padding-top: 20px;
  border-top-color: #1d3a32;
  border-top-style: solid;
  border-top-width: 1px;
  justify-content: space-between;
}