.bc-home .bc-section--soft .bc-title,
.bc-home .bc-section--white .bc-title,
.bc-page .bc-card-title a {
  color: var(--bc-blue);
}

.bc-page .bc-card-title a:hover {
  color: var(--bc-red);
}

.bc-page .bc-hero-copy .bc-title {
  max-width: 640px;
}

.bc-page .bc-hero-copy .bc-subtitle {
  max-width: 620px;
}

.bc-page .bc-section--brand .bc-kicker,
.bc-page .bc-section--dark .bc-kicker {
  color: var(--bc-red);
}

.bc-page .bc-section--brand .bc-kicker::before,
.bc-page .bc-section--brand .bc-kicker::after,
.bc-page .bc-section--dark .bc-kicker::before,
.bc-page .bc-section--dark .bc-kicker::after {
  background: currentColor;
}

.bc-page .bc-section--brand .bc-title,
.bc-page .bc-section--dark .bc-title,
.bc-page .bc-section--brand .bc-subtitle,
.bc-page .bc-section--dark .bc-subtitle,
.bc-page .bc-section--brand .bc-lead,
.bc-page .bc-section--dark .bc-lead {
  color: #fff;
}

.bc-page .bc-section--brand .bc-lead,
.bc-page .bc-section--dark .bc-lead {
  opacity: 0.88;
}

.bc-page .bc-section--brand .bc-button--outline,
.bc-page .bc-section--dark .bc-button--outline {
  border-color: rgba(255, 255, 255, 0.5);
  background: transparent;
  color: #fff;
}

.bc-page .bc-section--brand .bc-button--outline:hover,
.bc-page .bc-section--dark .bc-button--outline:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.bc-page .bc-process-grid .bc-process-card,
.bc-page .bc-proof-grid .bc-proof-card,
.bc-page .bc-metric-grid .bc-metric-card {
  background: rgba(255, 255, 255, 0.98);
}

.bc-page .bc-proof-grid .bc-proof-card {
  min-height: 100%;
}

.bc-page .bc-proof-grid .bc-proof-card blockquote {
  color: var(--bc-text-muted);
  font-size: 14px;
  line-height: 1.7;
}

.bc-page .bc-proof-grid .bc-proof-card cite {
  color: var(--bc-blue);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bc-page .bc-simple-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.bc-page .bc-simple-panel {
  padding: 26px;
  border: 1px solid #dde7f1;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--bc-shadow-soft);
}

.bc-page .bc-simple-panel h3 {
  color: var(--bc-blue);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 12px;
}

.bc-page .bc-simple-panel p {
  color: var(--bc-text-muted);
  font-size: 15px;
  line-height: 1.7;
}

.bc-page .bc-course-grid .bc-card {
  align-content: start;
}

.bc-page .bc-quote-strip {
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--bc-shadow-soft);
  color: var(--bc-text-muted);
  font-size: 14px;
  line-height: 1.7;
}

.bc-page .bc-quote-strip strong {
  color: var(--bc-blue);
}

.bc-page .bc-highlight-list {
  display: grid;
  gap: 12px;
}

.bc-page .bc-highlight-list li {
  position: relative;
  padding-left: 16px;
  color: var(--bc-text-muted);
  font-size: 14px;
  line-height: 1.65;
}

.bc-page .bc-highlight-list li::before {
  content: '';
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--bc-red);
}

.bc-page .bc-contact-map {
  position: relative;
  overflow: hidden;
  border-radius: var(--bc-radius-lg);
  min-height: 300px;
  box-shadow: var(--bc-shadow-card);
}

.bc-page .bc-contact-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bc-page .bc-contact-pin {
  position: absolute;
  top: 20px;
  left: 20px;
  display: grid;
  gap: 6px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 600;
}

.bc-page .bc-contact-pin strong {
  color: var(--bc-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.bc-page .bc-about-impact .bc-metric-card h3 {
  font-size: 18px;
}

.bc-page .bc-about-impact .bc-metric-card p {
  font-size: 13px;
}

/* ── 5-card centered layout for Electricidad Industrial ── */
#catalogo-electricidad .bc-course-grid {
  grid-template-columns: repeat(6, 1fr);
}

#catalogo-electricidad .bc-course-grid .bc-card {
  grid-column: span 2;
}

/* Center last 2 cards: offset row by 1 column */
#catalogo-electricidad .bc-course-grid .bc-card:nth-child(4) {
  grid-column: 2 / span 2;
}
