.language-switch { display: inline-flex; align-items: center; gap: 0; border: 1px solid currentColor; border-radius: 4px; overflow: hidden; flex: 0 0 auto; line-height: 1.2; }
.language-switch a { display: inline-block; padding: 8px 10px; color: inherit; text-decoration: none; font-size: 13px; font-weight: 600; margin: 0; letter-spacing: 0; }
.language-switch a + a { border-left: 1px solid currentColor; }
.language-switch a[aria-current="page"] { background: #fff; color: #24344a; }
.language-switch a:focus-visible { outline: 2px solid #16a275; outline-offset: -3px; }
.language-switch a:hover { text-decoration: underline; }
.public-language-bar { display: flex; justify-content: flex-end; padding: 10px 20px; background: #34495e; color: #fff; }
html[lang="en"] .plan.destacado::before { content: "MOST POPULAR"; letter-spacing: 0; white-space: nowrap; }
.tarjeta.login.login-localized { box-sizing: border-box; width: calc(100% - 32px); max-width: 440px; margin: 24px 16px; }
.login-heading { display: flex; justify-content: flex-end; margin-bottom: 18px; color: #34495e; }
.login-heading .language-switch a[aria-current="page"] { background: #34495e; color: #fff; }
.login-domain { font-size: 1.25rem; line-height: 1.4; letter-spacing: 0; overflow-wrap: anywhere; }
.login-domain a { color: #24344a; text-decoration: none; }
.login-localized .sub { margin-top: 0; }
.login-localized label small { display: block; margin: 3px 0 5px; }
.login-links { text-align: center; margin: 18px 0 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 16px; font-size: .9rem; }
.login-demo-note { margin-top: 12px; }
@media (max-width: 640px) {
    header.top { flex-wrap: wrap; gap: 12px; }
    header.top nav, .top-acciones { flex-wrap: wrap; }
}
