/* --- Inter, lokal ausgeliefert ------------------------------------------
   Variable Font (Gewicht 100–900) aus dem Inter-Projekt, SIL Open Font
   License 1.1 – siehe assets/fonts/Inter-LICENSE.txt.
   Bewusst lokal statt über Google Fonts: es werden keine Daten (IP-Adresse)
   an Dritte übertragen.                                                    */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/inter-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root { color-scheme: light; }

html { scroll-behavior: smooth; }

body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(200, 95, 93, .12), transparent 32%),
    radial-gradient(circle at top right, rgba(63, 102, 113, .10), transparent 25%),
    #fcfbf8;
}

.grid-glow {
  background-image:
    linear-gradient(rgba(63, 102, 113, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(63, 102, 113, .06) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, .08));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, .08));
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
}
.skip-link:focus {
  left: 1rem;
  top: 1rem;
  padding: .75rem 1.25rem;
  border-radius: 9999px;
  background: #3F6671;
  color: #fff;
  font-weight: 600;
}

/* --- Rechtsseiten (Impressum, Datenschutz, AGB) ------------------------- */

.legal {
  color: #334155;
  line-height: 1.75;
}
.legal h2 {
  margin-top: 2.75rem;
  margin-bottom: .75rem;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -.02em;
  color: #020617;
  scroll-margin-top: 6rem;
}
.legal h2:first-child { margin-top: 0; }
.legal h3 {
  margin-top: 1.75rem;
  margin-bottom: .5rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #0f172a;
}
.legal h4 {
  margin-top: 1.25rem;
  margin-bottom: .35rem;
  font-size: 1rem;
  font-weight: 600;
  color: #0f172a;
}
.legal p { margin-bottom: 1rem; }
.legal ul,
.legal ol { margin: 0 0 1rem 1.35rem; }
.legal ul { list-style: disc; }
.legal ol { list-style: decimal; }
.legal li { margin-bottom: .4rem; padding-left: .25rem; }
.legal a {
  color: #C85F5D;
  text-decoration: underline;
  text-underline-offset: 2px;
  overflow-wrap: anywhere;
}
.legal a:hover { color: #3F6671; }
.legal strong { color: #0f172a; font-weight: 600; }
.legal hr { margin: 2.5rem 0; border: 0; border-top: 1px solid #e2e8f0; }

.legal .uppercase-block {
  font-size: .875rem;
  line-height: 1.7;
  color: #475569;
}

.legal .note {
  margin: 1.5rem 0;
  border: 1px solid #e2e8f0;
  border-left: 4px solid #C85F5D;
  border-radius: 1rem;
  background: #f8fafc;
  padding: 1.25rem 1.5rem;
}
.legal .note p:last-child { margin-bottom: 0; }

.legal address {
  margin-bottom: 1rem;
  font-style: normal;
}
