@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/fonts/ibm-plex-sans-latin.woff2") format("woff2");
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/ibm-plex-mono-400-latin.woff2") format("woff2");
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/ibm-plex-mono-500-latin.woff2") format("woff2");
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/ibm-plex-mono-600-latin.woff2") format("woff2");
}

:root {
  color-scheme: light;
  --ink: #17191c;
  --ink-soft: #4a4f57;
  --muted: #6b7580;
  --line: #e3e6ea;
  --line-strong: #d3d8de;
  --canvas: #f4f5f7;
  --primary: #0e7c8b;
  --primary-hover: #0b6875;
  --primary-light: #e3f1f3;
  --danger: #b42318;
  --success: #0a7a54;
}

* {
  box-sizing: border-box;
}

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

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  color: var(--ink);
  font-family: "IBM Plex Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: var(--primary-hover);
  text-decoration: none;
}

a:hover {
  color: var(--primary);
  text-decoration: underline;
}

button,
input,
select {
  font: inherit;
}

::selection {
  background: #c6e3e7;
}

:focus-visible {
  border-radius: 3px;
  outline: 2.5px solid var(--primary);
  outline-offset: 2px;
}

.mono {
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}

.cg-num {
  font-variant-numeric: tabular-nums;
}

.site-shell {
  min-width: 0;
  overflow: clip;
}

.scp0:focus-visible {
  left: 12px !important;
}

.scp2:hover {
  background: var(--primary-hover) !important;
  color: #fff !important;
  text-decoration: none;
}

.scp3:hover {
  background: var(--canvas) !important;
  color: var(--ink) !important;
  text-decoration: none;
}

.scp4:hover {
  color: var(--primary-hover) !important;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgb(255 255 255 / 88%);
  backdrop-filter: blur(10px);
}

.site-header__inner {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 12px 32px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  text-decoration: none;
}

.brand:hover {
  color: var(--ink);
  text-decoration: none;
}

.brand__mark {
  display: flex;
  flex: 0 0 30px;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: var(--primary);
}

.brand__mark span {
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  border: 2.5px solid #fff;
  border-radius: 3px;
}

.brand__name {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.3px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: 12px;
}

.desktop-nav a {
  padding: 7px 12px;
  border-radius: 8px;
  color: var(--ink-soft);
  font-size: 14.5px;
  font-weight: 500;
}

.desktop-nav a:hover {
  background: var(--canvas);
  color: var(--ink);
  text-decoration: none;
}

.desktop-cta {
  margin-left: auto;
  white-space: nowrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 9px;
  padding: 9px 16px;
  cursor: pointer;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  text-decoration: none;
}

.button--primary {
  background: var(--primary);
  color: #fff;
}

.button--primary:hover {
  background: var(--primary-hover);
  color: #fff;
}

.button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.mobile-menu-toggle,
.mobile-nav {
  display: none;
}

.faq-section {
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.faq-section__inner {
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(52px, 7vw, 88px) 32px;
}

.eyebrow {
  color: var(--primary-hover);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.faq-section h2 {
  margin: 12px 0 30px;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 700;
  letter-spacing: -0.7px;
}

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

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

.faq-item summary {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 18px 4px;
  cursor: pointer;
  color: var(--ink);
  font-size: 16.5px;
  font-weight: 600;
  list-style: none;
}

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

.faq-item summary:hover {
  color: var(--primary-hover);
}

.faq-chevron {
  width: 10px;
  height: 10px;
  margin-left: auto;
  transform: rotate(45deg);
  border-right: 1.75px solid #8a939c;
  border-bottom: 1.75px solid #8a939c;
  transition: transform 180ms ease;
}

.faq-item[open] .faq-chevron {
  transform: rotate(225deg);
}

.faq-answer {
  padding: 0 34px 18px 4px;
  color: var(--ink-soft);
  font-size: 14.5px;
  line-height: 1.65;
}

.pilot-section {
  border-bottom: 1px solid var(--line);
  background: var(--canvas);
}

.pilot-section__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(52px, 7vw, 88px) 32px;
}

.pilot-card {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(28px, 4vw, 56px);
  padding: clamp(28px, 4vw, 52px);
  border-radius: 20px;
  background: #101418;
  color: #d4dbe2;
}

.pilot-copy {
  flex: 1 1 380px;
  min-width: 0;
}

.pilot-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 12px;
  border: 1px solid #234049;
  border-radius: 20px;
  background: #152227;
  color: #7fd0dc;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.pilot-kicker span {
  width: 8px;
  height: 8px;
  border: 1.5px solid #4fb6c4;
  border-radius: 2px;
}

.pilot-copy h2 {
  margin-top: 18px;
  color: #fff;
  font-size: clamp(26px, 3.4vw, 38px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.8px;
}

.pilot-copy > p {
  max-width: 46ch;
  margin-top: 16px;
  color: #aeb7bf;
  font-size: 16.5px;
}

.pilot-copy ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.pilot-copy li {
  display: flex;
  gap: 10px;
  color: #c7cdd4;
  font-size: 14px;
}

.pilot-copy li span {
  flex: 0 0 auto;
  color: #7fd0dc;
}

.waitlist-panel {
  display: none;
  flex: 1 1 320px;
  min-width: 0;
  align-self: flex-start;
  padding: 22px;
  border-radius: 14px;
  background: #fff;
  color: var(--ink);
}

.js.waitlist-state-ready .waitlist-panel {
  display: block;
}

.waitlist-closed {
  padding: 12px 2px;
}

.waitlist-closed p {
  margin-top: 9px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.55;
}

.waitlist-closed a {
  display: inline-block;
  margin-top: 14px;
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.waitlist-panel h3 {
  margin: 0 0 4px;
  font-size: 16px;
}

.form-intro {
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.waitlist-panel label {
  display: block;
  margin: 14px 0 5px;
  color: #3b4149;
  font-size: 12.5px;
  font-weight: 600;
}

.waitlist-panel .form-intro + .honeypot + label {
  margin-top: 0;
}

.waitlist-panel input,
.waitlist-panel select {
  width: 100%;
  min-height: 44px;
  padding: 11px 12px;
  border: 1px solid var(--line-strong);
  border-radius: 9px;
  background: #fff;
  color: var(--ink);
  font-size: 14px;
}

.waitlist-panel input[aria-invalid="true"],
.waitlist-panel select[aria-invalid="true"] {
  border-color: #de8a82;
  background: #fef6f5;
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.field-error,
.form-status {
  min-height: 0;
  color: var(--danger);
  font-size: 12.5px;
  line-height: 1.45;
}

.field-error:not(:empty) {
  margin-top: 6px;
}

.waitlist-submit {
  width: 100%;
  margin-top: 18px;
  padding: 13px;
  border-radius: 10px;
  font-size: 15px;
}

.form-status:not(:empty) {
  margin-top: 10px;
}

.form-consent {
  margin-top: 12px;
  color: #59636d;
  font-size: 11.5px;
  line-height: 1.5;
}

.form-consent a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

footer [style*="color: rgb(154, 165, 174)"] {
  color: #66717b !important;
}

.waitlist-success {
  padding: 14px 4px;
  text-align: center;
}

.waitlist-success__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin: 0 auto 14px;
  border: 1px solid #c4e6d5;
  border-radius: 50%;
  background: #e4f4ec;
  color: var(--success);
  font-size: 25px;
  font-weight: 700;
}

.waitlist-success h3 {
  font-size: 18px;
}

.waitlist-success p {
  margin-top: 8px;
  color: var(--ink-soft);
  font-size: 14px;
}

.waitlist-reference {
  display: inline-block;
  margin-top: 14px;
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--canvas);
  color: #3b4149;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 12.5px;
}

.noscript {
  padding: 10px 20px;
  background: #fbf3e0;
  color: #6e4b00;
  font-size: 13px;
  text-align: center;
}

.privacy-header .site-header__inner {
  justify-content: space-between;
}

.privacy-back {
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 600;
}

.privacy-page {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(52px, 8vw, 96px) 0 80px;
}

.privacy-page h1 {
  max-width: 18ch;
  margin-top: 14px;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.08;
  letter-spacing: -1px;
}

.privacy-lead {
  max-width: 62ch;
  margin-top: 22px;
  color: var(--ink-soft);
  font-size: 18px;
}

.privacy-page section {
  margin-top: 36px;
}

.privacy-page h2 {
  font-size: 21px;
  letter-spacing: -0.3px;
}

.privacy-page section p {
  margin-top: 10px;
  color: var(--ink-soft);
}

.privacy-callout {
  padding: 22px;
  border: 1px solid #c6e3e7;
  border-radius: 12px;
  background: var(--primary-light);
}

.privacy-updated {
  margin-top: 42px;
  color: #59636d;
  font-size: 13px;
}

@media (max-width: 520px) {
  .privacy-header .site-header__inner {
    align-items: flex-start;
    gap: 12px;
  }

  .privacy-back {
    max-width: 110px;
    text-align: right;
  }
}

@media (max-width: 879px) {
  .site-header__inner {
    padding: 12px 20px;
  }

  .desktop-nav,
  .desktop-cta {
    display: none;
  }

  .mobile-menu-toggle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    margin-left: auto;
    border: 1px solid var(--line-strong);
    border-radius: 9px;
    background: #fff;
    cursor: pointer;
  }

  .mobile-menu-toggle span {
    width: 18px;
    height: 1.5px;
    background: var(--ink);
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .mobile-menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6.5px) rotate(45deg);
  }

  .mobile-menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6.5px) rotate(-45deg);
  }

  .mobile-nav:not([hidden]) {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 8px 20px 16px;
    border-top: 1px solid var(--line);
    background: #fff;
  }

  .mobile-nav > a:not(.button) {
    padding: 12px 8px;
    border-bottom: 1px solid #f0f2f4;
    border-radius: 8px;
    color: #2b3038;
    font-size: 16px;
    font-weight: 600;
  }

  .mobile-nav .button {
    margin-top: 10px;
    padding: 13px;
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  main > section > div,
  footer > div,
  .faq-section__inner,
  .pilot-section__inner {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .site-shell [style*="min-width: 300px"],
  .site-shell [style*="min-width: 280px"],
  .site-shell [style*="min-width: 260px"],
  .site-shell [style*="min-width: 230px"] {
    min-width: 0 !important;
  }

  .pilot-card {
    padding: 24px 20px;
  }
}

@media (max-width: 480px) {
  #pricing [style*="grid-template-columns: minmax(120px, 180px) 1fr"] {
    grid-template-columns: 1fr !important;
    gap: 4px !important;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
