
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0 }
  body {
    font-family: system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #1a1a1a;
    background: #ffffff;
    padding: 2rem 1rem;
  }
  main { max-width: 720px; margin: 0 auto }

  /* Language Switcher */
  .gp-lang-switcher {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.04em;
  }
  .gp-lang-switcher a {
    color: #9ca3af;
    text-decoration: none;
  }
  .gp-lang-switcher a:hover { color: #374151; text-decoration: underline }
  .gp-lang-switcher a.gp-lang-current {
    color: #111827;
    text-decoration: underline;
  }
  .gp-lang-sep { color: #d1d5db }

  /* Header */
  header { border-bottom: 2px solid #e5e7eb; padding-bottom: 1.5rem; margin-bottom: 2rem }
  .gp-entity-class {
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #9ca3af;
    margin-bottom: 0.5rem;
  }
  h1 { font-size: 1.875rem; font-weight: 700; line-height: 1.25; color: #111827 }

  /* Sections */
  section { margin-bottom: 2rem }
  .gp-description { font-size: 1.0625rem; color: #374151; line-height: 1.8 }
  .gp-description p { margin: 0.5rem 0 }
  .gp-description p:first-child { margin-top: 0 }
  .gp-description p:last-child { margin-bottom: 0 }
  .gp-description ul { list-style-type: disc; padding-left: 1.25rem; margin: 0.5rem 0 }
  .gp-description ol { list-style-type: decimal; padding-left: 1.25rem; margin: 0.5rem 0 }
  .gp-description li { margin: 0.2rem 0 }
  .gp-description strong, .gp-description b { font-weight: 700; color: #111827 }
  .gp-description em, .gp-description i { font-style: italic }
  .gp-not-statement {
    margin-top: 1.25rem;
    padding: 0.75rem 1rem;
    background: #f9fafb;
    border-left: 3px solid #e5e7eb;
    font-size: 0.9375rem;
    color: #6b7280;
  }
  .gp-not-statement p { margin: 0.375rem 0 }
  .gp-not-statement p:first-child { margin-top: 0 }
  .gp-not-statement p:last-child { margin-bottom: 0 }
  .gp-not-statement ul { list-style-type: disc; padding-left: 1.25rem; margin: 0.375rem 0 }
  .gp-not-statement ol { list-style-type: decimal; padding-left: 1.25rem; margin: 0.375rem 0 }
  .gp-not-statement li { margin: 0.2rem 0 }
  .gp-not-statement strong, .gp-not-statement b { font-weight: 700 }
  .gp-not-statement em, .gp-not-statement i { font-style: italic }

  /* Section Headings (h2) – Standard v1.5: Entity Name als Präfix */
  h2 {
    font-size: 1rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.875rem;
    padding-bottom: 0.375rem;
    border-bottom: 1px solid #f3f4f6;
  }

  /* Key Facts / Kerndaten */
  dl.gp-key-facts {
    display: grid;
    grid-template-columns: minmax(140px, 220px) 1fr;
    gap: 0.5rem 1.5rem;
    padding-top: 0.5rem;
  }
  dl.gp-key-facts dt { font-size: 0.875rem; font-weight: 600; color: #374151 }
  dl.gp-key-facts dd { font-size: 0.875rem; color: #6b7280 }
  dl.gp-key-facts dd a { color: #374151 }

  /* Relations */
  .gp-relations { list-style: none; padding-top: 0.5rem }
  .gp-relation { display: flex; align-items: baseline; gap: 0.625rem; padding: 0.3rem 0; border-bottom: 1px solid #f9fafb }
  .gp-relation:last-child { border-bottom: none }
  .gp-relation-type { font-size: 0.75rem; color: #9ca3af; white-space: nowrap; flex-shrink: 0 }
  .gp-relation-name { font-size: 0.875rem; color: #374151; text-decoration: none }
  .gp-relation-name:hover { text-decoration: underline; color: #111827 }

  /* FAQ */
  .gp-faq { padding-top: 0.5rem }
  .gp-faq-item { padding: 0.875rem 0; border-bottom: 1px solid #f9fafb }
  .gp-faq-item:last-child { border-bottom: none }
  .gp-faq-item h4 {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 0.375rem;
    line-height: 1.4;
  }
  .gp-faq-item p { font-size: 0.875rem; color: #6b7280; line-height: 1.7 }

  /* Human Notice */
  .gp-notice {
    font-size: 0.8125rem;
    color: #6b7280;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 0.5rem 1rem;
    margin-bottom: 1.5rem;
  }
  .gp-notice a { color: #374151; text-decoration: underline }

  /* Standard Badge */
  .gp-standard-badge {
    margin-top: 3rem;
    padding-top: 1rem;
    border-top: 1px solid #f3f4f6;
    font-size: 0.8125rem;
    color: #9ca3af;
  }

  /* Footer */
  footer {
    margin-top: 1rem;
    padding-top: 0.75rem;
    border-top: 1px solid #f3f4f6;
    font-size: 0.6875rem;
    color: #d1d5db;
    letter-spacing: 0.02em;
  }
  .gp-footer-links { margin-top: 0.375rem }
  .gp-footer-links a { color: #9ca3af; text-decoration: none }
  .gp-footer-links a:hover { text-decoration: underline }
