/* ============================================================
   OxyGet — site_v2 design layer (Fable redesign)
   Loaded AFTER site.css. Engineering-premium, single accent.
   ============================================================ */

:root {
  --ox-bg: #080b11;
  --ox-bg-2: #0b0e16;
  --ox-surface: #10141d;
  --ox-surface-2: #161b26;
  --ox-surface-3: #1c2330;
  --ox-line: rgba(255, 255, 255, .07);
  --ox-line-2: rgba(255, 255, 255, .13);
  --ox-text: #eef1f7;
  --ox-muted: #97a1b5;
  --ox-dim: #5d6678;
  --ox-accent: #6c8cff;
  --ox-accent-2: #5dd5fb;
  --ox-accent-ink: #cdd8ff;
  --ox-accent-soft: rgba(108, 140, 255, .13);
  --ox-accent-line: rgba(108, 140, 255, .32);
  --ox-glow: 0 0 0 1px rgba(108, 140, 255, .25), 0 18px 60px -20px rgba(108, 140, 255, .5);
  --ox-ok: #36d39a;
  --ox-ok-soft: rgba(54, 211, 154, .14);
  --ox-warn: #ffb13d;
  --ox-warn-soft: rgba(255, 177, 61, .15);
  --ox-err: #ff6b6b;
  --ox-err-soft: rgba(255, 107, 107, .15);
  --ox-display: "Space Grotesk", "Inter", system-ui, sans-serif;
  --ox-sans: "Inter", system-ui, -apple-system, sans-serif;
  --ox-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --ox-e-out: cubic-bezier(.22, 1, .36, 1);
  --ox-e-spring: cubic-bezier(.34, 1.56, .64, 1);
  --ox-r-card: 22px;
  --ox-r-pill: 999px;
  --ox-hero-floor: color-mix(in srgb, var(--ox-accent) 7%, var(--ox-bg-2) 93%);
  --ox-mc-floor: color-mix(in srgb, var(--ox-accent) 11%, var(--ox-bg-2) 89%);
  --ox-card-shadow: 0 24px 50px -28px rgba(0, 0, 0, .55), 0 1px 0 rgba(255, 255, 255, .04) inset;
  --ox-page-glow:
    linear-gradient(160deg, rgba(108, 140, 255, .16) 0%, rgba(8, 11, 17, 0) 38%, rgba(93, 213, 251, .12) 58%, rgba(8, 11, 17, 0) 78%, rgba(108, 140, 255, .14) 100%),
    radial-gradient(ellipse 130% 85% at 50% -5%, rgba(108, 140, 255, .24), transparent 58%),
    radial-gradient(ellipse 130% 85% at 50% 105%, rgba(93, 213, 251, .18), transparent 56%);
}

[data-theme="light"] {
  --ox-bg: #e8f0fb;
  --ox-bg-2: #f1f6fc;
  --ox-surface: rgba(255, 255, 255, .9);
  --ox-surface-2: rgba(248, 250, 255, .95);
  --ox-surface-3: #e8eef9;
  --ox-line: rgba(63, 91, 224, .11);
  --ox-line-2: rgba(63, 91, 224, .2);
  --ox-text: #0a1020;
  --ox-muted: #3d4a63;
  --ox-dim: #6b7894;
  --ox-accent: #3f5be0;
  --ox-accent-2: #1594be;
  --ox-accent-ink: #2438a8;
  --ox-accent-soft: rgba(63, 91, 224, .12);
  --ox-accent-line: rgba(63, 91, 224, .26);
  --ox-glow: 0 0 0 1px rgba(63, 91, 224, .14), 0 22px 48px -20px rgba(63, 91, 224, .28);
  --ox-card-shadow: 0 20px 44px -26px rgba(28, 42, 96, .2), 0 1px 0 rgba(255, 255, 255, .95) inset;
  --ox-page-glow:
    linear-gradient(160deg, rgba(63, 91, 224, .16) 0%, rgba(230, 236, 248, 0) 36%, rgba(26, 165, 207, .13) 58%, rgba(230, 236, 248, 0) 78%, rgba(63, 91, 224, .14) 100%),
    radial-gradient(ellipse 130% 85% at 50% -5%, rgba(63, 91, 224, .22), transparent 58%),
    radial-gradient(ellipse 130% 85% at 50% 105%, rgba(26, 165, 207, .16), transparent 56%);
  color-scheme: light;
}
[data-theme="light"] .site-header {
  background: #f9fcff;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: 0 1px 0 rgba(63, 91, 224, .09), 0 12px 34px -30px rgba(29, 72, 150, .35);
}
[data-theme="light"] body::before,
[data-theme="light"] body::after { display: none !important; }
[data-theme="light"] .ox-light-decor {
  display: block;
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  contain: paint;
  opacity: 1;
  background:
    radial-gradient(circle at 9% 36%, transparent 0 38px, rgba(36, 144, 170, .18) 39px 41px, transparent 42px),
    radial-gradient(circle at 73% 16%, transparent 0 58px, rgba(75, 112, 207, .15) 59px 61px, transparent 62px),
    radial-gradient(circle at 91% 68%, transparent 0 74px, rgba(27, 157, 175, .16) 75px 77px, transparent 78px),
    radial-gradient(circle at 42% 82%, transparent 0 28px, rgba(65, 108, 194, .14) 29px 31px, transparent 32px),
    radial-gradient(ellipse at 14% 12%, rgba(41, 183, 194, .38), transparent 34%),
    radial-gradient(ellipse at 86% 18%, rgba(65, 105, 218, .32), transparent 37%),
    radial-gradient(ellipse at 54% 84%, rgba(25, 160, 180, .25), transparent 42%),
    linear-gradient(145deg, #f5fcff 0%, #d7eef5 42%, #dee6fb 72%, #f4faff 100%);
}
[data-theme="light"] .ox-light-network {
  position: absolute;
  inset: 52px 0 0;
  opacity: .32;
  overflow: hidden;
  contain: strict;
  -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 12%, #000 78%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0, #000 12%, #000 78%, transparent 100%);
}
html.ox-page-home[data-theme="light"] .ox-light-network {
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, transparent 27%, rgba(0,0,0,.35) 48%, #000 72%, rgba(0,0,0,.72) 100%);
  mask-image: linear-gradient(90deg, transparent 0%, transparent 27%, rgba(0,0,0,.35) 48%, #000 72%, rgba(0,0,0,.72) 100%);
}
[data-theme="light"] .ox-light-routes { opacity: .48; }
[data-theme="light"] .ox-light-nodes { opacity: .42; }
[data-theme="light"] .ox-light-map,
[data-theme="light"] .ox-light-routes { display: none; }
html:not(.ox-page-home)[data-theme="light"] .ox-light-network {
  opacity: .11;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, transparent 27%, transparent 73%, #000 100%);
  mask-image: linear-gradient(90deg, #000 0%, transparent 27%, transparent 73%, #000 100%);
}
html:not(.ox-page-home)[data-theme="light"] .ox-light-routes,
html:not(.ox-page-home)[data-theme="light"] .ox-light-nodes { display: none; }
[data-theme="light"] .ox-light-network svg { width: 100%; height: 100%; min-height: 760px; }
[data-theme="light"] .ox-light-map {
  color: rgba(53, 105, 174, .13);
  stroke-width: 1.1;
  stroke-dasharray: 2 8;
}
[data-theme="light"] .ox-light-routes { stroke-width: 2.2; stroke-linecap: round; }
[data-theme="light"] .ox-light-nodes circle:nth-child(odd) {
  fill: rgba(255, 255, 255, .2);
  stroke: rgba(50, 118, 196, .18);
  stroke-width: 1;
}
[data-theme="light"] .ox-light-nodes circle:nth-child(even) {
  fill: #2e75ca;
  stroke: rgba(255, 255, 255, .92);
  stroke-width: 3;
  filter: none;
}
[data-theme="light"] .ox-light-orb {
  position: absolute;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 26%, rgba(255, 255, 255, .96) 0 8%, rgba(255, 255, 255, .48) 9% 16%, transparent 17%),
    radial-gradient(circle at 72% 78%, rgba(77, 183, 255, .20), transparent 42%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, .38) 0%, rgba(184, 210, 255, .16) 58%, rgba(93, 148, 255, .06) 72%, transparent 75%);
  border: 1px solid rgba(255,255,255,.58);
  box-shadow:
    inset 10px 14px 28px rgba(255,255,255,.44),
    inset -16px -20px 36px rgba(76,112,210,.08),
    0 22px 60px -34px rgba(58,88,180,.36);
  opacity: .48;
  -webkit-mask-image: radial-gradient(circle, #000 62%, transparent 100%);
  mask-image: radial-gradient(circle, #000 62%, transparent 100%);
}
[data-theme="light"] .ox-light-orb-1 { width: 230px; height: 230px; top: 10%; right: max(-1%, calc(50vw - 560px)); opacity: .30; }
[data-theme="light"] .ox-light-orb-2 { width: 148px; height: 148px; top: 39%; right: max(5%, calc(50vw - 500px)); opacity: .24; }
[data-theme="light"] .ox-light-orb-3 { width: 104px; height: 104px; top: 72%; right: max(3%, calc(50vw - 540px)); opacity: .19; }
[data-theme="light"] .ox-light-orb-4 { width: 86px; height: 86px; top: 22%; left: max(2%, calc(50vw - 650px)); opacity: .18; }
[data-theme="light"] .ox-light-orb-5 { width: 128px; height: 128px; top: 56%; left: max(0%, calc(50vw - 690px)); opacity: .15; }
[data-theme="light"] .ox-light-orb-6 { width: 62px; height: 62px; top: 83%; left: max(13%, calc(50vw - 420px)); opacity: .14; }
@media (max-width: 900px) {
  [data-theme="light"] .ox-light-orb-1 { width: 150px; height: 150px; right: -2%; }
  [data-theme="light"] .ox-light-orb-2 { width: 100px; height: 100px; right: 4%; }
  [data-theme="light"] .ox-light-orb-3 { width: 76px; height: 76px; right: -1%; opacity: .14; }
  [data-theme="light"] .ox-light-orb-4 { width: 56px; height: 56px; left: 4%; opacity: .12; }
  [data-theme="light"] .ox-light-orb-5 { display: none; }
  [data-theme="light"] .ox-light-orb-6 { display: none; }
}
[data-theme="light"] .ox-page-shell .download-card,
[data-theme="light"] .ox-page-shell .price-card,
[data-theme="light"] .ox-page-shell .ox-cfg,
[data-theme="light"] .ox-page-shell .faq-item,
[data-theme="light"] .ox-page-shell #status-card,
[data-theme="light"] .ox-page-shell .guide-action-card,
[data-theme="light"] .ox-page-shell .cabinet-auth,
[data-theme="light"] .ox-page-shell .legal-doc,
[data-theme="light"] .download-card,
[data-theme="light"] .ox-step,
[data-theme="light"] .ox-panel {
  background: #fff;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: 0 8px 24px -18px rgba(36, 52, 120, .14);
}
[data-theme="light"] .download-links a {
  background: rgba(255, 255, 255, .95);
  border-color: rgba(63, 91, 224, .18);
  box-shadow: 0 6px 16px -12px rgba(36, 52, 120, .25);
}
[data-theme="light"] .download-links a:hover {
  background: rgba(63, 91, 224, .1);
  box-shadow: 0 10px 22px -12px rgba(36, 52, 120, .3);
}
[data-theme="light"] .pricing-note {
  background: linear-gradient(135deg, rgba(63, 91, 224, .08), rgba(26, 165, 207, .06));
  border: 1px solid rgba(63, 91, 224, .16);
  box-shadow: var(--ox-card-shadow);
}
[data-theme="light"] .header-balance {
  background: #f7faff;
  border-color: rgba(63, 91, 224, .18);
  color: #0a1020;
}
[data-theme="light"] .header-balance span {
  color: #51617c;
}
[data-theme="light"] .main-nav a.is-active,
[data-theme="light"] .main-nav a:hover { color: var(--ox-accent-ink); }
[data-theme="light"] .btn-secondary {
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 8px 20px -16px rgba(36, 52, 120, .28);
}

/* ---------- base typography upgrade ---------- */
html { min-height: 100%; background: var(--ox-bg); }
body {
  font-family: var(--ox-sans);
  background: var(--ox-bg);
  color: var(--ox-text);
  position: relative;
  min-height: 100%;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: var(--ox-page-glow);
  opacity: .72;
  animation: ox-glow-pulse 11s ease-in-out infinite;
  will-change: opacity;
  transform: translateZ(0);
  contain: strict;
  backface-visibility: hidden;
}
@keyframes ox-glow-pulse {
  0%, 100% { opacity: .46; }
  50% { opacity: .9; }
}
html.ox-lite-glow body::before,
html.ox-pause-anim body::before { animation: none; opacity: .58; }
main { position: relative; z-index: 1; background: transparent; }
.site-footer { background: transparent; position: relative; z-index: 1; }
.ox-section { background: transparent; }
.ox-mono { font-family: var(--ox-mono); font-variant-numeric: tabular-nums; letter-spacing: -.02em; }

/* ---------- reveal-on-scroll utility ---------- */
[data-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .55s var(--ox-e-out), transform .55s var(--ox-e-out);
  transition-delay: var(--reveal-delay, 0ms);
}
[data-reveal].is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1 !important; transform: none !important; transition: none; }
}

/* ---------- shared section frame ---------- */
.ox-section { padding: clamp(56px, 9vw, 132px) 0; position: relative; }
.ox-kicker {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--ox-mono); font-size: 12px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--ox-accent-ink);
  padding: 7px 13px; border: 1px solid var(--ox-accent-line);
  border-radius: var(--ox-r-pill); background: var(--ox-accent-soft);
}
.ox-kicker i {
  width: 7px; height: 7px; border-radius: 50%; background: var(--ox-accent);
  box-shadow: 0 0 0 0 var(--ox-accent); animation: ox-ping 2.4s var(--ox-e-out) infinite;
}
@keyframes ox-ping {
  0% { box-shadow: 0 0 0 0 rgba(108, 140, 255, .55); }
  70%, 100% { box-shadow: 0 0 0 9px rgba(108, 140, 255, 0); }
}
.ox-h2 {
  font-family: var(--ox-display); font-weight: 700;
  font-size: clamp(28px, 4.4vw, 48px); line-height: 1.04;
  letter-spacing: -.03em; margin: 18px 0 0;
}
.ox-sub { color: var(--ox-muted); font-size: clamp(15px, 1.6vw, 18px); line-height: 1.55; max-width: 60ch; margin: 14px 0 0; }

/* ============================================================
   HEADER — living, with latency pill
   ============================================================ */
.site-header {
  background: color-mix(in srgb, var(--ox-bg) 72%, transparent);
  border-bottom: 1px solid var(--ox-line);
}
.brand-logo .dot {
  background: linear-gradient(135deg, var(--ox-accent), var(--ox-accent-2));
  font-family: var(--ox-display); border-radius: 10px;
}
.brand-logo { font-family: var(--ox-display); letter-spacing: -.02em; }
.main-nav a { font-family: var(--ox-sans); font-weight: 500; }
.main-nav a,
.header-balance,
.ox-head-ping,
.btn-header-cabinet {
  transition: transform .22s var(--ox-e-out), border-color .22s var(--ox-e-out), background .22s var(--ox-e-out), box-shadow .22s var(--ox-e-out), color .22s var(--ox-e-out);
}
.main-nav a:hover,
.header-balance:hover,
.ox-head-ping:hover,
.btn-header-cabinet:hover {
  transform: translateY(-1px);
}
.ox-head-ping {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--ox-mono); font-size: 12px; color: var(--ox-muted);
  padding: 7px 12px; border: 1px solid var(--ox-line); border-radius: var(--ox-r-pill);
  background: var(--ox-surface); white-space: nowrap;
}
.ox-head-ping[hidden] { display: none !important; }
.ox-head-ping b { color: var(--ox-text); font-weight: 600; }
.ox-head-ping .ox-led { width: 7px; height: 7px; border-radius: 50%; background: var(--ox-dim); }
.ox-head-ping.is-ok .ox-led { background: var(--ox-ok); box-shadow: 0 0 8px var(--ox-ok); }
.ox-head-ping.is-warn .ox-led { background: var(--ox-warn); box-shadow: 0 0 8px var(--ox-warn); }
@media (max-width: 720px) { .ox-head-ping { display: none; } }
.header-balance {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--ox-accent-line);
  background: linear-gradient(180deg, rgba(108, 140, 255, .13), rgba(15, 23, 42, .2));
  color: var(--ox-text);
  font-family: var(--ox-sans);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .01em;
  box-shadow: 0 14px 34px -28px rgba(93, 213, 251, .75);
}
.header-balance:hover {
  border-color: rgba(93, 213, 251, .58);
  box-shadow: 0 18px 40px -28px rgba(93, 213, 251, .9);
}
.header-balance span { color: inherit; }
@media (max-width: 920px) {
  .header-balance { display: none; }
}

/* buttons refresh (global) */
.btn { font-family: var(--ox-sans); font-weight: 600; letter-spacing: -.01em; border-radius: var(--ox-r-pill); }
.btn-primary {
  background: linear-gradient(135deg, var(--ox-accent), color-mix(in srgb, var(--ox-accent) 60%, var(--ox-accent-2)));
  color: #fff; box-shadow: 0 14px 34px -14px rgba(108, 140, 255, .7);
}
.btn-primary:hover { box-shadow: 0 18px 44px -14px rgba(108, 140, 255, .85); transform: translateY(-1px); }
.btn-header-cabinet {
  font-family: var(--ox-sans);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -.01em;
  padding: 9px 16px;
  color: var(--ox-text);
  background: var(--ox-surface-2);
  border: 1px solid var(--ox-line-2);
  box-shadow: none;
}
.btn-header-cabinet:hover {
  background: color-mix(in srgb, var(--ox-accent) 10%, var(--ox-surface-2));
  border-color: var(--ox-accent-line);
  color: var(--ox-accent-ink);
  box-shadow: none;
  transform: translateY(-1px);
}
.btn-header-cabinet svg { width: 16px; height: 16px; opacity: .88; }
.btn-ghost { border: 1px solid var(--ox-line-2); color: var(--ox-text); background: transparent; }
.btn-ghost:hover { background: var(--ox-surface); border-color: var(--ox-accent-line); }
/* secondary button — readable, не сливается */
.btn-secondary {
  background: var(--ox-surface-2); color: var(--ox-text);
  border: 1px solid var(--ox-line-2);
}
.btn-secondary:hover { background: var(--ox-surface-3); border-color: var(--ox-accent-line); color: var(--ox-accent-ink); transform: translateY(-1px); }

/* ---------- inner pages typography unify ---------- */
.page-title { font-family: var(--ox-display); letter-spacing: -.03em; }
.section-head h2, .section-compact h2, .pricing-grid + * h2 { font-family: var(--ox-display); letter-spacing: -.02em; }
.section-head .eyebrow, .hero-eyebrow, .eyebrow {
  font-family: var(--ox-mono); letter-spacing: .14em; text-transform: uppercase;
}
.price, .price small, .hero-meta b { font-family: var(--ox-mono); font-variant-numeric: tabular-nums; letter-spacing: -.02em; }
.price-card h3, .download-card h3, .feature-card h3, .step h3 { font-family: var(--ox-display); letter-spacing: -.02em; }
.price-card { transition: transform .3s var(--ox-e-out), border-color .3s var(--ox-e-out), box-shadow .3s var(--ox-e-out); }
.price-card:hover { transform: translateY(-5px); border-color: var(--ox-accent-line); box-shadow: 0 24px 50px -28px rgba(108,140,255,.7); }
.download-card { transition: transform .25s var(--ox-e-out), border-color .25s var(--ox-e-out), box-shadow .25s var(--ox-e-out); }
.download-card:hover { transform: translateY(-3px); border-color: var(--ox-accent-line); box-shadow: var(--ox-glow); }

/* ---------- download apps cards ---------- */
.download-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: 16px;
  margin-top: 28px;
}
.download-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--ox-line);
  border-radius: var(--ox-r-card);
  background: var(--ox-surface);
  padding: clamp(22px, 3vw, 30px);
  display: grid;
  gap: 10px;
  align-content: start;
}
.download-card::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--ox-accent), var(--ox-accent-2));
  opacity: .75;
}
.download-card.is-primary {
  background: linear-gradient(165deg, color-mix(in srgb, var(--ox-accent) 10%, var(--ox-surface)), var(--ox-surface));
  border-color: var(--ox-accent-line);
}
.download-card.is-primary::before { opacity: 1; }
.download-card h3 {
  margin: 4px 0 0;
  font-size: clamp(17px, 2vw, 20px);
  font-weight: 700;
  letter-spacing: -.02em;
}
.download-card > p {
  margin: 0;
  color: var(--ox-muted);
  font-size: 14px;
  line-height: 1.55;
  max-width: 46ch;
}
.download-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}
.download-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 15px;
  border-radius: var(--ox-r-pill);
  border: 1px solid var(--ox-line-2);
  background: var(--ox-surface-2);
  color: var(--ox-text);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -.01em;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .2s var(--ox-e-out), border-color .2s, background .2s, color .2s, box-shadow .2s;
}
.download-links a:hover {
  border-color: var(--ox-accent-line);
  background: var(--ox-accent-soft);
  color: var(--ox-accent-ink);
  transform: translateY(-1px);
}
.download-links a::after {
  content: "↗";
  margin-left: 6px;
  font-size: 11px;
  opacity: .55;
}
section .section-head p {
  max-width: 62ch;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.55;
}
.pricing-note {
  margin-top: 22px;
  padding: 18px 22px;
  border-radius: var(--ox-r-card);
  border: 1px solid var(--ox-line);
  background: color-mix(in srgb, var(--ox-surface) 88%, var(--ox-accent) 12%);
  color: var(--ox-muted);
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}
.pricing-feature-text {
  margin: 14px 0 0;
  color: var(--ox-muted);
  font-size: 14px;
  line-height: 1.55;
}
.guide-action-card, .page-tile, .step, .feature-card { transition: transform .25s var(--ox-e-out), border-color .25s var(--ox-e-out), box-shadow .25s var(--ox-e-out); }
.guide-action-card:hover, .page-tile:hover, .feature-card:hover { transform: translateY(-4px); border-color: var(--ox-accent-line); }

/* ============================================================
   HERO — product scene (progressive disclosure top)
   ============================================================ */
.ox-hero {
  position: relative; overflow: hidden;
  padding: clamp(96px, 16vh, 190px) 0 clamp(56px, 9vw, 110px);
  isolation: isolate;
}
.ox-hero-bg {
  position: absolute; inset: 0; z-index: -2;
  background-image:
    radial-gradient(120% 90% at 70% -10%, rgba(108, 140, 255, .22), transparent 55%),
    url("/assets/oxyget-hero-topology.png");
  background-size: cover; background-position: 58% 35%;
  opacity: .9;
  -webkit-mask-image: linear-gradient(
    180deg,
    #000 0%,
    #000 32%,
    rgba(0, 0, 0, .98) 48%,
    rgba(0, 0, 0, .88) 60%,
    rgba(0, 0, 0, .62) 74%,
    rgba(0, 0, 0, .28) 90%,
    transparent 100%
  );
  mask-image: linear-gradient(
    180deg,
    #000 0%,
    #000 32%,
    rgba(0, 0, 0, .98) 48%,
    rgba(0, 0, 0, .88) 60%,
    rgba(0, 0, 0, .62) 74%,
    rgba(0, 0, 0, .28) 90%,
    transparent 100%
  );
}
.ox-hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, color-mix(in srgb, var(--ox-bg) 22%, transparent) 0%, transparent 52%);
}
.ox-hero-blend {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: clamp(200px, 38vh, 440px);
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    transparent 0%,
    color-mix(in srgb, var(--ox-hero-floor) 12%, transparent) 30%,
    color-mix(in srgb, var(--ox-hero-floor) 55%, transparent) 58%,
    var(--ox-hero-floor) 100%
  );
}
.ox-hero::after { display: none; }
.ox-hero-inner {
  position: relative;
  z-index: 1;
}
.ox-hero + .ox-section {
  position: relative;
  margin-top: clamp(-72px, -8vh, -40px);
  padding-top: calc(clamp(56px, 9vw, 132px) + clamp(20px, 4vh, 48px));
  padding-bottom: clamp(56px, 9vw, 132px);
  background: var(--ox-hero-floor);
}
.ox-section-steps {
  position: relative;
  z-index: 1;
}
.ox-section-steps::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: clamp(72px, 11vh, 128px);
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(180deg, transparent 0%, var(--ox-mc-floor) 100%);
}
.ox-section-steps > .container {
  position: relative;
  z-index: 1;
}
[data-theme="light"] .ox-hero-bg {
  opacity: 0;
  background: none;
  animation: none !important;
}
[data-theme="light"] .ox-hero-bg::after { display: none; }
[data-theme="light"] .ox-hero-blend,
[data-theme="light"] .ox-hero::after { display: none; }
[data-theme="light"] .ox-hero + .ox-section {
  margin-top: 0;
  padding-top: clamp(56px, 9vw, 132px);
  padding-bottom: clamp(56px, 9vw, 132px);
  background: transparent;
}
[data-theme="light"] .ox-hero {
  background:
    radial-gradient(ellipse 46% 70% at 20% 36%, rgba(255, 255, 255, .62), transparent 72%),
    radial-gradient(ellipse 46% 70% at 87% 28%, rgba(65, 168, 196, .28), transparent 76%),
    linear-gradient(180deg, rgba(245,252,255,.12), rgba(202,232,240,.12));
}
[data-theme="light"] .ox-page-shell .saas-card,
[data-theme="light"] .ox-page-shell .cab-client,
[data-theme="light"] .ox-page-shell .cab-key-tile,
[data-theme="light"] .ox-page-shell .cabinet-auth,
[data-theme="light"] .ox-page-shell .cab-confirm {
  background: #fff !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
[data-theme="light"] .ox-hero::before {
  display: none;
}
[data-theme="light"] .ox-route,
[data-theme="light"] .hero-setup-card,
[data-theme="light"] .ox-stat {
  background: rgba(255, 255, 255, .94);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: 0 18px 44px -34px rgba(30, 78, 158, .42), inset 0 1px rgba(255,255,255,.86);
}
[data-theme="light"] .ox-hero-grain { display: none; }
[data-theme="light"] .ox-hero-inner::before { display: none; }
[data-theme="light"] .ox-hero::after { display: none; }
[data-theme="light"] .ox-hero h1 .grad { animation: none; background-size: auto; }
[data-theme="light"] .ox-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 34px;
  padding-top: 0;
  border-top: 0;
}
[data-theme="light"] .ox-stat {
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid var(--ox-line);
  background: #fff;
  box-shadow: 0 8px 20px -16px rgba(36, 52, 120, .14);
  transition: none;
}
[data-theme="light"] .ox-stat:hover { transform: none; }
[data-theme="light"] .ox-stat-live .n { color: var(--ox-accent-ink); }
[data-theme="light"] .ox-stat-live.is-hot { animation: none; }
[data-theme="light"] .ox-route { background: #fff; }
[data-theme="light"] .ox-node-load i::after { display: none; }
@media (max-width: 640px) {
  [data-theme="light"] .ox-hero-stats { grid-template-columns: 1fr; }
}

html.ox-light-perf [data-reveal] {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}
html.ox-light-perf .ox-kicker i { animation: none; }
html.ox-light-perf .ox-skeleton::after { display: none; }
html.ox-light-perf .ox-light-orb { display: none; }
html.ox-light-perf .ox-hop-dot,
html.ox-light-perf .ox-wire::before,
html.ox-light-perf .ox-node,
html.ox-light-perf .ox-node-badge i,
html.ox-light-perf .ox-route-track > *,
html.ox-light-perf .ox-route-note {
  animation: none !important;
  transition: none !important;
}
html.ox-light-perf .ox-glow-zone::before { display: none; }

.ox-hero-grain {
  position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: .5;
  background-image: radial-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 4px 4px;
  -webkit-mask-image: linear-gradient(180deg, #000, rgba(0, 0, 0, .35) 75%, transparent 100%);
  mask-image: linear-gradient(180deg, #000, rgba(0, 0, 0, .35) 75%, transparent 100%);
}
.ox-hero-inner { max-width: 960px; }
.ox-hero h1 {
  font-family: var(--ox-display); font-weight: 700;
  font-size: clamp(40px, 7vw, 84px); line-height: .98; letter-spacing: -.04em;
  margin: 22px 0 0;
}
.ox-hero h1 .grad {
  background: linear-gradient(110deg, var(--ox-accent), var(--ox-accent-2));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.ox-hero-lead { color: var(--ox-muted); font-size: clamp(16px, 2vw, 21px); line-height: 1.5; max-width: 54ch; margin: 22px 0 0; }
.ox-hero-cabinet-wrap {
  margin-top: clamp(26px, 4vw, 38px);
  max-width: min(100%, 820px);
}
.hero-cabinet-card {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 18px 20px;
  border-radius: var(--ox-r-card);
  border: 1px solid var(--ox-accent-line);
  background: linear-gradient(145deg, color-mix(in srgb, var(--ox-accent) 16%, var(--ox-surface)), var(--ox-surface-2));
  color: var(--ox-text);
  text-decoration: none;
  box-shadow: 0 20px 44px -28px rgba(108, 140, 255, .35), var(--ox-card-shadow);
  transition: border-color .25s var(--ox-e-out), transform .25s var(--ox-e-out), box-shadow .25s var(--ox-e-out);
}
.hero-cabinet-card:hover {
  border-color: color-mix(in srgb, var(--ox-accent) 42%, var(--ox-line));
  background: linear-gradient(145deg, color-mix(in srgb, var(--ox-accent) 22%, var(--ox-surface)), var(--ox-surface-2));
  transform: translateY(-2px);
  box-shadow: 0 24px 52px -26px rgba(108, 140, 255, .45), var(--ox-card-shadow);
}
.hero-cabinet-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: var(--ox-accent-soft);
  color: var(--ox-accent-ink);
  flex: 0 0 auto;
}
.hero-cabinet-icon svg {
  width: 21px;
  height: 21px;
}
.hero-cabinet-body {
  min-width: 0;
  display: grid;
  gap: 5px;
}
.hero-cabinet-title {
  font-family: var(--ox-sans);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.25;
  color: var(--ox-text);
}
.hero-cabinet-hint {
  font-family: var(--ox-sans);
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--ox-muted);
}
.hero-cabinet-arrow {
  margin-left: auto;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid var(--ox-accent-line);
  background: color-mix(in srgb, var(--ox-accent) 12%, var(--ox-surface-2));
  color: var(--ox-accent-ink);
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}
.hero-cabinet-arrow svg {
  width: 16px;
  height: 16px;
}
.hero-cabinet-card:hover .hero-cabinet-arrow {
  color: #fff;
  border-color: var(--ox-accent);
  background: var(--ox-accent);
}
.hero-connect-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-color: rgba(91, 168, 255, .36);
  background:
    radial-gradient(circle at 18% 0%, rgba(97, 184, 255, .42), transparent 34%),
    radial-gradient(circle at 88% 100%, rgba(117, 104, 255, .34), transparent 38%),
    linear-gradient(145deg, rgba(31, 64, 126, .78), rgba(17, 27, 54, .88) 48%, rgba(12, 20, 40, .94));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .16),
    inset 0 -20px 52px rgba(18, 105, 232, .14),
    0 28px 58px -32px rgba(75, 161, 255, .72),
    0 0 0 1px rgba(105, 188, 255, .08),
    var(--ox-card-shadow);
  transform: translateZ(0);
}
.hero-connect-card::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: calc(var(--ox-r-card) - 1px);
  background: linear-gradient(115deg, rgba(255, 255, 255, .22), transparent 30%, transparent 72%, rgba(91, 199, 255, .12));
  opacity: .74;
  pointer-events: none;
  z-index: -1;
}
.hero-connect-card::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  right: -42px;
  top: -48px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(86, 197, 255, .24), transparent 68%);
  filter: blur(2px);
  pointer-events: none;
  z-index: -1;
}
.hero-connect-card:hover {
  border-color: rgba(104, 193, 255, .58);
  background:
    radial-gradient(circle at 18% 0%, rgba(97, 184, 255, .5), transparent 34%),
    radial-gradient(circle at 88% 100%, rgba(117, 104, 255, .4), transparent 38%),
    linear-gradient(145deg, rgba(36, 76, 148, .84), rgba(20, 34, 70, .9) 48%, rgba(14, 24, 48, .95));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .2),
    inset 0 -22px 58px rgba(18, 105, 232, .18),
    0 32px 66px -30px rgba(75, 161, 255, .82),
    0 0 0 1px rgba(105, 188, 255, .18),
    0 0 34px rgba(68, 164, 255, .18),
    var(--ox-card-shadow);
  transform: translateY(-3px) scale(1.012);
}
.hero-connect-bolt {
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(121, 206, 255, .95), rgba(66, 113, 255, .92) 52%, rgba(115, 88, 255, .92)),
    var(--ox-accent-soft);
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .5),
    inset 0 -8px 18px rgba(42, 41, 130, .28),
    0 14px 28px -14px rgba(85, 179, 255, .9);
  transform: perspective(90px) rotateX(7deg) rotateY(-8deg);
}
.hero-connect-bolt svg {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .32));
}
.hero-connect-card .hero-cabinet-title {
  font-size: 22px;
  font-weight: 850;
  letter-spacing: -.035em;
  text-shadow: 0 8px 22px rgba(77, 177, 255, .22);
}
.hero-connect-card .hero-cabinet-hint {
  color: rgba(229, 240, 255, .68);
}
.hero-connect-card .hero-cabinet-arrow {
  background: rgba(82, 151, 255, .16);
  border-color: rgba(122, 195, 255, .34);
  color: #d9efff;
}
[data-theme="light"] .hero-cabinet-card {
  background: linear-gradient(145deg, #ffffff, #f2f6ff);
  border-color: rgba(63, 91, 224, .24);
  box-shadow: 0 16px 36px -24px rgba(36, 52, 120, .24);
}
[data-theme="light"] .hero-cabinet-icon {
  background: rgba(63, 91, 224, .12);
  color: #3f5be0;
}
[data-theme="light"] .hero-cabinet-title {
  color: #0b1226;
}
[data-theme="light"] .hero-cabinet-hint {
  color: rgba(11, 18, 38, .58);
}
[data-theme="light"] .hero-cabinet-arrow {
  border-color: rgba(63, 91, 224, .2);
  background: rgba(63, 91, 224, .08);
  color: #3f5be0;
}
[data-theme="light"] .hero-cabinet-card:hover .hero-cabinet-arrow {
  background: #3f5be0;
  border-color: #3f5be0;
  color: #fff;
}
[data-theme="light"] .hero-connect-card {
  border-color: rgba(54, 119, 255, .24);
  background:
    radial-gradient(circle at 18% 0%, rgba(125, 204, 255, .44), transparent 36%),
    radial-gradient(circle at 88% 100%, rgba(95, 106, 255, .18), transparent 40%),
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(240, 247, 255, .96) 48%, rgba(225, 239, 255, .92));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .92),
    inset 0 -18px 46px rgba(80, 158, 255, .12),
    0 24px 48px -30px rgba(44, 88, 190, .34),
    0 0 0 1px rgba(91, 151, 255, .08);
}
[data-theme="light"] .hero-connect-card:hover {
  border-color: rgba(54, 119, 255, .36);
  background:
    radial-gradient(circle at 18% 0%, rgba(125, 204, 255, .52), transparent 36%),
    radial-gradient(circle at 88% 100%, rgba(95, 106, 255, .22), transparent 40%),
    linear-gradient(145deg, #fff, #edf6ff 48%, #dcecff);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .96),
    inset 0 -18px 46px rgba(80, 158, 255, .16),
    0 28px 56px -28px rgba(44, 88, 190, .42),
    0 0 34px rgba(55, 134, 255, .16);
}
[data-theme="light"] .hero-connect-card .hero-cabinet-hint {
  color: rgba(11, 18, 38, .62);
}
[data-theme="light"] .hero-connect-bolt {
  color: #fff;
  background: linear-gradient(145deg, #7fd5ff, #3f7cff 54%, #725cff);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .62),
    inset 0 -8px 18px rgba(42, 41, 130, .22),
    0 16px 30px -15px rgba(63, 124, 255, .72);
}
[data-theme="light"] .hero-connect-card .hero-cabinet-arrow {
  background: rgba(63, 124, 255, .1);
  border-color: rgba(63, 124, 255, .22);
  color: #2d5bd6;
}
.hero-setup-card {
  width: 100%;
  padding: 18px;
  border-radius: 28px;
  border: 1px solid rgba(91, 168, 255, .34);
  background:
    radial-gradient(circle at 12% 0%, rgba(97, 184, 255, .32), transparent 34%),
    radial-gradient(circle at 92% 100%, rgba(117, 104, 255, .26), transparent 38%),
    linear-gradient(145deg, rgba(26, 45, 88, .86), rgba(13, 21, 42, .94));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .14),
    0 28px 58px -34px rgba(75, 161, 255, .72),
    var(--ox-card-shadow);
}
.hero-setup-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.hero-setup-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.hero-setup-step {
  min-height: 82px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border-radius: 22px;
  border: 1px solid rgba(134, 164, 255, .18);
  background: rgba(255, 255, 255, .045);
  color: var(--ox-text);
  text-decoration: none;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: transform .22s var(--ox-e-out), border-color .22s var(--ox-e-out), background .22s var(--ox-e-out), box-shadow .22s var(--ox-e-out);
}
.hero-setup-step:hover {
  transform: translateY(-2px);
  border-color: rgba(120, 194, 255, .42);
  background: rgba(255, 255, 255, .07);
  box-shadow: 0 18px 36px -28px rgba(90, 176, 255, .72);
}
.hero-setup-step--primary {
  grid-template-columns: auto 1fr auto;
  border-color: rgba(107, 192, 255, .46);
  background: linear-gradient(135deg, #346dff, #52b8ff);
  color: #fff;
  box-shadow: 0 18px 34px -24px rgba(78, 173, 255, .9);
}
.hero-setup-step--primary:hover {
  background: linear-gradient(135deg, #3d78ff, #63c4ff);
  box-shadow: 0 22px 42px -24px rgba(78, 173, 255, 1);
}
.hero-setup-number {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  border: 1px solid rgba(160, 190, 255, .24);
  background: rgba(255, 255, 255, .08);
  color: #dcebff;
  font-weight: 850;
}
.hero-setup-step--primary .hero-setup-number {
  border-color: rgba(255, 255, 255, .34);
  background: rgba(255, 255, 255, .2);
  color: #fff;
}
.hero-setup-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}
.hero-setup-copy b {
  font-size: 15px;
  line-height: 1.18;
  letter-spacing: -.02em;
}
.hero-setup-copy small {
  color: rgba(229, 240, 255, .62);
  font-size: 12.5px;
  line-height: 1.35;
}
.hero-setup-step--primary .hero-setup-copy small {
  color: rgba(255, 255, 255, .78);
}
.hero-setup-arrow {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, .18);
}
.hero-setup-arrow svg {
  width: 15px;
  height: 15px;
}
.hero-setup-help {
  width: 100%;
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px solid rgba(134, 164, 255, .18);
  background: rgba(255, 255, 255, .045);
  color: rgba(229, 240, 255, .82);
  font: inherit;
  font-weight: 750;
  cursor: pointer;
  transition: transform .2s var(--ox-e-out), border-color .2s var(--ox-e-out), background .2s var(--ox-e-out);
}
.hero-setup-help:hover {
  transform: translateY(-1px);
  border-color: rgba(120, 194, 255, .38);
  background: rgba(255, 255, 255, .07);
}
.hero-setup-help svg {
  width: 15px;
  height: 15px;
  margin-right: 6px;
  vertical-align: -2px;
}
[data-theme="light"] .hero-setup-card {
  position: relative;
  overflow: hidden;
  padding: 20px;
  border: 3px solid transparent;
  border-radius: 24px;
  background:
    linear-gradient(rgba(248, 253, 255, .97), rgba(248, 253, 255, .97)) padding-box,
    linear-gradient(115deg, #cce8ef 0 18%, #75a9ce 18% 22%, #b9dce8 22% 72%, #709fc7 72% 76%, #d9edf2 76% 100%) border-box;
  box-shadow:
    inset 0 0 0 5px rgba(220, 241, 248, .9),
    0 22px 42px -34px rgba(39, 112, 142, .34);
}
[data-theme="light"] .hero-setup-card::before,
[data-theme="light"] .hero-setup-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
[data-theme="light"] .hero-setup-card::before {
  top: -42px;
  right: 72px;
  width: 150px;
  height: 94px;
  border: 2px solid rgba(96, 145, 187, .18);
  border-radius: 30px;
  transform: rotate(-18deg);
}
[data-theme="light"] .hero-setup-card::after {
  left: -30px;
  bottom: -48px;
  width: 122px;
  height: 86px;
  border: 2px solid rgba(92, 151, 190, .16);
  border-radius: 50%;
}
[data-theme="light"] .hero-setup-card > * { position: relative; z-index: 1; }
[data-theme="light"] .hero-setup-step {
  background: #fff;
  border-color: #c6d1df;
  border-width: 1.5px;
  color: #0b1226;
}
[data-theme="light"] .hero-setup-step:hover {
  background: rgba(255, 255, 255, .9);
  border-color: rgba(63, 124, 255, .28);
  box-shadow: 0 18px 34px -28px rgba(44, 88, 190, .36);
}
[data-theme="light"] .hero-setup-step--primary {
  color: #fff;
  border-color: #397eb9;
  background: #4b91cb;
  box-shadow: 0 16px 30px -22px rgba(38, 104, 163, .5);
}
[data-theme="light"] .hero-setup-step--primary:hover {
  border-color: #3274ad;
  background: #4387c0;
  box-shadow: 0 18px 32px -22px rgba(38, 104, 163, .56);
}
[data-theme="light"] .hero-setup-step .hero-setup-copy small { display: none; }
[data-theme="light"] .ox-route {
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(105deg, #d5e8f0 0 28%, #8eb4d2 28% 31%, #c7dfe9 31% 76%, #82acce 76% 79%, #dcecf2 79% 100%) border-box;
}
[data-theme="light"] .ox-stat {
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(120deg, #d9e9ef 0 62%, #8fb5d1 62% 66%, #d8eaf0 66% 100%) border-box;
}
[data-theme="light"] .ox-stat::after {
  content: "";
  position: absolute;
  top: -30px;
  right: -18px;
  width: 74px;
  height: 74px;
  border: 2px solid rgba(83, 137, 181, .14);
  border-radius: 24px;
  transform: rotate(28deg);
  pointer-events: none;
}
[data-theme="light"] .ox-route::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -70px;
  width: 210px;
  height: 130px;
  border: 2px solid rgba(83, 137, 181, .12);
  border-radius: 50%;
  transform: rotate(-14deg);
  pointer-events: none;
}
.ox-stat-countries .n {
  font-size: clamp(20px, 2.35vw, 30px);
  letter-spacing: .03em;
  white-space: nowrap;
}
.ox-stat-product {
  min-height: 112px;
  display: grid;
  align-content: center;
  gap: 8px;
}
.ox-stat-eyebrow {
  color: var(--ox-dim);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .16em;
  line-height: 1;
  text-transform: uppercase;
}
.ox-stat-product .n {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0;
  font-size: clamp(22px, 2.5vw, 31px);
  line-height: 1;
}
.ox-stat-product .n > i {
  color: #6287aa;
  font-size: .58em;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
}
.ox-stat-product .l { margin-top: 0; }
.ox-stat-countries .n { gap: 3px; font-size: clamp(18px, 2.1vw, 27px); }
.ox-stat-price .n strong { font: inherit; font-weight: 600; }
.ox-stat-price .n > i { color: var(--ox-muted); font-size: 11px; letter-spacing: .02em; }
[data-theme="light"] .hero-setup-number {
  background: rgba(63, 124, 255, .1);
  border-color: rgba(63, 124, 255, .18);
  color: #315bd6;
}
[data-theme="light"] .hero-setup-step--primary .hero-setup-number {
  color: #fff;
  background: rgba(255, 255, 255, .22);
  border-color: rgba(255, 255, 255, .42);
}
[data-theme="light"] .hero-setup-copy small {
  color: rgba(11, 18, 38, .58);
}
[data-theme="light"] .hero-setup-step--primary .hero-setup-copy small {
  color: rgba(255, 255, 255, .82);
}
[data-theme="light"] .hero-setup-help {
  background: #f7f9fc;
  border-color: #c6d1df;
  color: #36516f;
}
[data-theme="light"] .hero-setup-help:hover {
  background: rgba(255, 255, 255, .9);
  border-color: rgba(63, 124, 255, .26);
}
[data-theme="light"] .btn-header-cabinet {
  background: #fff;
  border-color: rgba(63, 91, 224, .14);
  color: #0a1020;
}
[data-theme="light"] .btn-header-cabinet:hover {
  background: #f6f9ff;
  border-color: rgba(63, 91, 224, .24);
  color: #2438a8;
}
@media (max-width: 640px) {
  .hero-cabinet-card {
    align-items: flex-start;
    padding: 15px 16px;
  }
  .hero-cabinet-arrow {
    display: none;
  }
  .hero-setup-card {
    padding: 14px;
    border-radius: 24px;
  }
  .hero-setup-actions {
    grid-template-columns: 1fr;
  }
  .hero-setup-step {
    min-height: 74px;
  }
  .hero-setup-step--primary {
    grid-template-columns: auto 1fr;
  }
  .hero-setup-arrow {
    display: none;
  }
}
.ox-hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.ox-hero-cta--secondary {
  margin-top: 14px;
  gap: 10px;
}
.ox-hero-cta--secondary .btn {
  min-height: 46px;
  font-size: 15px;
}
.ox-hero-cta .btn, .ox-cta-actions .btn { white-space: nowrap; display: inline-flex; align-items: center; gap: 9px; }
.ox-hero-cta .btn svg, .ox-cta-actions .btn svg { width: 18px; height: 18px; flex: 0 0 auto; }
.ox-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 5vw, 52px);
  margin-top: 46px;
  margin-bottom: clamp(32px, 5vw, 52px);
  padding-top: 28px;
  border-top: 1px solid var(--ox-line);
}
.ox-stat .n { font-family: var(--ox-mono); font-size: clamp(24px, 3vw, 34px); font-weight: 600; letter-spacing: -.03em; }
.ox-stat .l { display: block; margin-top: 4px; font-size: 13px; color: var(--ox-dim); letter-spacing: .02em; }
@keyframes ox-stat-flash {
  0% { box-shadow: 0 0 0 0 rgba(108, 140, 255, .5); }
  100% { box-shadow: 0 14px 32px -20px rgba(36, 52, 120, .22); }
}
.ox-hero-route-wrap {
  margin-top: clamp(8px, 1.5vw, 16px);
}
.ox-hero-route-wrap .ox-route { margin-top: 0; }

/* ---------- route schematic (typographic + interactive) ---------- */
.ox-route {
  margin-top: 52px; padding: 20px; border: 1px solid var(--ox-line);
  border-radius: var(--ox-r-card); background: color-mix(in srgb, var(--ox-surface) 70%, transparent);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
.ox-route-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.ox-route-title { font-family: var(--ox-mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--ox-muted); }
.ox-route-mode { display: flex; gap: 6px; }
.ox-route-mode button {
  font-family: var(--ox-mono); font-size: 12px; padding: 7px 12px; border-radius: var(--ox-r-pill);
  border: 1px solid var(--ox-line); background: transparent; color: var(--ox-muted); cursor: pointer;
  transition: all .2s var(--ox-e-out);
}
.ox-route-mode button.is-active { background: var(--ox-accent-soft); border-color: var(--ox-accent-line); color: var(--ox-accent-ink); }
.ox-route-track { position: relative; display: grid; grid-auto-flow: column; align-items: center; }
.ox-hop {
  position: relative; z-index: 2; display: grid; justify-items: center; gap: 8px;
  padding: 6px 4px; text-align: center;
}
.ox-hop-dot {
  width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center;
  font-size: 20px; background: var(--ox-surface-2); border: 1px solid var(--ox-line-2);
  transition: all .35s var(--ox-e-spring);
}
.ox-hop.is-live .ox-hop-dot { border-color: var(--ox-accent); box-shadow: var(--ox-glow); transform: translateY(-3px) scale(1.06); }
.ox-hop-name { font-family: var(--ox-mono); font-size: 11px; color: var(--ox-muted); letter-spacing: .04em; }
.ox-hop.is-live .ox-hop-name { color: var(--ox-accent-ink); }
.ox-hop-sub { font-size: 10px; color: var(--ox-dim); }
.ox-wire { position: relative; height: 2px; background: var(--ox-line-2); border-radius: 2px; overflow: hidden; min-width: 28px; }
.ox-wire::before {
  content: ""; position: absolute; inset: 0; transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, var(--ox-accent), transparent);
}
.ox-wire.is-flow::before {
  animation: none;
  transform: none;
  opacity: .5;
}
@keyframes ox-flow { to { transform: translateX(100%); } }
.ox-route-note { margin-top: 14px; font-size: 13px; color: var(--ox-muted); line-height: 1.5; }
.ox-route-note b { color: var(--ox-text); }
@media (max-width: 560px) {
  .ox-hop-dot { width: 40px; height: 40px; }
  .ox-hop-sub { display: none; }
}

/* ============================================================
   HOW IT WORKS — pinned steps with reveal
   ============================================================ */
.ox-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 48px; }
.ox-step {
  position: relative; padding: 26px 22px; border-radius: var(--ox-r-card);
  background: var(--ox-surface); border: 1px solid var(--ox-line); overflow: hidden;
}
.ox-step::before {
  content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 3px;
  background: linear-gradient(180deg, var(--ox-accent), transparent);
  opacity: 0; transition: opacity .4s var(--ox-e-out);
}
.ox-step:hover { border-color: var(--ox-accent-line); transform: translateY(-3px); transition: all .3s var(--ox-e-out); }
.ox-step:hover::before { opacity: 1; }
.ox-step-n { font-family: var(--ox-mono); font-size: 13px; color: var(--ox-accent); letter-spacing: .1em; }
.ox-step h3 { font-family: var(--ox-display); font-size: 21px; letter-spacing: -.02em; margin: 12px 0 8px; }
.ox-step p { color: var(--ox-muted); font-size: 14.5px; line-height: 1.55; margin: 0; }
@media (max-width: 820px) { .ox-steps { grid-template-columns: 1fr; } }

/* ---------- FAQ support + legal footer ---------- */
.faq-support-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px 20px;
  margin-top: 36px;
  padding: 20px 22px;
  border-radius: var(--ox-r-card);
  border: 1px solid var(--ox-accent-line);
  background: linear-gradient(145deg, color-mix(in srgb, var(--ox-accent) 10%, var(--ox-surface)), var(--ox-surface));
  box-shadow: var(--ox-card-shadow);
}
.faq-support-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--ox-accent-soft);
  color: var(--ox-accent-ink);
}
.faq-support-icon svg { width: 22px; height: 22px; }
.faq-support-body h3 {
  margin: 0;
  font-family: var(--ox-display);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -.02em;
}
.faq-support-body p {
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--ox-muted);
}
.faq-footer-links {
  display: flex;
  justify-content: center;
  margin-top: 28px;
  padding-top: 8px;
}
.faq-footer-links .btn { min-width: min(100%, 280px); justify-content: center; }
@media (max-width: 720px) {
  .faq-support-card {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }
  .faq-support-card .btn { width: 100%; justify-content: center; }
}
[data-theme="light"] .faq-support-card {
  background: linear-gradient(145deg, #ffffff, #f4f8ff);
  border-color: rgba(63, 91, 224, .2);
}

/* ============================================================
   MISSION CONTROL — live node pulse + smart route + changelog
   ============================================================ */
.ox-mc-bg {
  position: relative;
  margin-top: 0;
  padding-top: clamp(56px, 9vw, 132px);
  background: linear-gradient(
    180deg,
    var(--ox-mc-floor) 0%,
    color-mix(in srgb, var(--ox-accent) 10%, var(--ox-bg-2) 90%) 50%,
    color-mix(in srgb, var(--ox-accent-2) 8%, var(--ox-bg-2) 92%) 78%,
    var(--ox-hero-floor) 100%
  );
  border: 0;
  overflow: visible;
  content-visibility: auto;
  contain-intrinsic-size: 800px;
}
.ox-mc-bg::after { display: none; }
[data-theme="light"] .ox-mc-bg {
  margin-top: 0;
  padding-top: clamp(56px, 9vw, 132px);
  background: transparent;
}
[data-theme="light"] .ox-mc-bg::after { display: none; }
[data-theme="light"] .ox-section-steps::after { display: none; }
.ox-mc-inner { position: relative; z-index: 1; }
.ox-bento { display: grid; grid-template-columns: 1.5fr 1fr; gap: 16px; margin-top: 44px; }
.ox-bento-col { display: grid; gap: 16px; align-content: start; }
@media (max-width: 920px) { .ox-bento { grid-template-columns: 1fr; } }

.ox-panel {
  background: var(--ox-surface); border: 1px solid var(--ox-line);
  border-radius: var(--ox-r-card); padding: 22px;
}
.ox-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.ox-panel-head h3 { font-family: var(--ox-display); font-size: 18px; letter-spacing: -.01em; margin: 0; }
.ox-panel-head .ox-refresh { background: var(--ox-surface-2); border: 1px solid var(--ox-line); color: var(--ox-muted); width: 36px; height: 36px; border-radius: 11px; display: grid; place-items: center; cursor: pointer; }
.ox-panel-head .ox-refresh:hover { color: var(--ox-text); border-color: var(--ox-accent-line); }
.ox-panel-head .ox-refresh svg { width: 17px; height: 17px; }
.ox-panel-head .ox-refresh.is-spin svg { animation: ox-spin .8s linear infinite; }
@keyframes ox-spin { to { transform: rotate(360deg); } }

/* node pulse rows */
.ox-nodes { display: grid; gap: 10px; contain: layout style; }
.ox-mc-bg .ox-node {
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px;
  padding: 14px; border-radius: 16px; background: var(--ox-surface-2); border: 1px solid var(--ox-line);
  transition: border-color .2s ease;
  animation: none !important;
}
.ox-mc-bg .ox-node:hover { border-color: var(--ox-accent-line); transform: none; box-shadow: none; }
.ox-mc-bg .ox-node.is-best {
  animation: none !important;
  border-color: var(--ox-accent-line);
  box-shadow: inset 0 0 0 1px var(--ox-accent-line);
}
.ox-node {
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px;
  padding: 14px; border-radius: 16px; background: var(--ox-surface-2); border: 1px solid var(--ox-line);
  transition: border-color .25s var(--ox-e-out), transform .25s var(--ox-e-out);
}
.ox-node:hover { border-color: var(--ox-accent-line); transform: translateX(2px); }
.ox-node.is-best { border-color: var(--ox-accent-line); box-shadow: inset 0 0 0 1px var(--ox-accent-line); }
.ox-node-flag { font-size: 26px; line-height: 1; }
.ox-node-main { min-width: 0; }
.ox-node-name { font-weight: 600; font-size: 15px; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.ox-node-tag { font-family: var(--ox-mono); font-size: 10px; padding: 2px 7px; border-radius: 999px; background: var(--ox-accent-soft); color: var(--ox-accent-ink); letter-spacing: .04em; }
.ox-node-sub { font-size: 12.5px; color: var(--ox-dim); margin-top: 3px; }
.ox-node-signal { display: none; }
[data-theme="light"] .ox-mc-bg .ox-node-load { display: block; }
[data-theme="light"] .ox-mc-bg .ox-panel {
  background: #fff;
  box-shadow: 0 8px 24px -18px rgba(36, 52, 120, .12);
}
[data-theme="light"] .ox-mc-bg .ox-node {
  background: #fff;
  box-shadow: none;
}
[data-theme="light"] .ox-mc-bg .ox-node:hover { transform: none; }
.ox-node-load { margin-top: 8px; height: 4px; border-radius: 4px; background: rgba(255,255,255,.07); overflow: hidden; }
[data-theme="light"] .ox-node-load { background: rgba(12,18,32,.08); }
.ox-node-load i { display: block; height: 100%; border-radius: inherit; background: var(--ox-accent); transition: none; }
.ox-node-load.is-high i { background: linear-gradient(90deg, var(--ox-warn), #ff8a3d); }
.ox-mc-bg .ox-node-load i::after { display: none; }
.ox-mc-bg .ox-smart::before { display: none; }
.ox-mc-bg .ox-skeleton::after { animation: none; }
.ox-node-metric { text-align: right; }
.ox-node-ping { font-family: var(--ox-mono); font-size: 19px; font-weight: 600; letter-spacing: -.03em; }
.ox-node-ping small { font-size: 11px; color: var(--ox-dim); font-weight: 400; }
.ox-node-badge { display: inline-flex; align-items: center; gap: 6px; margin-top: 4px; font-size: 11px; font-family: var(--ox-mono); letter-spacing: .06em; text-transform: uppercase; color: var(--ox-ok); }
.ox-node-badge i { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.ox-node-badge.is-off { color: var(--ox-err); }

/* smart route recommendation */
.ox-smart {
  background: linear-gradient(150deg, color-mix(in srgb, var(--ox-accent) 22%, var(--ox-surface)), var(--ox-surface));
  border: 1px solid var(--ox-accent-line);
}
.ox-smart .ox-smart-eyebrow { font-family: var(--ox-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--ox-accent-ink); }
.ox-smart-node { font-family: var(--ox-display); font-size: 30px; letter-spacing: -.02em; margin: 10px 0 6px; display: flex; align-items: center; gap: 12px; }
.ox-smart-reason { color: var(--ox-muted); font-size: 14px; line-height: 1.5; }
.ox-smart-ping { font-family: var(--ox-mono); color: var(--ox-text); }

/* changelog feed */
.ox-log { display: grid; gap: 0; }
.ox-log-item { position: relative; padding: 16px 0 16px 26px; border-bottom: 1px solid var(--ox-line); }
.ox-log-item:last-child { border-bottom: 0; }
.ox-log-item::before { content: ""; position: absolute; left: 4px; top: 21px; width: 9px; height: 9px; border-radius: 50%; background: var(--ox-accent); box-shadow: 0 0 0 4px var(--ox-accent-soft); }
.ox-log-item::after { content: ""; position: absolute; left: 8px; top: 30px; bottom: -16px; width: 1px; background: var(--ox-line); }
.ox-log-item:last-child::after { display: none; }
.ox-log-date { font-family: var(--ox-mono); font-size: 11px; color: var(--ox-dim); letter-spacing: .04em; }
.ox-log-tag { display: inline-block; margin-left: 8px; font-family: var(--ox-mono); font-size: 10px; padding: 1px 7px; border-radius: 999px; letter-spacing: .04em; text-transform: uppercase; }
.ox-log-tag.t-new { background: var(--ox-ok-soft); color: var(--ox-ok); }
.ox-log-tag.t-fix { background: var(--ox-warn-soft); color: var(--ox-warn); }
.ox-log-tag.t-net { background: var(--ox-accent-soft); color: var(--ox-accent-ink); }
.ox-log-title { font-weight: 600; font-size: 15px; margin: 7px 0 4px; }
.ox-log-text { color: var(--ox-muted); font-size: 13.5px; line-height: 1.5; }

/* CTA band */
.ox-cta-band {
  text-align: center;
  background: var(--ox-hero-floor);
}
.ox-cta-band .ox-h2 { margin-bottom: 26px; }
.ox-cta-actions { display: inline-flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

/* loaders / skeleton */
.ox-skeleton { position: relative; overflow: hidden; background: var(--ox-surface-2); border-radius: 14px; }
.ox-skeleton::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(255,255,255,.06), transparent); animation: ox-shine 1.3s infinite; }
@keyframes ox-shine { to { transform: translateX(100%); } }
.ox-node-skel { height: 76px; }

/* cursor glow only on interactive zone */
.ox-glow-zone { position: relative; }
.ox-glow-zone::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background: radial-gradient(220px circle at var(--mx, 50%) var(--my, 50%), var(--ox-accent-soft), transparent 60%);
  opacity: 0; transition: opacity .3s; z-index: 0;
}
.ox-glow-zone:hover::before { opacity: 1; }
@media (prefers-reduced-motion: reduce) {
  .ox-wire.is-flow::before, .ox-kicker i, .ox-node-badge i { animation: none; }
}

/* ============================================================
   DYNAMICS — levitation, drift, switching effects
   ============================================================ */

/* animated hero background drift (Ken Burns) */
.ox-hero-bg { animation: ox-drift 26s ease-in-out infinite alternate; transform-origin: 60% 40%; }
@keyframes ox-drift {
  0%   { transform: scale(1.06) translate3d(0, 0, 0); }
  100% { transform: scale(1.14) translate3d(-2.5%, -2%, 0); }
}

/* floating aurora orb behind hero text */
.ox-hero-inner::before {
  content: ""; position: absolute; z-index: -1; left: -8%; top: 8%;
  width: 420px; height: 420px; border-radius: 50%; pointer-events: none;
  background: radial-gradient(circle, var(--ox-accent-soft), transparent 65%);
  filter: blur(20px); animation: ox-float-orb 12s ease-in-out infinite;
}
@keyframes ox-float-orb {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50%      { transform: translate3d(36px, -28px, 0) scale(1.12); }
}

/* animated gradient on hero accent */
.ox-hero h1 .grad {
  background-size: 220% 220%;
  animation: ox-gradient 7s ease infinite;
}
@keyframes ox-gradient {
  0%, 100% { background-position: 0% 50%; }
  50%      { background-position: 100% 50%; }
}

/* levitation utility */
@keyframes ox-float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-9px); }
}
.ox-hop-dot { animation: ox-float 5.5s ease-in-out infinite; }
.ox-hop:nth-child(3) .ox-hop-dot { animation-duration: 6.3s; animation-delay: -1.2s; }
.ox-hop:nth-child(5) .ox-hop-dot { animation-duration: 5.9s; animation-delay: -2.4s; }
.ox-hop:nth-child(7) .ox-hop-dot { animation-duration: 6.6s; animation-delay: -3s; }
.ox-hop.is-live .ox-hop-dot { animation-play-state: paused; }

/* route schematic SWITCHING effect (stagger reveal on mode change) */
.ox-route-track > * { animation: ox-hop-in .5s var(--ox-e-out) both; }
.ox-route-track > *:nth-child(2) { animation-delay: .06s; }
.ox-route-track > *:nth-child(3) { animation-delay: .12s; }
.ox-route-track > *:nth-child(4) { animation-delay: .18s; }
.ox-route-track > *:nth-child(5) { animation-delay: .24s; }
.ox-route-track > *:nth-child(6) { animation-delay: .30s; }
.ox-route-track > *:nth-child(7) { animation-delay: .36s; }
@keyframes ox-hop-in {
  from { opacity: 0; transform: translateY(12px) scale(.94); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
.ox-route-note { animation: ox-hop-in .5s var(--ox-e-out) both; animation-delay: .42s; }
.ox-route-mode button { transition: all .25s var(--ox-e-spring); }
.ox-route-mode button.is-active { transform: scale(1.04); }

/* node cards: hover lift + best pulse + entrance */
.ox-node { animation: ox-hop-in .45s var(--ox-e-out) both; }
.ox-node:nth-child(2) { animation-delay: .05s; }
.ox-node:nth-child(3) { animation-delay: .1s; }
.ox-node:nth-child(4) { animation-delay: .15s; }
.ox-node:nth-child(5) { animation-delay: .2s; }
.ox-node:hover { transform: translateY(-4px); border-color: var(--ox-accent-line); box-shadow: 0 16px 34px -22px rgba(108, 140, 255, .8); }
.ox-node.is-best { animation: ox-best-pulse 2.8s ease-in-out infinite; }
.ox-mc-bg .ox-node,
.ox-mc-bg .ox-node.is-best { animation: none !important; }
.ox-mc-bg .ox-node:hover { transform: none; box-shadow: none; }
@keyframes ox-best-pulse {
  0%, 100% { box-shadow: inset 0 0 0 1px var(--ox-accent-line), 0 0 0 0 rgba(108, 140, 255, .35); }
  50%      { box-shadow: inset 0 0 0 1px var(--ox-accent-line), 0 0 26px -2px rgba(108, 140, 255, .55); }
}
.ox-node-load i { position: relative; overflow: hidden; }
.ox-node-load i::after {
  content: ""; position: absolute; inset: 0; transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .45), transparent);
  animation: ox-shine 2.4s ease-in-out infinite;
}

/* smart route card subtle breathing glow */
.ox-smart { position: relative; overflow: hidden; }
.ox-smart::before {
  content: ""; position: absolute; inset: -40%; pointer-events: none;
  background: radial-gradient(circle at 30% 20%, rgba(108, 140, 255, .25), transparent 55%);
  animation: ox-float-orb 9s ease-in-out infinite;
}
.ox-smart-node { position: relative; }

/* magnetic / lift on primary buttons */
.btn-primary, .btn-ghost { transition: transform .2s var(--ox-e-spring), box-shadow .25s var(--ox-e-out), background .25s, border-color .25s; }

/* step cards entrance lift handled by reveal; add hover scale to icons */
.ox-step:hover .ox-step-n { color: var(--ox-accent-ink); }

/* ============================================================
   INTERACTIVE PRICING CONFIGURATOR
   ============================================================ */
.ox-cfg {
  margin-top: 8px; border: 1px solid var(--ox-line); border-radius: var(--ox-r-card);
  background: linear-gradient(160deg, var(--ox-surface), var(--ox-bg-2));
  overflow: hidden; display: grid; grid-template-columns: 1.15fr 1fr;
}
.ox-page-shell[data-signal="pulse"] .pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  max-width: none;
  margin: 0;
}
@media (max-width: 860px) {
  .ox-page-shell[data-signal="pulse"] .pricing-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) { .ox-cfg { grid-template-columns: 1fr; } }
.ox-cfg-controls { padding: clamp(22px, 4vw, 34px); display: grid; gap: 24px; align-content: start; }
.ox-cfg-group { display: grid; gap: 11px; }
.ox-cfg-label { font-family: var(--ox-mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--ox-muted); }
.ox-seg { display: grid; grid-auto-flow: column; gap: 8px; background: var(--ox-surface-2); padding: 6px; border-radius: 16px; border: 1px solid var(--ox-line); }
.ox-seg button {
  border: 0; background: transparent; color: var(--ox-muted); cursor: pointer;
  padding: 12px 10px; border-radius: 11px; font-family: var(--ox-sans); font-weight: 600; font-size: 14px;
  transition: all .25s var(--ox-e-spring); min-height: 44px;
}
.ox-seg button small { display: block; font-weight: 400; font-size: 11px; opacity: .7; margin-top: 2px; }
.ox-seg button.is-active { background: var(--ox-accent); color: #fff; box-shadow: 0 10px 24px -12px rgba(108,140,255,.9); transform: translateY(-1px); }
.ox-seg.months button { padding: 11px 4px; }
.ox-seg-save { display: inline-block; margin-top: 2px; font-size: 10px; color: var(--ox-ok); font-family: var(--ox-mono); }
.ox-seg button.is-active .ox-seg-save { color: #d7ffe9; }

.ox-cfg-summary {
  padding: clamp(22px, 4vw, 34px); position: relative; overflow: hidden;
  background: radial-gradient(120% 100% at 100% 0%, var(--ox-accent-soft), transparent 60%);
  border-left: 1px solid var(--ox-line); display: grid; align-content: center; gap: 6px;
}
@media (max-width: 760px) { .ox-cfg-summary { border-left: 0; border-top: 1px solid var(--ox-line); } }
.ox-cfg-summary .lbl { font-family: var(--ox-mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--ox-muted); }
.ox-cfg-total { font-family: var(--ox-mono); font-size: clamp(44px, 8vw, 68px); font-weight: 600; letter-spacing: -.04em; line-height: 1; transition: transform .3s var(--ox-e-spring); }
.ox-cfg-total.bump { animation: ox-bump .4s var(--ox-e-spring); }
@keyframes ox-bump { 0% { transform: scale(1); } 40% { transform: scale(1.12); } 100% { transform: scale(1); } }
.ox-cfg-permo { color: var(--ox-muted); font-size: 14px; }
.ox-cfg-permo b { color: var(--ox-text); font-family: var(--ox-mono); }
.ox-cfg-feats { display: grid; gap: 7px; margin: 14px 0 18px; }
.ox-cfg-feat { display: flex; align-items: center; gap: 9px; font-size: 13.5px; color: var(--ox-muted); }
.ox-cfg-feat svg { width: 17px; height: 17px; color: var(--ox-accent); flex: 0 0 auto; }
.ox-cfg-summary .btn { width: 100%; justify-content: center; display: inline-flex; align-items: center; gap: 9px; }
.ox-cfg-summary .btn svg { width: 18px; height: 18px; flex: 0 0 auto; }
.cab-buy-summary-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}
.cab-buy-summary-actions:has(.cab-buy-action:only-child) {
  grid-template-columns: 1fr;
}
.cab-buy-action {
  min-width: 0;
  min-height: 74px;
  padding: 12px 14px;
  border-radius: 17px;
  border: 1px solid rgba(148, 163, 184, .18);
  background: rgba(15, 23, 42, .38);
  color: var(--ox-text);
  display: grid;
  gap: 3px;
  align-content: center;
  text-align: left;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
  transition: transform .18s var(--ox-e-out), border-color .2s var(--ox-e-out), background .2s var(--ox-e-out), box-shadow .2s var(--ox-e-out);
}
.cab-buy-action span {
  color: var(--ox-muted);
  font-family: var(--ox-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.cab-buy-action strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 780;
  letter-spacing: -.015em;
}
.cab-buy-action em {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(148, 163, 184, .86);
  font-style: normal;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.25;
}
.cab-buy-action:hover {
  transform: translateY(-2px);
  border-color: rgba(93, 213, 251, .38);
  background: rgba(30, 41, 59, .58);
  box-shadow: 0 18px 34px -30px rgba(93, 213, 251, .85), inset 0 1px 0 rgba(255,255,255,.08);
}
.cab-buy-action-primary {
  border-color: rgba(96, 165, 250, .36);
  background: linear-gradient(135deg, rgba(59, 130, 246, .92), rgba(56, 189, 248, .72));
  color: #fff;
  box-shadow: 0 18px 34px -24px rgba(56, 189, 248, .9), inset 0 1px 0 rgba(255,255,255,.18);
}
.cab-buy-action-primary span {
  color: rgba(255,255,255,.72);
}
.cab-buy-action-primary em {
  color: rgba(255,255,255,.74);
}
.cab-buy-action-primary:hover {
  border-color: rgba(191, 219, 254, .46);
  background: linear-gradient(135deg, rgba(59, 130, 246, 1), rgba(56, 189, 248, .84));
}
.cab-buy-action:disabled {
  cursor: not-allowed;
  opacity: .56;
  transform: none;
}
@media (max-width: 520px) {
  .cab-buy-summary-actions {
    grid-template-columns: 1fr;
  }
}
[data-theme="light"] .cab-buy-action {
  background: rgba(255, 255, 255, .74);
  border-color: rgba(63, 91, 224, .14);
  box-shadow: 0 14px 28px -26px rgba(36,52,120,.28);
}
[data-theme="light"] .cab-buy-action:hover {
  background: #fff;
  border-color: rgba(37, 99, 235, .28);
  box-shadow: 0 18px 34px -26px rgba(37, 99, 235, .34);
}
[data-theme="light"] .cab-buy-action em {
  color: rgba(71, 85, 105, .74);
}
[data-theme="light"] .cab-buy-action-primary {
  background: linear-gradient(135deg, #2563eb, #38bdf8);
  border-color: rgba(37, 99, 235, .2);
  color: #fff;
}
[data-theme="light"] .cab-buy-action-primary em {
  color: rgba(255,255,255,.78);
}
[data-theme="light"] .cab-buy-action-primary:hover {
  background: linear-gradient(135deg, #1d4ed8, #0ea5e9);
}
.ox-cfg-buy { margin-top: 4px; }
.ox-cfg-devices {
  position: relative;
  padding: 18px;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 12%, rgba(56, 189, 248, .2), transparent 34%),
    linear-gradient(145deg, rgba(59, 130, 246, .16), rgba(15, 23, 42, .44));
  border: 1px solid rgba(96, 165, 250, .24);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 20px 52px -42px rgba(56,189,248,.85);
}
.ox-cfg-devices::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.06), transparent);
  opacity: .35;
}
[data-theme="light"] .ox-cfg-devices {
  background:
    radial-gradient(circle at 85% 12%, rgba(56, 189, 248, .22), transparent 36%),
    linear-gradient(145deg, #f7fbff, #eef5ff);
  border-color: rgba(63, 91, 224, .18);
  box-shadow: 0 18px 42px -34px rgba(36,52,120,.32);
}
.cab-buy-pricing {
  font-family: var(--ox-sans);
  --ox-accent: #3b82f6;
  --ox-accent-2: #38bdf8;
  --ox-accent-ink: #bfdbfe;
  --ox-accent-soft: rgba(59, 130, 246, .13);
  --ox-accent-line: rgba(59, 130, 246, .34);
}
.cab-buy-pricing .cab-buy-title-row {
  display: flex;
  align-items: center;
}
.cab-buy-pricing .ox-cfg-group {
  gap: 11px;
}
.cab-buy-pricing .ox-seg {
  grid-auto-flow: unset;
  grid-template-columns: repeat(auto-fit, minmax(72px, 1fr));
}
.cab-buy-pricing .ox-cfg-summary {
  margin-top: 2px;
  border-left: 0;
  border-radius: var(--ox-r-card);
  border: 1px solid var(--ox-line);
  padding: clamp(20px, 3vw, 28px);
}
.cab-buy-pricing .ox-cfg-total {
  display: block;
  font-size: clamp(42px, 6vw, 58px);
  max-width: 100%;
  white-space: nowrap;
}
.cab-buy-pricing .ox-seg button.is-active {
  background: linear-gradient(135deg, #3b82f6, #38bdf8);
  box-shadow: 0 10px 24px -14px rgba(56, 189, 248, .72);
}
.cab-buy-pricing .saas-actions {
  margin-top: 0;
}
.cab-buy-pricing.saas-card-buy {
  font-family: var(--ox-sans);
  border-color: var(--ox-line);
  background: linear-gradient(160deg, var(--ox-surface), var(--ox-bg-2));
}
.cab-renew-key-select {
  padding: 14px;
  border: 1px solid var(--ox-line);
  border-radius: 20px;
  background: linear-gradient(160deg, rgba(59, 130, 246, .12), rgba(56, 189, 248, .04));
}
.cab-renew-key-list {
  display: grid;
  gap: 8px;
  max-height: 214px;
  overflow: auto;
  padding-right: 4px;
}
.cab-renew-key-option {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, .14);
  background: rgba(15, 23, 42, .52);
  color: var(--ox-text);
  text-align: left;
  cursor: pointer;
  transition: transform .22s var(--ox-e-out), border-color .22s var(--ox-e-out), background .22s var(--ox-e-out), box-shadow .22s var(--ox-e-out);
}
.cab-renew-key-option:hover {
  transform: translateY(-2px);
  border-color: rgba(93, 213, 251, .45);
  box-shadow: 0 18px 36px -30px rgba(93, 213, 251, .9);
}
.cab-renew-key-option.is-selected {
  border-color: rgba(59, 130, 246, .78);
  background: linear-gradient(135deg, rgba(59, 130, 246, .22), rgba(56, 189, 248, .08));
  box-shadow: inset 0 0 0 1px rgba(59, 130, 246, .2);
}
.cab-renew-key-option span {
  min-width: 0;
  display: grid;
  gap: 4px;
}
.cab-renew-key-option strong {
  font-size: 13px;
  font-weight: 760;
  letter-spacing: -.01em;
}
.cab-renew-key-option em {
  color: var(--ox-muted);
  font-style: normal;
  font-size: 12px;
  font-weight: 650;
}
.cab-renew-key-option code {
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--ox-text);
  font-family: var(--ox-mono);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
[data-theme="light"] .cab-renew-key-select {
  background: #eef5ff;
  border-color: rgba(63, 91, 224, .16);
}
[data-theme="light"] .cab-renew-key-option {
  background: rgba(255, 255, 255, .82);
  border-color: rgba(63, 91, 224, .13);
}
[data-theme="light"] .cab-renew-key-option.is-selected {
  background: linear-gradient(135deg, rgba(63, 91, 224, .16), rgba(26, 165, 207, .08));
}
.saas-card-balance {
  align-content: start;
}
.saas-card-balance .cabinet-topup-custom {
  width: 100%;
  min-height: 48px;
  padding: 12px 16px;
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, .22);
  background: rgba(15, 23, 42, .45);
  color: var(--ox-text);
  font-family: var(--ox-mono);
  font-size: 22px;
  font-weight: 650;
  letter-spacing: -.035em;
}
.saas-card-balance .cabinet-topup-custom:focus {
  outline: none;
  border-color: rgba(59, 130, 246, .72);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, .14);
}
.cab-balance-tools {
  display: grid;
  gap: 12px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--ox-line);
}
.cab-balance-tool {
  display: grid;
  gap: 9px;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, .13);
  background: linear-gradient(145deg, rgba(59, 130, 246, .08), rgba(15, 23, 42, .24));
}
.cab-balance-tool .saas-value-sm {
  font-size: 26px;
}
.cab-balance-tool .cabinet-form {
  display: grid;
  gap: 8px;
}
.cab-balance-tool .cabinet-form input {
  min-height: 44px;
  border-radius: 14px;
}
.cab-balance-tool .saas-actions {
  margin-top: 0;
}
.cab-balance-device .btn,
.cab-balance-promo .btn {
  width: 100%;
}
[data-theme="light"] .saas-card-balance .cabinet-topup-custom {
  background: rgba(255,255,255,.86);
  border-color: rgba(63, 91, 224, .16);
  color: #0a1020;
}
[data-theme="light"] .cab-balance-tool {
  background: rgba(255,255,255,.7);
  border-color: rgba(63, 91, 224, .13);
}
.saas-card-keys {
  --brand: #3b82f6;
  --brand-2: #38bdf8;
}
.saas-value,
.saas-buy-total,
.cab-purchase-result h2 {
  font-family: var(--ox-mono);
  font-weight: 650;
  letter-spacing: -.035em;
}
.cab-devices-head,
.cab-devices-foot {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.cab-devices-head span {
  display: grid;
  gap: 4px;
  min-width: 0;
}
.cab-devices-head span em {
  color: var(--ox-text);
  font-style: normal;
  font-family: var(--ox-display);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -.02em;
}
.cab-devices-head span b {
  color: var(--ox-muted);
  font-family: var(--ox-sans);
  font-size: 12px;
  font-weight: 650;
}
.cab-devices-head strong {
  min-width: 62px;
  height: 38px;
  padding: 0 12px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex: 0 0 auto;
  background:
    linear-gradient(145deg, rgba(59, 130, 246, .92), rgba(56, 189, 248, .74));
  border: 1px solid rgba(191, 219, 254, .22);
  color: #fff;
  box-shadow: 0 12px 28px -22px rgba(56,189,248,.9), inset 0 1px 0 rgba(255,255,255,.18);
}
.cab-mobile-live-price {
  display: none;
}
.cab-devices-head strong i {
  font-style: normal;
  font-family: var(--ox-mono);
  font-size: 22px;
  font-weight: 650;
  letter-spacing: -.04em;
}
.cab-device-count-icon {
  width: 16px;
  height: 16px;
  display: inline-grid;
  place-items: center;
  opacity: .88;
  transform: translateY(1px);
}
.cab-device-count-icon svg {
  width: 16px;
  height: 16px;
  display: block;
  stroke-width: 2.05;
}
.cab-device-range {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 30px;
  margin: 7px 0 1px;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  cursor: pointer;
  --pct: 0%;
}
.cab-device-range::-webkit-slider-runnable-track {
  height: 7px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(59,130,246,.96), rgba(56,189,248,.9)) 0 / var(--pct) 100% no-repeat,
    rgba(148, 163, 184, .22);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}
.cab-device-range::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  margin-top: -7.5px;
  border-radius: 999px;
  border: 5px solid #fff;
  background: #38bdf8;
  box-shadow: 0 10px 24px -11px rgba(56,189,248,.95), 0 0 0 1px rgba(59,130,246,.35);
}
.cab-device-range::-moz-range-track {
  height: 7px;
  border-radius: 999px;
  background: rgba(148, 163, 184, .22);
}
.cab-device-range::-moz-range-progress {
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(59,130,246,.96), rgba(56,189,248,.9));
}
.cab-device-range::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  border: 5px solid #fff;
  background: #38bdf8;
  box-shadow: 0 10px 24px -11px rgba(56,189,248,.95), 0 0 0 1px rgba(59,130,246,.35);
}
.cab-devices-foot {
  color: var(--ox-muted);
  font-size: 12px;
  font-weight: 650;
}
.cab-devices-foot span:last-child {
  color: var(--ox-accent-ink);
}
@media (max-width: 720px) {
  .cab-buy-pricing .ox-cfg-summary {
    padding: 18px;
    overflow: hidden;
  }
  .cab-buy-pricing .ox-cfg-total {
    font-size: clamp(34px, 12vw, 48px);
    letter-spacing: -.065em;
  }
  .cab-mobile-live-price {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 2px 12px;
    padding: 13px 14px;
    border: 1px solid var(--ox-accent-line);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(59, 130, 246, .16), rgba(56, 189, 248, .08));
    box-shadow: 0 18px 42px -34px rgba(56, 189, 248, .72);
  }
  .cab-mobile-live-price > span {
    align-self: center;
    color: var(--ox-muted);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .cab-mobile-live-price > strong {
    min-width: 0;
    color: var(--ox-text);
    font-family: var(--ox-mono);
    font-size: clamp(26px, 9vw, 36px);
    font-weight: 650;
    letter-spacing: -.06em;
    line-height: 1;
    white-space: nowrap;
  }
  .cab-mobile-live-price > small {
    grid-column: 1 / -1;
    color: var(--ox-muted);
    font-size: 12px;
  }
  [data-theme="light"] .cab-mobile-live-price {
    background: linear-gradient(135deg, #f7fbff, #eef6ff);
    box-shadow: 0 16px 34px -28px rgba(37, 99, 235, .32);
  }
}
@media (max-width: 360px) {
  .site-header .header-actions .lang-toggle {
    display: none;
  }
  .site-header .container {
    padding-inline: 14px;
  }
}
[data-theme="light"] .cab-devices-head span em {
  color: #0a1020;
}
[data-theme="light"] .cab-devices-head strong {
  background: linear-gradient(145deg, #2563eb, #38bdf8);
  border-color: rgba(37, 99, 235, .18);
  box-shadow: 0 14px 28px -24px rgba(37, 99, 235, .5), inset 0 1px 0 rgba(255,255,255,.36);
}
[data-theme="light"] .cab-devices-foot span:last-child {
  color: #2563eb;
}
.cab-client,
.cab-sub-link {
  transition: transform .28s var(--ox-e-out), border-color .28s var(--ox-e-out), box-shadow .28s var(--ox-e-out), background .28s var(--ox-e-out);
}
.cab-client:hover,
.cab-sub-link:hover {
  transform: translateY(-3px);
  border-color: var(--ox-accent-line);
  box-shadow: 0 22px 48px -30px rgba(108,140,255,.65);
}
[data-theme="light"] .cab-client:hover,
[data-theme="light"] .cab-sub-link:hover {
  box-shadow: 0 18px 36px -26px rgba(36,52,120,.28);
}
[data-theme="light"] .cab-download-card:hover {
  box-shadow: 0 16px 32px -24px rgba(36, 52, 120, .28);
}
/* global guard: keep inline button icons from stretching */
.btn > svg { width: 18px; height: 18px; flex: 0 0 auto; }

/* ============================================================
   FULL-PAGE SIGNAL BACKDROP (lite / GPU-friendly)
   ============================================================ */
.ox-page-shell {
  position: relative;
  min-height: calc(100vh - 72px);
  isolation: isolate;
}
.ox-page-shell-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  contain: strict;
  background: transparent;
  overflow: hidden;
}
.ox-page-shell-bg::before,
.ox-page-shell-bg .ox-signal-mesh { display: none !important; }
.ox-page-shell-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .55;
  background-image:
    linear-gradient(rgba(108, 140, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(108, 140, 255, .045) 1px, transparent 1px);
  background-size: 96px 96px;
}
.ox-page-shell-content {
  position: relative;
  z-index: 1;
}
.ox-page-shell .section-compact,
.ox-page-shell .ox-section {
  background: transparent !important;
}
.ox-page-shell .saas-card,
.ox-page-shell .guide-action-card,
.ox-page-shell .step,
.ox-page-shell .feature-card,
.ox-page-shell .download-card,
.ox-page-shell .price-card,
.ox-page-shell .faq-item,
.ox-page-shell .cabinet-auth,
.ox-page-shell .legal-doc,
.ox-page-shell .ox-cfg,
.ox-page-shell #status-card {
  background: var(--ox-surface);
  border-color: var(--ox-line);
}

.ox-page-hero {
  position: relative;
  padding: clamp(48px, 9vh, 80px) 0 clamp(20px, 4vh, 32px);
  border-bottom: 1px solid var(--ox-line);
  background: transparent;
}
.ox-page-hero-inner { position: relative; z-index: 1; }
.ox-page-hero .page-title { margin: 12px 0 8px; }
.ox-page-hero .page-lead { max-width: 58ch; color: var(--ox-muted); }

[data-signal="pulse"] .ox-page-shell-bg::after {
  background-size: 120px 120px;
  opacity: .62;
  background-image:
    linear-gradient(rgba(108, 140, 255, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(108, 140, 255, .06) 1px, transparent 1px),
    linear-gradient(rgba(93, 213, 251, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(93, 213, 251, .035) 1px, transparent 1px);
  background-position: 0 0, 0 0, 60px 60px, 60px 60px;
}
[data-signal="wave"] .ox-page-shell-bg::after {
  background-size: 48px 48px;
  opacity: .45;
}

@media (max-width: 1100px) {
  body::before { animation: none; opacity: .56; }
  .ox-hero-bg { animation: none !important; }
  .ox-hero-inner::before { animation: none !important; display: none; }
  .ox-hop-dot { animation: none !important; }
  .ox-node.is-best { animation: none !important; }
  .ox-hero-grain { opacity: .22; }
  .ox-node-load i::after { animation: none; }
  .ox-smart::before { display: none; }
}

/* Home page: skip the heaviest full-bleed effects (Ken Burns, page glow pulse) */
html.ox-page-home body::before { animation: none !important; opacity: .42; }
html.ox-page-home .ox-cta-band {
  position: relative;
  z-index: 1;
  content-visibility: visible;
  contain-intrinsic-size: none;
  padding-top: clamp(64px, 6vw, 88px);
  padding-bottom: clamp(64px, 6vw, 88px);
  min-height: 0;
}
html.ox-page-home .ox-cta-band .ox-h2 { margin-top: 16px; margin-bottom: 22px; }
html.ox-page-home[data-theme="light"] .ox-cta-band {
  background: transparent;
  border-top: 1px solid rgba(66, 133, 164, .12);
  border-bottom: 1px solid rgba(66, 133, 164, .12);
}
html.ox-page-home .ox-hero-bg { animation: none !important; }
html.ox-page-home .ox-hero-inner::before { display: none; }
html.ox-page-home .ox-hero-grain { opacity: .24; }
html.ox-page-home .ox-defer-paint {
  content-visibility: auto;
  contain-intrinsic-size: 720px;
}
html.ox-lite-glow .ox-hero-bg,
html.ox-lite-glow .ox-hero-inner::before,
html.ox-lite-glow .ox-smart::before { animation: none !important; }
html.ox-lite-glow .ox-hero-inner::before { display: none; }
html.ox-lite-glow .ox-node-load i::after { animation: none; }
html.ox-lite-glow .ox-route { backdrop-filter: none; -webkit-backdrop-filter: none; }

@media (prefers-reduced-motion: reduce) {
  body::before,
  .ox-hero-bg,
  .ox-hero-inner::before,
  .ox-hop-dot,
  .ox-node.is-best,
  .ox-wire.is-flow::before,
  .ox-kicker i,
  .hero-cabinet-card { animation: none !important; }
  html.ox-light-perf .ox-route { backdrop-filter: none; -webkit-backdrop-filter: none; }
  [data-theme="light"] .ox-light-decor { opacity: .42; }
  body::before { opacity: .54; }
}
@media (max-width: 760px) {
  [data-theme="light"] .ox-light-network { top: 44px; opacity: .28; transform: scale(1.12); }
  html:not(.ox-page-home)[data-theme="light"] .ox-light-network { display: none; }
  html.ox-page-home[data-theme="light"] .ox-light-network {
    opacity: .18;
    -webkit-mask-image: linear-gradient(180deg, transparent, #000 22%, rgba(0,0,0,.35) 72%, transparent);
    mask-image: linear-gradient(180deg, transparent, #000 22%, rgba(0,0,0,.35) 72%, transparent);
  }
}

/* Light theme comfort pass: remove neon glow, keep calm contrast. */
[data-theme="light"] .btn-primary,
[data-theme="light"] .btn-primary:hover,
[data-theme="light"] .cab-main-action,
[data-theme="light"] .price-card.featured,
[data-theme="light"] .price-card:hover,
[data-theme="light"] .download-card:hover,
[data-theme="light"] .ox-seg button.is-active,
[data-theme="light"] .cab-purchase-result,
[data-theme="light"] .cab-confirm {
  box-shadow: 0 12px 26px -20px rgba(36, 52, 120, .26) !important;
}
[data-theme="light"] .ox-head-ping .ox-led,
[data-theme="light"] .ox-head-ping.is-ok .ox-led,
[data-theme="light"] .ox-head-ping.is-warn .ox-led,
[data-theme="light"] .status-dot,
[data-theme="light"] .status-dot.warn,
[data-theme="light"] .status-dot.err,
[data-theme="light"] .hero-eyebrow .blink,
[data-theme="light"] .ox-kicker i {
  box-shadow: none !important;
}
[data-theme="light"] .ox-smart::before,
[data-theme="light"] .hero-orb {
  display: none !important;
}
