/* ============================================================
   Schriftart lokal eingebunden (kein externer Aufruf)
   ============================================================ */

@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/plus-jakarta-sans-400-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;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/plus-jakarta-sans-400-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: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/fonts/plus-jakarta-sans-600-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;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/fonts/plus-jakarta-sans-600-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: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/plus-jakarta-sans-700-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;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/plus-jakarta-sans-700-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: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../assets/fonts/plus-jakarta-sans-800-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;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../assets/fonts/plus-jakarta-sans-800-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;
}

/* ============================================================
   physio54 – Heilpraxis für Physiotherapie, Ratingen-Lintorf
   Farbwelt aus dem Logo: Orange #E8714D · Petrol #4BA7C3
   ============================================================ */

:root {
  --orange: #e8714d;
  --orange-dark: #d05a38;
  --orange-soft: #fdf0eb;
  --teal: #4ba7c3;
  --teal-dark: #35869f;
  --teal-soft: #edf7fa;
  --ink: #22333d;
  --ink-soft: #54656f;
  --bg: #ffffff;
  --bg-alt: #f7fafb;
  --line: #e4ebee;
  --radius: 14px;
  --shadow: 0 6px 24px rgba(34, 51, 61, 0.09);
  --shadow-soft: 0 2px 10px rgba(34, 51, 61, 0.06);
  --font: "Plus Jakarta Sans", "Segoe UI", system-ui, -apple-system, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
}

img {
  max-width: 100%;
  height: auto; /* verhindert Verzerrung, wenn CSS nur die Breite überschreibt (z. B. Logo auf dem Handy) */
  display: block;
}

a {
  color: var(--teal-dark);
}

h1, h2, h3, h4 {
  line-height: 1.2;
  margin: 0 0 0.6em;
  font-weight: 700;
  color: var(--ink);
}

h1 { font-size: clamp(1.9rem, 4.5vw, 3rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); }
h3 { font-size: 1.2rem; }

p { margin: 0 0 1em; }

.container {
  width: min(1120px, 92%);
  margin-inline: auto;
}

.section {
  padding: clamp(3rem, 7vw, 5.5rem) 0;
}

.section--alt {
  background: var(--bg-alt);
}

.section-head {
  max-width: 640px;
  margin-bottom: 2.5rem;
}

.eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 0.6rem;
}

.lead {
  font-size: 1.15rem;
  color: var(--ink-soft);
}

/* ---------- Skip-Link & Fokus ---------- */
.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--ink);
  color: #fff;
  padding: 0.6rem 1rem;
  z-index: 200;
}

.skip-link:focus {
  left: 0;
}

:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 2px;
}

/* ---------- Header / Navigation ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}

.nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 76px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: var(--ink);
}

.brand img {
  width: 50px;
  height: 50px;
  flex-shrink: 0; /* Logo darf im Flex-Layout nicht gestaucht werden (Handy) */
  object-fit: contain;
}

.brand-name {
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: -0.01em;
}

.brand-name span { color: var(--orange); }

.brand-sub {
  display: block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.main-nav ul {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav a {
  display: block;
  padding: 0.55rem 0.85rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--ink);
}

.main-nav a:hover {
  background: var(--teal-soft);
  color: var(--teal-dark);
}

.main-nav a[aria-current="page"] {
  color: var(--orange);
}

.main-nav .nav-cta {
  background: var(--orange);
  color: #fff;
  margin-left: 0.5rem;
}

.main-nav .nav-cta:hover {
  background: var(--orange-dark);
  color: #fff;
}

.nav-toggle {
  display: none;
  background: none;
  border: 0;
  padding: 0.5rem;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 26px;
  height: 3px;
  border-radius: 2px;
  background: var(--ink);
  margin: 5px 0;
  transition: transform 0.25s, opacity 0.25s;
}

@media (max-width: 880px) {
  .nav-toggle { display: block; }

  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
    display: none;
  }

  .main-nav.open { display: block; }

  .main-nav ul {
    flex-direction: column;
    align-items: stretch;
    padding: 0.75rem 4%;
    gap: 0.15rem;
  }

  .main-nav .nav-cta {
    margin: 0.4rem 0 0.6rem;
    text-align: center;
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  padding: 0.8rem 1.6rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.btn--primary {
  background: var(--orange);
  color: #fff;
}

.btn--primary:hover {
  background: var(--orange-dark);
}

.btn--ghost {
  border-color: var(--teal);
  color: var(--teal-dark);
  background: transparent;
}

.btn--ghost:hover {
  background: var(--teal-soft);
}

.btn--light {
  background: #fff;
  color: var(--orange-dark);
}

.btn--light:hover {
  background: var(--orange-soft);
}

/* ---------- Hero ---------- */
.hero {
  background:
    radial-gradient(ellipse 60% 80% at 85% 20%, rgba(75, 167, 195, 0.14), transparent),
    radial-gradient(ellipse 50% 70% at 10% 90%, rgba(232, 113, 77, 0.10), transparent),
    var(--bg-alt);
  padding: clamp(3.5rem, 8vw, 6.5rem) 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.hero .lead { max-width: 540px; }

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.8rem;
  padding: 0;
  list-style: none;
}

.hero-badges li {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.35rem 0.9rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ink-soft);
}

.hero-figure {
  display: flex;
  justify-content: center;
}

.hero-figure img {
  width: min(300px, 70vw);
  filter: drop-shadow(0 18px 35px rgba(34, 51, 61, 0.18));
}

@media (max-width: 800px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-figure { order: -1; }
  .hero-figure img { width: min(200px, 55vw); }
}

/* ---------- Karten-Raster ---------- */
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  gap: 1.4rem;
}

.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.6rem;
  box-shadow: var(--shadow-soft);
}

.card h3 {
  margin-top: 0.2rem;
}

.card .icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--teal-soft);
  color: var(--teal-dark);
  margin-bottom: 0.9rem;
}

.card .icon svg {
  width: 24px;
  height: 24px;
}

.card--accent .icon {
  background: var(--orange-soft);
  color: var(--orange-dark);
}

.card p {
  color: var(--ink-soft);
  font-size: 0.97rem;
  margin-bottom: 0;
}

.card .card-link {
  display: inline-block;
  margin-top: 0.8rem;
  font-weight: 700;
  text-decoration: none;
  color: var(--orange-dark);
}

.card .card-link:hover { text-decoration: underline; }

/* Karten mit Foto oben */
.card .card-media {
  margin: -1.6rem -1.6rem 1.1rem;
  border-radius: calc(var(--radius) - 1px) calc(var(--radius) - 1px) 0 0;
  overflow: hidden;
}

.card .card-media img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

/* ---------- Foto-Galerie (z. B. Praxis-Impressionen) ---------- */
.photo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem;
}

@media (max-width: 700px) {
  .photo-grid { grid-template-columns: 1fr; }
}

.photo-grid figure { margin: 0; }

.photo-grid img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.photo-grid figcaption {
  font-size: 0.9rem;
  color: var(--ink-soft);
  margin-top: 0.6rem;
}

/* Hero mit Praxisfoto statt Logo */
.hero-figure--photo img {
  width: min(480px, 100%);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

/* ---------- EMP-Highlight (Startseite) ---------- */
.highlight {
  background: linear-gradient(135deg, var(--teal-dark), var(--teal));
  border-radius: calc(var(--radius) + 6px);
  color: #fff;
  padding: clamp(2rem, 5vw, 3.5rem);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
  box-shadow: var(--shadow);
}

.highlight h2,
.highlight p {
  color: #fff;
}

.highlight p {
  opacity: 0.92;
  max-width: 560px;
}

.highlight img {
  width: 220px;
  border-radius: var(--radius);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

@media (max-width: 760px) {
  .highlight { grid-template-columns: 1fr; }
  .highlight img { width: min(260px, 100%); }
}

/* ---------- Zahlen / Stats ---------- */
.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1.4rem;
  text-align: center;
}

.stat {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.6rem 1rem;
  box-shadow: var(--shadow-soft);
}

.stat .num {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--orange);
  display: block;
  line-height: 1.1;
}

.stat .label {
  font-size: 0.92rem;
  color: var(--ink-soft);
  font-weight: 600;
}

/* ---------- Listen mit Häkchen ---------- */
.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.65rem;
}

.check-list li {
  position: relative;
  padding-left: 2rem;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.18em;
  width: 1.25em;
  height: 1.25em;
  border-radius: 50%;
  background: var(--orange-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d05a38' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4 10-10'/%3E%3C/svg%3E") center / 60% no-repeat;
}

/* ---------- Zweispalter ---------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.split--rev > :first-child { order: 2; }

@media (max-width: 800px) {
  .split { grid-template-columns: 1fr; }
  .split--rev > :first-child { order: 0; }
}

.split img {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  width: 100%;
  object-fit: cover;
}

/* ---------- FAQ-Akkordeon ---------- */
.accordion {
  display: grid;
  gap: 0.8rem;
  max-width: 800px;
}

.accordion details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.accordion summary {
  list-style: none;
  cursor: pointer;
  padding: 1.1rem 3.2rem 1.1rem 1.4rem;
  font-weight: 700;
  position: relative;
}

.accordion summary::-webkit-details-marker { display: none; }

.accordion summary::after {
  content: "";
  position: absolute;
  right: 1.3rem;
  top: 50%;
  width: 0.7em;
  height: 0.7em;
  border-right: 3px solid var(--orange);
  border-bottom: 3px solid var(--orange);
  transform: translateY(-65%) rotate(45deg);
  transition: transform 0.25s;
}

.accordion details[open] summary::after {
  transform: translateY(-35%) rotate(225deg);
}

.accordion .acc-body {
  padding: 0 1.4rem 1.2rem;
  color: var(--ink-soft);
}

/* ---------- Selbsttest ---------- */
.quiz {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 4px);
  box-shadow: var(--shadow);
  padding: clamp(1.5rem, 4vw, 2.5rem);
  max-width: 720px;
  margin-inline: auto;
}

.quiz-progress {
  height: 8px;
  background: var(--line);
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 1.6rem;
}

.quiz-progress span {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--teal), var(--orange));
  border-radius: 999px;
  transition: width 0.35s;
}

.quiz-step-label {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--ink-soft);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.4rem;
}

.quiz-question {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}

.quiz-options {
  display: grid;
  gap: 0.7rem;
}

.quiz-options button {
  text-align: left;
  font: inherit;
  font-weight: 600;
  padding: 0.9rem 1.2rem;
  border-radius: 12px;
  border: 2px solid var(--line);
  background: var(--bg-alt);
  color: var(--ink);
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
}

.quiz-options button:hover {
  border-color: var(--teal);
  background: var(--teal-soft);
}

.quiz-back {
  margin-top: 1.2rem;
  background: none;
  border: 0;
  color: var(--ink-soft);
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  padding: 0.3rem 0;
}

.quiz-back:hover { color: var(--ink); text-decoration: underline; }

.quiz-result h3 {
  font-size: 1.4rem;
}

.quiz-result .result-badge {
  display: inline-block;
  padding: 0.35rem 1rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.result-badge--high { background: var(--orange-soft); color: var(--orange-dark); }
.result-badge--mid { background: var(--teal-soft); color: var(--teal-dark); }
.result-badge--low { background: #eef6ee; color: #3e7a44; }

.quiz-note {
  margin-top: 1.5rem;
  font-size: 0.85rem;
  color: var(--ink-soft);
  border-top: 1px solid var(--line);
  padding-top: 1rem;
}

/* ---------- Kontakt ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: start;
}

@media (max-width: 840px) {
  .contact-grid { grid-template-columns: 1fr; }
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.8rem;
  display: grid;
  gap: 1.1rem;
}

.contact-list li {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
}

.contact-list .icon {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  background: var(--orange-soft);
  color: var(--orange-dark);
}

.contact-list .icon svg { width: 22px; height: 22px; }

.contact-list strong { display: block; }

.contact-list a { color: var(--teal-dark); font-weight: 600; }

.hours-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.97rem;
}

.hours-table td {
  padding: 0.45rem 0;
  border-bottom: 1px solid var(--line);
}

.hours-table td:last-child {
  text-align: right;
  font-weight: 600;
}

/* Karte (Click-to-Load) */
.map-frame {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--teal-soft);
  min-height: 420px;
}

.map-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.map-consent {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 1.5rem;
  background:
    radial-gradient(ellipse at 70% 30%, rgba(75, 167, 195, 0.18), transparent),
    var(--bg-alt);
}

.map-consent .inner { max-width: 380px; }

.map-consent p {
  font-size: 0.9rem;
  color: var(--ink-soft);
}

/* ---------- CTA-Banner ---------- */
.cta-banner {
  background: linear-gradient(120deg, var(--orange), var(--orange-dark));
  border-radius: calc(var(--radius) + 6px);
  color: #fff;
  text-align: center;
  padding: clamp(2.2rem, 5vw, 3.5rem);
}

.cta-banner h2 { color: #fff; }

.cta-banner p {
  color: rgba(255, 255, 255, 0.92);
  max-width: 520px;
  margin: 0 auto 1.5rem;
}

/* ---------- Footer ---------- */
.site-footer {
  background: var(--ink);
  color: #c6d2d9;
  padding: 3.5rem 0 2rem;
  margin-top: 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 2.5rem;
}

@media (max-width: 760px) {
  .footer-grid { grid-template-columns: 1fr; }
}

.site-footer h4 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0.9rem;
}

.site-footer a {
  color: #c6d2d9;
  text-decoration: none;
}

.site-footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.footer-brand img { width: 56px; height: 56px; flex-shrink: 0; object-fit: contain; }

.footer-brand .name {
  font-weight: 800;
  color: #fff;
  font-size: 1.15rem;
}

.footer-brand .sub {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8fa3ad;
  font-weight: 600;
}

.footer-note {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 2.5rem;
  padding-top: 1.4rem;
  font-size: 0.85rem;
  color: #8fa3ad;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
}

/* ---------- Rechtstexte ---------- */
.legal {
  max-width: 760px;
}

.legal h2 { margin-top: 2rem; font-size: 1.3rem; }

.legal ul { padding-left: 1.2rem; }

.legal li { margin-bottom: 0.35rem; }

/* ---------- Scroll-Reveal ---------- */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------- Nach-oben-Button ---------- */
.to-top {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 0;
  background: var(--orange);
  color: #fff;
  font-size: 1.3rem;
  cursor: pointer;
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s, background 0.2s;
  z-index: 90;
}

.to-top.show {
  opacity: 1;
  pointer-events: auto;
}

.to-top:hover { background: var(--orange-dark); }

/* ---------- Hinweisbox ---------- */
.notice {
  background: var(--teal-soft);
  border-left: 4px solid var(--teal);
  border-radius: 0 10px 10px 0;
  padding: 1rem 1.3rem;
  font-size: 0.95rem;
  color: var(--ink-soft);
}
