@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/assets/fonts/quicksand/Quicksand_300Light.ttf") format("truetype");
}

@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/quicksand/Quicksand_400Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/quicksand/Quicksand_500Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/quicksand/Quicksand_600SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
  src: url("/assets/fonts/quicksand/Quicksand_700Bold.ttf") format("truetype");
}

:root {
  color-scheme: dark;
  --bg: #070909;
  --bg-2: #0a1517;
  --panel: #101719;
  --panel-2: #131d20;
  --line: rgba(255, 255, 255, 0.15);
  --line-strong: rgba(255, 255, 255, 0.24);
  --text: #ffffff;
  --muted: #b8c5c9;
  --faint: #7f8d93;
  --accent: #4ec8f0;
  --accent-deep: #1577a3;
  --green: #46d17f;
  --coin: #ffc93c;
  --violet: #9b7bff;
  --orange: #f7931e;
  --red: #ff5e7a;
  --ink-on-accent: #04222b;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  margin: 0;
  background:
    linear-gradient(180deg, rgba(9, 12, 13, 0) 0, var(--bg) 680px),
    var(--bg);
  color: var(--text);
  font-family:
    "Quicksand",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

body::selection {
  background: rgba(78, 200, 240, 0.35);
}

a {
  color: inherit;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: 18px 0;
  pointer-events: none;
}

.brand,
.nav {
  pointer-events: auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: var(--text);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  box-shadow: 0 0 32px rgba(78, 200, 240, 0.32);
}

.nav {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(9, 14, 15, 0.56);
  backdrop-filter: blur(18px);
}

.nav a {
  min-height: 34px;
  padding: 9px 13px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.nav a:hover,
.nav a:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  color: var(--text);
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: end;
  min-height: 92svh;
  overflow: hidden;
  padding: 116px 24px 0;
  border-bottom: 1px solid var(--line);
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  z-index: -4;
  background-image:
    linear-gradient(180deg, rgba(5, 8, 8, 0.48) 0%, rgba(5, 8, 8, 0.36) 38%, rgba(5, 8, 8, 0.94) 100%),
    linear-gradient(90deg, rgba(5, 8, 8, 0.92) 0%, rgba(5, 8, 8, 0.55) 46%, rgba(5, 8, 8, 0.78) 100%),
    url("/assets/hero-trail.jpg");
  background-position: center;
  background-size: cover;
}

.hero-screenwash {
  position: absolute;
  inset: 0;
  z-index: -3;
  overflow: hidden;
  opacity: 0.18;
  pointer-events: none;
}

.wash-screen {
  position: absolute;
  width: min(34vw, 360px);
  border-radius: 34px;
  filter: saturate(1.08);
}

.wash-a {
  top: 7vh;
  right: 8vw;
  transform: rotate(8deg);
}

.wash-b {
  top: 18vh;
  left: 5vw;
  transform: rotate(-7deg);
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(920px, 100%);
  margin: 0 auto;
  padding: 28px 0 26px;
  text-align: center;
}

.eyebrow {
  margin: 0 0 13px;
  color: var(--coin);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.2;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1 {
  margin: 0;
  color: var(--text);
  font-size: 8.7rem;
  font-weight: 700;
  line-height: 0.86;
  text-wrap: nowrap;
}

.hero-lede {
  max-width: 760px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: 1.42rem;
  font-weight: 600;
  line-height: 1.36;
  text-wrap: balance;
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 28px;
}

.primary-action,
.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.primary-action {
  background: var(--accent);
  color: var(--ink-on-accent);
  box-shadow: 0 18px 42px rgba(78, 200, 240, 0.28);
}

.primary-action-static {
  cursor: default;
}

.primary-action:hover,
.primary-action:focus-visible {
  background: #a7ebff;
}

.primary-action-static:hover,
.primary-action-static:focus-visible {
  background: var(--accent);
}

.secondary-action {
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
  backdrop-filter: blur(16px);
}

.secondary-action:hover,
.secondary-action:focus-visible {
  border-color: rgba(78, 200, 240, 0.55);
}

.hero-devices {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.86fr 1fr 0.86fr;
  align-items: end;
  width: min(980px, 100%);
  height: min(50svh, 528px);
  margin: 0 auto -38px;
}

.phone {
  position: relative;
  aspect-ratio: 414 / 900;
  margin: 0;
  overflow: hidden;
  border: 8px solid #050708;
  border-radius: 42px;
  background: #050708;
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.58),
    0 0 0 1px rgba(255, 255, 255, 0.16),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.phone::before {
  position: absolute;
  top: 8px;
  left: 50%;
  z-index: 2;
  width: 38%;
  height: 22px;
  border-radius: 999px;
  background: #000;
  content: "";
  transform: translateX(-50%);
}

.phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phone-main {
  width: min(312px, 31vw);
  justify-self: center;
}

.phone-side {
  width: min(246px, 24vw);
  opacity: 0.92;
}

.phone-left {
  justify-self: end;
  transform: translateX(54px) rotate(-8deg);
}

.phone-right {
  justify-self: start;
  transform: translateX(-54px) rotate(8deg);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(var(--max), calc(100% - 48px));
  margin: 94px auto 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(16, 23, 25, 0.72);
  overflow: hidden;
}

.proof-item {
  min-height: 118px;
  padding: 25px 22px;
  border-right: 1px solid var(--line);
}

.proof-item:last-child {
  border-right: 0;
}

.proof-item strong {
  display: block;
  color: var(--text);
  font-size: 2.35rem;
  font-weight: 700;
  line-height: 1;
}

.proof-item span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.25;
}

.section {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}

.progress-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  align-items: center;
  gap: 80px;
  padding: 118px 0 92px;
}

.section-copy {
  max-width: 620px;
}

h2 {
  margin: 0;
  color: var(--text);
  font-size: 4.35rem;
  font-weight: 700;
  line-height: 0.96;
  text-wrap: balance;
}

.section-copy p,
.pro-copy p,
.launch-section p,
.section-heading p {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.16rem;
  font-weight: 600;
  line-height: 1.55;
}

.feature-phone {
  width: min(340px, 100%);
  justify-self: center;
}

.feature-grid-section {
  padding: 98px 0;
  border-top: 1px solid var(--line);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(240px, 0.55fr);
  align-items: end;
  gap: 34px;
  margin-bottom: 34px;
}

.section-heading h2 {
  max-width: 800px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.feature-card {
  display: grid;
  grid-template-rows: minmax(0, 360px) auto;
  min-height: 590px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.feature-card.wide {
  grid-column: span 2;
}

.feature-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.feature-card div {
  padding: 22px;
}

h3 {
  margin: 0;
  color: var(--text);
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.08;
}

.feature-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.42;
}

.pro-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(300px, 0.75fr);
  align-items: center;
  gap: 70px;
  padding: 96px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.screen-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 12px;
}

.screen-row img {
  aspect-ratio: 414 / 900;
  width: 100%;
  min-width: 0;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  object-fit: cover;
  object-position: top center;
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.34);
}

.screen-row img:nth-child(2) {
  transform: translateY(36px);
}

.pro-copy {
  max-width: 560px;
}

.launch-section {
  width: min(840px, calc(100% - 48px));
  margin: 0 auto;
  padding: 116px 0 126px;
  text-align: center;
}

.launch-section h2 {
  max-width: 740px;
  margin: 0 auto;
}

.launch-section p {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.launch-section .primary-action {
  margin-top: 28px;
}

@media (max-width: 980px) {
  h1 {
    font-size: 6rem;
  }

  h2 {
    font-size: 3.35rem;
  }

  .hero-lede {
    font-size: 1.24rem;
  }

  .hero {
    min-height: auto;
    padding-top: 104px;
  }

  .hero-devices {
    grid-template-columns: 1fr;
    height: auto;
    margin-bottom: -54px;
  }

  .phone-main {
    width: min(330px, 72vw);
  }

  .phone-side {
    display: none;
  }

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

  .proof-item:nth-child(2) {
    border-right: 0;
  }

  .proof-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .progress-section,
  .pro-section,
  .section-heading {
    grid-template-columns: 1fr;
  }

  .progress-section,
  .pro-section {
    gap: 44px;
  }

  .feature-phone {
    width: min(300px, 76vw);
  }

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

  .feature-card.wide {
    grid-column: span 2;
  }
}

@media (max-width: 700px) {
  .site-header {
    width: min(100% - 32px, 520px);
    padding-top: 14px;
  }

  .brand span {
    display: none;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .nav {
    display: none;
  }

  .hero {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 100px;
  }

  .hero-copy {
    width: min(358px, 100%);
    margin-left: 0;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
  }

  h1 {
    font-size: 3.75rem;
    line-height: 0.9;
  }

  .hero-lede {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.06rem;
  }

  .hero-actions {
    align-items: stretch;
    justify-content: flex-start;
  }

  .primary-action,
  .secondary-action {
    width: 100%;
  }

  .phone {
    border-width: 7px;
    border-radius: 34px;
  }

  .hero-devices {
    width: min(320px, 100%);
    margin-left: 0;
    margin-right: auto;
  }

  .phone-main {
    width: 100%;
  }

  .phone::before {
    height: 18px;
  }

  .proof-strip,
  .section,
  .launch-section {
    width: min(100% - 32px, 540px);
  }

  .proof-strip {
    margin-top: 82px;
  }

  .proof-item {
    min-height: 104px;
    padding: 20px 16px;
  }

  .progress-section,
  .feature-grid-section,
  .pro-section {
    padding: 76px 0;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .feature-card,
  .feature-card.wide {
    grid-column: auto;
    grid-template-rows: minmax(0, 330px) auto;
    min-height: auto;
  }

  .feature-card div {
    padding: 19px;
  }

  .screen-row {
    gap: 8px;
    margin-right: -88px;
  }

  .screen-row img {
    min-width: 132px;
  }

  .screen-row img:nth-child(2) {
    transform: translateY(24px);
  }

  .launch-section {
    padding: 82px 0 94px;
  }
}

@media (max-width: 420px) {
  .site-header {
    width: calc(100% - 24px);
  }

  .nav a {
    padding-left: 8px;
    padding-right: 8px;
  }

  h1 {
    font-size: 3.45rem;
  }

  h2 {
    font-size: 2.45rem;
  }

  .proof-item strong {
    font-size: 1.55rem;
  }

  .proof-item span {
    font-size: 0.9rem;
  }
}

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