:root {
  color-scheme: dark;
  --bg: #050913;
  --panel: #101722;
  --panel-2: #172130;
  --text: #f7fbff;
  --muted: #aab6c8;
  --soft: #d5deec;
  --line: rgba(255, 255, 255, 0.13);
  --blue: #2f82ff;
  --cyan: #00a8d6;
  --green: #35d16f;
  --amber: #ffc64a;
  --rose: #ff5d73;
  --shadow: rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-height: 100vh;
  max-width: 100%;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 78% 6%, rgba(0, 168, 214, 0.22), transparent 34rem),
    linear-gradient(135deg, rgba(53, 209, 111, 0.07), transparent 23rem),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0;
  backdrop-filter: blur(16px);
}

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

.brand img {
  border-radius: 12px;
  box-shadow: 0 12px 28px var(--shadow);
}

.nav-links,
.site-footer nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nav-links a,
.site-footer a {
  color: var(--muted);
  font-weight: 700;
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a[aria-current="page"],
.site-footer a:hover {
  color: var(--text);
}

.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 470px);
  align-items: center;
  gap: clamp(32px, 7vw, 84px);
  width: min(1120px, calc(100% - 32px));
  min-height: calc(100vh - 84px);
  margin: 0 auto;
  padding: 44px 0 72px;
}

.hero-copy {
  max-width: 680px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.02;
}

h1 {
  max-width: 11ch;
  font-size: clamp(4rem, 9vw, 7.2rem);
  letter-spacing: 0;
}

.hero-lede,
.page-hero p {
  max-width: 700px;
  margin: 24px 0 0;
  color: var(--soft);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 850;
  text-decoration: none;
}

.button.primary {
  background: var(--blue);
  border-color: var(--blue);
  color: white;
  box-shadow: 0 18px 44px rgba(47, 130, 255, 0.25);
}

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

.hero-media {
  position: relative;
  justify-self: center;
  width: min(100%, 430px);
}

.hero-media::before,
.showcase-section::before {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: color-mix(in srgb, var(--cyan), transparent 76%);
  pointer-events: none;
}

.hero-media::before {
  inset: 7% -16% auto auto;
  width: 74%;
  aspect-ratio: 1;
}

.hero-media img {
  position: relative;
  width: 100%;
  border-radius: 32px;
  filter: drop-shadow(0 28px 48px rgba(0, 0, 0, 0.42));
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--line);
}

.proof-strip div {
  min-height: 132px;
  padding: 24px;
  background: rgba(16, 23, 34, 0.86);
}

.proof-strip strong,
.proof-strip span {
  display: block;
}

.proof-strip strong {
  margin-bottom: 8px;
  color: var(--text);
  font-size: 1.08rem;
}

.proof-strip span {
  color: var(--muted);
}

.feature-section,
.showcase-section,
.privacy-band,
.content-page {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.feature-section,
.showcase-section {
  padding: 96px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(0, 1fr);
  gap: 32px;
  align-items: end;
  margin-bottom: 28px;
}

h2 {
  font-size: clamp(2.1rem, 5vw, 4.3rem);
}

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

.feature-card {
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(150deg, rgba(23, 33, 48, 0.92), rgba(9, 14, 23, 0.92));
}

.feature-token {
  display: inline-block;
  margin-bottom: 44px;
  color: var(--amber);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-weight: 800;
}

.feature-card h3 {
  margin-bottom: 12px;
  font-size: 1.35rem;
}

.feature-card p,
.showcase-copy p,
.content-section p,
.content-section li,
.faq-list p,
.privacy-band p {
  color: var(--muted);
}

.showcase-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
  gap: 36px;
  align-items: center;
}

.showcase-section::before {
  right: -10%;
  top: 14%;
  width: 320px;
  aspect-ratio: 1;
  background: color-mix(in srgb, var(--green), transparent 82%);
}

.showcase-copy {
  position: relative;
}

.showcase-copy p {
  margin: 22px 0 0;
  font-size: 1.12rem;
}

code {
  padding: 0.12em 0.35em;
  border-radius: 6px;
  background: rgba(0, 168, 214, 0.13);
  color: #73dfff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.screenshot-row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.screenshot-row img {
  border-radius: 26px;
  box-shadow: 0 26px 46px rgba(0, 0, 0, 0.42);
}

.screenshot-row img:nth-child(2) {
  margin-top: 54px;
}

.privacy-band {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 32px;
  align-items: center;
  margin-bottom: 72px;
  padding: 36px;
  border: 1px solid rgba(53, 209, 111, 0.26);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(53, 209, 111, 0.14), rgba(47, 130, 255, 0.08));
}

.privacy-band p {
  margin: 0;
  font-size: 1.08rem;
}

.content-page {
  padding: 64px 0 80px;
}

.page-hero {
  max-width: 830px;
  margin-bottom: 48px;
}

.page-hero h1 {
  max-width: 12ch;
  font-size: clamp(3.2rem, 8vw, 6.2rem);
}

.content-section {
  max-width: 820px;
  padding: 34px 0;
  border-top: 1px solid var(--line);
}

.content-section h2 {
  margin-bottom: 16px;
  font-size: clamp(1.55rem, 3vw, 2.3rem);
}

.content-section ul {
  margin: 14px 0 0;
  padding-left: 1.2rem;
}

.content-section li + li {
  margin-top: 8px;
}

.text-link {
  color: #73dfff;
  font-weight: 800;
}

.note {
  font-size: 0.94rem;
}

.faq-list {
  display: grid;
  gap: 20px;
}

.faq-list article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(16, 23, 34, 0.7);
}

.faq-list h3 {
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.faq-list p {
  margin: 0;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 40px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

@media (max-width: 860px) {
  .hero-section,
  .showcase-section,
  .privacy-band,
  .section-heading {
    grid-template-columns: 1fr;
  }

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

  .hero-media {
    width: min(100%, 360px);
  }

  .proof-strip,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .showcase-section {
    padding: 72px 0;
  }
}

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

  .nav-links,
  .site-footer nav {
    width: 100%;
    justify-content: space-between;
  }

  h1 {
    font-size: clamp(3.25rem, 17vw, 4.5rem);
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .screenshot-row {
    grid-template-columns: 1fr;
  }

  .screenshot-row img:nth-child(2) {
    margin-top: 0;
  }

  .hero-media::before,
  .showcase-section::before {
    display: none;
  }

  .privacy-band {
    padding: 24px;
  }
}
