.bh /* ============================================================
   Blank — Analytics & Strategy Studio (light)
   Brand violet: #4038D8 · deep: #4800C0 · lavender: #B0B0F0
   Type: Be Vietnam Pro 400 / 500 / 600 / 700
   ============================================================ */

@font-face {
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/be-vietnam-pro-400.woff2) format("woff2");
}
@font-face {
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/be-vietnam-pro-500.woff2) format("woff2");
}
@font-face {
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/be-vietnam-pro-600.woff2) format("woff2");
}
@font-face {
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/be-vietnam-pro-700.woff2) format("woff2");
}

/* ============================================================
   Blank pages — scoped build for the Hub child theme.
   Everything lives under .bh so theme styles don't leak in/out.
   Generated by build-hub-child.py — edit the CSS in the project root instead.
   body.bh-page is added by functions.php on our templates.
   ============================================================ */
body.bh-page #footer,
body.bh-page .main-footer { display: none !important; }
body.bh-page #lqd-site-content,
body.bh-page .content { padding: 0; margin: 0; }
/* Hub wraps page content in a fixed 1170px .container — make it full-bleed here */
body.bh-page #lqd-contents-wrap,
body.bh-page #lqd-contents-wrap.container,
body.bh-page main > .container {
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
}
body.bh-page #lqd-contents-wrap > .row { margin: 0; }
/* Hub header (~74px) sits above the hero, so shorten the hero to keep the CTA in the first screen */
.bh .bh-hero { min-height: calc(100svh - 74px); }

.bh { font-size: 16px; }
.bh h1, .bh h2, .bh h3, .bh h4, .bh p, .bh ul, .bh li, .bh article, .bh button, .bh table, .bh th, .bh td {
  margin: 0; padding: 0; border: 0;
  font-family: inherit; font-size: inherit; font-weight: inherit;
  line-height: inherit; letter-spacing: inherit; color: inherit; text-transform: none;
}
.bh a, .bh a:hover, .bh a:focus { text-decoration: none; box-shadow: none; }
.bh img { border: 0; box-shadow: none; }
.bh input, .bh select, .bh button { font-family: inherit; }

.bh {
  --violet: #4038d8;
  --violet-deep: #4800c0;
  --violet-soft: #4c44ea;
  --iris: #7a6cff;
  --lavender: #b0b0f0;
  --navy: #0c1048;
  --ink: #14123a;
  --muted: #5d5f7e;
  --bg: #ffffff;
  --bg-tint: #f7f7f8;
  --paper: #ffffff;
  --line: rgba(20, 18, 58, 0.1);
  --line-soft: rgba(20, 18, 58, 0.07);
  --ease: cubic-bezier(0.32, 0.72, 0, 1);
  --font: "Be Vietnam Pro", ui-sans-serif, system-ui, -apple-system, sans-serif;
}

.bh, .bh * { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

.bh {
  font-family: var(--font);
  font-weight: 400;
  background: var(--bg);
  color: var(--ink);
  letter-spacing: -0.005em;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.bh img, .bh svg { display: block; max-width: 100%; }
.bh a { color: inherit; text-decoration: none; }
.bh ul { list-style: none; }

.bh .bh-wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

.bh ::selection { background: var(--violet); color: #fff; }

.bh /* ---------- typography ---------- */
.bh-display {
  font-weight: 700;
  font-size: clamp(42px, 6.6vw, 84px);
  line-height: 1.04;
  letter-spacing: -0.03em;
}
.bh .bh-heading {
  font-weight: 700;
  font-size: clamp(32px, 4.2vw, 52px);
  line-height: 1.1;
  letter-spacing: -0.025em;
}
.bh .bh-accent { color: var(--violet); }

.bh .bh-lede {
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.65;
  color: var(--muted);
}

.bh /* ---------- buttons ---------- */
.bh-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border-radius: 9999px;
  padding: 10px 10px 10px 26px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.01em;
  white-space: nowrap;
  transition: transform 0.6s var(--ease), background-color 0.6s var(--ease),
    border-color 0.6s var(--ease), color 0.6s var(--ease), box-shadow 0.6s var(--ease);
}
.bh .bh-btn:active { transform: scale(0.98); }
.bh .bh-btn .bh-btn-orb {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  transition: transform 0.6s var(--ease);
}
.bh .bh-btn:hover .bh-btn-orb { transform: translate(3px, -1px) scale(1.05); }
.bh .bh-btn .bh-btn-orb svg { width: 14px; height: 14px; }

.bh .bh-btn-primary {
  background: var(--violet);
  color: #fff;
  box-shadow: 0 16px 32px -14px rgba(64, 56, 216, 0.55);
}
.bh .bh-btn-primary:hover { background: var(--violet-soft); box-shadow: 0 20px 40px -14px rgba(64, 56, 216, 0.65); }
.bh .bh-btn-primary .bh-btn-orb { background: rgba(255, 255, 255, 0.18); }

.bh .bh-btn-ghost { border: 1px solid var(--line); color: var(--ink); padding-right: 10px; background: var(--paper); }
.bh .bh-btn-ghost:hover { border-color: rgba(64, 56, 216, 0.4); }
.bh .bh-btn-ghost .bh-btn-orb { background: var(--bg-tint); color: var(--violet); }

.bh .bh-btn-light { background: #fff; color: var(--navy); }
.bh .bh-btn-light:hover { background: var(--lavender); }
.bh .bh-btn-light .bh-btn-orb { background: rgba(64, 56, 216, 0.12); color: var(--violet); }

.bh .bh-arrow-key {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--violet);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  transition: transform 0.6s var(--ease), background-color 0.6s var(--ease);
}
.bh .bh-arrow-key svg { width: 15px; height: 15px; }

.bh /* ---------- hero (cohere-style: grainy gradient + app window) ---------- */
.bh-hero {
  position: relative;
  overflow: hidden;
  min-height: 100svh;
}
.bh .bh-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 120% 80% at 88% -10%, rgba(120, 150, 255, 0.5), transparent 55%),
    radial-gradient(ellipse 90% 70% at 0% 105%, rgba(5, 4, 18, 0.85), transparent 65%),
    linear-gradient(178deg, #4e5ce4 0%, #4340c4 34%, #322e9c 56%, #1b1856 78%, #0b0a24 100%);
}
.bh .bh-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='280' height='280'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='4' stitchTiles='stitch'/%3E%3CfeComponentTransfer%3E%3CfeFuncR type='linear' slope='2.2' intercept='-0.55'/%3E%3CfeFuncG type='linear' slope='2.2' intercept='-0.55'/%3E%3CfeFuncB type='linear' slope='2.2' intercept='-0.55'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect width='280' height='280' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.55;
  mix-blend-mode: overlay;
}
.bh .bh-hero-copy {
  position: absolute;
  z-index: 2;
  left: clamp(24px, 3.4vw, 56px);
  bottom: clamp(36px, 6.5vh, 64px);
  max-width: 620px;
  color: #fff;
}
.bh .bh-hero-copy h1 {
  font-weight: 600;
  font-size: clamp(34px, 2.9vw, 54px);
  line-height: 1.12;
  letter-spacing: -0.022em;
  margin-bottom: 22px;
}
.bh .bh-hero-copy h1 .bh-accent { color: var(--lavender); }
.bh .bh-hero-copy p {
  font-size: clamp(15.5px, 1.25vw, 18px);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
  max-width: 560px;
  margin-bottom: 30px;
}
.bh .bh-hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.bh .bh-hero-textlink {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.bh .bh-hero-textlink svg { width: 13px; height: 13px; transition: transform 0.5s var(--ease); }
.bh .bh-hero-textlink:hover svg { transform: translate(2px, -2px); }

.bh /* --- the app window --- */
.bh-hero-window {
  position: absolute;
  z-index: 1;
  left: 53%;
  right: -70px;
  top: clamp(70px, 14vh, 140px);
  bottom: -60px;
  background: #faf9f5;
  border-radius: 16px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.28),
    0 50px 140px -20px rgba(5, 4, 24, 0.65);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: #191830;
}
.bh .bh-hw-top {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 26px;
  border-bottom: 1px solid rgba(20, 18, 58, 0.09);
  flex: none;
}
.bh .bh-hw-winbtns { display: inline-flex; align-items: center; gap: 7px; }
.bh .bh-hw-winbtns i {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(20, 18, 58, 0.12);
}
.bh .bh-hw-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid rgba(20, 18, 58, 0.14);
  border-radius: 9999px;
  padding: 6px 13px;
  color: #43425c;
}
.bh .bh-hw-chip svg { width: 9px; height: 6px; }
.bh .bh-hw-tabs {
  display: flex;
  gap: 8px;
  padding: 13px 26px;
  border-bottom: 1px solid rgba(20, 18, 58, 0.09);
  flex: none;
  flex-wrap: wrap;
}
.bh .bh-hw-tabs span {
  font-size: 13.5px;
  font-weight: 500;
  color: #43425c;
  border: 1px solid transparent;
  border-radius: 9999px;
  padding: 7px 15px;
  white-space: nowrap;
}
.bh .bh-hw-tabs span.bh-active {
  border-color: rgba(20, 18, 58, 0.55);
  color: #191830;
  background: #fff;
}
.bh .bh-hw-body {
  flex: 1;
  padding: 22px 26px;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-rows: min-content;
  gap: 14px;
  overflow: hidden;
  align-content: start;
}
.bh .bh-hw-kpis { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.bh .bh-hw-kpi {
  background: #fff;
  border: 1px solid rgba(20, 18, 58, 0.08);
  border-radius: 12px;
  padding: 14px 16px;
}
.bh .bh-hw-kpi span { display: block; font-size: 12px; font-weight: 500; color: #a3a2b0; margin-bottom: 6px; }
.bh .bh-hw-kpi b { display: block; font-weight: 700; font-size: 24px; letter-spacing: -0.02em; line-height: 1; }
.bh .bh-hw-kpi i { display: block; font-style: normal; font-size: 11.5px; font-weight: 500; color: #6f9b7d; margin-top: 7px; }
.bh .bh-hw-kpi:last-child i { color: #a3a2b0; }
.bh .bh-hw-card {
  background: #fff;
  border: 1px solid rgba(20, 18, 58, 0.08);
  border-radius: 12px;
  padding: 16px 18px;
  min-width: 0;
}
.bh .bh-hw-card-head { font-size: 12.5px; font-weight: 500; letter-spacing: -0.01em; margin-bottom: 12px; color: #a3a2b0; }
.bh .bh-hw-card svg { width: 100%; height: auto; display: block; }
.bh .bh-hw-card svg text { font-family: var(--font); font-size: 11px; fill: #b6b5c2; }
.bh .bh-hwc-grid line { stroke: rgba(20, 18, 58, 0.06); stroke-width: 1; }
.bh .bh-hwc-grid line:first-child { stroke: rgba(20, 18, 58, 0.12); }
.bh .bh-hwc-ylab text { text-anchor: end; }
.bh .bh-hwc-area { fill: rgba(64, 56, 216, 0.1); opacity: 0; animation: hw-fade 0.9s ease 1.7s forwards; }
.bh .bh-hwc-line {
  fill: none;
  stroke: #4038d8;
  stroke-width: 2;
  stroke-linejoin: round;
  stroke-linecap: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  animation: hw-draw 1.5s var(--ease) 0.5s forwards;
}
.bh .bh-hwc-dot { fill: #4038d8; stroke: #fff; stroke-width: 2; opacity: 0; animation: hw-fade 0.5s ease 1.9s forwards; }
.bh .bh-hw-funding .bh-hwc-vallab { opacity: 0; animation: hw-fade 0.5s ease 2s forwards; }
.bh .bh-hw-card svg .bh-hwc-vallab { font-size: 12px; font-weight: 500; fill: #77768a; }
.bh .bh-hwc-bars path {
  fill: #4038d8;
  transform-box: fill-box;
  transform-origin: bottom;
  transform: scaleY(0);
  animation: hw-grow 0.9s var(--ease) forwards;
}
.bh .bh-hwc-bars path:nth-child(1) { animation-delay: 0.5s; }
.bh .bh-hwc-bars path:nth-child(2) { animation-delay: 0.6s; }
.bh .bh-hwc-bars path:nth-child(3) { animation-delay: 0.7s; }
.bh .bh-hwc-bars path:nth-child(4) { animation-delay: 0.8s; }
.bh .bh-hwc-bars path:nth-child(5) { animation-delay: 0.9s; }
.bh .bh-hwc-bars path:nth-child(6) { animation-delay: 1s; }
.bh .bh-hw-deals .bh-hwc-vallab { opacity: 0; animation: hw-fade 0.5s ease 1.8s forwards; }
.bh .bh-hws-a { fill: none; stroke: #4038d8; stroke-width: 26; stroke-dasharray: 0 345.6; animation: hws-seg-a 1.1s var(--ease) 0.6s forwards; }
.bh .bh-hws-b { fill: none; stroke: #7a6cff; stroke-width: 26; stroke-dasharray: 0 345.6; stroke-dashoffset: -131.3; animation: hws-seg-b 1.1s var(--ease) 0.8s forwards; }
.bh .bh-hws-c { fill: none; stroke: #77778a; stroke-width: 26; stroke-dasharray: 0 345.6; stroke-dashoffset: -224.6; animation: hws-seg-c 1.1s var(--ease) 1s forwards; }
.bh .bh-hw-card svg .bh-hws-num { font-size: 20px; font-weight: 700; fill: #191830; }
.bh .bh-hw-card svg .bh-hws-sub { font-size: 11px; fill: #b6b5c2; }
.bh .bh-hws-legend text { fill: #a3a2b0; font-size: 12px; }
.bh .bh-hws-legend text.bh-v { fill: #b6b5c2; }
.bh .bh-hws-legend rect { opacity: 0.85; }

@keyframes hw-draw { to { stroke-dashoffset: 0; } }
@keyframes hw-fade { to { opacity: 1; } }
@keyframes hw-grow { to { transform: scaleY(1); } }
@keyframes hws-seg-a { to { stroke-dasharray: 127 218.6; } }
@keyframes hws-seg-b { to { stroke-dasharray: 89 256.6; } }
@keyframes hws-seg-c { to { stroke-dasharray: 117 228.6; } }
@keyframes hw-width { from { width: 0; } }
.bh .bh-hw-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 0;
  border-top: 1px solid rgba(20, 18, 58, 0.06);
  font-size: 13px;
}
.bh .bh-hw-row:first-of-type { border-top: 0; }
.bh .bh-hw-row span { flex: none; width: 108px; font-weight: 500; color: #8b8a9c; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bh .bh-hw-row b { flex: none; width: 24px; text-align: right; font-weight: 500; font-size: 12.5px; color: #77768a; }
.bh .bh-hw-bar { flex: 1; height: 6px; border-radius: 4px; background: rgba(20, 18, 58, 0.06); overflow: hidden; }
.bh .bh-hw-bar i { display: block; height: 100%; border-radius: 4px; background: #4038d8; animation: hw-width 1s var(--ease) both; }
.bh .bh-hw-row:nth-child(2) .bh-hw-bar i { animation-delay: 0.7s; }
.bh .bh-hw-row:nth-child(3) .bh-hw-bar i { animation-delay: 0.85s; }
.bh .bh-hw-row:nth-child(4) .bh-hw-bar i { animation-delay: 1s; }
.bh .bh-hw-row:nth-child(5) .bh-hw-bar i { animation-delay: 1.15s; }

.bh .bh-hero-stats {
  position: relative;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.bh .bh-hero-stats .bh-wrap { display: grid; grid-template-columns: repeat(4, 1fr); }
.bh .bh-stat { padding: 34px 28px 38px 0; border-right: 1px solid var(--line); }
.bh .bh-stat:last-child { border-right: 0; }
.bh .bh-stat + .bh-stat { padding-left: 28px; }
.bh .bh-stat b {
  font-weight: 700;
  font-size: clamp(34px, 3.4vw, 50px);
  letter-spacing: -0.03em;
  line-height: 1;
  display: block;
}
.bh .bh-stat b em { font-style: normal; color: var(--violet); }
.bh .bh-stat span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.5;
}

.bh /* ---------- logo strip ---------- */
.bh-logos { background: var(--paper); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.bh .bh-logos .bh-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-top: 30px;
  padding-bottom: 30px;
  flex-wrap: wrap;
}
.bh .bh-logos-label { font-size: 13.5px; color: var(--muted); flex: none; max-width: 200px; line-height: 1.45; }
.bh .bh-logo-row { display: flex; align-items: center; gap: clamp(26px, 4vw, 54px); flex-wrap: wrap; }
.bh .bh-plogo {
  display: block;
  height: 26px;
  width: auto;
  opacity: 0.42;
  transition: opacity 0.5s var(--ease);
}
.bh .bh-plogo[alt="GITEX Global"] { height: 36px; }
.bh .bh-plogo:hover { opacity: 0.85; }

.bh /* ---------- live venture strip ---------- */
.bh-pulse {
  display: grid;
  grid-template-columns: 1fr 2.2fr auto;
  align-items: center;
  gap: 28px;
  margin-top: 28px;
  padding: 26px 30px;
  border-radius: 24px;
  color: #fff;
  background:
    radial-gradient(ellipse 50% 90% at 100% 50%, rgba(64, 56, 216, 0.6), transparent 60%),
    radial-gradient(ellipse 40% 90% at 0% 100%, rgba(72, 0, 192, 0.45), transparent 60%),
    var(--navy);
  box-shadow: 0 30px 60px -40px rgba(20, 18, 58, 0.55);
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease), box-shadow 0.6s var(--ease);
}
.bh .bh-pulse.bh-in { opacity: 1; transform: none; }
.bh .bh-pulse:hover { box-shadow: 0 34px 64px -36px rgba(64, 56, 216, 0.55); }
.bh .bh-pulse[hidden] { display: none; }
.bh .bh-pulse-head { display: flex; flex-direction: column; gap: 8px; align-items: flex-start; }
.bh .bh-pulse-head b { font-weight: 600; font-size: 17px; letter-spacing: -0.01em; }
.bh .bh-pulse-head small { font-size: 12.5px; color: rgba(214, 212, 247, 0.6); }
.bh .bh-pulse-live {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 11px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase;
  color: #fff; border: 1px solid rgba(176, 176, 240, 0.35); border-radius: 9999px; padding: 4px 10px 4px 8px;
}
.bh .bh-pulse-live i { width: 6px; height: 6px; border-radius: 50%; background: #7cf2b0; box-shadow: 0 0 0 0 rgba(124, 242, 176, 0.6); animation: pulse-dot 2s ease-out infinite; }
@keyframes pulse-dot { 70% { box-shadow: 0 0 0 7px rgba(124, 242, 176, 0); } 100% { box-shadow: 0 0 0 0 rgba(124, 242, 176, 0); } }
.bh .bh-pulse-stats { display: grid; grid-template-columns: 1fr 1fr 1.5fr; gap: 20px; }
.bh .bh-pulse-stats > div { display: flex; flex-direction: column; gap: 4px; border-left: 1px solid rgba(176, 176, 240, 0.2); padding-left: 18px; min-width: 0; }
.bh .bh-pulse-stats b { font-weight: 700; font-size: 30px; letter-spacing: -0.03em; line-height: 1; }
.bh .bh-pulse-stats span { font-size: 13px; color: rgba(214, 212, 247, 0.7); line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.bh .bh-pulse-stats em { font-style: normal; color: rgba(214, 212, 247, 0.9); }
.bh .bh-pulse-cta { display: inline-flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 500; white-space: nowrap; justify-self: end; }
.bh .bh-pulse-cta .bh-btn-orb { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: rgba(255, 255, 255, 0.12); transition: background-color 0.5s var(--ease), transform 0.5s var(--ease); }
.bh .bh-pulse-cta .bh-btn-orb svg { width: 14px; height: 14px; }
.bh .bh-pulse:hover .bh-pulse-cta .bh-btn-orb { background: var(--violet); transform: translate(2px, -2px); }

.bh /* ---------- sample report ---------- */
.bh-sample {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 48px;
  align-items: center;
  background: linear-gradient(135deg, rgba(64, 56, 216, 0.07), rgba(176, 176, 240, 0.14));
  border: 1px solid rgba(64, 56, 216, 0.12);
  border-radius: 32px;
  padding: 56px 60px;
}
.bh .bh-sample-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.bh .bh-sample-copy .bh-heading { max-width: 11em; }
.bh .bh-sample-copy .bh-lede { max-width: 480px; }
.bh .bh-sample-eyebrow { font-size: 12.5px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--violet); }
.bh .bh-sample-side { display: flex; flex-direction: column; gap: 14px; }
.bh .bh-sample-row { display: flex; gap: 10px; background: var(--paper); border: 1px solid var(--line); border-radius: 9999px; padding: 6px 6px 6px 22px; align-items: center; transition: border-color 0.4s var(--ease), box-shadow 0.4s var(--ease); }
.bh .bh-sample-row:focus-within { border-color: var(--violet); box-shadow: 0 0 0 4px rgba(64, 56, 216, 0.1); }
.bh .bh-sample-row input { flex: 1; min-width: 0; border: 0; outline: none; background: none; font: inherit; font-size: 15.5px; color: var(--ink); }
.bh .bh-sample-row input::placeholder { color: #a3a2b0; }
.bh .bh-sample-row .bh-btn { flex: none; padding: 8px 8px 8px 22px; }
.bh .bh-sample-row .bh-btn:disabled { opacity: 0.6; cursor: default; }
.bh .bh-sample-note { font-size: 13px; color: var(--muted); padding-left: 22px; }
.bh .bh-sample-msg { font-size: 13.5px; color: #b42318; padding-left: 22px; }
.bh .bh-sample-done { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.bh .bh-sample-done b { font-weight: 600; font-size: 17px; }
.bh .bh-sample-done[hidden], .bh .bh-sample-form[hidden], .bh .bh-sample-msg[hidden] { display: none; }

.bh /* ---------- sections ---------- */
.bh-section { position: relative; padding: 130px 0; }
.bh .bh-section-tint { background: var(--bg); }
.bh .bh-section-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  margin-bottom: 64px;
  max-width: 800px;
}

.bh /* ---------- what we do ---------- */
.bh-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.bh .bh-pillar {
  background: var(--paper);
  border: 1px solid var(--line-soft);
  border-radius: 26px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 24px 48px -36px rgba(20, 18, 58, 0.28);
  transition: transform 0.7s var(--ease), box-shadow 0.7s var(--ease);
}
.bh .bh-pillar:hover { transform: translateY(-6px); box-shadow: 0 34px 64px -36px rgba(64, 56, 216, 0.35); }
.bh .bh-pillar:nth-child(2) { margin-top: 40px; }
.bh .bh-pillar:nth-child(3) { margin-top: 80px; }
.bh .bh-pillar-art {
  position: relative;
  height: 200px;
  border-radius: 19px;
  overflow: hidden;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2);
}
.bh .bh-pillar-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.08;
  mix-blend-mode: overlay;
}
.bh .bh-pillar-art.bh-art-1 {
  background:
    repeating-radial-gradient(circle at 12% 130%, rgba(255, 255, 255, 0.14) 0 2px, transparent 2px 30px),
    radial-gradient(circle at 15% 120%, #7a5cff, transparent 70%),
    linear-gradient(135deg, #4800c0, #4038d8);
}
.bh .bh-pillar-art.bh-art-2 {
  background:
    repeating-radial-gradient(circle at 108% -18%, rgba(255, 255, 255, 0.13) 0 2px, transparent 2px 34px),
    radial-gradient(circle at 90% -10%, #b0b0f0, transparent 60%),
    linear-gradient(215deg, #4038d8, #35088f);
}
.bh .bh-pillar-art.bh-art-3 {
  background:
    repeating-radial-gradient(circle at 50% 190%, rgba(255, 255, 255, 0.12) 0 2px, transparent 2px 40px),
    radial-gradient(circle at 55% 150%, #8f88ff, transparent 65%),
    linear-gradient(180deg, #23155e, #4800c0);
}
.bh .bh-pillar-art b {
  position: absolute;
  left: 22px;
  bottom: 16px;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #fff;
}
.bh .bh-pillar-art .bh-art-tag {
  position: absolute;
  top: 16px;
  left: 22px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}
.bh .bh-pillar-body { padding: 26px 22px 20px; display: flex; flex-direction: column; gap: 16px; flex: 1; }
.bh .bh-pillar-body p { color: var(--muted); font-size: 16px; line-height: 1.62; }
.bh .bh-pillar-body ul { display: flex; flex-direction: column; }
.bh .bh-pillar-body li {
  font-size: 14.5px;
  font-weight: 500;
  color: var(--ink);
  padding: 11px 0;
  border-top: 1px solid var(--line-soft);
  display: flex;
  align-items: center;
  gap: 10px;
}
.bh .bh-pillar-body li::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--violet); flex: none; }

.bh /* ---------- strengths ---------- */
.bh-strengths { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); margin-top: 88px; }
.bh .bh-strength { padding: 44px 36px 10px 0; border-right: 1px solid var(--line); }
.bh .bh-strength + .bh-strength { padding-left: 36px; }
.bh .bh-strength:last-child { border-right: 0; padding-right: 0; }
.bh .bh-strength .bh-idx {
  font-weight: 600;
  font-size: 14px;
  color: var(--violet);
}
.bh .bh-strength h3 { font-weight: 600; font-size: 23px; letter-spacing: -0.02em; line-height: 1.25; margin: 18px 0 12px; }
.bh .bh-strength p { color: var(--muted); font-size: 16px; line-height: 1.65; }

.bh /* ---------- framework / radar ---------- */
.bh-framework { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.bh .bh-framework-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 22px; }
.bh .bh-framework-copy .bh-heading { max-width: 10em; }
.bh .bh-framework-copy p { color: var(--muted); font-size: 16.5px; line-height: 1.65; max-width: 480px; }
.bh .bh-framework-copy p b { font-weight: 600; color: var(--ink); }
.bh .bh-legend { display: flex; gap: 24px; padding: 16px 14px 6px; }
.bh .bh-legend span { display: inline-flex; align-items: center; gap: 9px; font-size: 13.5px; font-weight: 500; color: var(--muted); }
.bh .bh-legend i { width: 10px; height: 10px; border-radius: 3px; }
.bh .bh-legend .bh-l-a { background: var(--iris); }
.bh .bh-legend .bh-l-b { background: rgba(122, 108, 255, 0.35); }

.bh .bh-radar-shell {
  background: var(--paper);
  border: 1px solid var(--line-soft);
  border-radius: 28px;
  padding: 10px;
  box-shadow: 0 40px 80px -48px rgba(20, 18, 58, 0.4);
}
.bh .bh-radar-core {
  border-radius: 20px;
  background: radial-gradient(circle at 50% 42%, #191c52, var(--navy) 78%);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.12);
  padding: 30px 18px;
}
.bh .bh-radar-core svg { width: 100%; height: auto; }
.bh .bh-radar-core .bh-r-rings polygon, .bh .bh-radar-core .bh-r-bench, .bh .bh-radar-core .bh-r-target {
  transform-box: view-box;
  transform-origin: 260px 260px;
  opacity: 0;
  transform: scale(0.2);
}
.bh .bh-radar-shell.bh-in .bh-r-rings polygon { animation: radar-in 1.1s var(--ease) forwards; }
.bh .bh-radar-shell.bh-in .bh-r-rings polygon:nth-child(1) { animation-delay: 0.05s; }
.bh .bh-radar-shell.bh-in .bh-r-rings polygon:nth-child(2) { animation-delay: 0.15s; }
.bh .bh-radar-shell.bh-in .bh-r-rings polygon:nth-child(3) { animation-delay: 0.25s; }
.bh .bh-radar-shell.bh-in .bh-r-rings polygon:nth-child(4) { animation-delay: 0.35s; }
.bh .bh-radar-shell.bh-in .bh-r-rings polygon:nth-child(5) { animation-delay: 0.45s; }
.bh .bh-radar-shell.bh-in .bh-r-bench { animation: radar-in 1.3s var(--ease) 0.6s forwards; }
.bh .bh-radar-shell.bh-in .bh-r-target { animation: radar-in 1.4s var(--ease) 0.85s forwards, radar-breathe 6s ease-in-out 2.4s infinite; }
@keyframes radar-in { to { opacity: 1; transform: scale(1); } }
@keyframes radar-breathe { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.025); } }
.bh .bh-radar-core .bh-r-sweep { transform-box: view-box; transform-origin: 260px 260px; opacity: 0; }
.bh .bh-radar-shell.bh-in .bh-r-sweep { animation: radar-sweep 7s linear 1.2s infinite, radar-fade 0.8s ease 1.2s forwards; }
@keyframes radar-sweep { to { transform: rotate(360deg); } }
@keyframes radar-fade { to { opacity: 1; } }
.bh .bh-radar-core text { opacity: 0; transition: opacity 0.9s var(--ease) 1.2s; }
.bh .bh-radar-shell.bh-in .bh-radar-core text { opacity: 1; }
.bh .bh-radar-core text {
  font-family: var(--font);
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.04em;
  fill: rgba(214, 212, 247, 0.75);
  text-transform: uppercase;
}

.bh /* ---------- testimonials ---------- */
.bh-reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.bh .bh-review {
  background: var(--paper);
  border: 1px solid var(--line-soft);
  border-radius: 24px;
  padding: 30px 28px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-shadow: 0 24px 48px -36px rgba(20, 18, 58, 0.28);
  transition: transform 0.7s var(--ease), box-shadow 0.7s var(--ease);
}
.bh .bh-review:hover { transform: translateY(-5px); box-shadow: 0 34px 64px -36px rgba(64, 56, 216, 0.3); }
.bh .bh-review-mark {
  font-family: Georgia, serif;
  font-size: 54px;
  line-height: 0.5;
  color: var(--lavender);
  height: 22px;
}
.bh .bh-review p { font-size: 16.5px; line-height: 1.65; color: var(--ink); flex: 1; }
.bh .bh-review-who { display: flex; align-items: center; gap: 14px; border-top: 1px solid var(--line-soft); padding-top: 20px; }
.bh .bh-review-who div b { font-weight: 600; font-size: 15px; display: block; }
.bh .bh-review-who div span { font-size: 13.5px; color: var(--muted); display: block; margin-top: 1px; }

.bh /* ---------- casebook ---------- */
.bh-case-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.bh .bh-case-card {
  background: var(--paper);
  border: 1px solid var(--line-soft);
  border-radius: 26px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 24px 48px -36px rgba(20, 18, 58, 0.28);
  transition: transform 0.7s var(--ease), box-shadow 0.7s var(--ease);
}
.bh .bh-case-card:hover { transform: translateY(-6px); box-shadow: 0 36px 68px -36px rgba(64, 56, 216, 0.38); }
.bh .bh-case-card:hover .bh-arrow-key { transform: translate(3px, -3px); }
.bh .bh-case-art { position: relative; height: 300px; border-radius: 19px; overflow: hidden; }
.bh .bh-case-art img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 1s var(--ease);
}
.bh .bh-case-card:hover .bh-case-art img { transform: scale(1.04); }
.bh .bh-case-art::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(8, 8, 32, 0.82) 0%, rgba(8, 8, 32, 0.35) 42%, rgba(8, 8, 32, 0.08) 70%, transparent 100%);
}
.bh .bh-case-art::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.07;
  mix-blend-mode: overlay;
}
.bh .bh-case-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(12, 16, 72, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 9999px;
  padding: 6px 13px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.bh .bh-case-art .bh-case-tag {
  position: absolute;
  top: 16px;
  left: 20px;
  z-index: 2;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(12, 16, 72, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 9999px;
  padding: 6px 13px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.bh .bh-case-art b {
  position: absolute;
  left: 20px;
  bottom: 14px;
  z-index: 2;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: -0.015em;
  line-height: 1.15;
  color: #fff;
  max-width: 86%;
}
.bh .bh-ca-space {
  background:
    radial-gradient(ellipse 120% 60% at 50% 115%, #4038d8 0%, transparent 60%),
    radial-gradient(circle at 80% 20%, rgba(176, 176, 240, 0.35), transparent 45%),
    linear-gradient(180deg, #05051a, #10123c);
}
.bh .bh-ca-gcc {
  background:
    repeating-linear-gradient(115deg, transparent 0 46px, rgba(255, 255, 255, 0.09) 46px 47px),
    linear-gradient(120deg, #4800c0, #4038d8 60%, #7a5cff);
}
.bh .bh-ca-sport {
  background:
    repeating-radial-gradient(circle at 110% 120%, rgba(255, 255, 255, 0.12) 0 2px, transparent 2px 26px),
    linear-gradient(300deg, #35088f, #4038d8 55%, #b0b0f0 130%);
}
.bh .bh-ca-ai {
  background:
    repeating-linear-gradient(0deg, transparent 0 34px, rgba(255, 255, 255, 0.08) 34px 35px),
    repeating-linear-gradient(90deg, transparent 0 34px, rgba(255, 255, 255, 0.08) 34px 35px),
    radial-gradient(circle at 25% 80%, #7a5cff, transparent 55%),
    linear-gradient(160deg, #0c1048, #4800c0);
}
.bh .bh-case-body { padding: 24px 22px 20px; display: flex; flex-direction: column; gap: 14px; flex: 1; }
.bh .bh-case-body p { color: var(--muted); font-size: 15.5px; line-height: 1.62; }
.bh .bh-case-result {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid var(--line-soft);
  padding-top: 18px;
}
.bh .bh-case-result span { font-size: 14.5px; font-weight: 500; color: var(--ink); line-height: 1.5; }
.bh .bh-case-result .bh-arrow-key { color: #fff; }
.bh .bh-case-card { color: inherit; cursor: pointer; }
.bh .bh-case-card:focus-visible { outline: 2px solid var(--violet); outline-offset: 4px; }
.bh .bh-case-industries { display: flex; flex-wrap: wrap; gap: 8px; }
.bh .bh-case-industries span {
  font-size: 13.5px;
  font-weight: 500;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 9999px;
  padding: 7px 14px;
  line-height: 1.2;
}
.bh .bh-case-more { margin-top: 56px; display: flex; justify-content: center; }

.bh /* ---------- vc reviews / fluid expanding grid ---------- */
.bh-fluid-grid { position: relative; height: 540px; }
.bh .bh-fluid-card {
  position: absolute;
  overflow: hidden;
  border-radius: 32px;
  cursor: pointer;
}
.bh .bh-fluid-grid.bh-is-ready .bh-fluid-card {
  transition: top 0.8s var(--ease), left 0.8s var(--ease),
    width 0.8s var(--ease), height 0.8s var(--ease);
}
.bh .bh-fluid-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  pointer-events: none;
  transition: border-color 0.5s var(--ease);
  z-index: 4;
}
.bh .bh-fluid-card:hover::after { border-color: rgba(255, 255, 255, 0.25); }
.bh .bh-fluid-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: object-position 1s ease-in-out;
  object-position: center 50%;
}
.bh .bh-fluid-card.bh-is-wide img { object-position: center 35%; }
.bh /* brand-gradient fallbacks behind the photos */
.bh-fc-mexico {
  background:
    radial-gradient(circle at 20% 110%, #7a5cff, transparent 60%),
    linear-gradient(150deg, #23155e, #4038d8);
}
.bh .bh-fc-uae {
  background:
    radial-gradient(circle at 85% -10%, #b0b0f0, transparent 55%),
    linear-gradient(215deg, #4038d8, #35088f);
}
.bh .bh-fc-saudi {
  background:
    radial-gradient(ellipse 120% 60% at 50% 115%, #4038d8 0%, transparent 60%),
    linear-gradient(180deg, #05051a, #10123c);
}
.bh .bh-fluid-dim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: opacity 0.7s var(--ease);
  z-index: 1;
}
.bh .bh-fluid-card.bh-is-wide .bh-fluid-dim { opacity: 0; }
.bh .bh-fluid-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, transparent 60%);
  pointer-events: none;
  z-index: 2;
}
.bh .bh-fluid-tag {
  position: absolute;
  top: 18px;
  left: 22px;
  z-index: 3;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(12, 16, 72, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 9999px;
  padding: 6px 13px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.bh .bh-fluid-text {
  position: absolute;
  left: 26px;
  right: 84px;
  bottom: 22px;
  color: #fff;
  z-index: 3;
  user-select: none;
}
.bh .bh-fluid-text b {
  display: block;
  font-weight: 600;
  font-size: clamp(24px, 2.4vw, 32px);
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 6px;
}
.bh .bh-fluid-text span {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bh .bh-fluid-link { position: absolute; right: 18px; bottom: 18px; z-index: 3; }
.bh .bh-fluid-link:hover { transform: translate(3px, -3px); }
.bh .bh-guide-more {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  font-size: 15px;
}
.bh .bh-guide-more span { color: var(--muted); font-weight: 500; }
.bh .bh-guide-more a {
  font-weight: 500;
  color: var(--violet);
  border-bottom: 1px solid rgba(64, 56, 216, 0.3);
  transition: border-color 0.5s var(--ease), color 0.5s var(--ease); padding: 8px 2px; display: inline-block; }
.bh .bh-guide-more a:hover { border-color: var(--violet); }
.bh .bh-btn-dark { background: var(--navy); color: #fff; }
.bh .bh-btn-dark:hover { background: var(--violet); }
.bh .bh-btn-dark .bh-btn-orb { background: rgba(255, 255, 255, 0.14); }
.bh .bh-btn-ghost { background: transparent; color: #fff; border: 1px solid rgba(176, 176, 240, 0.45); padding-top: 9px; padding-bottom: 9px; }
.bh .bh-btn-ghost:hover { border-color: #fff; background: rgba(255, 255, 255, 0.06); }
.bh .bh-btn-ghost .bh-btn-orb { background: rgba(255, 255, 255, 0.12); }
.bh .bh-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.bh /* ---------- footer ---------- */
.bh-footer {
  position: relative;
  background: var(--navy);
  color: #fff;
  padding: 130px 0 48px;
  overflow: hidden;
  border-radius: 40px 40px 0 0;
}
.bh .bh-footer-aurora { position: absolute; inset: 0; pointer-events: none; }
.bh .bh-footer-aurora i { position: absolute; border-radius: 50%; filter: blur(90px); }
.bh .bh-footer-aurora i:nth-child(1) {
  width: 760px; height: 760px;
  right: -220px; top: -300px;
  background: radial-gradient(circle, rgba(64, 56, 216, 0.5), transparent 65%);
}
.bh .bh-footer-aurora i:nth-child(2) {
  width: 560px; height: 560px;
  left: -200px; bottom: -220px;
  background: radial-gradient(circle, rgba(72, 0, 192, 0.4), transparent 65%);
}
.bh .bh-footer-cta {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  padding-bottom: 90px;
}
.bh .bh-footer-cta .bh-display { max-width: 11em; }
.bh .bh-footer-cta .bh-display .bh-accent { color: var(--lavender); }
.bh .bh-footer-cta .bh-lede { color: rgba(214, 212, 247, 0.75); max-width: 520px; }
.bh .bh-footer-contacts { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.bh .bh-footer-alt { font-size: 15px; color: rgba(214, 212, 247, 0.65); }
.bh .bh-footer-alt a { color: #fff; border-bottom: 1px solid rgba(176, 176, 240, 0.4); transition: border-color 0.5s var(--ease); }
.bh .bh-footer-alt a:hover { border-color: #fff; }
.bh .bh-footer-meta {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(176, 176, 240, 0.18);
  padding-top: 38px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  font-size: 13.5px;
  color: rgba(214, 212, 247, 0.6);
  line-height: 1.9;
}
.bh .bh-footer-links { display: flex; gap: 26px; flex-wrap: wrap; }
.bh .bh-footer-links a { font-weight: 500; color: rgba(214, 212, 247, 0.75); transition: color 0.5s var(--ease); padding: 8px 0; display: inline-block; }
.bh .bh-footer-links a:hover { color: #fff; }
.bh .bh-footer-watermark {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.34em;
  font-weight: 700;
  font-size: clamp(160px, 22vw, 340px);
  letter-spacing: -0.045em;
  line-height: 1;
  color: rgba(176, 176, 240, 0.06);
  user-select: none;
  pointer-events: none;
  white-space: nowrap;
}

.bh /* ---------- faq ---------- */
.bh-faq { display: grid; grid-template-columns: 1fr 1.4fr; gap: 72px; align-items: start; }
.bh .bh-faq-head { display: flex; flex-direction: column; gap: 22px; position: sticky; top: 110px; }
.bh .bh-faq-head .bh-lede { max-width: 380px; }
.bh .bh-faq-list { border-top: 1px solid var(--line); }
.bh .bh-faq-item { border-bottom: 1px solid var(--line); }
.bh .bh-faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
}
.bh .bh-faq-item summary::-webkit-details-marker { display: none; }
.bh .bh-faq-item h3 { font-weight: 600; font-size: 19px; letter-spacing: -0.015em; line-height: 1.3; }
.bh .bh-faq-icon { position: relative; width: 34px; height: 34px; flex: none; border-radius: 50%; border: 1px solid var(--line); transition: background-color 0.5s var(--ease), border-color 0.5s var(--ease), transform 0.6s var(--ease); }
.bh .bh-faq-icon::before, .bh .bh-faq-icon::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 1.5px; background: var(--ink); transform: translate(-50%, -50%); transition: transform 0.5s var(--ease), background-color 0.5s var(--ease); }
.bh .bh-faq-icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.bh .bh-faq-item summary:hover .bh-faq-icon { border-color: var(--violet); }
.bh .bh-faq-item[open] .bh-faq-icon { background: var(--violet); border-color: var(--violet); transform: rotate(45deg); }
.bh .bh-faq-item[open] .bh-faq-icon::before, .bh .bh-faq-item[open] .bh-faq-icon::after { background: #fff; }
.bh .bh-faq-item p { color: var(--muted); font-size: 16px; line-height: 1.65; padding: 0 60px 26px 0; max-width: 640px; }
.bh .bh-faq-item p a { color: var(--violet); border-bottom: 1px solid rgba(64, 56, 216, 0.3); }

.bh /* ---------- reveal animations ---------- */
.bh-reveal {
  opacity: 0;
  transform: translateY(44px);
  filter: blur(7px);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease), filter 0.9s var(--ease);
  transition-delay: var(--d, 0s);
}
.bh .bh-reveal.bh-in { opacity: 1; transform: translateY(0); filter: blur(0); }

@media (prefers-reduced-motion: reduce) {
  .bh .bh-reveal { opacity: 1; transform: none; filter: none; transition: none; }
  html { scroll-behavior: auto; }
  .bh .bh-hwc-line, .bh .bh-hwc-area, .bh .bh-hwc-dot, .bh .bh-hwc-bars path, .bh .bh-hws-a, .bh .bh-hws-b, .bh .bh-hws-c, .bh .bh-hw-bar i, .bh .bh-hw-funding .bh-hwc-vallab, .bh .bh-hw-deals .bh-hwc-vallab {
    animation: none;
    opacity: 1;
    transform: none;
    stroke-dashoffset: 0;
  }
  .bh .bh-hwc-line { stroke-dasharray: none; }
  .bh .bh-r-rings polygon, .bh .bh-r-bench, .bh .bh-r-target, .bh .bh-r-sweep { animation: none !important; opacity: 1 !important; transform: none !important; }
  .bh .bh-r-sweep { opacity: 0 !important; }
  .bh .bh-radar-core text { opacity: 1; transition: none; }
  .bh .bh-hws-a { stroke-dasharray: 127 218.6; }
  .bh .bh-hws-b { stroke-dasharray: 89 256.6; stroke-dashoffset: -131.3; }
  .bh .bh-hws-c { stroke-dasharray: 117 228.6; stroke-dashoffset: -224.6; }
}


.bh /* ---------- responsive ---------- */
@media (max-width: 1080px) {
  .faq { grid-template-columns: 1fr; gap: 40px; }
  .faq-head { position: static; }
  .framework { grid-template-columns: 1fr; gap: 48px; }
  .framework-copy p, .framework-copy .heading { max-width: 640px; }
}

@media (max-width: 960px) {
  .bh .bh-section { padding: 92px 0; }
  .bh .bh-hero { min-height: 0; display: flex; flex-direction: column; }
  .bh .bh-hero-copy {
    position: relative;
    left: auto;
    bottom: auto;
    order: 1;
    padding: 110px 24px 96px;
    max-width: 100%;
  }
  .bh .bh-hero-window { display: none; }
  .bh .bh-hero-window {
    position: relative;
    order: 2;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    height: 560px;
    margin: 0 -24px 0 24px;
    border-radius: 16px 0 0 0;
    flex: none;
  }
  .bh .bh-pillars { grid-template-columns: 1fr; gap: 16px; }
  .bh .bh-pillar:nth-child(2), .bh .bh-pillar:nth-child(3) { margin-top: 0; }
  .bh .bh-strengths { grid-template-columns: 1fr; }
  .bh .bh-strength { border-right: 0; border-bottom: 1px solid var(--line); padding: 30px 0; }
  .bh .bh-strength + .bh-strength { padding-left: 0; }
  .bh .bh-strength:last-child { border-bottom: 0; }
  .bh .bh-case-grid { grid-template-columns: 1fr; }
  .bh .bh-reviews { grid-template-columns: 1fr; }
  .bh .bh-fluid-grid { height: 420px; }
  .bh .bh-pulse { grid-template-columns: 1fr; gap: 20px; padding: 24px; }
  .bh .bh-pulse-cta { justify-self: start; }
  .bh .bh-sample { grid-template-columns: 1fr; gap: 32px; padding: 40px 32px; }
  .bh .bh-fluid-text { left: 20px; bottom: 16px; right: 72px; }
  .bh .bh-fluid-text span { font-size: 12.5px; }
  .bh .bh-hero-stats .bh-wrap { grid-template-columns: 1fr 1fr; }
  .bh .bh-stat { border-right: 0; border-bottom: 1px solid var(--line); padding: 24px 0; }
  .bh .bh-stat + .bh-stat { padding-left: 0; }
  .bh .bh-stat:nth-child(odd) { border-right: 1px solid var(--line); padding-right: 22px; }
  .bh .bh-stat:nth-child(even) { padding-left: 22px; }
  .bh .bh-stat:nth-child(3), .bh .bh-stat:nth-child(4) { border-bottom: 0; }
  .bh .bh-logos .bh-wrap { justify-content: flex-start; }
}


@media (max-width: 640px) {
  .bh .bh-wrap { padding: 0 20px; }
  .bh .bh-section { padding: 76px 0; }
  .bh .bh-hero-copy { padding: 96px 20px 80px; }
  .bh .bh-hw-kpis { grid-template-columns: 1fr; }
  .bh .bh-hw-body { grid-template-columns: 1fr; }
  .bh .bh-section-head { margin-bottom: 44px; }
  .bh .bh-stat b { font-size: 34px; }
  .bh .bh-stat span { font-size: 13px; }
  .bh .bh-pillar-art { height: 120px; }
  .bh .bh-pillar-art b { font-size: 26px; }
  .bh .bh-pillar-body { padding: 20px 18px 16px; }
  .bh .bh-strengths { margin-top: 56px; }
  .bh .bh-fluid-grid { height: 380px; }
  .bh .bh-btn { font-size: 15px; }
  .bh .bh-faq-item h3 { font-size: 17px; }
  .bh .bh-pulse-stats { grid-template-columns: 1fr; gap: 12px; }
  .bh .bh-pulse-stats > div { border-left: 0; padding-left: 0; border-top: 1px solid rgba(176, 176, 240, 0.2); padding-top: 12px; }
  .bh .bh-pulse-stats span { white-space: normal; }
  .bh .bh-sample { padding: 28px 20px; border-radius: 24px; }
  .bh .bh-sample-row { flex-direction: column; border-radius: 22px; padding: 6px; }
  .bh .bh-sample-row input { width: 100%; padding: 12px 16px; }
  .bh .bh-sample-row .bh-btn { width: 100%; justify-content: space-between; }
  .bh .bh-sample-note, .bh .bh-sample-msg { padding-left: 4px; }
  .bh .bh-faq-item p { padding-right: 0; }
  .bh .bh-footer { padding-top: 88px; border-radius: 24px 24px 0 0; }
}

