/* ============================================================
   en-page.css — overrides for the /en/ standalone page
   Focus Financiar Group
   ============================================================ */

/* EN span (active, current page) — auriu, non-clickable */
.en-page .lang-btn.active,
.en-page .lang-btn[aria-current="true"] {
  color: var(--gold-light, #D4B96A) !important;
  font-weight: 600;
  cursor: default;
  pointer-events: none;
}

/* RO link — alb semitransparent pe fondul negru al lang-bar
   (același stil cu butonul inactiv de pe pagina RO) */
.en-page .lang-btn[href] {
  color: rgba(255, 255, 255, 0.55) !important;
  text-decoration: none;
  font-weight: 400;
  transition: color 0.2s ease;
  pointer-events: auto !important;
  cursor: pointer !important;
}

.en-page .lang-btn[href]:hover {
  color: rgba(255, 255, 255, 1) !important;
}
