.header-inner { gap: 12px; }
.language-switch {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  flex-shrink: 0; min-height: 44px; padding: 8px 12px; border: 1px solid #b2c9df;
  border-radius: 8px; background: #edf4fb; color: #0056a0; font-size: 14px;
  line-height: 1.2; font-weight: 700; text-decoration: none; white-space: nowrap;
}
.language-switch:hover { background: #0056a0; color: white; }
.language-switch:focus-visible { outline: 3px solid #d4a800; outline-offset: 3px; }
@media (max-width: 768px) {
  .hero { min-height: 0; padding-top: 72px; align-items: flex-start; }
  .hero-content { width: 100%; max-width: 100%; padding: 24px 20px 32px; }
  .hero-badge { padding: 6px 12px; margin-bottom: 18px; font-size: .8125rem; line-height: 1.4; }
  .hero-title { font-size: clamp(2.75rem, 13vw, 3.5rem); line-height: 1.05; margin-bottom: 16px; }
  .hero-sub { font-size: 1.0625rem; line-height: 1.5; margin-bottom: 12px; }
  .hero-desc { font-size: 1rem; line-height: 1.65; margin-bottom: 22px; }
  .hero-cta { gap: 10px; margin-bottom: 24px; }
  .hero-cta .btn { min-height: 48px; padding: 12px 18px; }
  .hero-stats { margin: 0; gap: 16px; padding: 14px 16px; }
  .hero-scroll-hint { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-scroll-hint, .particle { animation: none; }
}
@media (max-width: 1199px) {
  .header-inner { height: 72px; }
  .main-nav {
    display: none; position: fixed; top: 72px; left: 0; right: 0;
    padding: 18px; background: white; box-shadow: 0 8px 20px #162b4320;
    transform: none; opacity: 1; pointer-events: auto;
  }
  .main-nav.open { display: block; }
  .main-nav ul { flex-direction: column; gap: 4px; }
  .main-nav a { display: block; padding: 12px 16px; }
  .hamburger { display: flex; flex-shrink: 0; }
  .logo-wrap { margin-inline-end: auto; min-width: 0; }
}
@media (max-width: 600px) {
  .values-list { grid-template-columns: 1fr; }
  .value-item, .value-item > div { min-width: 0; }
  .donate-box, .contact-form-wrap { min-width: 0; padding: 22px; }
  .donate-wrapper > *, .contact-grid > *, .about-grid > * { min-width: 0; }
  .donate-box-header { flex-wrap: wrap; }
  .bank-row { flex-wrap: wrap; gap: 5px 12px; }
  .bank-val { min-width: 0; overflow-wrap: anywhere; }
  .footer-credit { flex-wrap: wrap; justify-content: center; }
  .contact-form-wrap input, .contact-form-wrap select, .contact-form-wrap textarea { min-width: 0; }
  .header .container { padding-inline: 14px; }
  .header-inner { gap: 8px; }
  .logo-wrap { gap: 0; flex: 1; }
  .header .logo-separator, .header .logo-wrap > a { display: none; }
  .header .logo-img { max-width: 135px; height: auto; max-height: 40px; }
  .header .logo-tagline { font-size: 9px; }
  .language-switch { padding: 8px 10px; }
}
