:root {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #f4f4f4;
  background: #0a0a0a;
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 75% 10%, rgba(255,255,255,.07), transparent 28%),
    #0a0a0a;
  color: #f4f4f4;
}
a { color: inherit; text-decoration: none; }
.shell {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}
.nav {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #1e1e1e;
}
.brand { font-weight: 800; letter-spacing: -.02em; }
nav { display: flex; gap: 24px; }
nav a { color: #999; font-size: 14px; }nav a:hover { color: #fff; }
.hero {
  min-height: 690px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 70px;
  align-items: center;
  padding: 80px 0;
}
.pill, .section-head > span, .privacy > span, .install span {
  color: #8d8d8d;
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hero h1 {
  margin: 20px 0 24px;
  font-size: clamp(54px, 7vw, 92px);
  line-height: .96;
  letter-spacing: -.065em;
}
.hero-copy > p {
  max-width: 620px;
  color: #a4a4a4;
  font-size: 18px;
  line-height: 1.75;
}
.hero-actions {
  margin-top: 32px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  padding: 0 20px;  border: 1px solid #2b2b2b;
  border-radius: 999px;
  font-size: 14px;
}
.button.primary {
  background: #f5f5f5;
  color: #111;
  border-color: #f5f5f5;
  font-weight: 750;
}
.preview {
  border: 1px solid #242424;
  border-radius: 28px;
  background: rgba(18,18,18,.88);
  padding: 24px;
  box-shadow: 0 28px 80px rgba(0,0,0,.34);
}
.preview-top {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #777;
  font-size: 10px;
  letter-spacing: .14em;
}
.preview-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6ee7a0;
}
.preview-state { margin-left: auto; }
.profile {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 30px 0 22px;  border-bottom: 1px solid #232323;
}
.avatar {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f2f2f2;
  color: #111;
  font-size: 22px;
  font-weight: 800;
}
.profile div:last-child { display: grid; gap: 5px; }
.profile small { color: #777; }
.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 18px 0;
}
.stat-grid div {
  background: #0d0d0d;
  border: 1px solid #222;
  border-radius: 14px;
  padding: 16px;
  display: grid;
  gap: 5px;
}
.stat-grid b { font-size: 20px; }
.stat-grid span { color: #777; font-size: 11px; }
.archive-row {
  display: grid;
  grid-template-columns: 60px 1fr auto;
  gap: 12px;
  padding: 15px 4px;  border-top: 1px solid #202020;
  align-items: center;
}
.archive-row i {
  font-style: normal;
  color: #777;
  font-size: 13px;
}
.section { padding: 105px 0; }
.section-head {
  max-width: 780px;
  margin-bottom: 40px;
}
.section h2 {
  margin: 14px 0 0;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.05;
  letter-spacing: -.045em;
}
.cards {
  display: grid;
  gap: 14px;
}
.cards.three { grid-template-columns: repeat(3, 1fr); }
.cards.two { grid-template-columns: repeat(2, 1fr); }
.card {
  min-height: 240px;
  padding: 28px;
  border: 1px solid #222;
  border-radius: 22px;
  background: #101010;
}
.card .num { color: #5f5f5f; font-size: 12px; }
.card h3 { margin: 56px 0 12px; font-size: 24px; }
.card p { color: #8f8f8f; line-height: 1.7; margin: 0; }.flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 16px;
  align-items: center;
}
.flow > div {
  min-height: 150px;
  border: 1px solid #222;
  border-radius: 20px;
  padding: 24px;
}
.flow > div b {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f4f4f4;
  color: #111;
}
.flow > span { color: #555; }
.flow p { margin: 30px 0 0; color: #aaa; }
.tag {
  display: inline-flex;
  border: 1px solid #333;
  border-radius: 999px;
  padding: 6px 9px;
  color: #aaa;
  font-size: 11px;
}
.version h3 { margin-top: 38px; }
.version ul {
  margin: 24px 0 0;
  padding-left: 18px;
  color: #b6b6b6;
  line-height: 1.9;
}.privacy {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 65px;
  border: 1px solid #232323;
  border-radius: 28px;
  background: linear-gradient(145deg, #151515, #0d0d0d);
}
.privacy p {
  max-width: 760px;
  color: #999;
  line-height: 1.75;
  font-size: 16px;
}
.install {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}
.install p { color: #8e8e8e; line-height: 1.7; }
.status-badge {
  flex: 0 0 auto;
  border: 1px solid #333;
  border-radius: 999px;
  padding: 12px 18px;
  color: #bbb;
}
footer {
  min-height: 110px;
  border-top: 1px solid #1e1e1e;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #646464;
  font-size: 12px;
}@media (max-width: 820px) {
  nav { display: none; }
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 46px;
    padding: 64px 0 80px;
  }
  .hero h1 { font-size: clamp(50px, 14vw, 74px); }
  .cards.three, .cards.two { grid-template-columns: 1fr; }
  .flow {
    grid-template-columns: 1fr;
  }
  .flow > span {
    transform: rotate(90deg);
    justify-self: center;
  }
  .section { padding: 76px 0; }
  .privacy { padding: 34px 26px; }
  .install {
    align-items: flex-start;
    flex-direction: column;
  }
  footer {
    padding: 30px 0;
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 520px) {
  .shell { width: min(100% - 28px, 1120px); }
  .preview { padding: 18px; border-radius: 22px; }
  .stat-grid { grid-template-columns: 1fr; }
}