:root {
  color-scheme: dark;
  --bg: #030303;
  --bg-soft: #080808;
  --ink: #f6f6f2;
  --soft: #b6b7b3;
  --muted: #7d807a;
  --dim: #4b4d49;
  --line: #232522;
  --line-strong: #333631;
  --panel: #0b0c0b;
  --panel-2: #101110;
  --cyan: #45f0d0;
  --cyan-soft: #9efff0;
  --cyan-dim: #123b37;
  --red: #ff3d4f;
  --green: #9dff73;
  --amber: #ffcf7a;
  --radius: 8px;
  --max: 1232px;
  --serif: Georgia, "Times New Roman", Times, serif;
  --sans: Aptos, "Segoe UI Variable", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
  --mono: "Cascadia Mono", "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* {
  box-sizing: border-box;
  min-width: 0;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    linear-gradient(180deg, #030303 0%, #050505 42%, #030303 100%),
    var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.5;
  text-rendering: geometricPrecision;
  max-width: 100%;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  opacity: 0.38;
  background-image:
    linear-gradient(rgb(255 255 255 / 2%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 2%) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(118deg, transparent 0 55%, rgb(69 240 208 / 7%) 70%, transparent 85%),
    linear-gradient(180deg, transparent 0 58%, rgb(255 255 255 / 3%) 82%, transparent 100%);
}

.stage-glow {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -18vh;
  z-index: -1;
  height: 46vh;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgb(255 255 255 / 8%), transparent),
    linear-gradient(90deg, rgb(69 240 208 / 0%), rgb(69 240 208 / 7%), rgb(69 240 208 / 0%));
  filter: blur(34px);
  transform: skewY(-7deg);
}

main {
  overflow: hidden;
}

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

section,
article,
figure,
div,
pre {
  max-width: 100%;
}

a {
  color: inherit;
}

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

h1,
h2 {
  letter-spacing: 0;
}

h1 {
  max-width: 920px;
  margin: 0 auto 1.25rem;
  font-family: var(--serif);
  font-size: clamp(4.2rem, 12vw, 9.9rem);
  font-weight: 500;
  line-height: 0.88;
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(2.35rem, 5.4vw, 5.9rem);
  font-weight: 520;
  line-height: 0.94;
}

h3 {
  margin-bottom: 0.65rem;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 650;
  line-height: 1.12;
}

h1 span,
h2 span {
  display: block;
}

h1,
h2,
h3,
p,
li,
a,
span,
code {
  overflow-wrap: break-word;
}

::selection {
  background: rgb(69 240 208 / 30%);
  color: var(--ink);
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 20;
  transform: translateY(-220%);
  border: 1px solid var(--cyan);
  border-radius: var(--radius);
  background: var(--bg);
  color: var(--ink);
  padding: 0.75rem 1rem;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgb(3 3 3 / 72%);
  backdrop-filter: blur(18px);
}

.nav,
.hero,
.trust-strip,
.proof-section,
.integrations,
.workflow-section,
.manifesto,
.banner-section,
.download-section,
.site-footer,
.page-main {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}

.nav {
  min-height: 72px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.25rem;
}

.brand,
.nav-links,
.footer-links,
.hero-actions,
.download-actions {
  display: flex;
  align-items: center;
}

.brand {
  width: max-content;
  gap: 0.7rem;
  font-size: 1.16rem;
  font-weight: 760;
  text-decoration: none;
}

.brand img {
  border-radius: 7px;
  box-shadow: 0 0 24px rgb(69 240 208 / 18%);
}

.nav-links {
  justify-content: center;
  gap: 1.55rem;
  color: var(--soft);
  font-size: 0.93rem;
  font-weight: 620;
}

.nav-links a,
.footer-links a,
.button,
.nav-cta,
.announce,
.text-link {
  text-decoration: none;
}

.nav-links a:hover,
.footer-links a:hover,
.text-link:hover {
  color: var(--ink);
}

.nav-cta {
  justify-self: end;
  min-height: 42px;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgb(255 255 255 / 10%), rgb(255 255 255 / 5%));
  color: var(--ink);
  padding: 0 1.15rem;
  font-size: 0.92rem;
  font-weight: 760;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
}

.nav-cta:hover,
.button:hover {
  border-color: rgb(255 255 255 / 32%);
  transform: translateY(-1px);
}

.hero {
  min-height: min(1040px, calc(100vh - 72px));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: clamp(5.8rem, 14vh, 10rem) 0 6rem;
  text-align: center;
}

.hero-object {
  width: 118px;
  height: 118px;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 24px;
  display: grid;
  place-items: center;
  margin: 0 auto 2.2rem;
  background:
    linear-gradient(145deg, rgb(255 255 255 / 14%), rgb(255 255 255 / 2%)),
    #080908;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 14%),
    0 32px 90px rgb(0 0 0 / 54%),
    0 0 58px rgb(69 240 208 / 12%);
  transform: rotate(-8deg);
}

.hero-object img {
  width: 74px;
  height: 74px;
  border-radius: 16px;
  transform: rotate(8deg);
}

.announce {
  min-height: 38px;
  border: 1px solid rgb(69 240 208 / 26%);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 2.35rem;
  background: rgb(255 255 255 / 3%);
  color: var(--soft);
  padding: 0 0.86rem;
  font-size: 0.88rem;
  font-weight: 720;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 8%);
}

.announce-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--cyan);
  box-shadow: 0 0 20px var(--cyan);
}

.hero-copy {
  max-width: 690px;
  margin: 0 auto;
  color: var(--soft);
  font-size: clamp(1.08rem, 2vw, 1.32rem);
  line-height: 1.48;
}

.hero-actions {
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.1rem;
  margin-top: 2.15rem;
}

.button {
  min-height: 52px;
  border-radius: var(--radius);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.28rem;
  font-weight: 780;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.button.primary {
  border: 1px solid rgb(255 255 255 / 17%);
  background: linear-gradient(180deg, #f8f8f2, #c9cdc7);
  color: #050605;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 82%),
    0 20px 55px rgb(255 255 255 / 8%);
}

.button.quiet {
  border: 1px solid transparent;
  background: transparent;
  color: var(--soft);
}

.button.quiet:hover {
  border-color: rgb(255 255 255 / 13%);
  background: rgb(255 255 255 / 4%);
  color: var(--ink);
}

.trust-strip {
  min-height: 280px;
  border-top: 1px solid rgb(255 255 255 / 8%);
  border-bottom: 1px solid rgb(255 255 255 / 8%);
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 2rem;
  align-items: center;
  padding: 3.8rem 0;
}

.trust-strip p {
  max-width: 420px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.15rem, 2vw, 1.42rem);
  line-height: 1.4;
}

.trust-grid,
.logo-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgb(255 255 255 / 8%);
  background: rgb(255 255 255 / 8%);
}

.trust-grid span,
.logo-row span {
  min-width: 0;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #050505;
  color: var(--ink);
  font-size: 0.98rem;
  font-weight: 760;
  text-align: center;
  overflow-wrap: anywhere;
  padding: 0.9rem;
}

.proof-section {
  display: grid;
  grid-template-columns: minmax(0, 0.77fr) minmax(0, 1.23fr);
  gap: 3rem;
  align-items: center;
  padding: 7rem 0;
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--cyan);
  font-family: var(--mono);
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0;
  text-transform: uppercase;
}

.proof-copy p:not(.eyebrow),
.section-heading p,
.workflow-list p,
.manifesto p:not(.eyebrow),
.banner-section p,
.content-page p,
.content-page li {
  color: var(--soft);
}

.proof-copy > p:not(.eyebrow),
.section-heading > p,
.banner-section .section-heading p {
  max-width: 630px;
  font-size: 1.05rem;
}

.console-shell {
  width: 100%;
  min-width: 0;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: var(--radius);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgb(255 255 255 / 6%), rgb(255 255 255 / 2%)),
    var(--panel);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 9%),
    0 35px 120px rgb(0 0 0 / 50%);
}

.console-topbar {
  min-height: 56px;
  border-bottom: 1px solid rgb(255 255 255 / 8%);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  padding: 0 1rem;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.8rem;
}

.console-topbar span {
  width: 38px;
  height: 10px;
  border-radius: 999px;
  display: block;
  background:
    radial-gradient(circle at 5px 5px, #ff6157 0 4px, transparent 4.5px),
    radial-gradient(circle at 19px 5px, #ffbd2e 0 4px, transparent 4.5px),
    radial-gradient(circle at 33px 5px, #28c840 0 4px, transparent 4.5px);
}

.console-topbar strong {
  color: var(--soft);
  font-weight: 620;
}

.console-topbar em {
  justify-self: end;
  color: var(--cyan);
  font-style: normal;
}

.console-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-width: 0;
}

.console-pane {
  min-width: 0;
  min-height: 320px;
  padding: 1.4rem;
}

.console-pane + .console-pane {
  border-left: 1px solid rgb(255 255 255 / 8%);
}

.console-label {
  margin-bottom: 1.25rem;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.76rem;
  text-transform: uppercase;
}

pre {
  margin: 0;
}

code,
pre,
.typed-line {
  font-family: var(--mono);
}

.console-pane pre,
.code-panel {
  max-width: 100%;
  overflow-x: auto;
  color: #e9fff9;
  font-size: clamp(0.78rem, 1.3vw, 0.92rem);
  line-height: 1.78;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.typed-line {
  min-height: 148px;
  color: var(--ink);
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.55;
}

.waveform {
  height: 84px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.waveform span {
  width: 3px;
  height: 16px;
  border-radius: 999px;
  background: var(--cyan);
  box-shadow: 0 0 16px rgb(69 240 208 / 60%);
}

.waveform span:nth-child(2n) {
  height: 34px;
}

.waveform span:nth-child(3n) {
  height: 54px;
}

.waveform span:nth-child(5n) {
  height: 70px;
}

.integrations {
  border-top: 1px solid rgb(255 255 255 / 8%);
  padding: 4.5rem 0 6.5rem;
  text-align: center;
}

.integrations > p {
  max-width: 520px;
  margin: 0 auto 2.4rem;
  color: var(--soft);
  font-size: 1.15rem;
}

.logo-row {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-color: transparent;
  background: transparent;
}

.logo-row span {
  min-height: 92px;
  background: transparent;
  color: #f7f7f0;
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  font-weight: 850;
  opacity: 0.9;
}

.workflow-section {
  padding: 6.8rem 0;
}

.section-heading {
  max-width: 760px;
}

.section-heading.compact {
  margin-bottom: 2rem;
}

.workflow-list {
  border-top: 1px solid rgb(255 255 255 / 9%);
  margin-top: 2.5rem;
}

.workflow-list article {
  display: grid;
  grid-template-columns: 90px minmax(0, 0.72fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
  border-bottom: 1px solid rgb(255 255 255 / 9%);
  padding: 2rem 0;
}

.workflow-list span {
  color: var(--cyan);
  font-family: var(--mono);
  font-size: 0.86rem;
}

.workflow-list h3,
.workflow-list p {
  margin-bottom: 0;
}

.manifesto,
.download-section {
  border-top: 1px solid rgb(255 255 255 / 9%);
  border-bottom: 1px solid rgb(255 255 255 / 9%);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 3rem;
  align-items: center;
  padding: 4.3rem 0;
}

.manifesto h2,
.download-section h2 {
  max-width: 700px;
  margin-bottom: 0;
  font-size: clamp(2.2rem, 4.6vw, 5rem);
}

.manifesto-line {
  margin-bottom: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3.7vw, 4.3rem);
  line-height: 1;
}

.banner-section {
  padding: 6.5rem 0;
}

.banner-frame {
  margin: 0;
  border: 1px solid rgb(255 255 255 / 11%);
  border-radius: var(--radius);
  overflow: hidden;
  background: #020202;
  box-shadow: 0 36px 140px rgb(0 0 0 / 60%);
}

.banner-frame img {
  width: 100%;
  aspect-ratio: 21 / 9;
  object-fit: cover;
}

.download-section {
  margin-bottom: 3rem;
}

.download-actions {
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 1rem;
}

.site-footer {
  border-top: 1px solid rgb(255 255 255 / 8%);
  padding: 2.2rem 0 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.site-footer p {
  margin: 0.25rem 0 0;
  color: var(--muted);
}

.footer-links {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem;
  color: var(--soft);
  font-size: 0.92rem;
}

.page-main {
  padding: 3rem 0 5rem;
}

.content-page {
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgb(255 255 255 / 5%), rgb(255 255 255 / 2%)),
    var(--panel);
  padding: clamp(1.2rem, 4vw, 2.3rem);
  box-shadow: 0 30px 90px rgb(0 0 0 / 40%);
}

.content-page h1 {
  max-width: 920px;
  margin: 0 0 1rem;
  font-size: clamp(3.2rem, 9vw, 7.5rem);
  text-align: left;
}

.lede {
  max-width: 760px;
  color: var(--soft);
  font-size: 1.16rem;
}

.content-page section {
  border-top: 1px solid rgb(255 255 255 / 9%);
  margin-top: 2rem;
  padding-top: 2rem;
}

.content-page code {
  border: 1px solid rgb(69 240 208 / 20%);
  border-radius: 5px;
  background: rgb(69 240 208 / 8%);
  color: var(--cyan-soft);
  padding: 0.1rem 0.32rem;
}

.content-page pre code {
  border: 0;
  background: transparent;
  color: inherit;
  padding: 0;
}

.code-panel {
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: var(--radius);
  background: #070807;
  padding: 1.2rem;
}

.text-link {
  color: var(--cyan);
  font-weight: 760;
}

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

@media (max-width: 980px) {
  .nav {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .trust-strip,
  .proof-section,
  .manifesto,
  .download-section {
    grid-template-columns: 1fr;
  }

  .proof-section,
  .workflow-section,
  .banner-section {
    padding-block: 5rem;
  }

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

  .console-pane + .console-pane {
    border-top: 1px solid rgb(255 255 255 / 8%);
    border-left: 0;
  }

  .logo-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .workflow-list article {
    grid-template-columns: 62px minmax(0, 1fr);
  }

  .workflow-list p {
    grid-column: 2;
  }

  .download-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .nav,
  .hero,
  .trust-strip,
  .proof-section,
  .integrations,
  .workflow-section,
  .manifesto,
  .banner-section,
  .download-section,
  .site-footer,
  .page-main {
    width: calc(100% - 32px);
    max-width: var(--max);
  }

  .proof-section {
    overflow: clip;
  }

  .proof-copy > p:not(.eyebrow) {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .nav {
    min-height: 66px;
  }

  .nav-cta {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 2.9rem 0 4.5rem;
  }

  .hero-object {
    width: 86px;
    height: 86px;
    margin-bottom: 1.8rem;
    border-radius: 18px;
  }

  .hero-object img {
    width: 56px;
    height: 56px;
    border-radius: 12px;
  }

  h1 {
    width: 100%;
    font-size: clamp(2.85rem, 12vw, 3.65rem);
  }

  h2,
  .content-page h1 {
    font-size: clamp(1.85rem, 8.4vw, 2.35rem);
  }

  .hero-copy {
    font-size: 1.04rem;
  }

  .hero-actions,
  .download-actions {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .announce {
    max-width: 100%;
    white-space: normal;
  }

  .trust-strip {
    padding: 3rem 0;
  }

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

  .trust-grid span,
  .logo-row span {
    min-height: 64px;
    font-size: 0.82rem;
    line-height: 1.15;
  }

  .console-pane {
    min-height: 0;
    padding: 1rem;
  }

  .console-pane pre,
  .code-panel {
    font-size: 0.72rem;
    line-height: 1.7;
    overflow-x: hidden;
  }

  .console-topbar {
    grid-template-columns: auto;
    gap: 0.75rem;
    padding: 0 1rem;
  }

  .console-topbar strong {
    display: none;
  }

  .console-topbar em {
    display: none;
  }

  .logo-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .workflow-list article {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .workflow-list p {
    grid-column: auto;
  }

  .manifesto-line {
    font-size: clamp(2rem, 10vw, 3.2rem);
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
