/* === FIVE GATES STYLE FIX (BRAND COLORS + SAFE VISIBILITY) === */
.anu-gates .name,
.anu-gates .sub,
.anu-gates .info {
  color: #ffffff !important;
  opacity: 1 !important;
  text-shadow: none !important;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

/* Gold subtext */
.anu-gates .sub {
  color: #d4e34a !important;
}

/* Soft hover glow for each gate block */
.anu-gates a:hover {
  box-shadow: 0 0 12px #d4e34a;
  transform: scale(1.02);
  transition: all 0.3s ease;
}

/* Optional: ensure backgrounds stay transparent and readable */
.anu-gates a {
  background: rgba(0,0,0,0.25);
  border: 1px solid #d4e34a;
  border-radius: 14px;
  text-decoration: none;
  display: block;
  color: #ffffff;
}
