.language-switcher {
  display: flex;
  align-items: center;
  gap: .45rem;
  margin-left: .8rem;
}
.language-switcher label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.language-switcher select {
  width: 128px;
  min-width: 128px;
  flex-shrink: 0;
  min-height: 42px;
  padding: .55rem 2rem .55rem .75rem;
  border: 1px solid #2378bd;
  border-radius: 10px;
  background: #0e1720;
  color: #fff;
  font: inherit;
  cursor: pointer;
}
.newsletter-section { background: #07131d; border-top: 1px solid #1e3a50; border-bottom: 1px solid #1e3a50; }
.newsletter-panel { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: clamp(2rem, 6vw, 5rem); }
.newsletter-panel h2 { margin: .35rem 0 .8rem; }
.newsletter-panel p { color: #b5c0c9; max-width: 640px; }
.newsletter-form label { display: block; margin-bottom: .55rem; color: #fff; font-weight: 700; }
.newsletter-row { display: flex; gap: .65rem; }
.newsletter-row input { flex: 1; min-width: 0; border: 1px solid #344b5f; border-radius: 9px; background: #0d1115; color: #fff; padding: .85rem 1rem; font: inherit; }
.newsletter-form small { display: block; margin-top: .65rem; color: #8797a4; }
.newsletter-form .consent { display: flex; align-items: flex-start; gap: .55rem; margin: .8rem 0 0; color: #aebbc5; font-size: .82rem; font-weight: 400; line-height: 1.45; }
.newsletter-form .consent input { margin-top: .2rem; }
.form-status { display: none; margin-top: 1rem; padding: .9rem 1rem; border-radius: 9px; font-weight: 700; line-height: 1.45; }
.form-status.is-visible { display: block; }
.form-status.is-success { color: #d9ffea; background: #103523; border: 1px solid #267d50; }
.form-status.is-error { color: #ffe2e2; background: #3b1717; border: 1px solid #9b3e3e; }
.netlify-ajax-form button[disabled] { opacity: .65; cursor: wait; }
.organisation-pathways { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-top: 2.5rem; }
.organisation-option { display: block; padding: 1.35rem; border: 1px solid #293d4e; border-radius: 13px; background: #11171c; text-decoration: none; transition: border-color .2s, transform .2s; }
.organisation-option:hover, .organisation-option:focus-visible { border-color: #168fea; transform: translateY(-2px); }
.organisation-option strong { display: block; color: #fff; margin-bottom: .45rem; font-size: 1.05rem; }
.organisation-option span { display: block; color: #aebbc5; line-height: 1.55; }
.site-footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: .75rem 1.1rem; margin: 1.15rem auto; font-size: .86rem; }
.site-footer-links a { color: #aebbc5; }
.translation-note { position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 10000; max-width: 720px; margin: auto; padding: .8rem 1rem; border: 1px solid #31506a; border-radius: 10px; background: #0b1117; color: #dbe7ef; box-shadow: 0 12px 40px rgba(0,0,0,.45); font-size: .85rem; display: none; }
.translation-note.active { display: flex; gap: .75rem; align-items: center; justify-content: space-between; }
.translation-note button { border: 0; background: transparent; color: #55b6ff; font: inherit; cursor: pointer; }
.legal-page { min-height: 70vh; padding: 8rem 1.25rem 5rem; background: #0a0a0a; color: #e9eef2; }
.legal-wrap { width: min(820px, 100%); margin: auto; }
.legal-wrap h1 { font-size: clamp(2.2rem, 7vw, 4rem); margin-bottom: .8rem; }
.legal-wrap h2 { margin: 2.1rem 0 .7rem; font-size: 1.35rem; }
.legal-wrap p, .legal-wrap li { color: #b8c2ca; line-height: 1.75; }
.legal-wrap a { color: #43adff; }
.legal-updated { color: #7f93a3; font-size: .9rem; }
@media (max-width: 900px) {
  .language-switcher { margin-left: auto; }
  .language-switcher select { width: 128px; min-width: 128px; max-width: none; }
  .newsletter-panel, .organisation-pathways { grid-template-columns: 1fr; }
}
@media (min-width: 900px) and (max-width: 1120px) {
  .nav-container .nav-links { display: none !important; }
  .nav-container .mobile-menu-btn { display: block !important; }
}
@media (max-width: 560px) {
  .newsletter-row { flex-direction: column; }
  .newsletter-row .btn { width: 100%; }
  .language-switcher select { width: 128px; min-width: 128px; max-width: none; padding-left: .65rem; }
}
