/* ============================================
   OPTION C FOUNDATION — framework.css
   Business Building Machine Framework Page
   ============================================ */

/* ===== Hero spacing fix — prevent tag from touching header ===== */
.page-hero {
  padding-top: 80px !important;
}

/* ===== Stage label tag inside component-content ===== */
.stage-label-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(212, 146, 42, 0.15);
  padding: 3px 10px;
  border-radius: 100px;
  margin-bottom: 8px;
}

/* ===== BBM Summary Card ===== */
.bbm-summary-card {
  background: var(--navy);
  color: var(--white);
}

.bbm-summary-card h3 {
  color: var(--white);
  font-size: 16px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.bbm-stage-summary {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bbm-stage-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.bbm-stage-num {
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  color: var(--gold);
  flex-shrink: 0;
}

.bbm-stage-label {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,0.88);
}

/* ===== Stage Rule callouts ===== */
.stage-rule {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 20px;
  padding: 12px 16px;
  background: r