/* LTR overrides for the English pages (loaded after ../internal-pages.css) */
.nav-link::after { right: auto; left: 0; }
.nav-dropdown-menu { right: auto; left: 0; }
.nav-dropdown:hover::before,
.nav-dropdown:focus-within::before { right: auto; left: 0; }
.cta-pill { padding: 0.38rem 1.2rem 0.38rem 0.38rem; }
.cta-pill:hover .cta-icon { transform: translateX(4px) translateY(-1px) scale(1.08); }
.lang-switch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.3rem;
    height: 2.3rem;
    padding: 0 0.6rem;
    border-radius: 999px;
    border: 1px solid #d9e5fb;
    background: rgba(255, 255, 255, 0.9);
    color: #344d79;
    font-size: 0.8rem;
    font-weight: 800;
    text-decoration: none;
    transition: color 0.25s var(--ease-premium), border-color 0.25s var(--ease-premium);
}
.lang-switch:hover { color: var(--brand-blue); border-color: rgba(18, 61, 150, 0.4); }
