@charset "UTF-8";
:root {
  --blue: #0860ff;
  --ink: #182439;
  --muted: #657186;
  --line: #e4e9f1;
  --paper: #fff;
  --soft: #f6f8fc;
  --green: #16805b;
  --radius: 22px;
}
.language-switch{display:flex;align-items:center;gap:3px;background:#f3f6fb;border-radius:7px;padding:3px;flex-shrink:0;font-size:11px}
.language-switch a{padding:3px 8px;border-radius:5px;color:#778399}
.language-switch a[aria-current="page"]{background:#fff;color:#20344e;box-shadow:0 1px 3px #0b285c10}
.hero-tagline{font-size:24px;line-height:1.5;font-weight:650;margin:-9px 0 18px;color:#334764;letter-spacing:-.5px}
html[lang="en"] h1{font-size:clamp(38px,4vw,56px);letter-spacing:-2px;line-height:1.15}
html[lang="en"] .hero-tagline{font-size:19px;max-width:440px;margin-top:0}
html[lang="en"] .feature-card h3{font-size:22px}
html[lang="en"] .feature-card>p{min-height:104px}
html[lang="en"] .demo-greeting span{display:none}
html[lang="en"] .getting-started h2{white-space:normal}
html[lang="en"] .getting-started>div{max-width:260px}
@media(max-width:1150px){.nav-row nav{margin-right:0!important;gap:20px!important}.nav-row{gap:18px!important}}
@media(max-width:900px){.hero-tagline{font-size:22px}.hero-copy .hero-tagline{margin-inline:auto}.nav-row nav{display:none!important}html[lang="en"] .hero-tagline{max-width:none}html[lang="en"] .feature-card>p{min-height:0}}
@media(max-width:560px){.nav-row{gap:8px!important}.language-switch{font-size:10px}.language-switch a{padding:3px 6px}.hero-tagline{font-size:20px;margin-bottom:18px}html[lang="en"] h1{font-size:37px;letter-spacing:-1.5px}html[lang="en"] .hero-tagline{font-size:16px}html[lang="en"] .hero-actions{gap:13px}html[lang="en"] .hero-actions .button{font-size:12px}}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "PingFang SC",
    "Microsoft YaHei",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  line-height: 1.7;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  cursor: pointer;
}
a,
button,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #0860ff;
  outline-offset: 5px;
}
img,
svg {
  vertical-align: middle;
}
img {
  max-width: 100%;
}
p,
h1,
h2,
h3 {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.35;
  letter-spacing: -0.035em;
}
.container {
  width: min(1240px, calc(100% - 88px));
  margin-inline: auto;
}
.header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #ecf0f6;
  backdrop-filter: blur(16px);
}
.nav-row {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-size: 25px;
  letter-spacing: -1px;
  font-weight: 720;
  flex-shrink: 0;
}
.nav-row nav {
  display: flex;
  gap: 34px;
  margin-left: auto;
  margin-right: 42px;
  font-size: 14px;
  color: #515e73;
}
.nav-row nav a:hover,
.footer a:hover {
  color: var(--blue);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: var(--blue);
  color: white;
  padding: 14px 24px;
  border: 1px solid var(--blue);
  border-radius: 10px;
  font-weight: 600;
  line-height: 1.5;
  transition:
    background 0.18s,
    transform 0.18s;
  white-space: nowrap;
}
.button:hover {
  background: #004edb;
  border-color: #004edb;
  transform: translateY(-2px);
}
.button-small {
  padding: 10px 17px;
  font-size: 13px;
}
.icon {
  height: 22px;
  width: 22px;
  flex-shrink: 0;
}
.text-link {
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 18px;
}
.text-link:hover {
  color: var(--blue);
}
.eyebrow {
  display: flex;
  gap: 9px;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  color: var(--blue);
  margin-bottom: 24px;
}
.status-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  flex-shrink: 0;
  background: #32b582;
  border-radius: 50%;
}
.hero {
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  gap: 10px;
  align-items: center;
  min-height: 670px;
  padding-block: 85px 95px;
}
.hero-copy {
  position: relative;
  z-index: 2;
}
.hero h1 {
  font-size: clamp(40px, 4.25vw, 60px);
  line-height: 1.29;
  letter-spacing: -2px;
  font-weight: 760;
  margin-bottom: 26px;
}
.blue {
  color: var(--blue);
}
.hero-description {
  font-size: 17px;
  line-height: 1.95;
  color: var(--muted);
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 34px;
}
.hero-platforms {
  font-size: 12px;
  color: #778399;
  margin-top: 16px;
}
.hero-footnote {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  color: #66748a;
  margin-top: 44px;
}
.tiny-check {
  color: var(--green);
  font-weight: 700;
}
.separator {
  color: #ced5e0;
  margin: 0 4px;
}
.hero-visual {
  position: relative;
  min-width: 0;
  height: 470px;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
}
.hero-preview { min-width: 0; }
.hero-preview-title {
  color: var(--blue);
  font-size: clamp(16px, 1.5vw, 21px);
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  text-wrap: balance;
  margin: 0 12px 18px;
}
@media (max-width: 900px) {
  .hero-preview { margin-top: 30px; }
  .hero-preview-title { margin-bottom: 0; }
}
.visual-grid {
  position: absolute;
  inset: -35px -15px;
  background-image: radial-gradient(#bacce9 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: radial-gradient(ellipse, black, transparent 72%);
  z-index: -2;
}
.orbit {
  position: absolute;
  border: 1px solid #dfebff;
  border-radius: 50%;
  z-index: -1;
}
.orbit-one {
  width: 500px;
  height: 440px;
  transform: rotate(-23deg);
  background: radial-gradient(ellipse at center, #e9f1ff88, transparent 70%);
}
.orbit-two {
  width: 390px;
  height: 500px;
  transform: rotate(42deg);
}
.demo-window {
  width: 100%;
  max-width: 542px;
  background: white;
  transform: perspective(1500px) rotateY(-8deg) rotateX(4deg) rotateZ(-2deg);
  border: 1px solid #d6e1f1;
  border-radius: 13px;
  box-shadow:
    0 24px 70px -15px #22448130,
    0 4px 12px #1e39800b;
  overflow: hidden;
}
.demo-title {
  height: 44px;
  display: flex;
  gap: 7px;
  align-items: center;
  padding: 0 15px;
  border-bottom: 1px solid #e8edf5;
  font-size: 11px;
  color: #364760;
}
.window-controls {
  display: flex;
  margin-left: auto;
  gap: 7px;
}
.window-controls i {
  width: 6px;
  height: 6px;
  background: #dee5ee;
  border-radius: 50%;
}
.demo-body {
  display: flex;
  min-height: 296px;
}
.demo-sidebar {
  width: 64px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 21px;
  background: #f8faff;
  border-right: 1px solid #e8edf5;
  padding-top: 21px;
  position: relative;
}
.demo-avatar {
  background: #e8f0ff;
  color: var(--blue);
  font-weight: 700;
  border-radius: 10px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
}
.demo-side-line {
  width: 26px;
  height: 4px;
  background: #d9e3f1;
  border-radius: 2px;
}
.demo-side-line.active {
  background: #0860ff;
}
.demo-side-line.short {
  width: 18px;
}
.demo-side-bottom {
  position: absolute;
  bottom: 16px;
  font-size: 9px;
  color: #78879d;
  display: flex;
  align-items: center;
  gap: 5px;
}
.demo-workspace {
  padding: 20px;
  flex: 1;
  min-width: 0;
}
.demo-greeting {
  font-size: 12px;
  font-weight: 650;
  margin-bottom: 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.demo-greeting span {
  font-size: 8px;
  color: #a2adc0;
  letter-spacing: 1px;
  font-weight: 400;
}
.demo-desktop {
  height: 172px;
  background: #dcecff;
  border-radius: 9px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, #e5f1ff, #c7ddff 60%, #a9c9ff);
}
.wallpaper-shape {
  position: absolute;
  border: 35px solid #1265ef;
  border-radius: 50%;
  width: 280px;
  height: 250px;
  transform: rotate(-35deg);
  box-shadow:
    10px 12px 40px #0656e43b,
    inset 15px 15px 30px #0860ff30;
}
.shape-one {
  right: -78px;
  bottom: -160px;
  width: 400px;
  height: 330px;
  border-width: 50px;
  border-color: #1975ff;
}
.shape-two {
  right: -100px;
  top: -182px;
  border-color: #77b0ff;
}
.desktop-caption {
  position: absolute;
  left: 22px;
  top: 24px;
  color: #315c90;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 2px;
}
.p2p-badge {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: flex;
  gap: 6px;
  align-items: center;
  border-radius: 20px;
  background: #fffefb;
  color: #147b50;
  font-size: 10px;
  padding: 4px 10px;
  font-weight: 700;
}
.p2p-badge span {
  width: 5px;
  height: 5px;
  background: #2ab47a;
  border-radius: 50%;
}
.demo-devices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 15px;
}
.demo-devices > div {
  display: flex;
  align-items: center;
  border: 1px solid #e7edf6;
  border-radius: 8px;
  padding: 8px;
  gap: 7px;
  font-size: 9px;
}
.demo-devices small {
  display: block;
  color: #99a5b7;
  font-size: 8px;
}
.device-symbol {
  font-size: 21px;
  line-height: 1;
  color: #7496c4;
  background: #f1f5fc;
  border-radius: 5px;
  padding: 5px;
}
.demo-devices i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #35b487;
  margin-left: auto;
}
.floating-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 13px;
  border: 1px solid #e2e9f4;
  background: #fffffffa;
  border-radius: 12px;
  padding: 15px 19px;
  box-shadow: 0 14px 34px #20385412;
}
.floating-card strong {
  display: block;
  font-size: 12px;
  font-weight: 650;
}
.floating-card div > span {
  display: block;
  font-size: 10px;
  color: #8590a2;
  margin-top: 2px;
}
.file-card {
  bottom: 20px;
  left: 12px;
  transform: rotate(-3deg);
}
.folder-icon {
  width: 38px;
  height: 36px;
}
.round-check {
  background: #edf9f3;
  color: #18825e;
  font-size: 13px;
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  margin-left: 18px;
}
.direct-card {
  right: -12px;
  top: 22px;
  transform: rotate(4deg);
  padding: 12px 17px;
}
.connection-glyph {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #edfaf5;
  color: #21895e;
  display: grid;
  place-items: center;
  font-size: 22px;
}
.illustration-note {
  position: absolute;
  right: 22px;
  bottom: 0;
  font-size: 9px;
  color: #9caabd;
}
.capability-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 27px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 13px;
  color: #8b94a3;
}
.capability-strip > div {
  display: flex;
  align-items: center;
  gap: 34px;
  color: #526178;
  font-size: 16px;
  font-weight: 550;
}
.capability-strip b {
  font-size: 15px;
  color: #acb9cd;
  font-weight: 400;
}
.section {
  padding-top: 110px;
  padding-bottom: 100px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  margin-bottom: 44px;
}
.section-heading .eyebrow {
  margin-bottom: 17px;
}
h2 {
  font-size: 36px;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: -1px;
}
.section-heading > p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.9;
  margin-bottom: 8px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.feature-card {
  border-radius: var(--radius);
  padding: 30px 28px 24px;
  overflow: hidden;
  position: relative;
  border: 1px solid #e7edf5;
  background: #f7faff;
}
.feature-group {
  background: #f5faf8;
  border-color: #e2eeea;
}
.feature-context {
  background: #f8f7fb;
  border-color: #eae7f3;
}
.feature-number {
  font-size: 10px;
  letter-spacing: 1.2px;
  color: #7e91b0;
  font-weight: 600;
  margin-bottom: 30px;
}
.feature-group .feature-number {
  color: #829e92;
}
.feature-context .feature-number {
  color: #9790ad;
}
.feature-card h3 {
  font-size: 21px;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}
.feature-card > p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.95;
  min-height: 76px;
}
.feature-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #dce5f0;
  padding-top: 18px;
  font-size: 12px;
  font-weight: 600;
}
.remote-art {
  height: 182px;
  padding-top: 26px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.mini-monitor {
  width: 205px;
  height: 122px;
  border: 5px solid #bdcbe1;
  border-radius: 10px;
  background: #dfebff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 22px #1c468512;
}
.monitor-shine {
  position: absolute;
  width: 165px;
  height: 165px;
  background: linear-gradient(120deg, #91baff, #327cfa);
  border: 20px solid #bdd4ff;
  border-radius: 50%;
  right: -60px;
  bottom: -105px;
}
.mini-monitor > span:not(.cursor-arrow) {
  position: absolute;
  left: 14px;
  top: 17px;
  font-size: 10px;
  color: #6081b0;
}
.cursor-arrow {
  position: absolute;
  bottom: 16px;
  right: 28px;
  color: var(--blue);
  font-size: 24px;
  transform: rotate(-35deg);
}
.monitor-stand {
  height: 9px;
  width: 62px;
  background: #c8d4e6;
  margin-top: 6px;
  border-radius: 2px;
}
.group-art {
  height: 182px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 15px;
}
.group-node {
  font-size: 28px;
  color: #6d9485;
  background: white;
  display: grid;
  place-items: center;
  width: 58px;
  height: 52px;
  border: 1px solid #dfebe5;
  border-radius: 10px;
  position: relative;
}
.group-node small {
  position: absolute;
  top: 59px;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 400;
  color: #7d958b;
}
.group-line {
  height: 1px;
  width: 27px;
  background: #a6cabc;
  position: relative;
}
.group-line:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #4cab82;
  top: -1.5px;
  left: 10px;
}
.group-folder {
  width: 58px;
  height: 56px;
  border: 1px solid #b9dccb;
  border-radius: 14px;
  background: #e4f5ec;
  display: grid;
  place-items: center;
  color: #3c9569;
  font-size: 44px;
  line-height: 1;
}
.context-art {
  height: 136px;
  margin-block: 25px 21px;
  border: 1px solid #e1ddee;
  border-radius: 9px;
  background: #fff;
  padding: 16px;
  box-shadow: 0 6px 20px #4b347207;
}
.context-art > div:first-child {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 9px;
  color: #857896;
}
.code-dot {
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #a993ce;
}
.context-art em {
  margin-left: auto;
  font-style: normal;
  background: #f3eefc;
  padding: 1px 5px;
  border-radius: 3px;
  font-size: 8px;
  color: #8e75b8;
}
.context-art p {
  font-size: 11px;
  color: #786890;
  margin-top: 14px;
  margin-bottom: 13px;
}
.context-art p span {
  color: #a185c9;
  margin-right: 5px;
}
.code-line {
  height: 5px;
  width: 88%;
  background: #eeebf5;
  border-radius: 3px;
  margin-top: 6px;
}
.code-line.short {
  width: 54%;
}
.section-note {
  font-size: 11px;
  color: #8c96a6;
  margin-top: 23px;
}
.connection-section {
  background: #111f36;
  color: #fff;
  padding: 82px 0;
  overflow: hidden;
}
.connection-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}
.connection-copy .eyebrow {
  color: #91b8ff;
  font-size: 10px;
  letter-spacing: 1.5px;
}
.connection-copy h2 {
  font-size: 38px;
  margin-bottom: 23px;
}
.connection-copy h2 > span {
  color: #8fa1bc;
}
.connection-copy > p {
  font-size: 14px;
  line-height: 2;
  color: #a7b5c9;
}
.connection-points {
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
  margin-top: 30px;
  font-size: 12px;
  color: #d3dded;
}
.connection-points i {
  font-style: normal;
  color: #6996e4;
  margin-right: 7px;
  font-size: 10px;
}
.connection-copy p.connection-disclaimer {
  font-size: 10px;
  color: #7e91ad;
  margin-top: 27px;
}
.network-diagram {
  padding: 35px 30px;
  position: relative;
  background: radial-gradient(ellipse at center, #20385880, transparent 70%);
}
.network-top {
  display: flex;
  align-items: center;
}
.network-device {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  flex-shrink: 0;
}
.network-device svg {
  width: 72px;
  height: 66px;
  color: #a3c2f4;
  border: 1px solid #40536f;
  border-radius: 13px;
  padding: 16px;
  background: #1c2d48;
}
.network-device > span {
  font-size: 12px;
  color: #bac7db;
}
.direct-line {
  height: 1px;
  background: #55caa4;
  position: relative;
  flex: 1;
  margin-top: -35px;
}
.direct-line > span {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  white-space: nowrap;
  color: #91dbc3;
  border: 1px solid #345b58;
  border-radius: 20px;
  padding: 3px 12px;
  background: #193a3b;
}
.direct-line i {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #91e3c7;
  border-radius: 50%;
  left: 70%;
  top: -2px;
  box-shadow: 0 0 14px #6fd4b0;
}
.relay-path {
  margin: 0 35px;
  border: 1px dashed #3c506d;
  border-top: none;
  border-radius: 0 0 22px 22px;
  height: 96px;
  position: relative;
}
.relay-path > span {
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
  color: #8195b2;
  font-size: 11px;
  white-space: nowrap;
  background: #14243c;
  border: 1px solid #384b68;
  border-radius: 9px;
  padding: 6px 18px;
}
.network-legend {
  font-size: 10px;
  color: #8599b7;
  text-align: center;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 52px;
}
.network-legend .status-dot {
  width: 5px;
  height: 5px;
}
.download-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.download-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 27px 23px 21px;
  background: #fff;
  transition: border-color 0.2s;
}
.download-card:hover {
  border-color: #a9c6fc;
}
.backup-download {
  display: inline-block;
  margin-top: 12px;
  font-size: 12px;
  color: var(--blue);
  text-underline-offset: 3px;
}
.backup-download:hover { text-decoration: underline; }
.life-heading { max-width: 760px; margin-bottom: 32px; }
.life-heading h2 { margin: 14px 0 18px; }
.life-heading > p { color: #647187; line-height: 1.9; }
.life-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-bottom: 100px; }
.life-card { padding: 32px 28px; border: 1px solid rgba(71,85,105,.08); border-radius: 20px; }
.life-family { background: #fff5ed; }
.life-child { background: #f0f7ef; }
.life-travel { background: #eef5fc; }
.life-label { font-size: 11px; letter-spacing: .08em; color: #657386; }
.life-card h3 { font-size: 22px; line-height: 1.5; margin: 24px 0 16px; }
.life-card p { font-size: 14px; line-height: 1.95; color: #546175; }
.life-moment { display: block; margin-top: 32px; padding-top: 20px; border-top: 1px solid rgba(71,85,105,.12); font-size: 12px; color: #657386; }
@media (max-width: 767px) {
  .life-grid { grid-template-columns: 1fr; gap: 16px; margin-bottom: 64px; }
  .life-card { padding: 26px 24px; }
  .life-card h3 { margin-top: 16px; }
  .life-moment { margin-top: 22px; }
}
.platform-icon {
  height: 38px;
  width: 38px;
  color: #283a56;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
.platform-icon svg {
  width: 31px;
  height: 31px;
}
.linux-symbol {
  font-family: Consolas, monospace;
  font-size: 30px;
  font-weight: 600;
}
.platform-title {
  display: flex;
  align-items: center;
  gap: 9px;
  justify-content: space-between;
}
.platform-title h3 {
  font-size: 22px;
}
.platform-badge {
  font-size: 9px;
  white-space: nowrap;
  color: #8291a6;
  background: #f2f5f9;
  padding: 2px 7px;
  border-radius: 4px;
}
.platform-badge.beta {
  background: #fff5e5;
  color: #9b6d25;
}
.download-card > p {
  font-size: 11px;
  color: #748197;
  margin-top: 7px;
}
.release-meta {
  margin: 22px 0 18px;
  font-size: 12px;
  color: #3d4e68;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
}
.release-meta > span {
  font-size: 10px;
  color: #99a3b1;
}
.download-button {
  width: 100%;
  font-size: 12px;
  padding: 12px 8px;
  border-radius: 8px;
  gap: 7px;
  background: #f0f5ff;
  color: var(--blue);
  border-color: #e5edfc;
}
.download-button:hover {
  background: #0860ff;
  color: #fff;
}
.download-button .icon {
  width: 17px;
  height: 17px;
}
.checksum {
  font-size: 10px;
  color: #8290a6;
  margin-top: 17px;
}
.checksum summary {
  cursor: pointer;
  width: max-content;
  max-width: 100%;
}
.checksum code {
  display: block;
  overflow-wrap: anywhere;
  line-height: 1.8;
  background: #f7f9fc;
  padding: 8px;
  border-radius: 4px;
  margin-top: 8px;
  color: #516179;
  user-select: all;
}
.copy-hash {
  background: transparent;
  border: 0;
  color: var(--blue);
  padding: 6px 0;
  font-size: 11px;
}
.download-card > p.download-note {
  font-size: 10px;
  line-height: 1.7;
  color: #8a96a7;
  margin-top: 12px;
}
.ios-banner {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #f7f9fc;
  border: 1px solid #e9edf3;
  border-radius: 15px;
  margin-top: 23px;
  padding: 25px 28px;
}
.ios-icon {
  border: 1px solid #dce4ef;
  border-radius: 13px;
  background: #fff;
  padding: 12px;
  color: #687c99;
}
.ios-banner h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}
.ios-banner p {
  font-size: 12px;
  color: #7b889b;
}
.ios-tag {
  margin-left: auto;
  font-size: 11px;
  white-space: nowrap;
  border: 1px solid #dce4ef;
  border-radius: 20px;
  padding: 5px 13px;
  color: #7c8da5;
}
.download-help {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 11px;
  color: #8a95a6;
  margin-top: 23px;
  line-height: 1.9;
}
.download-help .icon {
  width: 15px;
  height: 15px;
  margin-top: 3px;
}
.copy-status {
  font-size: 12px;
  color: var(--green);
  min-height: 22px;
  margin-top: 6px;
}
.downloads-section {
  padding-bottom: 72px;
}
.getting-started {
  padding: 42px 46px;
  background: #f3f7ff;
  border: 1px solid #e5edfb;
  border-radius: 20px;
  display: flex;
  gap: 70px;
  align-items: center;
}
.getting-started h2 {
  font-size: 27px;
  white-space: nowrap;
}
.getting-started .eyebrow {
  font-size: 9px;
  margin-bottom: 13px;
}
.getting-started ol {
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  flex: 1;
  margin: 0;
}
.getting-started li > span {
  font-size: 12px;
  color: #7199d8;
  border-bottom: 1px solid #c9d9f1;
  display: block;
  padding-bottom: 14px;
  margin-bottom: 18px;
  letter-spacing: 1px;
}
.getting-started h3 {
  font-size: 15px;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.getting-started li p {
  font-size: 12px;
  color: #7f8fa6;
  line-height: 1.85;
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr 1.45fr;
  gap: 110px;
}
.faq-section .text-link {
  margin-top: 28px;
  color: var(--blue);
  font-size: 12px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list details:first-child {
  border-top: 1px solid var(--line);
}
.faq-list summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 550;
  padding: 22px 0;
  line-height: 1.7;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary > span {
  font-size: 20px;
  color: #8190a6;
  font-weight: 400;
  line-height: 1;
}
.faq-list details[open] summary > span {
  transform: rotate(45deg);
}
.faq-list p {
  font-size: 13px;
  color: var(--muted);
  padding: 0 22px 23px 0;
  line-height: 1.95;
}
.closing {
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 38px 40px;
  border: 1px solid #dce8fc;
  border-radius: 18px;
  background: linear-gradient(110deg, #f2f7ff, #fafcff);
  margin-bottom: 68px;
}
.closing h2 {
  font-size: 24px;
  letter-spacing: -0.7px;
}
.closing p {
  font-size: 12px;
  color: #7e8ea5;
  margin-top: 6px;
}
.closing .button {
  margin-left: auto;
  font-size: 13px;
}
.footer {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-top: 28px;
  padding-bottom: 35px;
  border-top: 1px solid var(--line);
  font-size: 11px;
  color: #939dad;
}
.footer .brand {
  font-size: 20px;
  color: var(--ink);
}
.footer > div {
  display: flex;
  gap: 25px;
  margin-left: auto;
}
.svg-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.skip-link {
  position: fixed;
  top: -60px;
  left: 20px;
  background: var(--blue);
  color: #fff;
  padding: 8px 16px;
  z-index: 100;
}
.skip-link:focus {
  top: 10px;
}
@media (min-width: 1500px) {
  .hero {
    gap: 36px;
  }
  .hero-visual {
    margin-left: 16px;
  }
}
@media (max-width: 1150px) {
  .container {
    width: calc(100% - 64px);
  }
  .hero h1 {
    font-size: 44px;
  }
  .hero {
    min-height: 580px;
    padding-block: 64px;
  }
  .hero-visual {
    height: 430px;
  }
  .hero-description {
    font-size: 15px;
  }
  .hero-actions {
    gap: 18px;
  }
  .hero-actions .button {
    padding-inline: 18px;
  }
  .orbit-one {
    width: 100%;
  }
  .orbit-two {
    width: 85%;
    height: 400px;
  }
  .demo-workspace {
    padding: 15px;
  }
  .demo-sidebar {
    width: 48px;
  }
  .demo-desktop {
    height: 158px;
  }
  .demo-body {
    min-height: 276px;
  }
  .desktop-caption {
    font-size: 16px;
  }
  .demo-devices {
    gap: 6px;
  }
  .device-symbol {
    display: none;
  }
  .file-card {
    left: 10px;
    bottom: 15px;
  }
  .direct-card {
    right: 0;
    top: 30px;
  }
  .feature-card {
    padding: 24px 21px;
  }
  .feature-card h3 {
    font-size: 19px;
  }
  .feature-card > p {
    min-height: 104px;
  }
  .feature-grid {
    gap: 16px;
  }
  .connection-layout {
    gap: 44px;
  }
  .download-card {
    padding: 24px 17px;
  }
  .platform-title {
    gap: 5px;
  }
  .platform-title h3 {
    font-size: 20px;
  }
  .download-grid {
    gap: 13px;
  }
  .getting-started {
    gap: 36px;
    padding: 35px;
  }
  .getting-started ol {
    gap: 22px;
  }
  .faq-section {
    gap: 65px;
  }
}
@media (max-width: 900px) {
  .container {
    width: calc(100% - 48px);
  }
  .nav-row {
    height: 74px;
  }
  .nav-row nav {
    gap: 18px;
    margin-right: 10px;
  }
  .brand {
    font-size: 23px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 36px;
  }
  .hero-copy {
    text-align: center;
  }
  .eyebrow {
    justify-content: flex-start;
  }
  .hero-copy .eyebrow {
    justify-content: center;
  }
  .hero h1 {
    font-size: 53px;
  }
  .hero-actions,
  .hero-footnote {
    justify-content: center;
  }
  .hero-footnote {
    margin-top: 25px;
  }
  .hero-visual {
    width: min(590px, 100%);
    margin: 28px auto 0;
    height: 420px;
  }
  .demo-window {
    max-width: 510px;
  }
  .direct-card {
    right: 0;
    top: 0;
  }
  .file-card {
    left: 25px;
    bottom: 0;
  }
  .illustration-note {
    bottom: 0;
  }
  .hero-description {
    font-size: 16px;
  }
  .capability-strip {
    padding: 22px 0;
    flex-direction: column;
    gap: 10px;
  }
  .capability-strip > div {
    gap: 27px;
    font-size: 14px;
  }
  .section {
    padding-top: 75px;
    padding-bottom: 70px;
  }
  .section-heading {
    align-items: flex-start;
  }
  .section-heading > p {
    max-width: 240px;
    font-size: 12px;
  }
  h2 {
    font-size: 30px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .feature-card {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    column-gap: 25px;
    padding: 28px;
  }
  .feature-card > p {
    min-height: 0;
    grid-column: 1;
    font-size: 13px;
  }
  .feature-card h3 {
    font-size: 23px;
    grid-column: 1;
  }
  .feature-number {
    margin-bottom: 18px;
  }
  .feature-card > .remote-art,
  .feature-card > .group-art,
  .feature-card > .context-art {
    grid-column: 2;
    grid-row: 1/5;
    align-self: center;
    margin-block: 0;
  }
  .feature-label {
    grid-column: 1;
    margin-top: 26px;
  }
  .connection-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .connection-copy {
    max-width: 630px;
  }
  .connection-copy h2 {
    font-size: 34px;
  }
  .connection-section {
    padding: 65px 0;
  }
  .network-diagram {
    width: min(520px, 100%);
    margin-inline: auto;
    padding-top: 45px;
  }
  .download-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
  .download-card {
    padding: 26px;
  }
  .download-button {
    font-size: 13px;
  }
  .download-help {
    font-size: 10px;
  }
  .getting-started {
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
  }
  .getting-started h2 br {
    display: none;
  }
  .getting-started ol {
    width: 100%;
    gap: 25px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .faq-section h2 br {
    display: none;
  }
  .faq-section .text-link {
    margin-top: 15px;
  }
  .closing {
    padding: 27px;
    gap: 18px;
    flex-wrap: wrap;
  }
  .closing h2 {
    font-size: 22px;
  }
  .closing .button {
    margin-left: 66px;
  }
  .footer {
    gap: 16px;
    flex-wrap: wrap;
  }
  .footer > div {
    gap: 16px;
  }
  .section-heading {
    margin-bottom: 33px;
  }
  .ios-banner {
    padding: 22px;
    gap: 14px;
  }
  .ios-tag {
    display: none;
  }
}
@media (max-width: 560px) {
  .container {
    width: calc(100% - 36px);
  }
  .nav-row {
    gap: 12px;
    height: 66px;
  }
  .nav-row .brand {
    font-size: 21px;
    gap: 7px;
  }
  .brand img {
    width: 28px;
    height: 28px;
  }
  .nav-row nav {
    display: none;
  }
  .button-small {
    font-size: 11px;
    padding: 9px 12px;
    border-radius: 8px;
    gap: 7px;
  }
  .hero {
    padding-top: 45px;
    gap: 0;
  }
  .hero h1 {
    font-size: 38px;
    line-height: 1.4;
    letter-spacing: -1.5px;
  }
  .hero-copy .eyebrow {
    font-size: 9px;
    letter-spacing: 1.25px;
    margin-bottom: 22px;
  }
  .hero-description {
    font-size: 13px;
  }
  .hero-actions {
    gap: 21px;
    margin-top: 28px;
  }
  .hero-actions .button {
    font-size: 13px;
    padding: 13px 16px;
  }
  .hero-actions .text-link {
    font-size: 12px;
    gap: 8px;
  }
  .hero-platforms {
    font-size: 10px;
    margin-top: 13px;
  }
  .hero-footnote {
    font-size: 10px;
    gap: 7px;
  }
  .separator {
    margin: 0 2px;
  }
  .hero-visual {
    height: 320px;
    margin-top: 30px;
  }
  .demo-window {
    transform: rotate(-2deg);
    border-radius: 10px;
    margin: 0 6px;
  }
  .demo-title {
    height: 33px;
    padding-inline: 10px;
    font-size: 9px;
  }
  .demo-title img {
    height: 15px;
    width: 15px;
  }
  .demo-body {
    min-height: 213px;
  }
  .demo-sidebar {
    width: 40px;
    gap: 16px;
    padding-top: 15px;
  }
  .demo-avatar {
    width: 24px;
    height: 24px;
    font-size: 11px;
    border-radius: 7px;
  }
  .demo-side-line {
    width: 20px;
    height: 3px;
  }
  .demo-side-bottom {
    font-size: 7px;
    gap: 3px;
  }
  .demo-side-bottom .status-dot {
    width: 4px;
    height: 4px;
  }
  .demo-workspace {
    padding: 12px;
  }
  .demo-greeting {
    font-size: 9px;
    margin-bottom: 10px;
  }
  .demo-greeting span {
    font-size: 6px;
  }
  .demo-desktop {
    height: 116px;
    border-radius: 6px;
  }
  .desktop-caption {
    font-size: 13px;
    left: 15px;
    top: 16px;
  }
  .demo-devices {
    margin-top: 9px;
    gap: 5px;
  }
  .demo-devices > div {
    font-size: 7px;
    padding: 6px;
  }
  .demo-devices small {
    font-size: 6px;
  }
  .p2p-badge {
    font-size: 7px;
    padding: 3px 7px;
    gap: 4px;
    bottom: 8px;
    right: 8px;
  }
  .p2p-badge span {
    width: 4px;
    height: 4px;
  }
  .shape-one {
    width: 320px;
    right: -80px;
    bottom: -200px;
  }
  .shape-two {
    right: -150px;
    top: -215px;
  }
  .floating-card {
    gap: 9px;
    padding: 9px 12px;
    border-radius: 9px;
  }
  .floating-card strong {
    font-size: 9px;
  }
  .floating-card div > span {
    font-size: 8px;
  }
  .file-card {
    bottom: 5px;
    left: 7px;
  }
  .folder-icon {
    width: 27px;
    height: 25px;
  }
  .round-check {
    width: 17px;
    height: 17px;
    font-size: 10px;
    margin-left: 10px;
  }
  .direct-card {
    top: 0;
    right: 1px;
  }
  .connection-glyph {
    width: 26px;
    height: 26px;
    font-size: 17px;
  }
  .illustration-note {
    font-size: 7px;
    bottom: 3px;
    right: 8px;
  }
  .orbit-one {
    height: 260px;
  }
  .orbit-two {
    height: 290px;
  }
  .capability-strip {
    font-size: 10px;
    padding: 19px 0;
  }
  .capability-strip > div {
    gap: 17px;
    font-size: 12px;
  }
  .capability-strip b {
    font-size: 12px;
  }
  .section {
    padding-block: 58px;
  }
  .section-heading {
    display: block;
    margin-bottom: 27px;
  }
  .section-heading > p {
    margin-top: 16px;
    max-width: none;
  }
  .section-heading > p br {
    display: none;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 1.2px;
    margin-bottom: 17px;
  }
  h2 {
    font-size: 27px;
    line-height: 1.5;
  }
  .feature-card {
    display: block;
    padding: 25px;
  }
  .feature-card h3 {
    font-size: 22px;
  }
  .feature-card > p {
    font-size: 13px;
  }
  .feature-card > .context-art {
    margin-block: 25px;
  }
  .feature-card > .remote-art,
  .feature-card > .group-art {
    height: 170px;
  }
  .feature-label {
    margin-top: 8px;
  }
  .feature-number {
    font-size: 9px;
    margin-bottom: 19px;
  }
  .section-note {
    font-size: 10px;
    line-height: 1.9;
  }
  .connection-section {
    padding-block: 50px;
  }
  .connection-copy h2 {
    font-size: 30px;
  }
  .connection-copy .eyebrow {
    font-size: 8px;
    letter-spacing: 0.8px;
  }
  .connection-copy > p {
    font-size: 13px;
  }
  .connection-points {
    gap: 16px;
    font-size: 10px;
  }
  .connection-copy p.connection-disclaimer {
    font-size: 9px;
  }
  .network-diagram {
    padding: 37px 10px 8px;
  }
  .network-device svg {
    width: 59px;
    height: 55px;
    padding: 13px;
  }
  .network-device > span {
    font-size: 10px;
  }
  .direct-line {
    margin-top: -32px;
  }
  .direct-line > span {
    font-size: 10px;
    padding: 3px 9px;
  }
  .relay-path {
    margin: 0 28px;
    height: 75px;
  }
  .network-legend {
    font-size: 9px;
    margin-top: 40px;
  }
  .download-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .download-card {
    padding: 25px;
    position: relative;
  }
  .platform-icon {
    position: absolute;
    top: 24px;
    right: 25px;
    width: 31px;
    height: 32px;
  }
  .platform-title {
    justify-content: flex-start;
    gap: 12px;
    padding-right: 44px;
  }
  .platform-title h3 {
    font-size: 23px;
  }
  .download-card > p {
    font-size: 12px;
  }
  .release-meta {
    margin-top: 21px;
    font-size: 13px;
  }
  .release-meta > span {
    font-size: 11px;
  }
  .download-button {
    padding: 13px;
    font-size: 14px;
  }
  .checksum {
    font-size: 11px;
  }
  .download-card > p.download-note {
    font-size: 11px;
  }
  .ios-banner {
    gap: 12px;
    padding: 20px 17px;
    align-items: flex-start;
  }
  .ios-icon {
    padding: 8px;
    border-radius: 10px;
  }
  .ios-banner h3 {
    font-size: 14px;
  }
  .ios-banner p {
    font-size: 11px;
  }
  .download-help {
    font-size: 10px;
  }
  .getting-started {
    padding: 28px;
    gap: 28px;
  }
  .getting-started h2 {
    font-size: 25px;
    white-space: normal;
  }
  .getting-started h2 br {
    display: block;
  }
  .getting-started ol {
    grid-template-columns: 1fr;
    gap: 23px;
  }
  .getting-started li {
    display: flex;
    gap: 17px;
    align-items: flex-start;
  }
  .getting-started li > span {
    border: 0;
    margin: 0;
    padding-top: 1px;
    font-size: 14px;
  }
  .getting-started h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .getting-started li p {
    font-size: 12px;
  }
  .faq-section {
    gap: 26px;
  }
  .faq-list summary {
    font-size: 13px;
    padding-block: 19px;
  }
  .faq-list p {
    font-size: 12px;
  }
  .closing {
    padding: 26px;
    display: block;
    margin-bottom: 40px;
  }
  .closing > img {
    width: 38px;
    height: 38px;
    margin-bottom: 20px;
  }
  .closing h2 {
    font-size: 22px;
  }
  .closing p {
    font-size: 12px;
    margin-top: 10px;
  }
  .closing .button {
    margin: 23px 0 0;
    font-size: 12px;
  }
  .footer {
    gap: 12px;
    padding-block: 23px 30px;
    font-size: 10px;
  }
  .footer .brand {
    font-size: 18px;
    margin-right: auto;
  }
  .footer > div {
    margin: 7px 0 0;
    width: 100%;
    gap: 22px;
  }
  .footer .brand img {
    width: 23px;
    height: 23px;
  }
  .svg-defs {
    display: none;
  }
}
.ios-test-link {
  margin-left: auto;
  flex-shrink: 0;
}
.hero-visual {
  overflow: clip;
}
.direct-card { right: 14px; }
@media(max-width:380px){.nav-row .brand{font-size:18px;gap:5px}.nav-row .brand img{width:24px;height:24px}.nav-row>.button-small{font-size:10px;padding:8px 9px;gap:4px}.nav-row>.button-small>span{display:none}.language-switch a{padding:3px 4px}.hero-actions{gap:14px}.hero-actions .text-link{white-space:nowrap;font-size:11px;gap:6px}.hero-actions .button{font-size:12px;padding-inline:13px}}
@media (max-width: 900px) {
  .hero-visual {
    overflow: clip;
  }
}
@media (max-width: 900px) {
  .ios-banner {
    flex-wrap: wrap;
  }
  .ios-banner > div:nth-child(2) {
    flex: 1;
    min-width: 200px;
  }
  .ios-test-link {
    margin-left: 64px;
  }
}
@media (max-width: 560px) {
  .ios-banner > div:nth-child(2) {
    min-width: 180px;
  }
  .ios-test-link {
    margin-left: 52px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}
