/* ============================================================
   IT Consulting & Partner — Neues Webdesign 2026
   Modern, animiert, responsiv — Vanilla CSS, keine Frameworks
   Light/Dark-Mode: folgt dem System, manuell umschaltbar
   ============================================================ */

/* ---------- Design-Tokens: Dark (Standard) ---------- */
:root {
  color-scheme: dark;
  --bg-0: #0f172a;
  --bg-1: #131e36;
  --bg-2: #1b2842;
  --surface: rgba(255, 255, 255, 0.04);
  --surface-hover: rgba(255, 255, 255, 0.07);
  --border: rgba(255, 255, 255, 0.09);
  --border-soft: rgba(255, 255, 255, 0.06);
  --text: #f5f5f7;
  --muted: #9b9ba1;
  --accent: #e78200;
  --accent-2: #ffaa33;
  --accent-blue: #1f3a5f;
  --accent-teal: #2f6f73;
  --grad: linear-gradient(135deg, #e78200 0%, #ffaa33 100%);
  --grad-soft: linear-gradient(135deg, rgba(231, 130, 0,0.15), rgba(255, 170, 51,0.15));
  --on-grad: #1d1d1f;
  --header-bg: rgba(15, 23, 42,0.72);
  --header-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
  --nav-hover: rgba(255, 255, 255, 0.06);
  --ghost-bg: rgba(255, 255, 255, 0.05);
  --ghost-border: rgba(255, 255, 255, 0.14);
  --overlay: rgba(15, 23, 42,0.97);
  --dot: rgba(255, 255, 255, 0.09);
  --orb-opacity: 0.55;
  --card-shadow: none;
  --card-glow: rgba(231, 130, 0,0.13);
  --input-bg: rgba(255, 255, 255, 0.04);
  --input-border: rgba(255, 255, 255, 0.12);
  --placeholder: #6e6e73;
  --notice-bg: rgba(251, 191, 36, 0.08);
  --notice-border: rgba(251, 191, 36, 0.35);
  --notice-text: #fcd34d;
  --cta-bg: #1b2842;
  --radius: 24px;
  --header-h: 72px;
  --max-w: 1180px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Design-Tokens: Light (Apple-Look) ---------- */
:root[data-theme="light"] {
  color-scheme: light;
  --bg-0: #f5f5f7;
  --bg-1: #ffffff;
  --bg-2: #fbfbfd;
  --surface: #ffffff;
  --surface-hover: #ffffff;
  --border: rgba(0, 0, 0, 0.08);
  --border-soft: rgba(0, 0, 0, 0.06);
  --text: #1d1d1f;
  --muted: #7e7e7e;
  --grad-soft: linear-gradient(135deg, rgba(231, 130, 0,0.1), rgba(255, 170, 51,0.1));
  --header-bg: rgba(251, 251, 253, 0.78);
  --header-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
  --nav-hover: rgba(0, 0, 0, 0.05);
  --ghost-bg: rgba(0, 0, 0, 0.04);
  --ghost-border: rgba(0, 0, 0, 0.12);
  --overlay: rgba(245, 245, 247, 0.97);
  --dot: rgba(29, 29, 31, 0.16);
  --orb-opacity: 0.3;
  --card-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  --card-glow: rgba(231, 130, 0,0.08);
  --input-bg: #ffffff;
  --input-border: rgba(0, 0, 0, 0.16);
  --placeholder: #a1a1a6;
  --notice-bg: rgba(251, 191, 36, 0.14);
  --notice-border: rgba(180, 83, 9, 0.35);
  --notice-text: #92400e;
  --cta-bg: #ffffff;
}

/* Fallback ohne JavaScript: System-Einstellung folgen */
@media (prefers-color-scheme: light) {
  :root:not([data-theme]) {
    color-scheme: light;
    --bg-0: #f5f5f7;
    --bg-1: #ffffff;
    --bg-2: #fbfbfd;
    --surface: #ffffff;
    --surface-hover: #ffffff;
    --border: rgba(0, 0, 0, 0.08);
    --border-soft: rgba(0, 0, 0, 0.06);
    --text: #1d1d1f;
    --muted: #7e7e7e;
    --grad-soft: linear-gradient(135deg, rgba(231, 130, 0,0.1), rgba(255, 170, 51,0.1));
    --header-bg: rgba(251, 251, 253, 0.78);
    --header-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
    --nav-hover: rgba(0, 0, 0, 0.05);
    --ghost-bg: rgba(0, 0, 0, 0.04);
    --ghost-border: rgba(0, 0, 0, 0.12);
    --overlay: rgba(245, 245, 247, 0.97);
    --dot: rgba(29, 29, 31, 0.16);
    --orb-opacity: 0.3;
    --card-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    --card-glow: rgba(231, 130, 0,0.08);
    --input-bg: #ffffff;
    --input-border: rgba(0, 0, 0, 0.16);
    --placeholder: #a1a1a6;
    --notice-bg: rgba(251, 191, 36, 0.14);
    --notice-border: rgba(180, 83, 9, 0.35);
    --notice-text: #92400e;
    --cta-bg: #ffffff;
  }
}

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

/* Logo-Schrift (Square 721 Extended) – nur für Marken-Akzente wie das "ICP".
   Datei(en) in assets/fonts/ ablegen (Name: square-721-extended.woff2/.ttf/.otf). */
@font-face {
  font-family: "Square721 Extended";
  src: url("../assets/fonts/square-721-extended.woff2") format("woff2"),
       url("../assets/fonts/square-721-extended.ttf") format("truetype"),
       url("../assets/fonts/square-721-extended.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.logo-font { font-family: "Square721 Extended", "Inter", sans-serif; }
/* Square 721 hat eine kleinere Versalhöhe als Inter – in Überschriften optisch angleichen */
.section-head h2 .logo-font { font-size: 1.12em; letter-spacing: 0; }

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

body {
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Roboto, sans-serif;
  background: var(--bg-0);
  color: var(--text);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  transition: background 0.4s, color 0.4s;
}

::selection { background: rgba(231, 130, 0,0.35); }

img { max-width: 100%; display: block; }

a { color: var(--accent); text-decoration: none; transition: color 0.25s; }
a:hover { color: var(--accent-2); }

h1, h2, h3, h4 { line-height: 1.15; margin: 0 0 0.6em; font-weight: 700; letter-spacing: -0.025em; }

.container {
  width: min(100% - 2.5rem, var(--max-w));
  margin-inline: auto;
}

section { position: relative; padding: clamp(4.5rem, 9vw, 8rem) 0; }
section[id] { scroll-margin-top: calc(var(--header-h) + 12px); }

.section-alt { background: var(--bg-1); transition: background 0.4s; }

/* ---------- Text-Helfer ---------- */
.gradient-text {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.eyebrow {
  display: inline-block;
  font-family: "Square721 Extended", "Inter", sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 1rem;
}

.section-head { max-width: 760px; margin-bottom: clamp(2.4rem, 5vw, 4rem); }
.section-head h2 { font-size: clamp(2rem, 4.5vw, 3.3rem); letter-spacing: -0.03em; }
.section-head p { color: var(--muted); font-size: 1.13rem; margin: 0; }
.section-head.center { margin-inline: auto; text-align: center; }

/* ============================================================
   HEADER — Frosted Glass im Apple-Stil
   ============================================================ */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  height: var(--header-h);
  display: flex;
  align-items: center;
  transition: background 0.4s, box-shadow 0.4s, height 0.4s;
}

.site-header.scrolled {
  height: 60px;
  background: var(--header-bg);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  box-shadow: var(--header-shadow);
  border-bottom: 1px solid var(--border-soft);
}

/* Bei offenem Mobil-Menü den Header-Filter deaktivieren – sonst wird der
   Header zum Bezugsrahmen für das fixierte Overlay (Menü deckt sonst nicht). */
.site-header.nav-open {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}

.header-actions { display: flex; align-items: center; gap: 0.55rem; }

.logo {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--text);
  letter-spacing: -0.01em;
  white-space: nowrap;
}
.logo:hover { color: var(--text); }

.logo-mark {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  background: var(--grad);
  display: grid;
  place-items: center;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--on-grad);
  letter-spacing: 0;
  box-shadow: 0 6px 20px rgba(255, 170, 51,0.35);
  transition: transform 0.35s var(--ease);
}
.logo:hover .logo-mark { transform: rotate(-8deg) scale(1.06); }
.logo small { display: block; font-size: 0.68rem; font-weight: 500; color: var(--muted); letter-spacing: 0.02em; }

.logo-img { width: 42px; height: 42px; display: block; flex-shrink: 0; transition: transform 0.35s var(--ease); }
.logo:hover .logo-img { transform: rotate(-8deg) scale(1.06); }

.main-nav { display: flex; align-items: center; gap: 0.2rem; }

.main-nav a {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 500;
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  white-space: nowrap;
  transition: color 0.25s, background 0.25s;
}
.main-nav a:hover, .main-nav a.active { color: var(--text); background: var(--nav-hover); }

.nav-cta { margin-left: 0.5rem; }

/* Theme-Umschalter */
.theme-toggle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--ghost-border);
  background: var(--ghost-bg);
  color: var(--text);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform 0.3s var(--ease), border-color 0.3s, color 0.3s;
}
.theme-toggle:hover { transform: scale(1.08) rotate(15deg); border-color: var(--accent-2); color: var(--accent-2); }
.theme-toggle svg { width: 18px; height: 18px; }
.theme-toggle .icon-moon { display: none; }
.theme-toggle.is-light .icon-sun { display: none; }
.theme-toggle.is-light .icon-moon { display: block; }

/* Burger */
.nav-toggle {
  display: none;
  background: none;
  border: 0;
  width: 44px;
  height: 44px;
  cursor: pointer;
  position: relative;
  z-index: 110;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text);
  margin: 5px auto;
  border-radius: 2px;
  transition: transform 0.35s var(--ease), opacity 0.25s;
}
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ============================================================
   BUTTONS — Pill-Form im Apple-Stil
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  font-weight: 600;
  font-size: 0.97rem;
  padding: 0.9rem 1.8rem;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  transition: transform 0.3s var(--ease), box-shadow 0.3s, background 0.3s, color 0.3s;
  white-space: nowrap;
}

.btn-primary {
  background: var(--grad);
  color: var(--on-grad);
  box-shadow: 0 10px 30px rgba(255, 170, 51,0.3);
}
.btn-primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 16px 40px rgba(255, 170, 51,0.45);
  color: var(--on-grad);
}

.btn-ghost {
  background: var(--ghost-bg);
  color: var(--text);
  border: 1px solid var(--ghost-border);
}
.btn-ghost:hover {
  background: var(--nav-hover);
  transform: translateY(-3px);
  color: var(--text);
}

.btn-sm { padding: 0.55rem 1.2rem; font-size: 0.88rem; }

.btn .arrow { transition: transform 0.3s var(--ease); }
.btn:hover .arrow { transform: translateX(4px); }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  min-height: 100svh;
  display: flex;
  align-items: safe center;
  padding: calc(var(--header-h) + 1.4rem) 0 2.4rem;
  overflow: hidden;
}

/* Animierte Orbs */
.hero::before, .hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: var(--orb-opacity);
  z-index: 0;
  animation: orbFloat 14s ease-in-out infinite alternate;
}
.hero::before {
  width: 560px; height: 560px;
  background: radial-gradient(circle, rgba(231, 130, 0,0.5), transparent 65%);
  top: -160px; right: -120px;
}
.hero::after {
  width: 460px; height: 460px;
  background: radial-gradient(circle, rgba(255, 170, 51,0.35), transparent 65%);
  bottom: -140px; left: -140px;
  animation-delay: -7s;
}

@keyframes orbFloat {
  from { transform: translate(0, 0) scale(1); }
  to   { transform: translate(-50px, 50px) scale(1.15); }
}

/* Punkt-Raster */
.hero-grid {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(var(--dot) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(ellipse 75% 65% at 50% 40%, #000 25%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 75% 65% at 50% 40%, #000 25%, transparent 75%);
  z-index: 0;
  animation: gridPan 50s linear infinite;
}
@keyframes gridPan { to { background-position: 340px 340px; } }

.hero-inner { position: relative; z-index: 1; max-width: 920px; }

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: var(--ghost-bg);
  border: 1px solid var(--ghost-border);
  border-radius: 999px;
  padding: 0.45rem 1.1rem;
  font-size: 0.85rem;
  color: var(--muted);
  margin-bottom: 0.9rem;
  backdrop-filter: blur(6px);
}
.hero-badge .dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.6);
  animation: pulse 2.2s infinite;
}
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.55); }
  70%  { box-shadow: 0 0 0 11px rgba(52, 211, 153, 0); }
  100% { box-shadow: 0 0 0 0 rgba(52, 211, 153, 0); }
}

.hero h1 {
  font-size: clamp(2.1rem, 4.6vw, 3.6rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
  margin-bottom: 0.7rem;
}

/* Rotierendes Wort */
.rotator {
  display: inline-block;
  position: relative;
  min-width: 5ch;
  white-space: nowrap;
}
.rotator .word {
  display: inline-block;
  color: transparent;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  animation: wordIn 0.6s var(--ease);
}
@keyframes wordIn {
  from { opacity: 0; transform: translateY(0.6em); filter: blur(6px); }
  to   { opacity: 1; transform: translateY(0); filter: blur(0); }
}

.hero p.lead {
  font-size: clamp(1.05rem, 1.7vw, 1.22rem);
  color: var(--muted);
  max-width: 620px;
  line-height: 1.45;
  margin-bottom: 1.2rem;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 2rem; }

/* Stats im Hero — cleane Spalten statt Boxen */
.hero-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
  gap: 1.5rem;
  max-width: 760px;
}
.stat {
  padding-left: 1.2rem;
  border-left: 1px solid var(--border);
}
.stat .num {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1.1;
}
.stat .label { font-size: 0.86rem; color: var(--muted); margin-top: 0.25rem; }

/* Scroll-Hinweis */
.scroll-hint {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  color: var(--muted);
  font-size: 1.4rem;
  animation: bounceDown 2.2s infinite;
  z-index: 1;
}
@keyframes bounceDown {
  0%, 100% { transform: translate(-50%, 0); opacity: 0.5; }
  50%      { transform: translate(-50%, 9px); opacity: 1; }
}

/* ============================================================
   MARQUEE (Software-Partner-Band)
   ============================================================ */
.marquee-section { padding: 1.6rem 0; border-block: 1px solid var(--border-soft); background: var(--bg-1); overflow: hidden; transition: background 0.4s; }
.marquee { display: flex; overflow: hidden; gap: 3rem; mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.marquee-track {
  display: flex;
  gap: 3rem;
  flex-shrink: 0;
  align-items: center;
  animation: marquee 90s linear infinite;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(calc(-100% - 3rem)); } }
.marquee-item {
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--muted);
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  transition: color 0.3s;
}
.marquee-item:hover { color: var(--text); }
.marquee-item .spark { color: var(--accent-2); }

/* ============================================================
   KARTEN-RASTER (Leistungen) — Bento-Grid im Apple-Stil
   ============================================================ */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.4rem;
}

@media (min-width: 980px) {
  .bento { grid-template-columns: repeat(6, 1fr); }
  .bento .card:nth-child(1) { grid-column: span 4; }
  .bento .card:nth-child(2) { grid-column: span 2; }
  .bento .card:nth-child(3) { grid-column: span 2; }
  .bento .card:nth-child(4) { grid-column: span 4; }
  .bento .card:nth-child(5) { grid-column: span 3; }
  .bento .card:nth-child(6) { grid-column: span 3; }
}

.card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2.1rem 1.9rem;
  box-shadow: var(--card-shadow);
  transition: transform 0.4s var(--ease), border-color 0.4s, background 0.4s, box-shadow 0.4s;
  overflow: hidden;
}
.card:hover {
  transform: translateY(-7px);
  background: var(--surface-hover);
  border-color: rgba(255, 170, 51,0.35);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

/* Mauslicht-Effekt */
.card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 50%), var(--card-glow), transparent 45%);
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
}
.card:hover::before { opacity: 1; }

.card-icon {
  width: 54px;
  height: 54px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: var(--grad-soft);
  border: 1px solid rgba(255, 170, 51,0.25);
  margin-bottom: 1.2rem;
  color: var(--accent);
  transition: transform 0.4s var(--ease), box-shadow 0.4s;
}
.card:hover .card-icon {
  transform: scale(1.1) rotate(-5deg);
  box-shadow: 0 8px 24px rgba(255, 170, 51,0.25);
}
.card-icon svg { width: 26px; height: 26px; }

.card h3 { font-size: 1.2rem; margin-bottom: 0.5rem; }
.card p { color: var(--muted); font-size: 0.96rem; margin: 0; }

.card ul {
  margin: 0.9rem 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 0.93rem;
}
.card ul li {
  padding-left: 1.4rem;
  position: relative;
  margin-bottom: 0.35rem;
}
.card ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--accent-2);
  font-weight: 700;
}

/* ============================================================
   SOFTWARE-LÖSUNGEN
   ============================================================ */
.software-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.4rem;
}

.software-card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2.3rem 2rem;
  box-shadow: var(--card-shadow);
  overflow: hidden;
  transition: transform 0.4s var(--ease), border-color 0.4s, box-shadow 0.4s;
}
.software-card:hover {
  transform: translateY(-7px);
  border-color: rgba(231, 130, 0,0.4);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.software-card::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--grad);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s var(--ease);
}
.software-card:hover::after { transform: scaleX(1); }

.software-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  margin-bottom: 1rem;
  background: var(--grad-soft);
  color: var(--accent);
  border: 1px solid rgba(255, 170, 51,0.22);
}

.software-card h3 { font-size: 1.5rem; letter-spacing: -0.02em; }
.software-card p { color: var(--muted); font-size: 0.97rem; }

.app-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1.1rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--accent);
}

/* ============================================================
   TIMELINE (Unsere Geschichte)
   ============================================================ */
.timeline {
  position: relative;
  max-width: 760px;
  margin-inline: auto;
  padding-left: 0;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, var(--accent), var(--accent-2), transparent);
  opacity: 0.5;
}

.timeline-item {
  position: relative;
  padding: 0 0 2.4rem 76px;
}
.timeline-item:last-child { padding-bottom: 0; }

.timeline-dot {
  position: absolute;
  left: 14px;
  top: 4px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--bg-0);
  border: 2px solid var(--accent-2);
  display: grid;
  place-items: center;
  transition: background 0.4s;
}
.timeline-dot::after {
  content: "";
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--grad);
}

.timeline-year {
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--accent);
  margin-bottom: 0.3rem;
}
.timeline-item h3 { font-size: 1.25rem; margin-bottom: 0.35rem; }
.timeline-item p { color: var(--muted); margin: 0; font-size: 0.97rem; }

/* ============================================================
   TEAM
   ============================================================ */
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.4rem;
}

.team-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2rem 1.6rem;
  text-align: center;
  box-shadow: var(--card-shadow);
  transition: transform 0.4s var(--ease), border-color 0.4s, box-shadow 0.4s;
}
.team-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 170, 51,0.35);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.avatar {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  margin: 0 auto 1.1rem;
  display: grid;
  place-items: center;
  font-size: 1.55rem;
  font-weight: 800;
  color: var(--on-grad);
  background: var(--grad);
  box-shadow: 0 10px 30px rgba(255, 170, 51,0.3);
  overflow: hidden;
  transition: transform 0.4s var(--ease);
}
.avatar img { width: 100%; height: 100%; object-fit: cover; }
.team-card:hover .avatar { transform: scale(1.08) rotate(4deg); }

.team-card h3 { font-size: 1.13rem; margin-bottom: 0.15rem; }
.team-card .role { color: var(--accent); font-size: 0.85rem; font-weight: 600; margin-bottom: 0.9rem; }

.team-contact { display: flex; flex-direction: column; gap: 0.3rem; font-size: 0.86rem; }
.team-contact a { color: var(--muted); }
.team-contact a:hover { color: var(--accent); }

.team-note {
  margin-top: 2.2rem;
  text-align: center;
  color: var(--muted);
  font-size: 0.95rem;
}

/* ============================================================
   PARTNER
   ============================================================ */
.partner-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 1.4rem;
}

.partner-card {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.9rem 1.7rem;
  color: var(--text);
  box-shadow: var(--card-shadow);
  transition: transform 0.4s var(--ease), border-color 0.4s, background 0.4s, box-shadow 0.4s;
}
.partner-card:hover {
  transform: translateY(-6px);
  border-color: rgba(231, 130, 0,0.4);
  background: var(--surface-hover);
  color: var(--text);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}
.partner-card h3 { font-size: 1.12rem; margin: 0; }
.partner-card p { color: var(--muted); font-size: 0.93rem; margin: 0; flex: 1; }
.partner-card .link {
  margin-top: 1rem;
  font-size: 0.87rem;
  font-weight: 600;
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.partner-card:hover .link .arrow { transform: translateX(4px); }
.partner-card .link .arrow { transition: transform 0.3s var(--ease); }

/* ============================================================
   CTA-BAND
   ============================================================ */
.cta-band {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: clamp(3rem, 6vw, 5rem) clamp(1.5rem, 5vw, 4rem);
  text-align: center;
  background:
    radial-gradient(700px circle at 20% 0%, rgba(231, 130, 0,0.22), transparent 55%),
    radial-gradient(700px circle at 85% 100%, rgba(255, 170, 51,0.18), transparent 55%),
    var(--cta-bg);
  border: 1px solid var(--border);
  box-shadow: var(--card-shadow);
}
.cta-band h2 { font-size: clamp(1.8rem, 4.5vw, 3rem); letter-spacing: -0.03em; }
.cta-band p { color: var(--muted); max-width: 560px; margin: 0 auto 2rem; font-size: 1.1rem; }
.cta-band .hero-actions { justify-content: center; margin-bottom: 0; }

/* ============================================================
   KONTAKT
   ============================================================ */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 2.5rem;
  align-items: start;
}

.contact-info-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2rem 1.8rem;
  box-shadow: var(--card-shadow);
}
.contact-row {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--border-soft);
}
.contact-row:last-of-type { border-bottom: 0; }
.contact-row .ico {
  width: 42px; height: 42px;
  flex-shrink: 0;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--grad-soft);
  border: 1px solid rgba(255, 170, 51,0.22);
  color: var(--accent);
}
.contact-row .ico svg { width: 20px; height: 20px; }
.contact-row strong { display: block; font-size: 0.93rem; }
.contact-row span, .contact-row a { font-size: 0.92rem; color: var(--muted); }
.contact-row a:hover { color: var(--accent); }

.socials { display: flex; gap: 0.7rem; margin-top: 1.4rem; }
.socials a {
  width: 42px; height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--ghost-bg);
  border: 1px solid var(--ghost-border);
  color: var(--muted);
  transition: transform 0.3s var(--ease), color 0.3s, border-color 0.3s;
}
.socials a:hover {
  transform: translateY(-4px);
  color: var(--accent);
  border-color: rgba(231, 130, 0,0.4);
}
.socials svg { width: 19px; height: 19px; }

/* Formular */
.contact-form {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2rem 1.8rem;
  box-shadow: var(--card-shadow);
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-field { display: flex; flex-direction: column; gap: 0.4rem; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-size: 0.86rem; font-weight: 600; color: var(--text); }

.form-field input,
.form-field textarea {
  font: inherit;
  font-size: 0.95rem;
  color: var(--text);
  background: var(--input-bg);
  border: 1px solid var(--input-border);
  border-radius: 13px;
  padding: 0.8rem 1rem;
  transition: border-color 0.3s, box-shadow 0.3s;
  resize: vertical;
}
.form-field input:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(231, 130, 0,0.2);
}
.form-field input::placeholder, .form-field textarea::placeholder { color: var(--placeholder); }

.form-hint { font-size: 0.8rem; color: var(--muted); margin-top: 0.9rem; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--bg-1);
  border-top: 1px solid var(--border-soft);
  padding: 3.5rem 0 2rem;
  transition: background 0.4s;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 2.8rem;
}

.footer-grid h4 { font-size: 0.95rem; margin-bottom: 1rem; }
.footer-grid p { color: var(--muted); font-size: 0.92rem; margin: 0 0 1rem; }

.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 0.55rem; color: var(--muted); font-size: 0.92rem; }
.footer-links a { color: var(--muted); font-size: 0.92rem; }
.footer-links a:hover { color: var(--accent); }

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.8rem;
  border-top: 1px solid var(--border-soft);
  color: var(--muted);
  font-size: 0.86rem;
}

/* ============================================================
   BACK-TO-TOP
   ============================================================ */
.to-top {
  position: fixed;
  right: 1.4rem;
  bottom: 1.4rem;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--ghost-border);
  background: var(--header-bg);
  backdrop-filter: blur(10px);
  color: var(--text);
  font-size: 1.15rem;
  cursor: pointer;
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.35s, transform 0.35s var(--ease), visibility 0.35s;
  z-index: 90;
}
.to-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.to-top:hover { border-color: var(--accent); color: var(--accent); }

/* ============================================================
   ABSCHNITTS-NAVIGATION (Pfeil hoch/runter, rechts mittig)
   ============================================================ */
.section-nav {
  position: fixed;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  background: var(--header-bg);
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  border: 1px solid var(--border);
  border-radius: 999px;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  z-index: 90;
}
.sec-btn {
  width: 48px;
  height: 48px;
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: color 0.25s, background 0.25s, opacity 0.25s;
}
.sec-btn.sec-up { border-bottom: 1px solid var(--border-soft); }
.sec-btn svg { width: 20px; height: 20px; transition: transform 0.25s var(--ease); }
.sec-btn:hover { color: var(--accent); background: var(--nav-hover); }
.sec-btn.sec-up:hover svg { transform: translateY(-2px); }
.sec-btn.sec-down:hover svg { transform: translateY(2px); }
.sec-btn:disabled { opacity: 0.28; cursor: default; color: var(--muted); background: transparent; }
.sec-btn:disabled:hover svg { transform: none; }

@media (max-width: 720px) { .section-nav { display: none; } }

/* ============================================================
   SCROLL-REVEAL — sanftes Einblenden im Apple-Stil
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(34px);
  filter: blur(8px);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease), filter 0.9s var(--ease);
  transition-delay: var(--d, 0s);
}
.reveal.in { opacity: 1; transform: none; filter: blur(0); }

.reveal-left {
  opacity: 0;
  transform: translateX(-40px);
  filter: blur(8px);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease), filter 0.9s var(--ease);
  transition-delay: var(--d, 0s);
}
.reveal-left.in { opacity: 1; transform: none; filter: blur(0); }

/* ============================================================
   UNTERSEITEN (Karriere, Impressum, Datenschutz)
   ============================================================ */
.page-hero {
  padding: calc(var(--header-h) + 4.5rem) 0 4rem;
  position: relative;
  overflow: hidden;
  background: var(--bg-1);
  transition: background 0.4s;
}
.page-hero::before {
  content: "";
  position: absolute;
  width: 480px; height: 480px;
  border-radius: 50%;
  filter: blur(100px);
  opacity: var(--orb-opacity);
  background: radial-gradient(circle, rgba(231, 130, 0,0.45), transparent 65%);
  top: -200px; right: -100px;
}
.page-hero h1 { font-size: clamp(2.2rem, 5.5vw, 3.6rem); letter-spacing: -0.03em; position: relative; }
.page-hero p { color: var(--muted); max-width: 640px; font-size: 1.12rem; position: relative; margin: 0; }

.job-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2rem 1.9rem;
  box-shadow: var(--card-shadow);
  transition: transform 0.4s var(--ease), border-color 0.4s, box-shadow 0.4s;
}
.job-card:hover { transform: translateY(-4px); border-color: rgba(255, 170, 51,0.35); box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1); }
.job-card h3 { margin: 0 0 0.3rem; font-size: 1.28rem; }
.job-meta { display: flex; flex-wrap: wrap; gap: 1.2rem; color: var(--muted); font-size: 0.9rem; }
.job-meta span { display: inline-flex; align-items: center; gap: 0.4rem; }

.legal-content { max-width: 820px; }
.legal-content h2 { font-size: 1.5rem; margin-top: 2.4rem; }
.legal-content h3 { font-size: 1.17rem; margin-top: 1.8rem; }
.legal-content p, .legal-content li { color: var(--muted); font-size: 0.97rem; }

.notice {
  background: var(--notice-bg);
  border: 1px solid var(--notice-border);
  border-radius: 14px;
  padding: 1rem 1.3rem;
  color: var(--notice-text);
  font-size: 0.92rem;
  margin: 1.5rem 0;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 920px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
}

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

  .main-nav {
    position: fixed;
    inset: 0;
    flex-direction: column;
    justify-content: center;
    gap: 0.4rem;
    background: var(--overlay);
    backdrop-filter: blur(18px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s;
    z-index: 105;
  }
  .main-nav.open { opacity: 1; visibility: visible; }
  .main-nav a { font-size: 1.25rem; padding: 0.8rem 1.6rem; }
  .nav-cta { margin: 0.8rem 0 0; }
}

@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr; gap: 1.8rem; }
  .form-grid { grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .hero-stats { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   HERO-LAYOUT + DASHBOARD-MOCKUP (2026-Ausbau)
   ============================================================ */
.hero .hero-inner { max-width: 1120px; }

.hero-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
}
.hero-text { min-width: 0; }
.hero-visual { position: relative; min-width: 0; }

.mockup {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.30);
  overflow: hidden;
  backdrop-filter: blur(8px);
  animation: floatY 7s ease-in-out infinite alternate;
}
:root[data-theme="light"] .mockup { box-shadow: 0 30px 60px rgba(0, 0, 0, 0.13); }
@media (prefers-color-scheme: light) { :root:not([data-theme]) .mockup { box-shadow: 0 30px 60px rgba(0, 0, 0, 0.13); } }
@keyframes floatY { from { transform: translateY(-7px); } to { transform: translateY(9px); } }

.mockup-bar {
  display: flex; align-items: center; gap: 6px;
  padding: 12px 14px;
  border-bottom: 1px solid var(--border-soft);
  background: var(--bg-2);
}
.mockup-bar > span { width: 10px; height: 10px; border-radius: 50%; background: var(--border); }
.mockup-bar > span:nth-child(1) { background: #ff5f57; }
.mockup-bar > span:nth-child(2) { background: #febc2e; }
.mockup-bar > span:nth-child(3) { background: #28c840; }
.mockup-url { margin-left: auto; font-size: 0.72rem; color: var(--muted); font-weight: 600; letter-spacing: 0.02em; }

.mockup-body { display: grid; grid-template-columns: 54px 1fr; min-height: 252px; }
.mockup-side {
  padding: 14px 0; border-right: 1px solid var(--border-soft);
  display: flex; flex-direction: column; align-items: center; gap: 10px;
}
.ms-logo {
  width: 30px; height: 30px; border-radius: 8px;
  background: var(--grad); color: var(--on-grad);
  font-size: 0.58rem; font-weight: 800;
  display: grid; place-items: center; margin-bottom: 6px;
}
.ms-item { width: 24px; height: 8px; border-radius: 4px; background: var(--border); }
.ms-item.active { background: var(--accent); }

.mockup-main { padding: 18px 18px 22px; }
.mm-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.mm-title { width: 42%; height: 12px; border-radius: 6px; background: var(--border); }
.mm-chip { font-size: 0.7rem; font-weight: 800; color: #34d399; background: rgba(52, 211, 153, 0.13); padding: 3px 9px; border-radius: 999px; }
.mm-chart { display: flex; align-items: flex-end; gap: 9px; height: 96px; margin-bottom: 18px; }
.mm-chart span {
  flex: 1; height: var(--h); border-radius: 6px 6px 0 0;
  background: var(--grad); opacity: 0.85;
  transform-origin: bottom; animation: barGrow 1s var(--ease) both;
}
@keyframes barGrow { from { transform: scaleY(0); } to { transform: scaleY(1); } }
.mm-rows { display: flex; flex-direction: column; gap: 9px; }
.mm-row { display: flex; align-items: center; gap: 10px; }
.mm-check {
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--grad-soft); color: var(--accent);
  font-size: 0.68rem; font-weight: 800;
  display: grid; place-items: center; flex-shrink: 0;
}
.mm-line { height: 9px; border-radius: 5px; background: var(--border); flex: 1; }
.mm-line.short { max-width: 58%; }

.mockup-badge {
  position: absolute; left: -14px; bottom: 26px;
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--bg-1); border: 1px solid var(--border);
  border-radius: 999px; padding: 8px 14px;
  font-size: 0.78rem; font-weight: 700; color: var(--text);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
  animation: floatY 6s ease-in-out infinite alternate-reverse;
}
.mockup-badge .mb-dot { width: 8px; height: 8px; border-radius: 50%; background: #34d399; }

/* ===== Team-Foto-Slot ===== */
.avatar { position: relative; }
.avatar img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* ===== Logo-Slots (Software + Partner) ===== */
.brand-logo { height: 56px; margin-bottom: 1.1rem; display: flex; align-items: center; }
.brand-logo img { max-height: 56px; max-width: 100%; width: auto; object-fit: contain; }

/* Partner-Logos auf weißer Kachel – in Light & Dark gut lesbar */
.partner-card .brand-logo {
  width: 100%;
  height: 90px;
  background: #fff;
  border-radius: 12px;
  padding: 13px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.1rem;
}
.partner-card .brand-logo img { max-height: 64px; max-width: 84%; width: auto; object-fit: contain; }
/* Cartoon-Logo (webdesign) ist quadratisch – etwas größer für gleiche Wirkung */
.partner-card .brand-logo img[src*="webdesign"] { max-height: 64px; }
/* Sautter wirkt durch seine Form größer – gezielt etwas kleiner */
.partner-card .brand-logo img[src*="sautter"] { max-height: 52px; }

/* ============================================================
   ABLAUF (Prozess-Schritte)
   ============================================================ */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.4rem;
}
.step {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2rem 1.7rem;
  box-shadow: var(--card-shadow);
  transition: transform 0.4s var(--ease), border-color 0.4s, box-shadow 0.4s;
}
.step:hover { transform: translateY(-7px); border-color: rgba(255, 170, 51, 0.35); box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12); }
.step-num {
  width: 46px; height: 46px; border-radius: 14px;
  display: grid; place-items: center;
  font-weight: 800; font-size: 1.15rem;
  color: var(--on-grad); background: var(--grad);
  box-shadow: 0 8px 22px rgba(255, 170, 51, 0.3);
  margin-bottom: 1.1rem;
}
.step h3 { font-size: 1.15rem; margin-bottom: 0.4rem; }
.step p { color: var(--muted); font-size: 0.95rem; margin: 0; }
.steps-grid .step:nth-child(2) .step-num { background: var(--accent-teal); color: #fff; box-shadow: 0 8px 22px rgba(47, 111, 115, 0.32); }
.steps-grid .step:nth-child(3) .step-num { background: var(--accent-blue); color: #fff; box-shadow: 0 8px 22px rgba(31, 58, 95, 0.40); }

/* ============================================================
   REFERENZEN (Kundenstimmen)
   ============================================================ */
.testi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.4rem;
}
.testi {
  margin: 0;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2rem 1.8rem;
  box-shadow: var(--card-shadow);
  transition: transform 0.4s var(--ease), border-color 0.4s, box-shadow 0.4s;
}
.testi:hover { transform: translateY(-7px); border-color: rgba(255, 170, 51, 0.35); box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12); }
.testi-stars { color: var(--accent-2); letter-spacing: 2px; margin-bottom: 1rem; font-size: 0.95rem; }
.testi blockquote { margin: 0 0 1.4rem; font-size: 1.02rem; line-height: 1.6; color: var(--text); }
.testi figcaption { display: flex; align-items: center; gap: 0.8rem; }
.testi-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--grad); color: var(--on-grad);
  font-weight: 800; font-size: 0.9rem;
  display: grid; place-items: center; flex-shrink: 0;
}
.testi figcaption strong { display: block; font-size: 0.95rem; }
.testi figcaption small { color: var(--muted); font-size: 0.83rem; }

/* ============================================================
   FAQ (Akkordeon)
   ============================================================ */
.faq-list { max-width: 820px; margin-inline: auto; display: flex; flex-direction: column; gap: 0.9rem; }
.faq-item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--card-shadow);
  transition: border-color 0.3s;
}
.faq-item[open] { border-color: rgba(231, 130, 0, 0.35); }
.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.15rem 1.4rem;
  font-weight: 600; font-size: 1.02rem; color: var(--text);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-ico {
  flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--grad-soft); color: var(--accent);
  font-weight: 700; font-size: 1.1rem;
  transition: transform 0.3s var(--ease);
}
.faq-item[open] .faq-ico { transform: rotate(45deg); }
.faq-body { padding: 0 1.4rem 1.2rem; }
.faq-body p { margin: 0; color: var(--muted); font-size: 0.97rem; }

/* ============================================================
   KARTE (Kontakt)
   ============================================================ */
.map-card {
  position: relative;
  margin-top: 1.6rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--card-shadow);
}
.map-card iframe { width: 100%; height: 340px; border: 0; display: block; }
:root:not([data-theme="light"]) .map-card iframe { filter: invert(0.9) hue-rotate(180deg) brightness(0.95) contrast(0.9); }
.map-link {
  position: absolute; right: 14px; bottom: 14px;
  background: var(--header-bg);
  backdrop-filter: blur(10px);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.5rem 1rem;
  font-size: 0.82rem; font-weight: 600;
  display: inline-flex; align-items: center; gap: 0.4rem;
}
.map-link .arrow { transition: transform 0.3s var(--ease); }
.map-link:hover .arrow { transform: translateX(4px); }

/* ===== Responsive für Ausbau ===== */
@media (max-width: 940px) {
  .hero-layout { grid-template-columns: 1fr; }
  .hero-visual { max-width: 460px; margin-top: 1rem; }
}
@media (max-width: 620px) {
  .hero-visual { display: none; }
}

/* Reduzierte Bewegung respektieren */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  html { scroll-behavior: auto; }
  .reveal, .reveal-left { opacity: 1; transform: none; filter: none; }
}
