.language-switcher {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  flex: 0 0 auto;
  padding: .34rem .55rem;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.language-switcher a {
  color: rgba(255, 255, 255, .68);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}

.language-switcher a:hover,
.language-switcher a[aria-current="page"] {
  color: #fff;
}

.language-switcher a:hover {
  transform: translateY(-1px);
}

.language-switcher span {
  color: rgba(255, 255, 255, .35);
  font-size: .72rem;
}

.i18n-hero .hero-inner {
  max-width: 780px;
}

.i18n-hero .hero-title {
  font-size: clamp(2.1rem, 5vw, 4rem);
}

.i18n-contact-hero {
  min-height: 68dvh;
  padding-bottom: 2rem;
}

.contact-direct {
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.8;
}

.contact-direct a {
  color: #fff;
  text-underline-offset: .22em;
}

.i18n-wide-card {
  max-width: 860px;
  margin-inline: auto;
  text-align: center;
}

.i18n-thanks {
  align-items: center;
  min-height: 100dvh;
  padding: 7rem 0 4rem;
}

.i18n-thanks .hero-inner {
  margin: 0 auto;
  text-align: center;
}

.form-status {
  margin-top: .75rem;
  color: #baf7c7;
  font-size: .9rem;
}

.form-status.error {
  color: #ffd0d0;
}

.consent a {
  color: inherit;
  text-underline-offset: .18em;
}

.legal-simple {
  width: min(720px, 92%);
  min-height: 100dvh;
  margin-inline: auto;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 1rem;
  text-align: center;
}

html[lang="de"] .main-nav a,
html[lang="de"] .btn-as-link {
  font-size: .9rem;
  padding-inline: .65rem;
}

html[lang="de"] .hero-title,
html[lang="de"] .segments-title,
html[lang="de"] .svc-title,
html[lang="de"] .row-name,
html[lang="de"] .faq-trigger {
  overflow-wrap: anywhere;
  hyphens: auto;
}

@media (max-width: 1120px) {
  .nav-inner {
    gap: .65rem;
  }

  .main-nav {
    gap: .65rem;
  }

  .nav-socials {
    gap: .35rem;
  }
}

@media (max-width: 980px) {
  .language-switcher {
    margin-left: auto;
  }

  .nav-toggle {
    order: 4;
  }

  .main-nav {
    top: 68px;
  }
}

@media (max-width: 720px) {
  .nav-socials {
    display: none;
  }

  .language-switcher {
    margin-left: auto;
  }

  .i18n-contact-hero {
    min-height: 76dvh;
  }
}

@media (max-width: 460px) {
  .nav-inner {
    gap: .45rem;
  }

  .language-switcher {
    padding-inline: .45rem;
  }

  .language-switcher a {
    font-size: .72rem;
  }

  .quote .split {
    grid-template-columns: 104px 1fr;
  }

  .form-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: .65rem;
  }

  .form-actions .form-required {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .language-switcher a {
    transition: none;
  }
}
