/* ==========================================================================
   product-equify.css — Equify product overview page
   --------------------------------------------------------------------------
   Aligned to the site design system (brand-sections.css / listing pages):
   brand red #f71915 as a sparing accent, ink #0a0a0b / muted #5c5c62, Jost
   headings + Nunito body + Mulish labels (no monospace), white cards on soft
   surfaces with hairline borders and a soft lift, one 64px section rhythm.

   Product surfaces are shown with REAL screenshots inside a refined browser
   frame; the routing engine is an interactive tabbed showcase; the pipeline
   is anchored by the real system architecture diagram. No hand-drawn "mock"
   UI. Namespaced under .eq-* so nothing collides with the legacy cascade.
   ========================================================================== */

:root {
  --eq-red: #f71915;
  --eq-red-2: #ff4c4c;
  --eq-red-soft: rgba(247, 25, 21, 0.08);
  --eq-red-ring: rgba(247, 25, 21, 0.22);
  --eq-ink: #0a0a0b;
  --eq-ink-soft: #2a2d34;
  --eq-muted: #5c5c62;
  --eq-muted-2: #8a8f99;
  --eq-line: rgba(10, 10, 11, 0.08);
  --eq-line-soft: #f2f2f4;
  --eq-surface: #ffffff;
  --eq-surface-2: #f6f6f8;
  --eq-bg: #faf8f8;
  --eq-ok: #17a34a;
  --eq-accent: var(--eq-red);
  --eq-radius-xl: 28px;
  --eq-radius-lg: 20px;
  --eq-radius-md: 16px;
  --eq-radius-sm: 12px;
  --eq-shadow-rest: 0 1px 2px rgba(15, 17, 21, 0.04);
  --eq-shadow-lift: 0 18px 36px rgba(10, 10, 11, 0.1);
  --eq-shadow-xl: 0 40px 80px -24px rgba(10, 10, 11, 0.28);
  --eq-ease: cubic-bezier(0.32, 0.08, 0.24, 1);
}

/* --------------------------------------------------------------------------
   Banner — shared listing-page banner shell (cs.css); no extra chips
   -------------------------------------------------------------------------- */
.roundedarea { background-image: url(../images/banner-cs.png); background-color: #f7f4f4; }
.pgheader h2.headerTxtBig .accent { color: var(--eq-red-2); }
.pgheader p.headerTxt { color: var(--eq-ink-soft); }
.eq-hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }

/* --------------------------------------------------------------------------
   Section scaffolding — one 64px rhythm everywhere
   -------------------------------------------------------------------------- */
.eq { background: var(--eq-surface); color: var(--eq-ink); }
.eq-section { padding-block: 72px; }
.eq-section.alt {
  background:
    radial-gradient(60% 120% at 50% 0%, rgba(247, 25, 21, 0.05) 0%, rgba(247, 25, 21, 0) 70%),
    var(--eq-bg);
}
.eq-container { width: 100%; max-width: 1180px; margin-inline: auto; padding-inline: 24px; }

.eq-head { max-width: 760px; margin: 0 0 44px; }
.eq-head.center { margin: 0 auto 44px; text-align: center; }
.eq-eyebrow {
  display: inline-block; color: var(--eq-red); font-family: var(--jost);
  font-size: 0.82rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; margin-bottom: 12px;
}
.eq-title {
  margin: 0; color: var(--eq-ink); font-family: var(--jost);
  font-size: clamp(1.7rem, 3.2vw, 2.5rem); font-weight: 700; line-height: 1.12; letter-spacing: -0.01em;
}
.eq-title .accent { color: var(--eq-red-2); }
.eq-lede { margin: 16px 0 0; color: var(--eq-muted); font-family: var(--nunito); font-size: 1.05rem; line-height: 1.65; }
.eq-head.center .eq-lede { margin-inline: auto; max-width: 680px; }

/* Shared neutral icon tile — keeps red as an accent, not a wash */
.eq-hl-ic, .eq-flow-ic, .eq-channel .ch-ic, .eq-feature .ic,
.eq-rt-panel .r-ic, .eq-surfaces .ic, .eq-doc .ic {
  display: grid; place-items: center; border-radius: 14px;
  background: var(--eq-surface-2); border: 1px solid var(--eq-line); color: var(--eq-ink-soft);
}

/* --------------------------------------------------------------------------
   Browser frame — houses real product screenshots
   -------------------------------------------------------------------------- */
.eq-frame {
  border: 1px solid var(--eq-line); border-radius: var(--eq-radius-lg);
  background: var(--eq-surface); box-shadow: var(--eq-shadow-xl); overflow: hidden;
}
.eq-frame-bar {
  display: flex; align-items: center; gap: 8px; padding: 12px 16px;
  border-bottom: 1px solid var(--eq-line); background: var(--eq-surface-2);
}
.eq-frame-dots { display: flex; gap: 7px; }
.eq-frame-dots i { width: 11px; height: 11px; border-radius: 50%; display: block; }
.eq-frame-dots i.r { background: #ff5f57; } .eq-frame-dots i.y { background: #febc2e; } .eq-frame-dots i.g { background: #28c840; }
.eq-frame-url {
  margin: 0 auto; display: inline-flex; align-items: center; gap: 8px;
  max-width: 60%; padding: 5px 14px; border-radius: 999px;
  background: var(--eq-surface); border: 1px solid var(--eq-line);
  font-family: var(--nunito); font-size: 0.78rem; color: var(--eq-muted); white-space: nowrap;
  overflow: hidden; text-overflow: ellipsis;
}
.eq-frame-url svg { width: 12px; height: 12px; color: var(--eq-ok); flex: 0 0 auto; }
.eq-frame-shot { display: block; width: 100%; height: auto; }
.eq-frame.dark { background: #0d0d10; border-color: rgba(255, 255, 255, 0.08); }
.eq-frame.dark .eq-frame-bar { background: #16161b; border-color: rgba(255, 255, 255, 0.08); }
.eq-frame.dark .eq-frame-url { background: #0d0d10; border-color: rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.6); }
.eq-cap { margin: 16px auto 0; max-width: 760px; text-align: center; font-family: var(--nunito); font-size: 0.86rem; color: var(--eq-muted-2); }

/* --------------------------------------------------------------------------
   Stat band
   -------------------------------------------------------------------------- */
.eq-stats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--eq-line); border-radius: var(--eq-radius-lg);
  overflow: hidden; background: var(--eq-surface); box-shadow: var(--eq-shadow-rest);
}
.eq-stat { padding: 30px 26px; border-left: 1px solid var(--eq-line); }
.eq-stat:first-child { border-left: 0; }
.eq-stat .num { font-family: var(--jost); font-size: 2.1rem; font-weight: 800; letter-spacing: -0.01em; color: var(--eq-ink); line-height: 1; }
.eq-stat .num sup { color: var(--eq-red); font-size: 52%; top: -0.7em; font-weight: 700; }
.eq-stat .lbl { margin-top: 10px; font-family: var(--nunito); font-size: 0.92rem; color: var(--eq-muted); line-height: 1.45; }

/* --------------------------------------------------------------------------
   Showcase — capability highlights + traffic-management panel
   -------------------------------------------------------------------------- */
.eq-showcase-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr); gap: 40px; align-items: start; }
.eq-hl { display: grid; grid-template-columns: 1fr; gap: 14px; }
.eq-hl-item {
  display: flex; gap: 15px; padding: 18px 20px; border: 1px solid var(--eq-line);
  border-radius: var(--eq-radius-md); background: var(--eq-surface); box-shadow: var(--eq-shadow-rest);
  transition: transform 0.28s var(--eq-ease), box-shadow 0.28s var(--eq-ease), border-color 0.28s var(--eq-ease);
}
.eq-hl-item:hover { transform: translateY(-4px); box-shadow: var(--eq-shadow-lift); border-color: var(--eq-red-ring); }
.eq-hl-ic { flex: 0 0 auto; width: 42px; height: 42px; }
.eq-hl-ic svg { width: 19px; height: 19px; }
.eq-hl-item h3 { margin: 0; font-family: var(--jost); font-size: 1rem; font-weight: 700; color: var(--eq-ink); }
.eq-hl-item p { margin: 5px 0 0; font-family: var(--nunito); font-size: 0.88rem; line-height: 1.5; color: var(--eq-muted); }

/* Window chrome shared by the product panels */
.eq-win { border: 1px solid var(--eq-line); border-radius: var(--eq-radius-lg); background: var(--eq-surface); box-shadow: var(--eq-shadow-lift); overflow: hidden; }
.eq-win-bar { display: flex; align-items: center; gap: 10px; padding: 13px 16px; border-bottom: 1px solid var(--eq-line); background: var(--eq-surface-2); }
.eq-win-dots { display: flex; gap: 6px; flex: 0 0 auto; }
.eq-win-dots i { width: 10px; height: 10px; border-radius: 50%; display: block; }
.eq-win-dots i.r { background: #ff5f57; } .eq-win-dots i.y { background: #febc2e; } .eq-win-dots i.g { background: #28c840; }
.eq-win-title { font-family: var(--jost); font-size: 0.86rem; font-weight: 700; color: var(--eq-ink); white-space: nowrap; }
.eq-win-tag { margin-left: auto; flex: 0 0 auto; border: 1px solid var(--eq-line); background: var(--eq-surface); border-radius: 999px; padding: 3px 11px; font-family: var(--nunito); font-size: 0.7rem; color: var(--eq-muted-2); }
.eq-win-body { padding: 18px; display: flex; flex-direction: column; gap: 16px; }

/* Traffic-management panel */
.eq-alloc { border: 1px solid var(--eq-line); border-radius: var(--eq-radius-md); background: var(--eq-surface-2); padding: 16px; }
.eq-alloc-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.eq-alloc-head .t { font-family: var(--jost); font-size: 0.9rem; font-weight: 700; color: var(--eq-ink); }
.eq-alloc-head .ok { font-family: var(--nunito); font-size: 0.78rem; font-weight: 600; color: var(--eq-ok); }
.eq-alloc-row + .eq-alloc-row { margin-top: 14px; }
.eq-alloc-line { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.eq-alloc-line .nm { font-family: var(--nunito); font-size: 0.86rem; color: var(--eq-ink); }
.eq-alloc-line .nm em { font-style: normal; color: var(--eq-muted-2); font-size: 0.78rem; margin-left: 5px; }
.eq-alloc-line .pc { font-family: var(--jost); font-size: 0.86rem; font-weight: 700; color: var(--eq-ink); font-variant-numeric: tabular-nums; }
.eq-alloc-bar { height: 7px; border-radius: 999px; background: var(--eq-line-soft); overflow: hidden; margin-top: 7px; }
.eq-alloc-bar > span { display: block; height: 100%; border-radius: 999px; background: var(--eq-red); opacity: 0.85; }
.eq-metric-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.eq-metric { border: 1px solid var(--eq-line); border-radius: var(--eq-radius-sm); background: var(--eq-surface-2); padding: 13px 14px; display: flex; flex-direction: column; gap: 6px; }
.eq-metric .k { font-family: var(--nunito); font-size: 0.76rem; color: var(--eq-muted); }
.eq-metric .v { font-family: var(--jost); font-size: 1.25rem; font-weight: 800; color: var(--eq-ink); line-height: 1; font-variant-numeric: tabular-nums; }
.eq-metric .v.ok { color: var(--eq-ok); }
.eq-combo { border: 1px solid var(--eq-line); border-radius: var(--eq-radius-sm); background: var(--eq-surface-2); padding: 14px 16px; }
.eq-combo-head { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 12px; }
.eq-combo-head .lbl { font-family: var(--nunito); font-size: 0.78rem; color: var(--eq-muted); }
.eq-combo-head .nm { font-family: var(--jost); font-size: 0.84rem; font-weight: 700; color: var(--eq-ink); }
.eq-combo-seq { display: flex; flex-wrap: wrap; gap: 7px; }
.eq-combo-seq .chip { border: 1px solid var(--eq-line); background: var(--eq-surface); border-radius: 7px; padding: 4px 10px; font-family: var(--nunito); font-size: 0.74rem; color: var(--eq-ink-soft); }
.eq-combo-seq .chip.last { background: var(--eq-red-soft); border-color: transparent; color: var(--eq-red); font-weight: 600; }

/* Dashboard panel */
.eq-dash-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.eq-dash-metrics .m { border: 1px solid var(--eq-line); border-radius: var(--eq-radius-sm); background: var(--eq-surface-2); padding: 12px 14px; display: flex; flex-direction: column; gap: 6px; }
.eq-dash-metrics .m.wide { grid-column: span 2; }
.eq-dash-metrics .k { font-family: var(--nunito); font-size: 0.74rem; color: var(--eq-muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.eq-dash-metrics .v { font-family: var(--jost); font-size: 1.15rem; font-weight: 800; color: var(--eq-ink); line-height: 1; font-variant-numeric: tabular-nums; }
.eq-dash-metrics .v.ok { color: var(--eq-ok); } .eq-dash-metrics .v.bad { color: var(--eq-red); }
.eq-dash-tabs { display: flex; gap: 4px; background: var(--eq-line-soft); border-radius: 10px; padding: 4px; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; }
.eq-dash-tabs::-webkit-scrollbar { display: none; }
.eq-dash-tabs span { flex: 0 0 auto; border-radius: 8px; padding: 6px 12px; font-family: var(--nunito); font-size: 0.78rem; font-weight: 600; color: var(--eq-muted); white-space: nowrap; }
.eq-dash-tabs span.on { background: var(--eq-surface); color: var(--eq-ink); box-shadow: var(--eq-shadow-rest); }
.eq-dash-chart { border: 1px solid var(--eq-line); border-radius: var(--eq-radius-md); background: var(--eq-surface-2); padding: 16px; }
.eq-dash-chart .ch-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.eq-dash-chart .ch-head .t { font-family: var(--jost); font-size: 0.84rem; font-weight: 700; color: var(--eq-ink); }
.eq-dash-chart .ch-head .s { font-family: var(--nunito); font-size: 0.74rem; color: var(--eq-muted); white-space: nowrap; }
.eq-dash-bars { margin-top: 16px; height: 110px; display: flex; align-items: flex-end; gap: 5px; }
.eq-dash-bars span { flex: 1; border-radius: 4px 4px 0 0; background: var(--eq-line-soft); }
.eq-dash-bars span.peak { background: var(--eq-red); opacity: 0.9; }
.eq-dash-axis { margin-top: 10px; display: flex; justify-content: space-between; font-family: var(--nunito); font-size: 0.72rem; color: var(--eq-muted-2); }

/* --------------------------------------------------------------------------
   How it works — compact step strip + real architecture diagram
   -------------------------------------------------------------------------- */
.eq-flow { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; border: 1px solid var(--eq-line); border-radius: var(--eq-radius-lg); overflow: hidden; background: var(--eq-surface); box-shadow: var(--eq-shadow-rest); }
.eq-flow-step { position: relative; padding: 22px 20px; border-left: 1px solid var(--eq-line); }
.eq-flow-step:first-child { border-left: 0; }
.eq-flow-step .n { font-family: var(--jost); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; color: var(--eq-red); }
.eq-flow-head { display: flex; align-items: center; gap: 12px; margin-top: 12px; }
.eq-flow-ic { width: 38px; height: 38px; flex: 0 0 auto; }
.eq-flow-ic svg { width: 18px; height: 18px; }
.eq-flow-step h3 { margin: 0; font-family: var(--jost); font-size: 1rem; font-weight: 700; color: var(--eq-ink); }
.eq-flow-step p { margin: 12px 0 0; font-family: var(--nunito); font-size: 0.85rem; line-height: 1.5; color: var(--eq-muted); }

.eq-arch { margin-top: 24px; }
.eq-arch .eq-frame-shot { background: #0d0d10; }

.eq-channels {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 24px;
  border: 1px solid var(--eq-line); border-radius: var(--eq-radius-lg); overflow: hidden;
  background: var(--eq-surface); box-shadow: var(--eq-shadow-rest);
}
.eq-channel { padding: 26px 24px; border-left: 1px solid var(--eq-line); transition: background 0.28s var(--eq-ease); }
.eq-channel:first-child { border-left: 0; }
.eq-channel:hover { background: var(--eq-surface-2); }
.eq-channel .ch-kicker { display: block; font-family: var(--jost); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--eq-red); }
.eq-channel .ch-head { display: flex; align-items: center; gap: 12px; margin-top: 12px; }
.eq-channel .ch-ic { width: 40px; height: 40px; flex: 0 0 auto; }
.eq-channel .ch-ic svg { width: 19px; height: 19px; }
.eq-channel h3 { margin: 0; font-family: var(--jost); font-size: 1.1rem; font-weight: 700; color: var(--eq-ink); letter-spacing: -0.01em; }
.eq-channel p { margin: 14px 0 0; font-family: var(--nunito); font-size: 0.9rem; line-height: 1.55; color: var(--eq-muted); }
.eq-entry { margin-top: 5px; display: flex; flex-wrap: wrap; align-items: center; gap: 7px; }
.eq-entry .lbl { font-family: var(--mulish); font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--eq-muted-2); font-weight: 700; }
.eq-tag { border: 1px solid var(--eq-line); background: var(--eq-surface-2); border-radius: 7px; padding: 3px 9px; font-family: var(--nunito); font-size: 0.76rem; color: var(--eq-ink-soft); }

.eq-backbone { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--eq-line); border-radius: var(--eq-radius-md); background: var(--eq-surface); margin-top: 20px; overflow: hidden; box-shadow: var(--eq-shadow-rest); }
.eq-backbone .bb { padding: 20px 22px; border-left: 1px solid var(--eq-line); }
.eq-backbone .bb:first-child { border-left: 0; }
.eq-backbone .bb dt { font-family: var(--jost); font-weight: 700; font-size: 1rem; color: var(--eq-ink); }
.eq-backbone .bb dd { margin: 5px 0 0; font-family: var(--nunito); font-size: 0.84rem; line-height: 1.45; color: var(--eq-muted); }

/* --------------------------------------------------------------------------
   Feature grid
   -------------------------------------------------------------------------- */
.eq-features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.eq-feature { background: var(--eq-surface); border: 1px solid var(--eq-line); border-radius: var(--eq-radius-md); padding: 26px 24px; box-shadow: var(--eq-shadow-rest); transition: transform 0.28s var(--eq-ease), box-shadow 0.28s var(--eq-ease), border-color 0.28s var(--eq-ease); }
.eq-feature:hover { transform: translateY(-4px); box-shadow: var(--eq-shadow-lift); border-color: var(--eq-red-ring); }
.eq-feature .ic { width: 48px; height: 48px; }
.eq-feature .ic svg { width: 22px; height: 22px; }
.eq-feature h3 { margin: 18px 0 0; font-family: var(--jost); font-size: 1.05rem; font-weight: 700; color: var(--eq-ink); }
.eq-feature p { margin: 8px 0 0; font-family: var(--nunito); font-size: 0.9rem; line-height: 1.55; color: var(--eq-muted); }

/* --------------------------------------------------------------------------
   Routing — interactive tabbed showcase
   -------------------------------------------------------------------------- */
.eq-rt { display: grid; grid-template-columns: 264px minmax(0, 1fr); border: 1px solid var(--eq-line); border-radius: var(--eq-radius-lg); overflow: hidden; background: var(--eq-surface); box-shadow: var(--eq-shadow-rest); }
.eq-rt-rail { display: flex; flex-direction: column; gap: 4px; padding: 14px; border-right: 1px solid var(--eq-line); background: var(--eq-surface-2); }
.eq-rt-tab { display: flex; align-items: center; gap: 12px; width: 100%; text-align: left; border: 0; background: transparent; border-radius: 12px; padding: 11px 12px; cursor: pointer; color: var(--eq-muted); transition: background 0.2s var(--eq-ease), color 0.2s var(--eq-ease); font-family: var(--nunito); }
.eq-rt-tab:hover { background: rgba(10, 10, 11, 0.04); color: var(--eq-ink); }
.eq-rt-tab .ti { width: 18px; height: 18px; flex: 0 0 auto; color: var(--eq-muted-2); transition: color 0.2s var(--eq-ease); }
.eq-rt-tab .tl { min-width: 0; }
.eq-rt-tab .tl b { display: block; font-family: var(--jost); font-size: 0.9rem; font-weight: 700; line-height: 1.2; }
.eq-rt-tab .tl small { display: block; margin-top: 1px; font-size: 0.72rem; color: var(--eq-muted-2); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.eq-rt-tab.is-active { background: var(--eq-surface); color: var(--eq-ink); box-shadow: var(--eq-shadow-rest); }
.eq-rt-tab.is-active .ti { color: var(--eq-red); }
.eq-rt-body { position: relative; }
.eq-rt-panel { display: none; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: 32px; padding: 34px; }
.eq-rt-panel.is-active { display: grid; }
.eq-rt-panel .r-tag { font-family: var(--nunito); font-size: 0.78rem; font-weight: 600; color: var(--eq-muted-2); }
.eq-rt-panel h3 { margin: 8px 0 0; font-family: var(--jost); font-size: 1.5rem; font-weight: 700; color: var(--eq-ink); }
.eq-rt-panel .r-desc { margin: 14px 0 0; font-family: var(--nunito); font-size: 0.96rem; line-height: 1.6; color: var(--eq-muted); }
.eq-rt-when { margin: 22px 0 0; }
.eq-rt-when .lbl { font-family: var(--jost); font-size: 0.9rem; font-weight: 700; color: var(--eq-ink); }
.eq-rt-when ul { list-style: none; margin: 12px 0 0; padding: 0; display: grid; gap: 10px; }
.eq-rt-when li { position: relative; padding-left: 26px; font-family: var(--nunito); font-size: 0.9rem; line-height: 1.45; color: var(--eq-muted); }
.eq-rt-when li svg { position: absolute; left: 0; top: 2px; width: 16px; height: 16px; color: var(--eq-red); }
.eq-rt-panel .r-doc { margin-top: 24px; display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border: 1px solid var(--eq-line); border-radius: 10px; background: var(--eq-surface); font-family: var(--jost); font-weight: 600; font-size: 0.86rem; color: var(--eq-ink); text-decoration: none; transition: background 0.2s var(--eq-ease); }
.eq-rt-panel .r-doc:hover { background: var(--eq-surface-2); }
.eq-rt-panel .r-doc svg { width: 15px; height: 15px; color: var(--eq-red); }

/* Example card inside the routing panel */
.eq-ex { border: 1px solid var(--eq-line); border-radius: var(--eq-radius-md); background: var(--eq-surface-2); overflow: hidden; align-self: start; }
.eq-ex-h { display: flex; align-items: center; gap: 10px; padding: 13px 16px; border-bottom: 1px solid var(--eq-line); background: var(--eq-surface); }
.eq-ex-h .ei { width: 30px; height: 30px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 8px; background: var(--eq-red-soft); color: var(--eq-red); }
.eq-ex-h .ei svg { width: 15px; height: 15px; }
.eq-ex-h b { font-family: var(--jost); font-size: 0.86rem; font-weight: 700; color: var(--eq-ink); }
.eq-ex-h .tag { margin-left: auto; font-family: var(--nunito); font-size: 0.68rem; color: var(--eq-muted-2); border: 1px solid var(--eq-line); border-radius: 6px; padding: 2px 8px; }
.eq-ex-b { padding: 16px; display: grid; gap: 12px; }
.eq-ex-row { display: flex; align-items: center; gap: 12px; font-family: var(--nunito); font-size: 0.86rem; color: var(--eq-ink-soft); }
.eq-ex-row .rk { min-width: 92px; color: var(--eq-ink); font-weight: 600; }
.eq-ex-row .rk small { display: block; font-weight: 400; color: var(--eq-muted-2); font-size: 0.74rem; }
.eq-ex-bar { flex: 1; height: 8px; border-radius: 999px; background: var(--eq-line-soft); overflow: hidden; }
.eq-ex-bar > span { display: block; height: 100%; border-radius: 999px; background: var(--eq-red); opacity: 0.85; }
.eq-ex-row .rp { min-width: 42px; text-align: right; font-weight: 700; color: var(--eq-ink); }
.eq-chip { display: inline-flex; align-items: center; border-radius: 7px; background: var(--eq-surface); border: 1px solid var(--eq-line); padding: 3px 9px; font-family: var(--nunito); font-size: 0.76rem; color: var(--eq-ink-soft); }
.eq-ex-map { display: grid; gap: 8px; }
.eq-ex-map .mrow { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr); gap: 12px; align-items: center; }
.eq-ex-map .mk { font-family: var(--nunito); font-size: 0.84rem; color: var(--eq-ink); font-weight: 600; }
.eq-ex-map .mk small { display: block; font-weight: 400; color: var(--eq-muted-2); font-size: 0.72rem; }
.eq-ex-map .mv { display: flex; flex-wrap: wrap; gap: 6px; }
.eq-ex-seq { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.eq-ex-seq .arw { color: var(--eq-muted-2); }
.eq-ex-foot { padding: 12px 16px; border-top: 1px solid var(--eq-line); background: var(--eq-surface); font-family: var(--nunito); font-size: 0.78rem; line-height: 1.5; color: var(--eq-muted); }

/* Combinations strip below the tabs */
.eq-combos { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--eq-line); border-radius: var(--eq-radius-lg); background: var(--eq-surface); margin-top: 20px; overflow: hidden; box-shadow: var(--eq-shadow-rest); }
.eq-combos > div { padding: 32px; }
.eq-combos > div:first-child { border-right: 1px solid var(--eq-line); }
.eq-combos h3 { margin: 0; font-family: var(--jost); font-size: 1.1rem; font-weight: 700; color: var(--eq-ink); display: inline-flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.eq-combos h3 svg { width: 18px; height: 18px; color: var(--eq-muted); }
.eq-combos .soon { border-radius: 999px; background: var(--eq-line-soft); padding: 3px 10px; font-family: var(--mulish); font-size: 0.66rem; color: var(--eq-muted); text-transform: uppercase; letter-spacing: 0.06em; font-weight: 700; }
.eq-combos p { margin: 12px 0 0; font-family: var(--nunito); font-size: 0.92rem; line-height: 1.6; color: var(--eq-muted); }
.eq-combos .lbl-ex { font-family: var(--nunito); font-size: 0.74rem; color: var(--eq-muted-2); margin-top: 18px; }
.eq-seq { margin: 8px 0 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.eq-seq li { display: inline-flex; align-items: center; gap: 8px; }
.eq-seq .chip { border-radius: 8px; background: var(--eq-line-soft); padding: 5px 10px; font-family: var(--nunito); font-size: 0.78rem; font-weight: 600; color: var(--eq-ink-soft); }
.eq-seq .chip.last { background: var(--eq-red-soft); color: var(--eq-red); }
.eq-seq .arw { color: var(--eq-muted-2); }
.eq-combos .r-link { margin-top: 20px; display: inline-flex; align-items: center; gap: 7px; font-family: var(--jost); font-weight: 600; font-size: 0.88rem; color: var(--eq-red); text-decoration: none; }
.eq-combos .r-link:hover { gap: 11px; }
.eq-combos .r-link svg { width: 15px; height: 15px; }

/* --------------------------------------------------------------------------
   Observability — surfaces list + dashboard panel
   -------------------------------------------------------------------------- */
.eq-obs { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: 48px; align-items: center; }
.eq-surfaces { list-style: none; margin: 24px 0 0; padding: 0; border: 1px solid var(--eq-line); border-radius: var(--eq-radius-lg); overflow: hidden; background: var(--eq-surface); box-shadow: var(--eq-shadow-rest); }
.eq-surfaces li + li { border-top: 1px solid var(--eq-line); }
.eq-surfaces a { display: flex; gap: 16px; padding: 20px 22px; text-decoration: none; color: inherit; transition: background 0.2s var(--eq-ease); }
.eq-surfaces a:hover { background: var(--eq-surface-2); }
.eq-surfaces .ic { flex: 0 0 auto; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; background: var(--eq-surface-2); border: 1px solid var(--eq-line); color: var(--eq-ink-soft); }
.eq-surfaces .ic svg { width: 20px; height: 20px; }
.eq-surfaces .tx { min-width: 0; }
.eq-surfaces .h { display: flex; align-items: center; gap: 8px; font-family: var(--jost); font-size: 1rem; font-weight: 700; color: var(--eq-ink); }
.eq-surfaces .h svg { width: 15px; height: 15px; color: var(--eq-red); opacity: 0; transition: opacity 0.2s var(--eq-ease); }
.eq-surfaces a:hover .h svg { opacity: 1; }
.eq-surfaces .d { display: block; margin-top: 5px; font-family: var(--nunito); font-size: 0.9rem; line-height: 1.5; color: var(--eq-muted); }

/* --------------------------------------------------------------------------
   Docs cross-link cards
   -------------------------------------------------------------------------- */
.eq-docs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.eq-doc { display: flex; flex-direction: column; border: 1px solid var(--eq-line); border-radius: var(--eq-radius-md); padding: 26px; background: var(--eq-surface); text-decoration: none; color: inherit; box-shadow: var(--eq-shadow-rest); transition: transform 0.28s var(--eq-ease), box-shadow 0.28s var(--eq-ease), border-color 0.28s var(--eq-ease); }
.eq-doc:hover { transform: translateY(-4px); box-shadow: var(--eq-shadow-lift); border-color: var(--eq-red-ring); }
.eq-doc .ic { width: 48px; height: 48px; }
.eq-doc .ic svg { width: 22px; height: 22px; }
.eq-doc h3 { margin: 18px 0 0; font-family: var(--jost); font-size: 1.1rem; font-weight: 700; color: var(--eq-ink); }
.eq-doc p { margin: 8px 0 0; font-family: var(--nunito); font-size: 0.9rem; line-height: 1.55; color: var(--eq-muted); }
.eq-doc .go { margin-top: 18px; display: inline-flex; align-items: center; gap: 7px; font-family: var(--jost); font-weight: 600; font-size: 0.88rem; color: var(--eq-red); }
.eq-doc .go svg { width: 15px; height: 15px; }

/* --------------------------------------------------------------------------
   Closing CTA — mirrors the Careers dark reach-out panel
   -------------------------------------------------------------------------- */
.eq-cta-wrap { padding-block: 72px; }
.eq-cta { position: relative; overflow: hidden; border-radius: var(--eq-radius-xl); background: #0d0d10; padding: clamp(48px, 7vw, 80px) 24px; text-align: center; color: #fff; }
.eq-cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 80% at 50% 0%, rgba(247, 25, 21, 0.22) 0%, rgba(247, 25, 21, 0) 70%); pointer-events: none; }
.eq-cta > * { position: relative; z-index: 1; }
.eq-cta .pill { display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(255, 255, 255, 0.16); background: rgba(255, 255, 255, 0.05); border-radius: 999px; padding: 6px 15px; font-family: var(--mulish); font-weight: 600; font-size: 0.78rem; letter-spacing: 0.02em; color: #e6e6ea; }
.eq-cta .pill::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--eq-red-2); }
.eq-cta h2 { margin: 20px auto 0; max-width: 620px; font-family: var(--jost); font-size: clamp(1.7rem, 3.2vw, 2.5rem); font-weight: 800; line-height: 1.14; }
.eq-cta p { margin: 16px auto 0; max-width: 560px; font-family: var(--nunito); font-size: 1.05rem; line-height: 1.65; color: rgba(255, 255, 255, 0.72); }
.eq-cta-btns { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.eq-btn-ghost { display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; padding: 11px 24px; border: 1px solid rgba(255, 255, 255, 0.22); background: rgba(255, 255, 255, 0.06); color: #fff; text-decoration: none; font-family: var(--mulish); font-weight: 600; font-size: 1rem; transition: background 0.25s var(--eq-ease); }
.eq-btn-ghost:hover { background: rgba(255, 255, 255, 0.12); color: #fff; }
.eq-btn-ghost svg { width: 16px; height: 16px; }
.eq-cta-assure { margin: 40px auto 0; max-width: 760px; padding-top: 26px; border-top: 1px solid rgba(255, 255, 255, 0.1); display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 32px; font-family: var(--nunito); font-size: 0.94rem; color: rgba(255, 255, 255, 0.72); }
.eq-cta-assure span { display: inline-flex; align-items: center; gap: 8px; }
.eq-cta-assure svg { width: 16px; height: 16px; color: var(--eq-red-2); }

/* --------------------------------------------------------------------------
   Typography alignment — match the site-wide scale (common.css / cs.css)
   --------------------------------------------------------------------------
   The families were already Jost + Nunito, but this page ran a smaller,
   tighter scale (33px titles with -0.01em tracking, 16px card headings,
   14px muted copy, 11–12px chips) than every other page (48px titles, no
   tracking, #000 headings, 16px #454545 copy). That mismatch read as a
   different typeface. These rules bring the page back onto the shared
   scale: no negative tracking anywhere, black headings, site body colour,
   and a 0.8rem floor for the smallest UI text.
   -------------------------------------------------------------------------- */
:root {
  --eq-ink: #000000;
  --eq-muted: #454545;
  --eq-muted-2: #6f737c;
}

/* Hero: same size/colour as the other product banners */
.pgheader h2.headerTxtBig { font-size: 250%; line-height: 1.15; }
.pgheader p.headerTxt { color: #454545; }

/* Section heads */
.eq-head, .eq-head.center { margin-bottom: 48px; }
.eq-eyebrow { font-size: 0.9rem; letter-spacing: 0.06em; margin-bottom: 14px; }
.eq-title { font-size: clamp(2rem, 3.6vw, 2.9rem); line-height: 1.2; letter-spacing: normal; color: #000; }
.eq-lede { font-size: 1.12rem; line-height: 1.6; color: #454545; }

/* Card / item headings: one consistent 1.2rem Jost heading, black */
.eq-hl-item h3, .eq-flow-step h3, .eq-channel h3, .eq-feature h3, .eq-doc h3,
.eq-surfaces .h, .eq-backbone .bb dt, .eq-combos h3, .eq-rt-when .lbl {
  font-size: 1.2rem; letter-spacing: normal; color: #000; line-height: 1.25;
}
.eq-win-title, .eq-alloc-head .t, .eq-dash-chart .ch-head .t, .eq-ex-h b, .eq-rt-tab .tl b { font-size: 1rem; color: #000; }
.eq-rt-panel h3 { font-size: 1.75rem; letter-spacing: normal; color: #000; }
.eq-feature h3 { margin-top: 20px; }

/* Card / item copy: site body size and colour */
.eq-hl-item p, .eq-flow-step p, .eq-channel p, .eq-feature p, .eq-doc p,
.eq-surfaces .d, .eq-backbone .bb dd, .eq-combos p, .eq-rt-when li,
.eq-ex-foot, .eq-ex-row, .eq-alloc-line .nm {
  font-size: 1rem; line-height: 1.55; color: #454545;
}
.eq-rt-panel .r-desc { font-size: 1.05rem; color: #454545; }
.eq-stat .lbl { font-size: 1rem; color: #454545; }
.eq-cap { font-size: 0.95rem; color: #6f737c; }

/* Small UI text: never below 0.8rem, calmer tracking on kickers */
.eq-flow-step .n, .eq-channel .ch-kicker, .eq-entry .lbl, .eq-combos .soon { font-size: 0.8rem; letter-spacing: 0.06em; }
.eq-win-tag, .eq-ex-h .tag, .eq-dash-axis, .eq-frame-url, .eq-rt-tab .tl small, .eq-rt-panel .r-tag,
.eq-alloc-head .ok, .eq-dash-chart .ch-head .s, .eq-ex-row .rk small, .eq-ex-map .mk small { font-size: 0.82rem; }
.eq-metric .k, .eq-dash-metrics .k, .eq-combo-head .lbl, .eq-combos .lbl-ex { font-size: 0.85rem; }
.eq-seq .chip, .eq-combo-seq .chip, .eq-chip, .eq-tag { font-size: 0.85rem; padding: 5px 11px; }
.eq-dash-tabs span { font-size: 0.86rem; }

/* Numbers */
.eq-stat .num { font-size: 2.5rem; letter-spacing: normal; font-weight: 700; color: #000; }
.eq-metric .v, .eq-dash-metrics .v { letter-spacing: normal; color: #000; }
.eq-alloc-line .pc { color: #000; }

/* Links */
.eq-rt-panel .r-doc, .eq-combos .r-link, .eq-doc .go { font-size: 0.95rem; }

/* Closing CTA */
.eq-cta h2 { font-size: clamp(2rem, 3.6vw, 2.9rem); font-weight: 700; letter-spacing: normal; line-height: 1.2; }
.eq-cta p { font-size: 1.12rem; }
.eq-cta .pill { font-size: 0.85rem; }

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 1199.98px) {
  .eq-features { grid-template-columns: repeat(2, 1fr); }
  .eq-flow { grid-template-columns: repeat(1, 1fr); }
  .eq-flow-step { border-left: 0; border-top: 1px solid var(--eq-line); }
  .eq-flow-step:first-child { border-top: 0; }
  .eq-backbone { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 991.98px) {
  /* Banner: this page doesn't load media-cs.css, so bring the hero back
     into flow here (otherwise .pgheader is absolute and main collapses). */
  main.bannerBg { height: max-content; min-height: auto; }
  /* Drop the phone illustration on mobile so it never collides with the
     hero text or CTA buttons (matches the other pages' mobile banner). */
  .roundedarea { border-radius: 0; background-image: none; }
  .pgheader { position: static; transform: none; margin-top: 92px; width: 100%; padding: 0 24px 48px; }
  .pgheader h2.headerTxtBig { width: 100%; text-align: center; font-size: 230%; }
  .pgheader p.headerTxt { width: 100%; text-align: center; font-size: 118%; }
  .eq-hero-cta { justify-content: center; }

  .eq-showcase-grid { grid-template-columns: 1fr; gap: 32px; }
  .eq-obs { grid-template-columns: 1fr; gap: 32px; }
  .eq-rt { grid-template-columns: 1fr; }
  /* Rail becomes a clean vertical list above the panel — every strategy
     visible, no horizontal scroll, no stray scrollbar. */
  .eq-rt-rail { flex-direction: column; gap: 4px; padding: 12px; border-right: 0; border-bottom: 1px solid var(--eq-line); }
  .eq-rt-tab { flex: 0 0 auto; width: 100%; }
  .eq-rt-tab .tl small { display: none; }
  .eq-rt-panel { grid-template-columns: 1fr; gap: 24px; padding: 26px 22px; }
  .eq-docs { grid-template-columns: 1fr; }
  .eq-stats { grid-template-columns: repeat(2, 1fr); }
  .eq-stat:nth-child(odd) { border-left: 0; }
  .eq-stat:nth-child(n+3) { border-top: 1px solid var(--eq-line); }
}
@media (max-width: 767.98px) {
  .eq-section { padding-block: 52px; }
  /* Minimal hero buttons on phones — compact, side by side, no circular
     icon badge or heavy glow (that badge is what made them feel bulky). */
  .eq-hero-cta { gap: 12px; }
  .eq-hero-cta .ctaBtn { min-height: 46px; padding: 12px 22px; font-size: 15px; font-weight: 700; margin-right: 0; }
  .eq-hero-cta .ctaBtn span { display: none; }
  .eq-hero-cta .ctaBtn.normalBtn { box-shadow: 0 6px 16px rgba(247, 25, 21, 0.20); }
  .eq-features { grid-template-columns: 1fr; }
  .eq-channels, .eq-combos, .eq-backbone { grid-template-columns: 1fr; }
  .eq-dash-metrics { grid-template-columns: repeat(2, 1fr); }
  .eq-dash-metrics .m.wide { grid-column: span 2; }
  .eq-combos > div:first-child { border-right: 0; border-bottom: 1px solid var(--eq-line); }
  .eq-backbone .bb { border-left: 0; border-top: 1px solid var(--eq-line); }
  .eq-backbone .bb:first-child { border-top: 0; }
  .eq-channel { border-left: 0; border-top: 1px solid var(--eq-line); }
  .eq-channel:first-child { border-top: 0; }
  .eq-ex-map .mrow { grid-template-columns: 1fr; gap: 4px; }
  .eq-stats { grid-template-columns: 1fr; }
  .eq-stat { border-left: 0; border-top: 1px solid var(--eq-line); }
  .eq-stat:first-child { border-top: 0; }
  .eq-frame-url { max-width: 72%; }
}
