:root {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  color: #19312c;
  background: #f2f6f4;
  --accent: #126e64;
  --dark: #183f39;
  --muted: #596a65;
  --line: #c7d5d1;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 0; letter-spacing: 0; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 2px solid #267f74; outline-offset: 2px; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

.nav { height: 68px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; background: #f2f6f4; }
.brand { display: inline-flex; align-items: center; gap: 9px; }
.brand-mark { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 6px; background: #143f3a; color: white; }
.nav-cta, .final-cta a { min-height: 42px; padding: 0 15px; display: inline-flex; align-items: center; border: 1px solid #7da39a; border-radius: 5px; color: #205c53; font-size: 12px; font-weight: 800; }

.hero { min-height: 640px; padding: 58px 5vw 64px; display: grid; grid-template-columns: minmax(380px, .88fr) minmax(0, 1.12fr); align-items: center; gap: clamp(36px, 4vw, 64px); position: relative; isolation: isolate; overflow: hidden; background: #f0f5f2; }
.hero:before { content: ""; position: absolute; z-index: -2; inset: 0 0 0 53%; background: #dfeae6; clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%); }
.hero:after { content: ""; position: absolute; z-index: -1; left: 5vw; right: 5vw; top: 32px; height: 1px; background: #d3dfdb; }
.hero-network { position: absolute; z-index: -1; top: 5%; right: -2%; width: 49%; height: 90%; opacity: .42; pointer-events: none; }
.network-line { position: absolute; height: 1px; background: #7da199; transform-origin: left center; }
.line-one { left: 7%; top: 20%; width: 34%; transform: rotate(18deg); }.line-two { left: 38%; top: 30%; width: 35%; transform: rotate(-22deg); }.line-three { left: 68%; top: 17%; width: 34%; transform: rotate(43deg); }.line-four { left: 23%; top: 72%; width: 43%; transform: rotate(-28deg); }.line-five { left: 61%; top: 51%; width: 35%; transform: rotate(18deg); }
.network-node { position: absolute; width: 8px; height: 8px; border: 2px solid #4f8178; border-radius: 50%; background: #dfeae6; box-shadow: 0 0 0 5px rgba(79, 129, 120, .08); }
.node-one { left: 6%; top: 19%; }.node-two { left: 38%; top: 29%; }.node-three { left: 68%; top: 16%; width: 11px; height: 11px; background: #126e64; border-color: #126e64; }.node-four { left: 22%; top: 71%; }.node-five { left: 61%; top: 50%; width: 11px; height: 11px; background: #126e64; border-color: #126e64; }.node-six { left: 92%; top: 61%; }
.hero-copy, .product-window { position: relative; z-index: 1; }
.hero-copy { max-width: 520px; }
.eyebrow { margin: 0 0 11px; color: var(--accent); font-size: 11px; font-weight: 900; text-transform: uppercase; }
h1 { max-width: 560px; margin: 0; font-size: clamp(42px, 3.55vw, 48px); line-height: 1.04; letter-spacing: 0; }
.intro { max-width: 520px; margin: 20px 0 0; color: #3d514b; font-size: 16px; line-height: 1.52; }
.waitlist { max-width: 520px; margin-top: 24px; }
.form-row { display: grid; grid-template-columns: 1fr 165px; gap: 7px; }
.form-row input { min-width: 0; height: 47px; padding: 0 13px; border: 1px solid #8ca79f; border-radius: 5px; background: white; color: #1e3530; }
.form-row button { height: 47px; border: 0; border-radius: 5px; background: var(--accent); color: white; font-weight: 850; }
.form-row button:disabled { opacity: .65; cursor: wait; }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.form-status { min-height: 18px; margin: 7px 0 0; color: #5c6f69; font-size: 11px; }
.form-status.success { color: #126e64; font-weight: 800; }.form-status.error { color: #973a31; }
.product-window { width: min(100%, 690px); margin: 0; justify-self: end; padding: 10px; border: 1px solid rgba(84, 124, 115, .34); border-radius: 9px; background: #f8faf9; box-shadow: 0 28px 65px rgba(28, 59, 52, .2); }
.window-bar { height: 34px; padding: 0 12px; display: flex; align-items: center; gap: 6px; border-radius: 7px 7px 0 0; background: #203a34; color: #d1dedb; }
.window-bar i { width: 7px; height: 7px; border-radius: 50%; background: #68827b; }.window-bar span { margin-left: 5px; font-size: 10px; font-weight: 850; text-transform: uppercase; }
.product-query, .product-result { padding: 13px 16px; border-left: 5px solid #203a34; border-right: 5px solid #203a34; background: white; }
.product-query { border-bottom: 1px solid #d2ddda; }.product-query span, .product-query strong, .product-result span, .product-result strong, .product-result small { display: block; }
.product-query span, .product-result span { color: #537069; font-size: 10px; font-weight: 900; text-transform: uppercase; }.product-query strong { margin-top: 4px; color: #203a34; font-size: 15px; line-height: 1.35; }
.product-result { display: grid; grid-template-columns: 150px 1fr; gap: 4px 14px; }.product-result span { grid-column: 1; grid-row: 1 / 3; align-self: center; }.product-result strong { grid-column: 2; color: #203a34; font-size: 12px; }.product-result small { grid-column: 2; color: #586c66; font-size: 11px; }
.screen { aspect-ratio: 16 / 9; overflow: hidden; border: 5px solid #203a34; border-top: 0; background: white; }
.screen img { display: block; width: 100%; margin-top: -36px; }

.value-strip { min-height: 88px; padding: 22px 7vw; display: flex; align-items: center; gap: 24px; background: var(--dark); color: white; }
.value-strip strong { font-size: 27px; }.value-strip span { color: #c3d4d0; font-size: 13px; }

.examples { padding: 66px 7vw 70px; background: white; }
.examples h2 { max-width: 720px; margin: 0; font-size: 31px; }
.featured-examples { max-width: 1160px; margin-top: 28px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.result-preview { min-height: 210px; padding: 18px; border: 1px solid var(--line); border-radius: 6px; background: #f7f9f8; }
.result-preview > span { color: #4e625c; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.result-preview h3 { min-height: 48px; margin: 7px 0 14px; color: #203a34; font-size: 15px; line-height: 1.35; }
.result-meta { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding-top: 12px; border-top: 1px solid var(--line); }
.result-meta small, .result-meta b { color: #3d5f57; font-size: 11px; }.result-meta b { white-space: nowrap; }
.result-preview p { margin: 11px 0 0; color: #465953; font-size: 12px; line-height: 1.45; }
.result-preview .result-names { color: #203a34; font-weight: 800; }
.more-examples { max-width: 1160px; margin-top: 12px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.more-examples summary { min-height: 48px; display: flex; align-items: center; color: var(--accent); font-size: 12px; font-weight: 850; cursor: pointer; }
.more-example-list { padding: 0 0 12px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
.more-example-list article { padding: 13px; border: 1px solid var(--line); background: #f8faf9; }
.more-example-list h3 { margin: 0; font-size: 13px; line-height: 1.4; }.more-example-list span, .more-example-list p { display: block; margin: 5px 0 0; color: #4e625c; font-size: 11px; }.more-example-list p { color: #203a34; font-weight: 750; }

.workflow { padding: 52px 7vw 56px; background: #e7efec; }
.workflow-heading { display: grid; grid-template-columns: .65fr 1.35fr; align-items: end; gap: 7vw; }
.workflow-heading h2 { margin: 0; font-size: 30px; }
.workflow ol { max-width: 1160px; margin: 28px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; list-style: none; }
.workflow li { min-height: 75px; padding-left: 16px; display: grid; grid-template-columns: 30px 1fr; gap: 10px; align-items: start; border-left: 2px solid #9eb8b1; }
.workflow li > span { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid #79a097; border-radius: 50%; color: var(--accent); font-size: 11px; font-weight: 900; }
.workflow strong { display: block; color: #203a34; font-size: 14px; }.workflow li p { margin: 5px 0 0; color: #465953; font-size: 12px; line-height: 1.45; }
.final-cta { padding: 62px 24px; display: flex; flex-direction: column; align-items: center; gap: 20px; background: #f2f6f4; text-align: center; }
.final-cta h2 { margin: 0; font-size: 31px; }.final-cta a { background: var(--accent); border-color: var(--accent); color: white; }
.footer { padding: 24px 5vw 30px; border-top: 1px solid var(--line); background: white; color: var(--muted); }
.footer > div { display: flex; align-items: center; }.footer nav { margin-left: auto; display: flex; gap: 10px; }.footer nav a { min-height: 44px; padding: 0 7px; display: inline-flex; align-items: center; font-size: 11px; font-weight: 750; }
.footer > p { max-width: 760px; margin: 12px 0 0; font-size: 11px; line-height: 1.5; }.footer > p a { color: var(--accent); font-weight: 800; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 0; padding: 48px 24px 38px; }
  .hero:before { inset: 53% 0 0; clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 100%); }
  .hero-network { top: 55%; right: 0; width: 100%; height: 42%; opacity: .3; }
  .product-window { justify-self: stretch; width: 100%; margin-top: 18px; }
  .featured-examples { grid-template-columns: 1fr; }
  .result-preview { min-height: 0; }
}

@media (max-width: 560px) {
  .nav { height: 62px; padding: 0 20px; }.nav-cta { display: none; }
  .hero { min-height: 0; padding: 27px 20px 22px; }
  .hero:after { left: 20px; right: 20px; top: 18px; }
  .hero:before { inset: 58% 0 0; clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%); }
  .hero-network { top: 61%; height: 35%; }
  .eyebrow { margin-bottom: 9px; font-size: 10px; }
  h1 { font-size: 35px; line-height: 1.04; }
  .intro { margin-top: 14px; font-size: 15px; line-height: 1.46; }
  .waitlist { margin-top: 17px; }
  .form-row { grid-template-columns: minmax(0, 1fr) 120px; gap: 6px; }
  .form-row input, .form-row button { height: 46px; }.form-row input { padding: 0 11px; font-size: 13px; }.form-row button { font-size: 11px; }
  .form-status { margin-top: 5px; font-size: 11px; }
  .product-window { margin-top: 15px; padding: 7px; }
  .window-bar { height: 29px; }.window-bar span { font-size: 8px; line-height: 1.2; }
  .product-query, .product-result { padding: 8px 10px; }.product-query strong { font-size: 12px; }.product-result { grid-template-columns: 1fr; gap: 3px; }.product-result span, .product-result strong, .product-result small { grid-column: 1; grid-row: auto; }.product-result strong { font-size: 11px; }
  .screen { aspect-ratio: 16 / 10; }.screen img { width: 150%; max-width: none; margin: 0; }
  .value-strip { min-height: 74px; padding: 14px 20px; display: block; }.value-strip strong, .value-strip span { display: block; }.value-strip strong { font-size: 22px; }.value-strip span { margin-top: 2px; font-size: 12px; }
  .examples { padding: 36px 20px 38px; }.examples h2 { font-size: 28px; line-height: 1.15; }
  .featured-examples { margin-top: 18px; gap: 7px; }.result-preview { padding: 13px; }.result-preview h3 { min-height: 0; margin: 0 0 9px; font-size: 15px; }.result-preview p { margin-top: 7px; font-size: 11px; }.result-meta { padding-top: 9px; }
  .more-examples summary { min-height: 48px; }.more-example-list { grid-template-columns: 1fr; }
  .workflow { padding: 22px 20px; }.workflow-heading { display: block; }.workflow-heading h2 { font-size: 26px; line-height: 1.15; }.workflow ol { margin-top: 12px; grid-template-columns: 1fr; gap: 0; }.workflow li { min-height: 52px; padding: 7px 0; grid-template-columns: 30px 1fr; border-left: 0; border-bottom: 1px solid #bfd0cb; }.workflow li:last-child { border-bottom: 0; }.workflow li p { margin-top: 1px; font-size: 11px; }
  .final-cta { padding: 32px 24px; gap: 14px; }.final-cta h2 { font-size: 27px; }
  .footer { padding: 16px 20px; }.footer > div { align-items: flex-start; flex-direction: column; gap: 4px; }.footer nav { margin-left: 0; }.footer > p { margin-top: 4px; }
}

@media (max-width: 340px) {
  .nav { height: 54px; padding: 0 16px; }.brand { font-size: 14px; }.brand-mark { width: 28px; height: 28px; }
  .hero { padding: 18px 16px; }.hero:after { left: 16px; right: 16px; top: 11px; }.eyebrow { display: none; }
  h1 { font-size: 32px; }.intro { margin-top: 10px; font-size: 14px; line-height: 1.42; }
  .waitlist { margin-top: 12px; }.form-row { grid-template-columns: minmax(0, 1fr) 112px; }.form-row input { font-size: 12px; }.form-status { margin-top: 3px; }
  .product-window { margin-top: 10px; }
  .examples { padding-left: 16px; padding-right: 16px; }
}

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