/* ── IBM PLEX MONO – lokal gehostet ── */
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/ibm-plex-mono-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: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/ibm-plex-mono-500-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: "IBM Plex Mono";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/ibm-plex-mono-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;
}

/* ── IBM PLEX SANS – lokal gehostet ── */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url("fonts/ibm-plex-sans-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: "IBM Plex Sans";
  font-style: italic;
  font-weight: 100 700;
  font-display: swap;
  src: url("fonts/ibm-plex-sans-italic-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;
}

/* ── LIGHT MODE (default) ── */
:root {
  /* Brand – unverändert in beiden Themes */
  --green: #006622;
  --green-light: #007826;

  /* Theme-sensitive */
  --green-text: #006622;
  --green-glow: rgba(0, 102, 34, 0.12);

  --bg: #f8fafc;
  --bg-secondary: #edf1f7;
  --text: #1a2540;
  --text-muted: #1a2540;

  --card-bg: #ffffff;
  --card-border: rgba(0, 0, 0, 0.09);
  --card-border-green: rgba(0, 102, 34, 0.22);

  --nav-bg: #002e5c;
  --nav-border: rgba(0, 102, 34, 0.2);
  --nav-mob-bg: #002e5c;

  --input-bg: #ffffff;
  --input-border: rgba(0, 0, 0, 0.15);
  --placeholder: rgba(26, 37, 64, 0.38);

  --shadow: rgba(0, 0, 0, 0.1);
  --divider: rgba(0, 102, 34, 0.18);
  --footer-border: rgba(255, 255, 255, 0.06);
  --footer-bg: #002e5c;

  --btn-secondary-glass: rgba(248, 250, 252, 0.82);

  --hero-bg: linear-gradient(135deg, #f0f5ff 0%, #e8f0eb 100%);
  --hero-grid-color: rgba(0, 102, 34, 0.2);
  --hero-badge-bg: rgba(0, 102, 34, 0.08);
  --hero-badge-border: rgba(0, 102, 34, 0.28);
  --hero-badge-color: #006622;
  --hero-dot-color: #00a030;
  --hero-accent-dot: #4dff88; /* pulsing dot bleibt hell */

  /* Legacy-Variablen (für evtl. Altverweise) */
  --navy: #002e5c;
  --navy-mid: #003b75;
  --navy-light: #004f9e;
  --white: #ffffff;
  --gray: #e8edf5;
  --font-display: "IBM Plex Sans", sans-serif;
  --font-body: "IBM Plex Sans", sans-serif;
  --font-mono: "IBM Plex Mono", monospace;
}

/* ── DARK MODE ── */
[data-theme="dark"] {
  --green-text: #00c853;
  --green-glow: rgba(0, 102, 34, 0.15);

  --bg: #002e5c;
  --bg-secondary: #003b75;
  --text: #ffffff;
  --text-muted: #ffffff;

  --card-bg: rgba(255, 255, 255, 0.04);
  --card-border: rgba(255, 255, 255, 0.07);
  --card-border-green: rgba(0, 102, 34, 0.25);

  --nav-bg: #002e5c;
  --nav-mob-bg: #002e5c;

  --input-bg: rgba(255, 255, 255, 0.04);
  --input-border: rgba(255, 255, 255, 0.1);
  --placeholder: rgba(255, 255, 255, 0.5);

  --shadow: rgba(0, 0, 0, 0.3);
  --divider: rgba(0, 102, 34, 0.3);

  --btn-secondary-glass: rgba(0, 46, 92, 0.82);

  --hero-bg: linear-gradient(135deg, #002e5c 0%, #003b75 100%);
  --hero-grid-color: rgba(0, 102, 34, 0.55);
  --hero-badge-bg: rgba(0, 102, 34, 0.15);
  --hero-badge-border: rgba(0, 102, 34, 0.4);
  --hero-badge-color: #4dff88;
  --hero-dot-color: #4dff88;
  --hero-accent-dot: #4dff88;
}

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

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  scroll-padding-top: 5.5rem;
}

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
  transition:
    background 0.3s,
    color 0.3s;
}

/* ── NOISE TEXTURE OVERLAY ── */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 9999;
  opacity: 0.18;
}
[data-theme="dark"] body::before {
  opacity: 0.4;
}

/* ── NAV ── */
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  overflow: visible;
  padding: 1.2rem 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--nav-bg);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--nav-border);
  transition:
    background 0.3s,
    border-color 0.3s;
}

.logo-group {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.logo-tagline {
  font-size: 0.8rem !important;
  color: #fff;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
  margin-top: 6px;
}

.logo {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: var(--text);
}

nav .logo span.q,
footer .logo span.q {
  color: #ffffff !important;
}

.logo span.q {
  color: var(--text);
}
span.x {
  color: var(--green-text);
}
nav span.x,
footer span.x {
  color: #00b040;
}

.nav-links {
  display: flex;
  gap: 2rem;
  list-style: none;
}
/* Li-Wrapper der Breadcrumb: auf Desktop unsichtbar fuer den Flex-Ablauf,
   damit .breadcrumb-nav weiterhin per position:absolute unten rechts in
   der Nav sitzt (siehe .breadcrumb-nav weiter unten) statt in der Menüzeile */
.nav-links li:has(.breadcrumb-nav) {
  display: contents;
}
.nav-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  transition: color 0.2s;
  letter-spacing: 0.03em;
}
.nav-links a:hover {
  color: #00b040;
}

/* Dropdown */
.nav-dropdown {
  position: relative;
}
.nav-arrow {
  font-size: 1rem;
  transition: transform 0.2s;
  display: inline-block;
}
.nav-dropdown.open .nav-arrow {
  transform: rotate(180deg);
}
.nav-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: var(--nav-mob-bg, #002e5cee);
  backdrop-filter: blur(16px);
  border: 1px solid var(--nav-border, rgba(255, 255, 255, 0.1));
  border-radius: 8px;
  list-style: none;
  min-width: 160px;
  padding: 0.9rem 0 0.4rem;
  z-index: 200;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  margin-top: 0;
}
.nav-dropdown.open .nav-dropdown-menu {
  display: block;
}
.nav-dropdown-menu li a {
  display: block;
  padding: 0.6rem 1.2rem;
  white-space: nowrap;
  font-size: 1.1rem;
}
.nav-dropdown-menu li a:hover {
  color: #00b040;
}

.nav-cta {
  background: var(--green);
  color: var(--white) !important;
  padding: 0.5rem 1.2rem;
  margin-top: 5px;
  border-radius: 6px;
  transition: background 0.2s !important;
}
.nav-cta:hover {
  background: var(--green-light) !important;
  color: var(--white) !important;
}

/* Theme Toggle Button */
.theme-toggle {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  cursor: pointer;
  padding: 0.38rem 0.6rem;
  border-radius: 6px;
  font-size: 1rem;
  line-height: 1;
  transition:
    background 0.2s,
    border-color 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-toggle:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.45);
}
/* Icon via CSS – wechselt sofort mit dem data-theme Attribut */
.theme-toggle::before {
  content: "🌙";
}
[data-theme="dark"] .theme-toggle::before {
  content: "☀️";
}

/* Burger button — hidden on desktop */
.nav-burger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 110;
}
.nav-burger span {
  display: block;
  height: 2px;
  width: 100%;
  background: #ffffff;
  border-radius: 2px;
  transition:
    transform 0.3s,
    opacity 0.3s,
    width 0.3s;
  transform-origin: center;
}

/* Burger → X animation when open */
.nav-burger.open span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.nav-burger.open span:nth-child(2) {
  opacity: 0;
  width: 0;
}
.nav-burger.open span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

@media (max-width: 1200px) {
  .nav-burger {
    display: flex;
  }

  .nav-links {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--nav-mob-bg);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--nav-border);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0;
    transition:
      max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.3s,
      padding 0.3s;
    z-index: 105;
  }
  .nav-links.open {
    max-height: 600px;
    opacity: 1;
    padding: 0.5rem 0 1rem;
  }
  .nav-links li {
    width: 100%;
  }
  .nav-links a {
    display: block;
    padding: 0.85rem 5%;
    font-size: 1rem;
    border-bottom: 1px solid var(--card-border);
  }
  .nav-links li:last-child a {
    border-bottom: none;
  }
  .nav-cta {
    margin: 0.5rem 5% 0;
    display: block;
    text-align: center;
    border-radius: 6px;
  }

  /* Dropdown mobile */
  .nav-dropdown-menu {
    display: none;
    position: static;
    transform: none;
    background: rgba(255, 255, 255, 0.05);
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    min-width: unset;
  }
  .nav-dropdown.open .nav-dropdown-menu {
    display: block;
  }
  .nav-dropdown-menu li a {
    padding-left: 10%;
    font-size: 1rem;
    border-bottom: 1px solid var(--card-border);
  }
  .nav-dropdown > a {
    cursor: pointer;
  }

  /* Theme Toggle mobile — zentriert, volle Breite */
  .nav-links li:has(#themeToggle) {
    display: flex;
    justify-content: center;
    padding: 0.85rem 5%;
    border-top: 1px solid var(--card-border);
  }
  .nav-links .theme-toggle {
    width: 100%;
    justify-content: center;
    padding: 0.6rem;
    font-size: 1rem;
  }
}

/* ── HERO ── */
#hero {
  position: relative;
  padding: 8rem 5% 5rem;
  padding-bottom: 3rem;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      ellipse 70% 60% at 80% 50%,
      var(--green-glow) 0%,
      transparent 70%
    ),
    radial-gradient(
      ellipse 50% 80% at 10% 80%,
      rgba(0, 102, 34, 0.05) 0%,
      transparent 60%
    ),
    var(--hero-bg);
  transition: background 0.3s;
}

.hero-grid {
  /* TEMPORÄR DEAKTIVIERT zum Vergleich - Zeile entfernen, um die Matrix wieder zu aktivieren */
  display: none;
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--hero-grid-color) 1px, transparent 1px),
    linear-gradient(90deg, var(--hero-grid-color) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(
    ellipse 80% 80% at 50% 50%,
    black 0%,
    transparent 100%
  );
  animation: gridPulse 4s ease-in-out infinite;
}

@keyframes gridPulse {
  0%,
  100% {
    opacity: 0.55;
  }
  50% {
    opacity: 1;
  }
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--hero-badge-bg);
  border: 1px solid var(--hero-badge-border);
  color: var(--hero-badge-color);
  padding: 0.4rem 1rem;
  border-radius: 100px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
  animation: fadeUp 0.6s ease both;
}

.hero-badge::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--hero-dot-color);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.4);
  }
}

h1 {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
  animation: fadeUp 0.6s 0.1s ease both;
  color: var(--text);
}

h1 .accent,
.accent {
  color: var(--green-text);
}

.hero-rotate {
  display: inline-block;
}
.hero-rotate::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 1em;
  margin-left: 4px;
  background: var(--green-text);
  vertical-align: -0.15em;
  animation: heroCaretBlink 2s step-end infinite;
}

@keyframes heroCaretBlink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.accent-bold {
  color: var(--green-text);
  font-weight: 500;
}

.like-h4 {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: var(--text-muted);
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  animation: fadeUp 0.6s 0.3s ease both;
}

.hero-faq-link {
  display: inline-block;
  margin-top: 1rem;
  color: var(--text-muted);
  font-size: 0.95rem;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition:
    color 0.2s,
    text-decoration-color 0.2s;
  animation: fadeUp 0.6s 0.4s ease both;
}
.hero-faq-link:hover {
  color: var(--green);
  text-decoration-color: currentColor;
}

.btn-primary {
  background: var(--green);
  color: var(--white);
  padding: 0.85rem 2rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.2s;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.btn-primary:hover {
  background: var(--green-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 102, 34, 0.4);
}

.btn-secondary {
  background: var(--btn-secondary-glass);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: var(--text);
  padding: 0.85rem 2rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.2s;
  border: 1px solid var(--card-border);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.btn-secondary:hover {
  border-color: var(--green);
  background: rgba(0, 102, 34, 0.1);
}

/* Submit button full-width + form states */
#submitBtn {
  width: 100%;
  justify-content: center;
}
#submitBtn.btn--success {
  background: var(--green);
}
#submitBtn.btn--error {
  background: #8b0000;
}

/* Honeypot — hidden from humans, visible to bots */
input[name="duhier"] {
  display: none;
}

.hero-discovery {
  position: relative;
  z-index: 2;
  scroll-margin-top: 5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: stretch;
  max-width: 1400px;
  margin: 0 auto;
  animation: fadeUp 0.6s 0.2s ease both;
}

.discovery-tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.discovery-tile {
  position: relative;
  flex: 1;
  background: var(--btn-secondary-glass);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid var(--card-border-green);
  border-radius: 16px;
  padding: 1.75rem 2.75rem 1.75rem 1.5rem;
  min-height: 11rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 2px 12px var(--shadow);
  transition:
    transform 0.2s,
    box-shadow 0.2s,
    border-color 0.2s;
}
.discovery-tile:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px var(--shadow);
  border-color: rgba(0, 102, 34, 0.5);
}
.discovery-tile::after {
  content: "→";
  position: absolute;
  bottom: 0.9rem;
  right: 1.1rem;
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: var(--green);
  opacity: 1;
  transition:
    transform 0.2s,
    opacity 0.2s;
}
.discovery-tile:hover::after {
  transform: translateX(4px);
  opacity: 1;
}
.discovery-tile svg {
  width: 2.4rem;
  height: 2.4rem;
  color: var(--green);
}
.discovery-tile span {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text);
}
.discovery-tile-question {
  font-family: var(--font-mono);
  font-size: 1.2rem;
  line-height: 1.45;
  color: var(--text-muted);
  margin: 0;
}

.discovery-center {
  order: -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.25rem;
  padding-top: 0.5rem;
}
.discovery-center h1 {
  align-self: stretch;
  width: 100%;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  margin-bottom: 0.5rem;
}
.discovery-center .hero-actions {
  margin-top: 1.5rem;
}
/* ── ERP BADGE STRIP ── */
.discovery-erp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 1.5rem;
}
.discovery-erp .erp-strip-label {
  flex: 1 0 100%;
  text-align: center;
  margin-bottom: 0.2rem;
}

.erp-strip-label {
  font-size: 1rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: nowrap;
  flex-shrink: 0;
}

.erp-badge {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 6px;
  padding: 0.4rem 0.9rem;
  font-family: var(--font-mono);
  font-size: 1rem;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
  color: var(--text);
  box-shadow: 0 1px 4px var(--shadow);
}

.erp-badge .dot {
  width: 6px;
  height: 6px;
  background: var(--green);
  border-radius: 50%;
}

@media (max-width: 490px) {
  .erp-strip-label {
    flex-basis: 100%;
  }
  .erp-badge {
    flex: 1 1 calc(50% - 0.3rem);
    justify-content: center;
  }
}

/* ── SECTION BASE ── */
section {
  padding: 5rem 5%;
  scroll-margin-top: 0rem;
}

.breadcrumb-nav {
  /* Wird per JS (index.js) in die echte <nav> verschoben. Vollstaendiger Reset
     noetig, weil das generische Element-Selektor `nav { ... }` (fixed/flex/
     Hintergrund/Padding/Blur/Border fuer die Hauptnavigation) sonst auf dieses
     <nav class="breadcrumb-nav"> durchschlaegt. Danach per absolute Positionierung
     unten in der Nav angedockt, damit die Nav dadurch nicht hoeher wird - teilt
     sich den Hintergrund der Nav, da sie selbst keinen eigenen bekommt. */
  display: inline;
  background: none;
  backdrop-filter: none;
  border-bottom: none;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;

  position: absolute;
  top: auto;
  left: auto;
  bottom: 0.35rem;
  right: 5%;
  z-index: 1;

  font-family: var(--font-mono);
  font-size: 0.7rem !important;
  color: rgba(255, 255, 255, 0.55);
  white-space: nowrap;
}
.breadcrumb-nav a {
   font-size: 0.7rem !important;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
}
.breadcrumb-nav a:hover {
  color: #00b040;
  text-decoration: underline;
}
.breadcrumb-nav .breadcrumb-sep {
  margin: 0 0.15rem;
}
.breadcrumb-nav [aria-current="page"] {
  color: rgba(255, 255, 255, 0.85);
}

/* Burger-Menue (<=1200px): Breadcrumb raus aus der Ecke, rein als letzte
   Zeile im aufklappbaren Menue - muss NACH der Basis-.breadcrumb-nav-Regel
   stehen, sonst gewinnt bei gleicher Spezifitaet die spaetere Regel oben. */
@media (max-width: 1200px) {
  .nav-links li:has(.breadcrumb-nav) {
    display: block;
    width: 100%;
  }
  .breadcrumb-nav {
    display: block;
    position: static;
    width: 100%;
    text-align: left;
    white-space: nowrap;
    overflow-x: auto;
    padding: 0.85rem 5%;
    border-top: 1px solid var(--card-border);
  }
  /* Reset gegen `.nav-links a { display:block; padding:...; border-bottom:...; }`
     (Regel fuer die normalen Menüpunkte) - die Breadcrumb-Links sind jetzt
     Nachfahren von .nav-links und wuerden sonst ebenfalls zu Bloecken mit
     eigener Zeile, statt in einer Zeile hintereinander zu stehen. */
  .breadcrumb-nav a {
    display: inline;
    padding: 0;
    border-bottom: none;
    font-size: inherit;
  }
}

.section-label {
  font-family: var(--font-mono);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--green-text);
  margin-bottom: 0.8rem;
}
.section-label svg {
  width: 1rem;
  height: 1rem;
  vertical-align: -2px;
  margin-right: 0.2rem;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
  color: var(--text);
}

.section-sub {
  color: var(--text-muted);
  font-size: 1.2rem !important;
  line-height: 1.7;
  font-weight: 400;
}

.geo-facts {
  max-width: 760px;
  margin-top: 1.2rem;
  padding: 1rem 1.5rem;
  border-left: 3px solid var(--green);
  color: var(--text-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.privacy-highlight {
  margin-bottom: 2.5rem;
  padding: 1.5rem 1.8rem;
  border-left: 3px solid var(--green);
  background: var(--bg-secondary);
  border-radius: 8px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--text-muted);
}

.privacy-highlight h2 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 0.6rem;
}

.privacy-highlight p:last-child {
  margin-bottom: 0;
  color: var(--text);
  font-weight: 600;
}

/* ── PROBLEMS SECTION ── */
#problems {
  background: var(--bg-secondary);
}

.problems-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  margin-top: 3rem;
}

.problem-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 12px;
  padding: 1.5rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  transition:
    border-color 0.3s,
    background 0.3s,
    box-shadow 0.3s;
  box-shadow: 0 1px 6px var(--shadow);
}

.problem-card:hover {
  border-color: var(--card-border-green);
  box-shadow: 0 4px 20px var(--shadow);
}

.problem-num {
  font-family: var(--font-mono);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--green-text);
  line-height: 1;
  flex-shrink: 0;
  min-width: 2rem;
}

.problem-body {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.problem-label {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--green-text);
}

.problem-text {
  font-size: 1.2rem;
  line-height: 1.6;
  color: var(--text);
}

/* ── PRODUCTS ── */
.product-block {
  scroll-margin-top: 10rem;
}

.product-header {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.product-icon {
  width: 60px;
  height: 60px;
  background: rgba(0, 102, 34, 0.1);
  border: 1px solid rgba(0, 102, 34, 0.25);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.product-icon svg {
  width: 30px;
  height: 30px;
  color: var(--green);
}

@media (max-width: 600px) {
  .product-header {
    flex-direction: column;
    gap: 1rem;
  }

  .product-icon {
    margin-top: -0.5rem;
  }
}

.product-title-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.4rem;
}

.product-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--text);
}

.product-desc {
  color: var(--text-muted);
  font-size: 1.2rem;
  line-height: 1.6;
}

.erp-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.6rem;
}

.erp-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: var(--hero-badge-bg);
  border: 1px solid var(--card-border-green);
  color: var(--green-text);
  padding: 0.3rem 0.8rem;
  border-radius: 100px;
  font-family: var(--font-mono);
  font-size: 1rem;
  font-weight: 400;
}

.kernvorteile {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.kernvorteile li {
  font-size: 1.2rem;
  color: var(--text-muted);
  padding-left: 1.3rem;
  position: relative;
  line-height: 1.5;
}
.kernvorteile li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green-text);
  font-weight: 700;
}
#hr-features .uc-result {
  font-size: 1.2rem;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 0.8rem;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  padding: 0.9rem 1rem;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 8px;
  font-size: 1.2rem;
  transition: all 0.2s;
  color: var(--text);
  overflow-wrap: break-word;
  box-shadow: 0 1px 4px var(--shadow);
}

.feature-item:hover {
  background: rgba(0, 102, 34, 0.06);
  border-color: var(--card-border-green);
  color: var(--text);
}

.feature-item .fi {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.feature-item .fi svg {
  width: 1rem;
  height: 1rem;
  color: var(--green);
}

/* ── BENEFIT CARDS ── */
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.benefit-grid--two {
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 900px) {
  .problems-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .benefit-grid {
    grid-template-columns: 1fr;
  }
  .benefit-grid--two {
    grid-template-columns: 1fr;
  }
}

.benefit-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border-green);
  border-radius: 16px;
  padding: 2rem 1.8rem;
  transition:
    transform 0.25s,
    box-shadow 0.25s,
    border-color 0.25s;
  box-shadow: 0 2px 12px var(--shadow);
}

.benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px var(--shadow);
  border-color: rgba(0, 102, 34, 0.45);
}

.benefit-title {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 0.7rem;
  line-height: 1.3;
}

.benefit-desc {
  font-size: 1.2rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 1.2rem;
}

.benefit-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.benefit-list li {
  font-size: 1.1rem;
  color: var(--text-muted);
  padding-left: 1.2rem;
  position: relative;
  line-height: 1.5;
}

.benefit-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green-text);
  font-weight: 700;
  font-size: 1rem;
}

/* ── FEATURES TOGGLE ── */
.features-toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: none;
  border: 1px solid var(--card-border-green);
  color: var(--green-text);
  font-family: var(--font-body);
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  transition:
    background 0.2s,
    border-color 0.2s;
}

.features-toggle:hover {
  background: rgba(0, 102, 34, 0.07);
  border-color: rgba(0, 102, 34, 0.45);
}

.features-toggle[aria-expanded="true"] {
  background: rgba(0, 102, 34, 0.08);
}

.features-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.btn-ghost {
  display: flex;
  text-decoration: none !important;
  align-items: center;
  gap: 0.5rem;
  background: none;
  border: 1px solid var(--card-border-green);
  color: var(--green-text);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
  transition:
    background 0.2s,
    border-color 0.2s;
}
.btn-ghost:hover {
  background: rgba(0, 102, 34, 0.07);
  border-color: rgba(0, 102, 34, 0.45);
}

/* ── USP SECTION ── */
#usp {
  background: var(--bg-secondary);
  position: relative;
  overflow: hidden;
}

#usp::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(0, 102, 34, 0.07) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.usp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
}

.usp-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 16px;
  padding: 2rem;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  box-shadow: 0 2px 10px var(--shadow);
}

.usp-card:hover {
  border-color: var(--card-border-green);
  transform: translateY(-4px);
  box-shadow: 0 20px 40px var(--shadow);
}

.usp-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--green), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}

.usp-card:hover::before {
  opacity: 1;
}

.usp-icon {
  margin-bottom: 1rem;
}
.usp-icon svg {
  width: 2rem;
  height: 2rem;
  color: var(--green);
}

.usp-title {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--text);
}

.usp-text {
  color: var(--text-muted);
  font-size: 1.2rem;
  line-height: 1.6;
}

/* ── ABOUT ── */
#about {
  position: relative;
  overflow: hidden;
  background: var(--bg);
}
#about .hero-grid {
  mask-image: radial-gradient(
    ellipse 100% 100% at 50% 50%,
    black 0%,
    transparent 100%
  );
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}

.about-card {
  position: relative;
  text-decoration: none;
  background: var(--card-bg);
  border: 1px solid var(--card-border-green);
  border-radius: 16px;
  padding: 2rem 1.8rem 1.8rem;
  overflow: hidden;
  transition:
    transform 0.25s,
    border-color 0.25s,
    box-shadow 0.25s;
  box-shadow: 0 2px 10px var(--shadow);
}
.about-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 102, 34, 0.5);
  box-shadow: 0 12px 40px var(--shadow);
}

.about-letter {
  position: absolute;
  top: -0.5rem;
  right: 1rem;
  font-family: var(--font-display);
  font-size: 6rem;
  font-weight: 700;
  color: rgba(0, 102, 34, 0.2);
  line-height: 1;
  pointer-events: none;
  transition: color 0.25s;
}
.about-card:hover .about-letter {
  color: rgba(0, 102, 34, 0.2);
}

.about-card--x {
  border-color: rgba(0, 102, 34, 0.35);
  background: linear-gradient(135deg, var(--card-bg), rgba(0, 102, 34, 0.06));
}
.about-card--x .about-letter {
  color: rgba(0, 102, 34, 0.18);
  font-size: 7rem;
}
.about-card--x:hover .about-letter {
  color: rgba(0, 102, 34, 0.35);
}

.about-word {
  font-family: var(--font-display);
  font-size: 1.3rem !important;
  font-weight: 700;
  color: var(--green-text);
  margin-bottom: 0.6rem;
  position: relative;
}
.about-card--x .about-word {
  font-size: 1.3rem;
}

.about-text {
  font-size: 1.2rem !important;
  color: var(--text-muted);
  line-height: 1.65;
  position: relative;
}

.about-grid .hero-actions {
  grid-column: 1 / -1;
  justify-self: start;
  align-self: center;
}

@media (max-width: 900px) {
  .about-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .about-grid {
    grid-template-columns: 1fr;
  }
}

/* ── FAQ ── */
#faq {
  background: var(--bg-secondary);
}

.faq-jump-link {
  display: inline-block;
  font-size: 1.2rem;
  margin-top: 1.2rem;
  color: var(--green);
  font-weight: 600;
  text-decoration: none;
}

.faq-list {
  max-width: 800px;
  margin: 3rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.faq-item {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.3s;
}

.faq-item[open] {
  border-color: var(--card-border-green);
}

.faq-question {
  padding: 1.25rem 1.5rem;
  font-size: 1.05rem;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--text);
  user-select: none;
  gap: 1rem;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-question::after {
  content: "+";
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--green-text);
  transition: transform 0.25s;
  flex-shrink: 0;
  line-height: 1;
}

.faq-item[open] .faq-question::after {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 1.5rem 1.25rem;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--text-muted);
}

/* ── CONTACT ── */
#contact {
  background: var(--bg-secondary);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-top: 3rem;
}

.contact-info h3 {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--text);
}

.contact-info p {
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.contact-detail {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  color: var(--text);
}
.contact-detail a {
  color: inherit;
  text-decoration: none;
}

.contact-detail .icon {
  width: 36px;
  height: 36px;
  background: rgba(0, 102, 34, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-detail .icon svg {
  width: 18px;
  height: 18px;
  color: var(--green);
  opacity: 1;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

label {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: var(--text);
}

.required {
  color: var(--green-text);
}

.form-group--checkbox {
  margin-top: 0.5rem;
}

.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 1rem;
  color: var(--text-muted);
  cursor: pointer;
  line-height: 1.5;
}

.checkbox-label input[type="checkbox"] {
  margin-top: 0.15rem;
  flex-shrink: 0;
  accent-color: var(--green-text);
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}

.checkbox-label a {
  color: var(--green-text);
  text-decoration: underline;
}

.checkbox-label a:hover {
  color: var(--text);
}

.form-required-note {
  font-size: 1rem;
  color: var(--text-muted);
  margin-top: 0.25rem;
}

input,
select,
textarea {
  background: var(--input-bg);
  border: 1px solid var(--input-border);
  border-radius: 8px;
  padding: 0.75rem 1rem;
  color: var(--text);
  font-family: var(--font-body);
  font-size: 1rem;
  transition:
    border-color 0.2s,
    background 0.2s;
  outline: none;
  width: 100%;
}

input::placeholder,
textarea::placeholder {
  color: var(--placeholder);
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(0, 102, 34, 0.5);
  background: rgba(0, 102, 34, 0.04);
}

select option {
  background: var(--bg-secondary);
  color: var(--text);
}

textarea {
  resize: vertical;
  min-height: 120px;
}

/* ── FOOTER ── */
footer {
  background: var(--footer-bg);
  border-top: 1px solid var(--footer-border);
  padding: 3rem 5% 2rem;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.footer-brand > p {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.6;
  max-width: 280px;
  margin-top: 0.8rem;
}

footer .like-h4 {
  color: #cccccc;
}

.footer-links h4 {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #ffffff;
}

.footer-links ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding-left: 0;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: #00b040;
}

.footer-bottom {
  border-top: 1px solid var(--footer-border);
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-bottom p {
  color: #ffffff;
  font-size: 1rem;
}

.footer-legal {
  display: flex;
  gap: 1.5rem;
}

.footer-legal a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.2s;
}

.footer-legal a:hover {
  color: #00b040;
}

/* ── BACK TO TOP BUTTON ── */
#backToTop {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  border: none;
  cursor: pointer;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  z-index: 10000;
}
#backToTop.visible {
  opacity: 1;
  pointer-events: auto;
}
#backToTop:hover {
  transform: translateY(-3px);
  background: var(--green-light);
}

/* ── ANIMATIONS ── */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── LEGAL PAGES (impressum.html, datenschutz.html, agb.html) ── */
.page-header {
  padding: 10rem 5% 4rem;
  background: var(--bg-secondary);
  border-bottom: 1px solid var(--card-border-green);
}

.page-label {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--green-text);
  margin-bottom: 0.8rem;
}

.page-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  line-height: 1.1;
  color: var(--text);
}
.page-sub {
  font-size: 1.1rem;
  color: var(--text);
}

.legal-content {
  max-width: 860px;
  margin: 0 auto;
  padding: 4rem 5% 6rem;
}

.legal-section {
  margin-bottom: 2.5rem;
}
.legal-section h2 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  color: var(--text);
}
.legal-section p,
.legal-section address {
  font-size: 1.2rem;
  color: var(--text-muted);
  line-height: 1.8;
  font-style: normal;
  margin-bottom: 0.8rem;
}
.legal-section ul {
  padding-left: 1.2rem;
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 0.8rem;
}
.legal-section a {
  color: var(--green-text);
  text-decoration: none;
}
.legal-section a:hover {
  text-decoration: underline;
}
.placeholder {
  color: var(--text-muted);
  font-style: italic;
  opacity: 0.5;
}

/* ── RESPONSIVE ── */
@media (max-width: 1250px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .problems-grid {
    grid-template-columns: 1fr;
  }
  .discovery-tiles {
    grid-template-columns: 1fr;
  }
  .discovery-tile svg {
    width: 1.8rem;
    height: 1.8rem;
  }
  h1 {
    font-size: 2.4rem;
  }
  section {
    padding: 4rem 5%;
  }
  .hero-actions {
    flex-direction: column;
  }
  .btn-primary,
  .btn-secondary {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .page-header {
    padding: 7rem 5% 2.5rem;
  }
  .page-title {
    font-size: 1.8rem;
  }
  .legal-content {
    padding: 2.5rem 5% 4rem;
  }
  #backToTop {
    bottom: 1rem;
    right: 1rem;
    width: 2.6rem;
    height: 2.6rem;
    font-size: 1.7rem;
  }
  .footer-top {
    flex-direction: column;
    gap: 1.5rem;
  }
  .footer-brand p {
    max-width: 100%;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
  }
  /* HINWEIS: Hier (vor der schließenden Klammer) standen die mobilen
     Cookie-Banner-Overrides. Gesichert in web/backup/cookie-banner/cookie-banner.css */
}

/* HINWEIS: Hier (am Dateiende) stand der Cookie-Banner-Styleblock
   (#cookie-overlay, #cookie-box, .cookie-*, #cookie-reopen-btn, ...).
   Gesichert in web/backup/cookie-banner/cookie-banner.css — beide Teile
   (Mobile-Overrides oben + Hauptstyles hier) bei Bedarf wieder einfügen. */
