
/* v74 language selector + bilingual polish */
.language-switcher{
  display:inline-flex;
  align-items:center;
  gap:4px;
  padding:4px;
  border:1px solid rgba(7,35,68,.12);
  border-radius:999px;
  background:rgba(255,255,255,.86);
  box-shadow:0 10px 24px rgba(5,27,53,.10);
  backdrop-filter:blur(10px);
  margin-left:12px;
  flex:0 0 auto;
}
.language-switcher .lang-option{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:34px;
  height:28px;
  padding:0 10px;
  border-radius:999px;
  color:#21415f;
  font-size:12px;
  font-weight:900;
  letter-spacing:.06em;
  text-decoration:none;
  line-height:1;
}
.language-switcher .lang-option.is-active{
  background:#07345d;
  color:#fff;
  box-shadow:0 8px 16px rgba(7,52,93,.20);
}
.site-header .language-switcher{z-index:5;}
.mobile-language-switcher{display:none; margin:12px 0 0; align-self:flex-start;}
.questionnaire-header-actions .language-switcher{margin-right:10px;margin-left:0;}
html[lang="es"] .home-hero-copy h1{max-width:650px;}
html[lang="es"] .home-hero-copy p{max-width:680px;}
html[lang="es"] .apply-hero-copy h1,
html[lang="es"] .guide-hero-copy h1{max-width:760px;}
@media (max-width: 980px){
  .site-header > .language-switcher{display:none;}
  .mobile-language-switcher{display:inline-flex;}
  .questionnaire-header-actions .language-switcher{display:inline-flex;}
}
@media (max-width: 560px){
  .language-switcher .lang-option{min-width:32px;height:26px;font-size:11px;}
  .questionnaire-header-actions{gap:8px;}
}
