/* ============================================================================
   ENTITY & GOVERNANCE MANAGEMENT — page stylesheet (namespace: egm-)
   /corporate-legal-case-management-software/entity-and-governance-management/

   Modern hybrid rebuild: narrative short scroll + tabbed capability deck.
   Loads after: beveron-common.css, product-page.css, product-page-slc-clm.css,
   slc-vertical.css. Shared classes used AS-IS and never restyled here:
   .wrap .sec-pad .section-alt-bg .sec-heading .badge-label .body-text
   .pricing-* .slcv-final .form-card .f-row .f-field .bk-dd-* .reveal
   .blog-insights .why-grid/.why-card .tab-nav/.tab-btn/.tab-panel
   .tab-cards-grid/.tab-card .faq-item/.faq-answer/.faq-chevron
   Markup contract: a <div class="bv-page"> wraps ONLY the page content;
   nav, footer, insights and the WhatsApp float live outside it.
   Typography: Inter from beveron-common.css. JetBrains Mono for UI chrome only.
   Accents: brand blue #0084c8 (sole hero accent), amber = due/deadline,
   emerald = approved/done. Breakpoints: 1024 / 768 / 520.
   ============================================================================ */

.bv-page {
  --egm-blue: #0084c8;
  --egm-blue-dark: #006ba3;
  --egm-blue-soft: #e3f2fb;
  --egm-blue-ink: #0f5e8c;
  --egm-navy: #0b1f33;
  --egm-navy-2: #102941;
  --egm-navy-3: #16344f;
  --egm-ink: #17293c;
  --egm-ink-2: #46586c;
  --egm-ink-3: #64748b;
  --egm-line: #e2e8f0;
  --egm-line-2: #d3dce6;
  --egm-ground: #f7fafc;
  --egm-card: #ffffff;
  --egm-amber: #b45309;
  --egm-amber-ink: #92400e;
  --egm-amber-soft: #fef3c7;
  --egm-green: #059669;
  --egm-green-ink: #065f46;
  --egm-green-soft: #d1fae5;
  --egm-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --egm-shadow-sm: 0 1px 2px rgba(11, 31, 51, 0.05), 0 4px 14px rgba(11, 31, 51, 0.06);
  --egm-shadow-md: 0 2px 6px rgba(11, 31, 51, 0.06), 0 14px 34px rgba(11, 31, 51, 0.1);
  --egm-shadow-lg: 0 8px 20px rgba(11, 31, 51, 0.1), 0 28px 60px rgba(11, 31, 51, 0.16);
}

/* ---------------------------------------------------------------------------
   0. Layout primitives + type
   --------------------------------------------------------------------------- */
.bv-page .egm-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

/* one vertical rhythm for every section, matching the shared .sec-pad scale */
.bv-page .egm-define,
.bv-page .egm-record-sec,
.bv-page .egm-split,
.bv-page .egm-flow,
.bv-page .egm-watch,
.bv-page .egm-cover,
.bv-page .egm-platform,
.bv-page .egm-faq {
  padding: clamp(52px, 7vw, 84px) 0;
}
/* the tab deck carries .sec-pad for its gutters; align its rhythm too */
.bv-page .egm-tabs.sec-pad {
  padding-top: clamp(52px, 7vw, 84px);
  padding-bottom: clamp(52px, 7vw, 84px);
}

/* smooth in-page scrolling (shared css does not provide it) */
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}
/* anchor targets clear the fixed nav */
.bv-page .egm-record-sec,
.bv-page .egm-flow,
.bv-page .egm-auto,
.bv-page .egm-tabs,
.bv-page .egm-anchor {
  scroll-margin-top: 100px;
}

.bv-page .egm-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--egm-blue-dark);
  background: var(--egm-blue-soft);
  border: 1px solid rgba(0, 132, 200, 0.22);
  border-radius: 999px;
  padding: 7px 14px;
  margin-bottom: 16px;
}
.bv-page .egm-eyebrow i { font-size: 0.72rem; }
.bv-page .egm-eyebrow--onDark {
  color: #9fd6f3;
  background: rgba(0, 132, 200, 0.16);
  border-color: rgba(0, 132, 200, 0.4);
}

.bv-page .egm-h2 {
  font-size: clamp(1.55rem, 1.1rem + 1.8vw, 2.25rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: var(--egm-ink);
  margin: 0 0 14px;
}
.bv-page .egm-h2--onDark { color: #f1f7fc; }

.bv-page .egm-h3 {
  font-size: 1.06rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--egm-ink);
  margin: 0 0 8px;
}

.bv-page .egm-lead {
  font-size: 1.02rem;
  line-height: 1.72;
  color: var(--egm-ink-2);
  max-width: 74ch;
  margin: 0;
}
.bv-page .egm-lead--onDark { color: #b9cadb; }

.bv-page .egm-body {
  font-size: 0.97rem;
  line-height: 1.75;
  color: var(--egm-ink-2);
  margin: 0 0 16px;
}
.bv-page .egm-body strong { color: var(--egm-ink); font-weight: 700; }

.bv-page .egm-sec-head { max-width: 720px; margin-bottom: 40px; }
.bv-page .egm-sec-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.bv-page .egm-sec-head--center .egm-lead { margin-left: auto; margin-right: auto; }

.bv-page .egm-textlink {
  color: var(--egm-blue-dark);
  font-weight: 600;
  text-decoration: none;
}
.bv-page .egm-textlink:hover { text-decoration: underline; color: var(--egm-blue); }

/* Buttons */
.bv-page .egm-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: 12px;
  padding: 14px 26px;
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.bv-page .egm-btn--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--egm-blue) 0%, var(--egm-blue-dark) 100%);
  box-shadow: 0 8px 22px rgba(0, 132, 200, 0.32);
}
.bv-page .egm-btn--primary:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 132, 200, 0.42);
}
.bv-page .egm-btn-sheen {
  position: absolute;
  top: 0;
  left: -80%;
  width: 55%;
  height: 100%;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  transform: skewX(-20deg);
  animation: egmSheen 4.6s ease-in-out infinite;
  pointer-events: none;
}
@keyframes egmSheen {
  0%, 55% { left: -80%; }
  75%, 100% { left: 130%; }
}
.bv-page .egm-btn--outline {
  color: var(--egm-ink);
  background: #fff;
  border: 1.5px solid var(--egm-line-2);
}
.bv-page .egm-btn--outline:hover {
  color: var(--egm-blue-dark);
  border-color: var(--egm-blue);
  transform: translateY(-2px);
  box-shadow: var(--egm-shadow-sm);
}

/* Status chips (amber = due, emerald = approved, blue = neutral activity) */
.bv-page .egm-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--egm-blue-ink);
  background: var(--egm-blue-soft);
  border: 1px solid rgba(0, 132, 200, 0.2);
  border-radius: 999px;
  padding: 4px 11px;
}
.bv-page .egm-chip i { font-size: 0.68rem; }
.bv-page .egm-chip--green {
  color: var(--egm-green-ink);
  background: var(--egm-green-soft);
  border-color: rgba(5, 150, 105, 0.25);
}
.bv-page .egm-chip--amber {
  color: var(--egm-amber-ink);
  background: var(--egm-amber-soft);
  border-color: rgba(180, 83, 9, 0.25);
}

/* Reveal stagger for card grids (rides on shared .reveal -> .visible) */
.bv-page .reveal.egm-stagger > * {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.bv-page .reveal.egm-stagger.visible > * { opacity: 1; transform: none; }
.bv-page .reveal.egm-stagger.visible > *:nth-child(1) { transition-delay: 0.05s; }
.bv-page .reveal.egm-stagger.visible > *:nth-child(2) { transition-delay: 0.13s; }
.bv-page .reveal.egm-stagger.visible > *:nth-child(3) { transition-delay: 0.21s; }
.bv-page .reveal.egm-stagger.visible > *:nth-child(4) { transition-delay: 0.29s; }
.bv-page .reveal.egm-stagger.visible > *:nth-child(5) { transition-delay: 0.37s; }
.bv-page .reveal.egm-stagger.visible > *:nth-child(6) { transition-delay: 0.45s; }
.bv-page .reveal.egm-stagger.visible > *:nth-child(7) { transition-delay: 0.53s; }
.bv-page .reveal.egm-stagger.visible > *:nth-child(8) { transition-delay: 0.61s; }
.bv-page .reveal.egm-stagger.visible > *:nth-child(9) { transition-delay: 0.69s; }
.bv-page .reveal.egm-stagger.visible > *:nth-child(10) { transition-delay: 0.77s; }
.bv-page .reveal.egm-stagger.visible > *:nth-child(11) { transition-delay: 0.85s; }

/* ---------------------------------------------------------------------------
   1. HERO — light ground, layered product-UI scene (newest hero pattern)
   --------------------------------------------------------------------------- */
.bv-page .egm-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  max-height: 90vh;
  background:
    radial-gradient(1100px 520px at 85% -10%, rgba(0, 132, 200, 0.09), transparent 60%),
    radial-gradient(900px 480px at -10% 110%, rgba(0, 132, 200, 0.06), transparent 55%),
    linear-gradient(180deg, #fbfdfe 0%, var(--egm-ground) 100%);
  padding: 96px 0 48px;
}
.bv-page .egm-hero > .egm-wrap { width: 100%; }
/* short desktop viewports: release the 90vh cap rather than clip content */
@media (max-height: 700px) {
  .bv-page .egm-hero { max-height: none; }
}

.bv-page .egm-hero-atmo { position: absolute; inset: 0; pointer-events: none; }
.bv-page .egm-atmo-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.55;
}
.bv-page .egm-atmo-glow--1 {
  width: 460px; height: 460px;
  top: -140px; right: -80px;
  background: radial-gradient(circle, rgba(0, 132, 200, 0.18), transparent 65%);
}
.bv-page .egm-atmo-glow--2 {
  width: 420px; height: 420px;
  bottom: -180px; left: -120px;
  background: radial-gradient(circle, rgba(0, 132, 200, 0.1), transparent 65%);
}

.bv-page .egm-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 56px;
  align-items: center;
}

/* Breadcrumb (.hbc is only styled under .hero-v5/.hero-v8 upstream) */
.bv-page .egm-hero .hbc {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  font-size: 0.78rem;
  margin-bottom: 22px;
  color: var(--egm-ink-3);
}
.bv-page .egm-hero .hbc a { color: var(--egm-ink-3); text-decoration: none; transition: color 0.2s ease; }
.bv-page .egm-hero .hbc a:hover { color: var(--egm-blue-dark); }
.bv-page .egm-hero .hbc .sp { color: #b8c4d2; font-size: 0.5rem; display: inline-flex; }
.bv-page .egm-hero .hbc .cur { color: var(--egm-ink); font-weight: 600; }

.bv-page .egm-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--egm-blue-dark);
  margin: 0 0 18px;
}
.bv-page .egm-kicker-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--egm-blue);
  box-shadow: 0 0 0 0 rgba(0, 132, 200, 0.45);
  animation: egmPulse 2.4s ease-out infinite;
}
@keyframes egmPulse {
  0% { box-shadow: 0 0 0 0 rgba(0, 132, 200, 0.45); }
  70% { box-shadow: 0 0 0 9px rgba(0, 132, 200, 0); }
  100% { box-shadow: 0 0 0 0 rgba(0, 132, 200, 0); }
}

/* Display headline (a styled <p>; the SEO phrase below it is the real h1) */
.bv-page .egm-h1 {
  font-size: clamp(1.9rem, 1.25rem + 2.6vw, 2.85rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--egm-ink);
  margin: 0 0 11px;
}
.bv-page .egm-h1-w {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.5em);
  animation: egmWordIn 0.65s cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
  animation-delay: calc(0.12s + var(--w) * 0.09s);
}
@keyframes egmWordIn { to { opacity: 1; transform: none; } }
.bv-page .egm-h1-hl { color: var(--egm-blue); }
/* The h1: same rendering the sub-line had inside the old h1 (element
   defaults fully reset so <h1> renders identically to the former span) */
.bv-page .egm-h1-sub {
  display: block;
  font-family: inherit;
  font-size: clamp(0.88rem, 0.78rem + 0.4vw, 1.02rem);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: -0.01em;
  color: var(--egm-ink-2);
  margin: 0 0 16px;
  padding: 0;
}

.bv-page .egm-hero-lead {
  font-size: 0.99rem;
  line-height: 1.68;
  color: var(--egm-ink-2);
  max-width: 56ch;
  margin: 0 0 22px;
}
.bv-page .egm-hero-lead strong { color: var(--egm-ink); }

.bv-page .egm-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 22px;
}

.bv-page .egm-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  list-style: none;
  margin: 0;
  padding: 14px 0 0;
  border-top: 1px solid var(--egm-line);
}
.bv-page .egm-hero-proof li {
  font-size: 0.85rem;
  color: var(--egm-ink-3);
}
.bv-page .egm-hero-proof strong {
  display: block;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--egm-ink);
  letter-spacing: -0.02em;
}

/* Hero stage + floating status chips */
.bv-page .egm-hero-stage { position: relative; z-index: 1; }
.bv-page .egm-float-chip {
  position: absolute;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--egm-mono);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  border-radius: 999px;
  padding: 7px 13px;
  box-shadow: var(--egm-shadow-md);
  animation: egmFloat 7s ease-in-out infinite;
}
.bv-page .egm-float-chip--a {
  top: -14px; left: 26px;
  color: var(--egm-amber-ink);
  background: var(--egm-amber-soft);
  border: 1px solid rgba(180, 83, 9, 0.3);
}
.bv-page .egm-float-chip--c {
  bottom: 88px; right: -18px;
  color: var(--egm-green-ink);
  background: var(--egm-green-soft);
  border: 1px solid rgba(5, 150, 105, 0.3);
  animation-delay: 3.1s;
}
@keyframes egmFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}

/* The layered scene: dashboard card + structure card + approval card */
.bv-page .egm-scene { position: relative; padding: 24px 26px 40px 4px; }
.bv-page .egm-scene-back {
  position: absolute;
  inset: 40px -12px 8px 30px;
  background: linear-gradient(160deg, rgba(0, 132, 200, 0.14), rgba(11, 31, 51, 0.06));
  border: 1px solid rgba(0, 132, 200, 0.18);
  border-radius: 20px;
  transform: rotate(2.4deg);
}
.bv-page .egm-dash {
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, #ffffff, #fbfdff);
  border: 1px solid var(--egm-line);
  border-radius: 16px;
  box-shadow: var(--egm-shadow-lg);
  overflow: hidden;
}
.bv-page .egm-dash-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  background: var(--egm-navy);
}
.bv-page .egm-dash-dots { display: inline-flex; gap: 5px; }
.bv-page .egm-dash-dots i {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
}
.bv-page .egm-dash-title {
  flex: 1;
  font-family: var(--egm-mono);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: #cfe3f2;
}
.bv-page .egm-avatars { display: inline-flex; }
.bv-page .egm-avatars b {
  width: 26px; height: 26px;
  margin-left: -7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid var(--egm-navy);
  background: var(--egm-blue);
  color: #fff;
  font-size: 0.55rem;
  font-weight: 700;
}
.bv-page .egm-avatars b:first-child { margin-left: 0; }
.bv-page .egm-avatars b:nth-child(2) { background: var(--egm-green); }
.bv-page .egm-avatars b:nth-child(3) { background: var(--egm-navy-3); }

.bv-page .egm-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 16px 18px 4px;
}
.bv-page .egm-kpi {
  background: #fff;
  border: 1px solid var(--egm-line);
  border-left: 3px solid var(--egm-blue);
  border-radius: 10px;
  padding: 9px 12px;
  min-width: 0;
}
.bv-page .egm-kpi--amber { border-left-color: var(--egm-amber); }
.bv-page .egm-kpi--green { border-left-color: var(--egm-green); }
.bv-page .egm-kpi b {
  display: block;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--egm-ink);
  letter-spacing: -0.02em;
}
.bv-page .egm-kpi em {
  display: block;
  font-style: normal;
  font-size: 0.62rem;
  font-weight: 600;
  color: var(--egm-ink-3);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bv-page .egm-bars {
  display: flex;
  align-items: flex-end;
  gap: 9px;
  height: 72px;
  padding: 12px 18px 0;
}
.bv-page .egm-bars i {
  flex: 1;
  height: var(--h);
  border-radius: 6px 6px 0 0;
  background: linear-gradient(180deg, rgba(0, 132, 200, 0.85), rgba(0, 132, 200, 0.45));
  transform-origin: bottom;
  animation: egmBarGrow 0.9s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}
.bv-page .egm-bars i:nth-child(2n) { opacity: 0.75; }
.bv-page .egm-bars i:nth-child(2) { animation-delay: 0.08s; }
.bv-page .egm-bars i:nth-child(3) { animation-delay: 0.16s; }
.bv-page .egm-bars i:nth-child(4) { animation-delay: 0.24s; }
.bv-page .egm-bars i:nth-child(5) { animation-delay: 0.32s; }
.bv-page .egm-bars i:nth-child(6) { animation-delay: 0.4s; }
.bv-page .egm-bars i:nth-child(7) { animation-delay: 0.48s; }
@keyframes egmBarGrow { from { transform: scaleY(0); } to { transform: scaleY(1); } }

.bv-page .egm-dash-rows {
  display: grid;
  gap: 8px;
  padding: 12px 18px 18px;
  border-top: 1px solid var(--egm-line);
  margin-top: 12px;
}
.bv-page .egm-dash-row {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--egm-ground);
  border: 1px solid var(--egm-line);
  border-radius: 9px;
  padding: 8px 12px;
  font-size: 0.74rem;
  font-weight: 600;
  color: var(--egm-ink);
}
.bv-page .egm-dash-row > i { color: var(--egm-blue-dark); font-size: 0.72rem; }
.bv-page .egm-dash-row > span {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bv-page .egm-tag {
  font-family: var(--egm-mono);
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  border-radius: 999px;
  padding: 3px 9px;
}
.bv-page .egm-tag--blue {
  color: var(--egm-blue-ink);
  background: var(--egm-blue-soft);
  border: 1px solid rgba(0, 132, 200, 0.28);
}
.bv-page .egm-tag--amber {
  color: var(--egm-amber-ink);
  background: var(--egm-amber-soft);
  border: 1px solid rgba(180, 83, 9, 0.3);
}

/* overlapping structure card (top right) */
.bv-page .egm-card-tree {
  position: absolute;
  top: -8px; right: -14px;
  z-index: 3;
  width: 205px;
  background: #fff;
  border: 1px solid var(--egm-line);
  border-radius: 14px;
  box-shadow: var(--egm-shadow-md);
  padding: 13px 15px 15px;
  transform: rotate(2deg);
  animation: egmFloat 9s ease-in-out infinite;
  animation-delay: 1.2s;
}
.bv-page .egm-ct-title {
  display: block;
  font-family: var(--egm-mono);
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--egm-ink-3);
  margin-bottom: 9px;
}
.bv-page .egm-ct-root {
  display: block;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--egm-blue-ink);
  background: var(--egm-blue-soft);
  border: 1px solid rgba(0, 132, 200, 0.3);
  border-radius: 8px;
  padding: 6px 8px;
}
.bv-page .egm-ct-trunk {
  display: block;
  width: 1.5px;
  height: 10px;
  margin: 0 auto;
  background: var(--egm-line-2);
}
.bv-page .egm-ct-kids {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  padding-top: 8px;
}
.bv-page .egm-ct-kid {
  position: relative;
  text-align: center;
  font-size: 0.58rem;
  font-weight: 600;
  color: var(--egm-ink-2);
  background: var(--egm-ground);
  border: 1px solid var(--egm-line);
  border-radius: 7px;
  padding: 11px 3px 6px;
}
.bv-page .egm-ct-kid b {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--egm-mono);
  font-size: 0.48rem;
  font-weight: 600;
  color: var(--egm-blue-ink);
  background: var(--egm-blue-soft);
  border: 1px solid rgba(0, 132, 200, 0.28);
  border-radius: 999px;
  padding: 1px 5px;
  white-space: nowrap;
}

/* overlapping approval card (bottom left) */
.bv-page .egm-card-appr {
  position: absolute;
  bottom: 2px; left: -18px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 13px;
  background: #fff;
  border: 1px solid var(--egm-line);
  border-radius: 13px;
  box-shadow: var(--egm-shadow-md);
  padding: 12px 15px;
  transform: rotate(-1.6deg);
  animation: egmFloat 8s ease-in-out infinite;
  animation-delay: 2.2s;
}
.bv-page .egm-ca-title {
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--egm-ink);
  white-space: nowrap;
}
.bv-page .egm-ca-title i { color: var(--egm-blue-dark); margin-right: 4px; }
.bv-page .egm-ca-steps { display: inline-flex; align-items: center; }
.bv-page .egm-ca-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--egm-line-2);
}
.bv-page .egm-ca-dot.is-done { background: var(--egm-green); }
.bv-page .egm-ca-dot.is-live {
  background: var(--egm-blue);
  animation: egmPulse 2.2s ease-out infinite;
}
.bv-page .egm-ca-line { width: 16px; height: 2px; background: var(--egm-line-2); }
.bv-page .egm-ca-status {
  position: relative;
  display: inline-flex;
  font-family: var(--egm-mono);
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.bv-page .egm-ca-status span { padding: 4px 10px; border-radius: 999px; }
.bv-page .egm-ca-status span:first-child {
  color: var(--egm-amber-ink);
  background: var(--egm-amber-soft);
  border: 1px solid rgba(180, 83, 9, 0.3);
  animation: egmStatusA 12s ease infinite;
}
.bv-page .egm-ca-status span:last-child {
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--egm-green-ink);
  background: var(--egm-green-soft);
  border: 1px solid rgba(5, 150, 105, 0.35);
  opacity: 0;
  animation: egmStatusB 12s ease infinite;
}
@keyframes egmStatusA {
  0%, 68% { opacity: 1; }
  74%, 92% { opacity: 0; }
  97%, 100% { opacity: 1; }
}
@keyframes egmStatusB {
  0%, 68% { opacity: 0; }
  74%, 92% { opacity: 1; }
  97%, 100% { opacity: 0; }
}

/* generic mono status label (used by the watchlist artefact) */
.bv-page .egm-record-stage {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--egm-mono);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--egm-blue-ink);
}
.bv-page .egm-stage-pip {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--egm-blue);
  animation: egmPulse 2.2s ease-out infinite;
}

/* ---------------------------------------------------------------------------
   2. DEFINE — pull-quote + bold-lead paragraphs
   --------------------------------------------------------------------------- */
.bv-page .egm-define-grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: 52px;
  align-items: start;
}
.bv-page .egm-define-quote {
  position: relative;
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--egm-ink);
  margin: 0;
}
.bv-page .egm-define-quote strong { color: var(--egm-blue-dark); }
.bv-page .egm-define-right .egm-body:last-child { margin-bottom: 0; }

/* ---------------------------------------------------------------------------
   3. THE ENTITY RECORD — eleven record cards (4 + 4 + 3, always balanced)
   --------------------------------------------------------------------------- */
.bv-page .egm-record-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
}
.bv-page .egm-rec-card {
  position: relative;
  grid-column: span 3;
  background: #fff;
  border: 1px solid var(--egm-line);
  border-radius: 14px;
  padding: 20px 18px 18px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.bv-page .egm-rec-card:nth-child(n+9) { grid-column: span 4; }
.bv-page .egm-rec-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 132, 200, 0.45);
  box-shadow: var(--egm-shadow-md);
}
.bv-page .egm-rec-idx {
  position: absolute;
  top: 14px;
  right: 14px;
  font-family: var(--egm-mono);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--egm-ink-3);
}
.bv-page .egm-rec-ic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  border-radius: 11px;
  background: var(--egm-blue-soft);
  color: var(--egm-blue-dark);
  font-size: 1rem;
  margin-bottom: 12px;
}
.bv-page .egm-rec-card h3 {
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--egm-ink);
  margin: 0 0 6px;
}
.bv-page .egm-rec-card p {
  font-size: 0.8rem;
  line-height: 1.6;
  color: var(--egm-ink-2);
  margin: 0;
}

/* ---------------------------------------------------------------------------
   4. SPLIT sections + image slots + designed pending states
   --------------------------------------------------------------------------- */
.bv-page .egm-split-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 52px;
  align-items: center;
}
.bv-page .egm-ticks {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  gap: 14px;
}
.bv-page .egm-ticks li {
  display: flex;
  gap: 12px;
  font-size: 0.93rem;
  line-height: 1.65;
  color: var(--egm-ink-2);
}
.bv-page .egm-ticks li i {
  color: var(--egm-green);
  font-size: 1rem;
  margin-top: 3px;
  flex: none;
}
.bv-page .egm-ticks strong { color: var(--egm-ink); }

.bv-page .egm-img-slot {
  position: relative;
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--egm-line);
  background: #fff;
  box-shadow: var(--egm-shadow-md);
}
.bv-page .egm-img-slot img {
  display: block;
  width: 100%;
  height: auto;
}
.bv-page .egm-img-cap {
  display: block;
  font-size: 0.76rem;
  color: var(--egm-ink-3);
  padding: 10px 16px;
  border-top: 1px solid var(--egm-line);
  background: var(--egm-ground);
}

/* Designed pending state: the placeholder frame shows only when the
   figure carries .egm-is-pending (set by JS when the image 404s). */
.bv-page .egm-ph { display: none; }
.bv-page .egm-is-pending img { display: none; }
.bv-page .egm-is-pending .egm-ph {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 250px;
  padding: 30px 22px;
  text-align: center;
  background:
    repeating-linear-gradient(-45deg, rgba(0, 132, 200, 0.03) 0 14px, transparent 14px 28px),
    linear-gradient(180deg, #fbfdfe, var(--egm-ground));
}
.bv-page .egm-ph-badge {
  font-family: var(--egm-mono);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--egm-blue-ink);
  background: var(--egm-blue-soft);
  border: 1px solid rgba(0, 132, 200, 0.28);
  border-radius: 999px;
  padding: 4px 11px;
}
.bv-page .egm-ph-ic { font-size: 1.7rem; color: rgba(0, 132, 200, 0.5); }
.bv-page .egm-ph-t { font-size: 0.92rem; font-weight: 700; color: var(--egm-ink); }
.bv-page .egm-ph-f {
  font-family: var(--egm-mono);
  font-size: 0.62rem;
  color: var(--egm-ink-3);
  word-break: break-all;
}

/* ---------------------------------------------------------------------------
   5. BOARD & COMMITTEE LIFECYCLE — true serpentine rail.
   Flow: 01 → 02 across row one, drop, 04 ← 03 back across row two,
   drop, 05 → 06 across row three, then 07 closes full-width.
   --------------------------------------------------------------------------- */
.bv-page .egm-rail {
  list-style: none;
  margin: 0 auto;
  padding: 16px 0 4px;
  position: relative;
  max-width: 1040px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 64px;
}
.bv-page .egm-step { position: relative; }
.bv-page .egm-step:nth-child(1) { grid-area: 1 / 1; }
.bv-page .egm-step:nth-child(2) { grid-area: 1 / 2; }
.bv-page .egm-step:nth-child(3) { grid-area: 2 / 2; }
.bv-page .egm-step:nth-child(4) { grid-area: 2 / 1; }
.bv-page .egm-step:nth-child(5) { grid-area: 3 / 1; }
.bv-page .egm-step:nth-child(6) { grid-area: 3 / 2; }
.bv-page .egm-step:nth-child(7) { grid-area: 4 / 1 / 5 / 3; }
/* the S-path: horizontal links across each row… */
.bv-page .egm-step:nth-child(1)::after,
.bv-page .egm-step:nth-child(4)::after,
.bv-page .egm-step:nth-child(5)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -64px;
  width: 64px;
  border-top: 2px dashed rgba(0, 132, 200, 0.35);
}
/* …and vertical drops alternating right, left, right */
.bv-page .egm-step:nth-child(2)::before,
.bv-page .egm-step:nth-child(4)::before,
.bv-page .egm-step:nth-child(6)::before {
  content: "";
  position: absolute;
  bottom: -34px;
  left: 50%;
  height: 34px;
  border-left: 2px dashed rgba(0, 132, 200, 0.35);
}
.bv-page .egm-step-node {
  position: absolute;
  top: -15px;
  left: 16px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px; height: 32px;
  border-radius: 50%;
  font-family: var(--egm-mono);
  font-size: 0.66rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, var(--egm-blue), var(--egm-blue-dark));
  box-shadow: 0 4px 12px rgba(0, 132, 200, 0.35);
}
.bv-page .egm-step-card {
  height: 100%;
  background: #fff;
  border: 1px solid var(--egm-line);
  border-radius: 14px;
  padding: 24px 18px 14px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.bv-page .egm-step-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 132, 200, 0.4);
  box-shadow: var(--egm-shadow-md);
}
.bv-page .egm-step-card p {
  font-size: 0.82rem;
  line-height: 1.55;
  color: var(--egm-ink-2);
  margin: 0 0 10px;
}
.bv-page .egm-step-chips { display: flex; flex-wrap: wrap; gap: 8px; }
/* stage 07 closes the snake as a full-width horizontal card */
.bv-page .egm-step:nth-child(7) .egm-step-card {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 24px;
  padding: 20px 22px 16px;
}
.bv-page .egm-step:nth-child(7) .egm-step-card .egm-h3 { margin: 0; flex: none; }
.bv-page .egm-step:nth-child(7) .egm-step-card p { flex: 1 1 340px; margin: 0; }

.bv-page .egm-note {
  margin-top: 26px;
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--egm-ink-2);
  background: var(--egm-blue-soft);
  border: 1px solid rgba(0, 132, 200, 0.22);
  border-radius: 14px;
  padding: 18px 20px;
}
.bv-page .egm-note strong { color: var(--egm-ink); }

.bv-page .egm-flow-media {
  max-width: 940px;
  margin: 40px auto 0;
}

/* ---------------------------------------------------------------------------
   6. AI & AUTOMATION — full-bleed deep navy panel.
   Slim animated approval band on top, then a balanced two-column
   grid of the seven automations (e-signature spans both columns).
   --------------------------------------------------------------------------- */
.bv-page .egm-auto {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(900px 460px at 88% -10%, rgba(0, 132, 200, 0.2), transparent 60%),
    radial-gradient(760px 420px at -8% 108%, rgba(0, 132, 200, 0.12), transparent 55%),
    linear-gradient(165deg, var(--egm-navy) 0%, var(--egm-navy-2) 55%, var(--egm-navy) 100%);
  padding: clamp(60px, 8vw, 96px) 0;
}
.bv-page .egm-auto-deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000 25%, transparent 75%);
  mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000 25%, transparent 75%);
}

/* the slim routing band */
.bv-page .egm-appr {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 28px;
  background: rgba(9, 24, 39, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  padding: 16px 22px;
  margin-bottom: 30px;
}
.bv-page .egm-appr-item { min-width: 0; }
.bv-page .egm-appr-item b {
  display: block;
  font-size: 0.84rem;
  font-weight: 700;
  color: #f1f7fc;
}
.bv-page .egm-appr-item em {
  display: block;
  font-style: normal;
  font-family: var(--egm-mono);
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  color: #8fa8bf;
  margin-top: 3px;
}
.bv-page .egm-appr-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1 1 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 10px;
  min-width: 0;
}
.bv-page .egm-appr-step {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bv-page .egm-appr-step:not(:last-child)::after {
  content: "";
  display: block;
  width: 24px;
  border-top: 2px dashed rgba(255, 255, 255, 0.18);
}
.bv-page .egm-appr-step > i {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px; height: 28px;
  border-radius: 50%;
  font-size: 0.6rem;
  color: #8fa8bf;
  background: var(--egm-navy-2);
  border: 1.5px solid rgba(255, 255, 255, 0.18);
  animation: egmStepLight 12s ease infinite;
  animation-delay: var(--s);
}
@keyframes egmStepLight {
  0%, 6% { color: #8fa8bf; background: var(--egm-navy-2); border-color: rgba(255, 255, 255, 0.18); box-shadow: none; }
  10%, 60% { color: #fff; background: var(--egm-blue); border-color: var(--egm-blue); box-shadow: 0 0 0 5px rgba(0, 132, 200, 0.18); }
  66%, 92% { color: #a7e8cf; background: rgba(5, 150, 105, 0.3); border-color: rgba(5, 150, 105, 0.7); box-shadow: none; }
  97%, 100% { color: #8fa8bf; background: var(--egm-navy-2); border-color: rgba(255, 255, 255, 0.18); box-shadow: none; }
}
.bv-page .egm-appr-who b {
  font-size: 0.78rem;
  font-weight: 600;
  color: #e6eef7;
  white-space: nowrap;
}
.bv-page .egm-appr-esc {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--egm-mono);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #ffd9a0;
  background: rgba(180, 83, 9, 0.26);
  border: 1px solid rgba(217, 119, 6, 0.5);
  border-radius: 999px;
  padding: 4px 10px;
  opacity: 0;
  animation: egmEsc 12s ease infinite;
}
@keyframes egmEsc {
  0%, 40% { opacity: 0; transform: translateX(6px); }
  46%, 60% { opacity: 1; transform: none; }
  66%, 100% { opacity: 0; transform: translateX(6px); }
}
.bv-page .egm-appr-status {
  position: relative;
  flex: none;
  display: inline-flex;
  font-family: var(--egm-mono);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.bv-page .egm-appr-status span { padding: 5px 12px; border-radius: 999px; }
.bv-page .egm-appr-status span:first-child {
  color: #ffd9a0;
  background: rgba(180, 83, 9, 0.28);
  border: 1px solid rgba(217, 119, 6, 0.5);
  animation: egmStatusA 12s ease infinite;
}
.bv-page .egm-appr-status span:last-child {
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #a7e8cf;
  background: rgba(5, 150, 105, 0.24);
  border: 1px solid rgba(5, 150, 105, 0.55);
  opacity: 0;
  animation: egmStatusB 12s ease infinite;
}

/* the automation grid: 2 columns, e-signature spans both */
.bv-page .egm-verbs {
  list-style: none;
  margin: 0 0 56px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.bv-page .egm-verbs li {
  display: flex;
  gap: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  padding: 15px 17px;
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}
.bv-page .egm-verbs li:hover {
  border-color: rgba(0, 132, 200, 0.55);
  background: rgba(0, 132, 200, 0.08);
  transform: translateY(-2px);
}
.bv-page .egm-verbs li.egm-verbs-hl {
  grid-column: 1 / -1;
  border-color: rgba(0, 132, 200, 0.55);
  background: rgba(0, 132, 200, 0.1);
}
.bv-page .egm-verbs li.egm-verbs-hl .egm-verb-ic {
  background: var(--egm-blue);
  border-color: var(--egm-blue);
  color: #fff;
}
.bv-page .egm-verb-ic {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  border-radius: 11px;
  background: rgba(0, 132, 200, 0.18);
  border: 1px solid rgba(0, 132, 200, 0.4);
  color: #7cc7ec;
  font-size: 0.95rem;
}
.bv-page .egm-verbs strong {
  display: block;
  font-size: 0.93rem;
  font-weight: 700;
  line-height: 1.35;
  color: #f1f7fc;
  margin-bottom: 3px;
}
.bv-page .egm-verbs p {
  font-size: 0.84rem;
  line-height: 1.55;
  color: #b9cadb;
  margin: 0;
}

/* AI band — three platform-intelligence cards */
.bv-page .egm-ai-head {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.bv-page .egm-ai-head .egm-h3 {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #f1f7fc;
  margin: 14px 0 10px;
}
.bv-page .egm-ai-head p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #b9cadb;
  max-width: 62ch;
  margin: 0 auto;
}
.bv-page .egm-ai-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 34px;
}
.bv-page .egm-ai-card {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 24px 22px;
  transition: border-color 0.25s ease, transform 0.25s ease, background 0.25s ease;
}
.bv-page .egm-ai-card:hover {
  border-color: rgba(0, 132, 200, 0.55);
  background: rgba(0, 132, 200, 0.07);
  transform: translateY(-3px);
}
.bv-page .egm-ai-ic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  border-radius: 12px;
  background: rgba(0, 132, 200, 0.18);
  border: 1px solid rgba(0, 132, 200, 0.4);
  color: #7cc7ec;
  font-size: 1.05rem;
  margin-bottom: 14px;
}
.bv-page .egm-ai-card h4 {
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.3;
  color: #f1f7fc;
  margin: 0 0 8px;
}
.bv-page .egm-ai-card p {
  font-size: 0.85rem;
  line-height: 1.65;
  color: #b9cadb;
  margin: 0;
}

.bv-page .egm-trust-line {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  max-width: 860px;
  margin: 0 auto;
  background: rgba(0, 132, 200, 0.09);
  border: 1px solid rgba(0, 132, 200, 0.35);
  border-radius: 14px;
  padding: 18px 22px;
  font-size: 0.9rem;
  line-height: 1.7;
  color: #d5e3ef;
}
.bv-page .egm-trust-line > i {
  flex: none;
  color: #7cc7ec;
  font-size: 1.05rem;
  margin-top: 4px;
}
.bv-page .egm-trust-line strong { color: #f1f7fc; }
.bv-page .egm-trust-line a {
  color: #9fd6f3;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.bv-page .egm-trust-line a:hover { color: #fff; }

/* compact CTA row closing the dark panel */
/* CTA banner — same dark navy ground as the Automation section */
.bv-page .cta-banner.egm-ctab {
  background:
    radial-gradient(900px 460px at 88% -10%, rgba(0, 132, 200, 0.2), transparent 60%),
    radial-gradient(760px 420px at -8% 108%, rgba(0, 132, 200, 0.12), transparent 55%),
    linear-gradient(165deg, var(--egm-navy) 0%, var(--egm-navy-2) 55%, var(--egm-navy) 100%);
}

.bv-page .egm-ctab h2 { color: #f1f7fc; }
.bv-page .egm-ctab p { color: #b9cadb; }
.bv-page .egm-ctab .cta-banner-btn {
  background: var(--egm-blue);
  color: #ffffff;
}
.bv-page .egm-ctab .cta-banner-btn:hover {
  background: var(--egm-blue-dark);
  color: #ffffff;
}

/* final CTA / lead form — same ground as the Automation section */
.bv-page .slcv-final.egm-final {
  background:
    radial-gradient(900px 460px at 88% -10%, rgba(0, 132, 200, 0.2), transparent 60%),
    radial-gradient(760px 420px at -8% 108%, rgba(0, 132, 200, 0.12), transparent 55%),
    linear-gradient(165deg, var(--egm-navy) 0%, var(--egm-navy-2) 55%, var(--egm-navy) 100%);
}

/* inline watchlist CTA */
.bv-page .egm-watch-cta { margin: 18px 0 0; font-size: 0.92rem; }

/* ---------------------------------------------------------------------------
   7. GOVERNANCE WATCHLIST — copy list + watch-row artefact
   --------------------------------------------------------------------------- */
.bv-page .egm-watch-media {
  max-width: 400px;
  margin: 0 auto;
  align-self: center;
}

.bv-page .egm-watch-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 52px;
  align-items: center;
}
.bv-page .egm-watch-list { list-style: none; margin: 24px 0 0; padding: 0; display: grid; gap: 14px; }
.bv-page .egm-watch-list li { display: flex; gap: 14px; }
.bv-page .egm-watch-ic {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  border-radius: 11px;
  background: var(--egm-blue-soft);
  color: var(--egm-blue-dark);
  font-size: 0.95rem;
}
.bv-page .egm-watch-list strong {
  display: block;
  font-size: 0.93rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--egm-ink);
  margin-bottom: 2px;
}
.bv-page .egm-watch-list p {
  font-size: 0.85rem;
  line-height: 1.6;
  color: var(--egm-ink-2);
  margin: 0;
}
/* tab strip on the white deck: no grey track; active pill carries a border */
.bv-page .egm-tabs .tab-nav {
  background: transparent;
  padding: 0;
  gap: 8px;
}
.bv-page .egm-tabs .tab-btn[aria-selected="true"] {
  border: 1px solid var(--egm-line);
  box-shadow: var(--egm-shadow-sm);
}

/* ---------------------------------------------------------------------------
   9. TABBED DECK — deltas only; base .tab-* live in product-page.css
   --------------------------------------------------------------------------- */
.bv-page .egm-tab-intro {
  max-width: 760px;
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--egm-ink-2);
  margin: 26px 0 22px;
}

/* ---------------------------------------------------------------------------
   10. COVERAGE — entity types x jurisdictions chips (two balanced cards)
   --------------------------------------------------------------------------- */
.bv-page .egm-cover-grid { display: grid; gap: 18px; }
.bv-page .egm-cover-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.bv-page .egm-cover-card {
  background: #fff;
  border: 1px solid var(--egm-line);
  border-radius: 15px;
  padding: 22px 22px 20px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.bv-page .egm-cover-card:hover { border-color: rgba(0, 132, 200, 0.4); box-shadow: var(--egm-shadow-sm); }
.bv-page .egm-cover-card h3 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--egm-ink);
  margin: 0 0 6px;
}
.bv-page .egm-cover-card > p {
  font-size: 0.84rem;
  color: var(--egm-ink-2);
  margin: 0 0 14px;
}
.bv-page .egm-cover-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.bv-page .egm-cover-chips span {
  font-size: 0.76rem;
  font-weight: 600;
  color: var(--egm-ink-2);
  background: var(--egm-ground);
  border: 1px solid var(--egm-line);
  border-radius: 999px;
  padding: 6px 13px;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.bv-page .egm-cover-chips span:hover {
  color: var(--egm-blue-dark);
  border-color: rgba(0, 132, 200, 0.4);
  background: var(--egm-blue-soft);
}

/* ---------------------------------------------------------------------------
   11. PLATFORM link cards
   --------------------------------------------------------------------------- */
.bv-page .egm-plat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.bv-page .egm-plat-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--egm-line);
  border-radius: 15px;
  padding: 22px 20px;
  text-decoration: none;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.bv-page .egm-plat-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 132, 200, 0.5);
  box-shadow: var(--egm-shadow-md);
  text-decoration: none;
}
.bv-page .egm-plat-card i {
  flex: none;
  width: 42px; height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background: var(--egm-blue-soft);
  color: var(--egm-blue-dark);
  font-size: 1rem;
}
.bv-page .egm-plat-card span {
  font-size: 0.83rem;
  line-height: 1.6;
  color: var(--egm-ink-2);
}
.bv-page .egm-plat-card strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--egm-ink);
  margin-bottom: 3px;
}

/* ---------------------------------------------------------------------------
   12. FAQ — deltas only; base .faq-item lives in product-page.css
   --------------------------------------------------------------------------- */
.bv-page .egm-faq-list { max-width: 860px; margin: 0 auto; }

/* ---------------------------------------------------------------------------
   13. Responsive — 1024 / 768 / 520
   --------------------------------------------------------------------------- */
@media (max-width: 1024px) {
  .bv-page .egm-hero { padding: 112px 0 68px; max-height: none; display: block; }
  .bv-page .egm-hero-grid { grid-template-columns: 1fr; gap: 64px; }
  .bv-page .egm-hero-stage { max-width: 600px; margin: 0 auto; width: 100%; }
  .bv-page .egm-define-grid,
  .bv-page .egm-split-grid,
  .bv-page .egm-watch-grid { grid-template-columns: 1fr; gap: 44px; }
  .bv-page .egm-record-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bv-page .egm-rec-card,
  .bv-page .egm-rec-card:nth-child(n+9) { grid-column: auto; }
  .bv-page .egm-rec-card:last-child { grid-column: 1 / -1; }
  .bv-page .egm-ai-grid,
  .bv-page .egm-plat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
  /* the hero artefact is hidden on mobile */
  .bv-page .egm-hero-stage { display: none; }
  .bv-page .egm-hero-grid { gap: 0; }
  .bv-page .egm-ai-grid { grid-template-columns: 1fr; }
  .bv-page .egm-verbs { grid-template-columns: 1fr; }
  .bv-page .egm-cover-grid--two { grid-template-columns: 1fr; }
  .bv-page .egm-appr { justify-content: center; }
  /* the serpentine collapses to a simple stack */
  .bv-page .egm-rail { display: block; max-width: none; padding: 8px 0 0; }
  .bv-page .egm-step { margin: 0 0 26px; }
  .bv-page .egm-step:last-child { margin-bottom: 0; }
  .bv-page .egm-step::before,
  .bv-page .egm-step::after { display: none; }
  /* Tab deck mobile fallback: the pill row scrolls horizontally (scoped delta) */
  .bv-page .egm-tabs .tab-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding-bottom: 8px;
  }
  .bv-page .egm-tabs .tab-btn { flex: none; white-space: nowrap; }
}

@media (max-width: 520px) {
  .bv-page .egm-wrap { padding: 0 18px; }
  .bv-page .egm-hero { padding: 100px 0 56px; }
  .bv-page .egm-hero-ctas .egm-btn { width: 100%; justify-content: center; }
  .bv-page .egm-record-grid { grid-template-columns: 1fr; }
  .bv-page .egm-rec-card:last-child { grid-column: auto; }
  .bv-page .egm-plat-grid { grid-template-columns: 1fr; }
  .bv-page .egm-step:nth-child(7) .egm-step-card { display: block; }
  .bv-page .egm-step:nth-child(7) .egm-step-card .egm-h3 { margin: 0 0 8px; }
  .bv-page .egm-step:nth-child(7) .egm-step-card p { margin: 0 0 10px; }
  .bv-page .egm-appr { padding: 14px 15px; }
}

/* ---------------------------------------------------------------------------
   14. Reduced motion — every animation lands in its final state
   --------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  .bv-page .egm-btn-sheen { animation: none; }
  .bv-page .egm-kicker-dot,
  .bv-page .egm-stage-pip,
  .bv-page .egm-ca-dot.is-live { animation: none; box-shadow: none; }
  .bv-page .egm-h1-w { animation: none; opacity: 1; transform: none; }
  .bv-page .egm-float-chip,
  .bv-page .egm-card-tree,
  .bv-page .egm-card-appr { animation: none; }
  .bv-page .egm-bars i { animation: none; transform: none; }
  .bv-page .egm-ca-status span:first-child,
  .bv-page .egm-appr-status span:first-child { animation: none; opacity: 0; }
  .bv-page .egm-ca-status span:last-child,
  .bv-page .egm-appr-status span:last-child { animation: none; opacity: 1; }
  .bv-page .egm-appr-step > i {
    animation: none;
    color: #a7e8cf;
    background: rgba(5, 150, 105, 0.3);
    border-color: rgba(5, 150, 105, 0.7);
    box-shadow: none;
  }
  .bv-page .egm-appr-esc { animation: none; opacity: 0; }
  .bv-page .egm-btn,
  .bv-page .egm-rec-card,
  .bv-page .egm-step-card,
  .bv-page .egm-plat-card,
  .bv-page .egm-ai-card,
  .bv-page .egm-verbs li { transition: none; }
  .bv-page .reveal.egm-stagger > * { opacity: 1; transform: none; transition: none; }
}
