:root {
  color-scheme: dark;
  --bg: #080b08;
  --surface: #0d120c;
  --surface-2: #121a10;
  --surface-3: #182116;
  --line: #283423;
  --line-strong: #3a4a31;
  --text: #f4f7ef;
  --muted: #aab3a4;
  --dim: #727d6d;
  --accent: #a3e635;
  --accent-soft: rgba(163, 230, 53, 0.12);
  --cyan: #2dd4bf;
  --danger: #fb7185;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  --radius: 22px;
  --mono: ui-monospace, "Cascadia Mono", "SFMono-Regular", Consolas, monospace;
  --sans: Inter, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 72% 8%, rgba(163, 230, 53, 0.08), transparent 28rem),
    var(--bg);
  color: var(--text);
  font-family: var(--sans);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.025;
  background-image:
    linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 68%);
}

img,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 100;
  padding: 10px 16px;
  border-radius: 10px;
  background: var(--accent);
  color: #0b1106;
  font-weight: 800;
  transition: top .2s ease;
}

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

.wrap {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.narrow {
  width: min(820px, calc(100% - 48px));
  margin-inline: auto;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(40, 52, 35, .8);
  background: rgba(8, 11, 8, .82);
  backdrop-filter: blur(18px);
}

.nav-inner {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 850;
  letter-spacing: .045em;
}

.brand-mark {
  width: 22px;
  height: 22px;
  border: 2px solid var(--accent);
  transform: rotate(45deg);
  position: relative;
  box-shadow: 0 0 22px rgba(163,230,53,.15);
}

.brand-mark::after {
  content: "";
  position: absolute;
  inset: 5px;
  background: var(--accent);
}

.brand-accent {
  color: var(--accent);
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  font-size: 14px;
}

.nav-links > a:not(.button) {
  color: var(--muted);
  text-decoration: none;
}

.nav-links > a:not(.button):hover {
  color: var(--text);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 11px 20px;
  border: 1px solid var(--accent);
  border-radius: 999px;
  background: var(--accent);
  color: #0a1005;
  text-decoration: none;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  transition: transform .18s ease, filter .18s ease, border-color .18s ease;
}

.button:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}

.button.secondary {
  border-color: var(--line-strong);
  background: rgba(13, 18, 12, .7);
  color: var(--text);
}

.button.secondary:hover {
  border-color: var(--accent);
}

.button.small {
  min-height: 40px;
  padding: 8px 15px;
  font-family: var(--mono);
  font-size: 12px;
}

.hero {
  padding: 86px 0 54px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .95fr);
  align-items: center;
  gap: 54px;
}

.eyebrow,
.kicker {
  margin: 0;
  color: var(--accent);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 13px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(163, 230, 53, .09);
}

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

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(44px, 6.4vw, 78px);
  line-height: .98;
  letter-spacing: -.045em;
}

h2 {
  max-width: 780px;
  margin-bottom: 18px;
  font-size: clamp(32px, 4.1vw, 52px);
  line-height: 1.04;
  letter-spacing: -.035em;
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.25;
}

.hero-lead,
.section-lead {
  max-width: 700px;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 20px);
}

.hero-lead {
  margin-bottom: 30px;
}

.hero-actions,
.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 28px;
  color: var(--muted);
  font-size: 13px;
}

.trust-line span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.trust-line span::before {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--accent);
  transform: rotate(45deg);
}

.hero-media {
  display: grid;
  gap: 14px;
}

.demo-frame {
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: #050705;
  box-shadow: var(--shadow);
}

.demo-bar {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0 15px;
  border-bottom: 1px solid var(--line);
  background: var(--surface);
  color: var(--dim);
  font-family: var(--mono);
  font-size: 11px;
}

.demo-dots {
  display: inline-flex;
  gap: 6px;
  margin-right: 12px;
}

.demo-dots i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--line-strong);
}

.demo-frame video,
.demo-frame img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.evidence-card {
  width: 100%;
  padding: 18px;
  border: 1px solid var(--line-strong);
  border-radius: 16px;
  background: var(--surface);
}

.evidence-card strong {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
}

.evidence-card p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.proof-strip {
  padding: 24px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(13, 18, 12, .55);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.proof {
  padding: 7px 24px;
  border-left: 1px solid var(--line);
}

.proof:first-child {
  padding-left: 0;
  border-left: 0;
}

.proof strong {
  display: block;
  color: var(--text);
  font-family: var(--mono);
  font-size: 14px;
}

.proof span {
  color: var(--muted);
  font-size: 13px;
}

.section {
  padding: 100px 0;
}

.section.compact {
  padding: 72px 0;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(360px, 1fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 44px;
}

.section-head .section-lead {
  margin-bottom: 2px;
}

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

.use-card,
.info-card,
.product-card {
  position: relative;
  overflow: hidden;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(18,26,16,.94), rgba(10,14,9,.96));
}

.use-card::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  right: -55px;
  top: -55px;
  border: 1px solid rgba(163,230,53,.18);
  transform: rotate(45deg);
}

.card-index,
.tag {
  color: var(--accent);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.use-card h3,
.info-card h3,
.product-card h3 {
  margin-top: 18px;
}

.use-card p,
.info-card p,
.product-card p {
  color: var(--muted);
  font-size: 14px;
}

.workflow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.workflow-step {
  min-height: 220px;
  padding: 26px 22px;
  border-left: 1px solid var(--line);
}

.workflow-step:first-child {
  border-left: 0;
}

.workflow-step .number {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--accent);
  font-family: var(--mono);
  font-size: 12px;
}

.workflow-step h3 {
  margin-top: 42px;
}

.workflow-step p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
}

.showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(310px, .65fr);
  gap: 46px;
  align-items: center;
  margin-top: 62px;
}

.showcase.reverse {
  grid-template-columns: minmax(310px, .65fr) minmax(0, 1.35fr);
}

.showcase.reverse .showcase-media {
  order: 2;
}

.window {
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  background: #060806;
  box-shadow: var(--shadow);
}

.window-bar {
  display: flex;
  align-items: center;
  min-height: 43px;
  padding-inline: 14px;
  border-bottom: 1px solid var(--line);
  color: var(--dim);
  font-family: var(--mono);
  font-size: 11px;
}

.window-bar::before {
  content: "●  ●  ●";
  margin-right: 13px;
  color: var(--line-strong);
  letter-spacing: 4px;
}

.window img {
  width: 100%;
  height: auto;
}

.feature-list,
.check-list,
.plain-list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li,
.check-list li {
  position: relative;
  margin-top: 11px;
  padding-left: 22px;
  color: var(--text);
  font-size: 14px;
}

.feature-list li::before,
.check-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: .58em;
  width: 7px;
  height: 7px;
  background: var(--accent);
  transform: rotate(45deg);
}

.tech-chain {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 48px;
}

.tech-chain::before {
  content: "";
  position: absolute;
  top: 39px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: repeating-linear-gradient(
    90deg,
    rgba(163, 230, 53, .62) 0 18px,
    transparent 18px 48px
  );
}

.tech-stage {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.tech-circle {
  width: 80px;
  height: 80px;
  display: grid;
  place-items: center;
  border: 1px solid var(--accent);
  border-radius: 50%;
  background: var(--bg);
  color: var(--accent);
  font-family: var(--mono);
  font-size: 17px;
  font-weight: 800;
}

.tech-stage.final .tech-circle {
  border-color: var(--accent);
  background: var(--accent);
  color: #091005;
  font-size: 27px;
  box-shadow: 0 0 34px rgba(163, 230, 53, .42);
}

.tech-stage h3 {
  margin: 24px 0 7px;
  font-size: 17px;
}

.tech-stage p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.honesty {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 40px;
  padding: 42px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background:
    linear-gradient(120deg, rgba(163,230,53,.07), transparent 46%),
    var(--surface);
}

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

.pilot-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 18px;
  margin-top: 40px;
}

.pilot-card {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.pilot-card.highlight {
  border-color: rgba(163,230,53,.48);
  background:
    radial-gradient(circle at 88% 0, rgba(163,230,53,.13), transparent 14rem),
    var(--surface-2);
}

.deliverables {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 20px;
}

.deliverable {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--muted);
  font-size: 13px;
}

.deliverable strong {
  display: block;
  margin-bottom: 3px;
  color: var(--text);
}

.faq {
  margin-top: 34px;
  border-top: 1px solid var(--line);
}

.faq details {
  border-bottom: 1px solid var(--line);
}

.faq summary {
  position: relative;
  padding: 22px 42px 22px 0;
  cursor: pointer;
  font-weight: 750;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 18px;
  color: var(--accent);
  font-family: var(--mono);
  font-size: 22px;
}

.faq details[open] summary::after {
  content: "−";
}

.faq details p {
  max-width: 760px;
  padding-bottom: 24px;
  color: var(--muted);
}

.cta-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 36px;
  align-items: center;
  padding: 46px;
  border: 1px solid rgba(163,230,53,.42);
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0, rgba(163,230,53,.15), transparent 26rem),
    var(--surface-2);
}

.cta-panel p {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--muted);
}

.site-footer {
  margin-top: 80px;
  padding: 44px 0 28px;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr .8fr .8fr;
  gap: 40px;
}

.footer-grid p {
  max-width: 380px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 14px;
}

.footer-title {
  margin-bottom: 12px;
  color: var(--dim);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.footer-links a,
.footer-links span {
  display: block;
  margin-top: 9px;
  color: var(--muted);
  text-decoration: none;
  font-size: 14px;
}

.footer-links a:hover {
  color: var(--accent);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--dim);
  font-family: var(--mono);
  font-size: 11px;
}

/* Catalog */
.catalog-hero {
  padding: 74px 0 42px;
}

.catalog-hero h1 {
  max-width: 900px;
}

.catalog-note {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  margin-top: 34px;
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: var(--surface);
}

.catalog-note p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0;
}

.filter-button {
  padding: 9px 15px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 12px;
  cursor: pointer;
}

.filter-button:hover,
.filter-button[aria-pressed="true"] {
  border-color: var(--accent);
  background: var(--accent);
  color: #0a1005;
}

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

.product-card {
  display: flex;
  flex-direction: column;
  min-height: 410px;
}

.product-card[hidden] {
  display: none;
}

.product-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  color: var(--accent);
  background: rgba(163,230,53,.05);
}

.product-icon svg {
  width: 29px;
  height: 29px;
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 16px;
}

.product-meta span {
  padding: 4px 8px;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 10px;
}

.product-details {
  margin: 19px 0;
  padding-top: 17px;
  border-top: 1px solid var(--line);
}

.product-details div {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 10px;
  margin-top: 7px;
  font-size: 12px;
}

.product-details dt {
  color: var(--dim);
  font-family: var(--mono);
}

.product-details dd {
  margin: 0;
  color: var(--muted);
}

.product-card .button {
  width: 100%;
  margin-top: auto;
}

/* Legal */
.legal-header {
  padding: 72px 0 36px;
}

.legal {
  padding-bottom: 80px;
}

.legal section {
  padding: 30px 0;
  border-top: 1px solid var(--line);
}

.legal h2 {
  font-size: 25px;
  letter-spacing: -.02em;
}

.legal p,
.legal li {
  color: var(--muted);
}

.legal a {
  color: var(--accent);
}

@media (max-width: 980px) {
  .hero-grid,
  .section-head,
  .showcase,
  .showcase.reverse,
  .honesty,
  .pilot-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 44px;
  }

  .hero-media {
    width: min(820px, 100%);
  }

  .showcase.reverse .showcase-media {
    order: 0;
  }

  .proof-grid,
  .workflow {
    grid-template-columns: repeat(2, 1fr);
  }

  .proof:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  .workflow-step:nth-child(3),
  .workflow-step:nth-child(5) {
    border-left: 0;
  }

  .tech-chain {
    gap: 10px;
  }

  .tech-chain::before {
    top: 32px;
  }

  .tech-circle {
    width: 66px;
    height: 66px;
    font-size: 14px;
  }

  .tech-stage h3 {
    margin-top: 20px;
    font-size: 14px;
  }

  .tech-stage p {
    font-size: 12px;
  }

  .use-grid,
  .card-grid,
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .wrap,
  .narrow {
    width: min(100% - 32px, 1180px);
  }

  .nav-inner {
    min-height: 64px;
  }

  .nav-links > a:not(.button) {
    display: none;
  }

  .nav-links {
    gap: 8px;
  }

  .nav-links .button {
    min-height: 38px;
    padding: 8px 13px;
    font-size: 12px;
  }

  .hero {
    padding-top: 58px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: clamp(40px, 13vw, 62px);
  }

  .proof-grid,
  .workflow,
  .use-grid,
  .card-grid,
  .product-grid,
  .deliverables,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .tech-chain {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .tech-chain::before {
    top: 31px;
    bottom: 31px;
    left: 31px;
    right: auto;
    width: 2px;
    height: auto;
    background: repeating-linear-gradient(
      180deg,
      rgba(163, 230, 53, .62) 0 15px,
      transparent 15px 36px
    );
  }

  .tech-stage {
    min-height: 66px;
    display: grid;
    grid-template-columns: 66px 1fr;
    grid-template-rows: auto auto;
    column-gap: 18px;
    align-items: center;
    text-align: left;
  }

  .tech-circle {
    grid-row: 1 / 3;
  }

  .tech-stage h3 {
    align-self: end;
    margin: 0 0 2px;
    font-size: 16px;
  }

  .tech-stage p {
    align-self: start;
  }

  .proof,
  .proof:first-child,
  .proof:nth-child(3) {
    padding: 13px 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .proof:first-child {
    border-top: 0;
  }

  .workflow-step,
  .workflow-step:first-child,
  .workflow-step:nth-child(3) {
    min-height: auto;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .workflow-step:first-child {
    border-top: 0;
  }

  .workflow-step h3 {
    margin-top: 24px;
  }

  .section {
    padding: 74px 0;
  }

  .honesty,
  .pilot-card,
  .cta-panel {
    padding: 28px 22px;
  }

  .cta-panel,
  .catalog-note {
    grid-template-columns: 1fr;
  }

  .cta-panel .button {
    width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
