/* ==================================================
   EN ONLY – readability fixes (no design change)
   ================================================== */

/* Sector cards: keep original transparent overlay, improve text contrast */
.sectorCard .sectorText,
.sectorCard .sectorText span,
.sectorCard .sectorText li,
.sectorCard .sectorList li{
  color: #e7eefc !important;
  text-shadow: 0 2px 6px rgba(0,0,0,.55) !important;
  font-weight: 800 !important;
}

.sectorCard .sectorText b{
  color: #ffffff !important;
  text-shadow: 0 3px 8px rgba(0,0,0,.65) !important;
  font-weight: 900 !important;
}
