:root {
  color-scheme: dark;
  --black: #000;
  --panel: #030506;
  --panel-2: #06090b;
  --line: rgba(166, 225, 242, 0.18);
  --line-soft: rgba(255, 255, 255, 0.08);
  --text: #f7fbff;
  --soft: #b9cbd4;
  --muted: #6f818d;
  --blue: #88dfff;
  --blue-strong: #21c3f3;
  --shadow: 0 34px 100px rgba(0, 0, 0, 0.76);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: #000;
  color: var(--text);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.topbar,
.hero,
.statement,
.workflow,
.feature-band,
.appstore,
.footer,
.page {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.topbar {
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
  background: #000;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--blue);
  background: rgba(255, 255, 255, 0.02);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-weight: 800;
}

.brand-text strong,
.brand-text small {
  display: block;
}

.brand-text strong {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
}

.brand-text small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 22px;
  color: var(--soft);
  font-size: 15px;
}

nav a:hover {
  color: var(--text);
}

.hero {
  position: relative;
  min-height: calc(100svh - 80px);
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(300px, 1.18fr);
  gap: 44px;
  align-items: center;
  place-items: center;
  padding: 36px 0 86px;
  background: #000;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 430px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 14px;
  font-size: 58px;
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: 0;
}

.hero-copy p:not(.eyebrow) {
  color: var(--soft);
  font-size: 17px;
  line-height: 1.65;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
}

.button.primary {
  color: #001018;
  border-color: transparent;
  background: linear-gradient(180deg, #d8f6ff 0%, #88dfff 100%);
}

.button.is-disabled {
  opacity: 0.55;
  cursor: default;
  pointer-events: none;
}

.button.secondary {
  color: var(--soft);
  background: rgba(255, 255, 255, 0.025);
}

.main-screen {
  position: relative;
  z-index: 1;
  width: min(430px, 100%);
  margin: 0;
  justify-self: center;
  border: 1px solid rgba(166, 225, 242, 0.22);
  border-radius: 30px;
  background: #000;
  box-shadow: 0 34px 96px rgba(0, 0, 0, 0.9), 0 0 42px rgba(33, 195, 243, 0.1);
}

.main-screen img {
  width: 100%;
  height: auto;
}

.statement {
  padding: 82px 0 72px;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.statement p {
  max-width: 920px;
  margin: 0;
  color: var(--text);
  font-size: 42px;
  line-height: 1.18;
  font-weight: 750;
  letter-spacing: 0;
}

.workflow {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: 52px;
  align-items: center;
  padding: 110px 0 0;
}

.workflow-copy {
  max-width: 470px;
}

h2 {
  margin-bottom: 16px;
  font-size: 58px;
  line-height: 1;
  letter-spacing: 0;
}

.workflow-copy p:not(.eyebrow),
.appstore p:not(.eyebrow),
.content p,
.page-hero p:not(.eyebrow) {
  color: var(--soft);
  font-size: 17px;
  line-height: 1.7;
}

.screen-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.screen-pair figure,
.feature-band article {
  margin: 0;
  border: 1px solid var(--line);
  background: #030506;
}

.screen-pair figure {
  padding: 8px;
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.screen-pair img {
  width: 100%;
  height: auto;
  border-radius: 22px;
}

figcaption {
  margin: 14px 6px 6px;
  color: var(--soft);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.feature-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 110px 0 0;
}

.feature-band article {
  padding: 28px;
  border-radius: 0;
}

.feature-band article:first-child {
  border-radius: 16px 0 0 16px;
}

.feature-band article:last-child {
  border-radius: 0 16px 16px 0;
}

.feature-band span {
  display: block;
  margin-bottom: 28px;
  color: var(--blue);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  font-weight: 800;
}

h3 {
  margin-bottom: 10px;
  font-size: 24px;
  letter-spacing: 0;
}

.feature-band p {
  margin-bottom: 0;
  color: var(--soft);
  font-size: 16px;
  line-height: 1.65;
}

.appstore {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 110px 0 18px;
}

.appstore > div:first-child {
  max-width: 740px;
}

.page {
  padding: 70px 0 0;
}

.page-hero {
  max-width: 760px;
  margin-bottom: 28px;
}

.page-hero h1 {
  font-size: 64px;
}

.content {
  max-width: 780px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(5, 8, 10, 0.94);
}

.content h2 {
  margin-top: 32px;
  margin-bottom: 10px;
  font-size: 28px;
}

.content h2:first-child {
  margin-top: 0;
}

.content a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.note {
  color: var(--blue) !important;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 52px 0 64px;
  color: var(--muted);
  font-size: 14px;
}

.footer div {
  display: flex;
  gap: 18px;
}

@media (max-width: 920px) {
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 58px;
  }

  .hero-copy {
    order: 2;
    max-width: 680px;
    margin-top: 36px;
  }

  .main-screen {
    width: min(410px, 82vw);
    margin-top: 18px;
  }

  .workflow,
  .appstore {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .statement p {
    font-size: 32px;
  }

  .feature-band {
    grid-template-columns: 1fr;
  }

  .feature-band article,
  .feature-band article:first-child,
  .feature-band article:last-child {
    border-radius: 0;
  }
}

@media (max-width: 680px) {
  .topbar,
  .footer {
    flex-direction: column;
    align-items: flex-start;
  }

  nav {
    justify-content: flex-start;
  }

  h1 {
    font-size: 44px;
  }

  h2,
  .page-hero h1 {
    font-size: 40px;
  }

  .screen-pair {
    grid-template-columns: 1fr;
  }

  .statement {
    padding: 68px 0 56px;
  }

  .statement p {
    font-size: 26px;
  }
}
