.echo-document {
  color-scheme: dark;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.echo-document::-webkit-scrollbar { width: 0; height: 0; }

.echo-page {
  --echo-bg: #050914;
  --echo-bg-deep: #030610;
  --echo-panel: rgba(12, 20, 39, .82);
  --echo-panel-solid: #0c1427;
  --echo-panel-soft: #101b32;
  --echo-line: rgba(136, 173, 224, .15);
  --echo-line-strong: rgba(117, 177, 238, .28);
  --echo-ink: var(--cb-display-ink-dark);
  --echo-muted: var(--cb-lead-ink-dark);
  --echo-dim: rgba(166, 184, 211, .58);
  --echo-blue: #5d86ff;
  --echo-cyan: #43c4e8;
  --echo-mint: #67e0b9;
  --echo-violet: #8f7bff;
  --echo-danger: #ff6c8b;
  --echo-warn: #ffbd63;
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  color: var(--echo-ink);
  background: var(--echo-bg);
  font-family: 'Cerebri Sans', Inter, system-ui, sans-serif;
  font-feature-settings: "cv01", "ss03";
}

.echo-page *,
.echo-page *::before,
.echo-page *::after { box-sizing: border-box; }

.echo-page a { color: inherit; }
.echo-page button,
.echo-page select { font: inherit; }
.echo-page svg { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.echo-page main { position: relative; }
.echo-page [id] { scroll-margin-top: 110px; }

.echo-shell {
  width: var(--cb-shell);
  max-width: 1520px;
  margin-inline: auto;
}

.echo-page .skip-link {
  position: fixed;
  z-index: 500;
  top: 10px;
  left: 14px;
  translate: 0 -150%;
  padding: 10px 16px;
  border-radius: 999px;
  color: #06101c;
  background: var(--echo-mint);
  font-weight: 700;
  transition: translate .2s ease;
}

.echo-page .skip-link:focus { translate: 0; }

.echo-topbar {
  position: sticky;
  z-index: 120;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: 100%;
  min-height: 82px;
  padding: 14px var(--cb-topbar-pad-x);
  border-bottom: 1px solid rgba(141, 173, 223, .13);
  background: rgba(5, 9, 20, .78);
  box-shadow: 0 12px 45px rgba(0, 0, 0, .17);
  backdrop-filter: blur(22px) saturate(1.25);
}

.echo-topbar__brand,
.echo-topbar__home,
.echo-topbar__actions,
.echo-nav,
.echo-logo { display: flex; align-items: center; }

.echo-topbar__brand { flex: 0 0 auto; gap: 18px; }
.echo-topbar__home { gap: 8px; text-decoration: none; }
.echo-topbar__home svg { width: 18px; height: 18px; color: rgba(203, 215, 235, .76); }
.echo-topbar__home span { color: #fff; font-size: 17px; font-weight: 700; letter-spacing: -.025em; }
.echo-topbar__divider { width: 1px; height: 28px; background: rgba(203, 215, 235, .22); }
.echo-logo { gap: 7px; color: #eaf4ff; font-size: 23px; font-weight: 600; letter-spacing: -.055em; text-decoration: none; }
.echo-logo > span:last-child { color: var(--echo-mint); }
.echo-logo__signal { position: relative; display: block; width: 27px; height: 27px; border: 1px solid rgba(81, 197, 233, .55); border-radius: 9px; background: linear-gradient(145deg, rgba(94, 134, 255, .24), rgba(103, 224, 185, .08)); box-shadow: inset 0 0 16px rgba(75, 176, 232, .16), 0 0 18px rgba(75, 176, 232, .08); }
.echo-logo__signal::before { content: ""; position: absolute; inset: 6px; border-radius: 50%; background: var(--cb-accent-gradient); box-shadow: 0 0 12px rgba(67, 196, 232, .65); }
.echo-logo__signal i { position: absolute; inset: 2px; border: 1px solid rgba(103, 224, 185, .28); border-radius: 7px; }
.echo-logo__signal i:last-child { inset: -4px; border-color: rgba(86, 126, 255, .14); border-radius: 12px; }

.echo-nav { justify-content: center; gap: clamp(20px, 2.1vw, 38px); }
.echo-nav a,
.echo-login { position: relative; color: rgba(211, 222, 239, .72); font-size: 14px; font-weight: 500; text-decoration: none; transition: color .2s ease; }
.echo-nav a::after { content: ""; position: absolute; right: 0; bottom: -9px; left: 0; height: 1px; background: var(--cb-accent-gradient); scale: 0 1; transform-origin: center; transition: scale .25s ease; }
.echo-nav a:hover,
.echo-nav a:focus-visible,
.echo-login:hover,
.echo-login:focus-visible { color: #fff; }
.echo-nav a:hover::after,
.echo-nav a:focus-visible::after { scale: 1; }
.echo-topbar__actions { flex: 0 0 auto; gap: 16px; }
.echo-lang { position: relative; display: inline-flex; }
.echo-lang .sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.echo-lang select { min-height: 38px; padding: 0 29px 0 10px; border: 1px solid rgba(198, 216, 241, .17); border-radius: 9px; color: rgba(224, 234, 247, .84); background: rgba(255, 255, 255, .04); cursor: pointer; }
.echo-lang::after { content: "⌄"; position: absolute; top: 8px; right: 9px; color: rgba(223, 234, 248, .65); pointer-events: none; }

.echo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 19px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 650;
  line-height: 1;
  text-decoration: none;
  transition: translate .22s cubic-bezier(.16, 1, .3, 1), border-color .22s ease, box-shadow .22s ease, background .22s ease;
}
.echo-btn svg { width: 18px; height: 18px; transition: translate .2s ease; }
.echo-btn:hover,
.echo-btn:focus-visible { translate: 0 -2px; }
.echo-btn:hover svg { translate: 3px 0; }
.echo-btn--primary { color: #f9fcff; background: linear-gradient(135deg, #4d6ff7 0%, #487edb 52%, #2e9d9c 100%); box-shadow: 0 14px 36px rgba(67, 109, 235, .26), inset 0 1px rgba(255, 255, 255, .19); }
.echo-btn--primary:hover { box-shadow: 0 18px 44px rgba(67, 109, 235, .34), inset 0 1px rgba(255, 255, 255, .22); }
.echo-btn--ghost { border-color: rgba(183, 208, 239, .2); color: rgba(229, 237, 248, .9); background: rgba(255, 255, 255, .035); box-shadow: inset 0 1px rgba(255, 255, 255, .04); }
.echo-btn--ghost:hover { border-color: rgba(103, 224, 185, .42); background: rgba(103, 224, 185, .07); }
.echo-btn--large { min-height: 54px; padding-inline: 25px; border-radius: 12px; font-size: 15px; }

.echo-page :focus-visible { outline: 2px solid var(--echo-mint); outline-offset: 4px; }

.echo-page .page-breadcrumb {
  position: absolute;
  z-index: 15;
  top: 18px;
  left: 50%;
  width: var(--cb-shell);
  max-width: 1520px;
  translate: -50% 0;
  color: rgba(193, 209, 231, .58);
}
.echo-page .page-breadcrumb a { color: inherit; }
.echo-page .page-breadcrumb a:hover { color: #fff; }
.echo-page .page-breadcrumb b { color: rgba(231, 239, 250, .9); }
.echo-page .page-breadcrumb__action { margin-left: auto; color: var(--echo-mint) !important; }

.echo-hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100svh - 82px);
  padding: clamp(132px, 14vh, 172px) 0 clamp(90px, 11vh, 135px);
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 47%, rgba(58, 129, 204, .17), transparent 27%),
    radial-gradient(circle at 18% 35%, rgba(82, 101, 219, .13), transparent 31%),
    linear-gradient(180deg, #050914, #070d1c 72%, #070c19);
}
.echo-hero::before { content: ""; position: absolute; z-index: -2; inset: 0; opacity: .3; background-image: linear-gradient(rgba(142, 180, 230, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(142, 180, 230, .08) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 92%); }
.echo-hero::after { content: ""; position: absolute; z-index: -1; right: -18%; bottom: -68%; width: 78vw; aspect-ratio: 1; border: 1px solid rgba(93, 134, 255, .13); border-radius: 50%; box-shadow: 0 0 0 90px rgba(67, 196, 232, .018), 0 0 0 180px rgba(103, 224, 185, .014); }
.echo-hero__aura { position: absolute; z-index: -1; top: 24%; left: 54%; width: 48vw; height: 32vw; border-radius: 50%; background: rgba(60, 136, 201, .16); filter: blur(105px); }
.echo-hero__inner { display: grid; grid-template-columns: minmax(420px, .82fr) minmax(620px, 1.18fr); align-items: center; gap: clamp(54px, 6vw, 112px); }
.echo-hero__copy { position: relative; z-index: 2; max-width: 650px; }
.echo-eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--cb-eyebrow-ink-dark); font-size: var(--cb-eyebrow-size); font-weight: var(--cb-eyebrow-weight); letter-spacing: var(--cb-eyebrow-tracking); line-height: 1.2; text-transform: uppercase; }
.echo-live-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--echo-mint); box-shadow: 0 0 0 5px rgba(103, 224, 185, .09), 0 0 18px rgba(103, 224, 185, .8); }
.echo-hero h1,
.echo-section-head h2,
.echo-split__copy h2,
.echo-final h2 {
  margin: 0;
  color: var(--cb-display-ink-dark);
  font-family: var(--cb-display-font);
  font-weight: var(--cb-display-weight);
  letter-spacing: var(--cb-display-tracking);
  line-height: var(--cb-display-leading);
}
.echo-hero h1 { max-width: 690px; font-size: var(--cb-title-hero); }
.echo-hero h1 em,
.echo-section-head h2 em,
.echo-split__copy h2 em,
.echo-final h2 em { font-style: normal; color: transparent; background: var(--cb-accent-gradient); -webkit-background-clip: text; background-clip: text; }
.echo-hero__lead { max-width: 630px; margin: 28px 0 0; color: var(--cb-lead-ink-dark); font-size: clamp(20px, 1.55vw, 25px); font-weight: var(--cb-lead-weight); letter-spacing: var(--cb-lead-tracking); line-height: 1.42; }
.echo-hero__body { max-width: 610px; margin: 18px 0 0; color: var(--echo-dim); font-size: 16px; line-height: 1.65; }
.echo-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.echo-hero__trust { display: flex; flex-wrap: wrap; gap: 16px 24px; margin: 27px 0 0; padding: 0; color: rgba(192, 208, 230, .68); font-size: 13px; list-style: none; }
.echo-hero__trust li { display: flex; align-items: center; gap: 8px; }
.echo-hero__trust li > span:first-child { display: grid; place-items: center; width: 18px; height: 18px; border: 1px solid rgba(103, 224, 185, .28); border-radius: 50%; color: var(--echo-mint); font-size: 10px; }

.echo-hero__visual { position: relative; min-width: 0; perspective: 1200px; }
.echo-console { position: relative; width: 100%; min-height: 650px; overflow: hidden; border: 1px solid rgba(131, 180, 233, .23); border-radius: 26px; background: linear-gradient(145deg, rgba(13, 23, 45, .94), rgba(5, 10, 22, .96)); box-shadow: 0 42px 100px rgba(0, 0, 0, .45), 0 0 0 1px rgba(255, 255, 255, .025) inset, 0 0 100px rgba(64, 133, 209, .1); transform: rotateY(-2.5deg) rotateX(1deg); transform-origin: center left; }
.echo-console::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(115deg, rgba(255, 255, 255, .035), transparent 24%, transparent 75%, rgba(75, 174, 214, .03)); }
.echo-console__bar { position: relative; z-index: 3; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 52px; padding: 0 18px; border-bottom: 1px solid rgba(142, 180, 230, .14); color: rgba(187, 207, 233, .46); font-family: 'Cerebri Sans', sans-serif; }
.echo-console__bar > span:first-child { display: flex; gap: 6px; }
.echo-console__bar > span:first-child i { width: 7px; height: 7px; border-radius: 50%; background: rgba(180, 203, 230, .22); }
.echo-console__bar b { color: rgba(209, 225, 244, .64); font-size: 10px; font-weight: 600; letter-spacing: .18em; }
.echo-console__bar small { display: flex; justify-self: end; align-items: center; gap: 8px; color: rgba(105, 230, 191, .72); font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.echo-console__bar small .echo-live-dot { width: 5px; height: 5px; }
.echo-console__canvas { position: relative; min-height: 544px; overflow: hidden; }
.echo-console__canvas::before { content: ""; position: absolute; inset: 0; opacity: .32; background-image: radial-gradient(circle, rgba(121, 172, 224, .24) .8px, transparent .9px); background-size: 18px 18px; mask-image: radial-gradient(circle at center, black, transparent 75%); }
.echo-network { position: absolute; inset: 22px 4%; width: 92%; height: calc(100% - 42px); opacity: .84; }
.echo-network path { stroke: url(#echo-line); stroke-width: 1.2; stroke-dasharray: 5 7; animation: echo-dash 10s linear infinite; }
.echo-network circle { stroke: rgba(83, 166, 221, .15); stroke-width: 1; stroke-dasharray: 2 7; transform-box: fill-box; transform-origin: center; animation: echo-spin 50s linear infinite; }
.echo-network circle:last-child { animation-direction: reverse; animation-duration: 70s; }
.echo-bot { position: absolute; z-index: 2; top: 51%; left: 50%; width: 154px; height: 182px; translate: -50% -50%; filter: drop-shadow(0 18px 30px rgba(0, 0, 0, .45)); }
.echo-bot__halo { position: absolute; inset: 5px -28px -20px; border: 1px solid rgba(70, 182, 226, .32); border-radius: 50%; background: radial-gradient(circle, rgba(57, 152, 210, .18), transparent 66%); box-shadow: 0 0 45px rgba(62, 166, 219, .16), inset 0 0 28px rgba(87, 124, 255, .08); animation: echo-pulse 4s ease-in-out infinite; }
.echo-bot__antenna { position: absolute; z-index: 2; top: -7px; left: 50%; width: 3px; height: 25px; translate: -50% 0; border-radius: 3px; background: linear-gradient(#56aee7, #314570); }
.echo-bot__antenna i { position: absolute; top: -7px; left: 50%; width: 10px; height: 10px; translate: -50% 0; border: 2px solid #a5e9ff; border-radius: 50%; background: #42bbdf; box-shadow: 0 0 18px #42bbdf; }
.echo-bot__head { position: absolute; z-index: 3; top: 16px; left: 50%; width: 106px; height: 81px; translate: -50% 0; border: 1px solid rgba(159, 211, 248, .6); border-radius: 34px 34px 28px 28px; background: linear-gradient(155deg, #263d61 0%, #15243e 46%, #0a1324 100%); box-shadow: inset 12px 12px 20px rgba(255, 255, 255, .035), inset -8px -10px 18px rgba(0, 0, 0, .4), 0 0 0 5px rgba(35, 67, 101, .35); }
.echo-bot__head::before { content: ""; position: absolute; inset: 17px 13px 19px; border: 1px solid rgba(85, 177, 230, .4); border-radius: 17px; background: #06101e; box-shadow: inset 0 0 20px rgba(44, 150, 210, .15); }
.echo-bot__head b { position: absolute; z-index: 2; bottom: 26px; left: 50%; width: 22px; height: 2px; translate: -50% 0; border-radius: 3px; background: rgba(103, 224, 185, .75); box-shadow: 0 0 8px rgba(103, 224, 185, .5); }
.echo-bot__eye { position: absolute; z-index: 2; top: 36px; width: 12px; height: 8px; border-radius: 50%; background: #86edff; box-shadow: 0 0 4px #fff, 0 0 14px #42bbdf, 0 0 24px rgba(66, 187, 223, .8); }
.echo-bot__eye--left { left: 31px; }
.echo-bot__eye--right { right: 31px; }
.echo-bot__body { position: absolute; top: 101px; left: 50%; width: 89px; height: 64px; translate: -50% 0; border: 1px solid rgba(133, 192, 232, .45); border-radius: 25px 25px 18px 18px; background: linear-gradient(155deg, #1c3150, #0a1529); box-shadow: inset 0 1px rgba(255, 255, 255, .08), 0 18px 22px rgba(0, 0, 0, .4); }
.echo-bot__body::before { content: ""; position: absolute; top: 16px; left: 50%; width: 27px; height: 27px; translate: -50% 0; border: 1px solid rgba(103, 224, 185, .46); border-radius: 9px; background: radial-gradient(circle, #8af2ce 0 9%, #43c4e8 12% 22%, rgba(67, 196, 232, .11) 25%); box-shadow: 0 0 18px rgba(67, 196, 232, .38); }
.echo-bot__body > i { position: absolute; top: 8px; bottom: 8px; width: 1px; background: rgba(119, 177, 220, .15); }
.echo-bot__body > i:first-child { left: 16px; }.echo-bot__body > i:nth-child(2) { right: 16px; }.echo-bot__body > i:last-child { top: auto; right: 12px; bottom: 11px; width: 6px; height: 6px; border-radius: 50%; background: var(--echo-mint); box-shadow: 0 0 10px var(--echo-mint); }
.echo-bot > small { position: absolute; z-index: 4; bottom: -7px; left: 50%; translate: -50% 0; color: rgba(140, 215, 235, .6); font-size: 7px; font-weight: 700; letter-spacing: .2em; white-space: nowrap; }
.echo-node { position: absolute; z-index: 2; display: flex; align-items: center; gap: 10px; min-width: 150px; padding: 10px 12px; border: 1px solid rgba(122, 178, 229, .2); border-radius: 13px; background: rgba(7, 14, 29, .82); box-shadow: 0 12px 28px rgba(0, 0, 0, .28), inset 0 1px rgba(255, 255, 255, .03); backdrop-filter: blur(10px); }
.echo-node::after { content: ""; position: absolute; width: 6px; height: 6px; border-radius: 50%; background: var(--echo-mint); box-shadow: 0 0 9px rgba(103, 224, 185, .8); }
.echo-node__icon { display: grid; flex: 0 0 32px; place-items: center; width: 32px; height: 32px; border: 1px solid rgba(92, 167, 226, .24); border-radius: 9px; color: #72d8ee; background: rgba(66, 187, 223, .08); }
.echo-node__icon svg { width: 17px; height: 17px; }
.echo-node p { display: flex; flex-direction: column; gap: 3px; margin: 0; }
.echo-node b { color: rgba(225, 236, 249, .88); font-size: 10px; font-weight: 600; }
.echo-node small { color: rgba(165, 185, 210, .56); font-size: 9px; }
.echo-node small i { color: rgba(103, 224, 185, .72); font-style: normal; }
.echo-node--vm { top: 58px; left: 27px; }.echo-node--vm::after { right: -3px; bottom: -3px; }
.echo-node--server { top: 49px; right: 25px; }.echo-node--server::after { bottom: -3px; left: -3px; }
.echo-node--endpoint { right: 22px; bottom: 77px; }.echo-node--endpoint::after { top: -3px; left: -3px; }
.echo-node--users { bottom: 65px; left: 22px; }.echo-node--users::after { top: -3px; right: -3px; }
.echo-node--services { top: 10px; left: 50%; translate: -50% 0; }.echo-node--services::after { bottom: -3px; left: 50%; translate: -50% 0; }
.echo-event-card { position: absolute; z-index: 4; width: 194px; padding: 13px 14px; border: 1px solid; border-radius: 13px; background: rgba(8, 15, 29, .92); box-shadow: 0 14px 32px rgba(0, 0, 0, .38); backdrop-filter: blur(12px); }
.echo-event-card small { display: block; margin-bottom: 7px; font-size: 8px; font-weight: 700; letter-spacing: .12em; }
.echo-event-card b { display: block; margin-bottom: 4px; color: rgba(236, 242, 251, .9); font-size: 12px; }.echo-event-card > span { color: rgba(174, 193, 218, .55); font-size: 9px; }
.echo-event-card--alert { top: 205px; left: 10px; border-color: rgba(255, 108, 139, .36); }.echo-event-card--alert small { color: #ff88a2; }
.echo-event-card--action { top: 294px; right: 9px; border-color: rgba(103, 224, 185, .3); }.echo-event-card--action small { color: var(--echo-mint); }.echo-event-card--action > span { display: flex; align-items: center; gap: 6px; }.echo-event-card--action > span i { width: 5px; height: 5px; border-radius: 50%; background: var(--echo-mint); box-shadow: 0 0 7px var(--echo-mint); }
.echo-console__footer { display: flex; position: relative; z-index: 3; min-height: 54px; align-items: center; justify-content: space-between; gap: 12px; padding: 0 17px; border-top: 1px solid rgba(142, 180, 230, .13); background: rgba(4, 9, 19, .52); }
.echo-console__footer > span { display: flex; align-items: center; gap: 7px; color: rgba(177, 197, 223, .54); font-size: 9px; white-space: nowrap; }.echo-console__footer > span > i { width: 5px; height: 5px; border-radius: 50%; background: #62d7b3; box-shadow: 0 0 8px rgba(98, 215, 179, .6); }.echo-console__footer > span:nth-child(2) > i { background: #72b8f1; }

@keyframes echo-dash { to { stroke-dashoffset: -100; } }
@keyframes echo-spin { to { rotate: 360deg; } }
@keyframes echo-pulse { 50% { scale: 1.05; opacity: .72; } }

.echo-scope { position: relative; padding: 116px 0 128px; border-top: 1px solid rgba(139, 176, 222, .1); border-bottom: 1px solid rgba(139, 176, 222, .1); background: linear-gradient(180deg, #070c19, #08101f); }
.echo-section-head { max-width: 900px; margin-bottom: 58px; }
.echo-section-head--center { margin-inline: auto; text-align: center; }
.echo-section-head--center .echo-eyebrow { justify-content: center; }
.echo-section-head h2 { font-size: var(--cb-title-section); }
.echo-section-head > p:last-child { max-width: 780px; margin: 24px 0 0; color: var(--cb-lead-ink-dark); font-size: var(--cb-lead-section); font-weight: var(--cb-lead-weight); letter-spacing: var(--cb-lead-tracking); line-height: 1.4; }
.echo-section-head--center > p:last-child { margin-inline: auto; }
.echo-scope__route { display: flex; align-items: center; justify-content: center; max-width: 1320px; margin: 68px auto 0; }
.echo-scope__route > article { position: relative; z-index: 2; display: flex; flex: 0 0 160px; min-height: 170px; flex-direction: column; align-items: center; justify-content: center; padding: 20px 14px; border: 1px solid rgba(132, 177, 227, .17); border-radius: 22px; background: linear-gradient(155deg, rgba(18, 31, 56, .84), rgba(8, 15, 29, .9)); box-shadow: 0 20px 42px rgba(0, 0, 0, .2), inset 0 1px rgba(255, 255, 255, .03); text-align: center; }
.echo-scope__route > article > span { display: grid; place-items: center; width: 51px; height: 51px; margin-bottom: 17px; border: 1px solid rgba(82, 170, 222, .24); border-radius: 16px; color: #74d5eb; background: rgba(63, 155, 212, .08); }.echo-scope__route svg { width: 27px; height: 27px; }
.echo-scope__route b { color: rgba(230, 238, 248, .9); font-size: 14px; font-weight: 650; }.echo-scope__route small { margin-top: 6px; color: var(--echo-dim); font-size: 10px; }
.echo-scope__route > i { flex: 1 1 82px; height: 1px; overflow: visible; background: linear-gradient(90deg, rgba(75, 170, 223, .22), rgba(103, 224, 185, .75), rgba(75, 170, 223, .22)); }.echo-scope__route > i::after { content: ""; display: block; width: 7px; height: 7px; margin-top: -3px; border-radius: 50%; background: var(--echo-mint); box-shadow: 0 0 12px var(--echo-mint); animation: echo-route 3s ease-in-out infinite; }
.echo-scope__route > i:nth-of-type(2)::after { animation-delay: .5s; }.echo-scope__route > i:nth-of-type(3)::after { animation-delay: 1s; }.echo-scope__route > i:nth-of-type(4)::after { animation-delay: 1.5s; }
@keyframes echo-route { from { translate: 0; opacity: 0; } 20%, 80% { opacity: 1; } to { translate: 75px 0; opacity: 0; } }
.echo-scope__route .echo-scope__core { flex-basis: 198px; min-height: 198px; border-color: rgba(70, 188, 216, .35); background: radial-gradient(circle at 50% 37%, rgba(53, 159, 206, .22), transparent 46%), linear-gradient(155deg, #132848, #091325); box-shadow: 0 24px 60px rgba(0, 0, 0, .32), 0 0 45px rgba(65, 168, 216, .12); }.echo-scope__core > span { position: relative; border-radius: 50% !important; }.echo-scope__core > span::before { content: ""; width: 18px; height: 18px; border-radius: 50%; background: var(--cb-accent-gradient); box-shadow: 0 0 18px rgba(67, 196, 232, .8); }.echo-scope__core > span i { position: absolute; inset: 6px; border: 1px solid rgba(103, 224, 185, .34); border-radius: 50%; }.echo-scope__core > span i:last-child { inset: -6px; border-color: rgba(93, 134, 255, .2); }

.echo-section { position: relative; padding: 150px 0; }
.echo-monitoring { background: linear-gradient(180deg, #08101f, #060b17); }
.echo-bento { display: grid; grid-template-columns: 1.18fr .82fr; gap: 20px; }
.echo-panel { position: relative; overflow: hidden; min-height: 360px; padding: 30px; border: 1px solid var(--echo-line); border-radius: 24px; background: linear-gradient(145deg, rgba(14, 25, 47, .94), rgba(8, 15, 29, .96)); box-shadow: 0 24px 60px rgba(0, 0, 0, .18), inset 0 1px rgba(255, 255, 255, .025); }
.echo-panel::after { content: ""; position: absolute; right: -70px; bottom: -80px; width: 210px; height: 210px; border-radius: 50%; background: rgba(61, 145, 207, .1); filter: blur(50px); pointer-events: none; }
.echo-panel--wide { min-height: 425px; }
.echo-panel__head { display: flex; position: relative; z-index: 2; align-items: flex-start; gap: 16px; }.echo-panel__head > div { flex: 1; }.echo-panel__head h3 { margin: 0; color: rgba(234, 241, 250, .9); font-size: 21px; font-weight: 600; letter-spacing: -.025em; }.echo-panel__head p { max-width: 510px; margin: 7px 0 0; color: var(--echo-dim); font-size: 13px; line-height: 1.5; }.echo-panel__head > small { display: flex; align-items: center; gap: 7px; color: rgba(103, 224, 185, .72); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }.echo-panel__head > small i { width: 5px; height: 5px; border-radius: 50%; background: var(--echo-mint); box-shadow: 0 0 8px var(--echo-mint); }
.echo-icon { display: grid; flex: 0 0 46px; place-items: center; width: 46px; height: 46px; border: 1px solid rgba(91, 169, 225, .24); border-radius: 14px; color: #74d8ed; background: linear-gradient(145deg, rgba(70, 151, 218, .14), rgba(82, 111, 220, .07)); box-shadow: inset 0 1px rgba(255, 255, 255, .04); }.echo-icon svg { width: 23px; height: 23px; }
.echo-metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; margin: 38px 0 32px; }.echo-metric-grid > div { padding: 17px; border: 1px solid rgba(137, 176, 224, .12); border-radius: 15px; background: rgba(2, 8, 19, .4); }.echo-metric-grid span { display: flex; align-items: center; justify-content: space-between; gap: 10px; }.echo-metric-grid b { color: rgba(190, 208, 231, .65); font-size: 9px; font-weight: 650; letter-spacing: .12em; }.echo-metric-grid em { color: rgba(225, 236, 248, .86); font-family: 'JetBrains Mono', monospace; font-size: 13px; font-style: normal; }.echo-metric-grid > div > i { position: relative; display: block; height: 3px; margin-top: 15px; border-radius: 2px; background: rgba(129, 162, 205, .13); }.echo-metric-grid > div > i::before { content: ""; position: absolute; inset: 0 auto 0 0; width: var(--value); border-radius: inherit; background: var(--cb-accent-gradient); box-shadow: 0 0 9px rgba(67, 196, 232, .28); }
.echo-check-list { display: grid; position: relative; z-index: 2; gap: 10px; margin: 0; padding: 0; color: rgba(190, 207, 228, .7); font-size: 13px; line-height: 1.45; list-style: none; }.echo-check-list li { display: flex; align-items: flex-start; gap: 9px; }.echo-check-list li::before { content: "✓"; display: grid; flex: 0 0 17px; place-items: center; width: 17px; height: 17px; margin-top: 1px; border: 1px solid rgba(103, 224, 185, .22); border-radius: 50%; color: var(--echo-mint); font-size: 9px; }
.echo-service-list { display: grid; gap: 10px; margin: 36px 0 29px; }.echo-service-list span { display: grid; grid-template-columns: 8px 1fr auto; align-items: center; gap: 10px; padding: 13px 14px; border: 1px solid rgba(135, 174, 221, .11); border-radius: 12px; background: rgba(3, 9, 20, .38); }.echo-service-list i { width: 6px; height: 6px; border-radius: 50%; background: var(--echo-mint); box-shadow: 0 0 7px rgba(103, 224, 185, .7); }.echo-service-list b { color: rgba(220, 231, 245, .78); font-size: 11px; font-weight: 550; }.echo-service-list em { color: rgba(103, 224, 185, .75); font-size: 9px; font-style: normal; }
.echo-avatar-stack { display: flex; margin: 40px 0 36px; padding-left: 9px; }.echo-avatar-stack i { display: grid; width: 48px; height: 48px; margin-left: -9px; place-items: center; border: 3px solid #0c1629; border-radius: 50%; color: #cce7f6; background: linear-gradient(145deg, #324d78, #1c2946); font-size: 10px; font-style: normal; font-weight: 650; }.echo-avatar-stack i:nth-child(2) { background: linear-gradient(145deg, #4f467a, #282544); }.echo-avatar-stack i:nth-child(3) { background: linear-gradient(145deg, #31675f, #183b3a); }.echo-avatar-stack i:last-child { color: rgba(207, 224, 243, .65); background: #151f34; }
.echo-continuity { display: grid; gap: 9px; margin: 32px 0 26px; }.echo-continuity > span { display: grid; grid-template-columns: 25px 1fr auto; align-items: center; gap: 10px; padding: 11px 13px; border-bottom: 1px solid rgba(135, 174, 221, .1); }.echo-continuity i { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 7px; color: var(--echo-mint); background: rgba(103, 224, 185, .08); font-size: 10px; font-style: normal; }.echo-continuity b { color: rgba(208, 222, 239, .75); font-size: 11px; font-weight: 550; }.echo-continuity em { color: rgba(226, 237, 249, .8); font-size: 10px; font-style: normal; }

.echo-detection { overflow: hidden; background: linear-gradient(180deg, #060b17, #08101f 55%, #07101d); }
.echo-detection::before { content: ""; position: absolute; top: 10%; right: -12%; width: 520px; height: 520px; border-radius: 50%; background: rgba(74, 102, 209, .1); filter: blur(90px); }
.echo-split { display: grid; grid-template-columns: .84fr 1.16fr; align-items: center; gap: clamp(70px, 8vw, 140px); }
.echo-split--reverse { grid-template-columns: 1.1fr .9fr; }
.echo-split__copy h2 { font-size: var(--cb-title-section-side); }
.echo-section-lead { margin: 26px 0 0; color: var(--cb-lead-ink-dark); font-size: clamp(19px, 1.8vw, 25px); font-weight: var(--cb-lead-weight); letter-spacing: var(--cb-lead-tracking); line-height: 1.48; }
.echo-capability-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px 18px; margin: 35px 0 0; padding: 0; list-style: none; }.echo-capability-list li { display: flex; align-items: flex-start; gap: 10px; padding: 12px 0; border-bottom: 1px solid rgba(135, 174, 221, .11); color: rgba(196, 213, 234, .74); font-size: 13px; line-height: 1.45; }.echo-capability-list li::before { content: ""; flex: 0 0 7px; width: 7px; height: 7px; margin-top: 6px; border-radius: 50%; background: var(--echo-mint); box-shadow: 0 0 8px rgba(103, 224, 185, .5); }.echo-capability-list--compact { grid-template-columns: 1fr; gap: 3px; }
.echo-correlation { position: relative; overflow: hidden; padding: 24px; border: 1px solid rgba(132, 178, 229, .22); border-radius: 26px; background: linear-gradient(145deg, rgba(14, 25, 47, .97), rgba(6, 13, 27, .98)); box-shadow: 0 32px 80px rgba(0, 0, 0, .32), inset 0 1px rgba(255, 255, 255, .03); }
.echo-correlation::after { content: ""; position: absolute; right: -100px; bottom: -100px; width: 300px; height: 300px; border-radius: 50%; background: rgba(67, 196, 232, .11); filter: blur(65px); }
.echo-correlation__top { display: flex; position: relative; z-index: 2; align-items: center; justify-content: space-between; gap: 20px; padding: 3px 2px 20px; border-bottom: 1px solid rgba(139, 178, 226, .12); }.echo-correlation__top > small { color: rgba(174, 196, 223, .5); font-size: 9px; font-weight: 650; letter-spacing: .14em; }.echo-correlation__top > span { display: flex; align-items: center; gap: 7px; color: rgba(103, 224, 185, .75); font-size: 9px; }.echo-correlation__top i { width: 6px; height: 6px; border-radius: 50%; background: var(--echo-mint); box-shadow: 0 0 9px var(--echo-mint); }
.echo-correlation__alerts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; margin-top: 22px; }.echo-correlation__alerts article { display: grid; grid-template-columns: 7px 1fr auto; align-items: center; gap: 10px; padding: 12px; border: 1px solid rgba(133, 173, 221, .12); border-radius: 12px; background: rgba(3, 9, 20, .42); }.echo-severity { width: 6px; height: 26px; border-radius: 3px; }.echo-severity--high { background: #ff6c8b; box-shadow: 0 0 10px rgba(255, 108, 139, .35); }.echo-severity--mid { background: #ffbd63; }.echo-severity--low { background: #58bce4; }.echo-correlation__alerts div { display: flex; flex-direction: column; gap: 3px; }.echo-correlation__alerts b { color: rgba(225, 236, 249, .8); font-size: 10px; font-weight: 650; }.echo-correlation__alerts small { color: var(--echo-dim); font-size: 8px; }.echo-correlation__alerts time { color: rgba(170, 191, 218, .4); font-family: monospace; font-size: 8px; }
.echo-correlation__beam { position: relative; height: 85px; }.echo-correlation__beam i { position: absolute; top: 0; width: 1px; height: 58px; background: linear-gradient(rgba(255, 189, 99, .45), rgba(67, 196, 232, .5)); transform-origin: top; }.echo-correlation__beam i:first-child { left: 23%; rotate: -26deg; }.echo-correlation__beam i:nth-child(2) { left: 40%; rotate: -10deg; }.echo-correlation__beam i:nth-child(3) { right: 40%; rotate: 10deg; }.echo-correlation__beam i:nth-child(4) { right: 23%; rotate: 26deg; }.echo-correlation__beam b { position: absolute; bottom: 12px; left: 50%; width: 13px; height: 13px; translate: -50% 0; border: 2px solid #7adcf0; border-radius: 50%; background: #0b1930; box-shadow: 0 0 0 8px rgba(67, 196, 232, .05), 0 0 20px rgba(67, 196, 232, .4); }
.echo-root-cause { position: relative; z-index: 2; padding: 21px; border: 1px solid rgba(70, 192, 218, .3); border-radius: 18px; background: linear-gradient(145deg, rgba(18, 43, 67, .8), rgba(8, 20, 38, .92)); box-shadow: 0 18px 38px rgba(0, 0, 0, .26), inset 0 1px rgba(255, 255, 255, .04); }.echo-root-cause header { display: grid; grid-template-columns: 45px 1fr auto; align-items: center; gap: 14px; }.echo-root-cause header > span { display: grid; position: relative; width: 43px; height: 43px; place-items: center; border: 1px solid rgba(94, 204, 227, .3); border-radius: 13px; color: #77dcec; background: rgba(67, 196, 232, .08); }.echo-root-cause header > span i { position: absolute; inset: -5px; border: 1px solid rgba(67, 196, 232, .11); border-radius: 17px; }.echo-root-cause header svg { width: 22px; height: 22px; }.echo-root-cause header div small { color: var(--echo-mint); font-size: 8px; font-weight: 650; letter-spacing: .1em; }.echo-root-cause h3 { margin: 5px 0 0; color: rgba(236, 243, 251, .92); font-size: 18px; font-weight: 600; letter-spacing: -.025em; }.echo-root-cause header > em { color: var(--echo-mint); font-size: 26px; font-style: normal; font-weight: 300; }.echo-root-cause__meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 19px; }.echo-root-cause__meta span { padding: 12px; border: 1px solid rgba(137, 177, 224, .1); border-radius: 11px; background: rgba(3, 9, 19, .34); }.echo-root-cause__meta small { display: block; min-height: 23px; color: var(--echo-dim); font-size: 8px; line-height: 1.35; }.echo-root-cause__meta b { display: block; margin-top: 5px; color: rgba(230, 238, 248, .86); font-size: 15px; font-weight: 550; }.echo-root-cause > p { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin: 17px 0 0; color: rgba(181, 200, 224, .57); font-size: 9px; }.echo-root-cause > p a { color: var(--echo-mint); text-decoration: none; }

.echo-automation { background: linear-gradient(180deg, #07101d, #050a15); }
.echo-remediation { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; align-items: stretch; }
.echo-remediation__terminal { overflow: hidden; min-height: 610px; border: 1px solid rgba(130, 178, 229, .22); border-radius: 25px; background: #060d1b; box-shadow: 0 34px 80px rgba(0, 0, 0, .34), inset 0 1px rgba(255, 255, 255, .03); }
.echo-terminal__bar { display: grid; grid-template-columns: 1fr auto 1fr; min-height: 52px; align-items: center; padding: 0 18px; border-bottom: 1px solid rgba(137, 178, 225, .13); background: rgba(16, 28, 50, .76); }.echo-terminal__bar > span { display: flex; gap: 6px; }.echo-terminal__bar > span i { width: 7px; height: 7px; border-radius: 50%; background: rgba(188, 207, 231, .22); }.echo-terminal__bar > b { color: rgba(185, 205, 231, .5); font-family: monospace; font-size: 9px; font-weight: 500; }.echo-terminal__bar > small { display: flex; justify-self: end; align-items: center; gap: 7px; color: rgba(103, 224, 185, .72); font-size: 8px; letter-spacing: .12em; }.echo-terminal__bar > small i { width: 5px; height: 5px; border-radius: 50%; background: var(--echo-mint); box-shadow: 0 0 8px var(--echo-mint); }
.echo-terminal__body { padding: 27px; }.echo-terminal__command { display: flex; align-items: center; gap: 10px; overflow: auto; padding: 16px; border: 1px solid rgba(110, 163, 217, .14); border-radius: 12px; color: rgba(129, 231, 200, .78); background: #030814; font-family: monospace; font-size: 11px; white-space: nowrap; }.echo-terminal__command > span { color: var(--echo-cyan); font-size: 17px; }
.echo-terminal__steps { position: relative; display: grid; gap: 0; margin: 32px 0 0; padding: 0; list-style: none; }.echo-terminal__steps::before { content: ""; position: absolute; top: 20px; bottom: 22px; left: 19px; width: 1px; background: linear-gradient(var(--echo-mint) 0 55%, rgba(137, 178, 225, .16) 55%); }.echo-terminal__steps li { display: grid; position: relative; grid-template-columns: 40px 1fr auto; align-items: center; gap: 14px; min-height: 82px; }.echo-terminal__steps li > i { display: grid; z-index: 2; width: 39px; height: 39px; place-items: center; border: 1px solid rgba(137, 178, 225, .17); border-radius: 12px; color: rgba(190, 208, 231, .44); background: #091326; font-size: 12px; font-style: normal; }.echo-terminal__steps li.is-done > i { border-color: rgba(103, 224, 185, .31); color: var(--echo-mint); background: #0c2130; }.echo-terminal__steps li.is-active > i { border-color: rgba(67, 196, 232, .4); background: #0b1b2f; box-shadow: 0 0 18px rgba(67, 196, 232, .12); }.echo-terminal__steps li.is-active > i::before { content: ""; width: 10px; height: 10px; border: 2px solid var(--echo-cyan); border-top-color: transparent; border-radius: 50%; animation: echo-spin 1s linear infinite; }.echo-terminal__steps li div { display: flex; flex-direction: column; gap: 5px; }.echo-terminal__steps b { color: rgba(224, 235, 248, .82); font-size: 13px; font-weight: 600; }.echo-terminal__steps small { color: var(--echo-dim); font-size: 10px; }.echo-terminal__steps time { color: rgba(173, 195, 221, .4); font-family: monospace; font-size: 9px; }
.echo-terminal__result { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 20px; padding: 15px 17px; border: 1px solid rgba(103, 224, 185, .17); border-radius: 12px; background: rgba(103, 224, 185, .045); }.echo-terminal__result > span { display: flex; align-items: center; gap: 9px; }.echo-terminal__result i { width: 7px; height: 7px; border-radius: 50%; background: var(--echo-mint); box-shadow: 0 0 9px var(--echo-mint); }.echo-terminal__result b { color: rgba(199, 225, 222, .7); font-size: 10px; font-weight: 500; }.echo-terminal__result a { color: var(--echo-cyan); font-family: monospace; font-size: 9px; text-decoration: none; }
.echo-action-groups { display: grid; gap: 14px; }.echo-action-groups article { display: flex; gap: 18px; padding: 24px; border: 1px solid rgba(137, 178, 225, .15); border-radius: 20px; background: linear-gradient(145deg, rgba(15, 27, 49, .88), rgba(8, 15, 28, .9)); }.echo-action-groups article > div { flex: 1; }.echo-action-groups h3 { margin: 2px 0 14px; color: rgba(231, 239, 249, .86); font-size: 16px; font-weight: 600; letter-spacing: -.02em; }.echo-action-groups ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 15px; margin: 0; padding: 0; list-style: none; }.echo-action-groups li { position: relative; padding-left: 13px; color: rgba(186, 204, 227, .65); font-size: 10px; line-height: 1.4; }.echo-action-groups li::before { content: ""; position: absolute; top: 6px; left: 0; width: 4px; height: 4px; border-radius: 50%; background: var(--echo-mint); }

.echo-provisioning { overflow: hidden; background: linear-gradient(180deg, #050a15, #08101e); }
.echo-provisioning::after { content: ""; position: absolute; bottom: 0; left: -10%; width: 600px; height: 600px; border-radius: 50%; background: rgba(76, 104, 210, .09); filter: blur(110px); }
.echo-provision-flow { position: relative; z-index: 2; display: grid; gap: 17px; }.echo-provision-flow__rail { position: absolute; z-index: -1; top: 65px; bottom: 65px; left: 35px; width: 1px; background: linear-gradient(var(--echo-mint), var(--echo-cyan), rgba(83, 137, 210, .17)); }.echo-provision-flow > article { display: grid; grid-template-columns: 50px 58px 1fr auto; align-items: center; gap: 16px; min-height: 114px; padding: 18px 20px 18px 11px; border: 1px solid rgba(135, 176, 224, .15); border-radius: 19px; background: rgba(10, 19, 36, .9); box-shadow: 0 18px 38px rgba(0, 0, 0, .16); }.echo-provision-flow > article.is-active { border-color: rgba(67, 196, 232, .35); background: linear-gradient(145deg, rgba(16, 39, 62, .95), rgba(9, 20, 39, .95)); box-shadow: 0 22px 50px rgba(0, 0, 0, .24), 0 0 35px rgba(67, 196, 232, .07); }.echo-flow-index { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(135, 176, 224, .17); border-radius: 50%; color: rgba(177, 199, 225, .42); background: #081225; font-family: monospace; font-size: 10px; }.echo-provision-flow article.is-active .echo-flow-index { border-color: rgba(103, 224, 185, .32); color: var(--echo-mint); }.echo-flow-icon { display: grid; position: relative; width: 55px; height: 55px; place-items: center; border: 1px solid rgba(89, 166, 221, .2); border-radius: 16px; color: #71d6ed; background: rgba(67, 196, 232, .07); }.echo-flow-icon svg { width: 26px; height: 26px; }.echo-flow-icon--neoo { color: #dce6fb; font-size: 14px; font-weight: 800; letter-spacing: -.07em; }.echo-flow-icon--echo { border-radius: 50%; }.echo-flow-icon--echo::before { content: ""; width: 19px; height: 19px; border-radius: 50%; background: var(--cb-accent-gradient); box-shadow: 0 0 17px rgba(67, 196, 232, .6); }.echo-flow-icon--echo i { position: absolute; inset: 8px; border: 1px solid rgba(103, 224, 185, .26); border-radius: 50%; }.echo-flow-icon--echo i:last-child { inset: -4px; border-color: rgba(93, 134, 255, .13); }.echo-provision-flow article > div:nth-of-type(2) { display: flex; flex-direction: column; gap: 6px; }.echo-provision-flow small { color: rgba(103, 224, 185, .62); font-size: 8px; font-weight: 650; letter-spacing: .11em; }.echo-provision-flow b { color: rgba(220, 232, 246, .78); font-size: 12px; font-weight: 550; line-height: 1.4; }.echo-provision-flow article > em { display: grid; width: 26px; height: 26px; place-items: center; border: 1px solid rgba(103, 224, 185, .2); border-radius: 50%; color: var(--echo-mint); background: rgba(103, 224, 185, .06); font-size: 10px; font-style: normal; }.echo-provision-flow article.is-active > em i { width: 9px; height: 9px; border: 2px solid var(--echo-cyan); border-top-color: transparent; border-radius: 50%; animation: echo-spin 1s linear infinite; }

.echo-remote { background: linear-gradient(180deg, #08101e, #060b16); }
.echo-remote__cockpit { display: grid; grid-template-columns: 72px 1fr; overflow: hidden; min-height: 590px; border: 1px solid rgba(130, 176, 226, .22); border-radius: 27px; background: #07101e; box-shadow: 0 38px 90px rgba(0, 0, 0, .34), inset 0 1px rgba(255, 255, 255, .03); }
.echo-cockpit-sidebar { display: flex; flex-direction: column; align-items: center; justify-content: space-between; padding: 20px 12px; border-right: 1px solid rgba(135, 176, 224, .13); background: #081326; }.echo-cockpit-logo { display: flex; flex-direction: column; align-items: center; gap: 7px; }.echo-cockpit-logo > span { position: relative; display: grid; width: 35px; height: 35px; place-items: center; border: 1px solid rgba(67, 196, 232, .28); border-radius: 12px; }.echo-cockpit-logo > span::before { content: ""; width: 13px; height: 13px; border-radius: 50%; background: var(--cb-accent-gradient); box-shadow: 0 0 13px rgba(67, 196, 232, .6); }.echo-cockpit-logo > span i { position: absolute; inset: 5px; border: 1px solid rgba(103, 224, 185, .2); border-radius: 9px; }.echo-cockpit-logo b { color: rgba(219, 233, 247, .7); font-size: 9px; font-weight: 600; }.echo-cockpit-sidebar nav { display: grid; gap: 22px; }.echo-cockpit-sidebar nav i { position: relative; width: 22px; height: 22px; border: 1px solid rgba(164, 189, 219, .23); border-radius: 7px; }.echo-cockpit-sidebar nav i.is-active { border-color: rgba(67, 196, 232, .55); background: rgba(67, 196, 232, .1); box-shadow: 0 0 14px rgba(67, 196, 232, .12); }.echo-cockpit-sidebar > span { width: 30px; height: 30px; border-radius: 50%; background: linear-gradient(145deg, #3d5c87, #1c2a48); }
.echo-cockpit-main { padding: 30px; }.echo-cockpit-main > header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-bottom: 24px; border-bottom: 1px solid rgba(135, 176, 224, .12); }.echo-cockpit-main > header small { color: rgba(163, 189, 218, .46); font-size: 8px; font-weight: 650; letter-spacing: .14em; }.echo-cockpit-main > header h3 { margin: 5px 0; color: rgba(234, 241, 250, .9); font-size: 24px; font-weight: 550; letter-spacing: -.035em; }.echo-cockpit-main > header p { display: flex; align-items: center; gap: 8px; margin: 0; color: rgba(103, 224, 185, .68); font-size: 10px; }.echo-cockpit-main > header p i { width: 6px; height: 6px; border-radius: 50%; background: var(--echo-mint); box-shadow: 0 0 9px var(--echo-mint); }.echo-cockpit-main > header > div:last-child { display: flex; gap: 8px; }.echo-cockpit-main button { min-height: 40px; padding: 0 15px; border: 1px solid rgba(92, 183, 226, .26); border-radius: 10px; color: rgba(220, 235, 248, .76); background: rgba(67, 196, 232, .08); }
.echo-cockpit-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 17px; margin-top: 23px; }.echo-cockpit-grid > section { padding: 22px; border: 1px solid rgba(135, 176, 224, .12); border-radius: 17px; background: rgba(12, 23, 43, .76); }.echo-device-card { display: grid; grid-template-columns: 150px 1fr; gap: 24px; min-height: 225px; }.echo-device { display: grid; place-items: center; border: 1px solid rgba(105, 168, 221, .13); border-radius: 15px; background: radial-gradient(circle, rgba(65, 159, 211, .1), transparent 58%), #071120; }.echo-device > span { position: relative; width: 88px; height: 60px; border: 2px solid rgba(130, 195, 232, .46); border-radius: 10px; background: linear-gradient(145deg, #1a3152, #0a172a); box-shadow: 0 0 0 5px rgba(70, 117, 171, .12), 0 18px 25px rgba(0, 0, 0, .4); }.echo-device > span::after { content: ""; position: absolute; right: 11px; bottom: 9px; width: 5px; height: 5px; border-radius: 50%; background: var(--echo-mint); box-shadow: 0 0 8px var(--echo-mint); }.echo-device > span i { position: absolute; right: 12px; left: 12px; height: 1px; background: rgba(118, 183, 226, .2); }.echo-device > span i:first-child { top: 20px; }.echo-device > span i:last-child { top: 35px; }.echo-device-card > div:last-child { display: flex; flex-direction: column; justify-content: center; gap: 18px; }.echo-device-card > div:last-child span { display: flex; flex-direction: column; gap: 5px; }.echo-device-card small { color: rgba(166, 190, 219, .43); font-size: 8px; letter-spacing: .08em; }.echo-device-card b { color: rgba(216, 230, 245, .75); font-size: 11px; font-weight: 550; }
.echo-health-card header,
.echo-activity-card header { display: flex; align-items: center; justify-content: space-between; gap: 15px; }.echo-health-card header b,.echo-activity-card header b { color: rgba(225, 235, 247, .8); font-size: 12px; font-weight: 600; }.echo-health-card header em { color: var(--echo-mint); font-size: 11px; font-style: normal; }.echo-health-card > div { display: grid; gap: 19px; margin-top: 31px; }.echo-health-card > div > span { display: grid; grid-template-columns: 40px 1fr 34px; align-items: center; gap: 10px; }.echo-health-card span > b { color: rgba(177, 199, 225, .5); font-size: 8px; font-weight: 650; }.echo-health-card span > i { display: block; height: 4px; border-radius: 3px; background: rgba(132, 173, 219, .12); }.echo-health-card span > i em { display: block; width: var(--value); height: 100%; border-radius: inherit; background: var(--cb-accent-gradient); }.echo-health-card span > small { color: rgba(208, 225, 242, .66); font-family: monospace; font-size: 9px; text-align: right; }
.echo-activity-card { grid-column: 1 / -1; }.echo-activity-card header a { color: var(--echo-cyan); font-size: 9px; text-decoration: none; }.echo-activity-card ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; margin: 20px 0 0; padding: 0; list-style: none; }.echo-activity-card li { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 10px; padding: 13px; border: 1px solid rgba(135, 176, 224, .1); border-radius: 12px; background: rgba(3, 9, 19, .32); }.echo-activity-card li > i { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 8px; color: var(--echo-mint); background: rgba(103, 224, 185, .07); font-size: 10px; font-style: normal; }.echo-activity-card li > span { display: flex; flex-direction: column; gap: 4px; }.echo-activity-card li b { color: rgba(217, 231, 245, .72); font-size: 9px; font-weight: 550; }.echo-activity-card li small { color: rgba(166, 190, 219, .4); font-size: 8px; }.echo-activity-card time { color: rgba(166, 190, 219, .38); font-size: 8px; }
.echo-toolbelt { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; margin: 22px 0 0; padding: 0; list-style: none; }.echo-toolbelt li { display: flex; align-items: center; gap: 9px; min-height: 49px; padding: 10px 13px; border: 1px solid rgba(135, 176, 224, .11); border-radius: 12px; color: rgba(187, 207, 229, .62); background: rgba(11, 21, 39, .62); font-size: 10px; }.echo-toolbelt li::before { content: "✓"; display: grid; flex: 0 0 18px; width: 18px; height: 18px; place-items: center; border: 1px solid rgba(103, 224, 185, .18); border-radius: 6px; color: var(--echo-mint); font-size: 8px; }

.echo-security { isolation: isolate; overflow: hidden; background: #040812; }
.echo-security::before { content: ""; position: absolute; z-index: -2; inset: 0; opacity: .24; background-image: linear-gradient(rgba(108, 159, 218, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(108, 159, 218, .06) 1px, transparent 1px); background-size: 56px 56px; mask-image: radial-gradient(circle at center, black, transparent 80%); }
.echo-security__glow { position: absolute; z-index: -1; top: 16%; left: 50%; width: 800px; height: 500px; translate: -50% 0; border-radius: 50%; background: rgba(38, 135, 177, .12); filter: blur(120px); }
.echo-compliance { overflow: hidden; border: 1px solid rgba(126, 177, 225, .22); border-radius: 27px; background: linear-gradient(145deg, rgba(12, 24, 44, .95), rgba(5, 12, 24, .97)); box-shadow: 0 38px 90px rgba(0, 0, 0, .38), inset 0 1px rgba(255, 255, 255, .03); }
.echo-compliance__score { display: flex; align-items: center; justify-content: center; gap: 32px; padding: 32px; border-bottom: 1px solid rgba(135, 176, 224, .12); background: radial-gradient(circle at 40% 0, rgba(60, 167, 203, .11), transparent 42%); }.echo-compliance__score > span { display: flex; position: relative; width: 116px; height: 116px; align-items: baseline; justify-content: center; padding-top: 38px; border: 6px solid rgba(103, 224, 185, .72); border-left-color: rgba(93, 134, 255, .18); border-radius: 50%; box-shadow: 0 0 26px rgba(103, 224, 185, .12), inset 0 0 22px rgba(103, 224, 185, .06); rotate: 35deg; }.echo-compliance__score > span > * { rotate: -35deg; }.echo-compliance__score > span i { position: absolute; inset: 9px; border: 1px solid rgba(103, 224, 185, .1); border-radius: 50%; }.echo-compliance__score > span b { color: rgba(235, 245, 250, .9); font-size: 33px; font-weight: 300; }.echo-compliance__score > span small { color: rgba(190, 211, 229, .5); font-size: 10px; }.echo-compliance__score > div { display: flex; flex-direction: column; gap: 6px; }.echo-compliance__score > div small { color: rgba(103, 224, 185, .68); font-size: 8px; font-weight: 650; letter-spacing: .13em; }.echo-compliance__score strong { color: rgba(231, 240, 249, .9); font-size: 23px; font-weight: 500; letter-spacing: -.03em; }.echo-compliance__score p { margin: 0; color: var(--echo-dim); font-size: 11px; }
.echo-compliance__matrix { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(135, 176, 224, .1); }.echo-compliance__matrix article { display: grid; grid-template-columns: 32px 1fr auto; min-height: 96px; align-items: center; gap: 12px; padding: 18px 20px; background: #091325; }.echo-compliance__matrix article > span { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 9px; font-size: 11px; }.echo-compliance__matrix article.is-ok > span { color: var(--echo-mint); background: rgba(103, 224, 185, .08); }.echo-compliance__matrix article.is-warn > span { color: var(--echo-warn); background: rgba(255, 189, 99, .09); }.echo-compliance__matrix article.is-danger > span { color: var(--echo-danger); background: rgba(255, 108, 139, .09); }.echo-compliance__matrix article.is-scan > span { position: relative; border: 1px solid rgba(67, 196, 232, .2); }.echo-compliance__matrix article.is-scan > span i { width: 9px; height: 9px; border: 2px solid var(--echo-cyan); border-top-color: transparent; border-radius: 50%; animation: echo-spin 1.4s linear infinite; }.echo-compliance__matrix article > div { display: flex; min-width: 0; flex-direction: column; gap: 5px; }.echo-compliance__matrix b { color: rgba(217, 231, 245, .76); font-size: 10px; font-weight: 550; }.echo-compliance__matrix small { color: rgba(164, 188, 216, .44); font-size: 9px; }.echo-compliance__matrix article > em { padding: 5px 7px; border: 1px solid; border-radius: 999px; font-size: 7px; font-style: normal; font-weight: 650; letter-spacing: .05em; text-transform: uppercase; }.echo-compliance__matrix .is-ok > em { border-color: rgba(103, 224, 185, .16); color: rgba(103, 224, 185, .7); background: rgba(103, 224, 185, .04); }.echo-compliance__matrix .is-warn > em { border-color: rgba(255, 189, 99, .18); color: rgba(255, 189, 99, .72); }.echo-compliance__matrix .is-danger > em { border-color: rgba(255, 108, 139, .2); color: rgba(255, 108, 139, .75); }.echo-compliance__matrix .is-scan > em { border-color: rgba(67, 196, 232, .2); color: rgba(67, 196, 232, .72); }
.echo-compliance__actions { display: flex; align-items: center; justify-content: center; gap: 32px; padding: 24px 30px; border-top: 1px solid rgba(135, 176, 224, .12); color: rgba(184, 204, 228, .58); font-size: 11px; }.echo-compliance__actions > div { display: flex; gap: 9px; }.echo-compliance__actions b { display: flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid rgba(135, 176, 224, .12); border-radius: 9px; color: rgba(209, 225, 242, .68); background: rgba(255, 255, 255, .02); font-size: 9px; font-weight: 550; }.echo-compliance__actions b i { color: var(--echo-mint); font-style: normal; }

.echo-neoo { background: linear-gradient(180deg, #040812, #07101f); }
.echo-neoo__context { display: grid; grid-template-columns: 1.1fr .9fr; gap: 25px; align-items: stretch; }
.echo-context-map { position: relative; min-height: 660px; overflow: hidden; border: 1px solid rgba(129, 178, 226, .2); border-radius: 26px; background: radial-gradient(circle at 50% 45%, rgba(63, 160, 209, .15), transparent 35%), linear-gradient(145deg, #0c1a31, #060d1b); box-shadow: 0 32px 72px rgba(0, 0, 0, .25); }.echo-context-map::before { content: ""; position: absolute; inset: 0; opacity: .34; background-image: radial-gradient(circle, rgba(113, 171, 222, .25) .7px, transparent .8px); background-size: 18px 18px; mask-image: radial-gradient(circle at center, black, transparent 78%); }.echo-context-map__core { display: flex; position: absolute; z-index: 3; top: 45%; left: 50%; width: 162px; height: 162px; translate: -50% -50%; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(80, 190, 218, .32); border-radius: 50%; background: rgba(8, 24, 42, .88); box-shadow: 0 0 0 26px rgba(67, 196, 232, .025), 0 0 60px rgba(67, 196, 232, .12); backdrop-filter: blur(10px); }.echo-context-map__core .echo-flow-icon { width: 52px; height: 52px; margin-bottom: 10px; }.echo-context-map__core > b { color: rgba(234, 242, 250, .9); font-size: 17px; font-weight: 600; }.echo-context-map__core > small { margin-top: 5px; color: var(--echo-dim); font-size: 8px; }.echo-context-map__orbit { position: absolute; top: 45%; left: 50%; width: 470px; height: 470px; translate: -50% -50%; border: 1px dashed rgba(103, 182, 224, .18); border-radius: 50%; }.echo-context-map__orbit::after { content: ""; position: absolute; inset: 56px; border: 1px solid rgba(103, 182, 224, .1); border-radius: 50%; }.echo-context-map__orbit > span { --angle: calc(var(--i) * 45deg - 90deg); position: absolute; z-index: 2; top: 50%; left: 50%; display: flex; width: 106px; min-height: 47px; translate: calc(cos(var(--angle)) * 235px - 53px) calc(sin(var(--angle)) * 235px - 23px); align-items: center; gap: 9px; padding: 8px 10px; border: 1px solid rgba(124, 176, 224, .18); border-radius: 11px; background: rgba(7, 16, 31, .92); box-shadow: 0 10px 24px rgba(0, 0, 0, .25); }.echo-context-map__orbit > span i { flex: 0 0 7px; width: 7px; height: 7px; border-radius: 50%; background: var(--echo-mint); box-shadow: 0 0 8px rgba(103, 224, 185, .55); }.echo-context-map__orbit > span b { color: rgba(205, 222, 239, .72); font-size: 9px; font-weight: 550; }.echo-context-map__neoo { position: absolute; z-index: 3; bottom: 24px; left: 50%; translate: -50% 0; padding: 10px 27px; border: 1px solid rgba(119, 158, 234, .24); border-radius: 999px; color: #dbe6f8; background: rgba(63, 77, 174, .13); font-size: 17px; font-weight: 800; letter-spacing: -.08em; box-shadow: 0 0 28px rgba(93, 101, 219, .1); }
.echo-incident-flow { display: grid; overflow: hidden; margin: 0; padding: 0; border: 1px solid rgba(129, 178, 226, .18); border-radius: 25px; background: rgba(8, 16, 31, .88); list-style: none; }.echo-incident-flow li { display: grid; grid-template-columns: 54px 1fr; align-items: center; gap: 15px; padding: 18px 23px; border-bottom: 1px solid rgba(135, 176, 224, .1); }.echo-incident-flow li:last-child { border-bottom: 0; }.echo-incident-flow > li > span { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(79, 185, 218, .21); border-radius: 13px; color: rgba(103, 224, 185, .76); background: rgba(67, 196, 232, .05); font-family: monospace; font-size: 9px; }.echo-incident-flow li > div { display: flex; flex-direction: column; gap: 5px; }.echo-incident-flow b { color: rgba(225, 235, 247, .8); font-size: 13px; font-weight: 600; }.echo-incident-flow p { margin: 0; color: var(--echo-dim); font-size: 10px; line-height: 1.4; }

.echo-learning { overflow: hidden; background: linear-gradient(180deg, #07101f, #060a15); }
.echo-learning blockquote { margin: 34px 0 0; padding: 20px 0 20px 24px; border-left: 2px solid var(--echo-cyan); color: rgba(191, 216, 235, .65); }.echo-learning blockquote p { margin: 0; font-size: 16px; font-weight: 300; line-height: 1.55; }
.echo-learning-loop { position: relative; min-height: 690px; }.echo-learning-loop::before { content: ""; position: absolute; top: 50%; left: 50%; width: 480px; height: 480px; translate: -50% -50%; border: 1px dashed rgba(91, 174, 221, .17); border-radius: 50%; animation: echo-spin 90s linear infinite; }.echo-learning-loop::after { content: ""; position: absolute; top: 50%; left: 50%; width: 360px; height: 360px; translate: -50% -50%; border: 1px solid rgba(91, 174, 221, .08); border-radius: 50%; box-shadow: 0 0 80px rgba(67, 196, 232, .05) inset; }.echo-learning-loop__core { display: flex; position: absolute; z-index: 3; top: 50%; left: 50%; width: 190px; height: 190px; translate: -50% -50%; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(67, 196, 232, .3); border-radius: 50%; background: radial-gradient(circle, rgba(57, 148, 199, .19), rgba(7, 17, 32, .94) 67%); box-shadow: 0 0 0 22px rgba(67, 196, 232, .025), 0 0 70px rgba(67, 196, 232, .09); }.echo-learning-loop__core .echo-flow-icon { width: 58px; height: 58px; margin-bottom: 13px; }.echo-learning-loop__core > b { max-width: 130px; color: rgba(228, 239, 249, .84); font-size: 13px; font-weight: 600; text-align: center; }.echo-learning-loop__core > small { max-width: 135px; margin-top: 6px; color: var(--echo-dim); font-size: 8px; line-height: 1.35; text-align: center; }.echo-learning-loop__items article { position: absolute; z-index: 2; display: flex; width: 190px; min-height: 65px; align-items: center; gap: 11px; padding: 12px 14px; border: 1px solid rgba(131, 177, 224, .16); border-radius: 13px; background: rgba(9, 18, 35, .9); box-shadow: 0 14px 28px rgba(0, 0, 0, .2); }.echo-learning-loop__items article span { display: grid; flex: 0 0 28px; width: 28px; height: 28px; place-items: center; border: 1px solid rgba(103, 224, 185, .19); border-radius: 9px; color: var(--echo-mint); font-family: monospace; font-size: 8px; }.echo-learning-loop__items article b { color: rgba(202, 220, 239, .68); font-size: 9px; font-weight: 550; line-height: 1.35; }.echo-learning-loop__items article:nth-child(1) { top: 4%; left: 50%; translate: -50% 0; }.echo-learning-loop__items article:nth-child(2) { top: 18%; right: 0; }.echo-learning-loop__items article:nth-child(3) { top: 42%; right: -4%; }.echo-learning-loop__items article:nth-child(4) { right: 5%; bottom: 9%; }.echo-learning-loop__items article:nth-child(5) { bottom: 1%; left: 50%; translate: -50% 0; }.echo-learning-loop__items article:nth-child(6) { bottom: 10%; left: 4%; }.echo-learning-loop__items article:nth-child(7) { top: 42%; left: -4%; }.echo-learning-loop__items article:nth-child(8) { top: 18%; left: 0; }

.echo-final { position: relative; isolation: isolate; overflow: hidden; padding: 170px 0 155px; border-top: 1px solid rgba(130, 177, 225, .14); background: radial-gradient(circle at 50% 46%, rgba(50, 143, 194, .18), transparent 34%), linear-gradient(180deg, #060a15, #03060d); text-align: center; }
.echo-final::after { content: ""; position: absolute; z-index: -1; bottom: -500px; left: 50%; width: 950px; height: 950px; translate: -50% 0; border: 1px solid rgba(79, 172, 219, .13); border-radius: 50%; box-shadow: 0 0 0 90px rgba(79, 172, 219, .018), 0 0 0 180px rgba(79, 172, 219, .012); }
.echo-final__grid { position: absolute; z-index: -1; inset: 0; opacity: .25; background-image: linear-gradient(rgba(113, 166, 218, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(113, 166, 218, .06) 1px, transparent 1px); background-size: 62px 62px; mask-image: radial-gradient(circle at center, black, transparent 74%); }
.echo-final__inner { display: flex; flex-direction: column; align-items: center; }.echo-final__mark { display: grid; position: relative; width: 82px; height: 82px; margin-bottom: 27px; place-items: center; border: 1px solid rgba(70, 191, 218, .36); border-radius: 27px; background: linear-gradient(145deg, rgba(38, 93, 145, .3), rgba(13, 29, 53, .82)); box-shadow: 0 0 42px rgba(67, 196, 232, .16), inset 0 1px rgba(255, 255, 255, .06); }.echo-final__mark i { position: absolute; inset: 9px; border: 1px solid rgba(103, 224, 185, .22); border-radius: 21px; }.echo-final__mark i:nth-child(2) { inset: -7px; border-color: rgba(93, 134, 255, .12); border-radius: 32px; }.echo-final__mark b { color: transparent; background: var(--cb-accent-gradient); -webkit-background-clip: text; background-clip: text; font-size: 41px; font-weight: 300; }.echo-final .echo-eyebrow { justify-content: center; }.echo-final h2 { max-width: 1070px; font-size: var(--cb-title-section); }.echo-final h2 span { display: block; }.echo-final h2 em { display: block; }.echo-final__inner > p:not(.echo-eyebrow) { max-width: 750px; margin: 30px auto 0; color: var(--cb-lead-ink-dark); font-size: var(--cb-lead-section); font-weight: var(--cb-lead-weight); letter-spacing: var(--cb-lead-tracking); line-height: 1.45; }.echo-final__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 37px; }.echo-final ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 19px 29px; margin: 29px 0 0; padding: 0; color: rgba(185, 205, 228, .56); font-size: 11px; list-style: none; }.echo-final li { display: flex; align-items: center; gap: 8px; }.echo-final li span:first-child { color: var(--echo-mint); }

[data-reveal] { opacity: 0; translate: 0 24px; transition: opacity .72s cubic-bezier(.16, 1, .3, 1), translate .72s cubic-bezier(.16, 1, .3, 1); }
[data-reveal].is-visible { opacity: 1; translate: 0; }

@media (max-width: 1320px) {
  .echo-topbar { gap: 18px; }
  .echo-nav { gap: 18px; }
  .echo-topbar__home span { display: none; }
  .echo-hero__inner { grid-template-columns: minmax(390px, .82fr) minmax(540px, 1.18fr); gap: 50px; }
  .echo-console { min-height: 600px; }
  .echo-console__canvas { min-height: 494px; }
  .echo-context-map__orbit { scale: .9; }
}

@media (max-width: 1120px) {
  .echo-shell,
  .echo-page .page-breadcrumb { width: min(calc(100% - 64px), 940px); }
  .echo-topbar { min-height: 74px; }
  .echo-nav { display: none; }
  .echo-hero { min-height: auto; padding-top: 126px; }
  .echo-hero__inner { grid-template-columns: 1fr; }
  .echo-hero__copy { max-width: 780px; }
  .echo-hero__visual { max-width: 850px; margin-inline: auto; }
  .echo-console { transform: none; }
  .echo-scope__route { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }.echo-scope__route > i { display: none; }.echo-scope__route > article,.echo-scope__route .echo-scope__core { min-width: 0; min-height: 164px; flex-basis: auto; }
  .echo-split,
  .echo-split--reverse { grid-template-columns: 1fr; gap: 70px; }
  .echo-correlation,
  .echo-provision-flow { width: min(100%, 820px); margin-inline: auto; }
  .echo-remediation { grid-template-columns: 1fr; }
  .echo-remediation__terminal { min-height: auto; }
  .echo-action-groups { grid-template-columns: repeat(3, 1fr); }.echo-action-groups article { flex-direction: column; }.echo-action-groups ul { grid-template-columns: 1fr; }
  .echo-neoo__context { grid-template-columns: 1fr; }.echo-context-map { min-height: 670px; }
  .echo-learning-loop { width: min(100%, 760px); margin-inline: auto; }
}

@media (max-width: 860px) {
  .echo-topbar__divider,
  .echo-login { display: none; }
  .echo-topbar__cta { min-height: 40px; padding-inline: 14px; }
  .echo-page .page-breadcrumb { display: none; }
  .echo-hero { padding-top: 92px; }
  .echo-section,
  .echo-final { padding-block: 105px; }
  .echo-scope { padding-block: 90px; }
  .echo-section-head { margin-bottom: 44px; }
  .echo-console { min-height: 570px; }
  .echo-console__canvas { min-height: 464px; }
  .echo-node { min-width: 136px; }.echo-node--vm { left: 12px; }.echo-node--server { right: 12px; }.echo-node--endpoint { right: 10px; }.echo-node--users { left: 10px; }.echo-event-card--alert { left: 2px; }.echo-event-card--action { right: 2px; }
  .echo-scope__route { grid-template-columns: repeat(2, 1fr); }.echo-scope__route .echo-scope__core { grid-column: 1 / -1; grid-row: 1; width: min(100%, 250px); justify-self: center; }
  .echo-bento { grid-template-columns: 1fr; }.echo-panel,.echo-panel--wide { min-height: auto; }
  .echo-remediation__terminal { min-height: 0; }
  .echo-action-groups { grid-template-columns: 1fr; }.echo-action-groups article { flex-direction: row; }.echo-action-groups ul { grid-template-columns: repeat(2, 1fr); }
  .echo-remote__cockpit { grid-template-columns: 1fr; }.echo-cockpit-sidebar { display: none; }.echo-cockpit-grid { grid-template-columns: 1fr; }.echo-activity-card { grid-column: auto; }.echo-toolbelt { grid-template-columns: repeat(2, 1fr); }
  .echo-compliance__matrix { grid-template-columns: repeat(2, 1fr); }
  .echo-context-map__orbit { scale: .86; }
}

@media (max-width: 640px) {
  .echo-shell,
  .echo-page .page-breadcrumb { width: min(calc(100% - 36px), 560px); }
  .echo-topbar { min-height: 68px; padding: 10px 16px; }
  .echo-topbar__brand { gap: 10px; }
  .echo-topbar__home { display: none; }
  .echo-logo { font-size: 21px; }
  .echo-topbar__actions { gap: 8px; }
  .echo-lang select { min-height: 39px; }
  .echo-topbar__cta { font-size: 13px; white-space: nowrap; }
  .echo-hero { padding: 72px 0 78px; }
  .echo-eyebrow { margin-bottom: 17px; font-size: 12px; letter-spacing: .07em; }
  .echo-hero h1 { font-size: clamp(43px, 13.5vw, 58px); }
  .echo-hero__lead { margin-top: 22px; font-size: 19px; }
  .echo-hero__body { font-size: 14px; }
  .echo-hero__actions { display: grid; }.echo-btn { width: 100%; }
  .echo-hero__trust { display: grid; gap: 12px; }
  .echo-console { min-height: 620px; border-radius: 20px; }
  .echo-console__bar { grid-template-columns: 1fr auto; }.echo-console__bar > span:first-child { display: none; }
  .echo-console__canvas { min-height: 514px; }
  .echo-network { opacity: .45; }
  .echo-bot { top: 42%; scale: .86; }
  .echo-node { min-width: 124px; padding: 8px; }.echo-node__icon { flex-basis: 28px; width: 28px; height: 28px; }.echo-node b { font-size: 9px; }.echo-node small { font-size: 8px; }
  .echo-node--vm { top: 28px; }.echo-node--server { top: 28px; }.echo-node--services { top: 102px; }.echo-node--users { bottom: 128px; }.echo-node--endpoint { bottom: 128px; }
  .echo-event-card { width: calc(50% - 13px); padding: 10px; }.echo-event-card--alert { top: auto; bottom: 20px; left: 8px; }.echo-event-card--action { top: auto; right: 8px; bottom: 20px; }.echo-event-card b { font-size: 10px; }.echo-event-card small { font-size: 7px; }.echo-event-card > span { font-size: 7px; }
  .echo-console__footer { display: none; }
  .echo-section,
  .echo-final { padding-block: 82px; }
  .echo-scope { padding-block: 76px; }
  .echo-section-head h2 { font-size: clamp(39px, 12.5vw, 56px); }
  .echo-section-head > p:last-child { font-size: 19px; }
  .echo-split__copy h2 { font-size: clamp(38px, 12vw, 52px); }
  .echo-section-lead { font-size: 18px; }
  .echo-scope__route { grid-template-columns: 1fr 1fr; gap: 9px; }.echo-scope__route > article { min-height: 145px; }.echo-scope__route > article > span { width: 43px; height: 43px; margin-bottom: 12px; }
  .echo-panel { padding: 22px; border-radius: 19px; }.echo-panel__head > small { display: none; }.echo-panel__head h3 { font-size: 18px; }
  .echo-metric-grid { grid-template-columns: repeat(2, 1fr); margin-block: 28px; }
  .echo-capability-list { grid-template-columns: 1fr; }
  .echo-correlation { padding: 16px; border-radius: 20px; }.echo-correlation__top { align-items: flex-start; flex-direction: column; }.echo-correlation__alerts { grid-template-columns: 1fr; }.echo-correlation__beam { display: none; }.echo-root-cause { margin-top: 18px; padding: 16px; }.echo-root-cause header { grid-template-columns: 38px 1fr auto; }.echo-root-cause h3 { font-size: 15px; }.echo-root-cause__meta { grid-template-columns: 1fr; }.echo-root-cause__meta small { min-height: 0; }.echo-root-cause > p { align-items: flex-start; flex-direction: column; }
  .echo-terminal__bar { grid-template-columns: 1fr auto; }.echo-terminal__bar > span { display: none; }.echo-terminal__body { padding: 17px; }.echo-terminal__command { font-size: 9px; }.echo-terminal__steps li { grid-template-columns: 38px 1fr; }.echo-terminal__steps time { display: none; }.echo-terminal__result { align-items: flex-start; flex-direction: column; }
  .echo-action-groups article { padding: 19px; }.echo-action-groups .echo-icon { display: none; }.echo-action-groups ul { grid-template-columns: 1fr; }
  .echo-provision-flow > article { grid-template-columns: 42px 46px 1fr; gap: 10px; min-height: 100px; padding: 13px 12px 13px 7px; }.echo-provision-flow__rail { left: 27px; }.echo-flow-index { width: 42px; height: 42px; }.echo-flow-icon { width: 45px; height: 45px; border-radius: 13px; }.echo-provision-flow article > em { display: none; }.echo-provision-flow b { font-size: 10px; }
  .echo-cockpit-main { padding: 18px; }.echo-cockpit-main > header { align-items: flex-start; }.echo-cockpit-main > header > div:last-child button:first-child { display: none; }.echo-device-card { grid-template-columns: 1fr; }.echo-device { min-height: 130px; }.echo-activity-card ul { grid-template-columns: 1fr; }.echo-toolbelt { grid-template-columns: 1fr; }
  .echo-compliance__score { align-items: center; flex-direction: column; text-align: center; }.echo-compliance__matrix { grid-template-columns: 1fr; }.echo-compliance__actions { flex-direction: column; gap: 14px; text-align: center; }.echo-compliance__actions > div { flex-wrap: wrap; justify-content: center; }
  .echo-context-map { min-height: 620px; }.echo-context-map__orbit { width: 390px; height: 390px; scale: .8; }.echo-context-map__orbit > span { translate: calc(cos(var(--angle)) * 160px - 53px) calc(sin(var(--angle)) * 160px - 23px); }.echo-context-map__core { top: 45%; width: 140px; height: 140px; }.echo-incident-flow li { padding: 15px; }
  .echo-learning-loop { min-height: auto; }.echo-learning-loop::before,.echo-learning-loop::after { display: none; }.echo-learning-loop__core { position: relative; top: auto; left: auto; width: 170px; height: 170px; margin: 0 auto 25px; translate: none; }.echo-learning-loop__items { display: grid; grid-template-columns: 1fr; gap: 9px; }.echo-learning-loop__items article { position: static; width: auto; min-height: 60px; translate: none !important; }
  .echo-final h2 { font-size: clamp(39px, 12.5vw, 56px); }.echo-final__inner > p:not(.echo-eyebrow) { font-size: 19px; }.echo-final__actions { display: grid; width: 100%; }.echo-final ul { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  .echo-document { scroll-behavior: auto; }
  .echo-page *,
  .echo-page *::before,
  .echo-page *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .001ms !important; }
  [data-reveal] { opacity: 1; translate: none; }
}

/* Echo reference hero — 2026-07-26 */
.echo-topbar {
  display: grid;
  grid-template-columns: 520px minmax(580px, 1fr) auto;
  column-gap: 50px;
  min-height: 94px;
  height: 94px;
  padding: 16px 19px;
  padding-right: 26px;
  background: rgba(3, 7, 18, .94);
  box-shadow: none;
  backdrop-filter: blur(24px) saturate(1.12);
}

.echo-topbar__brand {
  display: grid;
  grid-template-columns: 123px auto;
  gap: 297px;
  min-width: 0;
}
.echo-topbar__brand,
.echo-nav,
.echo-topbar__actions { transform: translateY(-4px); }

.echo-topbar__home {
  justify-content: center;
  width: 123px;
  min-height: 39px;
  padding-inline: 13px;
  border: 1px solid rgba(166, 184, 215, .23);
  border-radius: 999px;
}

.echo-topbar__home svg { width: 14px; height: 14px; }
.echo-topbar__home span { font-size: 14px; }
.echo-topbar__divider,
.echo-logo__signal { display: none; }

.echo-logo {
  display: inline-flex;
  width: max-content;
  color: #f5f7fb;
  font-size: 42px;
  font-weight: 700;
  line-height: .9;
  letter-spacing: -.065em;
}

.echo-logo > span:last-child { color: #646cff; }

.echo-nav {
  justify-content: flex-start;
  gap: clamp(22px, 1.85vw, 34px);
  min-width: 0;
}

.echo-nav a,
.echo-login {
  color: rgba(243, 246, 253, .91);
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.echo-topbar__actions { gap: 18px; }
.echo-lang select {
  min-width: 70px;
  min-height: 41px;
  padding: 0 28px 0 15px;
  appearance: none;
  border-radius: 11px;
  color: #f4f6fb;
  font-weight: 600;
  background: rgba(8, 12, 25, .78);
}
.echo-lang::after {
  content: "⌄";
  top: 8px;
  right: 11px;
  color: rgba(232, 237, 248, .78);
  font-size: 17px;
}
.echo-login { font-size: 13px; }
.echo-topbar__cta {
  min-width: 161px;
  min-height: 40px;
  padding-inline: 15px;
  border-radius: 11px;
  font-size: 14px;
  background: linear-gradient(135deg, #4e55f5, #3e46ec);
  box-shadow: 0 14px 34px rgba(69, 79, 246, .31), inset 0 1px rgba(255, 255, 255, .18);
}

.echo-page .page-breadcrumb {
  top: 19px;
  width: min(calc(100% - 38px), 1634px);
  max-width: none;
  min-height: 39px;
  padding: 0 18px;
  border: 1px solid rgba(157, 181, 220, .18);
  border-radius: 999px;
  background: rgba(5, 10, 23, .56);
}

.echo-page .page-breadcrumb--product {
  display: flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  max-width: calc(100% - 38px);
  left: 19px;
  translate: 0;
  font-size: 14px;
}
.echo-page .page-breadcrumb svg { width: 15px; height: 15px; }
.echo-page .page-breadcrumb__action { margin-left: 0; color: #b9c9e8 !important; }

.echo-hero {
  min-height: calc(100svh - 94px);
  height: calc(100svh - 94px);
  min-height: 847px;
  padding: 104px 0 0;
  background:
    radial-gradient(circle at 58% 48%, rgba(12, 69, 153, .14), transparent 32%),
    linear-gradient(180deg, #030713 0%, #030817 70%, #030814 100%);
}
.echo-hero::before { opacity: 0; }
.echo-hero::after { display: none; }
.echo-hero__aura {
  top: 18%;
  left: 38%;
  width: 57vw;
  height: 48vw;
  background: rgba(16, 67, 157, .12);
  filter: blur(125px);
}
.echo-hero__inner {
  position: relative;
  display: block;
  width: min(calc(100% - 222px), 1450px);
  max-width: 1450px;
  min-height: 743px;
}
.echo-hero__copy {
  position: relative;
  z-index: 5;
  width: 520px;
  max-width: 36%;
}
.echo-hero [data-reveal] {
  opacity: 1;
  translate: none;
}

.echo-release {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 38px;
  padding: 4px 14px 4px 5px;
  border: 1px solid rgba(162, 183, 218, .28);
  border-radius: 999px;
  color: rgba(223, 230, 244, .88);
  background: rgba(9, 14, 28, .7);
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}
.echo-release strong {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding-inline: 10px;
  border-radius: 999px;
  color: #f7f8ff;
  background: linear-gradient(135deg, #5365ff, #4b54f2);
  box-shadow: 0 0 17px rgba(72, 90, 255, .42);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .03em;
}
.echo-release svg {
  width: 15px;
  height: 15px;
  margin-left: 7px;
  color: rgba(218, 228, 245, .62);
}

.echo-hero h1 {
  width: 520px;
  max-width: 100%;
  margin-top: 23px;
  font-size: clamp(64px, 4.31vw, 72px);
  font-weight: 300;
  line-height: 1.06;
  letter-spacing: -.052em;
  text-wrap: wrap;
}
.echo-hero h1 > span,
.echo-hero h1 > em { display: block; }
.echo-hero h1 > span {
  transform: scaleX(1.06);
  transform-origin: left center;
}
.echo-hero h1 > em {
  width: 100%;
  font-size: 82px;
  line-height: .95;
  transform: scaleX(1.065);
  transform-origin: left center;
}
.echo-hero__lead {
  width: 520px;
  max-width: 100%;
  margin-top: 24px;
  color: rgba(232, 237, 247, .93);
  font-size: 25px;
  font-weight: 300;
  line-height: 1.43;
  letter-spacing: -.018em;
}
.echo-hero__body {
  width: 500px;
  max-width: 100%;
  margin-top: 18px;
  color: rgba(190, 201, 220, .72);
  font-size: 16px;
  line-height: 1.58;
}
.echo-hero__actions {
  flex-wrap: nowrap;
  gap: 15px;
  margin-top: 39px;
}
.echo-hero__actions .echo-btn {
  min-height: 55px;
  padding-inline: 27px;
  font-size: 16px;
  white-space: nowrap;
}
.echo-hero__actions .echo-btn--primary { min-width: 228px; }
.echo-hero__actions .echo-btn--primary {
  background: linear-gradient(135deg, #5362ff 0%, #4054f4 100%);
}
.echo-hero__actions .echo-btn--ghost { min-width: 237px; }
.echo-hero__trust {
  flex-wrap: nowrap;
  gap: 30px;
  margin-top: 36px;
  color: rgba(202, 211, 228, .78);
  font-size: 14px;
  white-space: nowrap;
}
.echo-hero__trust li { gap: 9px; }
.echo-hero__trust li > svg {
  width: 20px;
  height: 20px;
  color: rgba(187, 201, 225, .78);
}
.echo-hero__trust .echo-trust-dot {
  display: block;
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 50%;
  background: #2fe0b1;
  box-shadow: 0 0 12px rgba(47, 224, 177, .9);
}

.echo-hero__visual {
  position: absolute;
  z-index: 2;
  top: -104px;
  left: 50%;
  width: 100vw;
  height: 847px;
  min-width: 0;
  translate: 0;
  transform: translateX(-50%);
  pointer-events: none;
  perspective: none;
}
.echo-hero__robot-media {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 38.2vw;
  width: 40.2vw;
  overflow: hidden;
  background-image: url("/assets/echo/hero-robot-scene.png");
  background-repeat: no-repeat;
  background-position: -38.2vw -5.622vw;
  background-size: 100vw auto;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 96%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 96%, transparent 100%);
}
.echo-hero__alerts {
  position: absolute;
  z-index: 3;
  top: 128px;
  right: max(4vw, calc((100vw - 1538px) / 2));
  display: grid;
  gap: 17px;
  width: 292px;
}
.echo-hero-alert {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 122px;
  padding: 19px 20px;
  border: 1px solid rgba(99, 137, 199, .34);
  border-radius: 17px;
  background: linear-gradient(145deg, rgba(10, 16, 30, .91), rgba(7, 12, 24, .84));
  box-shadow: inset 0 1px rgba(255, 255, 255, .018), 0 20px 48px rgba(0, 0, 0, .16);
}
.echo-hero-alert > div {
  display: grid;
  min-width: 0;
  gap: 7px;
}
.echo-hero-alert small {
  color: rgba(168, 180, 203, .7);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .075em;
  line-height: 1;
}
.echo-hero-alert strong {
  overflow-wrap: anywhere;
  color: #f4f6fb;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.18;
}
.echo-hero-alert > div > span {
  color: rgba(184, 195, 216, .72);
  font-size: 14px;
  line-height: 1.1;
}
.echo-hero-alert__icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(99, 107, 255, .27);
  border-radius: 9px;
  color: #9674ff;
  background: rgba(102, 65, 225, .18);
}
.echo-hero-alert__icon svg { width: 24px; height: 24px; }
.echo-hero-alert--system {
  grid-template-columns: 1fr 64px;
  border-color: rgba(242, 84, 73, .42);
}
.echo-hero-alert--system strong { color: #ff6658; }
.echo-hero-alert__spark {
  width: 64px;
  height: 28px;
  color: #ff6658;
  stroke-width: 2;
}
.echo-hero-alert--incident { border-color: rgba(131, 83, 223, .34); }
.echo-hero-alert--action { border-color: rgba(72, 126, 222, .39); }
.echo-hero-alert--action .echo-hero-alert__icon {
  color: #5d9cff;
  background: rgba(43, 91, 172, .2);
}
.echo-hero-alert--decision { border-color: rgba(55, 157, 144, .36); }
.echo-hero-alert--decision .echo-hero-alert__icon {
  color: #35cfc1;
  background: rgba(24, 148, 143, .19);
}

@media (max-width: 1480px) {
  .echo-topbar {
    grid-template-columns: 110px minmax(0, 1fr) auto;
    column-gap: 28px;
  }
  .echo-topbar__brand { display: block; }
  .echo-topbar__home { display: none; }
  .echo-nav { justify-content: center; gap: clamp(16px, 1.55vw, 25px); }
  .echo-hero__inner { width: min(calc(100% - 120px), 1450px); }
  .echo-hero__copy { max-width: 40%; }
}

@media (max-width: 1180px) {
  .echo-topbar { grid-template-columns: 110px 1fr auto; }
  .echo-nav a { font-size: 13px; }
  .echo-login { display: none; }
  .echo-hero__inner { width: min(calc(100% - 76px), 1080px); }
  .echo-hero__copy { max-width: 48%; }
  .echo-hero__alerts { right: 30px; width: 270px; }
  .echo-hero__robot-media {
    left: 45vw;
    width: 34vw;
    background-position: -38.2vw -5.622vw;
  }
}

@media (max-width: 980px) {
  .echo-topbar {
    grid-template-columns: 110px 1fr;
    height: 76px;
    min-height: 76px;
    padding-block: 12px;
  }
  .echo-nav { display: none; }
  .echo-topbar__actions { justify-self: end; }
  .echo-page .page-breadcrumb { top: 16px; }
  .echo-hero {
    height: auto;
    min-height: 0;
    padding: 78px 0 72px;
  }
  .echo-hero__inner {
    width: min(calc(100% - 52px), 800px);
    min-height: 0;
  }
  .echo-hero__copy {
    width: 100%;
    max-width: 610px;
  }
  .echo-hero h1,
  .echo-hero__lead,
  .echo-hero__body { width: 100%; }
  .echo-hero__visual {
    position: relative;
    top: auto;
    left: 50%;
    width: 100vw;
    height: 970px;
    margin-top: 54px;
    translate: 0;
    transform: translateX(-50%);
  }
  .echo-hero__robot-media {
    top: 0;
    bottom: auto;
    left: 50%;
    width: 573px;
    max-width: 100vw;
    height: 507px;
    translate: -50% 0;
    background-position: -383px -56px;
    background-size: 1000px auto;
  }
  .echo-hero__alerts {
    top: 528px;
    right: 26px;
    left: 26px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: auto;
  }
}

@media (max-width: 640px) {
  .echo-topbar {
    grid-template-columns: auto 1fr;
    height: 68px;
    min-height: 68px;
    padding: 10px 16px;
  }
  .echo-logo { font-size: 31px; }
  .echo-topbar__brand,
  .echo-topbar__actions { transform: none; }
  .echo-topbar__actions { gap: 8px; }
  .echo-lang select {
    min-width: 58px;
    min-height: 42px;
    padding-left: 11px;
  }
  .echo-topbar__cta {
    width: auto;
    min-width: 0;
    min-height: 42px;
    padding-inline: 13px;
    font-size: 12px;
  }
  .echo-page .page-breadcrumb { display: none; }
  .echo-hero { padding: 42px 0 66px; }
  .echo-hero__inner { width: min(calc(100% - 36px), 560px); }
  .echo-release {
    min-height: 35px;
    font-size: 12px;
  }
  .echo-release strong { min-height: 23px; font-size: 10px; }
  .echo-hero h1 {
    margin-top: 26px;
    font-size: clamp(48px, 15vw, 64px);
  }
  .echo-hero h1 > span,
  .echo-hero h1 > em {
    font-size: inherit;
    line-height: inherit;
    transform: none;
  }
  .echo-hero__lead { margin-top: 23px; font-size: 20px; }
  .echo-hero__body { font-size: 15px; }
  .echo-hero__actions {
    display: grid;
    gap: 11px;
    margin-top: 28px;
  }
  .echo-hero__actions .echo-btn {
    width: 100%;
    min-width: 0;
  }
  .echo-hero__trust {
    display: grid;
    gap: 12px;
    margin-top: 27px;
    white-space: normal;
  }
  .echo-hero__visual {
    height: 1100px;
    margin-top: 38px;
  }
  .echo-hero__alerts {
    top: 522px;
    right: 18px;
    left: 18px;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .echo-hero-alert {
    min-height: 124px;
    padding: 18px;
  }
}
