/* ScreenWing commercial site — dependency-free, responsive, and accessible. */
:root {
  color-scheme: dark;
  --ink: #ffffff;
  --ink-soft: #eee8f8;
  --muted: #b9accf;
  --muted-strong: #d0c4e1;
  --night: #0d021f;
  --night-2: #13032f;
  --purple-950: #170438;
  --purple-900: #21064b;
  --purple-800: #311069;
  --purple-700: #4a2184;
  --purple-600: #6941b2;
  --cyan: #75e9ff;
  --cyan-strong: #42d6ff;
  --violet: #8064ff;
  --green: #5ce5ad;
  --amber: #ffd166;
  --danger: #ff7b9c;
  --line: rgba(212, 191, 243, .16);
  --line-strong: rgba(213, 194, 244, .27);
  --glass: rgba(45, 15, 91, .6);
  --card: rgba(34, 9, 70, .74);
  --card-solid: #210849;
  --shadow: 0 28px 80px rgba(5, 0, 20, .38);
  --shadow-soft: 0 18px 50px rgba(5, 0, 20, .22);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --shell: 1180px;
  --header-height: 76px;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; overflow-x: clip; }
body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 76% -4%, rgba(96, 48, 178, .34), transparent 31rem),
    radial-gradient(circle at -8% 20%, rgba(51, 195, 244, .07), transparent 28rem),
    var(--night);
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .17;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.15'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
  z-index: 20;
}

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img, svg { display: block; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); letter-spacing: -.038em; line-height: 1.05; }
p { color: var(--muted); }
::selection { background: rgba(108, 220, 255, .28); color: #fff; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; transform: translateY(-160%); padding: 10px 15px; border-radius: 10px; color: #13032f; background: var(--cyan); font-weight: 750; transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
.section-shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.section { padding-block: 120px; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  border-bottom: 1px solid transparent;
  transition: background .25s, border-color .25s, box-shadow .25s;
}
.site-header.is-scrolled, .dashboard-header {
  background: rgba(13, 2, 31, .78);
  border-color: var(--line);
  box-shadow: 0 12px 40px rgba(5, 0, 18, .18);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
}
.nav-shell { width: min(calc(100% - 48px), var(--shell)); min-height: var(--header-height); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: #fff; font-size: 19px; font-weight: 760; letter-spacing: -.035em; white-space: nowrap; }
.brand img { filter: drop-shadow(0 6px 12px rgba(87, 213, 255, .12)); }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 29px; margin-left: auto; }
.desktop-nav a, .text-link { position: relative; color: var(--muted-strong); font-size: 14px; font-weight: 600; transition: color .2s; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--cyan); transition: right .2s; }
.desktop-nav a:hover, .text-link:hover { color: #fff; }
.desktop-nav a:hover::after { right: 0; }
.nav-actions { display: flex; align-items: center; justify-content: flex-end; gap: 18px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid transparent; border-radius: 13px; cursor: pointer; color: #fff; background: none; font-weight: 720; letter-spacing: -.015em; transition: transform .2s, box-shadow .2s, border-color .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button-primary { color: #100329; background: linear-gradient(135deg, #8cf3ff, #51d3ff 58%, #7d77ff); box-shadow: 0 12px 28px rgba(63, 199, 255, .2), inset 0 1px rgba(255, 255, 255, .55); }
.button-primary:hover { box-shadow: 0 17px 36px rgba(63, 199, 255, .27), inset 0 1px rgba(255, 255, 255, .62); }
.button-secondary { min-height: 42px; color: #fff; background: rgba(115, 79, 171, .25); border-color: var(--line-strong); }
.button-ghost { color: var(--ink-soft); border-color: var(--line-strong); background: rgba(255, 255, 255, .025); }
.button-ghost:hover { border-color: rgba(116, 231, 255, .5); background: rgba(99, 220, 255, .07); }
.button-light { color: #1a0740; background: #fff; box-shadow: 0 18px 40px rgba(6, 0, 24, .22); }
.button-small { min-height: 42px; padding-inline: 18px; border-radius: 12px; font-size: 14px; }
.button-large { min-height: 58px; padding-inline: 27px; border-radius: 16px; }
.button-full { width: 100%; }
.button[disabled], .button.is-disabled { pointer-events: none; opacity: .48; box-shadow: none; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 0; border: 1px solid var(--line); border-radius: 11px; background: rgba(255, 255, 255, .04); }
.menu-toggle span:not(.sr-only) { display: block; width: 18px; height: 1.5px; margin: 5px auto; background: #fff; transition: transform .2s; }
.mobile-nav { position: absolute; top: calc(100% + 1px); left: 16px; right: 16px; padding: 12px; border: 1px solid var(--line-strong); border-radius: 16px; background: rgba(27, 6, 61, .98); box-shadow: var(--shadow); }
.mobile-nav a { display: block; padding: 12px 13px; border-radius: 9px; color: var(--muted-strong); font-weight: 650; }
.mobile-nav a:hover { color: #fff; background: rgba(255, 255, 255, .06); }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr); align-items: center; gap: 30px; min-height: 820px; padding-top: 154px; padding-bottom: 70px; }
.hero::before { content: ""; position: absolute; z-index: -1; width: 700px; height: 700px; right: -260px; top: 40px; border-radius: 50%; background: radial-gradient(circle, rgba(82, 212, 255, .1), rgba(78, 48, 143, .08) 42%, transparent 70%); }
.hero-copy { position: relative; z-index: 3; align-self: center; padding-bottom: 40px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 20px; color: var(--cyan); font-size: 12px; line-height: 1.2; font-weight: 780; letter-spacing: .12em; text-transform: uppercase; }
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(92, 229, 173, .09), 0 0 20px rgba(92, 229, 173, .4); }
.hero h1 { max-width: 650px; margin-bottom: 28px; font-size: clamp(54px, 5.1vw, 78px); font-weight: 780; letter-spacing: -.06em; }
.gradient-text { color: transparent; background: linear-gradient(100deg, #77efff 0%, #54cfff 35%, #927aff 88%); background-clip: text; -webkit-background-clip: text; }
.hero-lede { max-width: 580px; margin-bottom: 34px; color: #c8bdd9; font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.checkout-note { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 21px; color: #9f91b7; font-size: 13px; }
.checkout-note strong { color: #d9d0e6; }
.dot-separator { color: #5b4675; padding-inline: 3px; }
.link-orb { flex: 0 0 auto; width: 19px; height: 19px; border-radius: 50%; background: conic-gradient(from 220deg, #00d8cc, #635bff, #ff79b0, #ffb04a, #00d8cc); box-shadow: inset 0 0 0 4px #251049; }
.link-orb.large { width: 29px; height: 29px; box-shadow: inset 0 0 0 6px #2a1359; }

.hero-product { position: relative; height: 590px; perspective: 1100px; }
.ambient-ring { position: absolute; border: 1px solid rgba(118, 230, 255, .13); border-radius: 50%; pointer-events: none; }
.ring-one { width: 560px; height: 560px; top: 25px; left: 15px; }
.ring-two { width: 430px; height: 430px; top: 92px; left: 76px; border-color: rgba(134, 105, 255, .15); }
.laptop-mock { position: absolute; top: 74px; left: 0; width: 490px; transform: rotateY(-5deg) rotateX(1.5deg); filter: drop-shadow(0 38px 34px rgba(4, 0, 18, .44)); }
.laptop-display { position: relative; height: 315px; padding: 10px; overflow: hidden; border: 2px solid #493a67; border-bottom-width: 6px; border-radius: 19px 19px 11px 11px; background: #110926; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .09), 0 0 60px rgba(82, 46, 153, .2); }
.laptop-camera { position: absolute; z-index: 2; top: 7px; left: 50%; width: 5px; height: 5px; border-radius: 50%; background: #504566; }
.app-topbar { display: flex; height: 36px; align-items: center; justify-content: space-between; padding: 0 12px; border-radius: 8px 8px 0 0; background: #f3eff8; }
.window-dots { display: flex; gap: 4px; }.window-dots i { display: block; width: 6px; height: 6px; border-radius: 50%; background: #c7bece; }.window-dots i:first-child { background: #ff7a80; }.window-dots i:nth-child(2) { background: #f5bf55; }.window-dots i:nth-child(3) { background: #6bda84; }
.topbar-title { color: #4b4159; font-size: 8px; font-weight: 750; }
.topbar-avatar { width: 17px; height: 17px; border-radius: 50%; background: linear-gradient(135deg, #52d7f7, #6853d5); }
.workspace-grid { display: grid; grid-template-columns: 60px 1fr; height: calc(100% - 36px); background: #f7f5fa; }
.workspace-sidebar { padding: 17px 10px; background: #21103e; }.workspace-sidebar span { display: block; width: 100%; height: 6px; margin-bottom: 11px; border-radius: 4px; background: rgba(255, 255, 255, .12); }.workspace-sidebar span:first-child { background: #6bdff7; }
.workspace-main { padding: 22px 25px; }.project-heading { width: 38%; height: 9px; border-radius: 4px; background: #342844; }.project-subheading { width: 55%; height: 5px; margin-top: 8px; border-radius: 4px; background: #d3cadb; }
.chart-card { position: relative; height: 120px; margin-top: 20px; overflow: hidden; border: 1px solid #e3ddea; border-radius: 10px; background: linear-gradient(#fff, #faf8fc); }
.chart-card::before { content: ""; position: absolute; inset: 18px; background: repeating-linear-gradient(to bottom, #ede8f0 0 1px, transparent 1px 23px); }
.chart-line { position: absolute; inset: 31px 22px 25px; clip-path: polygon(0 72%, 15% 53%, 27% 65%, 43% 28%, 58% 42%, 72% 9%, 84% 25%, 100% 0, 100% 100%, 0 100%); background: linear-gradient(to bottom, rgba(91, 210, 246, .54), rgba(104, 91, 220, .05)); border-bottom: 2px solid #53cce9; }
.mini-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 12px; }.mini-cards i { display: block; height: 49px; border: 1px solid #e3ddea; border-radius: 8px; background: #fff; }
.laptop-base { position: absolute; left: -27px; right: -27px; height: 18px; border-radius: 2px 2px 16px 16px; background: linear-gradient(#a8a0b5, #5c526b 60%, #282132); clip-path: polygon(0 0, 100% 0, 94% 100%, 6% 100%); }.laptop-base::after { content: ""; position: absolute; left: 42%; width: 16%; height: 5px; border-radius: 0 0 5px 5px; background: #6f667b; }
.tablet-mock { position: absolute; z-index: 3; top: 155px; right: 0; width: 184px; height: 248px; padding: 9px; border: 2px solid #604d7f; border-radius: 21px; background: linear-gradient(145deg, #51445e, #21152f 58%, #7c678c); box-shadow: -16px 28px 50px rgba(5, 0, 18, .48), inset 0 0 0 1px rgba(255, 255, 255, .12); transform: rotateY(-3deg) rotateZ(1deg); }
.tablet-camera { position: absolute; top: 4px; left: 50%; width: 4px; height: 4px; border-radius: 50%; background: #17101e; }
.tablet-screen { height: 100%; padding: 22px 16px; border-radius: 13px; color: #30283c; background: #f1edf6; }.notes-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; font-size: 9px; font-weight: 800; }.notes-head i { width: 18px; height: 18px; border-radius: 6px; background: #6b5bd4; }.note-line { width: 70%; height: 5px; margin-bottom: 8px; border-radius: 3px; background: #c9c0d1; }.note-line.wide { width: 90%; background: #554d62; }.note-line.mid { width: 82%; }.color-row { display: flex; gap: 7px; margin: 19px 0; }.color-row i { width: 27px; height: 27px; border-radius: 8px; background: #67d6ec; }.color-row i:nth-child(2) { background: #8269e8; }.color-row i:nth-child(3) { background: #ff9fb4; }.note-card { padding: 12px; border-radius: 8px; background: #fff; box-shadow: 0 5px 16px rgba(57, 39, 76, .08); }.note-card span { display: block; width: 100%; height: 4px; margin-bottom: 6px; border-radius: 3px; background: #d6cfdd; }.note-card span:last-child { width: 55%; margin-bottom: 0; }
.connection-pill { position: absolute; z-index: 6; top: 52px; right: 15px; display: flex; min-width: 221px; align-items: center; gap: 11px; padding: 10px 12px; border: 1px solid rgba(144, 238, 255, .25); border-radius: 15px; background: rgba(36, 10, 77, .82); box-shadow: var(--shadow-soft); backdrop-filter: blur(18px); animation: float 5s ease-in-out infinite; }.connection-icon { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 10px; color: var(--cyan); background: rgba(93, 221, 255, .12); }.connection-icon svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; }.connection-pill > span:nth-child(2) { display: flex; flex: 1; flex-direction: column; line-height: 1.35; }.connection-pill strong { color: #fff; font-size: 12px; }.connection-pill small { color: #aa9cbe; font-size: 9px; }.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px var(--green); }
.tray-preview { position: absolute; z-index: 7; right: 43px; bottom: 43px; width: 328px; padding: 15px; border: 1px solid rgba(196, 173, 233, .22); border-radius: 20px; background: linear-gradient(145deg, rgba(63, 24, 118, .93), rgba(31, 8, 73, .94)); box-shadow: 0 32px 60px rgba(5, 0, 20, .5), inset 0 1px rgba(255, 255, 255, .07); backdrop-filter: blur(25px); animation: float 6s .7s ease-in-out infinite; }.tray-top { display: flex; align-items: center; gap: 10px; }.shield-check { display: grid; width: 33px; height: 33px; place-items: center; border-radius: 10px; color: #fff; background: #30c759; }.shield-check svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }.tray-top > span:nth-child(2) { display: flex; flex: 1; flex-direction: column; line-height: 1.35; }.tray-top strong { font-size: 13px; }.tray-top small { color: #bcafd0; font-size: 10px; }.status-chip { padding: 4px 7px; border: 1px solid rgba(106, 239, 184, .28); border-radius: 6px; color: #82f2c1; background: rgba(72, 224, 156, .08); font-size: 8px; font-style: normal; font-weight: 800; letter-spacing: .1em; }.tray-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-top: 14px; }.tray-metrics span { display: flex; flex-direction: column; padding: 9px 10px; border: 1px solid rgba(255, 255, 255, .07); border-radius: 9px; background: rgba(255, 255, 255, .035); }.tray-metrics small { color: #9d90b3; font-size: 8px; }.tray-metrics strong { margin-top: 1px; font-size: 11px; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

.hero-proof { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 9px; padding: 24px 0 5px; border-top: 1px solid var(--line); }.hero-proof div { display: flex; align-items: baseline; gap: 10px; padding-inline: 26px; border-right: 1px solid var(--line); }.hero-proof div:first-child { padding-left: 0; }.hero-proof div:last-child { border: 0; }.hero-proof strong { color: #fff; font-size: 22px; letter-spacing: -.04em; }.hero-proof span { color: #8f819f; font-size: 12px; }
.intro-strip { border-block: 1px solid var(--line); background: rgba(34, 8, 71, .38); }.platform-strip { display: flex; min-height: 92px; align-items: center; justify-content: space-between; gap: 30px; }.platform-strip > span { color: #8e819f; font-size: 12px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }.platform-wordmarks { display: flex; flex: 1; align-items: center; justify-content: flex-end; gap: clamp(20px, 4vw, 50px); }.platform-wordmarks span { display: flex; align-items: center; gap: 8px; color: #c3b9d1; font-size: 14px; font-weight: 660; }.platform-wordmarks svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }

.section-heading { max-width: 700px; margin-bottom: 54px; }.section-heading.centered { margin-inline: auto; text-align: center; }.section-heading.centered .eyebrow { justify-content: center; }.section-heading.compact { margin-bottom: 35px; }.section-heading h2 { margin-bottom: 19px; font-size: clamp(40px, 5vw, 61px); font-weight: 750; }.section-heading p { margin-bottom: 0; font-size: 18px; line-height: 1.65; }.split-heading { display: grid; max-width: none; grid-template-columns: 1.05fr .7fr; align-items: end; gap: 80px; }.split-heading .eyebrow { margin-bottom: 16px; }.split-heading h2 { margin-bottom: 0; }.split-heading > p { padding-bottom: 7px; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }.feature-card { position: relative; min-height: 355px; overflow: hidden; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(145deg, rgba(43, 13, 84, .84), rgba(25, 5, 57, .78)); box-shadow: inset 0 1px rgba(255, 255, 255, .025); }.feature-card::after { content: ""; position: absolute; width: 260px; height: 260px; right: -130px; bottom: -130px; border-radius: 50%; background: radial-gradient(circle, rgba(100, 218, 255, .1), transparent 68%); }.feature-card-wide { grid-column: span 2; min-height: 390px; }.feature-card h3 { margin: 22px 0 13px; font-size: 28px; }.feature-card p { max-width: 510px; margin-bottom: 0; line-height: 1.7; }.feature-icon { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(111, 228, 255, .18); border-radius: 13px; color: var(--cyan); background: rgba(83, 215, 255, .08); }.feature-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }.feature-card-wide { display: flex; align-items: center; justify-content: space-between; gap: 60px; }.feature-card-wide .feature-copy { position: relative; z-index: 2; width: 44%; }.extend-visual { position: relative; z-index: 2; display: flex; width: 50%; align-items: center; justify-content: center; gap: 12px; }.extend-visual > svg { width: 90px; fill: none; stroke: var(--cyan); stroke-width: 2; stroke-dasharray: 5 5; opacity: .65; }.mini-monitor { position: relative; width: 215px; height: 135px; padding: 8px; border: 2px solid #765b98; border-radius: 14px; background: #180a31; box-shadow: 0 22px 38px rgba(4, 0, 17, .35); }.mini-monitor span { display: block; height: 100%; border-radius: 7px; background: linear-gradient(145deg, #2f145d, #5b2d8f); }.mini-monitor span::after { content: ""; display: block; width: 58%; height: 45%; margin: 18px auto; border-radius: 7px; background: linear-gradient(135deg, rgba(104, 224, 255, .6), rgba(123, 97, 255, .45)); }.mini-monitor i { position: absolute; left: 42%; top: 100%; width: 16%; height: 23px; background: #5e4b75; }.mini-monitor i::after { content: ""; position: absolute; width: 72px; height: 5px; left: 50%; bottom: 0; border-radius: 4px; background: #715b88; transform: translateX(-50%); }.mini-tablet { width: 105px; height: 150px; padding: 8px; border: 2px solid #8067a1; border-radius: 15px; background: #1c0d35; box-shadow: 0 22px 38px rgba(4, 0, 17, .35); }.mini-tablet span { display: block; height: 100%; border-radius: 8px; background: linear-gradient(155deg, #55d6ef, #7861dc); }.feature-speed { background: linear-gradient(145deg, rgba(29, 27, 82, .86), rgba(25, 5, 57, .78)); }.latency-meter { position: absolute; left: 34px; right: 34px; bottom: 32px; display: flex; align-items: end; gap: 6px; height: 50px; }.latency-meter i { flex: 1; height: 18%; border-radius: 3px 3px 0 0; background: linear-gradient(#79f0ff, #6954cc); opacity: .35; }.latency-meter i:nth-child(2) { height: 37%; opacity: .48; }.latency-meter i:nth-child(3) { height: 58%; opacity: .65; }.latency-meter i:nth-child(4) { height: 78%; opacity: .82; }.latency-meter i:nth-child(5) { height: 100%; opacity: 1; }.latency-meter span { margin-left: 9px; color: var(--cyan); font-size: 9px; font-weight: 800; letter-spacing: .12em; white-space: nowrap; }.privacy-route { position: absolute; left: 34px; right: 34px; bottom: 35px; display: flex; align-items: center; justify-content: space-between; gap: 9px; }.privacy-route span { padding: 9px 12px; border: 1px solid var(--line); border-radius: 9px; color: #d5cbe2; background: rgba(255, 255, 255, .04); font-size: 11px; font-weight: 700; }.privacy-route i { flex: 1; height: 1px; background: linear-gradient(90deg, transparent, var(--cyan), transparent); }.privacy-route em { color: var(--green); font-size: 9px; font-style: normal; font-weight: 850; letter-spacing: .12em; }.feature-control { flex-direction: row-reverse; }.control-panel-preview { position: relative; z-index: 2; width: 50%; max-width: 500px; padding: 21px; border: 1px solid rgba(213, 190, 246, .2); border-radius: 23px; background: linear-gradient(145deg, rgba(76, 31, 135, .91), rgba(39, 11, 83, .95)); box-shadow: 0 28px 55px rgba(4, 0, 18, .34); transform: rotate(1.5deg); }.control-title { display: flex; align-items: center; gap: 10px; padding-bottom: 17px; border-bottom: 1px solid rgba(255, 255, 255, .1); }.small-logo { width: 26px; height: 26px; border-radius: 8px; background: linear-gradient(135deg, #6ce9fa, #715de3); }.control-title b { font-size: 13px; }.control-title em { margin-left: auto; color: var(--green); font-size: 9px; font-style: normal; font-weight: 800; letter-spacing: .1em; }.control-device { display: flex; align-items: center; gap: 13px; margin: 17px 0; padding: 14px; border: 1px solid rgba(255, 255, 255, .09); border-radius: 13px; background: rgba(255, 255, 255, .04); }.device-symbol { width: 34px; height: 42px; border: 2px solid #8feefd; border-radius: 6px; }.control-device div { display: flex; flex: 1; flex-direction: column; }.control-device b { font-size: 12px; }.control-device small { color: #b2a3c5; font-size: 9px; }.control-device i { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px var(--green); }.control-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }.control-actions span { padding: 10px 4px; border-radius: 8px; color: #dcd3e8; background: rgba(255, 255, 255, .07); text-align: center; font-size: 9px; font-weight: 700; }

.process-section { border-block: 1px solid var(--line); background: linear-gradient(180deg, rgba(52, 17, 102, .32), rgba(23, 5, 52, .12)); }.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: steps; }.process-grid li { position: relative; min-height: 420px; padding: 31px; border: 1px solid var(--line); border-right: 0; background: rgba(25, 6, 57, .5); }.process-grid li:first-child { border-radius: 22px 0 0 22px; }.process-grid li:last-child { border-right: 1px solid var(--line); border-radius: 0 22px 22px 0; }.step-number { color: #746584; font-size: 11px; font-weight: 850; letter-spacing: .15em; }.step-visual { display: flex; height: 150px; align-items: center; justify-content: center; margin: 23px 0 25px; border: 1px solid rgba(255, 255, 255, .07); border-radius: 17px; background: linear-gradient(145deg, rgba(104, 48, 160, .15), rgba(61, 215, 255, .05)); }.step-visual svg { width: 52px; height: 52px; fill: none; stroke: var(--cyan); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }.process-grid h3 { margin-bottom: 11px; font-size: 22px; }.process-grid p { margin-bottom: 0; font-size: 14px; line-height: 1.65; }.pay-step { gap: 9px; }.pay-step strong { font-size: 23px; }.pay-step i { margin-left: 10px; padding: 7px 10px; border-radius: 7px; color: #c8bcd8; background: rgba(255, 255, 255, .07); font-size: 10px; font-style: normal; letter-spacing: .08em; }.connect-step { gap: 11px; }.connect-step span { width: 61px; height: 43px; border: 2px solid #776092; border-radius: 7px; }.connect-step i { width: 37px; height: 59px; border: 2px solid var(--cyan); border-radius: 7px; }.connect-step svg { width: 42px; }.process-footnote { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 25px; color: #9f92b2; font-size: 13px; }.check-circle { display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; color: var(--green); background: rgba(92, 229, 173, .1); font-size: 11px; }

.use-case-tabs { display: flex; width: max-content; max-width: 100%; gap: 6px; margin: 0 auto 20px; padding: 5px; overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; background: rgba(34, 9, 71, .6); }.use-case-tabs button { min-width: 112px; padding: 11px 19px; border: 0; border-radius: 10px; color: #9e90b1; background: transparent; cursor: pointer; font-weight: 680; }.use-case-tabs button[aria-selected="true"] { color: #15052d; background: #fff; box-shadow: 0 5px 18px rgba(4, 0, 16, .2); }.use-case-stage { display: grid; grid-template-columns: .76fr 1.24fr; min-height: 455px; overflow: hidden; border: 1px solid var(--line); border-radius: 29px; background: linear-gradient(135deg, rgba(42, 13, 83, .9), rgba(21, 5, 48, .88)); }.use-case-copy { display: flex; flex-direction: column; justify-content: center; padding: 54px; }.use-case-copy > span { color: var(--cyan); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.use-case-copy h3 { margin: 17px 0; font-size: 34px; }.use-case-copy p { line-height: 1.7; }.use-case-copy ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 9px 0 0; padding: 0; list-style: none; }.use-case-copy li { padding: 7px 10px; border: 1px solid var(--line); border-radius: 8px; color: #c5b9d5; background: rgba(255, 255, 255, .035); font-size: 11px; font-weight: 650; }.use-case-visual { position: relative; display: flex; align-items: center; justify-content: center; gap: 17px; overflow: hidden; background: radial-gradient(circle at center, rgba(106, 67, 180, .25), transparent 65%); }.use-case-visual::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 32px 32px; }.canvas-panel { position: relative; width: 55%; height: 255px; padding: 12px; border: 1px solid #745e90; border-radius: 13px; background: #1a102c; box-shadow: 0 25px 45px rgba(3, 0, 15, .35); transform: rotate(-2deg); }.canvas-panel > span { display: block; height: 100%; border-radius: 6px; background: radial-gradient(circle at 70% 25%, #ef9da5 0 5%, transparent 6%), linear-gradient(145deg, #141b37 20%, #6b416e 70%, #dc8a8f); }.canvas-panel i { position: absolute; bottom: 20px; width: 31px; height: 6px; border-radius: 5px; background: #fff; opacity: .7; }.canvas-panel i:nth-of-type(1) { left: 29px; }.canvas-panel i:nth-of-type(2) { left: 68px; width: 68px; }.canvas-panel i:nth-of-type(3) { left: 143px; width: 42px; }.tools-panel { position: relative; z-index: 2; width: 27%; height: 290px; padding: 16px 13px; border: 1px solid #77618e; border-radius: 17px; background: #f3eff6; box-shadow: 0 28px 45px rgba(3, 0, 15, .4); transform: rotate(2deg); }.tools-panel b { display: block; width: 55%; height: 7px; margin-bottom: 25px; border-radius: 4px; background: #4a4055; }.tools-panel div { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }.tools-panel div i { display: block; aspect-ratio: 1; border-radius: 8px; background: #68d5eb; }.tools-panel div i:nth-child(2) { background: #7863d9; }.tools-panel div i:nth-child(3) { background: #ff9aad; }.tools-panel div i:nth-child(4) { background: #ffcf6b; }.tools-panel > span { display: block; width: 100%; height: 34px; margin-top: 14px; border-radius: 8px; background: #ded6e5; }.tools-panel > span:last-child { background: #5e4b83; }

.platform-section { border-block: 1px solid var(--line); background: rgba(30, 7, 66, .4); }.compatibility-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.compat-card { min-height: 500px; padding: 42px; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: linear-gradient(145deg, rgba(50, 18, 94, .75), rgba(24, 5, 55, .8)); }.compat-label, .card-kicker { color: var(--cyan); font-size: 10px; font-weight: 850; letter-spacing: .14em; }.compat-card h3 { margin: 18px 0 36px; font-size: 32px; }.os-list { display: grid; gap: 10px; }.os-list > div { display: flex; align-items: center; gap: 14px; padding: 14px; border: 1px solid rgba(255, 255, 255, .08); border-radius: 14px; background: rgba(255, 255, 255, .035); }.os-icon, .download-os { display: grid; flex: 0 0 auto; width: 43px; height: 43px; place-items: center; border-radius: 12px; color: #12052c; background: linear-gradient(135deg, #fff, #baa9d1); font-size: 15px; font-weight: 850; }.windows-icon { color: #fff; background: linear-gradient(135deg, #31a9f7, #226ad9); }.linux-icon { color: #23170a; background: linear-gradient(135deg, #ffd760, #e89f2e); }.tablet-os { color: #fff; background: linear-gradient(135deg, #8491a1, #303640); font-size: 12px; }.android-os { color: #14351b; background: linear-gradient(135deg, #7be59a, #41bd68); }.os-list p { display: flex; flex: 1; flex-direction: column; margin: 0; }.os-list strong { color: #fff; font-size: 14px; }.os-list small { font-size: 11px; }.os-list i { padding: 5px 8px; border-radius: 6px; color: #9cecff; background: rgba(92, 220, 255, .08); font-size: 8px; font-style: normal; font-weight: 800; letter-spacing: .09em; }.companion-card { background: radial-gradient(circle at 50% 62%, rgba(105, 215, 255, .18), transparent 45%), linear-gradient(145deg, rgba(58, 25, 105, .8), rgba(26, 7, 58, .85)); }.companion-devices { position: relative; display: flex; height: 285px; align-items: flex-end; justify-content: center; gap: 19px; }.device-ipad { width: 190px; height: 262px; padding: 9px; border: 2px solid #8b7ba1; border-radius: 20px; background: #140a23; box-shadow: 0 32px 50px rgba(3, 0, 14, .38); transform: rotate(-3deg); }.device-ipad > span { display: block; height: 100%; padding: 25px 18px; border-radius: 12px; background: linear-gradient(155deg, #5cd9ef, #6b5fd9 57%, #301861); }.device-ipad i { display: block; width: 75%; height: 8px; margin-bottom: 10px; border-radius: 5px; background: rgba(255, 255, 255, .38); }.device-ipad i:nth-child(2) { width: 95%; }.device-ipad i:nth-child(3) { width: 58%; }.device-phone { width: 95px; height: 202px; padding: 7px; border: 2px solid #8b7ba1; border-radius: 20px; background: #140a23; box-shadow: 0 32px 50px rgba(3, 0, 14, .38); transform: rotate(5deg); }.device-phone > span { display: block; height: 100%; padding: 24px 10px; border-radius: 13px; background: linear-gradient(155deg, #7560dc, #3ac7e7); }.device-phone i { display: block; height: 42px; margin-bottom: 10px; border-radius: 7px; background: rgba(255, 255, 255, .22); }.companion-names { display: flex; justify-content: center; gap: 65px; margin-top: 20px; color: #d8cde5; font-size: 13px; font-weight: 700; }

.security-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; padding: 66px; overflow: hidden; border: 1px solid rgba(114, 226, 255, .18); border-radius: var(--radius-xl); background: radial-gradient(circle at 20% 50%, rgba(67, 211, 255, .08), transparent 40%), linear-gradient(135deg, rgba(31, 18, 76, .85), rgba(26, 7, 61, .9)); box-shadow: var(--shadow-soft); }.security-copy { position: relative; }.security-mark { display: grid; width: 64px; height: 64px; place-items: center; margin-bottom: 27px; border: 1px solid rgba(86, 231, 179, .25); border-radius: 19px; color: var(--green); background: rgba(74, 222, 166, .08); }.security-mark svg { width: 35px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }.security-copy h2 { margin-bottom: 20px; font-size: 46px; }.security-copy p { line-height: 1.7; }.inline-link { display: inline-flex; align-items: center; gap: 8px; color: var(--cyan); font-size: 14px; font-weight: 700; }.inline-link span { transition: transform .2s; }.inline-link:hover span { transform: translateX(4px); }.security-points { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.security-points > div { display: flex; gap: 13px; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255, 255, 255, .025); }.security-points > div > span { color: #6d5a86; font-size: 10px; font-weight: 850; }.security-points p { display: flex; flex-direction: column; gap: 6px; margin: 0; }.security-points strong { color: #fff; font-size: 14px; }.security-points small { color: #a99bbd; font-size: 11px; line-height: 1.55; }

.pricing-section { border-block: 1px solid var(--line); background: radial-gradient(circle at 78% 50%, rgba(87, 208, 255, .09), transparent 32%), linear-gradient(180deg, rgba(47, 14, 93, .4), rgba(20, 3, 46, .45)); }.pricing-shell { display: grid; grid-template-columns: 1fr 490px; align-items: center; gap: 110px; }.pricing-copy h2 { margin: 18px 0 22px; font-size: clamp(48px, 6vw, 70px); }.pricing-copy > p { max-width: 530px; font-size: 18px; line-height: 1.7; }.pricing-trust { display: grid; gap: 12px; margin-top: 30px; }.pricing-trust span { display: flex; align-items: center; gap: 10px; color: #c8bdd5; font-size: 13px; }.pricing-trust i { display: grid; width: 21px; height: 21px; place-items: center; border-radius: 50%; color: var(--green); background: rgba(83, 224, 166, .09); font-size: 10px; font-style: normal; }.price-card { position: relative; padding: 36px; border: 1px solid rgba(119, 232, 255, .26); border-radius: 29px; background: linear-gradient(155deg, rgba(71, 30, 128, .93), rgba(32, 8, 73, .96)); box-shadow: 0 34px 90px rgba(5, 0, 20, .44), inset 0 1px rgba(255, 255, 255, .08); }.price-card::before { content: ""; position: absolute; inset: -1px; z-index: -1; border-radius: inherit; background: linear-gradient(135deg, rgba(102, 236, 255, .4), transparent 38%, rgba(132, 97, 255, .35)); filter: blur(18px); opacity: .35; }.price-topline { display: flex; align-items: center; justify-content: space-between; }.price-topline span { color: var(--cyan); font-size: 11px; font-weight: 850; letter-spacing: .13em; }.price-topline em { padding: 5px 7px; border: 1px solid rgba(118, 231, 255, .19); border-radius: 6px; color: #abeefa; background: rgba(77, 214, 242, .06); font-size: 8px; font-style: normal; font-weight: 800; letter-spacing: .09em; }.price { display: flex; align-items: center; margin-top: 24px; }.price sup { align-self: flex-start; margin-top: 17px; color: #fff; font-size: 26px; font-weight: 700; }.price strong { color: #fff; font-size: 89px; line-height: 1; letter-spacing: -.08em; }.price > span { margin: 10px 0 0 16px; color: #b9accb; font-size: 12px; font-weight: 650; line-height: 1.45; }.price-card > p { margin: 6px 0 25px; padding-bottom: 24px; border-bottom: 1px solid var(--line); font-size: 13px; }.price-card ul { display: grid; gap: 12px; margin: 0 0 28px; padding: 0; list-style: none; }.price-card li { display: flex; align-items: center; gap: 11px; color: #d5cce0; font-size: 13px; }.price-card li span { color: var(--green); }.stripe-note { display: flex; align-items: center; justify-content: center; gap: 9px; margin-top: 17px; }.stripe-note > span:nth-child(2) { display: flex; flex-direction: column; color: #988ba9; font-size: 10px; line-height: 1.35; }.stripe-note strong { color: #c9bfd7; }.stripe-note small { font-size: 9px; }

.downloads-heading { margin-bottom: 42px; }.download-group { margin-top: 30px; }.download-group-head { display: flex; align-items: center; gap: 12px; margin-bottom: 13px; }.download-group-head > span { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 9px; color: #15052f; background: var(--cyan); font-size: 11px; font-weight: 850; }.download-group-head div { display: flex; flex-direction: column; }.download-group-head strong { font-size: 14px; }.download-group-head small { color: #8e819f; font-size: 11px; }.download-grid { display: grid; gap: 12px; }.desktop-downloads { grid-template-columns: repeat(3, 1fr); }.companion-downloads { grid-template-columns: repeat(2, 1fr); width: calc(66.666% - 4px); }.companion-download-group { margin-top: 34px; }.download-card { display: flex; min-height: 88px; align-items: center; gap: 13px; padding: 14px; border: 1px solid var(--line); border-radius: 17px; background: linear-gradient(145deg, rgba(45, 15, 87, .62), rgba(27, 7, 61, .65)); transition: transform .2s, border-color .2s, background .2s; }.download-card:hover { transform: translateY(-3px); border-color: rgba(115, 228, 255, .36); background: rgba(54, 20, 100, .72); }.download-card.is-detected { border-color: rgba(103, 228, 255, .38); box-shadow: inset 0 0 0 1px rgba(103, 228, 255, .1); }.download-card.is-unavailable { cursor: not-allowed; opacity: .62; }.download-card > span:nth-child(2) { display: flex; flex: 1; flex-direction: column; }.download-card strong { color: #fff; font-size: 13px; }.download-card small { color: #9689a7; font-size: 10px; }.download-card > i { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid var(--line); border-radius: 9px; color: var(--cyan); font-style: normal; }.download-card > i svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }.release-status { display: flex; align-items: center; gap: 12px; margin-top: 24px; padding: 17px 19px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255, 255, 255, .025); }.status-indicator { flex: 0 0 auto; width: 9px; height: 9px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 5px rgba(255, 209, 102, .08); }.status-indicator.is-online { background: var(--green); box-shadow: 0 0 0 5px rgba(92, 229, 173, .08); }.status-indicator.is-offline { background: var(--danger); box-shadow: 0 0 0 5px rgba(255, 123, 156, .08); }.release-status p { display: flex; flex: 1; flex-direction: column; margin: 0; }.release-status strong { color: #fff; font-size: 12px; }.release-status small { font-size: 10px; }

.faq-layout { display: grid; grid-template-columns: .63fr 1.37fr; gap: 100px; }.faq-heading { position: sticky; top: 120px; align-self: start; }.faq-heading h2 { font-size: 52px; }.faq-heading p { font-size: 14px; }.faq-heading a { color: var(--cyan); }.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 4px; color: #eee8f5; cursor: pointer; font-weight: 680; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { position: relative; flex: 0 0 auto; width: 24px; height: 24px; border: 1px solid var(--line-strong); border-radius: 50%; }.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; top: 50%; left: 50%; width: 9px; height: 1px; background: var(--cyan); transform: translate(-50%, -50%); transition: transform .2s; }.faq-list summary span::after { transform: translate(-50%, -50%) rotate(90deg); }.faq-list details[open] summary span::after { transform: translate(-50%, -50%) rotate(0); }.faq-list details > div { overflow: hidden; }.faq-list details p { max-width: 680px; margin: -4px 35px 25px 4px; font-size: 14px; line-height: 1.75; }

.final-cta { padding-bottom: 110px; }.final-cta-inner { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; min-height: 260px; overflow: hidden; padding: 48px 56px; border: 1px solid rgba(130, 233, 255, .26); border-radius: var(--radius-xl); background: radial-gradient(circle at 80% -20%, rgba(121, 239, 255, .35), transparent 35%), linear-gradient(125deg, #54249b, #4a2492 48%, #2579b8); box-shadow: 0 35px 80px rgba(5, 0, 23, .4); }.final-cta-inner::after { content: ""; position: absolute; width: 300px; height: 300px; right: 10%; top: -210px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 50%; }.final-cta-inner > *:not(.cta-orbit) { position: relative; z-index: 2; }.final-cta-inner > div:nth-of-type(2) > span { color: #bdf5ff; font-size: 10px; font-weight: 850; letter-spacing: .14em; }.final-cta h2 { margin: 9px 0 7px; font-size: 37px; }.final-cta p { margin: 0; color: rgba(255, 255, 255, .7); }.cta-orbit { position: absolute; inset: 0; }.cta-orbit i { position: absolute; border: 1px solid rgba(255, 255, 255, .07); border-radius: 50%; }.cta-orbit i:first-child { width: 350px; height: 350px; left: -170px; top: -60px; }.cta-orbit i:nth-child(2) { width: 210px; height: 210px; left: -100px; top: 10px; }.cta-orbit i:nth-child(3) { width: 440px; height: 440px; right: -310px; bottom: -310px; }

.site-footer { border-top: 1px solid var(--line); background: rgba(9, 1, 23, .7); }.footer-main { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; padding-block: 65px 55px; }.footer-brand p { margin: 21px 0 6px; color: #aea0c0; }.footer-platforms { color: #6f627e; font-size: 11px; }.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }.footer-links div { display: flex; flex-direction: column; gap: 11px; }.footer-links strong { margin-bottom: 4px; color: #fff; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }.footer-links a { color: #9486a6; font-size: 13px; transition: color .2s; }.footer-links a:hover { color: var(--cyan); }.footer-bottom { display: flex; min-height: 66px; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); color: #71647f; font-size: 11px; }.footer-bottom a:hover { color: var(--cyan); }
.toast { position: fixed; z-index: 100; right: 22px; bottom: 22px; width: min(calc(100% - 44px), 390px); padding: 15px 17px; border: 1px solid rgba(129, 230, 255, .25); border-radius: 13px; color: #e8e1f2; background: rgba(33, 8, 73, .96); box-shadow: var(--shadow); font-size: 13px; backdrop-filter: blur(18px); }.noscript { position: fixed; z-index: 120; left: 20px; right: 20px; bottom: 20px; padding: 14px 18px; border-radius: 12px; color: #24103a; background: var(--amber); text-align: center; font-weight: 650; }

/* Dashboard */
.dashboard-body, .legal-body { background: radial-gradient(circle at 70% 0, rgba(85, 35, 159, .28), transparent 28rem), #0d021f; }.dashboard-header { position: sticky; }.dashboard-label { flex: 1; margin-left: 3px; padding-left: 24px; border-left: 1px solid var(--line); color: #9588a7; font-size: 13px; }.dashboard-main { padding-block: 56px 100px; }.dashboard-welcome { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 34px; }.dashboard-welcome .eyebrow { margin-bottom: 13px; }.dashboard-welcome h1 { margin-bottom: 11px; font-size: 48px; }.dashboard-welcome p { margin: 0; }.service-health { display: flex; min-width: 255px; align-items: center; gap: 12px; padding: 13px 15px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255, 255, 255, .025); }.service-health p { display: flex; flex-direction: column; }.service-health strong { color: #fff; font-size: 11px; }.service-health small { color: #9184a4; font-size: 9px; }.dashboard-layout { display: grid; grid-template-columns: minmax(0, 1fr) 325px; align-items: start; gap: 18px; }.dashboard-content { display: grid; gap: 18px; }.dashboard-sidebar { display: grid; gap: 18px; position: sticky; top: 98px; }.dashboard-card, .sidebar-card { border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(145deg, rgba(41, 12, 82, .8), rgba(24, 6, 54, .82)); box-shadow: var(--shadow-soft); }.dashboard-card { padding: 29px; }.sidebar-card { padding: 25px; }.dashboard-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 24px; }.dashboard-card-head h2 { margin: 8px 0 0; font-size: 25px; }.state-badge { padding: 6px 9px; border: 1px solid var(--line); border-radius: 7px; color: #a698b9; background: rgba(255, 255, 255, .04); font-size: 9px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }.state-badge.is-active { border-color: rgba(92, 229, 173, .22); color: var(--green); background: rgba(92, 229, 173, .07); }.state-badge.is-pending { border-color: rgba(255, 209, 102, .22); color: var(--amber); background: rgba(255, 209, 102, .07); }.state-badge.is-expired { border-color: rgba(255, 123, 156, .22); color: var(--danger); background: rgba(255, 123, 156, .07); }.connect-intro { max-width: 650px; margin-bottom: 23px; font-size: 13px; line-height: 1.7; }.activation-form { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }.activation-form label { display: grid; gap: 7px; color: #d8cee4; font-size: 11px; font-weight: 720; }.activation-form input { width: 100%; height: 47px; padding: 0 13px; border: 1px solid var(--line-strong); border-radius: 11px; outline: 0; color: #fff; background: rgba(11, 2, 28, .5); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12px; transition: border-color .2s, box-shadow .2s; }.activation-form input:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(105, 226, 255, .09); }.password-field { position: relative; }.password-field input { padding-right: 60px; }.password-field button { position: absolute; top: 50%; right: 8px; padding: 5px 7px; border: 0; color: var(--cyan); background: transparent; cursor: pointer; font-size: 10px; font-weight: 720; transform: translateY(-50%); }.field-help { grid-column: 1 / -1; margin: -4px 0 0; color: #7f728f; font-size: 10px; }.form-actions { grid-column: 1 / -1; display: flex; align-items: center; gap: 10px; margin-top: 4px; }.form-actions .button { min-height: 44px; font-size: 13px; }.form-status { color: #a99cbc; font-size: 11px; }.form-status.is-error { color: var(--danger); }.membership-summary { margin-top: 27px; padding-top: 27px; border-top: 1px solid var(--line); }.plan-identity { display: flex; align-items: center; gap: 12px; }.plan-mark { display: grid; width: 47px; height: 47px; place-items: center; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.04); }.plan-identity p { display: flex; flex-direction: column; margin: 0; }.plan-identity strong { color: #fff; }.plan-identity small { font-size: 10px; }.summary-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 24px 0; overflow: hidden; border: 1px solid var(--line); border-radius: 13px; }.summary-grid div { display: flex; flex-direction: column; gap: 5px; padding: 15px; border-right: 1px solid var(--line); }.summary-grid div:last-child { border: 0; }.summary-grid span { color: #857791; font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }.summary-grid strong { font-size: 12px; }.membership-actions { display: flex; gap: 10px; }.membership-actions .button { min-height: 43px; font-size: 12px; }.dashboard-download-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }.dashboard-download-grid a { display: flex; flex-direction: column; align-items: center; gap: 9px; min-width: 0; padding: 15px 8px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255, 255, 255, .025); transition: border-color .2s, transform .2s; }.dashboard-download-grid a:hover { transform: translateY(-2px); border-color: rgba(112, 227, 255, .36); }.dashboard-download-grid a.is-unavailable { opacity: .55; cursor: not-allowed; }.dashboard-download-grid .download-os { width: 36px; height: 36px; border-radius: 10px; font-size: 12px; }.dashboard-download-grid p { display: flex; flex-direction: column; margin: 0; text-align: center; }.dashboard-download-grid strong { color: #fff; font-size: 11px; }.dashboard-download-grid small { font-size: 9px; }.dashboard-download-grid i { color: var(--cyan); font-size: 13px; font-style: normal; }.time-chip { padding: 6px 9px; border-radius: 7px; color: #a899ba; background: rgba(255, 255, 255, .04); font-size: 9px; }.dashboard-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 0; padding: 0; list-style: none; }.dashboard-steps li { display: flex; gap: 11px; padding: 15px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255, 255, 255, .022); }.dashboard-steps li > span { display: grid; flex: 0 0 auto; width: 24px; height: 24px; place-items: center; border-radius: 7px; color: #16052f; background: var(--cyan); font-size: 9px; font-weight: 850; }.dashboard-steps p { display: flex; flex-direction: column; gap: 5px; margin: 0; }.dashboard-steps strong { color: #fff; font-size: 11px; }.dashboard-steps small { font-size: 9px; line-height: 1.5; }.membership-mini .mini-price { display: flex; align-items: center; margin: 16px 0 4px; }.mini-price strong { color: #fff; font-size: 57px; line-height: 1; letter-spacing: -.06em; }.mini-price span { margin-left: 10px; color: #a99bb8; font-size: 10px; line-height: 1.35; }.membership-mini > p { font-size: 12px; line-height: 1.65; }.membership-mini > small { display: block; margin-top: 12px; color: #766983; font-size: 9px; text-align: center; }.support-icon { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(110, 229, 255, .18); border-radius: 11px; color: var(--cyan); background: rgba(83, 216, 255, .08); font-weight: 800; }.support-card h3 { margin: 17px 0 9px; font-size: 20px; }.support-card p, .safety-card p { font-size: 11px; line-height: 1.65; }.safety-card strong { color: #e5deee; }.compact-footer .footer-bottom { border-top: 0; }

.billing-route { display: grid; gap: 22px; }
.billing-route > p { max-width: 670px; margin: 0; font-size: 13px; line-height: 1.7; }
.billing-route .plan-identity { padding: 17px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255, 255, 255, .025); }
.portal-state { padding: 13px 15px; border-left: 2px solid var(--cyan); color: #9183a5 !important; background: rgba(88, 220, 255, .035); }

/* Legal and error pages */
.legal-main { padding-block: 80px 110px; }.legal-hero { padding-bottom: 44px; border-bottom: 1px solid var(--line); }.legal-hero .eyebrow { margin-bottom: 13px; }.legal-hero h1 { margin-bottom: 12px; font-size: 58px; }.legal-hero p { margin: 0; font-size: 13px; }.legal-layout { display: grid; grid-template-columns: 210px minmax(0, 760px); justify-content: center; gap: 80px; padding-top: 50px; }.legal-toc { position: sticky; top: 115px; display: flex; align-self: start; flex-direction: column; gap: 9px; padding: 17px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.02); }.legal-toc strong { margin-bottom: 4px; color: #fff; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }.legal-toc a { color: #8f82a0; font-size: 11px; transition: color .2s; }.legal-toc a:hover { color: var(--cyan); }.legal-copy section { scroll-margin-top: 110px; }.legal-copy h2 { margin: 48px 0 16px; font-size: 28px; }.legal-copy section:first-child h2 { margin-top: 0; }.legal-copy h3 { margin: 27px 0 10px; color: #eee8f5; font-size: 17px; letter-spacing: -.02em; }.legal-copy p { font-size: 15px; line-height: 1.8; }.legal-copy a { color: var(--cyan); text-decoration: underline; text-decoration-color: rgba(114, 232, 255, .3); text-underline-offset: 3px; }.legal-lede { padding: 22px 24px; border: 1px solid var(--line); border-radius: 15px; color: #d6cce2 !important; background: rgba(255,255,255,.025); }.error-body { display: grid; min-height: 100vh; place-items: center; background: radial-gradient(circle at center, rgba(88, 39, 158, .25), transparent 30rem), #0d021f; }.error-page { width: min(calc(100% - 40px), 600px); text-align: center; }.error-page .brand { justify-content: center; margin-bottom: 55px; }.error-code { display: block; color: var(--cyan); font-size: 12px; font-weight: 850; letter-spacing: .18em; }.error-page h1 { margin: 17px 0; font-size: 50px; }.error-page p { margin-bottom: 30px; }

@media (max-width: 1060px) {
  .desktop-nav { gap: 18px; }.desktop-nav a { font-size: 13px; }.nav-actions .text-link { display: none; }
  .hero { grid-template-columns: .88fr 1.12fr; }.hero-product { transform: scale(.88); transform-origin: center right; margin-left: -30px; }.hero h1 { font-size: 59px; }
  .pricing-shell { grid-template-columns: 1fr 440px; gap: 60px; }.security-card { gap: 45px; padding: 50px; }
  .dashboard-layout { grid-template-columns: 1fr 280px; }.summary-grid { grid-template-columns: 1fr 1fr; }.summary-grid div:nth-child(2) { border-right: 0; }.summary-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }.dashboard-download-grid { grid-template-columns: repeat(3, 1fr); }.dashboard-steps { grid-template-columns: 1fr; }
}

@media (max-width: 840px) {
  :root { --header-height: 68px; }.section-shell, .nav-shell { width: min(calc(100% - 32px), var(--shell)); }.section { padding-block: 88px; }
  .desktop-nav { display: none; }.menu-toggle { display: block; }.desktop-only { display: none !important; }
  .hero { display: flex; min-height: 0; flex-direction: column; padding-top: 132px; padding-bottom: 60px; }.hero-copy { width: 100%; padding-bottom: 0; text-align: center; }.hero-copy .eyebrow { justify-content: center; }.hero h1 { max-width: 740px; margin-inline: auto; font-size: clamp(47px, 9vw, 67px); }.hero-lede { margin-inline: auto; }.hero-actions, .checkout-note { justify-content: center; }.hero-product { width: 650px; max-width: none; margin: -12px 0 -40px; transform: scale(.85); transform-origin: center; }.hero-proof { width: 100%; grid-template-columns: 1fr 1fr; }.hero-proof div { padding: 16px 20px; border-bottom: 1px solid var(--line); }.hero-proof div:nth-child(2) { border-right: 0; }.hero-proof div:nth-child(3), .hero-proof div:nth-child(4) { border-bottom: 0; }.hero-proof div:nth-child(3) { padding-left: 0; }
  .platform-strip { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 23px; }.platform-wordmarks { width: 100%; flex-wrap: wrap; justify-content: flex-start; }
  .split-heading { grid-template-columns: 1fr; gap: 15px; }.feature-card-wide { flex-direction: column; }.feature-card-wide .feature-copy, .extend-visual, .control-panel-preview { width: 100%; }.feature-card-wide { align-items: flex-start; }.feature-control { flex-direction: column-reverse; }
  .process-grid { grid-template-columns: 1fr; gap: 10px; }.process-grid li { display: grid; min-height: auto; grid-template-columns: 130px 1fr; column-gap: 22px; border: 1px solid var(--line) !important; border-radius: 18px !important; }.step-number { grid-column: 1 / -1; }.step-visual { grid-row: 2 / span 2; height: 120px; margin: 16px 0 0; }.process-grid h3 { align-self: end; margin: 16px 0 8px; }
  .use-case-stage { grid-template-columns: 1fr; }.use-case-copy { padding: 40px; }.use-case-visual { min-height: 350px; }
  .compatibility-grid { grid-template-columns: 1fr; }.security-card { grid-template-columns: 1fr; }.pricing-shell { grid-template-columns: 1fr; }.pricing-copy { text-align: center; }.pricing-copy .eyebrow { justify-content: center; }.pricing-copy > p { margin-inline: auto; }.pricing-trust { justify-content: center; }.price-card { width: min(100%, 500px); margin-inline: auto; }
  .desktop-downloads { grid-template-columns: 1fr; }.companion-downloads { width: 100%; }.faq-layout { grid-template-columns: 1fr; gap: 30px; }.faq-heading { position: static; }.final-cta-inner { grid-template-columns: auto 1fr; }.final-cta-inner > .button { grid-column: 1 / -1; width: 100%; }.footer-main { grid-template-columns: 1fr; gap: 45px; }
  .dashboard-layout { grid-template-columns: 1fr; }.dashboard-sidebar { position: static; grid-template-columns: 1fr 1fr; }.membership-mini { grid-row: span 2; }.dashboard-welcome { align-items: flex-start; flex-direction: column; }.service-health { width: 100%; }.legal-layout { grid-template-columns: 1fr; gap: 30px; }.legal-toc { position: static; flex-direction: row; flex-wrap: wrap; }.legal-toc strong { width: 100%; }
}

@media (max-width: 600px) {
  .section-shell, .nav-shell { width: min(calc(100% - 24px), var(--shell)); }.section { padding-block: 72px; }.nav-shell { gap: 12px; }.nav-actions { gap: 9px; }.nav-actions > .button { display: none; }.brand { font-size: 17px; }.brand img { width: 34px; height: 34px; }
  .hero { padding-top: 112px; }.hero-copy { min-width: 0; }.hero-copy .eyebrow { flex-wrap: wrap; line-height: 1.55; }.hero h1 { max-width: 100%; font-size: clamp(35px, 10.2vw, 42px); overflow-wrap: anywhere; }.hero-lede { font-size: 16px; }.hero-actions { flex-direction: column; }.hero-actions .button { width: 100%; }.checkout-note { font-size: 11px; }.hero-product { width: 570px; height: 500px; margin: -20px 0 -60px; transform: scale(.64); }.hero-proof div { align-items: flex-start; flex-direction: column; gap: 2px; }.hero-proof strong { font-size: 19px; }.platform-wordmarks { gap: 16px 21px; }.platform-wordmarks span { font-size: 12px; }
  .section-heading { margin-bottom: 38px; }.section-heading h2 { font-size: 38px; }.section-heading p { font-size: 15px; }.feature-grid { grid-template-columns: 1fr; }.feature-card, .feature-card-wide { grid-column: span 1; min-height: 330px; padding: 25px; }.feature-card-wide { gap: 45px; }.feature-card h3 { font-size: 24px; }.feature-card p { font-size: 14px; }.extend-visual > svg { width: 55px; }.mini-monitor { width: 160px; height: 105px; }.mini-tablet { width: 75px; height: 115px; }.control-panel-preview { padding: 15px; }.privacy-route { left: 25px; right: 25px; }.latency-meter { left: 25px; right: 25px; }
  .process-grid li { display: block; padding: 24px; }.step-visual { height: 125px; margin-top: 15px; }.use-case-tabs { width: 100%; }.use-case-tabs button { min-width: 90px; }.use-case-copy { padding: 30px 24px; }.use-case-copy h3 { font-size: 27px; }.use-case-visual { min-height: 290px; }.canvas-panel { height: 200px; }.tools-panel { height: 230px; }
  .compat-card { min-height: auto; padding: 28px 22px; }.companion-devices { transform: scale(.82); margin: -25px -20px; }.security-card { padding: 30px 24px; border-radius: 24px; }.security-copy h2 { font-size: 37px; }.security-points { grid-template-columns: 1fr; }.pricing-copy h2 { font-size: 49px; }.price-card { padding: 27px 23px; }.price strong { font-size: 76px; }.price-topline em { display: none; }.companion-downloads { grid-template-columns: 1fr; }.release-status { align-items: flex-start; flex-wrap: wrap; }.release-status .inline-link { width: 100%; margin-left: 21px; }.faq-list summary { font-size: 14px; }.final-cta { padding-bottom: 72px; }.final-cta-inner { display: flex; align-items: flex-start; flex-direction: column; padding: 35px 27px; }.final-cta h2 { font-size: 31px; }.footer-main { padding-block: 50px 40px; }.footer-links { grid-template-columns: 1fr 1fr; row-gap: 32px; }.footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 5px; padding-block: 17px; }
  .dashboard-label { display: none; }.dashboard-main { padding-block: 38px 70px; }.dashboard-welcome h1 { font-size: 38px; }.dashboard-card { padding: 22px 18px; }.dashboard-card-head { align-items: flex-start; flex-direction: column; gap: 10px; }.activation-form { grid-template-columns: 1fr; }.activation-form label, .field-help, .form-actions { grid-column: 1; }.form-actions { align-items: stretch; flex-direction: column; }.summary-grid { grid-template-columns: 1fr; }.summary-grid div { border-right: 0; border-bottom: 1px solid var(--line); }.summary-grid div:nth-child(3) { border-bottom: 1px solid var(--line); }.membership-actions { flex-direction: column; }.dashboard-download-grid { grid-template-columns: 1fr 1fr; }.dashboard-sidebar { grid-template-columns: 1fr; }.membership-mini { grid-row: auto; }
  .legal-main { padding-block: 55px 80px; }.legal-hero h1 { font-size: 43px; }.legal-toc { display: none; }.legal-copy h2 { font-size: 24px; }.legal-copy p { font-size: 14px; }.error-page h1 { font-size: 39px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
