/* Ausgelagert aus dem <style>-Block von en/faq.html, faq.html, fr/faq.html, it/faq.html.
   Inhalt unveraendert uebernommen. */
  body { font-family: Inter, sans-serif; background: #f8f9ff; color: #0b1c30; }
  h1, h2, h3, .font-title { font-family: 'Plus Jakarta Sans', sans-serif; }
  .soft-glow { box-shadow: 0 4px 24px -4px rgba(14,165,233,0.14); }
  html { scroll-behavior: smooth; }
  .nav-link { font-family: Inter, sans-serif; font-size: 14px; font-weight: 600; color: #3e4850; padding: 8px 10px; border-radius: 999px; transition: background .15s, color .15s; text-decoration: none; white-space: nowrap; line-height: 1.2; }
  .nav-link:hover { background: #e5eeff; color: #006591; }
  .main-nav { display: none; align-items: center; gap: 2px; min-width: 0; }
  @media (min-width: 1024px) { .main-nav { display: flex; } }
  .site-header-inner { max-width: 1120px; }
  .nav-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
  .nav-cta, .language-pill { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; white-space: nowrap; line-height: 1.15; flex-shrink: 0; }
  .nav-cta { padding-left: 18px; padding-right: 18px; }
  .language-pill { min-width: 44px; }
  a.bg-primary-container, button.bg-primary-container { background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 55%, #006591 130%); box-shadow: 0 8px 22px -8px rgba(2, 132, 199, 0.55); }
  .grad-text { background: linear-gradient(115deg, #0ea5e9 10%, #006591 90%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
  .sec-kicker { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: #0ea5e9; margin-bottom: 8px; }
  section[id] { scroll-margin-top: 84px; }
  html, body { max-width: 100%; overflow-x: clip; }
  @supports not (overflow: clip) { html, body { overflow-x: hidden; } }
  main, header, footer { max-width: 100%; }
  .crumbs { font-size: 12px; color: #3e4850; }
  .crumbs a { color: #006591; text-decoration: none; }
  .crumbs a:hover { text-decoration: underline; }
  .faq-toc { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0 20px; }
  .faq-toc a { display: inline-flex; align-items: center; padding: 8px 14px; border-radius: 999px; background: #fff; border: 1px solid #e5eeff; color: #006591; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: 13px; text-decoration: none; transition: background .15s, border-color .15s; }
  .faq-toc a:hover { background: #e5eeff; border-color: #0ea5e9; }
  details.faq-item { background: #fff; border: 1px solid #e5eeff; border-radius: 12px; padding: 0; margin-bottom: 10px; overflow: hidden; }
  details.faq-item[open] { border-color: #0ea5e9; box-shadow: 0 4px 12px -4px rgba(14,165,233,0.14); }
  details.faq-item summary { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: 15px; color: #0b1c30; padding: 16px 18px; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
  details.faq-item summary::-webkit-details-marker { display: none; }
  details.faq-item summary::after { content: '+'; font-size: 22px; font-weight: 400; color: #0ea5e9; line-height: 1; flex-shrink: 0; }
  details.faq-item[open] summary::after { content: '−'; }
  details.faq-item .faq-body { padding: 0 18px 18px; font-size: 14px; line-height: 1.65; color: #3e4850; }
  details.faq-item .faq-body p { margin-bottom: 8px; }
  details.faq-item .faq-body p:last-child { margin-bottom: 0; }
  details.faq-item .faq-body a { color: #006591; }
  .faq-category { margin-bottom: 40px; }
  .faq-category h2 { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 22px; color: #0b1c30; margin-bottom: 16px; padding-bottom: 8px; border-bottom: 2px solid #e5eeff; }

