/*
 * Feature page — Broadcasts
 */

body.baat-feature-broadcasts {
  background: #0B1120;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #fff;
  overflow-x: hidden;
}
body.baat-feature-broadcasts * { box-sizing: border-box; }
body.baat-feature-broadcasts a { text-decoration: none; }
body.baat-feature-broadcasts p { color: inherit; }
body.baat-feature-broadcasts code {
  font-family: 'Menlo', 'Consolas', monospace;
  font-size: 11px; color: #4d8fff;
  background: rgba(0,87,255,.1); border: 1px solid rgba(0,87,255,.18);
  border-radius: 4px; padding: 1px 5px;
}

/* ── Shared tokens ── */
.bc-sec-label {
  display: block;
  font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: #0057FF; margin-bottom: 12px;
}
.bc-sec-h {
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  font-weight: 800; letter-spacing: -.03em;
  color: #fff; margin: 0; line-height: 1.2;
}
.bc-btn-primary {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 12px 26px;
  background: #0057FF; color: #fff;
  font-size: 14px; font-weight: 700; border-radius: 10px;
  transition: background .15s, box-shadow .15s;
}
.bc-btn-primary:hover { background: #0046CC; box-shadow: 0 0 24px rgba(0,87,255,.4); }
.bc-btn-ghost {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 12px 26px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.75);
  font-size: 14px; font-weight: 700; border-radius: 10px;
  transition: background .15s, color .15s, border-color .15s;
}
.bc-btn-ghost:hover { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.3); }

/* ═══════════════════════════════════════════
   HERO
═══════════════════════════════════════════ */
.bc-hero {
  padding: 100px 40px 0;
  background: #0B1120;
  position: relative; overflow: hidden;
}
.bc-hero-bg-grid {
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 36px 36px; pointer-events: none;
}
.bc-hero-bg-orb {
  position: absolute; width: 700px; height: 700px;
  top: -250px; left: 50%; transform: translateX(-50%);
  background: radial-gradient(circle, rgba(0,87,255,.15) 0%, transparent 65%);
  pointer-events: none;
}
.bc-hero-inner {
  position: relative; z-index: 1;
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.4fr; gap: 60px;
  align-items: flex-start;
}
.bc-hero-copy { padding-top: 30px; }
.bc-breadcrumb {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 12px; color: rgba(255,255,255,.35); font-weight: 500;
  margin-bottom: 20px; transition: color .15s;
}
.bc-breadcrumb:hover { color: rgba(255,255,255,.65); }
.bc-pill {
  display: inline-block;
  font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: #0057FF; background: rgba(0,87,255,.12);
  border: 1px solid rgba(0,87,255,.25); border-radius: 100px;
  padding: 5px 14px; margin-bottom: 20px;
}
.bc-hero-h1 {
  font-size: clamp(2.4rem, 4.5vw, 3.6rem);
  font-weight: 800; letter-spacing: -.04em;
  color: #fff; line-height: 1.1; margin: 0 0 18px;
}
.bc-hero-sub {
  font-size: 16px; color: rgba(255,255,255,.55);
  line-height: 1.75; margin: 0 0 28px; max-width: 460px;
}
.bc-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ── Product mockup ── */
.bc-hero-visual { position: relative; margin-top: 40px; }
.bc-mock {
  display: grid;
  grid-template-columns: 210px 1fr;
  background: #111827;
  border: 1px solid rgba(255,255,255,.1);
  border-bottom: none;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  box-shadow: 0 -20px 80px rgba(0,87,255,.2), 0 20px 60px rgba(0,0,0,.6);
  font-size: 12px;
}

/* ── Campaign sidebar ── */
.bc-mock-sidebar {
  background: #0F1929;
  border-right: 1px solid rgba(255,255,255,.07);
  display: flex; flex-direction: column;
}
.bc-ms-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 14px 10px;
}
.bc-ms-title { font-size: 13px; font-weight: 700; color: #fff; }
.bc-ms-new {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 11px; font-weight: 600; color: #4d8fff;
  background: rgba(0,87,255,.1); border: 1px solid rgba(0,87,255,.2);
  border-radius: 6px; padding: 3px 8px; cursor: pointer;
}
.bc-ms-tabs {
  display: flex; gap: 2px;
  padding: 0 10px 10px;
}
.bc-ms-tab {
  font-size: 11px; color: rgba(255,255,255,.35); font-weight: 500;
  padding: 4px 8px; border-radius: 6px; cursor: pointer;
}
.bc-ms-tab.active { color: #fff; background: rgba(255,255,255,.08); }
.bc-ms-list { flex: 1; overflow: hidden; }
.bc-ms-item {
  display: flex; align-items: center; gap: 9px;
  padding: 9px 12px;
  border-bottom: 1px solid rgba(255,255,255,.04);
  cursor: pointer;
}
.bc-ms-item.active { background: rgba(0,87,255,.1); }
.bc-ms-icon {
  flex-shrink: 0;
  width: 28px; height: 28px; border-radius: 7px;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.5);
}
.bc-ic-1 { background: rgba(0,87,255,.15);   color: #4d8fff; }
.bc-ic-2 { background: rgba(251,146,60,.12); color: #fb923c; }
.bc-ic-3 { background: rgba(52,211,153,.1);  color: #34d399; }
.bc-ic-4 { background: rgba(168,85,247,.1);  color: #c084fc; }
.bc-ms-info { flex: 1; min-width: 0; }
.bc-ms-name {
  font-size: 12px; font-weight: 600; color: rgba(255,255,255,.85);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  margin-bottom: 2px;
}
.bc-ms-meta { font-size: 10px; color: rgba(255,255,255,.3); }
.bc-badge {
  flex-shrink: 0;
  font-size: 9px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
  border-radius: 5px; padding: 2px 6px;
}
.bc-badge-sent  { color: #34d399; background: rgba(52,211,153,.12);  border: 1px solid rgba(52,211,153,.2);  }
.bc-badge-sched { color: #60a5fa; background: rgba(96,165,250,.12);  border: 1px solid rgba(96,165,250,.2);  }
.bc-badge-draft { color: rgba(255,255,255,.35); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); }

/* ── Campaign detail ── */
.bc-mock-detail {
  display: flex; flex-direction: column;
  background: #0D1627;
  min-height: 400px;
}
.bc-md-header {
  display: flex; align-items: flex-start; justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255,255,255,.07);
  flex-shrink: 0; gap: 12px;
}
.bc-md-title-row { min-width: 0; flex: 1; }
.bc-md-title { font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bc-md-meta  { font-size: 10px; color: rgba(255,255,255,.3); }
.bc-md-actions { display: flex; align-items: center; gap: 6px; flex-shrink: 0; }
.bc-md-dup {
  font-size: 11px; color: rgba(255,255,255,.4);
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  border-radius: 6px; padding: 4px 9px; cursor: pointer;
}
.bc-md-report {
  font-size: 11px; font-weight: 600; color: #4d8fff;
  background: rgba(0,87,255,.1); border: 1px solid rgba(0,87,255,.2);
  border-radius: 6px; padding: 4px 9px; cursor: pointer;
}
.bc-md-body { flex: 1; padding: 14px 16px 0; }
.bc-preview-label {
  font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em;
  color: rgba(255,255,255,.25); margin-bottom: 10px;
}
.bc-wa-wrap { margin-bottom: 14px; }
.bc-wa-bubble {
  display: inline-block;
  max-width: 80%;
  background: rgba(255,255,255,.07);
  border-radius: 2px 12px 12px 12px;
  padding: 10px 13px;
  font-size: 12px; line-height: 1.6; color: rgba(255,255,255,.8);
}
.bc-wa-bubble strong { color: #fff; }
.bc-var {
  color: #4d8fff;
  background: rgba(0,87,255,.12); border: 1px solid rgba(0,87,255,.2);
  border-radius: 4px; padding: 0 4px; font-size: 11px;
}
.bc-wa-time {
  font-size: 10px; color: rgba(255,255,255,.2);
  margin-top: 4px; padding-left: 2px;
}
.bc-md-stats {
  display: flex; align-items: center; gap: 0;
  border-top: 1px solid rgba(255,255,255,.07);
  padding: 12px 0 14px;
}
.bc-md-stat { flex: 1; text-align: center; }
.bc-md-stat-n {
  font-size: 13px; font-weight: 700; color: #fff;
  margin-bottom: 3px;
}
.bc-md-stat-n span { font-size: 10px; font-weight: 500; color: #34d399; }
.bc-md-stat-l { font-size: 10px; color: rgba(255,255,255,.3); }
.bc-md-sep { width: 1px; height: 32px; background: rgba(255,255,255,.07); flex-shrink: 0; }
.bc-md-audience {
  display: flex; align-items: center; gap: 7px;
  border-top: 1px solid rgba(255,255,255,.07);
  padding: 10px 16px;
  font-size: 11px; color: rgba(255,255,255,.35);
  flex-shrink: 0;
}
.bc-md-audience strong { color: rgba(255,255,255,.7); }
.bc-md-audience svg { flex-shrink: 0; color: rgba(255,255,255,.3); }

/* ═══════════════════════════════════════════
   STATS BAR
═══════════════════════════════════════════ */
.bc-stats {
  background: #0D1527;
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
  padding: 40px;
}
.bc-stats-inner {
  max-width: 900px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.bc-stat { text-align: center; flex: 1; }
.bc-stat-num {
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  font-weight: 800; letter-spacing: -.04em; color: #fff;
  margin-bottom: 6px;
}
.bc-stat-label { font-size: 12px; color: rgba(255,255,255,.4); line-height: 1.5; }
.bc-stat-sep { width: 1px; height: 48px; background: rgba(255,255,255,.08); flex-shrink: 0; }

/* ═══════════════════════════════════════════
   CAPABILITIES
═══════════════════════════════════════════ */
.bc-caps { padding: 80px 40px; background: #0B1120; }
.bc-caps-inner { max-width: 1060px; margin: 0 auto; }
.bc-caps-header { margin-bottom: 48px; }
.bc-caps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.bc-cap-card {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 14px; padding: 26px;
  transition: border-color .2s, background .2s;
}
.bc-cap-card:hover { border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.05); }
.bc-cap-icon {
  width: 40px; height: 40px;
  background: rgba(0,87,255,.1); border: 1px solid rgba(0,87,255,.2);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: #4d8fff; margin-bottom: 16px;
}
.bc-cap-card h3 {
  font-size: 15px; font-weight: 700; color: #fff;
  margin: 0 0 10px; letter-spacing: -.02em;
}
.bc-cap-card p {
  font-size: 13px; color: rgba(255,255,255,.45);
  line-height: 1.75; margin: 0;
}

/* ═══════════════════════════════════════════
   DEEP DIVE
═══════════════════════════════════════════ */
.bc-dive {
  padding: 80px 40px;
  background: #0B1120;
  border-top: 1px solid rgba(255,255,255,.06);
}
.bc-dive-alt { background: #0D1527; }
.bc-dive-inner {
  max-width: 1060px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 72px; align-items: center;
}
.bc-dive-inner-rev .bc-dive-copy  { order: 2; }
.bc-dive-inner-rev .bc-dive-visual { order: 1; }
.bc-dive-h {
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  font-weight: 800; letter-spacing: -.03em;
  color: #fff; line-height: 1.25; margin: 0 0 16px;
}
.bc-dive-copy > p {
  font-size: 15px; color: rgba(255,255,255,.55);
  line-height: 1.8; margin: 0 0 20px;
}
.bc-dive-list {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 10px;
}
.bc-dive-list li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 14px; color: rgba(255,255,255,.65); line-height: 1.5;
}
.bc-dive-list li::before {
  content: '';
  flex-shrink: 0; width: 16px; height: 16px; margin-top: 1px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 8l3.5 3.5L13 4' stroke='%230057FF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center;
}

/* Segment builder card */
.bc-segment-card {
  background: #111D30;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 16px; padding: 20px;
}
.bc-sc-header {
  display: flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 600; color: rgba(255,255,255,.5);
  margin-bottom: 16px;
}
.bc-sc-match {
  margin-left: auto;
  font-size: 11px; font-weight: 700; color: #34d399;
  background: rgba(52,211,153,.1); border: 1px solid rgba(52,211,153,.2);
  border-radius: 20px; padding: 2px 10px;
}
.bc-sc-rule {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 10px; padding: 14px;
  display: flex; flex-direction: column; gap: 6px;
}
.bc-sc-rl {
  font-size: 11px; color: rgba(255,255,255,.3);
  text-transform: uppercase; letter-spacing: .06em;
  margin-bottom: 6px;
}
.bc-sc-rl strong { color: rgba(255,255,255,.6); }
.bc-sc-row {
  display: flex; align-items: center; gap: 6px;
}
.bc-sc-field {
  font-size: 12px; font-weight: 600; color: rgba(255,255,255,.7);
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  border-radius: 6px; padding: 3px 9px;
}
.bc-sc-op {
  font-size: 11px; color: rgba(255,255,255,.3);
}
.bc-sc-val {
  font-size: 12px; font-weight: 600; color: #4d8fff;
  background: rgba(0,87,255,.1); border: 1px solid rgba(0,87,255,.2);
  border-radius: 6px; padding: 3px 9px;
}
.bc-sc-and {
  font-size: 10px; font-weight: 700; color: rgba(255,255,255,.2);
  text-transform: uppercase; letter-spacing: .05em;
  padding-left: 2px;
}
.bc-sc-footer {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: 14px; gap: 10px;
}
.bc-sc-preview { display: flex; align-items: center; gap: 8px; font-size: 11px; color: rgba(255,255,255,.35); }
.bc-sc-avs { display: flex; }
.bc-sc-av {
  width: 22px; height: 22px; border-radius: 50%;
  border: 1px solid #0F1929;
  display: flex; align-items: center; justify-content: center;
  font-size: 8px; font-weight: 700; color: #fff;
  margin-right: -5px;
}
.bc-a1 { background: linear-gradient(135deg,#0057FF,#4d8fff); }
.bc-a2 { background: linear-gradient(135deg,#8B5CF6,#a78bfa); }
.bc-a3 { background: linear-gradient(135deg,#059669,#34d399); }
.bc-a4 { background: rgba(255,255,255,.12); color: rgba(255,255,255,.5); font-size: 7px; margin-right: 0; }
.bc-sc-save {
  font-size: 11px; font-weight: 600; color: #4d8fff;
  background: rgba(0,87,255,.1); border: 1px solid rgba(0,87,255,.2);
  border-radius: 6px; padding: 5px 12px; cursor: pointer; flex-shrink: 0;
}

/* Analytics card */
.bc-analytics-card {
  background: #111D30;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 16px; padding: 20px;
}
.bc-ac-header {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 18px;
}
.bc-ac-title { font-size: 13px; font-weight: 700; color: #fff; }
.bc-ac-revenue {
  font-size: 12px; font-weight: 700; color: #34d399;
  background: rgba(52,211,153,.1); border: 1px solid rgba(52,211,153,.2);
  border-radius: 20px; padding: 3px 10px;
}
.bc-ac-funnel { display: flex; flex-direction: column; gap: 10px; margin-bottom: 18px; }
.bc-ac-row { display: flex; align-items: center; gap: 10px; }
.bc-ac-label { font-size: 11px; color: rgba(255,255,255,.35); width: 64px; flex-shrink: 0; }
.bc-ac-bar-wrap {
  flex: 1; height: 6px;
  background: rgba(255,255,255,.06); border-radius: 3px; overflow: hidden;
}
.bc-ac-bar { height: 100%; background: rgba(0,87,255,.5); border-radius: 3px; }
.bc-bar-delivered { background: rgba(0,87,255,.7); }
.bc-bar-read      { background: rgba(0,87,255,.85); }
.bc-bar-clicked   { background: #0057FF; }
.bc-ac-val {
  font-size: 11px; font-weight: 600; color: rgba(255,255,255,.6);
  width: 80px; text-align: right; flex-shrink: 0;
}
.bc-ac-val span { color: #4d8fff; margin-left: 4px; }
.bc-ac-footer {
  display: flex; align-items: center; justify-content: space-between;
  border-top: 1px solid rgba(255,255,255,.07);
  padding-top: 14px;
}
.bc-ac-ft-item { text-align: center; flex: 1; }
.bc-ac-ft-n { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 3px; }
.bc-ac-ft-l { font-size: 10px; color: rgba(255,255,255,.3); }
.bc-ac-ft-div { width: 1px; height: 32px; background: rgba(255,255,255,.07); }

/* ═══════════════════════════════════════════
   HOW IT WORKS
═══════════════════════════════════════════ */
.bc-how {
  padding: 80px 40px;
  background: #0D1527;
  border-top: 1px solid rgba(255,255,255,.06);
}
.bc-how-inner { max-width: 900px; margin: 0 auto; }
.bc-how-header { margin-bottom: 48px; }
.bc-steps {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  position: relative;
}
.bc-step { position: relative; padding: 0 24px 0 0; }
.bc-step-last { padding-right: 0; }
.bc-step-num {
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(0,87,255,.15); border: 2px solid rgba(0,87,255,.4);
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 800; color: #4d8fff;
  margin-bottom: 16px; position: relative; z-index: 1;
}
.bc-step-line {
  position: absolute;
  top: 17px; left: 36px;
  width: calc(100% - 12px); height: 2px;
  background: linear-gradient(to right, rgba(0,87,255,.3), rgba(0,87,255,.05));
}
.bc-step h3 {
  font-size: 14px; font-weight: 700; color: #fff;
  margin: 0 0 8px; letter-spacing: -.02em;
}
.bc-step p { font-size: 13px; color: rgba(255,255,255,.4); line-height: 1.7; margin: 0; }

/* ═══════════════════════════════════════════
   CTA
═══════════════════════════════════════════ */
.bc-cta {
  padding: 80px 40px;
  background: #0B1120;
  border-top: 1px solid rgba(255,255,255,.06);
  text-align: center; position: relative; overflow: hidden;
}
.bc-cta::before {
  content: '';
  position: absolute; width: 600px; height: 400px;
  top: 50%; left: 50%; transform: translate(-50%, -50%);
  background: radial-gradient(ellipse, rgba(0,87,255,.16) 0%, transparent 70%);
  pointer-events: none;
}
.bc-cta-inner { position: relative; z-index: 1; max-width: 560px; margin: 0 auto; }
.bc-cta-h {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 800; letter-spacing: -.04em;
  color: #fff; line-height: 1.2; margin: 0 0 14px;
}
.bc-cta-sub { font-size: 15px; color: rgba(255,255,255,.45); margin: 0 0 28px; }
.bc-cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ═══════════════════════════════════════════
   REVEAL
═══════════════════════════════════════════ */
.baat-reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.baat-reveal.baat-visible { opacity: 1; transform: translateY(0); }

/* ═══════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════ */

/* ── 1060px: Hero collapses to single column ── */
@media (max-width: 1060px) {
  .bc-hero { padding: 100px 40px 0; }
  .bc-hero-inner { grid-template-columns: 1fr; gap: 40px; max-width: 740px; }
  .bc-hero-copy { padding-top: 0; }
  .bc-hero-sub  { max-width: 100%; }
  .bc-hero-visual { margin: 0; }
  .bc-mock { border-radius: 16px 16px 0 0; }
}

/* ── 860px: iPad portrait ── */
@media (max-width: 860px) {
  .bc-hero  { padding: 90px 28px 0; }
  .bc-hero-inner { max-width: 100%; }
  .bc-hero-visual { margin: 0 -28px; }

  .bc-caps  { padding: 64px 28px; }
  .bc-caps-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }

  .bc-stats { padding: 36px 28px; }
  .bc-stats-inner { flex-wrap: wrap; justify-content: center; gap: 24px 0; }
  .bc-stat-sep { display: none; }
  .bc-stat { flex: 0 0 50%; text-align: center; }

  .bc-dive  { padding: 64px 28px; }
  .bc-dive-inner { grid-template-columns: 1fr; gap: 40px; }
  .bc-dive-inner-rev .bc-dive-copy  { order: 1; }
  .bc-dive-inner-rev .bc-dive-visual { order: 2; }

  .bc-how   { padding: 64px 28px; }
  .bc-steps { grid-template-columns: repeat(2, 1fr); gap: 32px 24px; }
  .bc-step-line { display: none; }
  .bc-step-last { padding-right: 0; }

  .bc-cta   { padding: 64px 28px; }
}

/* ── 600px: Mobile ── */
@media (max-width: 600px) {
  .bc-hero  { padding: 80px 20px 0; }
  .bc-hero-visual { margin: 0 -20px; }
  .bc-mock  { grid-template-columns: 1fr; }
  .bc-mock-sidebar { display: none; }

  .bc-caps  { padding: 52px 20px; }
  .bc-caps-grid { grid-template-columns: 1fr; }

  .bc-stats { padding: 28px 20px; }
  .bc-stats-inner { flex-direction: column; align-items: stretch; gap: 0; }
  .bc-stat  { flex: unset; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.06); text-align: left; }
  .bc-stat:last-child { border-bottom: none; }

  .bc-dive  { padding: 52px 20px; }
  .bc-dive-inner { gap: 32px; }

  .bc-how   { padding: 52px 20px; }
  .bc-steps { grid-template-columns: 1fr; gap: 28px; }

  .bc-cta   { padding: 52px 20px; }
  .bc-cta-h { font-size: clamp(1.5rem, 6vw, 1.8rem); }
}
