/* BAKERSFIELD ROOT REDO — consolidated program guide — 2026-08-07 */

.bc-container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

/* =========================================================
   Bakersfield hub: card-based comparisons
   ========================================================= */

.bf-snapshot-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
  margin-top: 2rem;
}

.bf-snapshot-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #dce4ec;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(20, 45, 70, 0.06);
}

.bf-snapshot-card:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.bf-snapshot-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.2rem;
  border-bottom: 1px solid #e7edf2;
  background: #f7fafc;
}

.bf-snapshot-head > strong {
  flex: 0 0 auto;
  color: #183f62;
  font-size: 1.15rem;
  line-height: 1;
  text-align: right;
}

.bf-snapshot-head > strong small {
  display: block;
  margin-top: 0.35rem;
  color: #5d6c79;
  font-size: 0.7rem;
  font-weight: 600;
}

.bf-type-tag {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.025em;
}

.bf-type-public {
  background: #dff2e8;
  color: #165a3a;
}

.bf-type-private {
  background: #e8eefb;
  color: #294d82;
}

.bf-type-regional {
  background: #fff0d5;
  color: #7a4b0c;
}

.bf-snapshot-card h3 {
  margin: 0;
  padding: 1.15rem 1.2rem 0.8rem;
  color: #173b5c;
  font-size: 1.22rem;
  line-height: 1.3;
}

.bf-snapshot-card dl {
  margin: 0;
  padding: 0 1.2rem;
}

.bf-snapshot-card dl > div {
  display: grid;
  grid-template-columns: minmax(7.25rem, 0.7fr) minmax(0, 1.3fr);
  gap: 1rem;
  padding: 0.68rem 0;
  border-top: 1px solid #edf1f5;
}

.bf-snapshot-card dt,
.bf-snapshot-card dd {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
}

.bf-snapshot-card dt {
  color: #526474;
  font-size: 0.83rem;
  font-weight: 700;
}

.bf-snapshot-card dd {
  color: #243746;
  font-size: 0.88rem;
  line-height: 1.45;
}

.bf-snapshot-card > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: auto;
  padding: 1rem 1.2rem;
  border-top: 1px solid #e4ebf1;
  color: #095b9e;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

.bf-snapshot-card > a:hover,
.bf-snapshot-card > a:focus-visible {
  background: #f0f7fc;
  text-decoration: underline;
}

.bf-snapshot-regional {
  border-color: #e5c88c;
  background: #fffdf8;
}

.bf-snapshot-note {
  max-width: 78ch;
  margin: 1rem 0 0;
  color: #5c6872;
  font-size: 0.82rem;
  line-height: 1.55;
}

.bf-result-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
  margin-top: 2rem;
}

.bf-result-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d9e2e9;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(20, 45, 70, 0.055);
}

.bf-result-card:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.bf-result-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.2rem;
  border-bottom: 1px solid #e4ebf0;
  background: #f6f9fb;
}

.bf-result-card h3 {
  min-width: 0;
  margin: 0;
  color: #173b5c;
  font-size: 1.05rem;
  line-height: 1.3;
}

.bf-result-card header div {
  flex: 0 0 auto;
  text-align: right;
}

.bf-result-card header strong,
.bf-result-card header span {
  display: block;
}

.bf-result-card header strong {
  color: #176c4b;
  font-size: 1.45rem;
  line-height: 1;
}

.bf-result-card header span {
  margin-top: 0.3rem;
  color: #667783;
  font-size: 0.7rem;
  font-weight: 700;
}

.bf-result-caution header strong {
  color: #a04336;
}

.bf-result-card ul {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bf-result-card li {
  min-width: 0;
  padding: 0.82rem 0.35rem;
  border-right: 1px solid #edf1f4;
  color: #465865;
  text-align: center;
}

.bf-result-card li:last-child {
  border-right: 0;
}

.bf-result-card li span,
.bf-result-card li b,
.bf-result-card li small {
  display: block;
}

.bf-result-card li span {
  font-size: 0.7rem;
  font-weight: 800;
}

.bf-result-card li b {
  margin-top: 0.28rem;
  color: #263c4d;
  font-size: 0.98rem;
}

.bf-result-card li small {
  margin-top: 0.2rem;
  color: #75828c;
  font-size: 0.62rem;
  line-height: 1.25;
}

.bf-result-card li.is-latest {
  background: #eaf5ef;
}

.bf-result-caution li.is-latest {
  background: #fff0ed;
}

.bf-local-findings {
  display: grid;
  grid-template-columns: minmax(12rem, 0.55fr) minmax(0, 1.45fr);
  gap: 1.5rem 2rem;
  margin-top: 1.4rem;
  padding: 1.5rem;
  border-left: 5px solid #1f709f;
  border-radius: 0 16px 16px 0;
  background: #eef6fa;
}

.bf-local-findings h3 {
  margin: 0;
  color: #183f62;
  font-size: 1.35rem;
}

.bf-local-findings p {
  margin: 0;
  color: #344b5b;
  line-height: 1.55;
}

.bf-local-findings p + p {
  margin-top: 0.65rem;
}

.bf-local-findings > a {
  grid-column: 2;
  width: fit-content;
  color: #075d9b;
  font-weight: 800;
  text-decoration: none;
}

.bf-local-findings > a:hover,
.bf-local-findings > a:focus-visible {
  text-decoration: underline;
}

@media (max-width: 760px) {
  .bf-snapshot-grid,
  .bf-result-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .bf-snapshot-card:last-child:nth-child(odd),
  .bf-result-card:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .bf-local-findings {
    grid-template-columns: minmax(0, 1fr);
  }

  .bf-local-findings > a {
    grid-column: auto;
  }
}

@media (max-width: 470px) {
  .bf-snapshot-head,
  .bf-result-card header {
    align-items: flex-start;
    flex-direction: column;
  }

  .bf-snapshot-head > strong,
  .bf-result-card header div {
    text-align: left;
  }

  .bf-snapshot-card dl > div {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.2rem;
  }

  .bf-result-card ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bf-result-card li {
    border-right: 1px solid #edf1f4;
    border-bottom: 1px solid #edf1f4;
  }

  .bf-result-card li:nth-child(even) {
    border-right: 0;
  }

  .bf-result-card li:last-child {
    grid-column: 1 / -1;
    border: 0;
  }
}
.bc-narrow {
  max-width: 900px;
}
.bc-section,
.bc-program-section {
  padding: 70px 0;
}
.bc-soft-section {
  background: #f6f7fa;
}
.bc-section-heading {
  max-width: 820px;
  margin-bottom: 32px;
}
.bc-kicker {
  display: block;
  color: #6366f1;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.bc-section-heading h2 {
  margin: 7px 0 11px;
  color: #2c3e50;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1.18;
}
.bc-section-heading p {
  margin: 0;
  color: #626e7c;
  line-height: 1.75;
}
.bc-program-section {
  background: linear-gradient(180deg, #f8f9fc 0, #fff 100%);
}
.bc-program-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
  gap: 24px;
}
.bc-program-main,
.bc-program-facts {
  border: 1px solid #dfe4ea;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(44, 62, 80, 0.07);
}
.bc-program-main {
  padding: 32px;
}
.bc-program-title-row {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 20px;
}
.bc-program-icon {
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, #5d61de, #8a67d4);
  color: #fff;
  font-size: 1.35rem;
}
.bc-program-title-row span {
  color: #696dcf;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}
.bc-program-title-row h3 {
  margin: 3px 0 0;
  color: #2c3e50;
  font-size: 1.45rem;
}
.bc-program-main > p {
  color: #586574;
  line-height: 1.75;
}
.bc-program-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 22px 0;
}
.bc-program-tags span {
  padding: 7px 10px;
  border-radius: 99px;
  background: #f0f1ff;
  color: #5156b7;
  font-size: 0.76rem;
  font-weight: 700;
}
.bc-program-actions {
  display: flex;
  gap: 17px;
  align-items: center;
  flex-wrap: wrap;
}
.bc-primary-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 11px 15px;
  border-radius: 7px;
  background: #2c3e50;
  color: #fff !important;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}
.bc-text-link {
  color: #5559c6;
  font-size: 0.82rem;
  font-weight: 700;
}
.bc-program-facts {
  overflow: hidden;
}
.bc-program-facts h3 {
  margin: 0;
  padding: 19px 22px;
  background: #2c3e50;
  color: #fff;
  font-size: 1rem;
}
.bc-program-facts dl {
  margin: 0;
  padding: 10px 22px;
}
.bc-program-facts dl div {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 11px 0;
  border-bottom: 1px solid #e9ecf0;
}
.bc-program-facts dt {
  color: #6a7581;
  font-size: 0.8rem;
}
.bc-program-facts dd {
  margin: 0;
  color: #2c3e50;
  font-size: 0.8rem;
  font-weight: 800;
  text-align: right;
}
.bc-program-facts > p {
  margin: 0;
  padding: 13px 22px;
  background: #f7f8fa;
  color: #79838e;
  font-size: 0.72rem;
  line-height: 1.5;
}
.bc-nursing-ladder {
  display: grid;
  grid-template-columns: 1fr 46px 1fr 46px 1fr;
  gap: 8px;
  align-items: stretch;
  margin-top: 24px;
}
.bc-nursing-ladder article {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 20px;
  border: 1px solid #e0e4e9;
  border-radius: 10px;
  background: #fff;
  position: relative;
}
.bc-nursing-ladder article > i {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border-radius: 9px;
  background: #eef0ff;
  color: #6366f1;
}
.bc-nursing-ladder h3 {
  margin: 0 0 4px;
  color: #2c3e50;
  font-size: 0.95rem;
}
.bc-nursing-ladder p {
  margin: 0;
  color: #6c7783;
  font-size: 0.77rem;
  line-height: 1.45;
}
.bc-ladder-step {
  position: absolute;
  top: 8px;
  right: 10px;
  color: #858e98;
  font-size: 0.61rem;
  font-weight: 800;
  text-transform: uppercase;
}
.bc-ladder-current {
  border-color: #aeb0ee !important;
  background: #f8f8ff !important;
}
.bc-ladder-arrow {
  display: grid;
  place-items: center;
  color: #9da5af;
}
.bc-ladder-note {
  margin: 10px 0 0;
  color: #7a8490;
  font-size: 0.72rem;
  text-align: center;
}
.bc-admission-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 22px;
}
.bc-requirements-card,
.bc-process-card {
  padding: 28px;
  border: 1px solid #e0e4e9;
  border-radius: 11px;
  background: #fff;
}
.bc-requirements-card > h3,
.bc-process-card > h3 {
  margin: 0 0 18px;
  color: #2c3e50;
}
.bc-requirement-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 15px;
  padding: 12px 0;
  border-bottom: 1px solid #ebedf1;
}
.bc-requirement-row span {
  color: #5559c6;
  font-size: 0.8rem;
  font-weight: 800;
}
.bc-requirement-row p {
  margin: 0;
  color: #5e6a78;
  font-size: 0.83rem;
  line-height: 1.5;
}
.bc-recommended {
  display: flex;
  gap: 10px;
  margin-top: 16px;
  padding: 14px;
  border-radius: 7px;
  background: #f0f1ff;
  color: #556071;
}
.bc-recommended i {
  color: #6366f1;
}
.bc-recommended p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.5;
}
.bc-process-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bc-process-list li {
  display: flex;
  gap: 13px;
  padding: 10px 0;
}
.bc-process-list li > span {
  display: grid;
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
  place-items: center;
  border-radius: 50%;
  background: #6366f1;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
}
.bc-process-list h4 {
  margin: 0;
  color: #2c3e50;
  font-size: 0.88rem;
}
.bc-process-list p {
  margin: 3px 0 0;
  color: #697482;
  font-size: 0.78rem;
  line-height: 1.5;
}
.bc-not-published {
  margin-top: 15px;
  padding: 15px;
  border-left: 4px solid #d89b2b;
  background: #fff9ed;
}
.bc-not-published strong {
  color: #544d40;
  font-size: 0.8rem;
}
.bc-not-published p {
  margin: 3px 0 0;
  color: #756d5e;
  font-size: 0.77rem;
}
.bc-transcript-note {
  display: grid;
  grid-template-columns: 45px 1fr auto;
  gap: 16px;
  align-items: center;
  margin-top: 20px;
  padding: 20px 23px;
  border-radius: 9px;
  background: #2c3e50;
  color: #fff;
}
.bc-transcript-note > i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
}
.bc-transcript-note h3 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 0.95rem;
}
.bc-transcript-note p {
  margin: 0;
  color: #d4dce4;
  font-size: 0.78rem;
  line-height: 1.5;
}
.bc-transcript-note a {
  color: #cbc9ff;
  font-size: 0.78rem;
  font-weight: 700;
}
.bc-semester-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}
.bc-semester-grid article {
  padding: 25px;
  border: 1px solid #e1e5ea;
  border-top: 4px solid #6366f1;
  border-radius: 9px;
  background: #fff;
  position: relative;
}
.bc-semester-number {
  position: absolute;
  right: 15px;
  top: 12px;
  color: #e3e5ea;
  font-size: 2.4rem;
  font-weight: 900;
}
.bc-semester-grid article > span {
  color: #6366f1;
  font-size: 0.73rem;
  font-weight: 800;
}
.bc-semester-grid h3 {
  margin: 8px 0;
  color: #2c3e50;
  font-size: 1rem;
}
.bc-semester-grid p {
  margin: 0;
  color: #677381;
  font-size: 0.81rem;
  line-height: 1.6;
}
.bc-data-layout {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 20px;
  margin-top: 22px;
}
.bc-cost-card,
.bc-outcomes-card {
  padding: 27px;
  border-radius: 11px;
}
.bc-cost-card {
  background: #2c3e50;
  color: #fff;
}
.bc-cost-card > span {
  color: #c5cfda;
  font-size: 0.72rem;
  text-transform: uppercase;
}
.bc-cost-card > strong {
  display: block;
  margin: 4px 0 10px;
  color: #fff;
  font-size: 2rem;
}
.bc-cost-card p,
.bc-cost-card li {
  color: #d4dce4;
  font-size: 0.79rem;
  line-height: 1.55;
}
.bc-cost-card ul {
  padding-left: 18px;
}
.bc-cost-card a {
  color: #c7c5ff;
  font-size: 0.8rem;
  font-weight: 700;
}
.bc-outcomes-card {
  border: 1px solid #dfe4e9;
  background: #fff;
}
.bc-outcomes-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bc-outcomes-title span {
  color: #6d70cc;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}
.bc-outcomes-title h3 {
  margin: 4px 0;
  color: #2c3e50;
}
.bc-outcomes-title > i {
  color: #6366f1;
  font-size: 1.4rem;
}
.bc-outcome-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 19px 0;
}
.bc-outcome-metrics div {
  padding: 16px 10px;
  border-radius: 8px;
  background: #f6f7fa;
  text-align: center;
}
.bc-outcome-metrics strong,
.bc-outcome-metrics span,
.bc-outcome-metrics small {
  display: block;
}
.bc-outcome-metrics strong {
  color: #2c3e50;
  font-size: 1.25rem;
}
.bc-outcome-metrics span {
  margin-top: 4px;
  color: #65717e;
  font-size: 0.69rem;
}
.bc-outcome-metrics small {
  color: #8a929b;
  font-size: 0.62rem;
}
.bc-outcomes-card > p {
  color: #7a8490;
  font-size: 0.7rem;
}
.bc-five-year {
  display: grid;
  grid-template-columns: 1.8fr repeat(5, 1fr);
  gap: 2px;
  margin-top: 15px;
  border-radius: 7px;
  overflow: hidden;
}
.bc-five-year h4 {
  margin: 0;
  padding: 12px;
  background: #eef0f4;
  color: #2c3e50;
  font-size: 0.75rem;
}
.bc-five-year > div {
  padding: 8px 5px;
  background: #f5f6f8;
  text-align: center;
}
.bc-five-year span,
.bc-five-year b,
.bc-five-year small {
  display: block;
}
.bc-five-year span {
  color: #7a8490;
  font-size: 0.6rem;
}
.bc-five-year b {
  color: #2c3e50;
  font-size: 0.85rem;
}
.bc-five-year small {
  color: #8b939c;
  font-size: 0.55rem;
}
.bc-nursing-pathways {
  background: #293b4e;
}
.bc-nursing-pathways .bc-section-heading h2,
.bc-nursing-pathways .bc-section-heading p {
  color: #fff;
}
.bc-tabs {
  display: grid;
  grid-template-columns: 280px 1fr;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 30px rgba(20, 31, 43, 0.18);
}
.bc-tab-list {
  display: flex;
  flex-direction: column;
  background: #f0f2f5;
}
.bc-tab-list button {
  display: flex;
  gap: 13px;
  align-items: center;
  width: 100%;
  padding: 18px;
  border: 0;
  border-bottom: 1px solid #dfe3e8;
  background: transparent;
  color: #546170;
  text-align: left;
  cursor: pointer;
  font: inherit;
}
.bc-tab-list button > i {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border-radius: 8px;
  background: #fff;
  color: #6366f1;
}
.bc-tab-list button span,
.bc-tab-list button small {
  display: block;
}
.bc-tab-list button span {
  font-size: 0.82rem;
  font-weight: 800;
}
.bc-tab-list button small {
  margin-top: 3px;
  color: #87909a;
  font-size: 0.68rem;
  font-weight: 500;
}
.bc-tab-list button[aria-selected="true"] {
  background: #fff;
  color: #2c3e50;
  box-shadow: inset 4px 0 #6366f1;
}
.bc-tab-list button[aria-selected="true"] > i {
  background: #6366f1;
  color: #fff;
}
.bc-tab-panels > article {
  padding: 32px;
}
.bc-panel-label {
  display: inline-block;
  padding: 6px 9px;
  border-radius: 5px;
  background: #eef0ff;
  color: #585cc0;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}
.bc-panel-status {
  background: #fff2dc;
  color: #9b6410;
}
.bc-panel-lead h3 {
  margin: 10px 0 8px;
  color: #2c3e50;
  font-size: 1.35rem;
}
.bc-panel-lead p {
  margin: 0;
  color: #5e6a78;
  line-height: 1.7;
}
.bc-panel-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
  margin-top: 22px;
}
.bc-panel-columns > div {
  padding: 18px;
  border-radius: 8px;
  background: #f6f7f9;
}
.bc-panel-columns h4 {
  margin: 0 0 10px;
  color: #2c3e50;
  font-size: 0.86rem;
}
.bc-panel-columns ul {
  margin: 0;
  padding-left: 18px;
  color: #64707d;
}
.bc-panel-columns li {
  margin: 6px 0;
  font-size: 0.78rem;
  line-height: 1.45;
}
.bc-panel-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.bc-panel-links a {
  padding: 9px 12px;
  border: 1px solid #cacdf1;
  border-radius: 6px;
  color: #5559c6;
  font-size: 0.75rem;
  font-weight: 700;
}
.bc-school-tabs {
  grid-template-columns: 1fr;
}
.bc-school-tab-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #f0f2f5;
}
.bc-school-tab-list button {
  border-right: 1px solid #dfe3e8;
  border-bottom: 0;
}
.bc-school-tab-list button[aria-selected="true"] {
  box-shadow: inset 0 4px #6366f1;
}
.bc-school-panels > article {
  padding: 32px;
}
.bc-school-panel-head {
  display: grid;
  grid-template-columns: 1fr 160px;
  gap: 25px;
  align-items: start;
}
.bc-school-panel-head > div > span {
  color: #686ccc;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}
.bc-school-panel-head h3 {
  margin: 5px 0 8px;
  color: #2c3e50;
  font-size: 1.35rem;
}
.bc-school-panel-head p {
  margin: 0;
  color: #5e6a78;
  line-height: 1.7;
}
.bc-school-rate {
  padding: 19px;
  border-radius: 9px;
  background: #2c3e50;
  color: #fff;
  text-align: center;
}
.bc-school-rate strong,
.bc-school-rate span,
.bc-school-rate small {
  display: block;
}
.bc-school-rate strong {
  font-size: 1.65rem;
}
.bc-school-rate span {
  margin-top: 4px;
  color: #dae2e9;
  font-size: 0.67rem;
}
.bc-school-rate small {
  margin-top: 5px;
  color: #aebbc7;
  font-size: 0.62rem;
}
.bc-school-rate-neutral {
  background: #596775;
}
.bc-school-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
  margin: 23px 0;
}
.bc-school-detail-grid > div {
  padding: 18px;
  border: 1px solid #e3e6ea;
  border-radius: 8px;
  background: #f8f9fa;
}
.bc-school-detail-grid h4 {
  margin: 0 0 7px;
  color: #2c3e50;
  font-size: 0.83rem;
}
.bc-school-detail-grid p {
  margin: 0;
  color: #677380;
  font-size: 0.76rem;
  line-height: 1.55;
}
.bc-school-page-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 20px;
  border-radius: 9px;
  background: linear-gradient(135deg, #5c61d8, #7d63c9);
  color: #fff !important;
  text-decoration: none;
  transition: 0.2s;
}
.bc-school-page-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(92, 97, 216, 0.22);
}
.bc-school-page-link > span {
  display: grid;
  grid-template-columns: 30px 1fr;
  grid-template-rows: auto auto;
  align-items: center;
}
.bc-school-page-link > span > i {
  grid-row: 1/3;
  font-size: 1.1rem;
}
.bc-school-page-link strong,
.bc-school-page-link small {
  display: block;
}
.bc-school-page-link strong {
  font-size: 0.86rem;
}
.bc-school-page-link small {
  margin-top: 3px;
  color: #e5e4ff;
  font-size: 0.69rem;
}
.bc-rate-note {
  display: grid;
  grid-template-columns: 35px 1fr auto;
  gap: 13px;
  align-items: center;
  margin-top: 18px;
  padding: 16px 19px;
  border: 1px solid #dfe3e8;
  border-radius: 8px;
  background: #f7f8fa;
}
.bc-rate-note > i {
  color: #6366f1;
}
.bc-rate-note p {
  margin: 0;
  color: #687380;
  font-size: 0.73rem;
  line-height: 1.5;
}
.bc-rate-note a {
  color: #5559c6;
  font-size: 0.72rem;
  font-weight: 700;
}
.bc-health-accordion {
  display: grid;
  gap: 10px;
}
.bc-health-accordion details {
  border: 1px solid #dfe3e8;
  border-radius: 9px;
  background: #fff;
  overflow: hidden;
}
.bc-health-accordion summary {
  display: grid;
  grid-template-columns: 46px 1fr 30px;
  gap: 13px;
  align-items: center;
  padding: 17px 20px;
  cursor: pointer;
  list-style: none;
}
.bc-health-accordion summary::-webkit-details-marker {
  display: none;
}
.bc-health-icon {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border-radius: 9px;
  background: #eef0ff;
  color: #6366f1;
}
.bc-health-accordion summary strong,
.bc-health-accordion summary small {
  display: block;
}
.bc-health-accordion summary strong {
  color: #2c3e50;
  font-size: 0.93rem;
}
.bc-health-accordion summary small {
  margin-top: 3px;
  color: #7b8590;
  font-size: 0.69rem;
}
.bc-health-accordion summary > i {
  color: #6366f1;
  transition: 0.2s;
}
.bc-health-accordion details[open] summary {
  border-bottom: 1px solid #e4e7eb;
  background: #fafaff;
}
.bc-health-accordion details[open] summary > i {
  transform: rotate(45deg);
}
.bc-health-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 23px 26px;
}
.bc-health-content h3 {
  margin: 0 0 7px;
  color: #2c3e50;
  font-size: 0.82rem;
}
.bc-health-content p {
  margin: 0;
  color: #66727f;
  font-size: 0.76rem;
  line-height: 1.6;
}
.bc-health-content > a {
  grid-column: 1/-1;
  justify-self: start;
  color: #5559c6;
  font-size: 0.75rem;
  font-weight: 700;
}
.bc-faq-list details {
  border-bottom: 1px solid #dfe3e8;
}
.bc-faq-list summary {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 5px;
  color: #2c3e50;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}
.bc-faq-list summary::-webkit-details-marker {
  display: none;
}
.bc-faq-list summary i {
  color: #6366f1;
  transition: 0.2s;
}
.bc-faq-list details[open] summary i {
  transform: rotate(45deg);
}
.bc-faq-list p {
  margin: 0;
  padding: 0 35px 20px 5px;
  color: #65717e;
  line-height: 1.65;
}
.bc-source-box {
  margin-top: 28px;
  padding: 22px;
  border-radius: 9px;
  background: #f4f5f8;
}
.bc-source-box h3 {
  margin: 0 0 12px;
  color: #2c3e50;
  font-size: 0.9rem;
}
.bc-source-box > div {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
}
.bc-source-box a {
  padding: 7px 10px;
  border-radius: 5px;
  background: #fff;
  color: #5559c6;
  font-size: 0.7rem;
  font-weight: 700;
}
@media (max-width: 980px) {
  .bc-program-overview,
  .bc-admission-layout,
  .bc-data-layout {
    grid-template-columns: 1fr;
  }
  .bc-nursing-ladder {
    grid-template-columns: 1fr;
  }
  .bc-ladder-arrow {
    transform: rotate(90deg);
  }
  .bc-tabs {
    grid-template-columns: 230px 1fr;
  }
  .bc-outcome-metrics {
    grid-template-columns: repeat(2, 1fr);
  }
  .bc-school-tab-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .bc-school-detail-grid {
    grid-template-columns: 1fr;
  }
  .bc-health-content {
    grid-template-columns: 1fr 1fr;
  }
  .bc-health-content > a {
    grid-column: 1/-1;
  }
}
@media (max-width: 720px) {
  .bc-section,
  .bc-program-section {
    padding: 52px 0;
  }
  .bc-semester-grid {
    grid-template-columns: 1fr;
  }
  .bc-tabs {
    grid-template-columns: 1fr;
  }
  .bc-tab-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .bc-tab-list button[aria-selected="true"] {
    box-shadow: inset 0 4px #6366f1;
  }
  .bc-school-tab-list {
    grid-template-columns: 1fr 1fr;
  }
  .bc-school-panel-head {
    grid-template-columns: 1fr;
  }
  .bc-school-rate {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 12px;
    text-align: left;
  }
  .bc-school-rate strong {
    grid-row: 1/3;
  }
  .bc-panel-columns,
  .bc-health-content {
    grid-template-columns: 1fr;
  }
  .bc-rate-note,
  .bc-transcript-note {
    grid-template-columns: 38px 1fr;
  }
  .bc-rate-note a,
  .bc-transcript-note a {
    grid-column: 2;
  }
  .bc-five-year {
    grid-template-columns: 1fr 1fr;
  }
  .bc-five-year h4 {
    grid-column: 1/-1;
  }
  .bc-requirement-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
@media (max-width: 480px) {
  .bc-program-main {
    padding: 23px;
  }
  .bc-tab-list,
  .bc-school-tab-list {
    grid-template-columns: 1fr;
  }
  .bc-tab-panels > article,
  .bc-school-panels > article {
    padding: 22px;
  }
  .bc-program-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .bc-school-page-link > span {
    grid-template-columns: 1fr;
  }
  .bc-school-page-link > span > i {
    display: none;
  }
  .bc-outcome-metrics {
    grid-template-columns: 1fr 1fr;
  }
}

.bc-cost-context {
  margin: 22px 0 0;
  padding: 18px 20px;
  border-left: 4px solid #6366f1;
  border-radius: 0 8px 8px 0;
  background: #f6f7fa;
  color: #626e7c;
  font-size: 0.82rem;
  line-height: 1.65;
}

.bc-cost-context a {
  color: #5559c6;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

/* ==================================================
   Bakersfield LVN comparison hub
   ================================================== */

.bf-hero {
  padding: 60px 20px;
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
}

.bf-eyebrow {
  margin: 0 0 10px !important;
  font-size: 0.78rem !important;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.4 !important;
  text-transform: uppercase;
}

.bf-section {
  padding: 76px 0;
}

.bf-container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

.bf-section-heading {
  max-width: 850px;
  margin-bottom: 34px;
}

.bf-section-heading h2,
.bf-sources-card h2 {
  margin: 8px 0 12px;
  color: #2c3e50;
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  line-height: 1.18;
}

.bf-section-heading p,
.bf-sources-card p {
  margin: 0;
  color: #5f6d7c;
  font-size: 1rem;
  line-height: 1.75;
}

.bf-section-heading a,
.bf-checklist a,
.salary-section #salary-intro a {
  color: #5357c7;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.bf-kicker {
  display: block;
  color: #6266d8;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bf-comparison-section {
  background: linear-gradient(180deg, #f7f8fc 0%, #fff 100%);
}

.bf-scope-note {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  margin: 0 0 26px;
  padding: 20px 22px;
  border: 1px solid #dfe3ef;
  border-left: 4px solid #6266d8;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(44, 62, 80, 0.06);
}

.bf-scope-note > i {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 10px;
  background: #eeefff;
  color: #5d61d0;
}

.bf-scope-note strong {
  display: block;
  margin-bottom: 5px;
  color: #2c3e50;
}

.bf-scope-note p {
  margin: 0;
  color: #63707f;
  font-size: 0.92rem;
  line-height: 1.65;
}

.bf-table-wrap {
  overflow-x: auto;
  border: 1px solid #dfe4ea;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(44, 62, 80, 0.08);
  -webkit-overflow-scrolling: touch;
}

.bf-table-wrap:focus {
  outline: 3px solid rgba(99, 102, 241, 0.28);
  outline-offset: 3px;
}

.bf-comparison-table,
.bf-outcomes-table {
  width: 100%;
  border-collapse: collapse;
  color: #4f5f6f;
  font-size: 0.86rem;
}

.bf-comparison-table {
  min-width: 1040px;
}

.bf-outcomes-table {
  min-width: 800px;
}

.bf-comparison-table th,
.bf-comparison-table td,
.bf-outcomes-table th,
.bf-outcomes-table td {
  padding: 16px 14px;
  border-bottom: 1px solid #e7eaf0;
  text-align: left;
  vertical-align: top;
}

.bf-comparison-table thead th,
.bf-outcomes-table thead th {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #313b57;
  color: #fff;
  font-size: 0.73rem;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.bf-comparison-table tbody th,
.bf-outcomes-table tbody th {
  color: #2e3e4f;
  font-weight: 750;
}

.bf-comparison-table tbody tr:nth-child(even),
.bf-outcomes-table tbody tr:nth-child(even) {
  background: #fafbfc;
}

.bf-comparison-table tbody tr:hover,
.bf-outcomes-table tbody tr:hover {
  background: #f2f3ff;
}

.bf-comparison-table tbody tr:last-child th,
.bf-comparison-table tbody tr:last-child td,
.bf-outcomes-table tbody tr:last-child th,
.bf-outcomes-table tbody tr:last-child td {
  border-bottom: 0;
}

.bf-comparison-table td strong {
  display: block;
  color: #2f4051;
  font-size: 1rem;
}

.bf-comparison-table td small {
  display: block;
  margin-top: 3px;
  color: #74808c;
}

.bf-comparison-table a {
  color: #5559c6;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none;
}

.bf-comparison-table a:hover,
.bf-comparison-table a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bf-comparison-table .bf-regional-row {
  background: #f4f8f5;
}

.bf-table-note {
  margin: 14px 4px 0;
  color: #71808e;
  font-size: 0.78rem;
  line-height: 1.65;
}

.bf-priority-section {
  background: #fff;
}

.bf-priority-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.bf-priority-card {
  position: relative;
  min-height: 220px;
  padding: 28px 28px 26px 88px;
  overflow: hidden;
  border: 1px solid #dfe4ea;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(44, 62, 80, 0.07);
}

.bf-priority-card::after {
  position: absolute;
  right: -45px;
  bottom: -60px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(99, 102, 241, 0.055);
  content: "";
}

.bf-priority-icon {
  position: absolute;
  top: 27px;
  left: 25px;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 11px;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  color: #fff;
  box-shadow: 0 8px 18px rgba(99, 102, 241, 0.22);
}

.bf-priority-card h3 {
  margin: 0 0 10px;
  color: #304152;
  font-size: 1.05rem;
  line-height: 1.4;
}

.bf-priority-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #667481;
  font-size: 0.9rem;
  line-height: 1.72;
}

.bf-profiles-section {
  background: #f6f7fa;
}

.bf-profile-list {
  display: grid;
  gap: 14px;
}

.bf-profile {
  overflow: hidden;
  border: 1px solid #dfe4ea;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(44, 62, 80, 0.055);
}

.bf-profile summary {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 22px;
  gap: 16px;
  align-items: center;
  padding: 18px 22px;
  cursor: pointer;
  list-style: none;
}

.bf-profile summary::-webkit-details-marker {
  display: none;
}

.bf-profile summary:hover {
  background: #fafaff;
}

.bf-profile summary:focus-visible {
  outline: 3px solid rgba(99, 102, 241, 0.28);
  outline-offset: -3px;
}

.bf-profile summary > i {
  color: #808b98;
  transition: transform 0.2s ease;
}

.bf-profile[open] summary > i {
  transform: rotate(180deg);
}

.bf-profile summary strong,
.bf-profile summary small {
  display: block;
}

.bf-profile summary strong {
  color: #304152;
  font-size: 1rem;
}

.bf-profile summary small {
  margin-top: 4px;
  color: #74818e;
  font-size: 0.78rem;
  line-height: 1.4;
}

.bf-profile-mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 10px;
}

.bf-profile-mark.bf-public {
  background: #e7f2ff;
  color: #246aaa;
}

.bf-profile-mark.bf-adult {
  background: #e7f7ef;
  color: #267b56;
}

.bf-profile-mark.bf-private {
  background: #f0ebff;
  color: #6950b5;
}

.bf-profile-mark.bf-regional {
  background: #fff1dd;
  color: #9b6323;
}

.bf-profile-body {
  padding: 2px 22px 24px 90px;
  border-top: 1px solid #eceef3;
}

.bf-profile-body p {
  margin: 18px 0 0;
  color: #627180;
  font-size: 0.9rem;
  line-height: 1.72;
}

.bf-profile-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 18px;
  color: #565acb;
  font-size: 0.84rem;
  font-weight: 750;
  line-height: 1.45;
  text-decoration: none;
}

.bf-profile-link:hover,
.bf-profile-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bf-regional-profile {
  border-left: 4px solid #d39445;
}

.bf-outcomes-section {
  background: #fff;
}

.bf-outcomes-table th:not(:first-child),
.bf-outcomes-table td:not(:first-child) {
  text-align: center;
}

.bf-outcomes-table td {
  font-weight: 700;
}

.bf-outcomes-table td small {
  display: block;
  margin-top: 2px;
  color: #7b8793;
  font-size: 0.68rem;
  font-weight: 600;
}

.bf-current-result {
  background: #eef0ff;
  color: #4147b8;
}

.bf-low-result {
  background: #fff1ef;
  color: #a33f35;
}

.bf-results-key {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  justify-content: space-between;
  margin: 13px 3px 0;
  color: #74818e;
  font-size: 0.76rem;
}

.bf-results-key small {
  display: inline;
  font-size: inherit;
}

.bf-outcomes-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.bf-outcomes-notes article {
  padding: 23px;
  border: 1px solid #e1e5eb;
  border-radius: 11px;
  background: #fafbfc;
}

.bf-outcomes-notes i {
  color: #6266d8;
  font-size: 1.2rem;
}

.bf-outcomes-notes h3 {
  margin: 12px 0 7px;
  color: #334455;
  font-size: 0.98rem;
}

.bf-outcomes-notes p {
  margin: 0;
  color: #697784;
  font-size: 0.84rem;
  line-height: 1.65;
}

.bf-outcomes-notes a {
  color: #5559c6;
  font-weight: 700;
}

.bf-checklist-section {
  background: #313b57;
}

.bf-checklist-layout > .bf-section-heading h2,
.bf-checklist-layout > .bf-section-heading p {
  color: #fff;
}

.bf-checklist-layout > .bf-section-heading p {
  opacity: 0.8;
}

.bf-checklist-layout > .bf-section-heading .bf-kicker {
  color: #bec1ff;
}

.bf-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
}

.bf-checklist > div {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  padding: 24px;
  background: #38435f;
}

.bf-checklist span {
  color: #aeb2ff;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.bf-checklist p {
  margin: 0;
  color: #dce1e9;
  font-size: 0.86rem;
  line-height: 1.7;
}

.bf-checklist strong {
  color: #fff;
}

.bf-checklist a {
  color: #c8caff;
}

.salary-section #salary-intro {
  line-height: 1.7;
}

.bf-distance-fields {
  display: flex;
  gap: 8px;
  align-items: center;
}

.bf-distance-fields > input[type="number"] {
  flex: 1;
  min-width: 0;
}

.bf-distance-fields > label {
  display: flex;
  gap: 5px;
  align-items: center;
  margin: 0;
  font-size: 0.82rem;
  white-space: nowrap;
}

.bf-sources-section {
  background: #f6f7fa;
}

.bf-sources-card {
  display: grid;
  grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.3fr);
  gap: 52px;
  padding: 36px;
  border: 1px solid #dfe4ea;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(44, 62, 80, 0.065);
}

.bf-sources-card p + p {
  margin-top: 12px;
}

.bf-source-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 21px;
}

.bf-source-links a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 10px 14px;
  border: 1px solid #d9ddea;
  border-radius: 8px;
  background: #f8f9fc;
  color: #4e53bc;
  font-size: 0.8rem;
  font-weight: 750;
  text-decoration: none;
}

.bf-source-links a:hover,
.bf-source-links a:focus-visible {
  border-color: #777be2;
  background: #eff0ff;
}

@media (max-width: 900px) {
  .bf-priority-grid,
  .bf-checklist {
    grid-template-columns: 1fr;
  }

  .bf-outcomes-notes {
    grid-template-columns: 1fr;
  }

  .bf-sources-card {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 680px) {
  .bf-section {
    padding: 58px 0;
  }

  .bf-scope-note {
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 18px;
  }

  .bf-scope-note > i {
    width: 38px;
    height: 38px;
  }

  .bf-priority-card {
    min-height: 0;
    padding: 24px;
  }

  .bf-priority-icon {
    position: static;
    width: 42px;
    height: 42px;
    margin-bottom: 15px;
  }

  .bf-profile summary {
    grid-template-columns: 44px minmax(0, 1fr) 18px;
    gap: 12px;
    padding: 16px;
  }

  .bf-profile-mark {
    width: 42px;
    height: 42px;
  }

  .bf-profile-body {
    padding: 2px 18px 22px;
  }

  .bf-checklist > div {
    grid-template-columns: 36px minmax(0, 1fr);
    padding: 20px;
  }

  .bf-sources-card {
    padding: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bf-profile summary > i {
    transition: none;
  }
}

/* =========================================================
   Bakersfield root page — consolidated program comparison
   ========================================================= */

.bf-program-stack {
  display: grid;
  gap: 16px;
  margin-top: 30px;
}

.bf-program-card {
  overflow: hidden;
  border: 1px solid #dbe3ea;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(20, 45, 70, 0.055);
}

.bf-program-card[open] {
  border-color: #b9cde0;
  box-shadow: 0 14px 34px rgba(20, 45, 70, 0.09);
}

.bf-program-card summary {
  display: grid;
  grid-template-columns: minmax(245px, 0.9fr) minmax(500px, 1.5fr) 20px;
  align-items: center;
  gap: 24px;
  padding: 20px 22px;
  cursor: pointer;
  list-style: none;
}

.bf-program-card summary::-webkit-details-marker {
  display: none;
}

.bf-program-card summary:hover,
.bf-program-card summary:focus-visible {
  background: #f7fafc;
}

.bf-program-card[open] summary {
  border-bottom: 1px solid #e5ebf0;
  background: #f7fafc;
}

.bf-program-identity {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  min-width: 0;
}

.bf-program-identity > span:last-child {
  min-width: 0;
}

.bf-program-identity strong,
.bf-program-identity small {
  display: block;
}

.bf-program-identity strong {
  color: #183a59;
  font-size: 1.03rem;
  line-height: 1.3;
}

.bf-program-identity small {
  margin-top: 4px;
  color: #667784;
  font-size: 0.72rem;
  line-height: 1.35;
}

.bf-program-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  min-width: 0;
}

.bf-program-facts > span {
  min-width: 0;
  padding: 9px 10px;
  border-left: 2px solid #d8e4ee;
  color: #263c4d;
  font-size: 0.8rem;
  font-weight: 750;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.bf-program-facts small {
  display: block;
  margin-bottom: 3px;
  color: #72808b;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.bf-program-chevron {
  color: #5c6b76;
  font-size: 0.82rem;
  transition: transform 0.2s ease;
}

.bf-program-card[open] .bf-program-chevron {
  transform: rotate(180deg);
}

.bf-program-detail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 34px;
  padding: 24px 30px 26px 83px;
}

.bf-program-detail h3 {
  margin: 0 0 7px;
  color: #1b496b;
  font-size: 0.86rem;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.bf-program-detail p {
  margin: 0;
  color: #405562;
  font-size: 0.91rem;
  line-height: 1.65;
}

.bf-program-link {
  grid-column: 1 / -1;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: fit-content;
  max-width: 100%;
  padding: 10px 14px;
  border-radius: 9px;
  background: #eaf4fa;
  color: #075d9b;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;
}

.bf-program-link:hover,
.bf-program-link:focus-visible {
  background: #d9edf7;
  text-decoration: underline;
}

.bf-program-regional {
  border-color: #dfc58f;
  background: #fffdfa;
}

.bf-outcome-note {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 15px;
  margin-top: 22px;
  padding: 18px 20px;
  border: 1px solid #d8e6ef;
  border-radius: 13px;
  background: #f3f8fb;
}

.bf-outcome-note > i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #dcecf6;
  color: #1c6896;
}

.bf-outcome-note p {
  margin: 0;
  color: #425763;
  font-size: 0.85rem;
  line-height: 1.6;
}

.bf-outcome-note a {
  color: #075d9b;
  font-weight: 800;
}

/* Training-route comparison */

.bf-routes-section {
  background: #f7f8fb;
}

.bf-route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.bf-route-grid article {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 320px;
  flex-direction: column;
  padding: 28px;
  overflow: hidden;
  border: 1px solid #dfe4eb;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(25, 48, 70, 0.05);
}

.bf-route-grid article > i {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 13px;
  background: #e7effb;
  color: #385f91;
  font-size: 1.15rem;
}

.bf-route-number {
  position: absolute;
  top: 18px;
  right: 22px;
  color: #e5eaf0;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1;
}

.bf-route-grid h3 {
  margin: 0 0 12px;
  color: #1b3f5d;
  font-size: 1.12rem;
}

.bf-route-grid p {
  margin: 0;
  color: #435764;
  font-size: 0.9rem;
  line-height: 1.65;
}

.bf-route-grid a {
  margin-top: auto;
  padding-top: 18px;
  color: #075d9b;
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
}

.bf-route-grid a:hover,
.bf-route-grid a:focus-visible {
  text-decoration: underline;
}

/* CNA → LVN → RN pathway */

.bf-pathways-section {
  background: #173e5d;
}

.bf-pathways-section .bf-kicker {
  color: #a9d6ee;
}

.bf-pathways-section .bf-section-heading h2,
.bf-pathways-section .bf-section-heading p {
  color: #fff;
}

.bf-pathways-section .bf-section-heading p {
  color: #d7e7f1;
}

.bf-pathway-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 44px;
  margin-top: 34px;
}

.bf-pathway-flow article {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 26px;
  border-radius: 18px;
  background: #fff;
}

.bf-pathway-flow article:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: -34px;
  color: #86bad8;
  font-size: 1.6rem;
  font-weight: 800;
  transform: translateY(-50%);
}

.bf-pathway-flow article > span {
  color: #547187;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bf-pathway-icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin: 13px 0 17px;
  border-radius: 14px;
  background: #e2f1f8;
  color: #176b98;
  font-size: 1.2rem;
}

.bf-pathway-flow h3 {
  margin: 0 0 10px;
  color: #183e5d;
  font-size: 1.15rem;
}

.bf-pathway-flow p {
  margin: 0;
  color: #435764;
  font-size: 0.88rem;
  line-height: 1.65;
}

.bf-pathway-flow a {
  margin-top: auto;
  padding-top: 18px;
  color: #075d9b;
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.45;
  text-decoration: none;
}

.bf-pathway-flow a:hover,
.bf-pathway-flow a:focus-visible {
  text-decoration: underline;
}

/* School-specific information gaps */

.bf-gaps-section {
  background: #fffaf2;
}

.bf-gap-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.bf-gap-list article {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 15px;
  min-width: 0;
  padding: 20px;
  border: 1px solid #eadfcd;
  border-radius: 14px;
  background: #fff;
}

.bf-gap-list article > span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #f7ead2;
  color: #7b5624;
  font-size: 0.78rem;
  font-weight: 850;
}

.bf-gap-list h3 {
  margin: 0 0 6px;
  color: #483b2b;
  font-size: 0.98rem;
}

.bf-gap-list p {
  margin: 0;
  color: #675a4a;
  font-size: 0.84rem;
  line-height: 1.55;
}

.bf-gap-list article:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

/* Bakersfield FAQ */

.bf-faq-section {
  background: #f5f7fa;
}

.bf-faq-list {
  display: grid;
  gap: 11px;
  max-width: 960px;
  margin-top: 28px;
}

.bf-faq-list details {
  overflow: hidden;
  border: 1px solid #dce3e9;
  border-radius: 13px;
  background: #fff;
}

.bf-faq-list summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 18px;
  align-items: center;
  gap: 18px;
  padding: 18px 20px;
  color: #1c3f5b;
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
}

.bf-faq-list summary::-webkit-details-marker {
  display: none;
}

.bf-faq-list summary:hover,
.bf-faq-list summary:focus-visible,
.bf-faq-list details[open] summary {
  background: #edf5fa;
}

.bf-faq-list summary i {
  color: #34749b;
  transition: transform 0.2s ease;
}

.bf-faq-list details[open] summary i {
  transform: rotate(45deg);
}

.bf-faq-list details > div {
  padding: 2px 20px 20px;
}

.bf-faq-list p {
  max-width: 82ch;
  margin: 0;
  color: #445965;
  font-size: 0.9rem;
  line-height: 1.65;
}

@media (max-width: 1020px) {
  .bf-program-card summary {
    grid-template-columns: minmax(0, 1fr) 20px;
    gap: 17px;
  }

  .bf-program-facts {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .bf-program-chevron {
    grid-column: 2;
    grid-row: 1;
  }

  .bf-route-grid,
  .bf-pathway-flow {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .bf-route-grid article {
    min-height: 0;
  }

  .bf-pathway-flow article:not(:last-child)::after {
    content: "↓";
    top: auto;
    right: 50%;
    bottom: -26px;
    transform: translateX(50%);
  }
}

@media (max-width: 720px) {
  .bf-program-card summary {
    padding: 17px;
  }

  .bf-program-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bf-program-detail {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    padding: 20px;
  }

  .bf-program-link {
    grid-column: auto;
    width: 100%;
  }

  .bf-gap-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .bf-gap-list article:last-child:nth-child(odd) {
    grid-column: auto;
  }
}

@media (max-width: 460px) {
  .bf-program-identity {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .bf-program-facts {
    grid-template-columns: minmax(0, 1fr);
  }

  .bf-program-facts > span {
    padding: 7px 9px;
  }

  .bf-outcome-note {
    grid-template-columns: minmax(0, 1fr);
  }

  .bf-gap-list article {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .bf-gap-list article > span {
    width: 44px;
    height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bf-program-chevron,
  .bf-faq-list summary i {
    transition: none;
  }
}
/* BAKERSFIELD ROOT REDO — consolidated program guide — 2026-08-07 */