/* Shared layout for the information pages. */
.info-page { background: var(--paper); }
.info-page .site-header { background: #0a120e; }
.info-page .site-header.is-scrolled { background: rgba(10,18,14,.92); }
.info-hero { padding: 164px 0 76px; color: var(--white); background: #0a120e; }
.info-hero .section-kicker { color: var(--green-bright); }
.info-hero h1 { max-width: 850px; margin-bottom: 22px; font-size: clamp(3.25rem, 7vw, 6rem); }
.info-hero p:not(.section-kicker) { max-width: 650px; margin: 0; color: rgba(255,255,255,.62); font-size: 19px; }
.crumb { display: inline-flex; gap: 8px; margin-bottom: 42px; color: rgba(255,255,255,.52); font-size: 13px; text-decoration: none; }.crumb:hover { color: var(--white); }
.info-content { padding: 86px 0 125px; }
.info-layout { display: grid; grid-template-columns: minmax(160px, .32fr) minmax(0, 1fr); gap: 78px; align-items: start; }
.info-sidebar { position: sticky; top: 120px; }.info-sidebar p { margin: 0 0 14px; color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.info-sidebar nav { display: grid; gap: 8px; }.info-sidebar a { color: var(--muted); font-size: 13px; text-decoration: none; }.info-sidebar a:hover { color: var(--green); }
.info-prose { max-width: 720px; color: var(--ink-soft); }.info-prose > :first-child { margin-top: 0; }.info-prose h2 { margin: 58px 0 16px; font-size: clamp(2rem, 3vw, 3rem); }.info-prose h2:first-child { margin-top: 0; }.info-prose h3 { margin: 34px 0 10px; font-size: 20px; letter-spacing: -.035em; }.info-prose p { margin-bottom: 17px; }.info-prose ul { margin: 0 0 24px; padding-left: 20px; }.info-prose li { margin: 7px 0; }.info-prose a { color: var(--green); font-weight: 700; }
.draft-banner { display: flex; gap: 14px; margin: 0 0 44px; padding: 18px 20px; color: #744b00; border: 1px solid #e9c981; border-radius: 14px; background: #fff5d8; font-size: 14px; }.draft-banner strong { display: block; margin-bottom: 3px; }.draft-icon { flex: 0 0 auto; font-size: 18px; }
.placeholder { color: #9e5b17; background: #fff1d0; border-radius: 4px; padding: 1px 4px; }.placeholder-block { margin: 18px 0; padding: 18px 20px; border: 1px dashed #d9b879; border-radius: 12px; color: #7d5b2a; background: #fff9e9; }
.data-table { width: 100%; border-collapse: collapse; margin: 25px 0 30px; font-size: 14px; }.data-table th, .data-table td { padding: 13px 12px; border-top: 1px solid var(--line); text-align: left; vertical-align: top; }.data-table th { width: 29%; color: var(--ink); font-weight: 750; }.data-table td { color: var(--muted); }.data-table tr:last-child th, .data-table tr:last-child td { border-bottom: 1px solid var(--line); }
.faq-list { display: grid; gap: 10px; margin-top: 24px; }.faq-item { padding: 20px 22px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }.faq-item h3 { margin: 0 0 8px; font-size: 17px; }.faq-item p { margin: 0; color: var(--muted); font-size: 14px; }
.contact-card { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 24px 0 42px; }.contact-card > div { padding: 21px; border-radius: 15px; background: var(--paper-deep); }.contact-card b, .contact-card span { display: block; }.contact-card b { margin-bottom: 5px; font-size: 14px; }.contact-card span { color: var(--muted); font-size: 14px; }
.accessibility-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 24px 0 30px; }.accessibility-card { padding: 22px; border-radius: 15px; background: var(--paper-deep); }.accessibility-card h3 { margin: 0 0 8px; font-size: 18px; }.accessibility-card p { margin: 0; color: var(--muted); font-size: 14px; }
.info-footer { border-top: 1px solid var(--line); }.footer-links { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-right: auto; }.footer-links a { color: rgba(255,255,255,.58); font-size: 12px; text-decoration: none; }.footer-links a:hover { color: var(--green-bright); }

@media (max-width: 820px) {
  .info-hero { padding: 132px 0 58px; }.info-hero h1 { font-size: clamp(3rem, 13vw, 5rem); }.info-hero p:not(.section-kicker) { font-size: 17px; }.crumb { margin-bottom: 30px; }.info-content { padding: 62px 0 90px; }.info-layout { display: block; }.info-sidebar { position: static; margin-bottom: 48px; }.info-sidebar nav { display: flex; flex-wrap: wrap; gap: 8px 15px; }.info-prose h2 { margin-top: 48px; }.contact-card, .accessibility-grid { grid-template-columns: 1fr; }.data-table { font-size: 13px; }
}

@media (max-width: 520px) {
  .info-hero { padding-top: 115px; }.draft-banner { padding: 15px; }.data-table th, .data-table td { display: block; width: 100%; padding: 9px 0; border: 0; }.data-table tr { display: block; padding: 8px 0; border-top: 1px solid var(--line); }.data-table tr:last-child { border-bottom: 1px solid var(--line); }.data-table th { padding-bottom: 2px; }.data-table td { padding-top: 2px; }.footer-links { width: 100%; order: 3; }.footer-inner p { margin-left: 0; }
}

/* Long German legal headings must remain readable in the in-app browser. */
.info-hero h1, .info-prose { overflow-wrap: anywhere; hyphens: auto; }
.info-prose a { hyphens: none; }

.legal-page .info-hero h1 { font-size: clamp(2.25rem, 6vw, 4.5rem); line-height: 1.08; }


/* A short overview with accessible, optional detail. Native disclosures work without JavaScript. */
.privacy-overview { padding: 24px; margin-bottom: 40px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper-deep); }
.privacy-overview h2 { margin-top: 0; font-size: clamp(1.5rem, 3vw, 2rem); }
.privacy-overview p:last-child { margin-bottom: 0; font-size: 14px; }
.privacy-details { margin: 20px 0; border: 1px solid var(--line); border-radius: 12px; }
.privacy-details summary { padding: 18px 20px; cursor: pointer; font-weight: 650; color: var(--ink); }
.privacy-details summary:hover { color: var(--green); }
.privacy-details summary:focus-visible { outline: 3px solid var(--green); outline-offset: 3px; border-radius: 10px; }
.privacy-details[open] summary { border-bottom: 1px solid var(--line); }
.privacy-detail-body { padding: 20px; }
.privacy-detail-body > :first-child { margin-top: 0; }
.privacy-detail-body > :last-child { margin-bottom: 0; }
.data-table caption { text-align: left; color: var(--muted); margin-bottom: 10px; }
@media (max-width: 520px) {
  .privacy-overview, .privacy-detail-body { padding: 18px; }
  .privacy-details summary { padding: 16px; }
}
@media print {
  .privacy-details::details-content { display: block; content-visibility: visible; }
  .info-sidebar, .header-actions, .draft-icon { display: none; }
  .info-layout { display: block; }
}

.legal-page [id] { scroll-margin-top: 120px; }
