/* ==========================================================================
   BRAND MIZ — Design System
   Dark, premium growth-studio aesthetic. Inter + JetBrains Mono.
   Accent: #E63D2E on near-black (#0A0A0A).
   ========================================================================== */

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
html, body { background: #0A0A0A; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  background: #0A0A0A;
  color: #EAEAEA;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; }
button { font-family: inherit; }

.bm-orange { color: #E63D2E; }
.bm-container { max-width: 1180px; margin: 0 auto; padding: 0 28px; }
.bm-container-narrow { max-width: 860px; margin: 0 auto; padding: 0 28px; }

/* ---------- Scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Announcement bar ---------- */
.bm-announce { background: #1A0F0D; color: #EEE; text-align: center; padding: 11px 20px; font-size: 13px; border-bottom: 1px solid rgba(230,61,46,0.15); }
.bm-announce a { color: #FFF; font-weight: 600; text-decoration: underline; text-decoration-color: rgba(230,61,46,0.5); text-underline-offset: 3px; }
.bm-announce a:hover { text-decoration-color: #E63D2E; }

/* ---------- Nav ---------- */
.bm-nav { position: sticky; top: 0; z-index: 100; background: rgba(10,10,10,0.85); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,255,255,0.06); }
.bm-nav-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.bm-logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.bm-logo-img { height: 34px; width: auto; display: block; }
.bm-nav-links { display: flex; gap: 32px; font-size: 14px; color: #BBB; }
.bm-nav-links a { position: relative; padding: 4px 0; transition: color 0.15s; }
.bm-nav-links a:hover { color: #E63D2E; }
.bm-nav-links a.active { color: #FFF; }
.bm-nav-links a.active::after { content: ''; position: absolute; left: 0; right: 0; bottom: -22px; height: 2px; background: #E63D2E; }
.bm-nav-cta { display: flex; align-items: center; gap: 14px; }
.bm-btn-ghost { font-size: 14px; color: #BBB; padding: 9px 14px; border-radius: 6px; white-space: nowrap; }
.bm-btn-ghost:hover { color: #FFF; }
.bm-btn-primary { font-size: 14px; font-weight: 600; color: #FFF; background: #E63D2E; padding: 10px 18px; border-radius: 6px; border: 1px solid #E63D2E; cursor: pointer; transition: all 0.15s; white-space: nowrap; display: inline-block; }
.bm-btn-primary:hover { background: #C32E20; }
.bm-nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; }
.bm-nav-toggle span { width: 22px; height: 2px; background: #EAEAEA; border-radius: 2px; }

/* ---------- Buttons (general) ---------- */
.bm-btn-primary-lg { font-size: 15px; font-weight: 600; color: #FFF; background: #E63D2E; padding: 14px 26px; border-radius: 8px; border: 1px solid #E63D2E; display: inline-flex; align-items: center; gap: 8px; cursor: pointer; transition: all 0.15s; }
.bm-btn-primary-lg:hover { background: #C32E20; transform: translateY(-1px); }
.bm-btn-secondary-lg { font-size: 15px; font-weight: 500; color: #FFF; background: transparent; padding: 14px 26px; border-radius: 8px; border: 1px solid rgba(255,255,255,0.2); display: inline-flex; align-items: center; gap: 8px; cursor: pointer; transition: all 0.15s; }
.bm-btn-secondary-lg:hover { background: rgba(255,255,255,0.05); }

/* ---------- Breadcrumb ---------- */
.bm-breadcrumb { padding: 20px 0 0; font-size: 13px; color: #777; }
.bm-breadcrumb a:hover { color: #E63D2E; }
.bm-breadcrumb span.sep { margin: 0 8px; color: #444; }
.bm-breadcrumb span.current { color: #BBB; }

/* ---------- Page hero (interior pages) ---------- */
.bm-page-hero { padding: 60px 0 90px; position: relative; overflow: hidden; }
.bm-page-hero-bg { position: absolute; top: -220px; right: -220px; width: 700px; height: 700px; background: radial-gradient(circle, rgba(230,61,46,0.12) 0%, transparent 60%); border-radius: 50%; pointer-events: none; }
.bm-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; color: #E63D2E; padding: 7px 14px; border: 1px solid rgba(230,61,46,0.3); border-radius: 30px; background: rgba(230,61,46,0.08); margin-bottom: 26px; }
.bm-dot { width: 7px; height: 7px; background: #E63D2E; border-radius: 50%; flex-shrink: 0; }

.bm-h1 { font-size: 60px; font-weight: 800; letter-spacing: -2.4px; line-height: 1.06; color: #FFF; margin-bottom: 24px; }
.bm-h1 .bm-orange { color: #E63D2E; }
.bm-h1-italic { font-style: italic; font-weight: 400; color: #888; }
.bm-sub { font-size: 18px; color: #AAA; line-height: 1.65; max-width: 620px; }
.bm-sub.center { margin: 0 auto; }

/* ---------- Hero home (grid w/ dashboard) ---------- */
.bm-hero { padding: 76px 0 100px; position: relative; overflow: hidden; }
.bm-hero-bg { position: absolute; top: -200px; right: -200px; width: 700px; height: 700px; background: radial-gradient(circle, rgba(230,61,46,0.12) 0%, transparent 60%); border-radius: 50%; pointer-events: none; }
.bm-hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr 1fr; gap: 70px; align-items: center; }
.bm-hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin: 34px 0 38px; }
.bm-hero-meta { display: flex; gap: 28px; align-items: center; padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.06); flex-wrap: wrap; }
.bm-hero-meta-item { font-size: 13px; color: #888; }
.bm-hero-meta-item strong { color: #FFF; font-weight: 700; font-size: 22px; display: block; margin-bottom: 2px; letter-spacing: -0.5px; }

/* Dashboard widget */
.bm-dashboard { background: linear-gradient(180deg, #111 0%, #0E0E0E 100%); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,0.6), 0 0 100px rgba(230,61,46,0.08); position: relative; }
.bm-dash-header { padding: 14px 18px; border-bottom: 1px solid rgba(255,255,255,0.06); display: flex; align-items: center; gap: 10px; background: #151515; }
.bm-dash-dots { display: flex; gap: 6px; }
.bm-dash-dot { width: 10px; height: 10px; border-radius: 50%; }
.bm-dash-title { margin-left: 8px; font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #888; }
.bm-dash-live { margin-left: auto; display: flex; align-items: center; gap: 6px; font-size: 11px; color: #22C55E; font-family: 'JetBrains Mono', monospace; }
.bm-dash-live-dot { width: 6px; height: 6px; background: #22C55E; border-radius: 50%; animation: bmPulse 2s ease-out infinite; }
@keyframes bmPulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } }
.bm-dash-body { padding: 22px 20px; }
.bm-dash-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.bm-dash-label { font-size: 11px; color: #777; letter-spacing: 1.2px; text-transform: uppercase; font-weight: 600; }
.bm-dash-range { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #888; padding: 4px 8px; background: rgba(255,255,255,0.04); border-radius: 4px; border: 1px solid rgba(255,255,255,0.06); }
.bm-dash-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 22px; }
.bm-dash-metric { padding: 16px 14px; background: #161616; border: 1px solid rgba(255,255,255,0.05); border-radius: 10px; }
.bm-dash-metric-label { font-size: 11px; color: #888; margin-bottom: 6px; letter-spacing: 0.5px; }
.bm-dash-metric-value { font-size: 22px; font-weight: 700; color: #FFF; letter-spacing: -0.5px; margin-bottom: 4px; }
.bm-dash-metric-delta { font-size: 11px; color: #22C55E; display: flex; align-items: center; gap: 3px; font-weight: 600; }
.bm-dash-chart { background: #161616; border: 1px solid rgba(255,255,255,0.05); border-radius: 10px; padding: 16px; margin-bottom: 18px; }
.bm-dash-chart-title { font-size: 12px; color: #AAA; margin-bottom: 14px; font-weight: 500; }
.bm-dash-bars { display: flex; align-items: end; gap: 6px; height: 70px; }
.bm-dash-bar { flex: 1; background: linear-gradient(180deg, #E63D2E 0%, rgba(230,61,46,0.3) 100%); border-radius: 3px 3px 0 0; min-height: 6px; }
.bm-dash-feed { display: flex; flex-direction: column; gap: 10px; }
.bm-dash-feed-item { display: flex; align-items: center; gap: 10px; padding: 8px 12px; background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.04); border-radius: 8px; font-size: 12px; }
.bm-dash-feed-ico { width: 22px; height: 22px; background: rgba(230,61,46,0.12); color: #E63D2E; border-radius: 5px; display: grid; place-items: center; flex-shrink: 0; }
.bm-dash-feed-ico svg { width: 12px; height: 12px; }
.bm-dash-feed-text { color: #CCC; flex: 1; }
.bm-dash-feed-time { color: #666; font-family: 'JetBrains Mono', monospace; font-size: 10px; }

/* ---------- Feature pills ---------- */
.bm-pills { padding: 44px 0; border-top: 1px solid rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.05); }
.bm-pills-row { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.bm-pill { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 500; color: #DDD; padding: 9px 16px; border-radius: 30px; border: 1px solid rgba(255,255,255,0.1); background: rgba(255,255,255,0.02); }
.bm-pill svg { width: 14px; height: 14px; color: #E63D2E; }

/* ---------- Industry pills ---------- */
.bm-builtfor { padding: 70px 0; }
.bm-builtfor-label { font-size: 13px; color: #888; text-align: center; margin-bottom: 28px; font-weight: 500; }
.bm-builtfor-label .bm-orange { font-weight: 700; }
.bm-industries-scroll { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.bm-industry-pill { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: #FFF; padding: 11px 20px; border-radius: 100px; background: #161616; border: 1px solid rgba(255,255,255,0.08); transition: all 0.2s; cursor: default; }
.bm-industry-pill:hover { border-color: rgba(230,61,46,0.4); background: #1A0F0D; transform: translateY(-2px); }
.bm-industry-pill svg { width: 15px; height: 15px; color: #E63D2E; }

/* ---------- Sections common ---------- */
.bm-section { padding: 110px 0; }
.bm-section.tight { padding: 80px 0; }
.bm-section.alt { background: #0E0E0E; border-top: 1px solid rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.05); }
.bm-section-head { text-align: center; max-width: 760px; margin: 0 auto 60px; }
.bm-section-head.left { text-align: left; margin: 0 0 50px; }
.bm-section-tag { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #E63D2E; margin-bottom: 16px; }
.bm-h2 { font-size: 44px; font-weight: 700; letter-spacing: -1.5px; line-height: 1.1; color: #FFF; margin-bottom: 18px; }
.bm-h2 em { font-style: italic; font-weight: 400; color: #888; }
.bm-section-sub { font-size: 17px; color: #AAA; line-height: 1.6; }

/* ---------- Cards: who we help / offer cards ---------- */
.bm-cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.bm-cards-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.bm-offer-card { background: #111; border: 1px solid rgba(255,255,255,0.06); border-radius: 16px; padding: 34px 30px; transition: all 0.2s; }
.bm-offer-card:hover { border-color: rgba(230,61,46,0.3); background: #161616; transform: translateY(-4px); }
.bm-offer-icon { width: 48px; height: 48px; background: rgba(230,61,46,0.1); border: 1px solid rgba(230,61,46,0.25); border-radius: 12px; display: grid; place-items: center; font-size: 22px; margin-bottom: 22px; }
.bm-offer-card h3 { font-size: 19px; font-weight: 600; color: #FFF; margin-bottom: 14px; letter-spacing: -0.3px; }
.bm-offer-card ul li { font-size: 14px; color: #AAA; padding: 5px 0 5px 18px; position: relative; line-height: 1.5; }
.bm-offer-card ul li::before { content: ''; position: absolute; left: 0; top: 13px; width: 8px; height: 2px; background: #E63D2E; }
.bm-offer-card p { font-size: 14.5px; color: #AAA; line-height: 1.6; }

/* ---------- Journey flow (vertical process) ---------- */
.bm-flow { display: flex; flex-direction: column; align-items: center; gap: 0; max-width: 480px; margin: 0 auto; }
.bm-flow-step { width: 100%; background: #111; border: 1px solid rgba(255,255,255,0.07); border-radius: 12px; padding: 16px 22px; text-align: center; font-weight: 600; color: #FFF; font-size: 15px; }
.bm-flow-arrow { color: #E63D2E; padding: 8px 0; font-size: 18px; }

/* Growth solutions grid */
.bm-solutions-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

/* ---------- Why us checklist ---------- */
.bm-check-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; max-width: 720px; margin: 0 auto; }
.bm-check-item { display: flex; align-items: center; gap: 12px; background: #111; border: 1px solid rgba(255,255,255,0.06); border-radius: 10px; padding: 16px 18px; font-size: 15px; color: #EEE; font-weight: 500; }
.bm-check-item svg { color: #E63D2E; width: 18px; height: 18px; flex-shrink: 0; }

/* ---------- Industries grid ---------- */
.bm-industries { padding: 0; }
.bm-industries-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.bm-ind-card { background: #111; border: 1px solid rgba(255,255,255,0.06); border-radius: 14px; padding: 26px 22px; transition: all 0.2s; }
.bm-ind-card:hover { border-color: rgba(230,61,46,0.3); background: #161616; transform: translateY(-3px); }
.bm-ind-icon { width: 42px; height: 42px; background: rgba(230,61,46,0.1); border: 1px solid rgba(230,61,46,0.25); border-radius: 10px; display: grid; place-items: center; color: #E63D2E; margin-bottom: 18px; }
.bm-ind-icon svg { width: 20px; height: 20px; }
.bm-ind-card h4 { font-size: 16px; font-weight: 600; color: #FFF; letter-spacing: -0.2px; }

/* ---------- Team / who we are ---------- */
.bm-team { padding: 110px 0; background: #0E0E0E; border-top: 1px solid rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.05); }
.bm-team-inner { display: grid; grid-template-columns: 1.3fr 1fr; gap: 64px; align-items: center; }
.bm-team-photo { aspect-ratio: 3/2; border: 1px solid rgba(230,61,46,0.2); border-radius: 16px; overflow: hidden; position: relative; }
.bm-team-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bm-team-photo-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(10,10,10,0.85) 100%); pointer-events: none; }
.bm-team-tag { position: absolute; bottom: 18px; left: 22px; font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #FFF; letter-spacing: 2px; text-transform: uppercase; z-index: 2; opacity: 0.9; }
.bm-team-content h2 { font-size: 40px; font-weight: 700; color: #FFF; letter-spacing: -1.2px; line-height: 1.1; margin-bottom: 18px; }
.bm-team-content h2 em { font-style: italic; font-weight: 400; color: #888; }
.bm-team-content > p { font-size: 16px; color: #AAA; line-height: 1.65; margin-bottom: 30px; }
.bm-team-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.08); }
.bm-team-stat strong { font-size: 28px; color: #E63D2E; font-weight: 800; display: block; margin-bottom: 2px; letter-spacing: -0.8px; }
.bm-team-stat span { font-size: 13px; color: #888; }

/* ---------- Process steps ---------- */
.bm-process { padding: 110px 0; }
.bm-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.bm-step { background: #111; border: 1px solid rgba(255,255,255,0.06); border-radius: 14px; padding: 32px 28px; transition: all 0.2s; }
.bm-step:hover { border-color: rgba(230,61,46,0.3); }
.bm-step-num { font-family: 'JetBrains Mono', monospace; font-size: 13px; font-weight: 700; color: #E63D2E; letter-spacing: 2px; margin-bottom: 16px; padding-bottom: 16px; border-bottom: 1px solid rgba(230,61,46,0.2); }
.bm-step h4 { font-size: 20px; font-weight: 600; color: #FFF; margin-bottom: 14px; letter-spacing: -0.3px; }
.bm-step p { font-size: 13.5px; color: #BBB; line-height: 1.6; }

/* ---------- Timeline (About: Our Story) ---------- */
.bm-timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; background: #111; border: 1px solid rgba(255,255,255,0.06); border-radius: 16px; padding: 34px 28px; }
.bm-timeline-item { text-align: center; padding: 0 14px; position: relative; }
.bm-timeline-item:not(:last-child)::after { content: ''; position: absolute; top: 8px; right: -14px; width: 0; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 7px solid rgba(230,61,46,0.4); }
.bm-timeline-year { font-family: 'JetBrains Mono', monospace; font-size: 22px; font-weight: 700; color: #E63D2E; margin-bottom: 10px; }
.bm-timeline-label { font-size: 14px; color: #DDD; font-weight: 500; line-height: 1.4; }

/* ---------- Quote / Vision card ---------- */
.bm-quote-card { background: linear-gradient(135deg, #161616 0%, #1A0F0D 100%); border: 1px solid rgba(255,255,255,0.08); border-radius: 24px; padding: 60px; text-align: center; position: relative; overflow: hidden; }
.bm-quote-glow { position: absolute; top: -120px; left: 50%; transform: translateX(-50%); width: 500px; height: 300px; background: radial-gradient(circle, rgba(230,61,46,0.18) 0%, transparent 65%); pointer-events: none; }
.bm-quote-mark { font-family: Georgia, serif; font-size: 64px; color: rgba(230,61,46,0.4); line-height: 1; margin-bottom: 6px; }
.bm-quote-text { font-size: 26px; font-weight: 600; color: #FFF; line-height: 1.5; letter-spacing: -0.4px; max-width: 760px; margin: 0 auto; position: relative; z-index: 1; }

/* ---------- Mission cards ---------- */
.bm-mission-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.bm-mission-card { background: #111; border: 1px solid rgba(255,255,255,0.06); border-radius: 16px; padding: 34px 28px; text-align: center; }
.bm-mission-num { font-family: 'JetBrains Mono', monospace; color: #E63D2E; font-size: 13px; font-weight: 700; letter-spacing: 2px; margin-bottom: 16px; }
.bm-mission-card h3 { font-size: 22px; font-weight: 700; color: #FFF; margin-bottom: 12px; }
.bm-mission-card p { font-size: 14.5px; color: #AAA; line-height: 1.6; }

/* ---------- Comparison table ---------- */
.bm-compare { background: #111; border: 1px solid rgba(255,255,255,0.06); border-radius: 16px; overflow: hidden; }
.bm-compare-row { display: grid; grid-template-columns: 1fr 1fr 1fr; }
.bm-compare-row + .bm-compare-row { border-top: 1px solid rgba(255,255,255,0.06); }
.bm-compare-row.head { background: #161616; }
.bm-compare-cell { padding: 18px 22px; font-size: 14.5px; color: #CCC; display: flex; align-items: center; gap: 8px; }
.bm-compare-row.head .bm-compare-cell { font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #888; }
.bm-compare-cell.label { color: #888; font-size: 13px; }
.bm-compare-cell.brandmiz { color: #FFF; font-weight: 600; background: rgba(230,61,46,0.05); }
.bm-compare-row.head .bm-compare-cell.brandmiz { color: #E63D2E; background: rgba(230,61,46,0.08); }
.bm-compare-cell svg { width: 15px; height: 15px; flex-shrink: 0; color: #E63D2E; }

/* ---------- Circular growth cycle ---------- */
.bm-cycle { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 0; }
.bm-cycle-node { background: #111; border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; padding: 16px 22px; font-size: 14px; font-weight: 600; color: #FFF; text-align: center; }
.bm-cycle-arrow { color: #E63D2E; font-size: 18px; padding: 0 10px; }

/* ---------- Values grid ---------- */
.bm-values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.bm-value-card { background: #111; border: 1px solid rgba(255,255,255,0.06); border-radius: 14px; padding: 28px 24px; }
.bm-value-icon { width: 42px; height: 42px; background: rgba(230,61,46,0.1); border: 1px solid rgba(230,61,46,0.25); border-radius: 10px; display: grid; place-items: center; color: #E63D2E; margin-bottom: 18px; }
.bm-value-icon svg { width: 20px; height: 20px; }
.bm-value-card h4 { font-size: 17px; font-weight: 600; color: #FFF; margin-bottom: 8px; }
.bm-value-card p { font-size: 13.5px; color: #888; line-height: 1.55; }

/* ---------- Ecosystem tree (Miz Group) ---------- */
.bm-ecosystem { background: #111; border: 1px solid rgba(255,255,255,0.06); border-radius: 16px; padding: 46px 28px; text-align: center; }
.bm-eco-hub { display: inline-block; font-family: 'JetBrains Mono', monospace; font-weight: 700; font-size: 16px; color: #FFF; background: rgba(230,61,46,0.1); border: 1px solid rgba(230,61,46,0.3); padding: 12px 26px; border-radius: 8px; margin-bottom: 30px; }
.bm-eco-row { display: flex; justify-content: center; gap: 18px; flex-wrap: wrap; }
.bm-eco-branch { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.bm-eco-node { font-family: 'JetBrains Mono', monospace; font-size: 13.5px; color: #DDD; background: #161616; border: 1px solid rgba(255,255,255,0.08); padding: 10px 18px; border-radius: 8px; min-width: 140px; }
.bm-eco-node.primary { color: #E63D2E; border-color: rgba(230,61,46,0.35); }
.bm-eco-connector { width: 1px; height: 18px; background: rgba(255,255,255,0.15); }

/* ---------- Sister platform card ---------- */
.bm-sister { padding: 50px 0 110px; }
.bm-sister-card { background: linear-gradient(135deg, #161616 0%, #1A0F0D 100%); border-radius: 24px; padding: 56px; display: grid; grid-template-columns: 1.5fr 1fr; gap: 60px; align-items: center; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,0.08); }
.bm-sister-glow { position: absolute; top: -100px; right: -100px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(230,61,46,0.25) 0%, transparent 60%); border-radius: 50%; pointer-events: none; }
.bm-sister-content { position: relative; z-index: 1; }
.bm-sister-tag { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #E63D2E; background: rgba(230,61,46,0.12); padding: 5px 12px; border-radius: 20px; margin-bottom: 20px; }
.bm-sister h3 { font-size: 32px; font-weight: 700; color: #FFF; margin-bottom: 16px; letter-spacing: -0.8px; line-height: 1.2; }
.bm-sister p { font-size: 16px; color: #BBB; line-height: 1.6; margin-bottom: 26px; }
.bm-sister-visual { position: relative; z-index: 1; text-align: center; }
.bm-sister-domain-link { display: inline-flex; align-items: center; gap: 14px; transition: transform 0.2s; }
.bm-sister-domain-link:hover { transform: translateX(4px); }
.bm-sister-domain { font-family: 'JetBrains Mono', monospace; font-size: 32px; font-weight: 800; color: #FFF; letter-spacing: -1.2px; line-height: 1; white-space: nowrap; }
.bm-sister-arrow { color: #E63D2E; display: flex; align-items: center; }
.bm-sister-arrow svg { width: 26px; height: 26px; }

/* ---------- Big CTA ---------- */
.bm-cta-big { padding: 120px 0; background: #0E0E0E; border-top: 1px solid rgba(255,255,255,0.05); position: relative; overflow: hidden; }
.bm-cta-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(230,61,46,0.15) 1px, transparent 1px), linear-gradient(90deg, rgba(230,61,46,0.15) 1px, transparent 1px); background-size: 70px 70px; mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%); -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%); pointer-events: none; }
.bm-cta-inner { position: relative; z-index: 1; text-align: center; max-width: 720px; margin: 0 auto; }
.bm-cta-h2 { font-size: 50px; font-weight: 700; letter-spacing: -2px; line-height: 1.1; color: #FFF; margin-bottom: 22px; }
.bm-cta-sub { font-size: 17px; color: #999; margin-bottom: 34px; }
.bm-cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.bm-cta-direct { margin-top: 26px; font-size: 14px; color: #888; }
.bm-cta-direct a { color: #E63D2E; font-weight: 600; }

/* ---------- Footer ---------- */
.bm-footer { background: #060606; border-top: 1px solid rgba(255,255,255,0.05); padding: 70px 0 32px; }
.bm-footer-inner { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 56px; }
.bm-footer h5 { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: #777; margin-bottom: 18px; }
.bm-footer li { margin-bottom: 10px; }
.bm-footer a { font-size: 14px; color: #BBB; transition: color 0.15s; }
.bm-footer a:hover { color: #E63D2E; }
.bm-footer-tag { font-size: 14px; color: #999; line-height: 1.6; margin: 14px 0; max-width: 320px; }
.bm-footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.06); flex-wrap: wrap; gap: 16px; }
.bm-footer-meta { font-size: 13px; color: #666; }
.bm-footer-social { display: flex; gap: 12px; }
.bm-footer-social a { width: 38px; height: 38px; border-radius: 8px; border: 1px solid rgba(255,255,255,0.1); display: grid; place-items: center; color: #BBB; transition: all 0.18s; }
.bm-footer-social a svg { width: 17px; height: 17px; }
.bm-footer-social a:hover { color: #FFF; border-color: #E63D2E; background: #E63D2E; }

/* ==========================================================================
   CASE STUDIES PAGE
   ========================================================================== */
.bm-filters { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 60px; }
.bm-filter-btn { font-size: 13.5px; font-weight: 600; color: #AAA; background: #111; border: 1px solid rgba(255,255,255,0.08); padding: 10px 18px; border-radius: 30px; cursor: pointer; transition: all 0.15s; }
.bm-filter-btn:hover { color: #FFF; border-color: rgba(255,255,255,0.2); }
.bm-filter-btn.active { color: #FFF; background: #E63D2E; border-color: #E63D2E; }

.bm-cs-featured { display: flex; flex-direction: column; gap: 20px; margin-bottom: 30px; }
.bm-cs-card { background: #111; border: 1px solid rgba(255,255,255,0.07); border-radius: 18px; padding: 40px; transition: border-color 0.2s; }
.bm-cs-card:hover { border-color: rgba(230,61,46,0.28); }
.bm-cs-card-top { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 20px; margin-bottom: 26px; }
.bm-cs-meta-tag { font-size: 12px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; color: #E63D2E; margin-bottom: 10px; }
.bm-cs-card h3 { font-size: 28px; font-weight: 700; color: #FFF; letter-spacing: -0.6px; }
.bm-cs-stats { display: flex; gap: 28px; flex-wrap: wrap; }
.bm-cs-stat { text-align: right; }
.bm-cs-stat strong { display: block; font-size: 24px; font-weight: 800; color: #FFF; letter-spacing: -0.6px; }
.bm-cs-stat span { font-size: 11.5px; color: #888; text-transform: uppercase; letter-spacing: 0.6px; }
.bm-cs-grid4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.bm-cs-block h5 { font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #E63D2E; margin-bottom: 12px; }
.bm-cs-block ul li { font-size: 13.5px; color: #BBB; line-height: 1.55; padding: 5px 0 5px 16px; position: relative; }
.bm-cs-block ul li::before { content: ''; position: absolute; left: 0; top: 12px; width: 7px; height: 2px; background: rgba(230,61,46,0.6); }

.bm-cs-toggle-wrap { text-align: center; }
.bm-cs-more-toggle { font-size: 14px; font-weight: 600; color: #E63D2E; background: transparent; border: 1px solid rgba(230,61,46,0.3); padding: 12px 24px; border-radius: 8px; cursor: pointer; }
.bm-cs-more-toggle:hover { background: rgba(230,61,46,0.08); }

.bm-cs-mini-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 40px; }
.bm-cs-mini-card { background: #111; border: 1px solid rgba(255,255,255,0.06); border-radius: 14px; padding: 26px; transition: all 0.2s; }
.bm-cs-mini-card:hover { border-color: rgba(230,61,46,0.28); transform: translateY(-3px); }
.bm-cs-mini-tag { font-size: 11px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: #E63D2E; margin-bottom: 8px; }
.bm-cs-mini-card h4 { font-size: 17px; font-weight: 700; color: #FFF; margin-bottom: 10px; letter-spacing: -0.2px; }
.bm-cs-mini-card p { font-size: 13px; color: #999; line-height: 1.55; margin-bottom: 18px; min-height: 62px; }
.bm-cs-mini-stats { display: flex; gap: 20px; border-top: 1px solid rgba(255,255,255,0.06); padding-top: 16px; }
.bm-cs-mini-stat strong { display: block; font-size: 17px; font-weight: 700; color: #FFF; }
.bm-cs-mini-stat span { font-size: 10.5px; color: #888; text-transform: uppercase; letter-spacing: 0.5px; }
.bm-cs-mini-card[data-cat] { display: none; }
.bm-cs-mini-card.show { display: block; }
.bm-cs-card[data-cat] { display: none; }
.bm-cs-card.show { display: block; }

/* ==========================================================================
   CONTACT PAGE
   ========================================================================== */
.bm-contact-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.bm-contact-card { background: #111; border: 1px solid rgba(255,255,255,0.06); border-radius: 14px; padding: 28px 24px; transition: all 0.2s; }
.bm-contact-card:hover { border-color: rgba(230,61,46,0.28); }
.bm-contact-icon { width: 42px; height: 42px; background: rgba(230,61,46,0.1); border: 1px solid rgba(230,61,46,0.25); border-radius: 10px; display: grid; place-items: center; color: #E63D2E; margin-bottom: 18px; }
.bm-contact-icon svg { width: 20px; height: 20px; }
.bm-contact-card h4 { font-size: 15px; font-weight: 600; color: #FFF; margin-bottom: 10px; }
.bm-contact-card p, .bm-contact-card a { display: block; font-size: 13.5px; color: #AAA; line-height: 1.6; }
.bm-contact-card a:hover { color: #E63D2E; }

.bm-form-split { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 60px; align-items: start; }
.bm-form { background: #111; border: 1px solid rgba(255,255,255,0.06); border-radius: 18px; padding: 40px; }
.bm-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.bm-field { margin-bottom: 16px; display: flex; flex-direction: column; gap: 8px; }
.bm-field label { font-size: 13px; color: #999; font-weight: 500; }
.bm-field input, .bm-field select, .bm-field textarea { background: #161616; border: 1px solid rgba(255,255,255,0.09); border-radius: 8px; padding: 12px 14px; color: #EEE; font-size: 14px; font-family: inherit; width: 100%; transition: border-color 0.15s; }
.bm-field input:focus, .bm-field select:focus, .bm-field textarea:focus { outline: none; border-color: #E63D2E; }
.bm-field textarea { resize: vertical; min-height: 100px; }
.bm-form-submit { width: 100%; margin-top: 6px; justify-content: center; }

.bm-form-side { display: flex; flex-direction: column; gap: 22px; }
.bm-illustration { background: linear-gradient(135deg, #161616 0%, #1A0F0D 100%); border: 1px solid rgba(255,255,255,0.08); border-radius: 18px; padding: 36px; }
.bm-illustration h4 { font-size: 18px; color: #FFF; font-weight: 700; margin-bottom: 20px; }
.bm-mini-step { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }
.bm-mini-step:last-child { margin-bottom: 0; }
.bm-mini-step-num { font-family: 'JetBrains Mono', monospace; font-size: 12px; font-weight: 700; color: #E63D2E; background: rgba(230,61,46,0.1); border: 1px solid rgba(230,61,46,0.25); width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; flex-shrink: 0; }
.bm-mini-step-text strong { display: block; font-size: 14px; color: #FFF; margin-bottom: 2px; }
.bm-mini-step-text span { font-size: 12.5px; color: #999; }

.bm-process-h { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; }
.bm-process-h .bm-flow-step-h { background: #111; border: 1px solid rgba(255,255,255,0.06); border-radius: 12px; padding: 22px 18px; position: relative; }
.bm-process-h .bm-flow-step-h .num { font-family: 'JetBrains Mono', monospace; color: #E63D2E; font-size: 12px; font-weight: 700; margin-bottom: 10px; }
.bm-process-h .bm-flow-step-h h5 { font-size: 15px; color: #FFF; font-weight: 600; }
.bm-process-h .bm-flow-step-h:not(:last-child)::after { content: ''; position: absolute; top: 50%; right: -12px; transform: translateY(-50%); width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 8px solid rgba(230,61,46,0.5); z-index: 2; }

.bm-map-card { background: #111; border: 1px solid rgba(255,255,255,0.06); border-radius: 18px; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; }
.bm-map-visual { background: #161616; position: relative; min-height: 320px; display: grid; place-items: center; }
.bm-map-grid-bg { position: absolute; inset: 0; background-image: linear-gradient(rgba(230,61,46,0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(230,61,46,0.12) 1px, transparent 1px); background-size: 40px 40px; mask-image: radial-gradient(ellipse at center, black 20%, transparent 70%); -webkit-mask-image: radial-gradient(ellipse at center, black 20%, transparent 70%); }
.bm-map-pin { position: relative; z-index: 1; width: 52px; height: 52px; background: #E63D2E; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); display: grid; place-items: center; box-shadow: 0 0 0 8px rgba(230,61,46,0.15); }
.bm-map-pin svg { transform: rotate(45deg); width: 22px; height: 22px; color: #FFF; }
.bm-map-info { padding: 40px; }
.bm-map-info h4 { font-size: 20px; color: #FFF; font-weight: 700; margin-bottom: 14px; }
.bm-map-info p { font-size: 14.5px; color: #AAA; line-height: 1.65; margin-bottom: 18px; }
.bm-map-hours { border-top: 1px solid rgba(255,255,255,0.07); padding-top: 18px; }
.bm-map-hours-row { display: flex; justify-content: space-between; font-size: 13.5px; color: #BBB; padding: 5px 0; }
.bm-map-hours-row span:last-child { color: #FFF; font-weight: 500; }

/* ---------- FAQ Accordion ---------- */
.bm-accordion { display: flex; flex-direction: column; gap: 12px; }
.bm-acc-item { background: #111; border: 1px solid rgba(255,255,255,0.06); border-radius: 12px; overflow: hidden; }
.bm-acc-q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px 24px; background: none; border: none; text-align: left; cursor: pointer; font-size: 15.5px; font-weight: 600; color: #FFF; }
.bm-acc-q .plus { color: #E63D2E; font-size: 20px; font-weight: 400; flex-shrink: 0; transition: transform 0.2s; line-height: 1; }
.bm-acc-item.open .bm-acc-q .plus { transform: rotate(45deg); }
.bm-acc-a { max-height: 0; overflow: hidden; transition: max-height 0.25s ease; }
.bm-acc-a p { padding: 0 24px 20px; font-size: 14.5px; color: #AAA; line-height: 1.6; }

/* ---------- Social cards ---------- */
.bm-social-grid { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.bm-social-card { display: flex; align-items: center; gap: 12px; background: #111; border: 1px solid rgba(255,255,255,0.06); padding: 16px 24px; border-radius: 12px; transition: all 0.2s; }
.bm-social-card:hover { border-color: rgba(230,61,46,0.3); background: #161616; }
.bm-social-card svg { width: 20px; height: 20px; color: #E63D2E; }
.bm-social-card span { font-size: 14px; font-weight: 600; color: #FFF; }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1024px) {
  .bm-hero-inner { grid-template-columns: 1fr; gap: 50px; }
  .bm-team-inner { grid-template-columns: 1fr; gap: 40px; }
  .bm-solutions-grid, .bm-cards-3, .bm-mission-grid, .bm-values-grid { grid-template-columns: repeat(2, 1fr); }
  .bm-industries-grid { grid-template-columns: repeat(2, 1fr); }
  .bm-cs-grid4 { grid-template-columns: repeat(2, 1fr); }
  .bm-cs-mini-grid { grid-template-columns: repeat(2, 1fr); }
  .bm-contact-cards { grid-template-columns: repeat(2, 1fr); }
  .bm-form-split { grid-template-columns: 1fr; }
  .bm-process-h { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .bm-process-h .bm-flow-step-h:not(:last-child)::after { display: none; }
  .bm-sister-card { grid-template-columns: 1fr; text-align: center; padding: 44px 30px; }
  .bm-sister-visual { order: -1; }
  .bm-compare-row { grid-template-columns: 1fr 1fr 1fr; }
  .bm-map-card { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .bm-nav-links, .bm-nav-cta .bm-btn-ghost { display: none; }
  .bm-nav-toggle { display: flex; }
  .bm-h1 { font-size: 42px; letter-spacing: -1.4px; }
  .bm-h2, .bm-cta-h2 { font-size: 32px; letter-spacing: -0.8px; }
  .bm-section { padding: 70px 0; }
  .bm-team, .bm-process, .bm-cta-big { padding: 70px 0; }
  .bm-cards-2, .bm-cards-3, .bm-steps, .bm-solutions-grid, .bm-mission-grid, .bm-values-grid, .bm-industries-grid, .bm-cs-grid4, .bm-cs-mini-grid, .bm-contact-cards, .bm-check-grid { grid-template-columns: 1fr; }
  .bm-footer-inner { grid-template-columns: 1fr 1fr; gap: 34px; }
  .bm-timeline { grid-template-columns: 1fr 1fr; gap: 24px; }
  .bm-timeline-item::after { display: none; }
  .bm-cs-card { padding: 26px; }
  .bm-cs-card-top { flex-direction: column; }
  .bm-cs-stats { gap: 20px; }
  .bm-quote-card { padding: 40px 26px; }
  .bm-quote-text { font-size: 20px; }
  .bm-form { padding: 26px; }
  .bm-form-row { grid-template-columns: 1fr; gap: 0; }
}
@media (max-width: 560px) {
  .bm-h1 { font-size: 34px; }
  .bm-footer-inner { grid-template-columns: 1fr; }
  .bm-footer-bottom { flex-direction: column; align-items: flex-start; }
  .bm-hero-meta { gap: 20px; }
  .bm-eco-row { flex-direction: column; align-items: center; }
}
