:root {
  color-scheme: dark;
  --bg: #070a0f;
  --panel: #111827;
  --panel-soft: #172033;
  --text: #f6f8fb;
  --muted: #9aa8bb;
  --line: #263449;
  --accent: #55c7ff;
  --accent-2: #8f7bff;
  --good: #23d66f;
  --pink: #ff5fa8;
}

* {
  box-sizing: border-box;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  margin: 0;
}

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

.site {
  margin: 0 auto;
  max-width: 1120px;
  padding: 32px 20px 56px;
}

.nav {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 52px;
}

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

.brand-logo {
  border: 1px solid var(--line);
  border-radius: 12px;
  height: 44px;
  object-fit: cover;
  width: 44px;
}

.mark {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 16px;
  display: inline-flex;
  gap: 3px;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.bar {
  background: var(--accent);
  border-radius: 999px;
  width: 4px;
}

.bar:nth-child(2),
.bar:nth-child(4) {
  background: var(--accent-2);
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.nav-links a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.hero {
  margin-bottom: 52px;
}

.hero-with-media {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
}

.hero-copy {
  min-width: 0;
}

.hero-logo {
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(55, 111, 255, 0.22);
  display: block;
  height: 150px;
  margin: 0 0 22px;
  object-fit: cover;
  width: 150px;
}

.hero-phone {
  justify-self: end;
  max-width: 360px;
}

.eyebrow {
  color: var(--accent);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow.purple {
  color: var(--accent-2);
}

.eyebrow.green {
  color: var(--good);
}

.eyebrow.pink {
  color: var(--pink);
}

h1 {
  font-size: 54px;
  line-height: 1.05;
  margin: 10px 0 16px;
}

h2 {
  font-size: 24px;
  line-height: 1.2;
  margin: 40px 0 12px;
}

h3 {
  font-size: 17px;
  margin: 24px 0 8px;
}

p,
li {
  color: var(--muted);
  font-size: 16px;
}

.lead {
  color: #dbe7f7;
  font-size: 20px;
  max-width: 720px;
}

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

.button {
  align-items: center;
  background: var(--text);
  border-radius: 8px;
  color: #07111f;
  display: inline-flex;
  font-weight: 900;
  min-height: 48px;
  padding: 0 18px;
  text-decoration: none;
}

.button.secondary {
  background: var(--panel);
  border: 1px solid var(--line);
  color: var(--text);
}

.grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin: 24px 0 34px;
}

.card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
}

.card strong {
  color: var(--text);
}

.content {
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.content.no-border {
  border-top: 0;
  padding-top: 0;
}

.workflow {
  display: grid;
  gap: 30px;
  margin: 28px 0 38px;
}

.feature-row {
  align-items: center;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(220px, 340px) minmax(0, 1fr);
}

.feature-row.reverse {
  grid-template-columns: minmax(0, 1fr) minmax(220px, 340px);
}

.feature-row.reverse .phone-frame {
  order: 2;
}

.feature-row h3 {
  color: var(--text);
  font-size: 28px;
  line-height: 1.25;
  margin-top: 8px;
}

.feature-cards .card {
  min-height: 160px;
}

.split-section {
  align-items: center;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 340px);
}

.phone-frame {
  background: #050b14;
  border: 1px solid var(--line);
  border-radius: 32px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  margin: 0;
  overflow: hidden;
}

.phone-frame img {
  display: block;
  height: auto;
  width: 100%;
}

.screenshot-gallery {
  overflow: hidden;
}

.screens {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
}

.screen-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  margin: 0;
  overflow: hidden;
}

.screen-card img {
  display: block;
  height: 360px;
  object-fit: cover;
  object-position: top;
  width: 100%;
}

.screen-card figcaption {
  color: var(--text);
  font-size: 14px;
  font-weight: 900;
  padding: 12px 14px 14px;
}

.meta {
  color: var(--muted);
  font-size: 14px;
}

.support-form {
  display: grid;
  gap: 16px;
  margin: 22px 0 34px;
  max-width: 640px;
}

.support-form label {
  color: #dbe7f7;
  display: grid;
  font-size: 14px;
  font-weight: 900;
  gap: 8px;
}

.support-form input,
.support-form textarea {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  font: inherit;
  padding: 13px 14px;
  width: 100%;
}

.support-form textarea {
  min-height: 160px;
  resize: vertical;
}

.support-form input:focus,
.support-form textarea:focus {
  border-color: var(--accent);
  outline: 2px solid rgba(85, 199, 255, 0.25);
}

.support-form button {
  background: var(--text);
  border: 0;
  border-radius: 8px;
  color: #07111f;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  min-height: 48px;
  padding: 0 18px;
  width: fit-content;
}

.footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  margin-top: 52px;
  padding-top: 22px;
}

@media (max-width: 640px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 36px;
  }

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

  h1 {
    font-size: 32px;
    line-height: 1.12;
  }

  .hero-with-media,
  .feature-row,
  .feature-row.reverse,
  .split-section {
    grid-template-columns: 1fr;
  }

  .feature-row.reverse .phone-frame {
    order: 0;
  }

  .hero-logo {
    border-radius: 22px;
    height: 112px;
    width: 112px;
  }

  .hero-phone,
  .phone-frame {
    justify-self: stretch;
    max-width: none;
  }

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

  .screen-card img {
    height: auto;
  }
}

@media (min-width: 641px) and (max-width: 940px) {
  .hero-with-media,
  .split-section {
    grid-template-columns: 1fr;
  }

  .hero-phone {
    justify-self: start;
  }

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