/* ── Hero ── */
.ba-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  background: #0a0a12;
  overflow: hidden;
}
.ba-hero__bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.4;
}
.ba-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10,10,18,0.94) 45%, rgba(10,10,18,0.35) 100%);
}
.ba-hero__content {
  position: relative;
  z-index: 2;
  max-width: 680px;
  padding: 3rem 2rem;
}
.ba-hero__badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 0.35rem 0.85rem;
  border-radius: 2rem;
  margin-bottom: 1.25rem;
}
.ba-hero__title { font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 700; margin: 0 0 0.4rem; line-height: 1.1; color: #fff; }
.ba-hero__subtitle { font-size: 1rem; color: rgba(255,255,255,0.5); margin: 0 0 1rem; letter-spacing: 0.06em; }
.ba-hero__desc { font-size: 1rem; color: rgba(255,255,255,0.65); line-height: 1.8; margin: 0 0 2rem; }
.ba-hero__cta { display: flex; gap: 1rem; flex-wrap: wrap; }

/* ── Sections ── */
.ba-section { padding: 64px 2rem; background: #0a0a12; color: #fff; }
.ba-section--alt { background: #111118; }
.ba-inner { max-width: 1100px; margin: 0 auto; }
.ba-eyebrow { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: #af1739; font-weight: 600; margin-bottom: 0.5rem; }
.ba-section-title { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 700; margin: 0 0 0.75rem; color: #fff; }
.ba-section-sub { color: rgba(255,255,255,0.5); font-size: 0.95rem; margin: 0 0 2.5rem; }

/* ── Intro split ── */
.ba-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; }
@media (max-width: 768px) { .ba-intro { grid-template-columns: 1fr; } }
.ba-intro__text p { color: rgba(255,255,255,0.7); line-height: 1.85; margin-bottom: 1rem; font-size: 0.95rem; }
.ba-intro__img { border-radius: 12px; overflow: hidden; background: #0a0a12; }
.ba-intro__img img { width: 100%; display: block; }
.ba-quote {
  border-left: 3px solid #af1739;
  padding: 1rem 1.25rem;
  margin: 1.5rem 0;
  background: rgba(175,23,57,0.06);
  border-radius: 0 8px 8px 0;
}
.ba-quote p { color: rgba(255,255,255,0.75); font-style: italic; margin: 0; font-size: 0.95rem; }

/* ── Three pillars ── */
.ba-pillars { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; }
.ba-pillar {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.2s;
}
.ba-pillar:hover { border-color: rgba(175,23,57,0.4); }
.ba-pillar__img { height: 200px; overflow: hidden; background: #0a0a12; }
.ba-pillar__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ba-pillar__body { padding: 1.5rem; }
.ba-pillar__body h3 { font-size: 1.05rem; font-weight: 600; margin: 0 0 0.75rem; color: #fff; }
.ba-pillar__body p { color: rgba(255,255,255,0.55); font-size: 0.88rem; line-height: 1.75; margin: 0 0 1rem; }
.ba-pillar__tags { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.ba-pillar__tag {
  font-size: 0.72rem;
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
  background: rgba(175,23,57,0.15);
  color: rgba(255,150,150,0.8);
  border: 1px solid rgba(175,23,57,0.25);
}

/* ── Precision highlight ── */
.ba-precision { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; }
@media (max-width: 768px) { .ba-precision { grid-template-columns: 1fr; } }
.ba-precision__img { border-radius: 12px; overflow: hidden; background: #0a0a12; }
.ba-precision__img img { width: 100%; display: block; }
.ba-precision__text p { color: rgba(255,255,255,0.7); line-height: 1.85; margin-bottom: 1rem; font-size: 0.93rem; }
.ba-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 1.5rem; }
.ba-stat {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 10px;
  padding: 1rem;
  text-align: center;
}
.ba-stat__num { font-size: 1.4rem; font-weight: 700; color: #fff; display: block; }
.ba-stat__label { font-size: 0.72rem; color: rgba(255,255,255,0.4); margin-top: 0.25rem; }

/* ── Benefits list ── */
.ba-benefits { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; margin-top: 1rem; }
.ba-benefit {
  padding: 1.25rem;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 10px;
}
.ba-benefit h4 { font-size: 0.9rem; font-weight: 600; margin: 0 0 0.4rem; color: #fff; }
.ba-benefit p { font-size: 0.8rem; color: rgba(255,255,255,0.45); line-height: 1.6; margin: 0; }

/* ── Doc links ── */
.ba-doc-links { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1rem; }
.ba-doc-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  transition: border-color 0.2s, background 0.2s;
}
.ba-doc-link:hover { border-color: rgba(175,23,57,0.4); background: rgba(175,23,57,0.05); }
.ba-doc-link__info { flex: 1; }
.ba-doc-link__title { font-size: 0.88rem; font-weight: 600; display: block; }
.ba-doc-link__sub { font-size: 0.75rem; color: rgba(255,255,255,0.4); }

/* ── CTA ── */
.ba-cta { text-align: center; background: rgba(175,23,57,0.06); border-top: 1px solid rgba(175,23,57,0.15); padding: 72px 2rem; }
.ba-cta h2 { font-size: clamp(1.4rem, 3vw, 1.9rem); margin: 0 0 0.75rem; color: #fff; }
.ba-cta p { color: rgba(255,255,255,0.5); margin: 0 0 2rem; }
.ba-cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ── Buttons ── */
.ba-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.5rem;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
  transition: all 0.2s;
}
.ba-btn--primary { background: #af1739; color: #fff; }
.ba-btn--primary:hover { background: #c91e43; }
.ba-btn--ghost { border: 1px solid rgba(255,255,255,0.2); color: rgba(255,255,255,0.75); }
.ba-btn--ghost:hover { border-color: rgba(255,255,255,0.4); color: #fff; }
