/* AGB page only. Existing website styles remain unchanged. */
.agb-page .agb-wrap { max-width: 920px; }
.agb-page .site-header { position: relative; }
.agb-page .agb-intro { padding-bottom: 24px; }
.agb-page h1 { font-size: clamp(1.9rem, 4vw, 2.6rem); line-height: 1.17; margin: 0 0 12px; overflow-wrap: anywhere; }
.agb-page .agb-meta { color: var(--muted); margin: 0 0 20px; font-weight: 600; }
.agb-page .agb-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.agb-page .agb-actions a { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; padding: 10px 18px; border-radius: 8px; border: 1px solid var(--turkis); font-weight: 700; }
.agb-page .agb-download { background: var(--turkis); color: #fff; }
.agb-page .agb-download:hover { background: var(--turkis-dunkel); }
.agb-page .agb-version { font-size: .92rem; margin: 14px 0 0; }
.agb-page .agb-summary { margin: 12px 0 28px; padding: 18px 22px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.agb-page summary { cursor: pointer; color: var(--turkis-dunkel); font-weight: 700; }
.agb-page .agb-summary ol { margin-bottom: 0; padding-left: 22px; columns: 2; column-gap: 30px; }
.agb-page .agb-summary li { break-inside: avoid; margin: 5px 0; font-size: .94rem; }
.agb-page .agb-summary a { text-decoration-thickness: 1px; text-underline-offset: 3px; }
.agb-page .agb-text { padding: 28px 34px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.agb-page .agb-section { scroll-margin-top: 24px; }
.agb-page .agb-section + .agb-section { margin-top: 32px; }
.agb-page .agb-section h2 { font-size: 1.25rem; line-height: 1.35; margin: 0 0 12px; }
.agb-page .agb-section p { margin: 0 0 12px; }
.agb-page .agb-section p:last-child { margin-bottom: 0; }
.agb-page .agb-notes { margin-top: 26px; font-size: .96rem; }
.agb-page .agb-notes h2 { font-size: 1.2rem; }
.agb-page a:focus-visible, .agb-page summary:focus-visible { outline: 3px solid var(--turkis); outline-offset: 4px; }
.agb-page .footer-row > div { display: flex; flex-wrap: wrap; gap: 10px 16px; }
.agb-page .footer-row a { margin: 0; }
@media (max-width: 650px) {
  .agb-page .nav { flex-direction: column; align-items: flex-start; gap: 6px; }
  .agb-page .brand img { width: 125px; }
  .agb-page .nav nav { display: flex; flex-wrap: wrap; gap: 6px 16px; }
  .agb-page .nav nav a { margin: 0; }
  .agb-page .agb-text { padding: 22px 18px; }
  .agb-page .agb-summary { padding: 16px 18px; }
  .agb-page .agb-summary ol { columns: 1; }
  .agb-page .agb-actions { align-items: stretch; flex-direction: column; }
  .agb-page .footer-row { flex-direction: column; align-items: flex-start; }
}
@media print {
  @page { size: A4; margin: 18mm; }
  body.agb-page { color: #000; background: #fff; font-size: 10pt; line-height: 1.4; }
  .agb-page .site-header, .agb-page .site-footer, .agb-page .agb-actions, .agb-page .agb-summary, .agb-page .agb-version, .agb-page .agb-notes { display: none; }
  .agb-page .wrap { width: 100%; max-width: none; }
  .agb-page main { padding: 0; }
  .agb-page h1 { font-size: 19pt; }
  .agb-page .agb-intro { padding-bottom: 8px; }
  .agb-page .agb-meta { margin-bottom: 8px; }
  .agb-page .agb-text { padding: 0; border: 0; border-radius: 0; }
  .agb-page .agb-section + .agb-section { margin-top: 16px; }
  .agb-page .agb-section h2 { font-size: 11pt; break-after: avoid; }
  .agb-page .agb-section p { orphans: 3; widows: 3; }
}
