/* ==========================================================================
   CodeFuzion — site.css
   One stylesheet for every page. Sections:
   1 Tokens & themes · 2 Base · 3 Type & buttons · 4 Navigation · 5 Motion
   6 Home · 7 RestoreGuard · 8 Footer & 404 · 9 Responsive · 10 Reduced motion
   ========================================================================== */

/* 1. Tokens & themes ------------------------------------------------------ */
:root {
  --font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "SF Pro", "Helvetica Neue",
          "Inter", "Segoe UI Variable Display", "Segoe UI", Roboto, Arial, sans-serif;
  --mono: ui-monospace, "SF Mono", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;

  --ease: cubic-bezier(.4, 0, .2, 1);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --ease-in-out: cubic-bezier(.65, 0, .35, 1);
  --spring: cubic-bezier(.34, 1.56, .64, 1);

  --blue: #0071e3;
  --blue-hi: #0077ed;
  --c1: #22d3ee; --c2: #3b82f6; --c3: #8b5cf6; --c4: #ec4899; --c5: #f97316;
  --fusion: linear-gradient(90deg, var(--c1), var(--c2) 28%, var(--c3) 52%, var(--c4) 76%, var(--c5));

  --rg-deep: #030a1f;
  --rg-navy: #07153a;
  --rg-blue: #2f7bff;
  --rg-sky: #6cb4ff;
  --rg-teal: #00d4aa;
  --rg-grad: linear-gradient(90deg, #8ec5ff, #2f7bff 50%, #00d4aa);

  --green: #30d158; --amber: #ff9f0a; --red: #ff453a;

  --w: 980px;
  --w-wide: 1200px;
  --pad: 22px;
  --nav-h: 48px;
  --lnav-h: 52px;
  --r-xl: 36px; --r-lg: 28px; --r-md: 18px; --r-sm: 12px;

  /* Default surface: dark. Light sections redefine these locally. */
  --bg: #000; --fg: #f5f5f7; --fg2: #a1a1a6; --fg3: #86868b;
  --card: #161617; --card2: #1d1d1f; --line: rgba(255, 255, 255, .12);
  --link: #2997ff;
}
.t-dark  { --bg: #000;    --fg: #f5f5f7; --fg2: #a1a1a6; --fg3: #86868b; --card: #161617; --card2: #1d1d1f; --line: rgba(255,255,255,.12); --link: #2997ff; }
.t-navy  { --bg: var(--rg-deep); --fg: #f5f5f7; --fg2: #9fb0cf; --fg3: #7b8db0; --card: rgba(255,255,255,.04); --card2: rgba(255,255,255,.07); --line: rgba(108,180,255,.16); --link: #6cb4ff; }
.t-light { --bg: #fff;    --fg: #1d1d1f; --fg2: #6e6e73; --fg3: #86868b; --card: #f5f5f7; --card2: #fff;    --line: rgba(0,0,0,.1);  --link: #0066cc; }
.t-gray  { --bg: #f5f5f7; --fg: #1d1d1f; --fg2: #6e6e73; --fg3: #86868b; --card: #fff;    --card2: #fbfbfd; --line: rgba(0,0,0,.08); --link: #0066cc; }
.t-dark, .t-navy, .t-light, .t-gray { background: var(--bg); color: var(--fg); }

/* 2. Base ------------------------------------------------------------------ */
*, *::before, *::after { box-sizing: border-box; }
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--nav-h) + 12px);
  background: #000;
}
.page-rg { scroll-padding-top: calc(var(--lnav-h) + 12px); }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.47059;
  font-weight: 400;
  letter-spacing: -.022em;
  color: var(--fg);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
main { display: block; overflow-x: clip; }
h1, h2, h3, h4, p, ul, ol, figure, blockquote, dl, dd { margin: 0; }
ul, ol { padding: 0; list-style: none; }
a { color: inherit; text-decoration: none; }
img, svg, canvas, video { display: block; max-width: 100%; }
img { height: auto; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
strong { font-weight: 600; }
:focus-visible { outline: 2px solid var(--link); outline-offset: 3px; border-radius: 6px; }
::selection { background: rgba(139, 92, 246, .35); color: #fff; }

.skip-link {
  position: fixed; left: 12px; top: -60px; z-index: 1000;
  padding: 10px 16px; border-radius: 10px; background: #fff; color: #000; font-size: 14px;
  transition: top .2s var(--ease);
}
.skip-link:focus { top: 12px; }
.sr-only {
  position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.svg-defs { position: absolute; width: 0; height: 0; overflow: hidden; }

.container { width: 100%; max-width: calc(var(--w) + var(--pad) * 2); margin-inline: auto; padding-inline: var(--pad); }
.container.wide { max-width: calc(var(--w-wide) + var(--pad) * 2); }
.section { padding-block: clamp(96px, 13vw, 168px); }
.section-head { margin-bottom: clamp(48px, 6vw, 80px); }
.section-head.center { text-align: center; }
.section-head.center .lede { margin-inline: auto; }

/* 3. Type & buttons -------------------------------------------------------- */
.eyebrow {
  display: block; margin-bottom: 14px;
  font-size: clamp(17px, 1.5vw, 21px); line-height: 1.2; font-weight: 600; letter-spacing: .004em;
  color: var(--fg2);
}
.eyebrow.is-grad, .eyebrow .is-grad { background: var(--fusion); -webkit-background-clip: text; background-clip: text; color: transparent; }
.eyebrow.is-rg { color: var(--rg-sky); }
.headline {
  font-size: clamp(40px, 6.2vw, 80px); line-height: 1.05; font-weight: 700; letter-spacing: -.028em;
  text-wrap: balance;
}
.headline-md {
  font-size: clamp(34px, 4.8vw, 56px); line-height: 1.07; font-weight: 700; letter-spacing: -.024em;
  text-wrap: balance;
}
.lede {
  max-width: 780px; margin-top: 26px;
  font-size: clamp(19px, 1.9vw, 24px); line-height: 1.38; font-weight: 600; letter-spacing: .002em;
  color: var(--fg2); text-wrap: pretty;
}
.lede strong { color: var(--fg); }
.grad-text {
  background: var(--fusion); background-size: 200% 100%;
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
  animation: gradPan 9s ease-in-out infinite alternate;
}
.grad-rg {
  background: var(--rg-grad); background-size: 160% 100%;
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
  animation: gradPan 8s ease-in-out infinite alternate;
}
@keyframes gradPan { from { background-position: 0% 50%; } to { background-position: 100% 50%; } }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .4em;
  min-height: 44px; padding: 11px 22px; border-radius: 980px;
  background: var(--blue); color: #fff;
  font-size: 17px; line-height: 1.2; font-weight: 400; letter-spacing: -.022em; white-space: nowrap;
  transition: background-color .2s var(--ease), transform .25s var(--ease), box-shadow .3s var(--ease);
}
.btn:hover { background: var(--blue-hi); box-shadow: 0 8px 30px rgba(0, 113, 227, .35); }
.btn:active { transform: scale(.97); }
.btn-lg { min-height: 54px; padding: 15px 32px; font-size: 19px; }
.btn-sm { min-height: 0; padding: 5px 12px; font-size: 12px; letter-spacing: -.01em; }
.btn-white { background: #f5f5f7; color: #1d1d1f; }
.btn-white:hover { background: #fff; box-shadow: 0 10px 40px rgba(255, 255, 255, .18); }
.btn-ghost { background: transparent; color: var(--link); box-shadow: inset 0 0 0 1px currentColor; }
.btn-ghost:hover { background: var(--link); color: #fff; box-shadow: none; }

/* Liquid Glass: a frosted capsule that saturates and brightens what's behind it, a rim that
   catches light (bright top-left and bottom-right, with a faint colour fringe), a specular
   highlight that follows the pointer (--gx/--gy from site.js), an occasional sheen, and a soft
   press. */
.btn-liquid {
  --gx: 32%; --gy: 0%;
  position: relative; isolation: isolate; overflow: hidden;
  min-height: 56px; padding: 15px 38px;
  color: #fff; font-weight: 600; letter-spacing: -.01em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .28);
  background: linear-gradient(180deg, rgba(255, 255, 255, .22) 0%, rgba(255, 255, 255, .07) 52%, rgba(255, 255, 255, .13) 100%);
  -webkit-backdrop-filter: blur(20px) saturate(160%) brightness(1.1);
  backdrop-filter: blur(20px) saturate(160%) brightness(1.1);
  box-shadow:
    inset 0 1.5px 0 rgba(255, 255, 255, .55),
    inset 0 3px 8px rgba(255, 255, 255, .2),
    inset 0 -1px 1px rgba(255, 255, 255, .18),
    inset 0 -4px 10px rgba(255, 255, 255, .1),
    inset 0 0 0 1px rgba(255, 255, 255, .06),
    0 14px 34px rgba(0, 0, 0, .34),
    0 2px 6px rgba(0, 0, 0, .22);
  transition: transform .6s var(--spring), box-shadow .35s var(--ease), background-color .35s var(--ease);
}
.btn-liquid::before {
  content: ""; position: absolute; inset: 0; z-index: -1; border-radius: inherit; pointer-events: none;
  background:
    radial-gradient(150px 80px at var(--gx) var(--gy), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0) 70%),
    radial-gradient(120% 90% at 50% 125%, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0) 62%);
  opacity: .75; transition: opacity .35s var(--ease);
}
.btn-liquid::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1.25px; pointer-events: none;
  background: linear-gradient(130deg, rgba(255, 255, 255, .95) 0%, rgba(190, 225, 255, .36) 24%, rgba(255, 255, 255, .05) 50%,
    rgba(255, 200, 245, .3) 78%, rgba(255, 255, 255, .75) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.lg-sheen {
  position: absolute; top: 0; bottom: 0; left: -60%; z-index: -1; width: 45%; pointer-events: none;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .34) 50%, transparent);
  transform: skewX(-18deg); animation: lgSheen 6.5s var(--ease-in-out) 2s infinite;
}
@keyframes lgSheen { 0%, 72% { left: -60%; } 100% { left: 130%; } }
.btn-liquid:hover {
  background: linear-gradient(180deg, rgba(255, 255, 255, .28) 0%, rgba(255, 255, 255, .1) 52%, rgba(255, 255, 255, .17) 100%);
  box-shadow:
    inset 0 1.5px 0 rgba(255, 255, 255, .65),
    inset 0 3px 10px rgba(255, 255, 255, .26),
    inset 0 -1px 1px rgba(255, 255, 255, .22),
    inset 0 -4px 12px rgba(255, 255, 255, .13),
    inset 0 0 0 1px rgba(255, 255, 255, .08),
    0 18px 44px rgba(0, 0, 0, .38),
    0 2px 6px rgba(0, 0, 0, .22);
  transform: translateY(-1px);
}
.btn-liquid:hover::before { opacity: 1; }
.btn-liquid:active { transform: scale(.965); transition-duration: .14s; }

.link-arrow {
  display: inline-flex; align-items: center; gap: .32em;
  color: var(--link); font-size: 17px; letter-spacing: -.022em;
}
.link-arrow::after {
  content: ""; width: .42em; height: .42em; margin-left: .02em;
  border-top: .1em solid currentColor; border-right: .1em solid currentColor;
  transform: rotate(45deg); transition: transform .25s var(--ease);
}
.link-arrow:hover { text-decoration: underline; text-underline-offset: .18em; }
.link-arrow:hover::after { transform: translateX(3px) rotate(45deg); }
.link-lg { font-size: 19px; }

.chip {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 11px; border-radius: 980px;
  font-size: 12px; line-height: 1.4; font-weight: 600; letter-spacing: .01em;
  color: var(--rg-sky); background: rgba(108, 180, 255, .12); box-shadow: inset 0 0 0 1px rgba(108, 180, 255, .3);
}
.chip-soon { color: var(--amber); background: rgba(255, 159, 10, .12); box-shadow: inset 0 0 0 1px rgba(255, 159, 10, .35); }

/* 4. Navigation ------------------------------------------------------------ */
.gnav {
  position: sticky; top: 0; z-index: 100;
  height: var(--nav-h); color: #f5f5f7; isolation: isolate;
}
.gnav::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: rgba(0, 0, 0, .72);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  transition: background-color .4s var(--ease);
}
.gnav::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  background: rgba(255, 255, 255, .09); opacity: 0; transition: opacity .3s var(--ease);
}
.gnav.is-scrolled::after { opacity: 1; }
.page-rg .gnav { position: relative; }
.page-rg .gnav::after { opacity: 1; }
.gnav-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 100%; max-width: 1024px; margin: 0 auto; padding: 0 var(--pad);
}
.brand {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 17px; font-weight: 600; letter-spacing: -.02em; color: #f5f5f7;
}
.brand-mark { width: 24px; height: 24px; flex: none; transition: transform .7s var(--spring); }
.brand:hover .brand-mark { transform: rotate(90deg) scale(1.08); }
.gnav-links { display: flex; align-items: center; gap: clamp(22px, 3.4vw, 42px); }
.gnav-links a {
  font-size: 12px; letter-spacing: -.01em; color: rgba(245, 245, 247, .8);
  transition: color .2s var(--ease);
}
.gnav-links a:hover, .gnav-links a[aria-current="page"] { color: #fff; }
.gnav-toggle { display: none; position: relative; width: 44px; height: 44px; margin-right: -12px; }
.gnav-toggle span {
  position: absolute; left: 14px; width: 16px; height: 1.5px; border-radius: 1px; background: #f5f5f7;
  transition: transform .4s var(--ease), top .4s var(--ease);
}
.gnav-toggle span:first-child { top: 18px; }
.gnav-toggle span:last-child { top: 25px; }
.gnav.is-open .gnav-toggle span:first-child { top: 21.5px; transform: rotate(45deg); }
.gnav.is-open .gnav-toggle span:last-child { top: 21.5px; transform: rotate(-45deg); }
.gnav.is-open::before { background: rgba(0, 0, 0, .94); }
/* Light glass over light sections (site.js toggles .on-light) */
.gnav, .lnav { transition: color .35s var(--ease); }
.gnav .brand, .gnav-links a, .lnav-links a { transition: color .35s var(--ease); }
.gnav-toggle span { transition: transform .4s var(--ease), top .4s var(--ease), background-color .35s var(--ease); }
.gnav.on-light:not(.is-open)::before { background: rgba(251, 251, 253, .8); }
.gnav.on-light:not(.is-open)::after { background: rgba(0, 0, 0, .1); opacity: 1; }
.gnav.on-light:not(.is-open) .brand { color: #1d1d1f; }
.gnav.on-light:not(.is-open) .gnav-links a { color: rgba(29, 29, 31, .78); }
.gnav.on-light:not(.is-open) .gnav-links a:hover, .gnav.on-light:not(.is-open) .gnav-links a[aria-current="page"] { color: #000; }
.gnav.on-light:not(.is-open) .gnav-toggle span { background: #1d1d1f; }

/* Local (product) nav — RestoreGuard page */
.lnav { position: sticky; top: 0; z-index: 99; height: var(--lnav-h); color: #f5f5f7; isolation: isolate; }
.lnav::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: rgba(3, 10, 31, .72);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid rgba(108, 180, 255, .14);
}
.lnav-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  height: 100%; max-width: 1024px; margin: 0 auto; padding: 0 var(--pad);
}
.lnav-title { display: inline-flex; align-items: center; gap: 10px; font-size: 21px; font-weight: 600; letter-spacing: .005em; }
.lnav-title img { width: 28px; height: 28px; }
.lnav-menu { display: flex; align-items: center; gap: 24px; }
.lnav-links { display: flex; align-items: center; gap: 24px; }
.lnav-links a { font-size: 12px; color: rgba(245, 245, 247, .78); transition: color .2s var(--ease); }
.lnav-links a:hover, .lnav-links a.is-active { color: #fff; }
.lnav.on-light { color: #1d1d1f; }
.lnav.on-light::before { background: rgba(251, 251, 253, .82); border-bottom-color: rgba(0, 0, 0, .1); }
.lnav.on-light .lnav-links a { color: rgba(29, 29, 31, .72); }
.lnav.on-light .lnav-links a:hover, .lnav.on-light .lnav-links a.is-active { color: #000; }
.lnav-toggle { display: none; width: 32px; height: 32px; place-items: center; }
.lnav-toggle::before {
  content: ""; width: 8px; height: 8px; margin-top: -4px;
  border-right: 1.5px solid #f5f5f7; border-bottom: 1.5px solid #f5f5f7;
  transform: rotate(45deg); transition: transform .35s var(--ease), margin .35s var(--ease);
}
.lnav.is-open .lnav-toggle::before { transform: rotate(225deg); margin-top: 4px; }
.lnav.on-light .lnav-toggle::before { border-color: #1d1d1f; }

/* 5. Motion primitives ----------------------------------------------------- */
.js [data-reveal] {
  opacity: 0; transform: translate3d(0, 44px, 0);
  transition: opacity 1s var(--ease-out), transform 1.2s var(--ease-out);
  transition-delay: var(--rd, 0s);
}
.js [data-reveal="fade"] { transform: none; }
.js [data-reveal="zoom"] { transform: scale(.94); }
.js [data-reveal].is-in { opacity: 1; transform: none; }

@keyframes fadeUp { from { opacity: 0; transform: translate3d(0, 26px, 0); } to { opacity: 1; transform: none; } }
@keyframes wordIn { from { opacity: 0; transform: translate3d(0, .32em, 0); filter: blur(14px); } to { opacity: 1; transform: none; filter: blur(0); } }
@keyframes floaty { 0%, 100% { transform: translate3d(0, 0, 0); } 50% { transform: translate3d(0, -12px, 0); } }
@keyframes breathe { 0%, 100% { opacity: .75; transform: translateX(-50%) scale(1); } 50% { opacity: 1; transform: translateX(-50%) scale(1.08); } }
@keyframes ringOut { 0% { transform: scale(.45); opacity: 0; } 12% { opacity: .9; } 100% { transform: scale(3.2); opacity: 0; } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes dashFlow { to { stroke-dashoffset: -48; } }
@keyframes pulseDot { 0% { box-shadow: 0 0 0 0 currentColor; } 70% { box-shadow: 0 0 0 10px transparent; } 100% { box-shadow: 0 0 0 0 transparent; } }
@keyframes blink { 50% { opacity: 0; } }
@keyframes marquee { to { transform: translate3d(calc(-50% - 7px), 0, 0); } }

/* 6. Home ------------------------------------------------------------------ */
/* Hero */
.hero {
  position: relative; isolation: isolate; overflow: clip;
  display: grid; place-items: center;
  min-height: 100vh; min-height: 100svh;
  margin-top: calc(var(--nav-h) * -1);
  background: #000; color: #f5f5f7;
}
.hero-canvas {
  position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%;
  opacity: calc(1 - var(--p, 0) * 1.15);
  transform: scale(calc(1 + var(--p, 0) * .35));
}
.hero-shade {
  position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(46% 34% at 50% 50%, rgba(0, 0, 0, .36), rgba(0, 0, 0, 0) 75%),
    radial-gradient(38% 16% at 50% 66%, rgba(0, 0, 0, .55), rgba(0, 0, 0, 0) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .55) 0, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 74%, #000 100%);
}
.hero-inner {
  position: relative; max-width: 1140px; text-align: center;
  padding: calc(var(--nav-h) + 56px) var(--pad) 112px;
  opacity: calc(1 - var(--p, 0) * 1.7);
  transform: translate3d(0, calc(var(--p, 0) * -90px), 0) scale(calc(1 - var(--p, 0) * .06));
}
.hero-kicker {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 30px;
  padding: 7px 16px 7px 12px; border-radius: 980px;
  font-size: 14px; font-weight: 500; letter-spacing: -.005em; color: #d2d2d7;
  background: rgba(255, 255, 255, .06); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  animation: fadeUp 1s .1s var(--ease-out) backwards;
}
.kicker-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--fusion); box-shadow: 0 0 14px #8b5cf6; }
.hero-title {
  font-size: clamp(52px, 10.4vw, 132px); line-height: 1.0; font-weight: 700; letter-spacing: -.036em;
  text-shadow: 0 4px 60px rgba(0, 0, 0, .45);
}
.hero-title .hl { display: block; }
.hero-title .w { display: inline-block; animation: wordIn 1.2s var(--ease-out) backwards; animation-delay: calc(.25s + var(--i, 0) * .11s); }
.hero-title .hl-2 { padding-bottom: .1em; animation: wordIn 1.5s .55s var(--ease-out) backwards; }
.hero-title .grad-text { text-shadow: none; }
.hero-sub {
  max-width: 740px; margin: 30px auto 0;
  font-size: clamp(19px, 1.9vw, 24px); line-height: 1.4; font-weight: 500; color: #b4b4ba;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .9), 0 0 18px rgba(0, 0, 0, .85), 0 0 42px rgba(0, 0, 0, .7);
  animation: fadeUp 1.2s .9s var(--ease-out) backwards;
}
.hero-sub a {
  color: #f5f5f7; font-weight: 600;
  background: linear-gradient(currentColor, currentColor) 0 100% / 0 1px no-repeat;
  transition: background-size .35s var(--ease);
}
.hero-sub a:hover { background-size: 100% 1px; }
.hero-ctas {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 18px 30px;
  margin-top: 42px; animation: fadeUp 1.2s 1.05s var(--ease-out) backwards;
}
.scroll-cue {
  position: absolute; left: 50%; bottom: 30px; width: 26px; height: 42px; margin-left: -13px;
  border-radius: 14px; box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, .32);
  opacity: calc(1 - var(--p, 0) * 6);
}
.scroll-cue span {
  position: absolute; left: 50%; top: 9px; width: 3px; height: 8px; margin-left: -1.5px;
  border-radius: 2px; background: #fff; animation: cue 1.9s var(--ease-in-out) infinite;
}
@keyframes cue { 0% { transform: translateY(0); opacity: 0; } 30% { opacity: 1; } 80% { transform: translateY(13px); opacity: 0; } 100% { opacity: 0; } }

/* Manifesto — words light up as they scroll through */
.manifesto { padding-block: clamp(120px, 17vw, 230px); background: #000; }
.scrub {
  max-width: 1020px;
  font-size: clamp(30px, 4.5vw, 62px); line-height: 1.14; font-weight: 700; letter-spacing: -.025em;
  color: rgba(245, 245, 247, .16);
}
.scrub .sw { color: rgba(245, 245, 247, .16); transition: color .4s var(--ease); }
.scrub .sw.lit { color: #f5f5f7; }
.scrub .accent .sw.lit { color: var(--wc, #f5f5f7); }

/* Product spotlight */
.spotlight { padding-block: clamp(24px, 4vw, 48px) clamp(100px, 13vw, 170px); background: #000; }
.rg-tile {
  position: relative; isolation: isolate; overflow: hidden;
  padding: clamp(56px, 7vw, 96px) clamp(20px, 4vw, 56px) 0;
  border-radius: var(--r-xl); text-align: center; color: #f5f5f7;
  background: radial-gradient(120% 70% at 50% 0%, #1a3f96 0%, #0b2260 30%, #061233 58%, #030a1f 100%);
  box-shadow: inset 0 0 0 1px rgba(108, 180, 255, .14), 0 40px 120px rgba(20, 60, 160, .25);
}
.rg-tile-glow {
  position: absolute; left: 50%; top: -12%; z-index: -1; width: 960px; height: 620px;
  background: radial-gradient(closest-side, rgba(47, 123, 255, .5), rgba(47, 123, 255, 0));
  filter: blur(10px); animation: breathe 7s ease-in-out infinite; transform: translateX(-50%);
}
.rg-rings { position: absolute; left: 50%; top: calc(clamp(56px, 7vw, 96px) + 84px); z-index: -1; width: 0; height: 0; }
.rg-rings i {
  position: absolute; left: -150px; top: -150px; width: 300px; height: 300px; border-radius: 50%;
  border: 1px solid rgba(108, 180, 255, .38); opacity: 0; animation: ringOut 6.4s var(--ease-out) infinite;
}
.rg-rings i:nth-child(2) { animation-delay: 1.6s; }
.rg-rings i:nth-child(3) { animation-delay: 3.2s; }
.rg-rings i:nth-child(4) { animation-delay: 4.8s; }
.rg-tile-icon {
  width: 168px; height: 168px; margin: 0 auto;
  filter: drop-shadow(0 30px 60px rgba(20, 80, 255, .5));
  animation: floaty 6s ease-in-out infinite;
}
.rg-badge {
  display: inline-block; margin-top: 30px;
  font-size: 15px; font-weight: 600; letter-spacing: .01em;
  background: var(--rg-grad); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.rg-tile-title {
  margin-top: 4px; font-size: clamp(46px, 6.6vw, 84px); line-height: 1.04; font-weight: 700; letter-spacing: -.032em;
  background: linear-gradient(180deg, #fff 35%, #a9ccff); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.rg-tile-tagline { margin-top: 10px; font-size: clamp(22px, 2.6vw, 32px); line-height: 1.2; font-weight: 600; letter-spacing: -.016em; }
.rg-tile-copy { max-width: 640px; margin: 16px auto 0; font-size: clamp(17px, 1.6vw, 19px); color: #a9b8d6; }
.rg-tile-ctas { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 16px 30px; margin-top: 34px; }
.rg-tile .link-arrow { color: var(--rg-sky); }

.fleet {
  --cols: 16;
  display: grid; grid-template-columns: repeat(var(--cols), minmax(0, 1fr)); gap: clamp(8px, 1.3vw, 18px);
  max-width: 1000px; margin: clamp(52px, 6vw, 76px) auto 0; padding-bottom: clamp(36px, 5vw, 60px);
  -webkit-mask-image: linear-gradient(180deg, #000 55%, transparent);
  mask-image: linear-gradient(180deg, #000 55%, transparent);
}
.mac { position: relative; aspect-ratio: 1.42; }
.mac::before {
  content: ""; position: absolute; left: 9%; right: 9%; top: 0; bottom: 24%;
  border-radius: 10% 10% 3% 3% / 14% 14% 4% 4%;
  background: rgba(108, 180, 255, .06); box-shadow: inset 0 0 0 1.5px rgba(108, 180, 255, .26);
  transition: background-color .5s var(--ease), box-shadow .5s var(--ease);
}
.mac::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 13%; height: 10%;
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
  background: rgba(108, 180, 255, .26); transition: background-color .5s var(--ease);
}
.mac i {
  position: absolute; left: 50%; top: 38%; width: 30%; aspect-ratio: 1; border-radius: 50%;
  transform: translate(-50%, -50%) scale(.3); opacity: 0;
  transition: opacity .35s var(--ease), transform .5s var(--spring), background-color .35s var(--ease);
}
.mac.is-backing i {
  opacity: 1; transform: translate(-50%, -50%) scale(1);
  border: 2px solid rgba(108, 180, 255, .3); border-top-color: var(--rg-sky);
  animation: macSpin .8s linear infinite;
}
@keyframes macSpin { to { transform: translate(-50%, -50%) rotate(360deg); } }
.mac.is-safe::before { background: rgba(48, 209, 88, .1); box-shadow: inset 0 0 0 1.5px rgba(48, 209, 88, .55); }
.mac.is-safe::after { background: rgba(48, 209, 88, .4); }
.mac.is-safe i { opacity: 1; transform: translate(-50%, -50%) scale(1); background: var(--green); box-shadow: 0 0 12px rgba(48, 209, 88, .6); }
.mac.is-safe i::after {
  content: ""; position: absolute; left: 33%; top: 22%; width: 28%; height: 46%;
  border-right: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(45deg);
}
.rg-tile-facts {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 calc(clamp(20px, 4vw, 56px) * -1); border-top: 1px solid rgba(108, 180, 255, .15);
}
.rg-tile-facts li { padding: 26px 18px; font-size: 14px; color: #8fa3c8; }
.rg-tile-facts li + li { border-left: 1px solid rgba(108, 180, 255, .15); }
.rg-tile-facts strong { display: block; margin-bottom: 2px; font-size: 17px; color: #fff; }

/* Craft — bento grid */
.craft { padding-block: clamp(100px, 13vw, 170px); }
.bento { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.bento-card {
  position: relative; isolation: isolate; overflow: hidden;
  display: flex; flex-direction: column; gap: 30px;
  min-height: 440px; padding: clamp(28px, 3vw, 40px);
  border-radius: var(--r-lg); background: var(--card);
}
.bento-card h3 { font-size: clamp(24px, 2.3vw, 30px); line-height: 1.12; font-weight: 700; letter-spacing: -.02em; }
.bento-card p { max-width: 470px; margin-top: 10px; font-size: 17px; color: var(--fg2); }
.span-2 { grid-column: span 2; }
.span-3 { grid-column: 1 / -1; }
.card-dark { --card: #0b0b0d; --fg: #f5f5f7; --fg2: #a1a1a6; --line: rgba(255,255,255,.1); color: var(--fg); }
.spot::before {
  content: ""; position: absolute; inset: 0; z-index: -1; opacity: 0; pointer-events: none;
  background: radial-gradient(480px circle at var(--mx, 50%) var(--my, 50%), var(--spot, rgba(139, 92, 246, .14)), transparent 60%);
  transition: opacity .4s var(--ease);
}
.spot:hover::before { opacity: 1; }

/* Code window */
.code-window {
  margin-top: auto; border-radius: 14px; overflow: hidden;
  background: #1c1c1e; color: #e5e5ea;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .22), inset 0 0 0 1px rgba(255, 255, 255, .06);
  font-family: var(--mono); font-size: 13px; line-height: 1.75; letter-spacing: 0;
}
.cw-bar { display: flex; align-items: center; gap: 8px; height: 38px; padding: 0 14px; background: #2a2a2d; border-bottom: 1px solid rgba(255, 255, 255, .06); }
.cw-bar i { width: 12px; height: 12px; border-radius: 50%; background: #ff5f57; }
.cw-bar i:nth-child(2) { background: #febc2e; }
.cw-bar i:nth-child(3) { background: #28c840; }
.cw-bar span { margin-left: 10px; font-family: var(--font); font-size: 12px; color: #98989d; letter-spacing: -.01em; }
.cw-code { margin: 0; padding: 18px 22px 22px; overflow: hidden; white-space: pre; }
.cw-code .ln { display: block; width: 0; overflow: hidden; white-space: pre; }
.cw-code .ln:last-child::after { content: "▍"; color: var(--c1); animation: blink 1s steps(1) infinite; }
.is-in .cw-code .ln { animation: typeLine calc(var(--ch, 30) * 22ms) steps(var(--ch, 30)) forwards; animation-delay: var(--dl, 0s); }
@keyframes typeLine { to { width: calc(var(--ch, 30) * 1ch + 1ch); } }
.tk { color: #fc5fa3; } .tt { color: #d0a8ff; } .tf { color: #67b7a4; } .ts { color: #fc6a5d; } .tc { color: #7f8c98; font-style: italic; } .tn { color: #d9c97c; }

/* Jamf graph */
.jamf-graph { width: 100%; max-width: 340px; margin: auto auto 0; overflow: visible; }
.jamf-graph .jg-link { stroke: var(--line); stroke-width: 1.5; }
.jamf-graph .jg-flow { stroke: url(#jg-grad); stroke-width: 2; stroke-dasharray: 6 18; animation: dashFlow 1.6s linear infinite; }
.jamf-graph .jg-node rect { fill: var(--card2); stroke: var(--line); }
.jamf-graph .jg-node text { fill: var(--fg); font-family: var(--font); font-size: 11.5px; font-weight: 500; letter-spacing: -.01em; }
.jamf-graph .jg-core rect { fill: #1d1d1f; stroke: none; }
.jamf-graph .jg-core text { fill: #fff; font-size: 13px; font-weight: 600; }
.jamf-graph .jg-node { transform-box: fill-box; transform-origin: center; transition: transform .5s var(--spring); }
.is-in .jamf-graph .jg-node { animation: nodePop .7s var(--spring) backwards; animation-delay: var(--nd, 0s); }
@keyframes nodePop { from { transform: scale(.4); opacity: 0; } }

/* Lock orbit */
.lock-orbit { position: relative; width: 220px; height: 220px; margin: auto auto 6px; }
.lock-orbit .lo-ring { position: absolute; inset: 0; border-radius: 50%; border: 1px dashed rgba(255, 255, 255, .22); animation: spin 26s linear infinite; }
.lock-orbit .lo-ring:nth-child(2) { inset: 26px; border-style: solid; border-color: rgba(139, 92, 246, .35); animation-duration: 14s; animation-direction: reverse; }
.lock-orbit .lo-ring:nth-child(3) { inset: 52px; border-color: rgba(34, 211, 238, .35); animation-duration: 9s; }
.lock-orbit .lo-ring::after {
  content: ""; position: absolute; left: 50%; top: -4px; width: 8px; height: 8px; margin-left: -4px; border-radius: 50%;
  background: var(--c1); box-shadow: 0 0 14px var(--c1);
}
.lock-orbit .lo-ring:nth-child(2)::after { background: var(--c3); box-shadow: 0 0 14px var(--c3); }
.lock-orbit .lo-ring:nth-child(3)::after { background: var(--c4); box-shadow: 0 0 14px var(--c4); }
.lock-orbit .lo-core {
  position: absolute; inset: 78px; display: grid; place-items: center; border-radius: 50%;
  background: radial-gradient(circle at 50% 35%, #2b2b30, #0e0e10); box-shadow: 0 0 40px rgba(139, 92, 246, .45), inset 0 0 0 1px rgba(255, 255, 255, .12);
}
.lock-orbit .lo-core svg { width: 30px; height: 30px; }
.tagrow { display: flex; flex-wrap: wrap; gap: 8px; }
.tagrow span {
  padding: 5px 11px; border-radius: 980px; font-size: 12px; font-weight: 500; color: var(--fg2);
  box-shadow: inset 0 0 0 1px var(--line); background: var(--card2);
}

/* Mini dashboard */
.mini-dash {
  display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 20px; margin-top: auto;
  padding: 22px; border-radius: 20px; background: var(--card2); box-shadow: inset 0 0 0 1px var(--line);
}
.md-donut { position: relative; width: 150px; height: 150px; margin: 0 auto; }
.md-donut svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.md-donut .d-track { stroke: var(--line); }
.md-donut .d-val { stroke: url(#donut-grad); stroke-linecap: round; stroke-dasharray: 0 400; transition: stroke-dasharray 1.8s var(--ease-out) .3s; }
.is-in .md-donut .d-val { stroke-dasharray: calc(3.7699 * 96) 400; }
.md-donut-label { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; }
.md-donut-label b { font-size: 30px; line-height: 1; font-weight: 700; letter-spacing: -.03em; }
.md-donut-label span { margin-top: 4px; font-size: 11px; color: var(--fg2); letter-spacing: 0; }
.md-right { display: flex; flex-direction: column; gap: 14px; min-width: 0; }
.md-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: 13px; font-weight: 600; }
.live { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 500; color: var(--green); }
.live::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; animation: pulseDot 2s infinite; }
.md-bars { display: flex; align-items: flex-end; gap: 8px; height: 84px; }
.md-bars i {
  flex: 1; height: var(--h); border-radius: 6px 6px 3px 3px;
  background: linear-gradient(180deg, var(--c3), var(--c2)); opacity: .9;
  transform: scaleY(0); transform-origin: bottom; transition: transform 1.1s var(--ease-out);
  transition-delay: calc(.3s + var(--i) * 70ms);
}
.is-in .md-bars i { transform: scaleY(1); }
.md-rows { display: grid; gap: 8px; font-size: 12px; }
.md-rows li { display: flex; align-items: center; gap: 8px; color: var(--fg2); letter-spacing: -.005em; white-space: nowrap; overflow: hidden; }
.md-rows b { color: var(--fg); font-weight: 600; }
.md-rows em { margin-left: auto; font-style: normal; color: var(--fg3); }
.dot { width: 8px; height: 8px; border-radius: 50%; flex: none; background: var(--green); }
.dot.amber { background: var(--amber); }
.dot.blue { background: var(--rg-blue); }

/* Real hardware card */
.card-hw { flex-direction: row; align-items: center; gap: clamp(28px, 4vw, 64px); min-height: 0; }
.card-hw .bc-text { flex: 1 1 360px; }
.hw-row { flex: 1.3 1 480px; display: flex; align-items: flex-end; justify-content: center; gap: clamp(16px, 3vw, 40px); }
.hw { position: relative; }
.hw svg { width: 100%; height: auto; stroke: var(--fg); stroke-width: 2; fill: none; stroke-linejoin: round; stroke-linecap: round; opacity: .85; }
.hw-1 { width: 42%; } .hw-2 { width: 30%; } .hw-3 { width: 18%; }
.hw-check {
  position: absolute; right: -6px; top: -6px; width: 30px; height: 30px; border-radius: 50%;
  display: grid; place-items: center; background: var(--green); box-shadow: 0 6px 18px rgba(48, 209, 88, .45);
  transform: scale(0); transition: transform .6s var(--spring); transition-delay: var(--dl, 0s);
}
.hw-check svg { width: 14px; stroke: #fff; stroke-width: 3; opacity: 1; }
.is-in .hw-check { transform: scale(1); }

/* Tech marquee */
.marquee {
  margin-top: clamp(56px, 7vw, 88px); overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.marquee-track { display: flex; gap: 14px; width: max-content; animation: marquee 46s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track ul { display: flex; gap: 14px; }
.marquee-track li {
  padding: 12px 22px; border-radius: 980px; white-space: nowrap;
  font-size: 17px; font-weight: 500; color: var(--fg);
  background: var(--card); box-shadow: inset 0 0 0 1px var(--line);
}

/* Principles — horizontal gallery */
.principles { padding-block: clamp(100px, 13vw, 170px); }
.gallery {
  --edge: max(var(--pad), calc((100vw - var(--w-wide)) / 2));
  overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory;
  scroll-padding-inline: var(--edge); scrollbar-width: none; padding-block: 6px 26px;
}
.gallery::-webkit-scrollbar { display: none; }
.gallery-track { display: flex; gap: 20px; width: max-content; padding-inline: var(--edge); }
.g-card {
  position: relative; isolation: isolate; overflow: hidden; scroll-snap-align: start;
  display: flex; flex-direction: column;
  width: min(82vw, 400px); height: clamp(480px, 50vw, 560px); padding: 36px 32px 34px;
  border-radius: var(--r-lg); background: #000; color: #f5f5f7;
  transition: transform .6s var(--ease-out);
}
.g-card::before {
  content: ""; position: absolute; left: -30%; right: -30%; top: -25%; height: 75%; z-index: -1;
  background: radial-gradient(closest-side, var(--g1), transparent); opacity: .42; filter: blur(34px);
  transition: transform 1s var(--ease-out), opacity .6s var(--ease);
}
.g-card::after {
  content: ""; position: absolute; inset: 0; z-index: -1; border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
}
.g-card:hover::before { transform: scale(1.15) translateY(4%); opacity: .6; }
.g-icon { width: 120px; height: 120px; margin: 18px 0 auto; }
.g-icon svg { width: 100%; height: 100%; overflow: visible; }
.g-card h3 { font-size: 28px; line-height: 1.14; font-weight: 700; letter-spacing: -.02em; }
.g-card p { margin-top: 12px; font-size: 17px; line-height: 1.47; color: #a1a1a6; }
.gallery-nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 26px; }
.gallery-dots { display: flex; align-items: center; gap: 10px; height: 44px; padding: 0 18px; border-radius: 980px; background: var(--card); }
.gallery-dots button { width: 8px; height: 8px; border-radius: 980px; background: var(--fg3); opacity: .55; transition: width .45s var(--ease-out), opacity .3s, background-color .3s; }
.gallery-dots button[aria-current="true"] { width: 44px; opacity: 1; background: var(--fg); }
.gallery-arrows { display: flex; gap: 14px; }
.gallery-arrows button {
  display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%;
  background: var(--card); color: var(--fg); transition: background-color .2s, opacity .2s, transform .2s;
}
.gallery-arrows button:hover { background: #e2e2e7; }
.gallery-arrows button:disabled { opacity: .35; cursor: default; }
.gallery-arrows svg { width: 16px; height: 16px; stroke: currentColor; stroke-width: 2.4; fill: none; stroke-linecap: round; stroke-linejoin: round; }

/* About */
.about { position: relative; isolation: isolate; overflow: clip; padding-block: clamp(100px, 13vw, 170px); }
.about::before {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: radial-gradient(70% 60% at 50% 40%, #000, transparent);
  mask-image: radial-gradient(70% 60% at 50% 40%, #000, transparent);
}
.about-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 96px); align-items: end; }
.about-body p { font-size: clamp(19px, 1.7vw, 21px); line-height: 1.5; color: var(--fg2); }
.about-body p + p { margin-top: 1em; }
.about-body strong { color: var(--fg); }
.about-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: clamp(64px, 8vw, 104px); }
.about-facts li {
  padding: 34px 30px; border-radius: var(--r-lg);
  background: linear-gradient(180deg, #111114, #0a0a0c); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
}
.fact-num {
  display: inline-block; font-size: clamp(56px, 6vw, 84px); line-height: 1; font-weight: 700; letter-spacing: -.045em;
  background: var(--fusion); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.fact-label { display: block; margin-top: 16px; font-size: 17px; color: var(--fg2); }

/* Contact */
.contact { position: relative; isolation: isolate; overflow: clip; padding-block: clamp(130px, 17vw, 230px); text-align: center; }
.contact-orb {
  position: absolute; left: 50%; top: 50%; z-index: -1; width: min(880px, 130vw); aspect-ratio: 1; border-radius: 50%;
  background: conic-gradient(from 0deg, var(--c1), var(--c2), var(--c3), var(--c4), var(--c5), var(--c1));
  filter: blur(110px); opacity: .32; will-change: transform;
  animation: orbSpin 26s linear infinite;
}
@keyframes orbSpin { from { transform: translate(-50%, -50%) rotate(0); } to { transform: translate(-50%, -50%) rotate(360deg); } }
.contact-title { font-size: clamp(50px, 8.2vw, 108px); line-height: 1.02; font-weight: 700; letter-spacing: -.036em; }
.contact-copy { max-width: 640px; margin: 28px auto 0; font-size: clamp(19px, 1.8vw, 22px); color: var(--fg2); }
.contact-ctas { display: flex; flex-direction: column; align-items: center; gap: 24px; margin-top: 44px; }

/* Contact popup (site.js → initContact): a glass card over a dimmed, blurred page */
html.cm-lock { overflow: hidden; }
.cm-overlay {
  position: fixed; inset: 0; z-index: 1000; overflow-y: auto;
  display: flex; align-items: center; justify-content: center; padding: 24px 16px;
  background: rgba(0, 0, 0, .55);
  -webkit-backdrop-filter: blur(14px) saturate(120%); backdrop-filter: blur(14px) saturate(120%);
  opacity: 0; transition: opacity .34s var(--ease);
}
.cm-overlay.is-open { opacity: 1; }
.cm {
  position: relative; width: 100%; max-width: 520px; margin: auto; padding: 38px 36px 28px;
  border-radius: 28px; color: #f5f5f7; text-align: left;
  background: linear-gradient(180deg, rgba(40, 40, 44, .94), rgba(22, 22, 24, .96));
  box-shadow: 0 40px 120px rgba(0, 0, 0, .65), inset 0 0 0 1px rgba(255, 255, 255, .1);
  transform: translate3d(0, 22px, 0) scale(.96);
  transition: transform .55s var(--spring);
}
.cm-overlay.is-open .cm { transform: none; }
.cm::before {
  content: ""; position: absolute; left: 12%; right: 12%; top: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(139, 92, 246, .8), rgba(34, 211, 238, .8), transparent);
}
.cm-x {
  position: absolute; top: 16px; right: 16px; display: grid; place-items: center; width: 34px; height: 34px;
  border-radius: 50%; color: #a1a1a6; background: rgba(255, 255, 255, .08);
  transition: background-color .2s var(--ease), color .2s var(--ease);
}
.cm-x:hover { color: #fff; background: rgba(255, 255, 255, .16); }
.cm-x svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; }
.cm-eyebrow {
  display: inline-block; font-size: 14px; font-weight: 600; letter-spacing: .01em;
  background: var(--fusion); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.cm-title { margin-top: 6px; font-size: 32px; line-height: 1.08; font-weight: 700; letter-spacing: -.026em; }
.cm-sub { margin-top: 8px; font-size: 15px; line-height: 1.45; color: #a1a1a6; }
.cm-sub strong { color: #f5f5f7; }
.cm-form { display: grid; gap: 14px; margin-top: 24px; }
.cm-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 14px; }
.cm-field { display: block; }
.cm-field > span { display: block; margin-bottom: 6px; font-size: 13px; font-weight: 600; color: #d2d2d7; letter-spacing: -.005em; }
.cm-field input, .cm-field select, .cm-field textarea {
  display: block; width: 100%; padding: 12px 14px; border: 0; border-radius: 12px; outline: 0;
  font: inherit; font-size: 17px; letter-spacing: -.01em; color: #f5f5f7;
  background: rgba(255, 255, 255, .07); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .13);
  transition: box-shadow .2s var(--ease), background-color .2s var(--ease);
}
.cm-field input::placeholder, .cm-field textarea::placeholder { color: #6e6e73; }
.cm-field input:focus, .cm-field select:focus, .cm-field textarea:focus { background: rgba(255, 255, 255, .1); box-shadow: inset 0 0 0 2px #2997ff; }
.cm-field textarea { min-height: 128px; resize: vertical; line-height: 1.45; }
.cm-field select {
  appearance: none; -webkit-appearance: none; padding-right: 40px; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m4 6 4 4 4-4' fill='none' stroke='%23a1a1a6' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center; background-size: 16px;
}
.cm-field select option { color: #1d1d1f; background: #fff; }
.cm-field.is-bad input, .cm-field.is-bad textarea { box-shadow: inset 0 0 0 2px #ff453a; }
.cm-hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.cm-err { min-height: 1.3em; margin-top: -2px; font-size: 14px; color: #ff6961; }
.cm-err:empty { min-height: 0; margin: 0; }
.cm-send { width: 100%; }
.cm-send.is-busy { gap: 10px; pointer-events: none; opacity: .85; }
.cm-send.is-busy::before {
  content: ""; width: 16px; height: 16px; border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, .35); border-top-color: #fff; animation: spin .8s linear infinite;
}
.cm-alt { text-align: center; font-size: 13px; color: #86868b; }
.cm-alt a { color: #2997ff; }
.cm-alt a:hover { text-decoration: underline; }
.cm-done { padding: 10px 0 6px; text-align: center; }
.cm-done .btn { margin-top: 26px; min-width: 140px; }
.cm-check { width: 76px; height: 76px; margin: 0 auto 18px; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.cm-check circle { stroke: #30d158; stroke-width: 3; stroke-dasharray: 151; stroke-dashoffset: 151; animation: cmDraw .7s var(--ease-out) forwards; }
.cm-check path { stroke: #30d158; stroke-width: 4; stroke-dasharray: 36; stroke-dashoffset: 36; animation: cmDraw .45s var(--ease-out) .5s forwards; }
@keyframes cmDraw { to { stroke-dashoffset: 0; } }

/* 7. RestoreGuard ----------------------------------------------------------- */
.page-rg { --link: #6cb4ff; }
.rg-hero {
  position: relative; isolation: isolate; overflow: clip; text-align: center;
  padding: clamp(64px, 9vw, 116px) 0 clamp(56px, 7vw, 96px);
  background: radial-gradient(100% 70% at 50% 0%, #0d2766 0%, #061433 45%, #000 100%);
}
.rg-hero-floor {
  position: absolute; left: -50%; right: -50%; bottom: -10%; height: 70%; z-index: -1; pointer-events: none;
  background-image: linear-gradient(rgba(108, 180, 255, .16) 1px, transparent 1px), linear-gradient(90deg, rgba(108, 180, 255, .16) 1px, transparent 1px);
  background-size: 80px 80px; transform: perspective(700px) rotateX(64deg); transform-origin: 50% 100%;
  -webkit-mask-image: linear-gradient(0deg, transparent, #000 40%, transparent 95%);
  mask-image: linear-gradient(0deg, transparent, #000 40%, transparent 95%);
  animation: floorMove 12s linear infinite;
}
@keyframes floorMove { to { background-position: 0 80px, 0 0; } }
.rg-hero-rings { position: absolute; left: 50%; top: clamp(128px, 15vw, 204px); width: 0; height: 0; z-index: -1; }
.rg-hero-rings i {
  position: absolute; left: -160px; top: -160px; width: 320px; height: 320px; border-radius: 50%;
  border: 1px solid rgba(108, 180, 255, .4); opacity: 0; animation: ringOut 7s var(--ease-out) infinite;
}
.rg-hero-rings i:nth-child(2) { animation-delay: 1.75s; }
.rg-hero-rings i:nth-child(3) { animation-delay: 3.5s; }
.rg-hero-rings i:nth-child(4) { animation-delay: 5.25s; }
.rg-hero-icon { position: relative; width: clamp(128px, 14vw, 180px); margin: 0 auto; animation: iconIn 1.4s var(--ease-out) backwards; }
.rg-hero-icon img { width: 100%; filter: drop-shadow(0 34px 70px rgba(28, 92, 255, .55)); animation: floaty 6.5s ease-in-out 1.4s infinite; }
@keyframes iconIn { from { opacity: 0; transform: translate3d(0, 40px, 0) scale(.8); filter: blur(12px); } }
.rg-hero-eyebrow {
  display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 30px;
  font-size: clamp(19px, 1.8vw, 24px); font-weight: 600; color: #f5f5f7;
  animation: fadeUp 1s .35s var(--ease-out) backwards;
}
.rg-hero-title { margin-top: 16px; font-size: clamp(46px, 8.6vw, 112px); line-height: 1.02; font-weight: 700; letter-spacing: -.036em; }
.rg-hero-title .hl { display: block; animation: wordIn 1.3s var(--ease-out) backwards; }
.rg-hero-title .hl:nth-child(1) { animation-delay: .45s; }
.rg-hero-title .hl:nth-child(2) { animation-delay: .65s; padding-bottom: .08em; }
.rg-hero-lede { max-width: 800px; margin: 28px auto 0; font-size: clamp(19px, 1.9vw, 24px); line-height: 1.4; font-weight: 600; color: #9fb0cf; animation: fadeUp 1.2s .85s var(--ease-out) backwards; }
.rg-hero-lede strong { color: #f5f5f7; }
.rg-hero-ctas { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 18px 30px; margin-top: 38px; animation: fadeUp 1.2s 1s var(--ease-out) backwards; }
.rg-hero-note {
  display: inline-flex; align-items: center; gap: 10px; margin-top: 30px; padding: 9px 18px; border-radius: 980px;
  font-size: 14px; color: #c9d6ee; background: rgba(108, 180, 255, .08); box-shadow: inset 0 0 0 1px rgba(108, 180, 255, .22);
  animation: fadeUp 1.2s 1.15s var(--ease-out) backwards;
}
.rg-hero-note b { color: #ffd60a; font-weight: 600; }

/* Laptop showcase: the lid opens as the page scrolls */
.showcase { position: relative; height: 300vh; background: #000; }
.showcase-sticky {
  position: sticky; top: 0; height: 100vh; height: 100svh; overflow: hidden;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding-top: var(--lnav-h);
}
.showcase-copy { position: relative; z-index: 2; text-align: center; padding: 0 var(--pad); opacity: var(--copy-o, 1); transform: translate3d(0, var(--copy-y, 0px), 0); }
.showcase-copy .headline-md { font-size: clamp(32px, 4.4vw, 56px); }
.showcase-copy p { max-width: 620px; margin: 14px auto 0; font-size: clamp(17px, 1.6vw, 21px); color: var(--fg2); }
.laptop {
  --lid: -68deg; --scale: .8; --screen: 0; --lift: 0px;
  position: relative; width: min(84vw, 980px); margin: clamp(20px, 3.5vh, 44px) 0 9%;
  perspective: 3200px; perspective-origin: 50% -12%;
  transform: translate3d(0, var(--lift), 0) scale(var(--scale));
  container-type: inline-size;
}
.laptop-3d { position: relative; transform-style: preserve-3d; width: 90%; margin: 0 auto; aspect-ratio: 1.54; }
.laptop-lid {
  position: absolute; inset: 0; transform-style: preserve-3d; transform-origin: 50% 100%;
  transform: rotateX(var(--lid));
}
.lid-face { position: absolute; inset: 0; border-radius: 3.4% 3.4% .8% .8% / 5.2% 5.2% 1.2% 1.2%; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.lid-front { padding: 2.1% 2.1% 2.5%; background: #0c0c0d; box-shadow: inset 0 0 0 1px #48484c, inset 0 0 0 3px #161618; }
.lid-back {
  transform: rotateX(180deg);
  background: linear-gradient(180deg, #d4d6db 0%, #a9acb2 60%, #8b8e94 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .5);
}
.lid-back::after { content: ""; position: absolute; left: 50%; top: 50%; width: 9%; aspect-ratio: 1; transform: translate(-50%, -50%); border-radius: 50%; background: radial-gradient(circle, rgba(255, 255, 255, .7), rgba(255, 255, 255, 0) 70%); }
.laptop-deck {
  position: absolute; left: -1.5%; right: -1.5%; top: 100%; height: 92%;
  transform-origin: 50% 0; transform: rotateX(90deg); transform-style: preserve-3d;
  border-radius: 0 0 4% 4% / 0 0 6% 6%;
  background: linear-gradient(180deg, #8c8f95 0%, #c9cbd0 12%, #d5d7dc 60%, #b4b7bd 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .45);
}
.laptop-deck::before {
  content: ""; position: absolute; left: 10%; right: 10%; top: 9%; height: 46%; border-radius: 1.2%;
  background: repeating-linear-gradient(90deg, #2d2e31 0 5.6%, #45464a 5.6% 6.2%), #2d2e31;
  opacity: .85;
}
.laptop-deck::after { content: ""; position: absolute; left: 33%; right: 33%; top: 61%; height: 30%; border-radius: 3%; background: rgba(0, 0, 0, .1); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .08); }
.deck-front {
  position: absolute; left: 0; right: 0; top: 100%; height: 2.2cqw; transform-origin: 50% 0; transform: rotateX(-90deg);
  border-radius: 0 0 1.2cqw 1.2cqw; background: linear-gradient(180deg, #c3c6cb, #7d8086);
}
.deck-front::before { content: ""; position: absolute; left: 50%; top: 0; width: 13%; height: 55%; transform: translateX(-50%); border-radius: 0 0 1cqw 1cqw; background: rgba(0, 0, 0, .22); }
.laptop-glow {
  position: absolute; left: 50%; bottom: 10%; width: 90%; height: 60%; z-index: -1; transform: translateX(-50%);
  background: radial-gradient(closest-side, rgba(47, 123, 255, .35), transparent); filter: blur(40px);
  opacity: var(--screen);
}

/* The screen (sized in container units of .laptop) */
.screen { position: relative; width: 100%; height: 100%; overflow: hidden; border-radius: .6cqw; background: #000; container-type: inline-size; }
.screen-on { position: absolute; inset: 0; opacity: var(--screen); }
.screen::after { content: ""; position: absolute; inset: 0; z-index: 5; pointer-events: none; background: linear-gradient(112deg, rgba(255, 255, 255, .09) 0%, rgba(255, 255, 255, .02) 34%, transparent 35%); }
.wallpaper {
  position: absolute; inset: 0;
  background:
    radial-gradient(60% 80% at 15% 100%, #1d5bd6 0%, transparent 60%),
    radial-gradient(55% 70% at 85% 10%, #7b3fe4 0%, transparent 62%),
    radial-gradient(50% 60% at 70% 90%, #00b6a0 0%, transparent 60%),
    radial-gradient(40% 50% at 30% 20%, #0f2f7a 0%, transparent 70%),
    #07122e;
}
.wallpaper::after { content: ""; position: absolute; inset: 0; background: radial-gradient(120% 90% at 50% 50%, transparent 40%, rgba(0, 0, 0, .35)); }
.menubar {
  position: absolute; left: 0; right: 0; top: 0; height: 2.6cqw; z-index: 2;
  display: flex; align-items: center; justify-content: space-between; padding: 0 1.4cqw;
  font-size: 1.02cqw; letter-spacing: -.01em; color: #fff;
  background: rgba(18, 24, 48, .38); -webkit-backdrop-filter: blur(1.2cqw); backdrop-filter: blur(1.2cqw);
}
.mb-left, .mb-right { display: flex; align-items: center; gap: 1.5cqw; }
.mb-left b { font-weight: 700; }
.mb-left span { opacity: .92; }
.mb-right svg { width: 1.45cqw; height: 1.45cqw; fill: none; stroke: #fff; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.mb-rg { display: grid; place-items: center; width: 2.4cqw; height: 1.9cqw; border-radius: .45cqw; background: rgba(255, 255, 255, .22); }
.mb-rg svg { width: 1.4cqw; height: 1.4cqw; }
.mb-time { font-variant-numeric: tabular-nums; }

.popover {
  --u: 1cqw;
  position: absolute; right: 15.5cqw; top: 3.1cqw; z-index: 3; width: 36cqw;
  font-size: calc(var(--u) * 1.12); line-height: 1.3; letter-spacing: -.01em; color: #1d1d1f;
  background: rgba(246, 246, 248, .9); -webkit-backdrop-filter: blur(2cqw) saturate(1.6); backdrop-filter: blur(2cqw) saturate(1.6);
  border-radius: calc(var(--u) * 1.1); overflow: hidden;
  box-shadow: 0 calc(var(--u) * 1.6) calc(var(--u) * 4) rgba(0, 0, 0, .45), 0 0 0 1px rgba(255, 255, 255, .5), inset 0 0 0 1px rgba(0, 0, 0, .06);
  transform-origin: 72% 0; transform: scale(.94) translateY(-1.5%); opacity: 0;
  transition: opacity .45s var(--ease), transform .6s var(--spring);
}
.laptop.is-live .popover { opacity: 1; transform: none; }
.po-head { display: flex; align-items: center; gap: calc(var(--u) * 1); padding: calc(var(--u) * 1.3) calc(var(--u) * 1.4); border-bottom: 1px solid rgba(0, 0, 0, .08); }
.po-state {
  position: relative; display: grid; place-items: center; flex: none;
  width: calc(var(--u) * 3.2); height: calc(var(--u) * 3.2); border-radius: 50%;
  background: rgba(47, 123, 255, .12); color: var(--rg-blue); transition: background-color .4s, color .4s;
}
.po-state svg { position: absolute; width: 48%; height: 48%; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; transition: opacity .3s, transform .5s var(--spring); }
.po-state .ic-sync { animation: spin 1.1s linear infinite; }
.po-state .ic-check { opacity: 0; transform: scale(.4); }
.popover.is-done .po-state { background: rgba(48, 209, 88, .15); color: #1fa846; }
.popover.is-done .po-state .ic-sync { opacity: 0; animation: none; }
.popover.is-done .po-state .ic-check { opacity: 1; transform: none; }
.po-title b { display: block; font-size: 1.12em; font-weight: 600; }
.po-title span { display: block; font-size: .86em; color: #6e6e73; }
.po-org { margin-left: auto; font-size: .8em; color: #86868b; }
.po-tabs { display: flex; border-bottom: 1px solid rgba(0, 0, 0, .08); }
.po-tabs span { flex: 1; padding: calc(var(--u) * .7) 0; text-align: center; font-size: .86em; color: #86868b; }
.po-tabs span.on { position: relative; font-weight: 600; color: #1d1d1f; }
.po-tabs span.on::after { content: ""; position: absolute; left: 18%; right: 18%; bottom: 0; height: 2px; border-radius: 1px; background: var(--rg-blue); }
.po-body { padding: calc(var(--u) * 1) calc(var(--u) * 1.2) calc(var(--u) * 1.2); background: rgba(0, 0, 0, .02); }
.po-progress { overflow: hidden; margin-bottom: calc(var(--u) * 1); padding: calc(var(--u) * .9) calc(var(--u) * 1.1); border-radius: calc(var(--u) * .8); background: rgba(47, 123, 255, .1); transition: opacity .4s, max-height .6s var(--ease), margin .6s var(--ease), padding .6s var(--ease); max-height: calc(var(--u) * 8); }
.popover.is-done .po-progress { opacity: 0; max-height: 0; margin-bottom: 0; padding-block: 0; }
.po-progress-top { display: flex; justify-content: space-between; font-size: .88em; font-weight: 500; color: #1d4fc4; }
.po-progress-top b { font-variant-numeric: tabular-nums; font-weight: 600; }
.po-bar { height: calc(var(--u) * .5); margin-top: calc(var(--u) * .6); border-radius: 99px; background: rgba(47, 123, 255, .18); overflow: hidden; }
.po-bar i { display: block; width: var(--pct, 0%); height: 100%; border-radius: inherit; background: linear-gradient(90deg, #4f95ff, #2f7bff); transition: width .25s linear; }
.po-card { border-radius: calc(var(--u) * .8); background: #fff; box-shadow: 0 0 0 1px rgba(0, 0, 0, .06); }
.po-row { display: flex; align-items: center; gap: calc(var(--u) * .8); padding: calc(var(--u) * .78) calc(var(--u) * 1); font-size: .9em; }
.po-row + .po-row { border-top: 1px solid rgba(0, 0, 0, .06); }
.po-row svg { width: calc(var(--u) * 1.3); height: calc(var(--u) * 1.3); flex: none; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.po-row .k { color: #6e6e73; }
.po-row .v { margin-left: auto; font-weight: 500; color: #1d1d1f; transition: color .3s; }
.po-row .v.flash { color: #1fa846; }
.ic-blue { color: var(--rg-blue); } .ic-green { color: #1fa846; } .ic-gray { color: #8e8e93; }
.po-label { display: flex; justify-content: space-between; margin: calc(var(--u) * 1.1) calc(var(--u) * .4) calc(var(--u) * .45); font-size: .72em; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: #8e8e93; }
.po-label span { text-transform: none; letter-spacing: 0; font-weight: 400; }
.po-protect { display: flex; align-items: center; gap: calc(var(--u) * .6); margin-top: calc(var(--u) * 1); font-size: .82em; font-weight: 600; color: #1fa846; }
.po-protect svg { width: calc(var(--u) * 1.2); height: calc(var(--u) * 1.2); fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.po-foot { display: flex; justify-content: space-between; padding: calc(var(--u) * .7) calc(var(--u) * 1.4); border-top: 1px solid rgba(0, 0, 0, .08); font-size: .82em; color: #8e8e93; }
.po-foot b { font-family: var(--mono); font-weight: 500; color: rgba(29, 29, 31, .7); letter-spacing: 0; }
.po-toast {
  position: absolute; left: calc(var(--u) * 1.2); right: calc(var(--u) * 1.2); top: calc(var(--u) * 1);
  display: flex; align-items: center; gap: calc(var(--u) * .8); padding: calc(var(--u) * 1.1) calc(var(--u) * 1.2);
  border-radius: calc(var(--u) * 1); background: rgba(255, 255, 255, .96);
  box-shadow: 0 calc(var(--u) * .6) calc(var(--u) * 1.8) rgba(0, 0, 0, .22), inset 0 0 0 1px rgba(48, 209, 88, .4);
  font-size: .98em; font-weight: 600; transform: translateY(-160%); opacity: 0;
  transition: transform .6s var(--spring), opacity .3s var(--ease);
}
.po-toast svg { width: calc(var(--u) * 1.7); height: calc(var(--u) * 1.7); flex: none; }
.po-toast span { margin-left: auto; font-weight: 400; font-size: .86em; color: #8e8e93; }
.popover.show-toast .po-toast { transform: none; opacity: 1; }

/* Stats */
.stats { padding-block: clamp(80px, 10vw, 130px); background: #000; }
.stats-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.stats-grid li { padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .14); }
.stat-num { display: block; font-size: clamp(48px, 5.6vw, 76px); line-height: 1; font-weight: 700; letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.stat-num small { font-size: .42em; font-weight: 600; letter-spacing: -.01em; color: var(--fg2); }
.stat-num .grad-rg { animation: none; }
.stat-label { display: block; margin-top: 14px; max-width: 240px; font-size: 17px; color: var(--fg2); }

/* Problem story (sticky visual) */
.problem { padding-block: clamp(100px, 13vw, 170px) clamp(40px, 6vw, 80px); background: #000; }
.story { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr); gap: clamp(32px, 5vw, 80px); }
.story-steps { padding-bottom: 4vh; }
.story-step:last-child { min-height: 62vh; }
.story-step { min-height: 78vh; display: flex; flex-direction: column; justify-content: center; opacity: .22; transition: opacity .6s var(--ease); }
.story-step.is-active { opacity: 1; }
.step-num { font-size: 15px; font-weight: 600; letter-spacing: .06em; color: var(--fg3); }
.story-step h3 { margin-top: 10px; font-size: clamp(28px, 3.1vw, 40px); line-height: 1.1; font-weight: 700; letter-spacing: -.022em; }
.story-step p { margin-top: 16px; font-size: clamp(17px, 1.5vw, 19px); line-height: 1.55; color: var(--fg2); }
.story-step[data-step="3"] h3 { background: var(--rg-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.story-visual { position: sticky; top: calc(var(--lnav-h) + 6vh); height: calc(88vh - var(--lnav-h)); display: grid; place-items: center; }

.sv { --st: 0; position: relative; width: 100%; max-width: 560px; container-type: inline-size; }
.sv-grid { display: grid; grid-template-columns: 27% 13% 60%; align-items: center; }
.sv-source {
  position: relative; padding: 5cqw 3cqw; border-radius: 3.4cqw; text-align: center;
  background: #111114; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1);
  font-size: 2.5cqw; line-height: 1.3; color: var(--fg2); transition: box-shadow .5s, color .5s, opacity .5s;
}
.sv-source svg { width: 9cqw; height: 9cqw; margin: 0 auto 2.2cqw; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.sv-source b { display: block; color: var(--fg); font-weight: 600; }
.sv-flows { position: relative; height: 100%; }
.sv-flow { position: absolute; left: 6%; right: 6%; height: 2px; opacity: 0; transition: opacity .5s var(--ease); }
.sv-flow::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(90deg, var(--fc) 0 8px, transparent 8px 14px); background-size: 14px 2px; animation: flowX .6s linear infinite; }
.sv-flow::after { content: ""; position: absolute; right: -2px; top: 50%; width: 8px; height: 8px; margin-top: -4px; border-top: 2px solid var(--fc); border-right: 2px solid var(--fc); transform: rotate(45deg); }
@keyframes flowX { to { background-position: 14px 0; } }
.sv-flow-user { top: 33%; --fc: var(--amber); }
.sv-flow-device { top: 73%; --fc: var(--amber); }
.sv-mac { border-radius: 3.4cqw; overflow: hidden; background: #0e0e10; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12), 0 30px 80px rgba(0, 0, 0, .5); }
.sv-bar { display: flex; align-items: center; gap: 1.2cqw; height: 6.4cqw; padding: 0 2.6cqw; background: #1b1b1e; font-size: 2.3cqw; color: var(--fg2); }
.sv-bar i { width: 1.9cqw; height: 1.9cqw; border-radius: 50%; background: #ff5f57; }
.sv-bar i:nth-child(2) { background: #febc2e; } .sv-bar i:nth-child(3) { background: #28c840; }
.sv-bar span { margin-left: auto; font-weight: 600; color: var(--fg); }
.sv-layer { padding: 2.8cqw; }
.sv-layer + .sv-layer { border-top: 1px solid rgba(255, 255, 255, .08); }
.sv-layer h4 { display: flex; justify-content: space-between; margin-bottom: 1.8cqw; font-size: 2.2cqw; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; color: var(--fg3); }
.sv-layer h4 em { font-style: normal; letter-spacing: 0; text-transform: none; transition: color .5s; }
.sv-layer ul { display: flex; flex-wrap: wrap; gap: 1.4cqw; }
.sv-layer li {
  display: inline-flex; align-items: center; gap: 1cqw; padding: 1.2cqw 2cqw; border-radius: 99px;
  font-size: 2.45cqw; font-weight: 500; color: var(--fg); background: rgba(255, 255, 255, .06);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1);
  transition: background-color .5s var(--ease), box-shadow .5s var(--ease), color .5s var(--ease), transform .5s var(--spring);
}
.sv-layer li::before { content: ""; width: 1.4cqw; height: 1.4cqw; border-radius: 50%; background: var(--fg3); transition: background-color .5s; }
.sv-under { display: flex; flex-direction: column; align-items: center; margin-left: 40%; }
.sv-link { position: relative; width: 2px; height: 11cqw; background: var(--green); transition: background-color .5s; }
.sv-link::after {
  content: "✕"; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) scale(0);
  display: grid; place-items: center; width: 5cqw; height: 5cqw; border-radius: 50%;
  font-size: 2.6cqw; font-weight: 700; color: #fff; background: var(--red); transition: transform .5s var(--spring);
}
.sv-jamf { display: flex; align-items: center; gap: 2cqw; padding: 2.2cqw 3.4cqw; border-radius: 99px; background: #111114; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12); font-size: 2.6cqw; font-weight: 600; }
.sv-jamf-status { display: inline-flex; align-items: center; gap: 1.2cqw; font-weight: 500; color: var(--green); transition: color .5s; }
.sv-jamf-status::before { content: ""; width: 1.6cqw; height: 1.6cqw; border-radius: 50%; background: currentColor; }
.sv-alerts { position: absolute; right: -2%; top: 16%; display: flex; flex-direction: column; align-items: flex-end; gap: 1.6cqw; pointer-events: none; }
.sv-alerts span {
  padding: 1.4cqw 2.4cqw; border-radius: 1.6cqw; font-size: 2.4cqw; font-weight: 600; color: #fff;
  background: rgba(255, 69, 58, .92); box-shadow: 0 1.4cqw 4cqw rgba(255, 69, 58, .35);
  opacity: 0; transform: translateX(4cqw) scale(.9); transition: opacity .4s var(--ease), transform .6s var(--spring);
}
.sv-badge {
  position: absolute; left: 27%; top: 12%; transform: translate(-50%, -50%) scale(.6); opacity: 0;
  display: inline-flex; align-items: center; gap: 1cqw; padding: 1.2cqw 2.2cqw; border-radius: 99px;
  font-size: 2.3cqw; font-weight: 600; color: #fff; background: linear-gradient(90deg, #2f7bff, #00b79a);
  box-shadow: 0 1.2cqw 4cqw rgba(47, 123, 255, .45); transition: opacity .5s var(--ease), transform .6s var(--spring);
}
.sv-badge img { width: 3.4cqw; height: 3.4cqw; }
.sv-note { margin-top: 3cqw; text-align: center; font-size: 2.4cqw; color: var(--fg3); min-height: 3.2cqw; }
/* state 1 — whole-Mac restore */
.sv[data-state="1"] .sv-flow, .sv[data-state="2"] .sv-flow { opacity: 1; }
.sv[data-state="1"] .sv-source, .sv[data-state="2"] .sv-source { box-shadow: inset 0 0 0 1px rgba(255, 159, 10, .55); color: #ffd28a; }
.sv[data-state="1"] .sv-device li, .sv[data-state="2"] .sv-device li { color: #ffd28a; background: rgba(255, 159, 10, .12); box-shadow: inset 0 0 0 1px rgba(255, 159, 10, .5); }
.sv[data-state="1"] .sv-device li::before { background: var(--amber); }
.sv[data-state="1"] .sv-user li, .sv[data-state="2"] .sv-user li { box-shadow: inset 0 0 0 1px rgba(255, 159, 10, .35); }
/* state 2 — Jamf loses the Mac */
.sv[data-state="2"] .sv-device li { color: #ffb3ad; background: rgba(255, 69, 58, .14); box-shadow: inset 0 0 0 1px rgba(255, 69, 58, .6); }
.sv[data-state="2"] .sv-device li::before { background: var(--red); }
.sv[data-state="2"] .sv-link { background: repeating-linear-gradient(180deg, var(--red) 0 5px, transparent 5px 10px); }
.sv[data-state="2"] .sv-link::after { transform: translate(-50%, -50%) scale(1); }
.sv[data-state="2"] .sv-jamf-status { color: var(--red); }
.sv[data-state="2"] .sv-alerts span { opacity: 1; transform: none; }
.sv[data-state="2"] .sv-alerts span:nth-child(2) { transition-delay: .12s; }
.sv[data-state="2"] .sv-alerts span:nth-child(3) { transition-delay: .24s; }
/* state 3 — RestoreGuard restores the user */
.sv[data-state="3"] .sv-flow-user { opacity: 1; --fc: var(--rg-sky); }
.sv[data-state="3"] .sv-source { box-shadow: inset 0 0 0 1px rgba(108, 180, 255, .6); color: #cfe3ff; }
.sv[data-state="3"] .sv-user li { color: #fff; background: rgba(47, 123, 255, .22); box-shadow: inset 0 0 0 1px rgba(108, 180, 255, .7); }
.sv[data-state="3"] .sv-user li::before { background: var(--rg-sky); }
.sv[data-state="3"] .sv-device li { color: #b8f5c9; background: rgba(48, 209, 88, .1); box-shadow: inset 0 0 0 1px rgba(48, 209, 88, .45); }
.sv[data-state="3"] .sv-device li::before { background: var(--green); }
.sv[data-state="3"] .sv-badge { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.sv[data-state="3"] .sv-user h4 em { color: var(--rg-sky); }
.sv[data-state="1"] .sv-device h4 em { color: var(--amber); }
.sv[data-state="2"] .sv-device h4 em { color: var(--red); }
.sv[data-state="1"] .sv-user h4 em, .sv[data-state="2"] .sv-user h4 em { color: #ffd28a; }
.sv[data-state="3"] .sv-device h4 em { color: var(--green); }

/* Workflow */
.workflow { padding-block: clamp(80px, 11vw, 150px); background: #000; }
.wf { position: relative; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 20px; counter-reset: wf; }
.wf::before { content: ""; position: absolute; left: 10%; right: 10%; top: 36px; height: 2px; background: rgba(255, 255, 255, .1); }
.wf::after {
  content: ""; position: absolute; left: 10%; right: 10%; top: 36px; height: 2px; background: var(--rg-grad);
  transform: scaleX(0); transform-origin: left; transition: transform 2.2s var(--ease-in-out) .2s;
}
.wf.is-in::after { transform: scaleX(1); }
.wf-step { position: relative; text-align: center; }
.wf-icon {
  position: relative; z-index: 1; display: grid; place-items: center; width: 72px; height: 72px; margin: 0 auto;
  border-radius: 50%; background: #0d0d10; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .14);
  color: var(--fg2); transition: background-color .5s, color .5s, box-shadow .5s, transform .6s var(--spring);
  transition-delay: calc(.35s + var(--i) * .42s);
}
.wf-icon svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.wf.is-in .wf-icon { color: #fff; background: linear-gradient(145deg, #2f7bff, #0e4ad0); box-shadow: 0 10px 30px rgba(47, 123, 255, .45); transform: scale(1.06); }
.wf.is-in .wf-step:last-child .wf-icon { background: linear-gradient(145deg, #1fd07a, #00a882); box-shadow: 0 10px 30px rgba(0, 212, 170, .45); }
.wf-step h3 { margin-top: 22px; font-size: 21px; font-weight: 700; letter-spacing: -.015em; }
.wf-step p { margin-top: 8px; font-size: 15px; line-height: 1.45; color: var(--fg2); }

/* Features grid */
.features { padding-block: clamp(100px, 13vw, 170px); }
.fgrid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.fcard {
  position: relative; isolation: isolate; overflow: hidden;
  display: flex; flex-direction: column; gap: 24px; min-height: 380px; padding: 34px 30px;
  border-radius: var(--r-lg); background: var(--card);
}
.fcard.span-2 { grid-column: span 2; }
.fcard-dark { --card: #0b0b0d; --fg: #f5f5f7; --fg2: #a1a1a6; --fg3: #86868b; --line: rgba(255,255,255,.1); --card2: #161618; color: var(--fg); }
.fcard-navy { --card: #06122f; --fg: #f5f5f7; --fg2: #9fb0cf; --fg3: #7b8db0; --line: rgba(108,180,255,.18); --card2: rgba(255,255,255,.05); color: var(--fg); background: radial-gradient(90% 90% at 80% 0%, #10307a, #06122f 70%); }
.f-ic { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: var(--ic-bg, rgba(47, 123, 255, .12)); color: var(--ic, var(--rg-blue)); }
.f-ic svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.fcard h3 { font-size: clamp(22px, 2vw, 26px); line-height: 1.15; font-weight: 700; letter-spacing: -.018em; }
.fcard p { margin-top: 8px; font-size: 16px; line-height: 1.5; color: var(--fg2); }
.fcard .tagrow { margin-top: auto; }
.pipeline { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: auto; }
.pipeline span { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border-radius: 14px; font-size: 14px; font-weight: 600; background: var(--card2); box-shadow: inset 0 0 0 1px var(--line); }
.pipeline span b { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; font-size: 12px; color: #fff; background: var(--rg-blue); }
.pipeline i { width: 18px; height: 2px; background: var(--line); position: relative; }
.pipeline i::after { content: ""; position: absolute; right: 0; top: -3px; width: 6px; height: 6px; border-top: 2px solid var(--fg3); border-right: 2px solid var(--fg3); transform: rotate(45deg); }
.big-metric { margin-top: auto; font-size: clamp(64px, 7vw, 96px); line-height: .95; font-weight: 700; letter-spacing: -.05em; }
.big-metric small { font-size: .4em; letter-spacing: -.01em; color: var(--fg2); }
.verify-ring { position: relative; width: 132px; height: 132px; margin: auto auto 0; }
.verify-ring svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.verify-ring circle { fill: none; stroke-width: 8; }
.verify-ring .vr-track { stroke: var(--line); }
.verify-ring .vr-val { stroke: var(--green); stroke-linecap: round; stroke-dasharray: 0 400; transition: stroke-dasharray 1.6s var(--ease-out) .25s; }
.is-in .verify-ring .vr-val { stroke-dasharray: 339.3 400; }
.verify-ring .vr-check { position: absolute; inset: 0; display: grid; place-items: center; }
.verify-ring .vr-check svg { width: 46px; height: 46px; transform: none; fill: none; stroke: var(--green); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 60; stroke-dashoffset: 60; transition: stroke-dashoffset .6s var(--ease-out) 1.5s; }
.is-in .verify-ring .vr-check svg { stroke-dashoffset: 0; }
.folders { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: auto; }
.folder { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border-radius: 14px; font-size: 15px; font-weight: 500; background: var(--card2); box-shadow: inset 0 0 0 1px var(--line); }
.folder svg { width: 22px; height: 22px; flex: none; fill: #65a9ff; }
.toggle { position: relative; width: 38px; height: 23px; margin-left: auto; flex: none; border-radius: 99px; background: #d1d1d6; transition: background-color .4s var(--ease); }
.toggle::after { content: ""; position: absolute; left: 2px; top: 2px; width: 19px; height: 19px; border-radius: 50%; background: #fff; box-shadow: 0 2px 4px rgba(0, 0, 0, .2); transition: transform .45s var(--spring); }
.is-in .toggle.on { background: var(--green); transition-delay: var(--dl, .4s); }
.is-in .toggle.on::after { transform: translateX(15px); transition-delay: var(--dl, .4s); }
.merge-note { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--fg2); }
.merge-note b { color: var(--fg); }
.providers { display: flex; flex-wrap: wrap; gap: 10px; margin-top: auto; }
.providers span { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border-radius: 14px; font-size: 14px; font-weight: 600; background: var(--card2); box-shadow: inset 0 0 0 1px var(--line); }
.providers span svg { width: 18px; height: 18px; fill: none; stroke: var(--rg-sky); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.audit { display: grid; gap: 8px; margin-top: auto; font-family: var(--mono); font-size: 11.5px; letter-spacing: 0; }
.audit li { display: grid; grid-template-columns: auto 1fr; gap: 2px 10px; padding: 9px 12px; border-radius: 10px; background: var(--card2); box-shadow: inset 0 0 0 1px var(--line); opacity: 0; transform: translateY(10px); transition: opacity .5s var(--ease), transform .6s var(--ease-out); transition-delay: calc(.2s + var(--i) * .15s); }
.is-in .audit li { opacity: 1; transform: none; }
.audit time { color: var(--fg3); }
.audit span { color: var(--fg); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.audit small { grid-column: 2; font-size: 10.5px; color: var(--fg3); }
.sync-spin { position: relative; width: 120px; height: 120px; margin: auto auto 0; }
.sync-spin svg { width: 100%; height: 100%; fill: none; stroke: var(--rg-blue); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; animation: spin 8s linear infinite; }
.sync-spin b { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; font-size: 26px; line-height: 1; font-weight: 700; letter-spacing: -.03em; }
.sync-spin b small { display: block; margin-top: 4px; font-size: 11px; font-weight: 500; letter-spacing: 0; color: var(--fg2); }
.ondemand { position: relative; display: flex; align-items: center; gap: 16px; margin-top: auto; padding: 16px 18px; border-radius: 18px; background: var(--card2); box-shadow: inset 0 0 0 1px var(--line); }
.ondemand-ic { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; flex: none; background: rgba(47, 123, 255, .12); color: var(--rg-blue); }
.ondemand-ic svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.ondemand-text b { display: block; font-size: 15px; font-weight: 600; }
.ondemand-text span { font-size: 13px; color: var(--fg2); }
.ondemand-btn { margin-left: auto; padding: 9px 16px; border-radius: 10px; font-size: 14px; font-weight: 600; color: #fff; background: var(--rg-blue); animation: pressLoop 4s var(--ease) infinite; }
@keyframes pressLoop { 0%, 60%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(47, 123, 255, .5); } 66% { transform: scale(.93); } 74% { transform: scale(1); box-shadow: 0 0 0 14px rgba(47, 123, 255, 0); } }

/* Console + menu bar */
.product { padding-block: clamp(100px, 13vw, 170px); overflow: clip; }
.console {
  position: relative; border-radius: 18px; overflow: hidden;
  background: #0b0f1c; box-shadow: 0 50px 120px rgba(0, 0, 0, .6), 0 0 0 1px rgba(108, 180, 255, .18);
  transform: perspective(1800px) rotateX(calc((1 - var(--p, 1)) * 14deg)) scale(calc(.94 + var(--p, 1) * .06));
  transform-origin: 50% 0;
}
.console-bar { display: flex; align-items: center; gap: 8px; height: 40px; padding: 0 16px; background: #141a2c; border-bottom: 1px solid rgba(255, 255, 255, .06); }
.console-bar i { width: 11px; height: 11px; border-radius: 50%; background: #ff5f57; }
.console-bar i:nth-child(2) { background: #febc2e; } .console-bar i:nth-child(3) { background: #28c840; }
.console-url { margin: 0 auto; padding: 5px 40px; border-radius: 8px; font-size: 12px; color: #8a96b3; background: rgba(255, 255, 255, .05); }
.console-body { display: grid; grid-template-columns: 200px minmax(0, 1fr); min-height: 440px; }
.console-side { padding: 18px 12px; border-right: 1px solid rgba(255, 255, 255, .06); background: #0d1222; }
.console-side .cs-brand { display: flex; align-items: center; gap: 8px; padding: 0 8px 16px; font-size: 14px; font-weight: 600; }
.console-side .cs-brand img { width: 22px; height: 22px; }
.console-side li { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 8px; font-size: 13px; color: #8a96b3; }
.console-side li.on { color: #fff; background: rgba(47, 123, 255, .18); }
.console-side li i { width: 14px; height: 14px; border-radius: 4px; background: currentColor; opacity: .55; }
.console-main { padding: 22px 24px; display: flex; flex-direction: column; gap: 18px; min-width: 0; }
.console-kpis { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.kpi { padding: 16px 18px; border-radius: 14px; background: rgba(255, 255, 255, .04); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .06); }
.kpi span { font-size: 12px; color: #8a96b3; }
.kpi b { display: block; margin-top: 6px; font-size: 30px; line-height: 1; font-weight: 700; letter-spacing: -.03em; }
.kpi b.ok { color: var(--green); } .kpi b.warn { color: var(--amber); }
.kpi em { display: block; margin-top: 8px; font-style: normal; font-size: 11px; color: #6c7a99; }
.console-table { border-radius: 14px; overflow: hidden; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .06); font-size: 12.5px; }
.ct-row { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr .9fr; gap: 12px; align-items: center; padding: 11px 16px; color: #c3cde3; }
.ct-row + .ct-row { border-top: 1px solid rgba(255, 255, 255, .05); }
.ct-head { font-size: 11px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: #6c7a99; background: rgba(255, 255, 255, .03); }
.ct-row b { color: #fff; font-weight: 600; }
.pill { display: inline-flex; align-items: center; gap: 6px; padding: 3px 9px; border-radius: 99px; font-size: 11px; font-weight: 600; font-style: normal; }
.pill-ok { color: #52e38a; background: rgba(48, 209, 88, .12); }
.pill-run { color: #8ec5ff; background: rgba(47, 123, 255, .16); }
.pill-warn { color: #ffc062; background: rgba(255, 159, 10, .14); }
.pill-run::before { content: ""; width: 7px; height: 7px; border-radius: 50%; border: 1.5px solid currentColor; border-top-color: transparent; animation: spin .8s linear infinite; }
.duo { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: clamp(40px, 5vw, 64px); }
.duo-card { padding: clamp(28px, 3vw, 40px); border-radius: var(--r-lg); background: rgba(255, 255, 255, .04); box-shadow: inset 0 0 0 1px rgba(108, 180, 255, .16); }
.duo-card h3 { display: flex; align-items: center; gap: 12px; font-size: clamp(24px, 2.3vw, 30px); font-weight: 700; letter-spacing: -.02em; }
.duo-card h3 svg { width: 30px; height: 30px; fill: none; stroke: var(--rg-sky); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.duo-card > p { margin-top: 10px; color: var(--fg2); }
.checklist { display: grid; gap: 12px; margin-top: 24px; }
.checklist li { position: relative; padding-left: 30px; font-size: 16px; line-height: 1.5; color: var(--fg2); }
.checklist li b { color: var(--fg); font-weight: 600; }
.checklist li::before { content: ""; position: absolute; left: 0; top: 3px; width: 18px; height: 18px; border-radius: 50%; background: rgba(0, 212, 170, .16); }
.checklist li::after { content: ""; position: absolute; left: 6px; top: 7px; width: 5px; height: 8px; border-right: 2px solid var(--rg-teal); border-bottom: 2px solid var(--rg-teal); transform: rotate(45deg); }

/* Security & data flow */
.security { padding-block: clamp(100px, 13vw, 170px); background: radial-gradient(100% 60% at 50% 0%, #0b2260 0%, var(--rg-deep) 60%); overflow: clip; }
.flow-diagram { position: relative; max-width: 1000px; margin: 0 auto; }
.flow-diagram svg { width: 100%; height: auto; overflow: visible; }
.fd-node rect { fill: rgba(255, 255, 255, .05); stroke: rgba(108, 180, 255, .3); }
.fd-node.fd-store rect { fill: rgba(0, 212, 170, .08); stroke: rgba(0, 212, 170, .5); }
.fd-node text { font-family: var(--font); fill: #f5f5f7; }
.fd-node .t1 { font-size: 20px; font-weight: 700; letter-spacing: -.02em; }
.fd-node .t2 { font-size: 13.5px; fill: #9fb0cf; }
.fd-node .fd-ic { fill: none; stroke: #6cb4ff; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.fd-node.fd-store .fd-ic { stroke: #00d4aa; }
.fd-tall { display: none; }
.fd-path-data { fill: none; stroke: url(#fd-grad); stroke-width: 10; stroke-linecap: round; opacity: .28; }
.fd-path-data-flow { fill: none; stroke: #bff5ea; stroke-width: 4; stroke-linecap: round; stroke-dasharray: 2 26; animation: dashFlow .9s linear infinite; }
.fd-path-meta { fill: none; stroke: #6cb4ff; stroke-width: 2; stroke-dasharray: 2 9; stroke-linecap: round; opacity: .8; animation: dashFlow 2.2s linear infinite; }
.fd-path-none { fill: none; stroke: rgba(255, 69, 58, .6); stroke-width: 2; stroke-dasharray: 6 8; }
.fd-label { font-family: var(--font); font-size: 13px; font-weight: 600; letter-spacing: .02em; }
.fd-label.data { fill: #00d4aa; } .fd-label.meta { fill: #6cb4ff; } .fd-label.none { fill: #ff8a80; }
.fd-x { fill: #ff453a; }
.fd-lock { fill: #030a1f; stroke: #00d4aa; stroke-width: 2; }
.sec-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: clamp(56px, 7vw, 96px); }
.sec-card { padding: 30px 28px; border-radius: 22px; background: rgba(255, 255, 255, .035); box-shadow: inset 0 0 0 1px rgba(108, 180, 255, .14); transition: background-color .4s, transform .5s var(--ease-out); }
.sec-card:hover { background: rgba(255, 255, 255, .06); transform: translateY(-4px); }
.sec-card .f-ic { --ic-bg: rgba(108, 180, 255, .12); --ic: #8ec5ff; }
.sec-card h3 { margin-top: 20px; font-size: 21px; font-weight: 700; letter-spacing: -.015em; }
.sec-card p { margin-top: 8px; font-size: 16px; line-height: 1.5; color: var(--fg2); }

/* Destinations */
.dest { padding-block: clamp(100px, 13vw, 170px); }
.dest-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.dest-card { position: relative; overflow: hidden; isolation: isolate; padding: 36px 30px 32px; border-radius: var(--r-lg); background: var(--card); }
.dest-art { display: grid; place-items: center; height: 150px; margin-bottom: 22px; }
.dest-art svg { width: 130px; height: 130px; overflow: visible; }
.dest-card h3 { font-size: 24px; font-weight: 700; letter-spacing: -.02em; }
.dest-card p { margin-top: 8px; font-size: 16px; line-height: 1.5; color: var(--fg2); }
.dest-card .tagrow { margin-top: 20px; }
.hybrid-note { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 28px; padding: 18px 24px; border-radius: 18px; text-align: center; font-size: 17px; color: var(--fg2); background: var(--card); }
.hybrid-note b { color: var(--fg); }
.hybrid-note svg { width: 26px; height: 26px; flex: none; fill: none; stroke: var(--rg-blue); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.float-a { animation: floaty 5s ease-in-out infinite; }
.float-b { animation: floaty 5s ease-in-out 1.2s infinite; }
.float-c { animation: floaty 5s ease-in-out 2.4s infinite; }

/* How it works */
.how { padding-block: clamp(100px, 13vw, 170px); }
.how-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: clamp(32px, 5vw, 72px); align-items: start; }
.how-steps { display: grid; gap: 8px; }
.how-step { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 18px; padding: 20px 22px; border-radius: 20px; transition: background-color .4s var(--ease); }
.how-step.is-active { background: var(--card); }
.how-step .n { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; font-size: 15px; font-weight: 700; color: var(--fg2); box-shadow: inset 0 0 0 1.5px var(--line); transition: all .4s var(--ease); }
.how-step.is-active .n { color: #fff; background: var(--blue); box-shadow: none; }
.how-step h3 { font-size: 21px; font-weight: 700; letter-spacing: -.015em; }
.how-step p { margin-top: 6px; font-size: 16px; line-height: 1.5; color: var(--fg2); }
.term {
  position: sticky; top: calc(var(--lnav-h) + 40px);
  border-radius: 16px; overflow: hidden; background: #0d1117; color: #c9d1d9;
  box-shadow: 0 40px 100px rgba(0, 0, 0, .25), 0 0 0 1px rgba(0, 0, 0, .1);
  font-family: var(--mono); font-size: 13px; line-height: 1.75; letter-spacing: 0;
}
.term-bar { display: flex; align-items: center; gap: 8px; height: 38px; padding: 0 14px; background: #161b22; border-bottom: 1px solid rgba(255, 255, 255, .06); }
.term-bar i { width: 11px; height: 11px; border-radius: 50%; background: #ff5f57; }
.term-bar i:nth-child(2) { background: #febc2e; } .term-bar i:nth-child(3) { background: #28c840; }
.term-bar span { margin-left: 10px; font-family: var(--font); font-size: 12px; color: #8b949e; }
.term-body { min-height: 360px; padding: 18px 20px 22px; white-space: pre-wrap; word-break: break-word; }
.term-body .l { display: block; min-height: 1.75em; }
.term-body .c { color: #8b949e; }
.term-body .ok { color: #3fb950; }
.term-body .p { color: #58a6ff; }
.term-body .dim { color: #6e7681; }
.term-caret { display: inline-block; width: .6em; height: 1.1em; margin-left: 2px; vertical-align: -.15em; background: #58a6ff; animation: blink 1s steps(1) infinite; }
.compat { display: flex; align-items: center; gap: 12px; margin-top: 22px; padding: 16px 20px; border-radius: 16px; background: var(--card); font-size: 15px; color: var(--fg2); }
.compat b { color: var(--fg); }
.compat svg { width: 26px; height: 26px; flex: none; fill: none; stroke: var(--green); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }

/* Integrations */
.integrations { padding-block: 0 clamp(100px, 13vw, 170px); }
.int-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.int-card { display: flex; flex-direction: column; gap: 10px; padding: 24px 22px; border-radius: 22px; background: var(--card); transition: transform .5s var(--ease-out), box-shadow .4s; }
.int-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(0, 0, 0, .08); }
.int-card .f-ic { width: 44px; height: 44px; border-radius: 12px; }
.int-card h3 { margin-top: 6px; font-size: 19px; font-weight: 700; letter-spacing: -.015em; }
.int-card p { font-size: 14px; line-height: 1.45; color: var(--fg2); }

/* Pricing */
.pricing { padding-block: clamp(100px, 13vw, 170px); }
.seg { display: inline-flex; gap: 4px; margin-top: 30px; padding: 4px; border-radius: 980px; background: #e3e3e8; }
.seg button { padding: 8px 20px; border-radius: 980px; font-size: 14px; font-weight: 500; color: #1d1d1f; transition: background-color .3s var(--ease), box-shadow .3s; }
.seg button[aria-pressed="true"] { background: #fff; box-shadow: 0 2px 8px rgba(0, 0, 0, .12); }
.seg em { font-style: normal; font-size: 12px; font-weight: 600; color: #1fa846; }
.plans { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
.plan {
  position: relative; display: flex; flex-direction: column; padding: 36px 32px 32px; border-radius: var(--r-lg);
  background: #fff; box-shadow: 0 1px 2px rgba(0, 0, 0, .04); transform-style: preserve-3d;
  transition: box-shadow .4s var(--ease), transform .6s var(--ease-out);
}
.plan:hover { box-shadow: 0 30px 60px rgba(0, 0, 0, .1); }
.plan.featured { background: linear-gradient(180deg, #0b1d4d, #030a1f); color: #f5f5f7; box-shadow: 0 30px 80px rgba(20, 60, 160, .35); --fg: #f5f5f7; --fg2: #9fb0cf; --fg3: #7b8db0; --line: rgba(108,180,255,.18); }
.plan-badge { position: absolute; top: 20px; right: 20px; }
.plan-tier { font-size: 14px; font-weight: 600; color: var(--fg3); }
.plan.featured .plan-tier { color: var(--rg-sky); }
.plan h3 { margin-top: 6px; font-size: 26px; line-height: 1.15; font-weight: 700; letter-spacing: -.02em; }
.plan-price { display: flex; align-items: baseline; gap: 6px; margin-top: 22px; }
.plan-price b { font-size: 60px; line-height: 1; font-weight: 700; letter-spacing: -.045em; font-variant-numeric: tabular-nums; }
.plan-price span { font-size: 15px; color: var(--fg2); }
.plan-found { margin-top: 12px; padding: 10px 14px; border-radius: 12px; font-size: 14px; color: #0b7a52; background: rgba(0, 212, 170, .1); }
.plan.featured .plan-found { color: #7df0d4; background: rgba(0, 212, 170, .12); }
.plan-found b { font-weight: 700; }
.plan-desc { margin-top: 18px; font-size: 16px; line-height: 1.5; color: var(--fg2); }
.plan .checklist { margin-top: 20px; margin-bottom: 28px; gap: 10px; }
.plan .checklist li { font-size: 15px; }
.plan .btn { margin-top: auto; width: 100%; }
.plan-plus { margin-top: 20px; font-size: 14px; font-weight: 600; color: var(--fg); }
.pricing-note { max-width: 780px; margin: 32px auto 0; text-align: center; font-size: 15px; color: var(--fg2); }
.pricing-note b { color: var(--fg); }

/* Timeline */
.whatsnew { padding-block: clamp(100px, 13vw, 170px); }
.timeline { position: relative; max-width: 860px; margin: 0 auto; padding-left: 56px; }
.timeline::before { content: ""; position: absolute; left: 15px; top: 8px; bottom: 8px; width: 2px; background: rgba(255, 255, 255, .1); }
.timeline::after { content: ""; position: absolute; left: 15px; top: 8px; bottom: 8px; width: 2px; background: var(--rg-grad); background: linear-gradient(180deg, #6cb4ff, #2f7bff 50%, #00d4aa); transform-origin: top; transform: scaleY(var(--p, 0)); }
.tl-item { position: relative; padding-bottom: 48px; }
.tl-item:last-child { padding-bottom: 0; }
.tl-item::before { content: ""; position: absolute; left: -48px; top: 6px; width: 16px; height: 16px; border-radius: 50%; background: #000; box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .25); transition: box-shadow .5s, background-color .5s; }
.tl-item.is-in::before { background: var(--rg-blue); box-shadow: 0 0 0 5px rgba(47, 123, 255, .22), 0 0 18px rgba(47, 123, 255, .8); }
.tl-ver { display: flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 600; color: var(--rg-sky); }
.tl-item h3 { margin-top: 8px; font-size: clamp(22px, 2.4vw, 30px); line-height: 1.2; font-weight: 700; letter-spacing: -.02em; }
.tl-item p { margin-top: 10px; font-size: 17px; line-height: 1.55; color: var(--fg2); }
.tl-more { margin-top: 40px; text-align: center; }

/* Requirements */
.reqs { padding-block: 0 clamp(90px, 11vw, 140px); }
.req-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.req { display: flex; gap: 16px; align-items: flex-start; padding: 26px 24px; border-radius: 22px; background: #0e0e11; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08); }
.req .f-ic { flex: none; }
.req b { display: block; font-size: 17px; font-weight: 600; }
.req span { display: block; margin-top: 4px; font-size: 15px; color: var(--fg2); }

/* FAQ */
.faq { padding-block: clamp(100px, 13vw, 170px); }
.faq-list { max-width: 860px; margin: 0 auto; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary {
  display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 26px 0; cursor: pointer; list-style: none;
  font-size: clamp(19px, 1.8vw, 22px); font-weight: 600; letter-spacing: -.015em;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: ""; flex: none; width: 14px; height: 14px;
  background: linear-gradient(currentColor, currentColor) center / 100% 2px no-repeat, linear-gradient(currentColor, currentColor) center / 2px 100% no-repeat;
  transition: transform .4s var(--ease);
}
.faq-item[open] summary::after { transform: rotate(135deg); }
.faq-answer { overflow: hidden; }
.faq-answer p { padding-bottom: 28px; max-width: 760px; font-size: 17px; line-height: 1.6; color: var(--fg2); }

/* Final CTA */
.final { position: relative; isolation: isolate; overflow: clip; padding-block: clamp(130px, 17vw, 230px); text-align: center; background: var(--rg-deep); }
.final-orb {
  position: absolute; left: 50%; top: 55%; z-index: -1; width: min(1000px, 140vw); aspect-ratio: 1.6; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(47, 123, 255, .55), rgba(0, 212, 170, .18) 55%, transparent);
  filter: blur(40px); transform: translate(-50%, -50%); animation: finalPulse 8s ease-in-out infinite;
}
@keyframes finalPulse { 0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: .85; } 50% { transform: translate(-50%, -50%) scale(1.12); opacity: 1; } }
.final img { width: 104px; margin: 0 auto 30px; filter: drop-shadow(0 24px 50px rgba(28, 92, 255, .6)); }
.final h2 { font-size: clamp(48px, 7.6vw, 100px); line-height: 1.02; font-weight: 700; letter-spacing: -.036em; }
.final p { max-width: 640px; margin: 24px auto 0; font-size: clamp(19px, 1.8vw, 22px); color: #9fb0cf; }
.final-ctas { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 18px 30px; margin-top: 40px; }
.final .final-sub { margin-top: 26px; font-size: 15px; color: #7b8db0; }
.final .final-sub .link-arrow { font-size: 15px; }

/* 8. Footer & 404 ---------------------------------------------------------- */
.footer { padding: 52px 0 36px; font-size: 12px; line-height: 1.5; color: #86868b; background: #0a0a0b; border-top: 1px solid rgba(255, 255, 255, .06); }
.footer-top { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 3fr); gap: 40px; padding-bottom: 34px; border-bottom: 1px solid rgba(255, 255, 255, .08); }
.footer-brand p { margin-top: 12px; font-size: 14px; color: #a1a1a6; }
.footer-cols { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.footer-col h2 { margin-bottom: 10px; font-size: 12px; font-weight: 600; letter-spacing: -.01em; color: #e8e8ed; }
.footer-col li + li { margin-top: 8px; }
.footer-col a { color: #a1a1a6; transition: color .2s; }
.footer-col a:hover { color: #f5f5f7; text-decoration: underline; }
.footer-legal { display: grid; gap: 8px; padding-top: 22px; }
.footer-legal p:first-child { color: #a1a1a6; }

.nf { position: relative; isolation: isolate; overflow: clip; display: grid; place-items: center; min-height: calc(100vh - var(--nav-h)); min-height: calc(100svh - var(--nav-h)); padding: 80px var(--pad); text-align: center; }
.nf .nf-code { max-width: none; margin: 0; font-size: clamp(120px, 24vw, 280px); line-height: .9; font-weight: 800; letter-spacing: -.06em; }
.nf h1 { margin-top: 10px; font-size: clamp(28px, 4vw, 44px); font-weight: 700; letter-spacing: -.025em; }
.nf p { max-width: 520px; margin: 16px auto 0; font-size: 19px; color: #b4b4ba; text-shadow: 0 0 18px rgba(0, 0, 0, .85); }
.nf h1 { text-shadow: 0 4px 40px rgba(0, 0, 0, .6); }
.nf .hero-ctas { animation: none; }

/* 9. Responsive ------------------------------------------------------------- */
@media (max-width: 1068px) {
  .fgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .int-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .console-body { grid-template-columns: 170px minmax(0, 1fr); }
}
@media (max-width: 833px) {
  :root { --pad: 20px; }
  .gnav-toggle { display: block; }
  .gnav-links {
    position: fixed; top: var(--nav-h); left: 0; right: 0; bottom: 0; z-index: -2;
    flex-direction: column; align-items: stretch; gap: 0; padding: 18px 44px 40px;
    background: rgba(0, 0, 0, .94); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px);
    visibility: hidden; opacity: 0; transition: opacity .35s var(--ease), visibility 0s linear .35s;
  }
  .gnav.is-open .gnav-links { visibility: visible; opacity: 1; transition: opacity .35s var(--ease); }
  .gnav-links li { opacity: 0; transform: translate3d(0, -10px, 0); transition: opacity .45s var(--ease-out), transform .45s var(--ease-out); }
  .gnav.is-open .gnav-links li { opacity: 1; transform: none; }
  .gnav.is-open .gnav-links li:nth-child(1) { transition-delay: .06s; }
  .gnav.is-open .gnav-links li:nth-child(2) { transition-delay: .1s; }
  .gnav.is-open .gnav-links li:nth-child(3) { transition-delay: .14s; }
  .gnav.is-open .gnav-links li:nth-child(4) { transition-delay: .18s; }
  .gnav.is-open .gnav-links li:nth-child(5) { transition-delay: .22s; }
  .gnav-links a { display: block; padding: 10px 0; font-size: 28px; font-weight: 600; letter-spacing: -.015em; color: #e8e8ed; }
  .lnav-toggle { display: grid; }
  .lnav-links {
    position: absolute; top: var(--lnav-h); left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0;
    padding: 8px var(--pad) 20px; background: rgba(3, 10, 31, .96);
    -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(108, 180, 255, .14);
    visibility: hidden; opacity: 0; transform: translateY(-6px);
    transition: opacity .3s var(--ease), transform .3s var(--ease), visibility 0s linear .3s;
  }
  .lnav.is-open .lnav-links { visibility: visible; opacity: 1; transform: none; transition: opacity .3s var(--ease), transform .3s var(--ease); }
  .lnav-links a { display: block; padding: 12px 0; font-size: 17px; border-bottom: 1px solid rgba(255, 255, 255, .06); }
  .lnav.on-light .lnav-links { background: rgba(251, 251, 253, .97); border-bottom-color: rgba(0, 0, 0, .1); }
  .lnav.on-light .lnav-links a { border-bottom-color: rgba(0, 0, 0, .08); }
  .lnav-menu { gap: 10px; }
  .lnav-title { font-size: 19px; }
  .bento { grid-template-columns: minmax(0, 1fr); }
  .bento .span-2, .bento .span-3 { grid-column: auto; }
  .card-hw { flex-direction: column; align-items: stretch; }
  .mini-dash { grid-template-columns: minmax(0, 1fr); }
  .about-grid { grid-template-columns: minmax(0, 1fr); }
  .about-facts { grid-template-columns: minmax(0, 1fr); }
  .rg-tile-facts { grid-template-columns: minmax(0, 1fr); }
  .rg-tile-facts li + li { border-left: 0; border-top: 1px solid rgba(108, 180, 255, .15); }
  .fleet { --cols: 10; }
  .stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 40px; }
  .story { grid-template-columns: minmax(0, 1fr); }
  .story-visual { top: calc(var(--lnav-h) + 8px); height: auto; min-height: 0; z-index: 2; padding: 16px 0 20px; background: linear-gradient(180deg, #000 88%, rgba(0, 0, 0, 0)); order: -1; }
  .sv { max-width: 480px; }
  .story-step { min-height: 62vh; }
  .wf { grid-template-columns: minmax(0, 1fr); gap: 28px; max-width: 420px; margin: 0 auto; }
  .wf::before, .wf::after { left: 35px; right: auto; top: 36px; bottom: 36px; width: 2px; height: auto; }
  .wf::after { transform: scaleY(0); transform-origin: top; }
  .wf.is-in::after { transform: scaleY(1); }
  .wf-step { display: grid; grid-template-columns: 72px minmax(0, 1fr); column-gap: 20px; text-align: left; }
  .wf-icon { grid-row: span 2; margin: 0; }
  .wf-step h3 { margin-top: 10px; }
  .fgrid { grid-template-columns: minmax(0, 1fr); }
  .fcard.span-2 { grid-column: auto; }
  .console-body { grid-template-columns: minmax(0, 1fr); }
  .console-side { display: none; }
  .console-kpis { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .kpi { padding: 12px; } .kpi b { font-size: 22px; }
  .ct-row { grid-template-columns: 1.3fr 1fr 1fr; }
  .ct-row > :nth-child(4), .ct-row > :nth-child(5) { display: none; }
  .duo { grid-template-columns: minmax(0, 1fr); }
  .sec-grid, .dest-grid, .req-grid, .plans { grid-template-columns: minmax(0, 1fr); }
  .how-grid { grid-template-columns: minmax(0, 1fr); }
  .term { position: relative; top: 0; }
  .int-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-top { grid-template-columns: minmax(0, 1fr); }
  .footer-cols { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 28px; }
  .showcase { height: 240vh; }
  .fd-wide { display: none; }
  .fd-tall { display: block; max-width: 420px; margin: 0 auto; }
  .laptop { width: 94vw; }
  .popover { --u: 1.85cqw; right: 3cqw; top: 3.4cqw; width: 64cqw; }
  .popover .po-card .po-row:nth-child(n+3), .popover .po-label, .popover .po-label + .po-card { display: none; }
  .menubar { height: 3.4cqw; font-size: 1.5cqw; }
  .mb-left span:nth-child(n+4) { display: none; }
}
@media (max-width: 600px) {
  .fleet { --cols: 8; }
  .code-window { font-size: 11px; }
  .cw-code { padding: 14px 14px 18px; }
  .mini-dash { padding: 16px; }
  .gallery-dots { display: none; }
  .gallery-nav { justify-content: flex-end; }
  .sv-alerts { right: 0; }
  .popover { --u: 2.2cqw; width: 78cqw; right: 2cqw; }
  .int-grid { grid-template-columns: minmax(0, 1fr); }
  .plan-price b { font-size: 52px; }
  .hero-inner { padding-bottom: 120px; }
  .pipeline i { display: none; }
  .cm { padding: 32px 20px 22px; border-radius: 24px; }
  .cm-title { font-size: 27px; padding-right: 36px; }
  .cm-row { grid-template-columns: minmax(0, 1fr); }
}

/* 10. Reduced motion -------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; transition-delay: 0s !important; scroll-behavior: auto !important; }
  html { scroll-behavior: auto; }
  .js [data-reveal] { opacity: 1; transform: none; }
  .showcase { height: auto; }
  .showcase-sticky { position: relative; height: auto; padding-block: 80px; }
  .laptop { --lid: 8deg !important; --scale: 1 !important; --screen: 1 !important; }
  .cw-code .ln { width: auto; }
  .timeline::after { transform: none; }
  .marquee-track { animation: none; }
}
