/* ── Banking & Financial Services page ── */

/* ── 1. Hero ── */
.bfs-hero-wrap {
  position: relative;
  width: 100%;
  min-height: 460px;
  padding-top: 72px;
  overflow: hidden;
  background: var(--voy-bg-cream);
}
.bfs-hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.bfs-hero-glow {
  position: absolute; top: -60px; right: -40px;
  width: 640px; height: 640px;
  background: radial-gradient(circle, rgba(224,37,37,0.14) 0%, transparent 65%);
  pointer-events: none;
}
.bfs-hero-glow2 {
  position: absolute; bottom: 40px; left: -80px;
  width: 360px; height: 360px;
  background: radial-gradient(circle, rgba(22,101,52,0.10) 0%, transparent 70%);
  pointer-events: none;
}
.bfs-hero-fade {
  position: absolute; bottom: 0; left: 0; right: 0; height: 90px;
  background: linear-gradient(to bottom, transparent, var(--voy-bg-cream));
  pointer-events: none;
}
.bfs-hero-container {
  position: relative; z-index: 2;
  max-width: 1440px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.bfs-hero-inner { padding: 56px 0 40px 96px; max-width: 640px; flex: 1 1 560px; }
.bfs-hero-inner h1 {
  font-family: var(--voy-font-heading);
  font-weight: 800;
  font-size: clamp(34px, 3.8vw, 52px);
  line-height: 1.08;
  color: var(--voy-text-heading);
  margin: 18px 0 22px;
  letter-spacing: -0.025em;
}
.bfs-hero-inner h1 em { font-style: normal; color: var(--voy-primary); }
.bfs-hero-sub {
  font-family: var(--voy-font-body);
  font-size: 17.5px; font-weight: 400;
  color: var(--voy-text-body);
  line-height: 1.65; max-width: 560px;
  margin-bottom: 36px;
}
.bfs-hero-buttons { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }

/* hero right visual */
.bfs-hero-visual {
  position: relative; z-index: 2;
  flex: 0 0 auto;
  width: 400px;
  max-width: 40%;
  padding-right: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bfs-hero-panel {
  position: relative;
  width: 100%;
  max-width: 360px;
  background: rgba(255,255,255,.97);
  border: 1px solid var(--voy-border);
  border-radius: var(--voy-radius-xl);
  box-shadow: 0 0 40px -18px rgba(224,37,37,.22), 0 24px 54px -20px rgba(60,54,44,.2);
  padding: 22px 24px;
}
.bfs-hero-float-chip {
  position: absolute; left: -22px; bottom: -20px; z-index: 3;
  display: flex; align-items: center; gap: 10px;
  background: #FFFFFF; border: 1px solid rgba(224,37,37,.28);
  border-radius: 14px; padding: 11px 16px;
  box-shadow: 0 16px 36px -16px rgba(26,26,23,.3);
}
.bfs-hero-float-chip .fc-num { font-family: var(--voy-font-heading); font-weight: 800; font-size: 19px; color: var(--voy-primary); letter-spacing: -.01em; }
.bfs-hero-float-chip .fc-lbl { font-size: 11px; color: var(--voy-text-muted); line-height: 1.3; max-width: 118px; }
.bfs-hero-float-chip2 {
  position: absolute; right: -18px; top: -18px; z-index: 3;
  display: flex; align-items: center; gap: 6px;
  background: var(--voy-green-bg); border: 1px solid rgba(22,101,52,.28);
  border-radius: 999px; padding: 7px 13px;
  box-shadow: 0 12px 28px -14px rgba(26,26,23,.28);
  font-size: 11.5px; font-weight: 600; color: var(--voy-green);
}
.bfs-hero-float-chip2 .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--voy-green); }
.bfs-hero-ring {
  position: absolute; top: -46px; right: -36px;
  width: 130px; height: 130px; border-radius: 50%;
  border: 1px solid rgba(224,37,37,.18);
  pointer-events: none;
}

/* ── 2. Where the work becomes difficult ── */
.bfs-hard-section { background: #FFFFFF; padding: 96px 96px; border-top: 1px solid rgba(0,0,0,0.06); }
.bfs-hard-inner { max-width: 780px; margin: 0 auto; }
.bfs-hard-header { text-align: center; margin-bottom: 40px; }
.bfs-hard-header h2 {
  font-family: var(--voy-font-heading); font-weight: 800;
  font-size: clamp(26px, 3vw, 36px); color: var(--voy-text-heading); letter-spacing: -.025em; margin: 14px 0 14px;
}
.bfs-hard-intro { font-size: 15px; font-weight: 600; color: var(--voy-text-heading); }
.bfs-hard-list { list-style: none; display: flex; flex-direction: column; gap: 14px; margin-bottom: 32px; }
.bfs-hard-list li {
  font-size: 15px; line-height: 1.6; color: var(--voy-text-body);
  padding: 16px 20px; background: var(--voy-bg-panel-inner);
  border: 1px solid var(--voy-border-light); border-radius: 10px;
}
.bfs-hard-close { font-size: 14.5px; color: var(--voy-text-muted); line-height: 1.7; margin: 0; }

/* ── 3. Capabilities (bento) ── */
.bfs-cap-section { background: #FFFFFF; padding: 96px 96px; border-top: 1px solid rgba(0,0,0,0.06); }
.bfs-cap-inner { max-width: 1248px; margin: 0 auto; }
.bfs-cap-header { max-width: 660px; margin-bottom: 48px; }
.bfs-cap-header h2 {
  font-family: var(--voy-font-heading); font-weight: 800;
  font-size: clamp(28px, 3vw, 40px); letter-spacing: -.025em;
  line-height: 1.1; color: var(--voy-text-heading); margin: 14px 0 16px;
}
.bfs-cap-header p { font-size: 16px; color: var(--voy-text-body); line-height: 1.65; }

.bfs-cap-bento {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  grid-template-areas:
    "feature mid1 mid2"
    "feature b1   b1"
    "banner  banner banner";
  gap: 16px;
}
.bfs-bento-tile {
  background: var(--voy-bg-panel-inner);
  border: 1px solid var(--voy-border-light);
  border-radius: var(--voy-radius-lg);
  padding: 24px 24px 26px;
  display: flex; flex-direction: column;
  transition: border-color .25s ease, transform .25s cubic-bezier(.22,.8,.36,1), box-shadow .25s ease;
}
.bfs-bento-tile:hover { border-color: rgba(224,37,37,.35); transform: translateY(-3px); box-shadow: 0 14px 30px -16px rgba(26,26,23,.18); }

.bfs-bento-feature { grid-area: feature; background: #1A1A17; border-color: rgba(255,255,255,.08); padding: 32px 30px 30px; }
.bfs-bento-feature:hover { border-color: rgba(224,37,37,.5); transform: none; }
.bfs-bento-feature .bfs-bento-icon { background: rgba(224,37,37,.18); }
.bfs-bento-stat { font-family: var(--voy-font-heading); font-weight: 800; font-size: clamp(26px, 3vw, 34px); color: #FFFFFF; letter-spacing: -.02em; margin: 18px 0 3px; line-height: 1; }
.bfs-bento-stat-label { font-size: 12.5px; color: rgba(254,252,246,.55); margin-bottom: 22px; }
.bfs-bento-feature .bfs-bento-title { color: #FEFCF6; font-size: 19px; }
.bfs-bento-feature .bfs-bento-desc { color: rgba(254,252,246,.6); }
.bfs-bento-feature .bfs-bento-tag { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.14); color: rgba(254,252,246,.82); }

.bfs-bento-mid1 { grid-area: mid1; }
.bfs-bento-mid2 { grid-area: mid2; }
.bfs-bento-b1 { grid-area: b1; }
.bfs-bento-banner { grid-area: banner; flex-direction: row; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; padding: 26px 30px; }

.bfs-bento-icon {
  width: 44px; height: 44px; border-radius: 12px; flex: none;
  background: rgba(224,37,37,.08);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.bfs-bento-title { font-family: var(--voy-font-heading); font-weight: 700; font-size: 16.5px; color: var(--voy-text-heading); margin-bottom: 8px; }
.bfs-bento-desc { font-size: 13px; color: #6A6A5A; line-height: 1.55; margin-bottom: 16px; flex: 1; }
.bfs-bento-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: auto; }
.bfs-bento-tag { font-size: 11.5px; font-family: var(--voy-font-mono); color: #5A5A50; background: #FFFFFF; border: 1px solid var(--voy-border-light); padding: 5px 10px; border-radius: var(--voy-radius-pill); }

.bfs-bento-b1 .bfs-bento-tags { flex-wrap: wrap; }

.bfs-bento-banner-left { display: flex; align-items: center; gap: 18px; flex: 1 1 320px; }
.bfs-bento-banner-left .bfs-bento-icon { margin-bottom: 0; }
.bfs-bento-banner-text .bfs-bento-title { margin-bottom: 4px; }
.bfs-bento-banner-text .bfs-bento-desc { margin-bottom: 0; }
.bfs-bento-banner-stats { display: flex; gap: 30px; flex-wrap: wrap; }
.bfs-bento-banner-stat-num { font-family: var(--voy-font-heading); font-weight: 800; font-size: 21px; color: var(--voy-primary); letter-spacing: -.01em; }
.bfs-bento-banner-stat-label { font-size: 11px; color: var(--voy-text-muted); margin-top: 3px; max-width: 150px; line-height: 1.35; }

/* ── 4. How we contribute ── */
.bfs-contrib-section { background: var(--voy-bg-cream); padding: 96px 96px; border-top: 1px solid rgba(0,0,0,0.06); }
.bfs-contrib-inner { max-width: 1360px; margin: 0 auto; }
.bfs-contrib-header { text-align: center; margin-bottom: 40px; }
.bfs-contrib-header h2 {
  font-family: var(--voy-font-heading); font-weight: 800;
  font-size: clamp(26px, 3vw, 36px); color: var(--voy-text-heading); letter-spacing: -.025em; margin: 14px 0 0;
}
.bfs-contrib-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.bfs-contrib-block {
  background: #FFFFFF;
  border: 1px solid var(--voy-border-light);
  border-radius: var(--voy-radius-lg);
  padding: 26px 24px 28px;
  transition: border-color .25s ease, transform .25s cubic-bezier(.22,.8,.36,1), box-shadow .25s ease;
}
.bfs-contrib-block:hover { border-color: rgba(224,37,37,.35); transform: translateY(-3px); box-shadow: 0 14px 30px -16px rgba(26,26,23,.18); }
.bfs-contrib-icon {
  width: 46px; height: 46px; border-radius: 12px;
  background: rgba(224,37,37,.08);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.bfs-contrib-block h3 { font-family: var(--voy-font-heading); font-weight: 700; font-size: 16.5px; color: var(--voy-text-heading); margin: 0 0 10px; letter-spacing: -.01em; line-height: 1.3; }
.bfs-contrib-block p { font-size: 13px; color: #6A6A5A; line-height: 1.55; margin: 0; }

/* ── 5. Relevant work ── */
.bfs-relevant-section { background: #FFFFFF; padding: 40px 96px 96px; }
.bfs-relevant-inner { max-width: 1248px; margin: 0 auto; }
.bfs-relevant-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.bfs-relevant-block {
  background: var(--voy-bg-panel-inner);
  border: 1px solid var(--voy-border-light);
  border-radius: var(--voy-radius-lg);
  padding: 30px 28px;
}
.bfs-relevant-block h3 { font-family: var(--voy-font-heading); font-weight: 700; font-size: 18px; color: var(--voy-text-heading); margin: 0 0 12px; letter-spacing: -.01em; }
.bfs-relevant-block p { font-size: 14px; color: #6A6A5A; line-height: 1.6; margin: 0 0 12px; }
.bfs-relevant-block p:last-of-type { margin-bottom: 16px; }
.bfs-relevant-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 600; color: var(--voy-primary);
  text-decoration: none; border-bottom: 1px solid transparent; transition: border-color .2s;
}
.bfs-relevant-link:hover { border-color: var(--voy-primary); }

/* ── 6. Projects ── */
.bfs-cases-section { background: var(--voy-bg-cream); padding: 96px 96px; border-top: 1px solid rgba(0,0,0,0.06); position: relative; overflow: hidden; }
.bfs-cases-inner { max-width: 1248px; margin: 0 auto; position: relative; z-index: 1; }
.bfs-cases-header { margin-bottom: 40px; max-width: 700px; }
.bfs-cases-header h2 {
  font-family: var(--voy-font-heading); font-weight: 800;
  font-size: clamp(28px, 3vw, 40px); letter-spacing: -.025em;
  line-height: 1.1; color: var(--voy-text-heading); margin: 14px 0 16px;
}
.bfs-cases-header p { font-size: 16px; color: var(--voy-text-body); line-height: 1.65; }
.bfs-tabs-bar { display: flex; flex-wrap: wrap; gap: 6px; border-bottom: 1px solid rgba(0,0,0,0.1); margin-bottom: 32px; padding-bottom: 14px; }
.bfs-tab {
  background: #FFFFFF; border: 1px solid var(--voy-border-light); cursor: pointer;
  padding: 9px 16px; border-radius: var(--voy-radius-pill);
  font-size: 13px; font-weight: 500; color: var(--voy-text-muted);
  transition: all .2s ease; white-space: nowrap; font-family: var(--voy-font-body);
}
.bfs-tab.active { background: var(--voy-text-heading); border-color: var(--voy-text-heading); color: #FFFFFF; font-weight: 600; }
.bfs-tab:hover:not(.active) { border-color: rgba(224,37,37,.4); color: var(--voy-text-heading); }
.bfs-case-panel {
  background: var(--voy-bg-panel);
  border-radius: 16px;
  border: 1px solid #F2EBE0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 4px 20px rgba(0,0,0,0.05);
  padding: 44px 48px;
  display: flex; gap: 56px; align-items: flex-start;
  transition: opacity .25s ease, transform .25s cubic-bezier(.22,.8,.36,1);
}
.bfs-case-panel.switching { opacity: 0; transform: translateY(8px); }
.bfs-case-left { flex: 1.3; min-width: 0; }
.bfs-case-right { width: 320px; flex: none; background: var(--voy-bg-panel-inner); border-radius: 12px; border: 1px solid #EAE9E7; padding: 26px 22px; }
.bfs-case-cat { font-size: 12px; font-family: var(--voy-font-mono); font-weight: 500; letter-spacing: .06em; color: var(--voy-primary); text-transform: uppercase; margin-bottom: 14px; }
.bfs-case-title { font-family: var(--voy-font-heading); margin: 0 0 16px; font-size: 24px; line-height: 1.25; font-weight: 800; letter-spacing: -.02em; color: var(--voy-text-heading); }
.bfs-case-desc { margin: 0 0 24px; font-size: 14.5px; line-height: 1.7; color: #5A5A50; }
.bfs-case-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.bfs-case-metric-label { font-size: 11px; text-transform: uppercase; letter-spacing: .07em; color: var(--voy-text-muted); margin-bottom: 14px; font-weight: 600; }
.bfs-case-metric { padding: 12px 0; border-bottom: 1px solid #EAE7E0; }
.bfs-case-metric:last-child { border-bottom: none; padding-bottom: 0; }
.bfs-case-metric-num { font-family: var(--voy-font-heading); font-weight: 800; font-size: 17px; color: var(--voy-primary); letter-spacing: -.01em; }
.bfs-case-metric-text { font-size: 12.5px; color: #6A6A5A; margin-top: 2px; line-height: 1.4; }

/* ── 7. Stats band ── */
.bfs-stats-section { background: #1A1A17; padding: 72px 96px; }
.bfs-stats-inner { max-width: 1248px; margin: 0 auto; }
.bfs-stats-inner h2 {
  font-family: var(--voy-font-heading); font-weight: 800; text-align: center;
  font-size: clamp(24px, 2.6vw, 32px); color: #FEFCF6; letter-spacing: -.02em; margin-bottom: 48px;
}
.bfs-stats-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; }
.bfs-stat-cell { text-align: center; padding: 0 12px; border-left: 1px solid rgba(255,255,255,0.08); }
.bfs-stat-cell:first-child { border-left: none; }
.bfs-stat-num { font-family: var(--voy-font-heading); font-weight: 800; font-size: 26px; color: var(--voy-primary); letter-spacing: -.02em; line-height: 1; }
.bfs-stat-label { font-size: 12px; color: rgba(254,252,246,0.5); margin-top: 10px; line-height: 1.4; }

/* ── 8. Tech stack ── */
.bfs-stack-section { background: #FFFFFF; padding: 96px 96px; border-top: 1px solid rgba(0,0,0,0.06); }
.bfs-stack-inner { max-width: 1248px; margin: 0 auto; }
.bfs-stack-header { text-align: center; margin-bottom: 48px; }
.bfs-stack-header h2 {
  font-family: var(--voy-font-heading); font-weight: 800;
  font-size: clamp(26px, 3vw, 36px); letter-spacing: -.025em;
  color: var(--voy-text-heading); margin: 14px 0 0;
}
.bfs-stack-header p { font-size: 15px; color: var(--voy-text-body); line-height: 1.6; max-width: 540px; margin: 12px auto 0; }

.bfs-stack-body { display: grid; grid-template-columns: 1.15fr 1fr; gap: 48px; align-items: start; }

/* left: stacked layer buttons */
.bfs-stack-list { display: flex; flex-direction: column; gap: 10px; }
.bfs-stack-layer {
  display: flex; align-items: center; gap: 18px; width: 100%;
  font-family: inherit; text-align: left; cursor: pointer;
  padding: 22px 24px; border-radius: var(--voy-radius-lg);
  background: #FFFFFF; border: 1px solid var(--voy-border-light);
  box-shadow: 0 2px 10px rgba(20,20,20,.04);
  transition: all .2s ease-out;
}
.bfs-stack-layer:nth-child(1) { transform: translateX(18px); }
.bfs-stack-layer:nth-child(2) { transform: translateX(24px); }
.bfs-stack-layer:nth-child(3) { transform: translateX(30px); }
.bfs-stack-layer:nth-child(4) { transform: translateX(36px); }
.bfs-stack-layer:hover { transform: translateX(8px); }
.bfs-stack-layer.is-active,
.bfs-stack-layer.is-active:hover {
  transform: translateX(0);
  background: var(--voy-text-heading); border-color: var(--voy-text-heading);
  box-shadow: 0 18px 40px rgba(20,20,20,.16);
}
.bfs-stack-layer-num {
  flex: none; font-family: var(--voy-font-mono); font-size: 12px; font-weight: 600;
  letter-spacing: .06em; color: var(--voy-primary); background: rgba(224,37,37,.08);
  border-radius: 8px; padding: 8px 10px; transition: all .2s ease-out;
}
.bfs-stack-layer.is-active .bfs-stack-layer-num { color: #fff; background: rgba(255,255,255,.14); }
.bfs-stack-layer-text { display: flex; flex-direction: column; gap: 5px; flex: 1; min-width: 0; }
.bfs-stack-layer-name { font-family: var(--voy-font-heading); font-weight: 700; font-size: 19px; letter-spacing: -.02em; transition: color .2s ease-out; color: var(--voy-text-heading); }
.bfs-stack-layer-blurb { font-size: 13.5px; line-height: 1.4; color: var(--voy-text-muted); transition: color .2s ease-out; }
.bfs-stack-layer.is-active .bfs-stack-layer-name { color: #fff; }
.bfs-stack-layer.is-active .bfs-stack-layer-blurb { color: rgba(255,255,255,.62); }
.bfs-stack-layer-count {
  flex: none; font-family: var(--voy-font-mono); font-size: 10px; font-weight: 500;
  letter-spacing: .12em; text-transform: uppercase; color: #C4BDB5; transition: color .2s ease-out;
}
.bfs-stack-layer.is-active .bfs-stack-layer-count { color: rgba(255,255,255,.5); }

/* right: sticky pill panel */
.bfs-stack-panels { position: sticky; top: 32px; }
.bfs-stack-panel { display: none; flex-direction: column; gap: 20px; background: var(--voy-bg-panel-inner); border: 1px solid var(--voy-border-light); border-radius: var(--voy-radius-lg); padding: 30px 28px; }
.bfs-stack-panel.is-active { display: flex; }
.bfs-stack-panel-label { font-family: var(--voy-font-mono); font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--voy-primary); }
.bfs-stack-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.bfs-stack-pill {
  font-size: 12.5px; color: #5A5A50; font-weight: 500;
  background: #FFFFFF; border: 1px solid var(--voy-border-light);
  padding: 6px 12px; border-radius: var(--voy-radius-pill);
}

/* ── Responsive ── */
@media (max-width: 1100px) {
  .bfs-hero-inner, .bfs-cap-section, .bfs-cases-section, .bfs-stack-section, .bfs-stats-section { padding-left: 48px; padding-right: 48px; }
  .bfs-hero-visual { width: 300px; padding-right: 48px; }
  .bfs-hero-panel { max-width: 280px; padding: 18px 18px; }
  .bfs-hero-float-chip { left: -14px; bottom: -14px; padding: 9px 12px; }
  .bfs-cap-bento { grid-template-columns: 1fr 1fr; grid-template-areas: "feature feature" "mid1 mid2" "b1 b1" "banner banner"; }
  .bfs-stats-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .bfs-stat-cell { border-left: none; border-top: 1px solid rgba(255,255,255,0.08); padding-top: 20px; }
}
@media (max-width: 900px) {
  .bfs-case-panel { flex-direction: column; gap: 28px; }
  .bfs-case-right { width: 100%; }
}
@media (max-width: 1100px) {
  .bfs-stack-body { grid-template-columns: 1fr; gap: 28px; }
  .bfs-stack-panels { position: static; top: auto; }
  .bfs-stack-layer, .bfs-stack-layer:nth-child(n) { transform: none; }
}
@media (max-width: 860px) {
  .bfs-hero-container { flex-wrap: wrap; }
  .bfs-hero-visual { display: none; }
  .bfs-hero-inner { flex: 1 1 100%; max-width: 100%; }
}
@media (max-width: 700px) {
  .bfs-hero-inner { padding: 56px 24px 32px; }
  .bfs-cap-section, .bfs-cases-section, .bfs-stack-section, .bfs-stats-section { padding: 56px 20px 64px; }
  .bfs-cap-bento { grid-template-columns: 1fr; grid-template-areas: "feature" "mid1" "mid2" "b1" "banner"; }
  .bfs-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .bfs-case-panel { padding: 28px 20px; }
  .bfs-stack-layer { padding: 16px 16px; gap: 12px; border-radius: 12px; }
  .bfs-stack-layer-num { font-size: 11px; padding: 6px 8px; border-radius: 6px; }
  .bfs-stack-layer-name { font-size: 16px; }
  .bfs-stack-layer-blurb { font-size: 12.5px; }
  .bfs-stack-layer-count { display: none; }
  .bfs-stack-panel { padding: 22px 20px; }
  .bfs-bento-banner { flex-direction: column; align-items: flex-start; }
  .bfs-contrib-grid { grid-template-columns: 1fr; }
  .bfs-relevant-grid { grid-template-columns: 1fr; }
}

/* ── 9. Questions we would ask first (FAQ-style layout) ── */
.bfs-questions-section { background: #FFFFFF; padding: 100px 96px; border-top: 1px solid rgba(0,0,0,0.07); }
.bfs-questions-inner { max-width: 1248px; margin: 0 auto; display: flex; gap: 80px; align-items: flex-start; }
.bfs-questions-intro { flex: 0 0 320px; position: sticky; top: 110px; }
.bfs-questions-intro .section-badge-wrap { justify-content: flex-start; margin-bottom: 18px; }
.bfs-questions-intro h2 {
  font-family: var(--voy-font-heading); font-weight: 800;
  font-size: clamp(26px, 3vw, 34px); letter-spacing: -.02em;
  line-height: 1.15; color: var(--voy-text-heading); margin: 0;
}
.bfs-questions-list { flex: 1; min-width: 0; border-top: 1px solid rgba(0,0,0,0.09); }
.bfs-questions-item { display: flex; align-items: flex-start; gap: 20px; padding: 26px 0; border-bottom: 1px solid rgba(0,0,0,0.09); }
.bfs-questions-num { flex-shrink: 0; font-family: var(--voy-font-mono); font-size: 13px; font-weight: 500; color: rgba(224,37,37,.5); padding-top: 3px; }
.bfs-questions-text { flex: 1; font-family: var(--voy-font-heading); font-weight: 700; font-size: 17px; color: var(--voy-text-heading); line-height: 1.4; }
@media (max-width: 1100px) {
  .bfs-hard-section, .bfs-contrib-section, .bfs-relevant-section, .bfs-questions-section { padding-left: 48px; padding-right: 48px; }
  .bfs-questions-inner { flex-direction: column; gap: 40px; }
  .bfs-questions-intro { position: static; flex: none; }
}
@media (max-width: 700px) {
  .bfs-questions-item { gap: 12px; }
  .bfs-hard-section, .bfs-contrib-section, .bfs-relevant-section, .bfs-questions-section { padding: 56px 20px 64px; }
}
