/* Inter – latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('fonts/inter-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Inter – latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('fonts/inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Playfair Display Italic – latin-ext */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/playfair-display-italic-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;
}
/* Playfair Display Italic – latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/playfair-display-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;
}

/* ── A11Y: Skip-Link & Focus ──────────────── */
.skip-link {
  position: absolute;
  top: -40px;
  left: 8px;
  background: #1a0c04;
  color: #fff;
  padding: 10px 16px;
  border-radius: 6px;
  z-index: 9999;
  font-weight: 600;
  font-size: 14px;
  transition: top 0.2s ease;
}
.skip-link:focus { top: 8px; outline: 2px solid #c9962a; outline-offset: 2px; }
:focus-visible {
  outline: 2px solid #c9962a;
  outline-offset: 2px;
  border-radius: 4px;
}
.btn:focus-visible { outline-offset: 3px; }
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

:root {
  --primary:      #1e2b5e;
  --primary-dark: #111c3e;
  --accent:       #c9962a;
  --accent-light: #fdf6e8;
  --white:        #ffffff;
  --bg-page:      #f6f6f8; /* Body-Hintergrund – sanftes Grau (Venax-Stil) */
  --light:        #f8fafc;
  --gray:         #64748b;
  --text:         #1e2b5e;
  --border:       #e2e8f0;
  --shadow-sm:    0 1px 2px rgba(0,0,0,0.05);
  --shadow:       0 4px 20px rgba(0,0,0,0.08);
  --shadow-hover: 0 8px 28px rgba(201,150,42,0.18);
  --radius:       8px;
  --radius-btn:   100px;
  --radius-card:  14px;
  --transition:   0.2s ease;
  /* Blob-Dekoration (HannoHyp-Stil) */
  --blobs-a:
    radial-gradient(circle 310px at calc(100% + 90px) 42%, rgba(201,150,42,0.09) 99.5%, transparent 100%),
    radial-gradient(circle 210px at calc(100% - 10px) 70%, rgba(201,150,42,0.065) 99.5%, transparent 100%);
  --blobs-b:
    radial-gradient(circle 250px at -85px 62%, rgba(201,150,42,0.08) 99.5%, transparent 100%),
    radial-gradient(circle 140px at  55px 26%, rgba(201,150,42,0.07) 99.5%, transparent 100%),
    radial-gradient(circle  72px at 115px 50%, rgba(201,150,42,0.06) 99.5%, transparent 100%),
    radial-gradient(circle  46px at 152px 70%, rgba(201,150,42,0.06) 99.5%, transparent 100%);
  --blobs-a-dark:
    radial-gradient(circle 310px at calc(100% + 90px) 42%, rgba(232,196,106,0.10) 99.5%, transparent 100%),
    radial-gradient(circle 210px at calc(100% - 10px) 70%, rgba(232,196,106,0.075) 99.5%, transparent 100%);
  --blobs-b-dark:
    radial-gradient(circle 250px at -85px 62%, rgba(232,196,106,0.10) 99.5%, transparent 100%),
    radial-gradient(circle 140px at  55px 26%, rgba(232,196,106,0.08) 99.5%, transparent 100%),
    radial-gradient(circle  72px at 115px 50%, rgba(232,196,106,0.07) 99.5%, transparent 100%),
    radial-gradient(circle  46px at 152px 70%, rgba(232,196,106,0.07) 99.5%, transparent 100%);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; font-size: 16px; color: var(--text); background: var(--bg-page); line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; max-width: 100%; }
img { max-width: 100%; display: block; }
a  { color: inherit; text-decoration: none; }
ul { list-style: none; }
h1, h2, h3, h4, h5 { font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Inter', sans-serif; font-weight: 600; line-height: 1.15; letter-spacing: -0.03em; overflow-wrap: break-word; }

/* ── UTILITIES ─────────────────────────────── */
.container { max-width: 1160px; margin: 0 auto; padding: 0 32px; }
.section    { padding: 112px 0; background-image: var(--blobs-a); }
.section-sm { padding: 72px 0;  background-image: var(--blobs-a); }

.badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}

.section-title { font-size: clamp(28px, 3.5vw, 48px); color: var(--text); margin-bottom: 20px; }
.section-title span { color: var(--accent); }
.section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 6px;
  background: radial-gradient(ellipse at center, rgba(201,150,42,0.7) 0%, rgba(201,150,42,0) 75%);
  border-radius: 50%;
  margin-top: 18px;
  filter: blur(1px);
}
.text-center .section-title::after { margin-left: auto; margin-right: auto; }
.section-subtitle { font-size: 17px; color: var(--gray); max-width: 540px; line-height: 1.75; font-weight: 400; }
.text-center { text-align: center; }
.text-center .section-subtitle { margin: 0 auto; }

/* ── BUTTONS ───────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: var(--radius-btn);
  font-weight: 500;
  font-size: 14px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: var(--transition);
}
.btn-primary {
  background: var(--text);
  color: var(--white);
  border-color: var(--text);
}
.btn-primary:hover {
  background: #431407;
  border-color: #431407;
}
.btn-outline {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,0.3);
}
.btn-outline:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.5); }
.btn-blue {
  background: var(--accent);
  color: var(--white);
  border-color: var(--accent);
}
.btn-blue:hover { background: #ea6c0a; border-color: #ea6c0a; }
.btn-ghost {
  background: transparent;
  color: var(--text);
  border-color: var(--border);
}
.btn-ghost:hover { background: var(--light); }

/* ── HEADER / NAV ──────────────────────────── */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #1e2b5e;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  border-radius: 0;
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
#header .container { max-width: none; padding: 0; }

#header.scrolled {
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-color: rgba(0,0,0,0.06);
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}

.nav-inner { display: flex; align-items: center; justify-content: center; gap: 32px; height: 68px; padding: 0 24px; }

.nav-logo { display: flex; align-items: center; gap: 12px; height: 100%; }
.nav-logo img { display: block; }
.nav-logo-icon { height: 44px; width: auto; }
.nav-logo-wordmark {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.nav-logo-wordmark-top {
  display: flex;
  align-items: baseline;
  gap: 0;
}
.nav-logo-kranich {
  font-size: 16px;
  font-weight: 700;
  color: #c9962a;
  letter-spacing: 0.05em;
}
.nav-logo-finanzen {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.05em;
}
.nav-logo-sub {
  font-size: 9px;
  font-weight: 500;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.12em;
  margin-top: 2px;
}
#header.scrolled .nav-logo-finanzen { color: var(--text); }
#header.scrolled .nav-logo-sub { color: var(--gray); }
#header.scrolled .nav-logo-icon-shadow { filter: brightness(0); }

.nav-links { display: flex; align-items: center; gap: 36px; list-style: none; }
.nav-links > li { position: relative; }
.nav-links a {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  transition: color 0.2s ease;
}
.nav-links a:hover, .nav-links a.active { color: #fff; }
#header.scrolled .nav-links a { color: var(--gray); }
#header.scrolled .nav-links a:hover,
#header.scrolled .nav-links a.active { color: var(--text); }

/* ── Nav Dropdown ── */
.nav-dropdown-wrap { position: relative; }
.nav-dropdown-trigger {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.nav-dropdown-trigger > svg {
  width: 12px !important; height: 12px !important;
  transition: transform 0.25s ease;
  flex-shrink: 0;
}
.nav-dropdown-wrap:hover .nav-dropdown-trigger > svg {
  transform: rotate(180deg);
}
.nav-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  width: 260px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.15), 0 0 0 1px rgba(0,0,0,0.05);
  padding: 6px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 1000;
}
.nav-dropdown::before {
  content: '';
  position: absolute;
  top: -14px;
  left: 0; right: 0;
  height: 14px;
}
.nav-dropdown-wrap:hover .nav-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.nav-dropdown a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--text) !important;
  font-size: 13px !important;
  font-weight: 600;
  white-space: nowrap;
  transition: background 0.15s ease;
  text-decoration: none;
}
.nav-dropdown a:hover {
  background: var(--accent-light);
  color: var(--accent) !important;
}
.nav-dropdown a.active {
  background: var(--accent-light);
  color: var(--accent) !important;
}
.nav-dropdown-icon {
  width: 32px; height: 32px;
  min-width: 32px;
  background: var(--light);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.nav-dropdown a:hover .nav-dropdown-icon {
  background: rgba(201,150,42,0.12);
}
.nav-dropdown-icon svg {
  width: 16px !important; height: 16px !important;
  color: var(--accent);
  flex-shrink: 0;
}
.nav-dropdown-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.nav-dropdown-text span {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--text);
}
.nav-dropdown-text small {
  font-size: 11px;
  font-weight: 400;
  color: var(--gray);
  line-height: 1.3;
}
.nav-dropdown a:hover .nav-dropdown-text span { color: var(--accent); }
.nav-dropdown a.active .nav-dropdown-text span { color: var(--accent); }

.nav-cta { display: flex; align-items: center; gap: 12px; }
.nav-cta .btn {
  padding: 8px 18px;
  font-size: 13px;
}
.nav-calc {
  display: flex; align-items: center; gap: 6px;
  font-weight: 500; font-size: 13px;
  color: #fff;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.30);
  padding: 6px 14px; border-radius: 100px;
  transition: all 0.2s ease;
}
.nav-calc:hover { color: #fff; background: rgba(255,255,255,0.25); }
#header.scrolled .nav-calc { color: var(--gray); background: var(--light); border-color: var(--border); }
#header.scrolled .nav-calc:hover { color: var(--accent); background: var(--accent-light); border-color: rgba(201,150,42,0.2); }

.nav-phone {
  display: flex; align-items: center; gap: 8px;
  font-weight: 600; font-size: 14px;
  color: #fff;
  transition: color 0.2s ease;
}
#header.scrolled .nav-phone { color: var(--gray); }

.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; border: none; background: none; }
.hamburger span { display: block; width: 22px; height: 2px; background: #fff; transition: background 0.3s ease, transform var(--transition), opacity var(--transition); border-radius: 2px; }
#header.scrolled .hamburger span { background: var(--text); }
.hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.mobile-menu {
  display: none;
  position: absolute;
  top: 76px;
  left: 0;
  right: 0;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 8px 0;
  box-shadow: 0 16px 48px rgba(0,0,0,0.12), 0 4px 12px rgba(0,0,0,0.06);
  z-index: 999;
}
.mobile-menu.open { display: block; }
.mobile-menu a { display: block; padding: 13px 20px; font-weight: 500; font-size: 15px; color: var(--text); border-radius: 8px; margin: 0 8px; }
.mobile-menu a:hover { background: var(--light); color: var(--accent); }
.mobile-menu a.active { color: var(--accent); font-weight: 600; }
.mobile-menu hr { border: none; border-top: 1px solid var(--border); margin: 8px 0; }
#header .mobile-menu a.btn-primary {
  display: block;
  text-align: center;
  background: var(--text);
  color: var(--white);
  border: 1px solid var(--text);
  padding: 12px 20px;
  border-radius: var(--radius);
  font-size: 14px;
  font-weight: 500;
  margin: 0 8px 8px;
}
#header .mobile-menu a.btn-primary:hover { background: #431407; color: var(--white); }

/* ── HERO ──────────────────────────────────── */
.hero-frame {
  background: var(--bg-page);
  padding: 20px;
  border-radius: 36px;
}
.hero {
  background-color: #fdf8f0;
  border-radius: 28px !important;
  background-image:
    /* Lichtstrahlen von oben rechts */
    radial-gradient(ellipse 60% 80% at 100% 0%,   rgba(255,255,255,0.50) 0%, transparent 55%),
    radial-gradient(ellipse 40% 50% at 95%  5%,   rgba(255,255,255,0.30) 0%, transparent 45%),
    /* Mesh Gradient warm ivory + gold-tints */
    radial-gradient(ellipse 80% 60% at 10%  20%, #fef9f0 0%, transparent 60%),
    radial-gradient(ellipse 60% 70% at 90%  10%, #fdf3dc 0%, transparent 55%),
    radial-gradient(ellipse 70% 55% at 50%  80%, #f9f0e2 0%, transparent 60%),
    radial-gradient(ellipse 50% 60% at 80%  60%, #fef5e4 0%, transparent 55%),
    radial-gradient(ellipse 55% 50% at 20%  70%, #fdf6ec 0%, transparent 55%),
    radial-gradient(ellipse 45% 55% at 65%  30%, #fff8f0 0%, transparent 50%),
    radial-gradient(ellipse 40% 45% at 35%  45%, #fdf4e3 0%, transparent 50%);
  min-height: calc(100vh - 56px);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 120px 0 80px;
  border-radius: 20px;
}

/* 3. Topografische Konturlinien — entfernt */
.hero::before { display: none; }

/* 2. Glassmorphism-Streifen + 1. Grain/Noise */
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(
      -55deg,
      transparent 0px,
      transparent 80px,
      rgba(30,43,94,0.018) 80px,
      rgba(30,43,94,0.018) 160px
    ),
    url("data:image/svg+xml,%3Csvg viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");
  background-size: 100% 100%, 200px 200px;
  -webkit-mask-image: linear-gradient(to right, black 0%, black 60%, transparent 100%);
  mask-image: linear-gradient(to right, black 0%, black 60%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}

/* Kein dunkles Overlay mehr */
.hero-bg-noise { display: none; }

/* Blob 1 — navy glow oben links */
.hero-blob-1 {
  position: absolute;
  top: -80px;
  left: -100px;
  width: 480px;
  height: 420px;
  background: radial-gradient(ellipse 55% 60% at 38% 42%, rgba(30,43,94,0.10) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* Blob 2 — gold glow oben rechts */
.hero-blob-2 {
  position: absolute;
  top: -60px;
  right: -80px;
  width: 460px;
  height: 400px;
  background: radial-gradient(ellipse 60% 55% at 62% 38%, rgba(201,150,42,0.12) 0%, transparent 68%);
  border-radius: 44% 56% 52% 48% / 48% 44% 56% 52%;
  pointer-events: none;
  z-index: 0;
}

/* Blob 3 — navy kreis unten links (Anker, bleibt Kreis) */
.hero-blob-3 {
  position: absolute;
  bottom: -100px;
  left: -60px;
  width: 300px;
  height: 280px;
  background: rgba(30,43,94,0.10);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

/* Blob 4 — gold kreis oben links */
.hero-blob-4 {
  position: absolute;
  top: -60px;
  left: 15%;
  width: 200px;
  height: 200px;
  background: rgba(201,150,42,0.12);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

/* Blob 5 — kleiner navy kreis mitte rechts */
.hero-blob-5 {
  position: absolute;
  top: 30%;
  right: -30px;
  width: 160px;
  height: 160px;
  background: rgba(30,43,94,0.09);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

/* Blob 6 — gold kreis unten rechts */
.hero-blob-6 {
  position: absolute;
  bottom: -80px;
  right: 10%;
  width: 240px;
  height: 240px;
  background: rgba(201,150,42,0.10);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

/* Blob 7 — kleiner navy kreis oben rechts */
.hero-blob-7 {
  position: absolute;
  top: 8%;
  right: 22%;
  width: 120px;
  height: 120px;
  background: rgba(30,43,94,0.08);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

/* Blob 8 — navy unten mitte */
.hero-blob-8 {
  position: absolute;
  bottom: 5%;
  left: 30%;
  width: 320px;
  height: 260px;
  background: radial-gradient(ellipse 60% 55% at 48% 55%, rgba(30,43,94,0.18) 0%, transparent 68%);
  border-radius: 42% 58% 52% 48% / 50% 42% 58% 50%;
  pointer-events: none;
  z-index: 0;
}

/* Two-column layout */
.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 64px;
  min-height: calc(100vh - 200px);
}

/* LEFT — text */
.hero-content {
  position: relative;
  z-index: 2;
  text-align: left;
}
.hero-visual { position: relative; z-index: 2; }

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  background: rgba(201,150,42,0.10);
  border: 1px solid rgba(201,150,42,0.20);
  border-radius: 100px;
  padding: 6px 14px;
  margin-bottom: 32px;
  animation: hero-fade 0.9s ease both;
}
.hero-eyebrow::before { display: none; }

.hero-title {
  font-size: clamp(52px, 5.5vw, 88px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--text);
  margin-bottom: 28px;
  animation: hero-fade 0.9s 0.1s ease both;
}
.ht-grad {
  display: block;
  background: linear-gradient(90deg, #c9962a 0%, #d4a843 60%, #d4a843 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-desc {
  font-size: 16px;
  line-height: 1.8;
  color: var(--gray);
  margin-bottom: 44px;
  max-width: 400px;
  animation: hero-fade 0.9s 0.2s ease both;
}

.hero-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 56px;
  animation: hero-fade 0.9s 0.3s ease both;
}

.btn-hero-primary {
  display: inline-flex; align-items: center;
  background: var(--accent);
  color: #fff;
  border: none;
  border-radius: 980px;
  padding: 14px 32px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: -0.01em;
  transition: background 0.2s, transform 0.2s;
  box-shadow: 0 4px 20px rgba(201,150,42,0.35);
}
.btn-hero-primary:hover { background: #ea6c0a; transform: translateY(-1px); }

.btn-hero-ghost {
  display: inline-flex; align-items: center;
  background: transparent;
  color: var(--gray);
  border: 1px solid var(--border);
  border-radius: 980px;
  padding: 14px 32px;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s, border-color 0.2s;
}
.btn-hero-ghost:hover { color: var(--text); border-color: var(--gray); }

.hero-stats {
  display: flex;
  align-items: center;
  gap: 0;
  animation: hero-fade 0.9s 0.4s ease both;
}
.hero-stat { padding: 0 32px; }
.hero-stat:first-child { padding-left: 0; }
.hero-stat strong { display: block; font-size: 32px; font-weight: 700; color: var(--text); letter-spacing: -0.04em; line-height: 1; }
.hero-stat span   { font-size: 11px; color: var(--gray); margin-top: 6px; display: block; letter-spacing: 0.06em; text-transform: uppercase; }
.hero-stat-divider { width: 1px; height: 36px; background: var(--border); flex-shrink: 0; }

/* RIGHT — Browser Mockup */
.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1000px;
  perspective-origin: 50% 50%;
  animation: hero-fade 0.9s 0.2s ease both;
}

.hero-browser {
  position: relative;
  width: 480px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0,0,0,0.7), 0 0 0 1px rgba(201,150,42,0.2);
  animation: browser-float 8s ease-in-out infinite;
  transform: rotateY(-8deg) rotateX(3deg);
}
@keyframes browser-float {
  0%   { transform: rotateY(-8deg) rotateX(3deg) translateY(0px); }
  50%  { transform: rotateY(-5deg) rotateX(1deg) translateY(-10px); }
  100% { transform: rotateY(-8deg) rotateX(3deg) translateY(0px); }
}
.hb-bar {
  background: #431407;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.hb-dots { display: flex; gap: 6px; }
.hb-dots span {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
}
.hb-dots span:nth-child(1) { background: #ff5f57; }
.hb-dots span:nth-child(2) { background: #febc2e; }
.hb-dots span:nth-child(3) { background: #28c840; }
.hb-url {
  flex: 1;
  background: rgba(255,255,255,0.07);
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 11px;
  color: rgba(255,255,255,0.4);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hb-screen {
  height: 460px;
  overflow: hidden;
  position: relative;
  background: #fff;
}
.hb-screen iframe {
  width: 160%;
  height: 1600px;
  border: none;
  transform: scale(0.625) translateY(-380px);
  transform-origin: top left;
  pointer-events: none;
}
.hb-glow {
  position: absolute;
  inset: -40px;
  background: radial-gradient(ellipse at 60% 50%, rgba(201,150,42,0.18) 0%, transparent 70%);
  pointer-events: none;
  filter: blur(24px);
  z-index: -1;
}
.hero-window {
  position: relative;
  width: 420px;
  height: 520px;
  transform-style: preserve-3d;
  animation: window-3d 10s ease-in-out infinite;
}
@keyframes window-3d {
  0%   { transform: rotateY(-22deg) rotateX(8deg) translateY(0px); }
  40%  { transform: rotateY(-12deg) rotateX(4deg) translateY(-10px); }
  70%  { transform: rotateY(-26deg) rotateX(10deg) translateY(4px); }
  100% { transform: rotateY(-22deg) rotateX(8deg) translateY(0px); }
}
.hw-outer-glow {
  position: absolute;
  inset: -40px;
  background: radial-gradient(ellipse at 55% 45%, rgba(201,150,42,0.2) 0%, rgba(201,150,42,0.1) 40%, transparent 70%);
  pointer-events: none;
  transform: translateZ(-60px);
  filter: blur(32px);
}
.hw-frame {
  width: 100%; height: 100%;
  position: relative;
  transform-style: preserve-3d;
  border: 6px solid rgba(255,255,255,0.12);
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(201,150,42,0.08), 0 80px 140px rgba(0,0,0,0.8);
  background: linear-gradient(145deg, rgba(26,12,4,0.9) 0%, rgba(10,5,0,0.95) 100%);
  z-index: 1;
}
.hw-frame::before {
  content: '';
  position: absolute;
  top: 0; bottom: -14px; left: -14px; right: 0;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.06);
  transform: rotateY(-90deg) translateZ(-7px) translateX(-7px);
  transform-origin: left center;
}
.hw-frame::after {
  content: '';
  position: absolute;
  left: 0; right: -14px; bottom: -14px; top: 0;
  background: rgba(255,255,255,0.015);
  border: 1px solid rgba(255,255,255,0.04);
  transform: rotateX(90deg) translateZ(7px) translateY(7px);
  transform-origin: bottom center;
}
.hw-bar-v {
  position: absolute; top: 0; bottom: 0; left: 50%;
  width: 10px; margin-left: -5px;
  background: linear-gradient(to right, rgba(255,255,255,0.14), rgba(255,255,255,0.06));
  transform: translateZ(6px); z-index: 3;
}
.hw-bar-h {
  position: absolute; left: 0; right: 0; top: 44%;
  height: 10px; margin-top: -5px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.14), rgba(255,255,255,0.06));
  transform: translateZ(6px); z-index: 3;
}
.hw-pane { position: absolute; overflow: hidden; transform: translateZ(-3px); }
.hw-tl { top: 6px; left: 6px; right: calc(50% + 5px); bottom: calc(56% + 5px); background: linear-gradient(145deg, rgba(201,150,42,0.12) 0%, rgba(14,165,233,0.03) 100%); }
.hw-tr { top: 6px; left: calc(50% + 5px); right: 6px; bottom: calc(56% + 5px); background: linear-gradient(145deg, rgba(201,150,42,0.10) 0%, rgba(201,150,42,0.03) 100%); }
.hw-bl { top: calc(44% + 5px); left: 6px; right: calc(50% + 5px); bottom: 6px; background: linear-gradient(145deg, rgba(201,150,42,0.06) 0%, transparent 100%); }
.hw-br { top: calc(44% + 5px); left: calc(50% + 5px); right: 6px; bottom: 6px; background: linear-gradient(145deg, rgba(201,150,42,0.08) 0%, transparent 100%); }
.hw-shimmer {
  position: absolute; top: -150%; left: -80%;
  width: 60%; height: 350%;
  background: linear-gradient(108deg, transparent 0%, rgba(255,255,255,0.07) 50%, transparent 100%);
  transform: skewX(-12deg);
  animation: hw-shimmer-anim 7s ease-in-out infinite;
}
.hw-shimmer-delay { animation-delay: 3s; }
@keyframes hw-shimmer-anim {
  0%        { top: -150%; left: -80%; }
  35%, 100% { top: 120%; left: 180%; }
}
.hw-handle {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -14px) translateZ(20px);
  z-index: 5;
  width: 12px; height: 40px;
  background: linear-gradient(135deg, rgba(226,232,240,0.75), rgba(100,116,139,0.35));
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.15);
  box-shadow: 0 4px 16px rgba(0,0,0,0.5);
}


@keyframes hero-fade {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── TRUST BAR ─────────────────────────────── */
.trust-bar { display: none; }
.hero-trust {
  position: relative;
  margin-top: 48px;
  padding-top: 0;
  border-top: none;
}
.hero-partner-ticker {
  display: block;
  height: auto;
}
.hero-ticker-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
  text-align: center;
}
.hero-partner-ticker .partner-ticker-wrap {
  position: relative;
}
.hero-partner-ticker .partner-fade--left,
.hero-partner-ticker .partner-fade--right {
  display: none;
}
.hero-partner-ticker .partner-ticker-wrap {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}
.hero-trust-item {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--gray);
  font-size: 12px;
  font-weight: 500;
  opacity: 0;
  transform: translateY(6px) scale(0.97);
  transition: opacity 0.45s ease, transform 0.45s ease;
  pointer-events: none;
  white-space: nowrap;
}
.hero-trust-item.ht-active {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.hero-trust-item svg { color: var(--accent); flex-shrink: 0; }
.hero-trust-divider { display: none; }

.trust-bar-inner.trust-animated {
  position: relative;
  min-height: 38px;
  perspective: 600px;
  justify-content: center;
}
.trust-bar-inner.trust-animated .trust-item {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.72) translateZ(-80px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
}
.trust-bar-inner.trust-animated .trust-item.tr-show {
  opacity: 1;
  transform: scale(1) translateZ(0);
  pointer-events: auto;
}

/* ── STATS STRIP ───────────────────────────── */
.stats-strip { background: var(--primary-dark); background-image: var(--blobs-a-dark); padding: 72px 0; border-top: 1px solid rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.05); }
.stats-strip-inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-strip-item { text-align: center; padding: 0 24px; border-right: 1px solid rgba(255,255,255,0.07); }
.stats-strip-item:last-child { border-right: none; }
.stats-strip-item strong { display: block; font-size: clamp(44px, 5vw, 72px); font-weight: 700; color: var(--white); letter-spacing: -0.04em; line-height: 1; margin-bottom: 10px; }
.stats-strip-item span { font-size: 13px; color: rgba(255,255,255,0.35); letter-spacing: 0.03em; text-transform: uppercase; }

/* ── VORTEILE / BENEFITS ───────────────────── */
.reviews-section { background: var(--primary-dark); background-image: var(--blobs-b-dark); }
.reviews-section .section-title::after { background: radial-gradient(ellipse at center, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0) 75%); }

.badge--light { color: rgba(255,255,255,0.4); border-color: rgba(255,255,255,0.1); background: rgba(255,255,255,0.05); }

/* ── REVIEWS GRID ────────────────────────────── */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 64px;
  align-items: start;
}
.review-card {
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 36px 32px;
  transition: transform 0.4s cubic-bezier(0.16,1,0.3,1), border-color 0.4s ease, box-shadow 0.4s ease;
}
.review-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201,150,42,0.25);
  box-shadow: 0 16px 48px rgba(0,0,0,0.2), 0 0 30px rgba(201,150,42,0.06);
}
.review-card--featured {
  background: rgba(201,150,42,0.06);
  border-color: rgba(201,150,42,0.2);
  transform: scale(1.03);
}
.review-card--featured:hover {
  transform: scale(1.03) translateY(-6px);
}
.review-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 20px;
}
.review-stars svg {
  width: 16px;
  height: 16px;
  color: #e8c46a;
}
.review-text {
  font-size: 15px;
  color: rgba(255,255,255,0.65);
  line-height: 1.75;
  margin-bottom: 24px;
  font-style: italic;
}
.review-card--featured .review-text {
  color: rgba(255,255,255,0.75);
}
.review-author {
  display: flex;
  align-items: center;
  gap: 14px;
}
.review-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(201,150,42,0.2), rgba(201,150,42,0.08));
  border: 1px solid rgba(201,150,42,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  color: #e8c46a;
  flex-shrink: 0;
}
.review-author strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 2px;
}
.review-author span {
  font-size: 12px;
  color: rgba(255,255,255,0.35);
}
@media (max-width: 1024px) {
  .reviews-grid { grid-template-columns: 1fr 1fr; }
  .review-card--featured { transform: none; }
  .review-card--featured:hover { transform: translateY(-6px); }
}
@media (max-width: 640px) {
  .reviews-grid { grid-template-columns: 1fr; gap: 16px; }
  .review-card { padding: 28px 24px; }
}

/* ── BENEFIT CARDS (kept for other pages) ────── */
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.07); border-radius: var(--radius); overflow: hidden; margin-top: 64px; }
.benefit-card { background: rgba(255,255,255,0.02); padding: 40px 32px; transition: background var(--transition); }
.benefit-card:hover { background: rgba(255,255,255,0.05); }
.benefit-icon { width: 48px; height: 48px; border-radius: 10px; background: rgba(201,150,42,0.12); border: 1px solid rgba(201,150,42,0.25); display: flex; align-items: center; justify-content: center; color: #e8c46a; margin-bottom: 20px; }
.benefit-card h3 { font-size: 15px; color: var(--white); margin-bottom: 10px; font-weight: 600; }
.benefit-card p { font-size: 14px; color: rgba(255,255,255,0.38); line-height: 1.75; }

/* ── BENEFIT CARDS – LIGHT VARIANT ───────────── */
.benefits-grid--light { background: transparent; border: 1px solid var(--border); }
.benefits-grid--light .benefit-card { background: #fff; border-bottom: 1px solid var(--border); }
.benefits-grid--light .benefit-card:hover { background: var(--light); }
.benefits-grid--light .benefit-card h3 { color: var(--text); }
.benefits-grid--light .benefit-card p { color: var(--gray); }
.benefits-grid--light .benefit-icon { background: rgba(201,150,42,0.08); border-color: rgba(201,150,42,0.2); color: var(--accent); }

/* ── BENEFITS CAROUSEL ─────────────────────── */
.benefits-carousel-wrap { margin-top: 64px; }
.benefits-carousel-wrap .benefits-grid { margin-top: 0; }

@media (max-width: 768px) {
  .benefits-carousel-wrap .benefits-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    gap: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
  }
  .benefits-carousel-wrap .benefits-grid::-webkit-scrollbar { display: none; }
  .benefits-carousel-wrap .benefit-card {
    flex: 0 0 100%;
    width: 100%;
    scroll-snap-align: center;
    scroll-snap-stop: always;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.1);
    box-sizing: border-box;
  }
  .carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
  }
  .carousel-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.25);
    cursor: pointer;
    transition: width 0.3s ease, background 0.3s ease, border-radius 0.3s ease;
    border: none;
    padding: 0;
    flex-shrink: 0;
  }
  .carousel-dot.active {
    background: rgba(255,255,255,0.9);
    width: 24px;
    border-radius: 4px;
  }
}
@media (min-width: 769px) {
  .carousel-dots { display: none; }
}

/* ── LEISTUNGEN HOME ───────────────────────── */
.leistungen-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 56px; }

/* ── LEISTUNGEN CAROUSEL ────────────────────── */
.leistungen-carousel-wrap { margin-top: 56px; }
.leistungen-carousel-wrap .leistungen-grid { margin-top: 0; }

@media (max-width: 768px) {
  .leistungen-carousel-wrap .leistungen-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    gap: 0;
  }
  .leistungen-carousel-wrap .leistungen-grid::-webkit-scrollbar { display: none; }
  .leistungen-carousel-wrap .leistung-card {
    flex: 0 0 100%;
    width: 100%;
    scroll-snap-align: center;
    scroll-snap-stop: always;
    box-sizing: border-box;
  }
  .leistungen-carousel-wrap .carousel-dot {
    background: rgba(26,12,4,0.18);
  }
  .leistungen-carousel-wrap .carousel-dot.active {
    background: var(--text);
  }
}
@media (min-width: 769px) {
  .leistungen-carousel-wrap .carousel-dots { display: none; }
}

.leistung-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 32px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.leistung-card:hover { border-color: #cbd5e1; box-shadow: var(--shadow-hover); transform: translateY(-3px); }

.leistung-icon { width: 48px; height: 48px; background: var(--light); border: 1px solid var(--border); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--accent); margin-bottom: 20px; }
.leistung-card h3 { font-size: 17px; color: var(--text); margin-bottom: 10px; font-weight: 600; }
.leistung-card p  { color: var(--gray); font-size: 14px; line-height: 1.7; }
.leistung-card--img-bg { background-size: cover; background-position: center; padding: 0; border: none; }
.leistung-card-overlay { position: relative; z-index: 1; padding: 32px; background: linear-gradient(to top, rgba(0,0,0,0.8) 50%, rgba(0,0,0,0.2) 100%); border-radius: 10px; height: 100%; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end; min-height: 260px; }
.leistung-icon--light { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.15); color: var(--white); }

/* ── PARTNER TICKER ────────────────────────── */
.partner-ticker-section {
  background: var(--bg-page);
  padding: 56px 0 48px;
  overflow: hidden;
}
.partner-ticker-head {
  text-align: center;
  margin-bottom: 32px;
  padding: 0 32px;
}
.partner-ticker-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 8px;
}
.partner-ticker-sub {
  font-size: 14px;
  color: var(--gray);
  margin: 0;
}
.partner-ticker-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.partner-track {
  overflow: hidden;
  width: 100%;
}
.partner-track-inner {
  display: flex;
  gap: 12px;
  width: max-content;
}
.partner-track--left .partner-track-inner {
  animation: ticker-left 30s linear infinite;
}
.partner-track--right .partner-track-inner {
  animation: ticker-right 30s linear infinite;
}
@keyframes ticker-left {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@keyframes ticker-right {
  from { transform: translateX(-50%); }
  to   { transform: translateX(0); }
}
.partner-track:hover .partner-track-inner {
  animation-play-state: paused;
}
.partner-logo-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
  cursor: default;
  height: 52px;
  min-width: 100px;
}
.partner-logo-pill:hover {
  border-color: rgba(201,150,42,0.4);
  box-shadow: 0 4px 16px rgba(201,150,42,0.12);
}
.partner-logo-pill img {
  height: 28px;
  width: auto;
  max-width: 110px;
  object-fit: contain;
  display: block;
}
.partner-logo-pill--dark {
  background: var(--primary);
}
.partner-fade {
  position: absolute;
  top: 0; bottom: 0;
  width: clamp(40px, 8vw, 120px);
  pointer-events: none;
  z-index: 2;
}
.partner-fade--left {
  left: 0;
  background: linear-gradient(to right, var(--bg-page) 0%, transparent 100%);
}
.partner-fade--right {
  right: 0;
  background: linear-gradient(to left, var(--bg-page) 0%, transparent 100%);
}

/* ── HANNOVER SEKTION ──────────────────────── */
.hannover-section {
  background: var(--bg-page);
  padding: 20px;
  background-image:
    radial-gradient(circle at 5% 50%, rgba(255,255,255,0.6) 0%, transparent 45%),
    radial-gradient(circle at 96% 80%, rgba(201,150,42,0.20) 0%, transparent 40%);
}
.hannover-card {
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 55% 45%;
  height: 420px;
  box-shadow: 0 8px 40px rgba(201,150,42,0.10);
}
.hannover-img-wrap {
  overflow: hidden;
  height: 100%;
  position: relative;
}
.hannover-img-wrap iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78%;
  height: 177.78%;
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
}
.hannover-text {
  padding: 48px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}
.hannover-text h2 {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--primary-dark);
  line-height: 1.15;
  margin: 0;
}
.hannover-text p {
  font-size: 15px;
  color: var(--gray);
  line-height: 1.65;
  margin: 0;
}
.hannover-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  padding: 13px 24px;
  background: var(--primary);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 980px;
  text-decoration: none;
  transition: background 0.2s ease, gap 0.2s ease;
  align-self: flex-start;
}
.hannover-btn:hover {
  background: var(--primary-dark);
  gap: 12px;
}

/* ── LEISTUNGEN – 3D PANELS ──────────────── */
/* ── Cinematic Horizontal Scroll ─────────── */
.cine-wrap {
  position: relative;
  height: 500vh;
}
.cine-viewport {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #0a0f2e;
  /* JS toggles between these states: */
  /* before pin: position:absolute; top:0 */
  /* pinned:     position:fixed; top:0 */
  /* after pin:  position:absolute; bottom:0 */
}
.cine-viewport.cine-pin { position: fixed; top: 0; left: 0; }
.cine-viewport.cine-end { position: absolute; bottom: 0; left: 0; }
.cine-rail {
  display: flex;
  height: 100%;
  will-change: transform;
}
.cine-slide {
  flex: 0 0 100vw;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
/* Floating orbs */
.cine-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  opacity: 0.4;
}
.cine-orb--1 {
  width: 400px; height: 400px;
  top: -10%; right: 15%;
  background: radial-gradient(circle, rgba(var(--sa, 201,150,42), 0.25), transparent 70%);
  animation: cine-float 8s ease-in-out infinite;
}
.cine-orb--2 {
  width: 300px; height: 300px;
  bottom: -5%; left: 10%;
  background: radial-gradient(circle, rgba(var(--sa, 201,150,42), 0.15), transparent 70%);
  animation: cine-float 10s ease-in-out infinite reverse;
}
@keyframes cine-float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(30px, -20px) scale(1.1); }
}
/* Body — two-column */
.cine-body {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: clamp(40px, 8vw, 120px);
  padding: 0 clamp(32px, 6vw, 100px);
  width: 100%;
  max-width: 1200px;
}
.cine-body--center {
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.cine-col { position: relative; z-index: 2; }
.cine-col--L { max-width: 420px; flex-shrink: 0; }
.cine-col--R { max-width: 420px; flex: 1; }
.cine-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(var(--sa, 201,150,42), 1);
  margin-bottom: 20px;
  padding: 6px 14px;
  border: 1px solid rgba(var(--sa, 201,150,42), 0.25);
  border-radius: 100px;
}
.cine-title {
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -0.03em;
}
.cine-title em {
  font-style: italic;
  color: rgba(var(--sa, 201,150,42), 1);
}
.cine-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.4);
  line-height: 1.7;
  margin-top: 20px;
}
.cine-desc {
  font-size: 16px;
  color: rgba(255,255,255,0.5);
  line-height: 1.8;
  margin-bottom: 20px;
}
.cine-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cine-list li {
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  padding-left: 22px;
  position: relative;
  line-height: 1.5;
}
.cine-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(var(--sa, 201,150,42), 0.6);
  box-shadow: 0 0 8px rgba(var(--sa, 201,150,42), 0.3);
}
.cine-checks {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.cine-check {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.7);
  padding: 8px 18px;
  border: 1px solid rgba(201,150,42,0.2);
  border-radius: 100px;
  background: rgba(201,150,42,0.06);
}
.cine-stat {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.cine-stat-num {
  font-size: clamp(36px, 5vw, 52px);
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1;
}
.cine-stat-num small {
  font-size: 0.55em;
  color: rgba(var(--sa, 201,150,42), 1);
}
.cine-stat-label {
  font-size: 13px;
  color: rgba(255,255,255,0.35);
  line-height: 1.5;
  max-width: 200px;
}
/* Slide content animation */
.cine-col--L, .cine-body--center {
  opacity: 0;
  transform: translateX(-60px);
  transition: opacity 0.6s cubic-bezier(.22,.68,0,1), transform 0.7s cubic-bezier(.22,.68,0,1);
}
.cine-col--R {
  opacity: 0;
  transform: translateX(60px);
  transition: opacity 0.6s cubic-bezier(.22,.68,0,1) 0.15s, transform 0.7s cubic-bezier(.22,.68,0,1) 0.15s;
}
.cine-body--center {
  transform: translateY(40px);
}
.cine-slide.cine-active .cine-col--L,
.cine-slide.cine-active .cine-col--R,
.cine-slide.cine-active .cine-body--center {
  opacity: 1;
  transform: translate(0);
}
/* Progress bar */
.cine-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(255,255,255,0.06);
  z-index: 20;
}
.cine-progress-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--accent), #e8b84b);
  border-radius: 0 3px 3px 0;
}

@media (max-width: 900px) {
  .cine-body { flex-direction: column; gap: 32px; text-align: center; }
  .cine-col--L { transform: translateY(-40px); }
  .cine-col--R { transform: translateY(40px); }
  .cine-slide.cine-active .cine-col--L,
  .cine-slide.cine-active .cine-col--R { transform: translateY(0); }
  .cine-stat { justify-content: center; }
  .cine-bg-num { font-size: 200px; right: -5%; bottom: -5%; }
}
@media (max-width: 600px) {
  .cine-wrap { height: 400vh; }
  .cine-title { font-size: clamp(28px, 8vw, 40px); }
  .cine-desc { font-size: 14px; }
  .cine-orb { display: none; }
  .cine-body { padding: 0 24px; }
}

/* ── KATALOG / FENSTER ─────────────────────── */
.katalog-section { background: var(--light); background-image: var(--blobs-b); }

.katalog-filter { display: flex; gap: 8px; flex-wrap: wrap; margin: 40px 0 32px; }
.filter-btn {
  padding: 8px 18px; border: 1px solid var(--border); background: var(--white);
  border-radius: 100px; font-weight: 500; font-size: 13px;
  cursor: pointer; transition: var(--transition); color: var(--gray);
}
.filter-btn:hover { border-color: #94a3b8; color: var(--text); }
.filter-btn.active { background: var(--text); border-color: var(--text); color: var(--white); }

.katalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }

.katalog-item { background: var(--white); border-radius: var(--radius-card); overflow: hidden; border: 1px solid var(--border); transition: box-shadow 0.2s ease, transform 0.2s ease; }
.katalog-item:hover { box-shadow: var(--shadow-hover); transform: translateY(-3px); }

.katalog-img { height: 200px; background: var(--light); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.katalog-img svg { width: 64px; height: 64px; color: var(--border); }
.katalog-img img { width: 100%; height: 100%; object-fit: cover; }

.katalog-badge { position: absolute; top: 12px; left: 12px; background: var(--text); color: var(--white); font-weight: 500; font-size: 11px; letter-spacing: 0.04em; text-transform: uppercase; padding: 4px 10px; border-radius: 4px; }

.katalog-body { padding: 20px 24px 24px; }
.katalog-body h3 { font-size: 16px; color: var(--text); margin-bottom: 8px; font-weight: 600; }
.katalog-body p  { font-size: 13px; color: var(--gray); margin-bottom: 16px; line-height: 1.65; }

.katalog-specs { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 16px; }
.spec-tag { font-size: 11px; padding: 3px 8px; background: var(--light); border: 1px solid var(--border); border-radius: 4px; color: var(--gray); font-weight: 500; }

.katalog-body a { font-weight: 500; font-size: 13px; color: var(--accent); display: inline-flex; align-items: center; gap: 4px; }
.katalog-body a:hover { color: #ea6c0a; }

/* ── PORTFOLIO / GALERIE ───────────────────── */
.galerie-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; gap: 12px; margin-top: 48px; }
.galerie-item { border-radius: 8px; overflow: hidden; position: relative; cursor: pointer; background: var(--light); border: 1px solid var(--border); }
.galerie-item.wide { grid-column: span 2; }
.galerie-item.tall { grid-row: span 2; }
.galerie-item img  { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.galerie-overlay   { position: absolute; inset: 0; background: rgba(26,12,4,0.6); opacity: 0; transition: opacity var(--transition); display: flex; align-items: flex-end; padding: 16px; }
.galerie-overlay span { color: var(--white); font-weight: 500; font-size: 14px; }
.galerie-item:hover img { transform: scale(1.04); }
.galerie-item:hover .galerie-overlay { opacity: 1; }

.galerie-placeholder { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; }
.galerie-placeholder svg { color: var(--border); width: 36px; height: 36px; }
.galerie-placeholder span { font-size: 12px; color: var(--gray); text-align: center; padding: 0 16px; }

/* ── LIGHTBOX ──────────────────────────────── */
.lightbox { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.9); z-index: 9999; align-items: center; justify-content: center; }
.lightbox.open { display: flex; }
.lightbox-close { position: absolute; top: 24px; right: 24px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); color: var(--white); width: 40px; height: 40px; border-radius: 8px; font-size: 18px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background var(--transition); }
.lightbox-close:hover { background: rgba(255,255,255,0.15); }
.lightbox img { max-height: 85vh; max-width: 90vw; border-radius: 8px; }

/* ── ABOUT TEASER ──────────────────────────── */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 96px; align-items: center; }
.about-image-wrap { position: relative; }
.about-image { border-radius: 12px; overflow: hidden; background: var(--light); border: 1px solid var(--border); height: 460px; display: flex; align-items: center; justify-content: center; }
.about-image img { width: 100%; height: 100%; object-fit: cover; }

.about-badge-float { position: absolute; bottom: -20px; right: -20px; background: var(--text); color: var(--white); border-radius: 10px; padding: 20px 28px; text-align: center; }
.about-badge-float strong { display: block; font-size: 40px; font-weight: 700; line-height: 1; letter-spacing: -0.04em; }
.about-badge-float span   { font-size: 12px; font-weight: 400; opacity: 0.6; margin-top: 4px; display: block; }

.about-list { display: flex; flex-direction: column; gap: 12px; margin: 32px 0; }
.about-list-item { display: flex; gap: 16px; background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 16px 20px; align-items: flex-start; }
.about-list-item .dot { width: 8px; height: 8px; background: var(--accent); border-radius: 50%; flex-shrink: 0; margin-top: 7px; }
.about-list-item h4 { font-size: 15px; color: var(--text); margin-bottom: 4px; font-weight: 600; }
.about-list-item p  { font-size: 14px; color: var(--gray); line-height: 1.65; margin: 0; }

.staerken-card { background: var(--primary-dark); background-image: var(--blobs-a-dark); border: 1px solid rgba(255,255,255,0.07); border-radius: 10px; padding: 24px 28px; margin: 28px 0; }
.staerken-card-title { font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 16px; }
.staerken-items { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; }
.staerken-item { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,0.8); font-weight: 400; }
.check-sm { width: 17px; height: 17px; background: rgba(201,150,42,0.25); border: 1px solid rgba(201,150,42,0.4); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: #e8c46a; font-weight: 700; font-size: 9px; }

/* ── ÜBER UNS V2 ─────────────────────────── */
.about-v2 {
  padding: 120px 0;
  background: #0a0f2e;
  position: relative;
  overflow: hidden;
}
.about-v2::before {
  content: '';
  position: absolute;
  top: -200px; right: -200px;
  width: 600px; height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,150,42,0.08), transparent 70%);
  pointer-events: none;
}
.about-v2-top {
  text-align: center;
  margin-bottom: 72px;
}
.about-v2-top .badge {
  background: rgba(201,150,42,0.12);
  color: var(--accent);
}
.about-v2-heading {
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-top: 20px;
  margin-bottom: 20px;
}
.about-v2-heading em {
  font-style: italic;
  color: var(--accent);
}
.about-v2-sub {
  font-size: 17px;
  color: rgba(255,255,255,0.45);
  line-height: 1.75;
  max-width: 560px;
  margin: 0 auto;
}
.about-v2-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
/* Image */
.about-v2-img-wrap {
  position: relative;
}
.about-v2-img {
  border-radius: 24px;
  overflow: hidden;
  height: 480px;
  border: 1px solid rgba(255,255,255,0.08);
}
.about-v2-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.about-v2-badge {
  position: absolute;
  bottom: -24px; right: -16px;
  background: linear-gradient(135deg, var(--accent), #e8b84b);
  color: #fff;
  border-radius: 16px;
  padding: 20px 28px;
  text-align: center;
  box-shadow: 0 16px 48px rgba(201,150,42,0.3);
}
.about-v2-badge strong {
  display: block;
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
}
.about-v2-badge span {
  font-size: 12px;
  font-weight: 500;
  opacity: 0.85;
  margin-top: 4px;
  display: block;
}
/* Values */
.about-v2-values {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}
.about-v2-value {
  display: flex;
  gap: 20px;
  padding: 24px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 18px;
  transition: border-color 0.3s ease, transform 0.3s ease;
}
.about-v2-value:hover {
  border-color: rgba(201,150,42,0.25);
  transform: translateX(6px);
}
.about-v2-value-icon {
  width: 48px; height: 48px;
  background: rgba(201,150,42,0.1);
  border: 1px solid rgba(201,150,42,0.15);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.about-v2-value-icon svg {
  width: 22px; height: 22px;
  color: var(--accent);
}
.about-v2-value h4 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}
.about-v2-value p {
  font-size: 14px;
  color: rgba(255,255,255,0.45);
  line-height: 1.6;
  margin: 0;
}
/* Stats */
.about-v2-stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 32px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 18px;
  margin-bottom: 32px;
}
.about-v2-stat { text-align: center; flex: 1; }
.about-v2-stat-num {
  display: block;
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 4px;
}
.about-v2-stat-label {
  font-size: 12px;
  color: rgba(255,255,255,0.35);
  font-weight: 500;
}
.about-v2-stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,0.08);
  flex-shrink: 0;
}
.about-v2 .btn-blue {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}
.about-v2 .btn-blue:hover {
  background: #b5872a;
  border-color: #b5872a;
}
@media (max-width: 900px) {
  .about-v2-grid { grid-template-columns: 1fr; gap: 48px; }
  .about-v2-img { height: 320px; }
  .about-v2 { padding: 80px 0; }
}
@media (max-width: 600px) {
  .about-v2-stats { flex-direction: column; gap: 20px; padding: 24px; }
  .about-v2-stat-divider { width: 60px; height: 1px; }
  .about-v2-badge { bottom: -16px; right: 8px; padding: 14px 20px; }
  .about-v2-badge strong { font-size: 28px; }
  .about-v2-value { padding: 18px; gap: 14px; }
}

/* ── About Editorial Section ─────────────── */
.abt {
  background: var(--light);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  overflow: hidden;
  position: relative;
}
.abt-watermark {
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 420px;
  opacity: 0.035;
  pointer-events: none;
  user-select: none;
}

/* Feature rows */
.abt-rows {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.abt-row {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 64px;
  align-items: center;
  padding: 56px 0;
  border-bottom: 1px solid var(--border);
}
.abt-row:last-child { border-bottom: none; }
.abt-row--reverse {
  grid-template-columns: 1fr 280px;
}
.abt-row--reverse .abt-row-visual {
  order: 2;
}
.abt-row--reverse .abt-row-content {
  order: 1;
}

/* Big number */
.abt-row-visual {
  text-align: center;
}
.abt-num {
  font-size: clamp(64px, 8vw, 96px);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1;
  background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.abt-num-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-top: 8px;
}

/* Content */
.abt-accent {
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), rgba(201,150,42,0.2));
  border-radius: 3px;
  margin-bottom: 20px;
}
.abt-row-content h3 {
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 800;
  color: var(--text);
  line-height: 1.2;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.abt-row-content p {
  font-size: 16px;
  color: var(--gray);
  line-height: 1.75;
  margin: 0;
  max-width: 480px;
}

/* Scroll reveal */
.abt-row--reveal {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(.22,1,.36,1), transform 0.8s cubic-bezier(.22,1,.36,1);
}
.abt-row--reveal[data-dir="left"] {
  transform: translateX(-60px);
}
.abt-row--reveal[data-dir="right"] {
  transform: translateX(60px);
}
.abt-row--reveal[data-dir="up"] {
  transform: translateY(40px);
}
.abt-row--reveal.abt-visible {
  opacity: 1;
  transform: translate(0, 0);
}

/* Stats ticker */
.abt-ticker {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 72px;
  padding: 36px 48px;
  background: #fff;
  border-radius: 24px;
  border: 1px solid var(--border);
  box-shadow: 0 8px 40px rgba(30,43,94,0.06);
}
.abt-ticker-item {
  text-align: center;
  flex: 1;
}
.abt-ticker-item strong {
  display: block;
  font-size: 38px;
  font-weight: 900;
  color: var(--text);
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 6px;
}
.abt-ticker-item span {
  font-size: 13px;
  color: var(--gray);
  font-weight: 500;
}
.abt-ticker-sep {
  width: 1px;
  height: 48px;
  background: var(--border);
  flex-shrink: 0;
  margin: 0 16px;
}

@media (max-width: 900px) {
  .abt-row,
  .abt-row--reverse {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 40px 0;
    text-align: center;
  }
  .abt-row--reverse .abt-row-visual { order: 0; }
  .abt-row--reverse .abt-row-content { order: 0; }
  .abt-accent { margin-left: auto; margin-right: auto; }
  .abt-row-content p { margin-left: auto; margin-right: auto; }
  .abt-watermark { width: 280px; right: -40px; }
}
@media (max-width: 600px) {
  .abt-ticker { flex-direction: row; gap: 0; padding: 28px 16px; }
  .abt-ticker-sep { width: 1px; height: 40px; margin: 0; }
  .abt-num { font-size: 56px; }
  .abt-watermark { display: none; }
}

/* ── KONTAKT FORMULAR ──────────────────────── */
.kontakt-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 64px; align-items: start; }
.kontakt-info h3 { font-size: 24px; color: var(--text); margin-bottom: 24px; }
.kontakt-detail { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 24px; }
.kontakt-detail .icon-box { width: 40px; height: 40px; background: var(--light); border: 1px solid var(--border); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--accent); flex-shrink: 0; }
.kontakt-detail strong { display: block; font-size: 13px; font-weight: 600; color: var(--text); margin-bottom: 2px; }
.kontakt-detail span   { font-size: 14px; color: var(--gray); line-height: 1.5; }
.map-embed { margin-top: 32px; border-radius: 10px; overflow: hidden; border: 1px solid var(--border); }
.map-embed iframe { display: block; width: 100%; height: 240px; }

.kontakt-form { background: var(--white); border: 1px solid var(--border); border-radius: 18px; padding: 40px; }
.kontakt-form h3 { font-size: 22px; color: var(--text); margin-bottom: 32px; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-weight: 500; font-size: 13px; color: var(--text); margin-bottom: 6px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 10px 14px; border: 1px solid var(--border); border-radius: var(--radius); font-size: 14px; color: var(--text); background: var(--white); transition: border-color var(--transition); outline: none; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(201,150,42,0.08); }
.form-group textarea { resize: vertical; min-height: 120px; }

.form-check { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 20px; }
.form-check input[type="checkbox"] { width: 16px; height: 16px; flex-shrink: 0; margin-top: 3px; accent-color: var(--accent); cursor: pointer; }
.form-check label { font-size: 13px; color: var(--gray); line-height: 1.5; cursor: pointer; }
.form-check label a { color: var(--accent); text-decoration: underline; }
.form-success { display: none; background: #fdf6e8; border: 1px solid #f5dfa0; border-radius: var(--radius); padding: 14px 18px; color: var(--text); font-weight: 500; margin-top: 12px; text-align: center; font-size: 14px; }
.form-error   { display: none; background: #fef2f2; border: 1px solid #fecaca; border-radius: var(--radius); padding: 14px 18px; color: #991b1b; font-weight: 500; margin-top: 12px; text-align: center; font-size: 14px; }
.form-group input[aria-invalid="true"],
.form-group textarea[aria-invalid="true"],
.form-group select[aria-invalid="true"] { border-color: #dc2626; background: #fef2f2; }

/* ── CTA SECTION ───────────────────────────── */

/* ── CTA ───────────────────────────────────── */
.cta-section { background: var(--primary-dark); padding: 112px 0; text-align: center; position: relative; overflow: hidden; }
.cta-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(201,150,42,0.1) 0%, transparent 70%); }
.cta-section::after  { content: ''; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(circle at 6%  30%, rgba(201,150,42,0.10) 0%, transparent 40%),
    radial-gradient(circle at 94% 70%, rgba(201,150,42,0.10)  0%, transparent 40%);
}
.cta-section h2 { font-size: clamp(32px, 4vw, 52px); color: var(--white); margin-bottom: 16px; letter-spacing: -0.03em; position: relative; z-index: 1; }
.cta-section h2 span { color: #e8c46a; }
.cta-section p { color: rgba(255,255,255,0.5); font-size: 17px; max-width: 480px; margin: 0 auto 40px; line-height: 1.75; font-weight: 400; position: relative; z-index: 1; }
.cta-buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }
.cta-section .badge { color: rgba(255,255,255,0.35); }

/* ── FOOTER ────────────────────────────────── */
#footer { background: var(--primary-dark); background-image: var(--blobs-b-dark); border-top: 1px solid rgba(255,255,255,0.06); }
.footer-top { padding: 72px 0 48px; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 48px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.footer-brand img { height: 48px; width: auto; margin-bottom: 16px; filter: brightness(0) invert(1); opacity: 0.9; }
.footer-brand p { font-size: 14px; line-height: 1.7; color: rgba(255,255,255,0.35); margin-bottom: 24px; }

.footer-social { display: flex; gap: 8px; }
.footer-social a { width: 32px; height: 32px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08); border-radius: 6px; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.5); transition: all var(--transition); }
.footer-social a:hover { background: rgba(255,255,255,0.1); color: var(--white); }

.footer-col h4 { font-size: 13px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 16px; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { font-size: 14px; color: rgba(255,255,255,0.5); transition: color var(--transition); }
.footer-col ul li a:hover { color: var(--white); }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 12px; font-size: 14px; color: rgba(255,255,255,0.5); }
.footer-contact li svg { flex-shrink: 0; color: rgba(255,255,255,0.3); margin-top: 2px; }

.footer-bottom { padding: 20px 0; display: flex; align-items: center; justify-content: space-between; font-size: 13px; color: rgba(255,255,255,0.25); }
.footer-bottom a { color: rgba(255,255,255,0.25); transition: color var(--transition); }
.footer-bottom a:hover { color: rgba(255,255,255,0.6); }
.footer-bottom-links { display: flex; gap: 24px; }
.footer-credit { font-size: 12px; color: rgba(255,255,255,0.2); letter-spacing: 0.03em; transition: color var(--transition); }
.footer-credit:hover { color: rgba(255,255,255,0.55); }
.footer-credit-brand { text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }

/* ── LEISTUNGEN HERO ───────────────────────── */
.lp-hero {
  background-color: var(--primary);
  background-image:
    radial-gradient(ellipse 70% 60% at 80% 0%, rgba(201,150,42,0.16) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 10% 90%, rgba(201,150,42,0.10) 0%, transparent 50%);
  padding: 140px 0 100px;
  position: relative;
  overflow: visible;
}
/* Bloom-Effekte im lp-hero */
.lp-bloom {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.lp-bloom--1 {
  width: 380px; height: 380px;
  top: -120px; left: -80px;
  background: rgba(201,150,42,0.12);
}
.lp-bloom--2 {
  width: 280px; height: 280px;
  top: -60px; right: 12%;
  background: rgba(255,255,255,0.06);
}
.lp-bloom--3 {
  width: 200px; height: 200px;
  top: 40%; right: -60px;
  background: rgba(201,150,42,0.10);
}
.lp-bloom--4 {
  width: 160px; height: 160px;
  bottom: 80px; left: 8%;
  background: rgba(255,255,255,0.07);
}
.lp-bloom--5 {
  width: 120px; height: 120px;
  top: 30%; left: 35%;
  background: rgba(201,150,42,0.08);
}

/* Subtiles Licht-Rauschen im Hero-Hintergrund (keine Punkte) */
.lp-hero-pattern {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    radial-gradient(ellipse 40% 50% at 100% 50%, rgba(255,255,255,0.04) 0%, transparent 70%),
    radial-gradient(ellipse 30% 40% at 0% 70%, rgba(255,255,255,0.03) 0%, transparent 70%);
  pointer-events: none;
}
/* Mehrstufige Wellenlinie: fließt tief in die Section darunter, rechts noch tiefer */
.lp-hero-wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 5;
  line-height: 0;
  pointer-events: none;
}
.lp-hero-wave svg {
  width: 100%;
  height: 260px;
  display: block;
}
.wave-p1 {
  animation: wave-drift-1 9s ease-in-out infinite;
  transform-origin: bottom center;
}
.wave-p2 {
  animation: wave-drift-2 6.5s ease-in-out infinite;
  transform-origin: bottom center;
}
.wave-p3 {
  animation: wave-drift-3 4.5s ease-in-out infinite;
  transform-origin: bottom center;
}
@keyframes wave-drift-1 {
  0%, 100% { transform: translateX(0) scaleY(1); }
  50%       { transform: translateX(-36px) scaleY(1.06); }
}
@keyframes wave-drift-2 {
  0%, 100% { transform: translateX(0) scaleY(1); }
  50%       { transform: translateX(48px) scaleY(0.93); }
}
@keyframes wave-drift-3 {
  0%, 100% { transform: translateX(0); }
  33%       { transform: translateX(-22px); }
  66%       { transform: translateX(18px); }
}
/* Zentrierter Text-Bereich */
.lp-hero-top {
  text-align: center;
  position: relative;
  z-index: 10;
  padding-bottom: 60px;
}
.lp-hero-top .breadcrumb { justify-content: center; }
.lp-hero-top .breadcrumb a { color: rgba(255,255,255,0.5); }
.lp-hero-top .breadcrumb span { color: rgba(255,255,255,0.7); }
.lp-hero-top .breadcrumb svg { opacity: 0.4; }
.lp-hero-top h1 {
  font-size: clamp(42px, 5.5vw, 72px);
  color: #fff;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin: 20px auto 18px;
  max-width: 700px;
}
.lp-hero-top h1 span { color: var(--accent); }
.lp-hero-top p {
  font-size: 17px;
  color: rgba(255,255,255,0.6);
  line-height: 1.7;
  max-width: 520px;
  margin: 0 auto 36px;
}
.lp-hero-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-bottom: 0;
}
.lp-hero-stat strong {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: -0.03em;
  line-height: 1;
}
.lp-hero-stat span {
  font-size: 11px;
  color: rgba(255,255,255,0.45);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-top: 5px;
  display: block;
}
.lp-hero-stat-divider {
  width: 1px;
  height: 36px;
  background: rgba(255,255,255,0.15);
  flex-shrink: 0;
}

/* Bridge-Karten: ragen aus dem Hero in die Section darunter */
.lp-service-bridge {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  position: relative;
  z-index: 10;
  transform: translateY(50%);
}
.lp-bridge-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 20px 14px;
  text-align: center;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12), 0 2px 8px rgba(0,0,0,0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.lp-bridge-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 52px rgba(30,43,94,0.18), 0 0 0 2px var(--accent);
  border-color: var(--accent);
}
.lp-bridge-card--accent {
  background: var(--primary);
  border-color: var(--primary);
}
.lp-bridge-card--accent .lp-bridge-icon { background: rgba(201,150,42,0.15); color: var(--accent); }
.lp-bridge-card--accent .lp-bridge-label { color: #fff; }
.lp-bridge-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(30,43,94,0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  flex-shrink: 0;
}
.lp-bridge-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--text);
  line-height: 1.3;
}

/* ── LEISTUNGEN CONTENT ZONEN ───────────────── */
.lp-zone {
  position: relative;
  overflow: visible;
  padding: 0;
}

/* Zone 1: warmes Creme — Gold oben rechts, Navy-Tiefe unten links
   padding-bottom: Abstand damit Welle (von unten) den Inhalt nicht verdeckt */
.lp-zone-1 {
  background-color: #fdf8f0;
  background-image:
    radial-gradient(ellipse 70% 55% at 105%  5%,  rgba(201,150,42,0.28) 0%, transparent 60%),
    radial-gradient(ellipse 55% 50% at -5%  92%,  rgba(30,43,94,0.14)  0%, transparent 62%);
  padding-bottom: 160px;
}

/* Zone 2: kühles Blaugrau — klar erkennbar andere Farbe, Navy links, Gold rechts */
.lp-zone-2 {
  background-color: #eef1f9;
  background-image:
    radial-gradient(ellipse 60% 65% at -5%  25%,  rgba(30,43,94,0.20)  0%, transparent 62%),
    radial-gradient(ellipse 55% 60% at 105% 75%,  rgba(201,150,42,0.22) 0%, transparent 62%);
  padding-bottom: 160px;
}

/* Zone 3: warmes Creme — Navy baut sich unten auf, leitet in CTA über
   Mehr padding-bottom weil die tiefe Welle (240px) weiter oben beginnt */
.lp-zone-3 {
  background-color: #fdf8f0;
  background-image:
    radial-gradient(ellipse 70% 60% at 105% 95%,  rgba(30,43,94,0.20)  0%, transparent 58%),
    radial-gradient(ellipse 55% 45% at -5%  10%,  rgba(201,150,42,0.24) 0%, transparent 62%),
    radial-gradient(ellipse 80% 40% at 50%  115%, rgba(30,43,94,0.12)  0%, transparent 55%);
  padding-bottom: 260px;
}

/* Wellentrenner */
.lp-zone-wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 5;
  line-height: 0;
  pointer-events: none;
}
.lp-zone-wave svg       { width: 100%; height: 150px; display: block; }
.lp-zone-wave--deep svg { width: 100%; height: 240px; display: block; }

/* CTA nach Zonen: normales Padding — die Welle liegt vollständig in der Zone */
.lp-zone ~ .cta-section { padding-top: 112px !important; }

/* Zone 1 (erste Zone): Abstand für Hero-Bridge-Karten */
.lp-content-section {
  position: relative;
  overflow: visible;
  padding-top: 80px !important;
}
.lp-content-section::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 480px; height: 320px;
  background:
    radial-gradient(ellipse 90% 70% at 100% 0%, rgba(30,43,94,0.07) 0%, transparent 65%),
    radial-gradient(ellipse 60% 50% at 85% 30%, rgba(201,150,42,0.04) 0%, transparent 60%);
  pointer-events: none;
}

@media (max-width: 1024px) {
  .lp-service-bridge { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 600px) {
  .lp-service-bridge { grid-template-columns: repeat(2, 1fr); }
  .lp-hero { padding: 120px 0 0; }
}

/* ── PAGE HERO (inner pages) – redesigned ───── */
.page-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  padding: 160px 0 90px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle 280px at calc(100% + 70px) 38%, rgba(253,186,116,0.10) 99.5%, transparent 100%),
    radial-gradient(circle 190px at calc(100% - 20px) 66%, rgba(253,186,116,0.075) 99.5%, transparent 100%),
    radial-gradient(ellipse 70% 80% at 18% 90%, rgba(201,150,42,0.28), transparent 65%),
    radial-gradient(ellipse 60% 70% at 90% 10%, rgba(201,150,42,0.18), transparent 65%),
    linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 55%, #431407 100%);
}

/* Animierte Akzent-Glows */
.page-hero::before,
.page-hero::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  z-index: -1;
  pointer-events: none;
  will-change: transform, opacity;
}
.page-hero::before {
  width: 620px; height: 620px;
  bottom: -20%; left: -8%;
  background: radial-gradient(circle, rgba(201,150,42,0.45), transparent 60%);
  animation: heroGlow 9s ease-in-out infinite alternate;
}
.page-hero::after {
  width: 480px; height: 480px;
  top: -15%; right: -6%;
  background: radial-gradient(circle, rgba(253,186,116,0.22), transparent 60%);
  animation: heroGlow 11s ease-in-out infinite alternate-reverse;
}
@keyframes heroGlow {
  0%   { opacity: 0.55; transform: translate(0, 0) scale(1); }
  100% { opacity: 1.0;  transform: translate(30px, -18px) scale(1.18); }
}

/* Floating Particles – dezente Punkte, driften langsam */
.page-hero-particles {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 15% 30%, rgba(255,255,255,0.18) 1.4px, transparent 2px),
    radial-gradient(circle at 38% 72%, rgba(253,186,116,0.32) 1.2px, transparent 2px),
    radial-gradient(circle at 72% 22%, rgba(255,255,255,0.14) 1.6px, transparent 2px),
    radial-gradient(circle at 86% 78%, rgba(201,150,42,0.30) 1.2px, transparent 2px),
    radial-gradient(circle at 52% 48%, rgba(255,255,255,0.12) 1.0px, transparent 2px);
  background-size: 280px 280px, 360px 360px, 220px 220px, 300px 300px, 340px 340px;
  animation: heroParticles 40s linear infinite;
  opacity: 0.85;
}
@keyframes heroParticles {
  0%   { background-position: 0 0, 0 0, 0 0, 0 0, 0 0; }
  100% { background-position: 280px 280px, -360px 360px, 220px -220px, -300px 300px, 340px -340px; }
}

/* Animiertes Akzent-Linien-Gitter (Page-individuell via data-hero) */
.page-hero-grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, #000 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, #000 30%, transparent 80%);
  animation: heroGrid 60s linear infinite;
}
@keyframes heroGrid {
  0%   { background-position: 0 0, 0 0; }
  100% { background-position: 80px 80px, 80px 80px; }
}

.page-hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
}

.breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255,255,255,0.78);
  margin-bottom: 28px;
  padding: 9px 16px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  font-weight: 500;
}
.breadcrumb a { color: rgba(255,255,255,0.78); transition: color 0.2s ease; }
.breadcrumb a:hover { color: var(--white); }
.breadcrumb svg { width: 12px; height: 12px; opacity: 0.55; }

.page-hero h1 {
  font-size: clamp(40px, 5.6vw, 68px);
  color: var(--white);
  margin-bottom: 22px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.05;
  text-shadow: 0 2px 30px rgba(0,0,0,0.35);
}
.page-hero p {
  font-size: 18px;
  color: rgba(255,255,255,0.82);
  max-width: 600px;
  line-height: 1.7;
  font-weight: 400;
  text-shadow: 0 1px 18px rgba(0,0,0,0.45);
}

/* Reduced Motion: alle Hero-Animationen aus */
@media (prefers-reduced-motion: reduce) {
  .page-hero-bg,
  .page-hero-particles,
  .page-hero-grid,
  .page-hero::before,
  .page-hero::after { animation: none !important; }
}

/* ── TEAM ──────────────────────────────────── */
.team-section {
  background-color: var(--bg-page);
  padding: 20px;
  background-image:
    radial-gradient(circle at 95% 10%, rgba(255,255,255,0.55) 0%, transparent 42%),
    radial-gradient(circle at 5% 90%, rgba(201,150,42,0.18) 0%, transparent 40%);
}
.team-section-card {
  background: #fff;
  border-radius: 28px;
  padding: 56px 64px;
  box-shadow: 0 8px 40px rgba(201,150,42,0.10);
  position: relative;
  overflow: hidden;
}
/* Kreismuster über background-image Ringe */
.team-section-card {
  background-image:
    radial-gradient(circle at 92% 18%, transparent 55px, rgba(201,150,42,0.09) 55px, rgba(201,150,42,0.09) 80px, transparent 80px),
    radial-gradient(circle at 75% 70%, transparent 30px, rgba(201,150,42,0.08) 30px, rgba(201,150,42,0.08) 48px, transparent 48px),
    radial-gradient(circle at 8% 20%, transparent 40px, rgba(201,150,42,0.07) 40px, rgba(201,150,42,0.07) 62px, transparent 62px),
    radial-gradient(circle at 20% 80%, transparent 65px, rgba(201,150,42,0.08) 65px, rgba(201,150,42,0.08) 95px, transparent 95px),
    radial-gradient(circle at 50% 10%, transparent 20px, rgba(201,150,42,0.06) 20px, rgba(201,150,42,0.06) 33px, transparent 33px),
    radial-gradient(circle at 60% 90%, transparent 25px, rgba(201,150,42,0.07) 25px, rgba(201,150,42,0.07) 40px, transparent 40px);
}

.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px; }
.team-grid--duo { grid-template-columns: repeat(2, 1fr); max-width: 720px; margin-left: auto; margin-right: auto; }
.team-card {
  text-align: center;
  padding: 32px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--light);
  background-image:
    radial-gradient(circle at 85% 15%, rgba(201,150,42,0.12) 0%, transparent 50%),
    radial-gradient(circle at 15% 85%, rgba(201,150,42,0.10) 0%, transparent 45%);
}

/* Durchgehende Float-Animation */
@keyframes teamFloat {
  0%   { transform: translateY(0px); box-shadow: 0 4px 24px rgba(201,150,42,0.10); }
  50%  { transform: translateY(-8px); box-shadow: 0 16px 40px rgba(201,150,42,0.18); }
  100% { transform: translateY(0px); box-shadow: 0 4px 24px rgba(201,150,42,0.10); }
}
@keyframes avatarGlow {
  0%   { box-shadow: 0 0 0 0px rgba(201,150,42,0.0); }
  50%  { box-shadow: 0 0 0 8px rgba(201,150,42,0.15); }
  100% { box-shadow: 0 0 0 0px rgba(201,150,42,0.0); }
}
.team-card--anim {
  animation: teamFloat 4s ease-in-out infinite;
}
.team-card--anim .team-avatar {
  animation: avatarGlow 4s ease-in-out infinite;
}

.team-avatar { width: 100px; height: 100px; border-radius: 50%; background: var(--light); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; font-size: 28px; font-weight: 600; color: var(--text); }
.team-card h3   { font-size: 17px; color: var(--text); margin-bottom: 4px; }
.team-card span { font-size: 13px; color: var(--gray); font-weight: 400; }

/* ── TEAM 3D CAROUSEL ────────────────────── */
.team-grid.team-3d {
  display: block;
  position: relative;
  min-height: 460px;
  padding-bottom: 0;
  margin-top: 56px;
  overflow: hidden;
}
.team-3d-track { position: absolute; inset: 0; }
.team-3d .team-card {
  position: absolute;
  top: 24px;
  left: 50%;
  width: 260px;
  transform: translateX(-50%);
  opacity: 0;
  cursor: pointer;
  transition: transform 0.65s cubic-bezier(0.4,0,0.2,1), opacity 0.5s ease;
  will-change: transform, opacity;
  background: var(--white);
}
.team-3d .team-card p {
  transition: opacity 0.45s ease;
  margin-top: 12px;
  font-size: 14px;
  color: var(--gray);
  line-height: 1.6;
}
.team-3d .team-card:not(.tc-show) p { opacity: 0; }
.team-3d .team-card .team-avatar {
  transition: background 0.45s ease, border-color 0.45s ease, color 0.45s ease, box-shadow 0.45s ease, transform 0.45s ease;
}
.team-3d .team-card.tc-show .team-avatar {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--white);
  box-shadow: 0 0 0 8px rgba(201,150,42,0.15);
  transform: scale(1.1);
}

/* ── VALUES ────────────────────────────────── */
.values-section {
  background-color: #111c3e;
  background-image:
    radial-gradient(ellipse 65% 70% at -5% 30%, rgba(201,150,42,0.18) 0%, transparent 60%),
    radial-gradient(ellipse 55% 60% at 105% 70%, rgba(201,150,42,0.14) 0%, transparent 58%),
    radial-gradient(ellipse 50% 50% at 50% 50%, rgba(30,60,120,0.40) 0%, transparent 70%);
  position: relative;
  overflow: visible;
  padding-top: 120px;
  padding-bottom: 120px;
}
.values-section .container {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 64px 72px;
  max-width: 1020px;
}
.values-section .section-title { color: #fff; }
.values-section .section-subtitle { color: rgba(255,255,255,0.65); }
.values-section .badge { background: rgba(201,150,42,0.20); color: #f5c842; border-color: rgba(201,150,42,0.30); }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 56px; }
.value-card { padding: 32px 24px; background: rgba(255,255,255,0.06); border-radius: 10px; border: 1px solid rgba(255,255,255,0.10); transition: border-color 0.2s ease, box-shadow 0.2s ease; backdrop-filter: blur(8px); }
.value-card:hover { border-color: rgba(201,150,42,0.40); box-shadow: 0 8px 32px rgba(0,0,0,0.20); }
.value-icon { width: 48px; height: 48px; background: rgba(201,150,42,0.15); border: 1px solid rgba(201,150,42,0.25); border-radius: 8px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; color: #f5c842; }
.value-card h3 { font-size: 16px; color: #fff; margin-bottom: 8px; font-weight: 600; }
.value-card p  { font-size: 14px; color: rgba(255,255,255,0.60); line-height: 1.65; }

/* ── VALUES CAROUSEL ────────────────────────── */
.values-carousel-wrap { margin-top: 56px; }
.values-carousel-wrap .values-grid { margin-top: 0; }

@media (max-width: 768px) {
  .values-carousel-wrap .values-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    gap: 0;
  }
  .values-carousel-wrap .values-grid::-webkit-scrollbar { display: none; }
  .values-carousel-wrap .value-card {
    flex: 0 0 100%;
    width: 100%;
    scroll-snap-align: center;
    scroll-snap-stop: always;
    box-sizing: border-box;
  }
  .values-carousel-wrap .carousel-dot {
    background: rgba(26,12,4,0.18);
  }
  .values-carousel-wrap .carousel-dot.active {
    background: var(--text);
  }
}
@media (min-width: 769px) {
  .values-carousel-wrap .carousel-dots { display: none; }
}

/* ── LEISTUNGEN PAGE ───────────────────────── */
.leistung-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; padding: 80px 0; border-bottom: 1px solid var(--border); }
.leistung-detail:last-child { border-bottom: none; }
.leistung-detail.reverse { direction: rtl; }
.leistung-detail.reverse > * { direction: ltr; }
.leistung-detail-img { border-radius: 12px; overflow: hidden; background: var(--light); border: 1px solid var(--border); height: 360px; display: flex; align-items: center; justify-content: center; }
.leistung-detail-img svg { width: 80px; height: 80px; color: var(--border); }
.leistung-detail-content h2 { font-size: 30px; color: var(--text); margin-bottom: 16px; }
.leistung-detail-content p  { font-size: 15px; color: var(--gray); line-height: 1.8; margin-bottom: 24px; }
.feature-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 32px; }
.feature-list li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--text); }
.feature-list li::before { content: ''; width: 6px; height: 6px; background: var(--accent); border-radius: 50%; flex-shrink: 0; }

/* ── LEGAL ─────────────────────────────────── */
.legal-content { max-width: 800px; margin: 0 auto; }
.legal-content h2 { font-size: 22px; color: var(--text); margin: 40px 0 16px; }
.legal-content h3 { font-size: 17px; color: var(--text); margin: 28px 0 10px; }
.legal-content p  { font-size: 15px; color: var(--gray); line-height: 1.8; margin-bottom: 16px; }
.legal-content ul { list-style: disc; padding-left: 20px; margin-bottom: 16px; }
.legal-content ul li { font-size: 15px; color: var(--gray); line-height: 1.8; margin-bottom: 6px; }
.legal-content a  { color: var(--accent); text-decoration: underline; }

/* ── ROI RECHNER RAHMEN ────────────────────── */
.rechner-frame {
  background: var(--bg-page);
  padding: 20px;
  background-image:
    radial-gradient(circle at 93% 55%, rgba(255,255,255,0.55) 0%, transparent 42%),
    radial-gradient(circle at 7% 25%, rgba(201,150,42,0.18) 0%, transparent 38%);
}
.rechner-card {
  background: #fff;
  border-radius: 28px;
  padding: 56px 64px;
  box-shadow: 0 8px 40px rgba(201,150,42,0.10);
}

/* ── ROI RECHNER ───────────────────────────── */
.roi-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin-top: 64px; align-items: start; }

.roi-inputs { display: flex; flex-direction: column; gap: 32px; }

.roi-field {}
.roi-label { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 12px; }
.roi-label span { font-size: 14px; color: var(--gray); font-weight: 500; }
.roi-label strong { font-size: 16px; color: var(--text); font-weight: 600; }
.roi-label-static { font-size: 14px; color: var(--gray); font-weight: 500; display: block; margin-bottom: 10px; }

.roi-slider {
  -webkit-appearance: none;
  width: 100%; height: 4px;
  background: #94a3b8;
  border-radius: 2px; outline: none; cursor: pointer;
}
.roi-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px; height: 18px;
  background: var(--text);
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.15s ease;
}
.roi-slider::-webkit-slider-thumb:hover { transform: scale(1.2); }
.roi-range-labels { display: flex; justify-content: space-between; margin-top: 6px; }
.roi-range-labels span { font-size: 11px; color: #94a3b8; }

.roi-select-wrap { position: relative; }
.roi-select {
  width: 100%; padding: 11px 16px;
  border: 1px solid var(--border); border-radius: var(--radius);
  font-size: 14px; color: var(--text); background: var(--white);
  appearance: none; cursor: pointer; outline: none;
  transition: border-color var(--transition);
}
.roi-select:focus { border-color: var(--accent); }

.roi-results { display: flex; flex-direction: column; gap: 12px; }

.roi-result-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 10px; padding: 20px 24px;
}
.roi-result-card.roi-result-main {
  background: var(--text);
  border-color: var(--text);
  padding: 28px 28px;
}
.roi-result-label { display: block; font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.04em; color: var(--gray); margin-bottom: 8px; }
.roi-result-main .roi-result-label { color: rgba(255,255,255,0.5); }
.roi-result-value { display: block; font-size: 36px; font-weight: 700; color: var(--text); letter-spacing: -0.03em; line-height: 1; }
.roi-result-main .roi-result-value { font-size: 48px; color: var(--white); }
.roi-result-sub { display: block; font-size: 12px; color: rgba(255,255,255,0.45); margin-top: 6px; }
.roi-result-card:not(.roi-result-main) .roi-result-value { font-size: 28px; }
.roi-cta { width: 100%; justify-content: center; margin-top: 4px; padding: 14px; }

/* ── PROZESS KREISE ──────────────────────── */
.proc {
  background: linear-gradient(180deg, #eef0f3 0%, #f4f1eb 100%);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  overflow: hidden;
  position: relative;
}

.proc-flow {
  max-width: 960px;
  margin: 0 auto;
}

/* Row mit 3 items */
.proc-row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
}
.proc-row--reverse {
  direction: rtl;
}
.proc-row--reverse .proc-item,
.proc-row--reverse .proc-connector {
  direction: ltr;
}

/* Connector horizontal */
.proc-connector {
  display: flex;
  align-items: center;
  padding-top: 60px;
  flex-shrink: 0;
  width: 80px;
}
.proc-connector svg {
  width: 100%;
  height: 20px;
}

/* Connector vertical between rows */
.proc-row-connector {
  display: flex;
  justify-content: flex-end;
  padding-right: 140px;
  height: 60px;
}
.proc-row--reverse + .proc-row-connector,
.proc-row-connector:first-of-type {
  justify-content: flex-end;
}
.proc-row-connector svg {
  width: 40px;
  height: 100%;
}

/* Single item */
.proc-item {
  text-align: center;
  max-width: 220px;
  flex: 1;
}
.proc-item h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
}
.proc-item p {
  font-size: 13px;
  color: var(--gray);
  line-height: 1.6;
  margin: 0;
}
.proc-step {
  display: block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
  margin-bottom: 8px;
}

/* Kreis */
.proc-circle {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin: 0 auto 20px;
  position: relative;
  background: var(--accent-c, rgba(201,150,42,0.1));
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: transform 0.5s cubic-bezier(.22,1,.36,1), box-shadow 0.5s ease;
}
.proc-circle:hover {
  transform: scale(1.08);
  box-shadow: 0 16px 48px rgba(30,43,94,0.12);
}
.proc-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  position: absolute;
  inset: 0;
  z-index: 2;
}
.proc-circle-fallback {
  color: var(--accent);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Animierter Ring um den Kreis */
.proc-ring {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px dashed rgba(30,43,94,0.1);
  animation: procRingSpin 20s linear infinite;
  z-index: 0;
}
.proc-ring--gold {
  border-color: rgba(201,150,42,0.25);
  border-width: 2.5px;
  inset: -8px;
}
@keyframes procRingSpin {
  to { transform: rotate(360deg); }
}

/* Highlight circle (last step) */
.proc-circle--highlight {
  background: linear-gradient(135deg, rgba(201,150,42,0.15), rgba(232,184,75,0.1));
  box-shadow: 0 8px 32px rgba(201,150,42,0.15);
}

/* Scroll reveal */
.proc-item--reveal {
  opacity: 0;
  transform: translateY(30px) scale(0.95);
  transition: opacity 0.7s cubic-bezier(.22,1,.36,1), transform 0.7s cubic-bezier(.22,1,.36,1);
}
.proc-item--reveal.proc-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@media (max-width: 768px) {
  .proc-row,
  .proc-row--reverse {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    direction: ltr;
  }
  .proc-connector {
    transform: rotate(90deg);
    padding-top: 0;
    width: 60px;
    height: 30px;
  }
  .proc-row-connector {
    justify-content: center;
    padding-right: 0;
    height: 40px;
  }
  .proc-item { max-width: 280px; }
  .proc-circle { width: 110px; height: 110px; }
}

/* ── PROJEKT TIMELINE (legacy) ───────────── */
.timeline {
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin-top: 64px;
  overflow-x: auto;
  padding-bottom: 8px;
}
.timeline-item { display: flex; flex-direction: column; align-items: center; text-align: center; flex: 1; min-width: 140px; }
.timeline-icon {
  width: 48px; height: 48px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--accent);
  position: relative; z-index: 1;
  flex-shrink: 0;
  margin-bottom: 16px;
}
.timeline-connector {
  flex: 1;
  height: 1px;
  background: var(--border);
  margin-top: 24px;
  min-width: 24px;
}
.timeline-content { padding: 0 8px; }
.timeline-step { font-size: 11px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.06em; color: var(--accent); display: block; margin-bottom: 6px; }
.timeline-content h4 { font-size: 14px; font-weight: 600; color: var(--text); margin-bottom: 6px; }
.timeline-content p { font-size: 13px; color: var(--gray); line-height: 1.6; }

@media (max-width: 768px) {
  .roi-wrapper { grid-template-columns: 1fr; }
  .timeline:not(.timeline-animated) { flex-direction: column; align-items: flex-start; gap: 0; }
  .timeline:not(.timeline-animated) .timeline-item { flex-direction: row; text-align: left; gap: 16px; width: 100%; }
  .timeline:not(.timeline-animated) .timeline-icon { margin-bottom: 0; flex-shrink: 0; }
  .timeline:not(.timeline-animated) .timeline-connector { width: 1px; height: 32px; min-width: unset; margin-top: 0; margin-left: 23px; }
  .timeline:not(.timeline-animated) .timeline-content { padding: 0; padding-bottom: 8px; }
  .timeline.timeline-animated { padding-bottom: 140px; }
  .timeline.timeline-animated .timeline-icon { width: 36px; height: 36px; }
  .timeline.timeline-animated .timeline-icon svg { width: 16px; height: 16px; }
  .timeline.timeline-animated .timeline-connector { margin-top: 18px; }
  .timeline.timeline-animated .timeline-item .timeline-content { width: 160px; }
}

/* ── TIMELINE 3D CAROUSEL ─────────────────────── */
.timeline.timeline-animated {
  position: relative;
  display: block;
  min-height: 300px;
  padding-bottom: 130px;
  margin-top: 48px;
  overflow: hidden;
}
.timeline-track {
  position: absolute;
  inset: 0;
}
.timeline.timeline-animated .timeline-connector { display: none; }
.timeline.timeline-animated .timeline-item {
  position: absolute;
  top: 56px;
  left: 50%;
  width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.65s cubic-bezier(0.4,0,0.2,1), opacity 0.5s ease;
  will-change: transform, opacity;
}
.timeline.timeline-animated .timeline-item .timeline-icon {
  transition: opacity 0.45s ease, background 0.45s ease, border-color 0.45s ease, box-shadow 0.45s ease, transform 0.45s ease;
}
.timeline.timeline-animated .timeline-item .timeline-content {
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  width: 260px;
  opacity: 0;
  transition: opacity 0.45s ease, transform 0.45s ease;
  pointer-events: none;
  padding: 0;
  text-align: center;
}
.timeline.timeline-animated .timeline-item.tl-show .timeline-icon {
  opacity: 1;
  background: var(--accent);
  border-color: var(--accent);
  color: var(--white);
  box-shadow: 0 0 0 8px rgba(201,150,42,0.15);
  transform: scale(1.3);
}
.timeline.timeline-animated .timeline-item.tl-show .timeline-content {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

/* ── SCROLL TO TOP ─────────────────────────── */
#scrollTop { position: fixed; bottom: 28px; right: 28px; width: 40px; height: 40px; background: var(--white); color: var(--text); border: 1px solid var(--border); border-radius: 8px; cursor: pointer; display: none; align-items: center; justify-content: center; box-shadow: var(--shadow); transition: var(--transition); z-index: 900; }
#scrollTop:hover { background: var(--light); }
#scrollTop.show { display: flex; }

/* ── NAV BUTTON: sichtbar auf dunklem Hero ─── */
#header:not(.scrolled) .btn-primary {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.28);
  color: var(--white);
}
#header:not(.scrolled) .btn-primary:hover {
  background: rgba(255,255,255,0.22);
  border-color: rgba(255,255,255,0.4);
}

/* ── INLINE-GRID CLASSES (ueber-uns) ──────── */
.about-stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.cert-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 56px; }
.cert-grid > div { background: var(--white); border: 2px solid var(--border); border-radius: 12px; padding: 32px; text-align: center; }

/* ── RESPONSIVE ────────────────────────────── */

/* ≤ 1300px – Telefonnummer ausblenden */
@media (max-width: 1300px) {
  .nav-phone { display: none; }
}

/* ≤ 1200px – großes Tablet / kleiner Desktop */
@media (max-width: 1200px) {
  .nav-links { gap: 20px; }
  .nav-calc  { display: none; }
  .footer-top { grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 32px; }
}

/* ≤ 1100px – Tablet Landscape / Mobile Nav */
@media (max-width: 1100px) {
  .nav-links { display: none; }
  .nav-cta   { display: none; }
  .hamburger { display: flex; }
  .nav-inner { justify-content: space-between; }
  .benefits-grid { grid-template-columns: 1fr 1fr; }
  .about-grid { gap: 56px; }
  .leistung-detail { gap: 48px; }
  .roi-wrapper { gap: 32px; }
  .cert-grid { grid-template-columns: 1fr 1fr; }
}

/* ≤ 1024px – Tablet */
@media (max-width: 1024px) {
  .container        { padding: 0 24px; }
  .section          { padding: 88px 0; }
  .section-sm       { padding: 56px 0; }
  .page-hero        { padding: 140px 0 80px; min-height: 480px; }
  .hero-inner       { gap: 40px; }
  .hero-window      { width: 300px; height: 360px; }
  .hero-float-top   { right: -20px; }
  .hero-float-bottom{ left: -20px; }
  .hero-inner       { grid-template-columns: 1fr; min-height: auto; }
  .hero-visual      { display: none; }
  .hero             { min-height: auto; }
  .about-grid       { grid-template-columns: 1fr; }
  .about-image-wrap { display: none; }
  .footer-top       { grid-template-columns: 1fr 1fr; gap: 32px; }
  .leistungen-grid  { grid-template-columns: 1fr 1fr; }
  .katalog-grid     { grid-template-columns: 1fr 1fr; }
  .values-grid      { grid-template-columns: 1fr 1fr; }
  .values-section { padding-top: 80px; padding-bottom: 80px; }
  .values-section .container { padding: 40px 32px; }
  .galerie-grid     { grid-template-columns: repeat(2, 1fr); }
  .kontakt-grid     { grid-template-columns: 1fr; gap: 40px; }
  .staerken-items   { grid-template-columns: 1fr; }
  .hannover-card    { grid-template-columns: 1fr; height: auto; }
  .hannover-img-wrap { height: 260px; }
  .hannover-text    { padding: 32px 28px; }
  .hannover-section { padding: 16px; }
  .leistungen-portfolio-section { padding: 16px; }
  .leistungen-portfolio-card    { padding: 36px 20px; }
  .rechner-frame                { padding: 16px; }
  .rechner-card                 { padding: 36px 20px; }
  .team-section                 { padding: 16px; }
  .team-section-card            { padding: 36px 20px; }
  .hero-frame       { padding: 12px; }
  .hero             { border-radius: 14px; }
}

/* ≤ 900px – Tablet schmal */
@media (max-width: 900px) {
  .team-grid { grid-template-columns: 1fr 1fr; }
  .leistung-detail { grid-template-columns: 1fr; gap: 32px; padding: 56px 0; }
  .leistung-detail.reverse { direction: ltr; }
  .leistung-detail-img { height: 280px; }
}

/* ≤ 768px – Mobil */
@media (max-width: 768px) {
  .section    { padding: 64px 0; }
  .section-sm { padding: 48px 0; }
  .container  { padding: 0 20px; }

  /* Hero */
  .hero-frame  { padding: 0; background: none; }
  .hero        { display: block; padding: 88px 0 80px; min-height: 100vh; border-radius: 0; }
  .hero::before { display: none; }
  .hero .container { width: 100%; }
  .hero-inner  { grid-template-columns: 1fr; gap: 0; padding: 32px 0 0; min-height: auto; }
  .hero-visual { display: block; margin: 16px auto -140px; pointer-events: none; }
  .hero { overflow: hidden; }
  .hero-content { text-align: center; }
  .hero-eyebrow { margin-bottom: 20px; justify-content: center; max-width: 100%; white-space: normal; }
  .hero-title  { font-size: clamp(38px, 9vw, 56px); margin-bottom: 20px; }
  .hero-desc   { font-size: 15px; max-width: 100%; margin-bottom: 24px; }
  .hero-actions { gap: 12px; margin-bottom: 32px; flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .hero-stats  { gap: 0; flex-wrap: nowrap; padding-top: 24px; margin-top: 8px; }
  .hero-stats  { display: none; }
  .hero-trust      { margin-top: 28px; padding-top: 20px; height: auto; overflow: hidden; }
  .hero-trust-item { font-size: 11px; }
  .hero-partner-ticker { margin-top: 24px; padding-top: 16px; }

  .team-section     { padding: 12px; }
  .team-section-card { padding: 28px 16px; }

  /* Hannover mobile */
  .hannover-section { padding: 12px; }
  .hannover-card    { grid-template-columns: 1fr; height: auto; border-radius: 14px; }
  .hannover-img-wrap { height: 220px; }
  .hannover-text    { padding: 28px 24px; gap: 12px; max-width: 100%; }
  .hannover-text h2 { font-size: 26px; }
  .hannover-text p  { font-size: 14px; }

  /* Grids */
  .leistungen-grid   { grid-template-columns: 1fr; }
  .katalog-grid      { grid-template-columns: 1fr 1fr; }
  .team-grid         { grid-template-columns: 1fr; }
  .values-grid       { grid-template-columns: 1fr 1fr; }
  .values-section { padding-top: 64px; padding-bottom: 64px; }
  .values-section .container { padding: 32px 20px; border-radius: 14px; }
  .benefits-grid     { grid-template-columns: 1fr; }
  .galerie-grid      { grid-template-columns: 1fr 1fr; grid-auto-rows: 140px; }
  .galerie-item.wide { grid-column: span 1; }
  .about-stats-grid  { gap: 16px; }
  .cert-grid         { grid-template-columns: 1fr 1fr; gap: 16px; }
  .cert-grid > div   { padding: 24px 16px; }

  /* Stats strip */
  .stats-strip-inner { grid-template-columns: 1fr 1fr; }
  .stats-strip-item  { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.07); padding: 24px 16px; }
  .stats-strip-item:nth-child(3),
  .stats-strip-item:nth-child(4) { border-bottom: none; }

  /* Footer */
  .footer-top    { grid-template-columns: 1fr; gap: 28px; padding: 48px 0 32px; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
  .footer-bottom-links { justify-content: center; }

  /* Page Hero */
  .page-hero    { padding: 120px 0 60px; min-height: 440px; }
  .page-hero h1 { font-size: clamp(30px, 7vw, 50px); }
  .page-hero p  { font-size: 16px; max-width: 100%; }
  .page-hero::before { width: 380px; height: 380px; }
  .page-hero::after  { width: 320px; height: 320px; }

  /* Trust bar */
  .trust-bar .container { padding: 16px 24px; }
  .trust-bar-inner { gap: 12px 20px; justify-content: flex-start; flex-wrap: wrap; }
  .trust-item      { font-size: 12px; }

  /* ROI Rechner */
  .roi-wrapper { grid-template-columns: 1fr; }
  .roi-result-main .roi-result-value { font-size: 40px; }

  /* Timeline */
  .timeline:not(.timeline-animated) { flex-direction: column; align-items: flex-start; }
  .timeline:not(.timeline-animated) .timeline-item { flex-direction: row; text-align: left; gap: 16px; width: 100%; }
  .timeline:not(.timeline-animated) .timeline-icon { margin-bottom: 0; flex-shrink: 0; }
  .timeline:not(.timeline-animated) .timeline-connector { width: 1px; height: 32px; min-width: unset; margin-top: 0; margin-left: 23px; }
  .timeline:not(.timeline-animated) .timeline-content { padding: 0; padding-bottom: 8px; }

  /* Kontakt */
  .form-row     { grid-template-columns: 1fr; }
  .kontakt-form { padding: 28px 20px; }

  /* Leistungen */
  .leistung-detail     { grid-template-columns: 1fr; gap: 28px; padding: 48px 0; }
  .leistung-detail.reverse { direction: ltr; }
  .leistung-detail-img { height: 200px; }
  .leistung-detail-content h2 { font-size: 26px; }

  /* CTA */
  .cta-section { padding: 80px 0; }
  .cta-buttons { flex-direction: column; align-items: center; }
  .cta-buttons .btn { width: 100%; max-width: 320px; justify-content: center; }

  /* Sortiment filter */
  .katalog-filter { gap: 6px; }
  .filter-btn { padding: 7px 14px; font-size: 12px; }
}

/* ≤ 480px – kleines Mobil */
@media (max-width: 480px) {
  .section    { padding: 48px 0; }
  .section-sm { padding: 36px 0; }
  .container  { padding: 0 16px; }

  .katalog-grid { grid-template-columns: 1fr; }
  .galerie-grid { grid-template-columns: 1fr; grid-auto-rows: 160px; }
  .team-grid    { grid-template-columns: 1fr; }
  .cert-grid    { grid-template-columns: 1fr 1fr; gap: 12px; }
  .cert-grid > div { padding: 20px 12px; }
  .about-stats-grid { gap: 12px; }
  .about-stats-grid > div { padding: 16px !important; }
  .about-stats-grid strong { font-size: 34px !important; }

  .hero-title   { font-size: clamp(32px, 9vw, 44px); }
  .hero-badge   { font-size: 11px; padding: 5px 12px; }
  .hero-stat    { padding: 0 12px; }
  .hero-stat strong { font-size: 22px; }
  .hero-inner   { padding: 24px 0; }
  .hero-eyebrow { font-size: 10px; padding: 5px 12px; }

  .trust-bar-inner { flex-direction: column; gap: 10px; align-items: flex-start; }
  .trust-item   { width: 100%; }

  .page-hero    { padding: 100px 0 48px; min-height: 380px; }
  .page-hero h1 { font-size: clamp(28px, 8vw, 42px); }
  .page-hero p  { font-size: 15px; }
  .breadcrumb   { padding: 7px 13px; font-size: 12px; margin-bottom: 22px; }

  .benefits-grid { gap: 1px; }
  .benefit-card  { padding: 28px 20px; }

  .kontakt-form  { padding: 20px 14px; }
  .footer-top    { gap: 24px; }
  .cta-section   { padding: 64px 0; }
  .cta-section h2 { font-size: clamp(26px, 7.5vw, 44px); }
  .section-title { font-size: clamp(24px, 7.5vw, 36px); }

  .stats-strip-inner { grid-template-columns: 1fr; }
  .stats-strip-item  { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.07); padding: 20px 16px; }
  .stats-strip-item:nth-child(3),
  .stats-strip-item:nth-child(4) { border-bottom: 1px solid rgba(255,255,255,0.07); }
  .stats-strip-item:last-child   { border-bottom: none; }

  .leistung-detail-img { height: 180px; }
  .leistung-detail-content h2 { font-size: 22px; }
  .feature-list li { font-size: 13px; }
}

/* ≤ 380px – sehr kleines Mobil */
@media (max-width: 380px) {
  .container  { padding: 0 12px; }
  .nav-logo-icon { height: 36px; }
  .nav-logo-wordmark { height: 26px; }
  .nav-logo-text strong { font-size: 14px; }
  .hero-title { font-size: clamp(26px, 9vw, 38px); }
  .hero-inner { padding: 28px 0; }
  .section-title { font-size: clamp(22px, 7vw, 32px); }
  .btn { padding: 10px 18px; font-size: 13px; }
  .page-hero h1 { font-size: clamp(22px, 8vw, 34px); }
  .cert-grid    { grid-template-columns: 1fr 1fr; gap: 10px; }
  .cert-grid > div { padding: 16px 10px; }
  .about-stats-grid { grid-template-columns: 1fr 1fr; }
}

/* ≤ 600px – Sub-page hero stats + footer + team duo */
@media (max-width: 600px) {
  /* lp-hero-stats: Statistiken in Sub-page Heroes */
  .lp-hero-stats { gap: 12px; }
  .lp-hero-stat strong { font-size: 22px; }
  .lp-hero-stat-divider { height: 20px; }

  /* Footer bottom: verhindert Overflow bei 3 Items in einer Zeile */
  .footer-bottom { flex-direction: column; gap: 10px; text-align: center; }
  .footer-bottom-links { justify-content: center; }

  /* Team duo grid: 2 Karten nebeneinander bei kleinen Screens zu eng */
  .team-grid--duo { grid-template-columns: 1fr; max-width: 100%; }

  /* Leistungen-Seite: content-section padding anpassen */
  .lp-content-section { padding-top: 40px !important; }

  /* Bridge-Karten auf Leistungsseite: 2 statt 3 Spalten, kein Versatz */
  .lp-service-bridge { grid-template-columns: repeat(2, 1fr); transform: translateY(0); margin-bottom: 0; }

  /* Welle auf Mobile ausblenden — rein dekorativ, verdeckt sonst Stats-Text */
  .lp-hero-wave { display: none; }
  .lp-hero { padding-bottom: 40px; }
  .lp-content-section { padding-top: 40px !important; }
}

/* ≤ 420px – Sehr kleines Phone: Stats nebeneinander zu eng */
@media (max-width: 420px) {
  .lp-hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .lp-hero-stat { text-align: center; }
  .lp-hero-stat-divider { display: none; }
  .lp-hero-top h1 { font-size: clamp(26px, 8vw, 38px); }

  /* Values grid: 1-Spalte auf sehr kleinen Screens */
  .values-grid { grid-template-columns: 1fr; }

  .lp-content-section { padding-top: 40px !important; }
  .lp-service-bridge { grid-template-columns: repeat(2, 1fr); transform: translateY(0); margin-bottom: 24px; }

  /* FAQ Summary: Pfeil oben ausrichten wenn Text umbricht */
  .faq-summary { align-items: flex-start !important; }
}


/* ═══════════════════════════════════════════════════════════════════════════
   SHOP – SORTIMENT COLLECTION PAGE
   ═══════════════════════════════════════════════════════════════════════════ */

.shop-section { padding: 64px 0 96px; background: var(--bg-page); }

.shop-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border);
}
.shop-count {
  font-size: 13px;
  color: var(--gray);
  font-weight: 500;
  letter-spacing: 0.02em;
}

/* Grid */
.shop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.shop-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

/* Card */
.shop-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.shop-card:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-4px);
}

/* Card image */
.shop-card-img-wrap {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f1f5f9;
}
.shop-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.shop-card-img-wrap img.img-contain {
  object-fit: contain;
  padding: 12px;
}
.shop-card-img-wrap:has(img.img-contain) {
  background: #ffffff;
}
.shop-card:hover .shop-card-img-wrap img {
  transform: scale(1.04);
}
.shop-card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--text);
  color: var(--white);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 100px;
}

/* Card body */
.shop-card-body {
  padding: 20px 22px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 6px;
}
.shop-card-cat {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
}
.shop-card-name {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0;
}
.shop-card-name a {
  color: var(--text);
  text-decoration: none;
}
.shop-card-name a:hover { color: var(--accent); }
.shop-card-tagline {
  font-size: 13px;
  color: var(--gray);
  margin-bottom: 4px;
}
.shop-card-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}
.shop-card-specs span {
  font-size: 11px;
  font-weight: 500;
  color: var(--gray);
  background: var(--light);
  border: 1px solid var(--border);
  border-radius: 100px;
  padding: 3px 10px;
}

/* Card actions */
.shop-card-actions {
  display: flex;
  gap: 8px;
  margin-top: auto;
  padding-top: 16px;
}
.shop-btn-detail {
  flex: 1;
  justify-content: center;
  padding: 10px 14px;
  font-size: 13px;
  color: var(--text);
  border-color: var(--border);
}
.shop-btn-detail:hover {
  background: var(--light);
}
.shop-btn-anfrage {
  flex: 1;
  justify-content: center;
  padding: 10px 14px;
  font-size: 13px;
}


/* ═══════════════════════════════════════════════════════════════════════════
   PDP – PRODUKT DETAIL PAGE
   ═══════════════════════════════════════════════════════════════════════════ */

.pdp-section {
  padding: 120px 0 72px;
  background: var(--white);
}

/* Breadcrumb */
.pdp-breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--gray);
  margin-bottom: 40px;
}
.pdp-breadcrumb a { color: var(--gray); transition: color 0.2s; }
.pdp-breadcrumb a:hover { color: var(--accent); }
.pdp-breadcrumb svg { width: 14px; height: 14px; flex-shrink: 0; opacity: 0.5; }
.pdp-breadcrumb span { color: var(--text); font-weight: 500; }

/* Layout */
.pdp-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}

/* Gallery */
.pdp-gallery { position: sticky; top: 104px; }
.pdp-main-img-wrap {
  position: relative;
  border-radius: var(--radius-card);
  overflow: hidden;
  background: #f1f5f9;
  aspect-ratio: 4 / 3;
}
.pdp-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.2s ease;
}
.pdp-main-img.img-contain {
  object-fit: contain;
  padding: 16px;
}
.pdp-main-img-wrap:has(.pdp-main-img.img-contain) {
  background: #ffffff;
}
.pdp-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--text);
  color: var(--white);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 100px;
}
.pdp-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}
.pdp-thumb {
  width: 72px;
  height: 56px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  background: #f1f5f9;
  flex-shrink: 0;
  transition: border-color 0.2s;
}
.pdp-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pdp-thumb.active, .pdp-thumb:hover { border-color: var(--accent); }

/* Info panel */
.pdp-info { padding-top: 8px; }
.pdp-category {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
}
.pdp-name {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 8px;
}
.pdp-tagline {
  font-size: 16px;
  color: var(--gray);
  margin-bottom: 20px;
}

/* Spec pills */
.pdp-spec-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
.pdp-spec-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
  color: var(--text);
  background: var(--light);
  border: 1px solid var(--border);
  border-radius: 100px;
  padding: 5px 12px;
}

.pdp-divider {
  height: 1px;
  background: var(--border);
  margin: 24px 0;
}

/* Description */
.pdp-description {
  font-size: 15px;
  color: #334155;
  line-height: 1.8;
  margin-bottom: 28px;
  white-space: pre-line;
}

/* Actions */
.pdp-actions {
  display: flex;
  gap: 12px;
  margin-bottom: 28px;
}
.pdp-anfrage-btn {
  flex: 1;
  justify-content: center;
  padding: 14px 24px;
  font-size: 15px;
  font-weight: 600;
}
.pdp-phone-btn {
  padding: 14px 20px;
  font-size: 14px;
  color: var(--text);
  border-color: var(--border);
  white-space: nowrap;
}
.pdp-phone-btn:hover { background: var(--light); }

/* Trust */
.pdp-trust {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  background: var(--light);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
}
.pdp-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text);
}
.pdp-trust-item svg { color: var(--accent); flex-shrink: 0; }

/* Specs section */
.pdp-specs-section { background: var(--bg-page); }
.pdp-specs-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}

.pdp-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 24px;
}
.pdp-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--text);
}
.pdp-features li::before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  min-width: 18px;
  background: url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' stroke='%23c9962a' stroke-width='2.5' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/contain no-repeat;
}

.pdp-specs-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  border-radius: var(--radius-card);
  overflow: hidden;
  border: 1px solid var(--border);
}
.pdp-specs-table tr {
  border-bottom: 1px solid var(--border);
}
.pdp-specs-table tr:last-child { border-bottom: none; }
.pdp-specs-table td {
  padding: 14px 20px;
  font-size: 14px;
}
.pdp-specs-table td:first-child {
  font-weight: 600;
  color: var(--gray);
  width: 45%;
  background: var(--light);
}
.pdp-specs-table td:last-child {
  color: var(--text);
  font-weight: 500;
}

/* Related section */
.pdp-related-section { background: var(--bg-page); }


/* ═══════════════════════════════════════════════════════════════════════════
   ANFRAGE MODAL
   ═══════════════════════════════════════════════════════════════════════════ */

.anfrage-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.anfrage-modal.open {
  pointer-events: auto;
  opacity: 1;
}
.anfrage-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(26, 12, 4, 0.6);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.anfrage-modal-panel {
  position: relative;
  z-index: 1;
  background: var(--white);
  border-radius: 20px;
  width: 100%;
  max-width: 580px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 40px;
  box-shadow: 0 24px 80px rgba(0,0,0,0.18);
  transform: translateY(16px) scale(0.98);
  transition: transform 0.3s cubic-bezier(0.4,0,0.2,1);
}
.anfrage-modal.open .anfrage-modal-panel {
  transform: translateY(0) scale(1);
}
.anfrage-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--light);
  border: 1px solid var(--border);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray);
  transition: var(--transition);
}
.anfrage-modal-close:hover { background: var(--border); color: var(--text); }

.anfrage-modal-header { margin-bottom: 28px; }
.anfrage-modal-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 6px;
}
.anfrage-modal-header h3 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}
.anfrage-modal-header p {
  font-size: 14px;
  color: var(--gray);
  line-height: 1.6;
}

/* Produkt-Preview im Anfrage-Modal */
.anfrage-produkt-preview {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--light);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 12px 14px;
  margin-bottom: 22px;
}
.anfrage-produkt-img-wrap {
  width: 72px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.anfrage-produkt-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.anfrage-produkt-img.img-contain {
  object-fit: contain;
  padding: 4px;
}
.anfrage-produkt-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.anfrage-produkt-cat {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
}
.anfrage-produkt-name {
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.anfrage-produkt-tagline {
  font-size: 12px;
  color: var(--gray);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Form inside modal */
.anfrage-form { display: flex; flex-direction: column; gap: 16px; }
.anfrage-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.anfrage-form .form-group { display: flex; flex-direction: column; gap: 6px; }
.anfrage-form label {
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
}
.anfrage-form label span { color: var(--accent); }
.anfrage-form input,
.anfrage-form textarea {
  padding: 11px 14px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-size: 14px;
  font-family: inherit;
  color: var(--text);
  background: var(--white);
  transition: border-color 0.2s;
  outline: none;
}
.anfrage-form input:focus,
.anfrage-form textarea:focus { border-color: var(--accent); }
.anfrage-form input[aria-invalid="true"],
.anfrage-form textarea[aria-invalid="true"] { border-color: #ef4444; }
.anfrage-form textarea { resize: vertical; min-height: 100px; }

.anfrage-form-error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #dc2626;
  font-size: 13px;
  padding: 10px 14px;
  border-radius: var(--radius);
}
.anfrage-submit {
  width: 100%;
  justify-content: center;
  padding: 13px;
  font-size: 15px;
  font-weight: 600;
  margin-top: 4px;
}

/* Success state */
.anfrage-success {
  text-align: center;
  padding: 24px 0;
}
.anfrage-success svg { color: #22c55e; margin: 0 auto 16px; }
.anfrage-success h4 { font-size: 20px; margin-bottom: 8px; }
.anfrage-success p  { font-size: 14px; color: var(--gray); margin-bottom: 24px; }


/* ═══════════════════════════════════════════════════════════════════════════
   RESPONSIVE – SHOP & PDP
   ═══════════════════════════════════════════════════════════════════════════ */

@media (max-width: 1024px) {
  .shop-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .shop-grid-3 { grid-template-columns: repeat(2, 1fr); }
  .pdp-layout { grid-template-columns: 1fr; gap: 40px; }
  .pdp-gallery { position: static; }
  .pdp-specs-layout { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 768px) {
  .shop-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .shop-grid-3 { grid-template-columns: repeat(2, 1fr); }
  .shop-card-body { padding: 14px 16px 16px; }
  .shop-card-name { font-size: 15px; }
  .shop-card-actions { flex-direction: column; gap: 6px; }
  .shop-btn-detail, .shop-btn-anfrage { flex: none; width: 100%; }

  .pdp-section { padding: 100px 0 48px; }
  .pdp-actions { flex-direction: column; }
  .pdp-anfrage-btn, .pdp-phone-btn { flex: none; width: 100%; justify-content: center; }

  .anfrage-modal-panel { padding: 28px 20px; }
  .anfrage-form .form-row { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .shop-grid { grid-template-columns: 1fr; }
  .shop-grid-3 { grid-template-columns: 1fr; }
}



/* ── Header: fixer weißer Zustand (Produktseite) ── */
#header[data-theme="white"],
#header[data-theme="white"].scrolled {
  background: rgba(255,255,255,0.94) !important;
  border-color: rgba(0,0,0,0.06) !important;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
}
#header[data-theme="white"] .nav-links a,
#header[data-theme="white"].scrolled .nav-links a {
  color: var(--text) !important;
}
#header[data-theme="white"] .nav-links a:hover,
#header[data-theme="white"] .nav-links a.active,
#header[data-theme="white"].scrolled .nav-links a:hover,
#header[data-theme="white"].scrolled .nav-links a.active {
  color: var(--accent) !important;
}
#header[data-theme="white"] .nav-logo-text strong,
#header[data-theme="white"].scrolled .nav-logo-text strong {
  color: var(--text) !important;
}
#header[data-theme="white"] .nav-logo-text span,
#header[data-theme="white"].scrolled .nav-logo-text span {
  color: var(--gray) !important;
}
#header[data-theme="white"] .nav-phone,
#header[data-theme="white"].scrolled .nav-phone {
  color: var(--text) !important;
}
#header[data-theme="white"] .nav-calc,
#header[data-theme="white"].scrolled .nav-calc {
  color: var(--text) !important;
}
#header[data-theme="white"] .btn-primary,
#header[data-theme="white"].scrolled .btn-primary {
  background: var(--text) !important;
  border-color: var(--text) !important;
  color: #fff !important;
}
#header[data-theme="white"] .btn-primary:hover,
#header[data-theme="white"].scrolled .btn-primary:hover {
  background: #431407 !important;
}
#header[data-theme="white"] .hamburger span,
#header[data-theme="white"].scrolled .hamburger span {
  background: var(--text) !important;
}

.shop-grid-no-img .shop-card-img-wrap { display: none; }

/* ── PDP Badges / Embleme ─────────────────────────────────────────────────── */
.pdp-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 16px 0 0;
}
.pdp-emblem {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 50px;
  padding: 6px 14px 6px 7px;
  font-size: 12px;
  font-weight: 500;
  color: var(--text);
  box-shadow: 0 1px 3px rgba(0,0,0,.06);
  white-space: nowrap;
}

/* German flag circle */
.pdp-emblem-flag {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  border: 1px solid #e2e8f0;
}
.pdp-flag-black { flex: 1; background: #1a1a1a; }
.pdp-flag-red   { flex: 1; background: #DD0000; }
.pdp-flag-gold  { flex: 1; background: #FFCE00; }

/* Icon-based badges (Passivhaus, RC2) */
.pdp-emblem-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.pdp-emblem-icon svg {
  width: 15px;
  height: 15px;
}
.pdp-emblem-icon--passivhaus {
  background: #16a34a;
  color: #fff;
}
.pdp-emblem-icon--passivhaus svg { stroke: #fff; }
.pdp-emblem-icon--rc2 {
  background: #ea6c0a;
  color: #fff;
}
.pdp-emblem-icon--rc2 svg { stroke: #fff; }
.pdp-emblem-icon--ce {
  background: #1a0c04;
  color: #fff;
}
.pdp-emblem-icon-text--ce {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: -0.3px;
  position: static;
  transform: none;
}
.pdp-emblem-icon--ift {
  background: #dc2626;
  color: #fff;
}
.pdp-emblem-icon-text--ift {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: -0.2px;
  position: static;
  transform: none;
}
.pdp-emblem-icon-text {
  position: absolute;
  font-size: 6px;
  font-weight: 800;
  letter-spacing: -0.2px;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  pointer-events: none;
}

/* ── PDP Variants / Ausführungen ──────────────────────────────────────────── */
.pdp-variants {
  margin: 20px 0 0;
}
.pdp-variants-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--gray);
  margin: 0 0 10px;
}
.pdp-variants-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pdp-variant-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px 6px 7px;
  border: 1.5px solid #e2e8f0;
  border-radius: 50px;
  background: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  color: var(--text);
  transition: border-color .15s, box-shadow .15s;
}
.pdp-variant-btn:hover {
  border-color: var(--accent);
}
.pdp-variant-btn.active {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(201,150,42,.15);
}
.pdp-variant-swatch {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1.5px solid;
  flex-shrink: 0;
  display: block;
}

/* ── PDP Specs footnote ───────────────────────────────────────────────────── */
.pdp-specs-note {
  margin-top: 16px;
  font-size: 11.5px;
  color: var(--gray);
  line-height: 1.6;
  border-top: 1px solid #e2e8f0;
  padding-top: 12px;
}

/* ── HERO VISUAL: PHONE ANIMATION ─────────────── */
.hv-scene {
  position: relative;
  width: 480px;
  height: 560px;
  margin: 0 auto;
}

/* ── Finanzplan Dokument ── */
.hv-doc {
  position: relative;
  z-index: 5;
  width: 340px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  box-shadow:
    0 2px 8px rgba(17,28,62,0.06),
    0 12px 36px rgba(17,28,62,0.12),
    0 36px 80px rgba(17,28,62,0.16);
  overflow: hidden;
  transform: perspective(1200px) rotateY(-8deg) rotateX(4deg);
  opacity: 0;
  animation: hv-doc-in 1.1s 0.3s cubic-bezier(0.16,1,0.3,1) forwards;
  transform-style: preserve-3d;
  will-change: transform;
}
.hv-doc.hv-floating {
  animation: hv-doc-in 1.1s 0.3s cubic-bezier(0.16,1,0.3,1) forwards, hv-doc-float 6s 1.4s ease-in-out infinite;
}
@keyframes hv-doc-in {
  0%   { opacity: 0; transform: perspective(1200px) rotateY(-20deg) rotateX(12deg) translateY(60px) scale(0.92); }
  60%  { opacity: 1; }
  100% { opacity: 1; transform: perspective(1200px) rotateY(-8deg) rotateX(4deg) translateY(0) scale(1); }
}
@keyframes hv-doc-float {
  0%,100% { transform: perspective(1200px) rotateY(-8deg) rotateX(4deg) translateY(0); }
  50%     { transform: perspective(1200px) rotateY(-6deg) rotateX(2deg) translateY(-14px); }
}

/* Holographic light scan */
.hv-doc::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 50;
  pointer-events: none;
  background: linear-gradient(
    105deg,
    transparent 0%,
    transparent 35%,
    rgba(201,150,42,0.07) 42%,
    rgba(255,255,255,0.18) 48%,
    rgba(201,150,42,0.07) 54%,
    transparent 61%,
    transparent 100%
  );
  background-size: 250% 100%;
  animation: hv-scan 4s 1.5s ease-in-out infinite;
}
@keyframes hv-scan {
  0%   { background-position: 200% 0; }
  40%  { background-position: -50% 0; }
  100% { background-position: -50% 0; }
}

/* Rotating conic glow behind doc */
.hv-doc-glow {
  position: absolute;
  inset: -50px;
  z-index: -1;
  border-radius: 40px;
  background: conic-gradient(
    from var(--glow-angle, 0deg),
    rgba(201,150,42,0.30),
    rgba(30,43,94,0.15),
    rgba(201,150,42,0.05),
    rgba(45,138,78,0.20),
    rgba(201,150,42,0.30)
  );
  filter: blur(35px);
  opacity: 0;
  animation: hv-glow-in 1.5s 0.8s ease forwards, hv-glow-spin 6s 0.8s linear infinite, hv-glow-pulse 4s 0.8s ease-in-out infinite;
}
@property --glow-angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}
@keyframes hv-glow-spin {
  to { --glow-angle: 360deg; }
}
@keyframes hv-glow-in {
  to { opacity: 0.85; }
}
@keyframes hv-glow-pulse {
  0%,100% { filter: blur(35px); transform: scale(1); }
  50%     { filter: blur(42px); transform: scale(1.06); }
}

/* Staggered reveal for inner sections */
.hv-doc-header,
.hv-doc-client,
.hv-doc-block,
.hv-doc-chart-wrap,
.hv-doc-footer {
  opacity: 0;
  transform: translateY(12px);
  animation: hv-row-in 0.5s cubic-bezier(0.16,1,0.3,1) forwards;
}
.hv-doc-header     { animation-delay: 0.9s; }
.hv-doc-client     { animation-delay: 1.1s; }
.hv-doc-block:first-child { animation-delay: 1.3s; }
.hv-doc-block:last-child  { animation-delay: 1.45s; }
.hv-doc-chart-wrap { animation-delay: 1.6s; }
.hv-doc-footer     { animation-delay: 1.8s; }
@keyframes hv-row-in {
  to { opacity: 1; transform: translateY(0); }
}

.hv-doc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #111c3e;
  color: #fff;
  padding: 16px 20px;
}
.hv-doc-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  opacity: 0.95;
}
.hv-doc-tag {
  font-size: 10px;
  background: rgba(201,150,42,0.25);
  color: #f5c842;
  padding: 3px 9px;
  border-radius: 20px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.hv-doc-client {
  padding: 16px 20px 12px;
  border-bottom: 1px solid #f0ede8;
}
.hv-doc-client-meta {
  font-size: 10px;
  color: #a0a0b0;
  margin-bottom: 2px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.hv-doc-client-name {
  font-size: 15px;
  font-weight: 700;
  color: #111c3e;
}

.hv-doc-sections {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-bottom: 1px solid #f0ede8;
}
.hv-doc-block {
  padding: 14px 20px;
}
.hv-doc-block:first-child {
  border-right: 1px solid #f0ede8;
}
.hv-doc-block-title {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  font-weight: 700;
  color: #111c3e;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
  opacity: 0.7;
}
.hv-doc-row {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #444;
  padding: 3px 0;
}
.hv-doc-row span:last-child {
  font-weight: 600;
  color: #111c3e;
}

.hv-doc-chart-wrap {
  padding: 14px 20px 10px;
  border-bottom: 1px solid #f0ede8;
}
.hv-doc-chart-label {
  font-size: 10px;
  color: #a0a0b0;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
.hv-doc-chart {
  position: relative;
  height: 65px;
}
.hv-doc-chart svg {
  display: block;
  width: 100%;
  height: 65px;
}
.hv-chart-area {
  fill: url(#hvChartGrad);
  opacity: 0;
  animation: hv-area-in 1s 2.2s ease forwards;
}
.hv-chart-line {
  fill: none;
  stroke: #c9962a;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation: hv-line-draw 1.8s 1.8s cubic-bezier(0.4,0,0.2,1) forwards;
  filter: drop-shadow(0 2px 4px rgba(201,150,42,0.3));
}
.hv-chart-dot {
  fill: #c9962a;
  stroke: #fff;
  stroke-width: 1.5;
}
.hv-chart-dot:nth-of-type(1) { r: 0; animation: hv-dot-pop 0.35s 2.0s cubic-bezier(0.34,1.56,0.64,1) forwards; }
.hv-chart-dot:nth-of-type(2) { r: 0; animation: hv-dot-pop 0.35s 2.15s cubic-bezier(0.34,1.56,0.64,1) forwards; }
.hv-chart-dot:nth-of-type(3) { r: 0; animation: hv-dot-pop 0.35s 2.3s cubic-bezier(0.34,1.56,0.64,1) forwards; }
.hv-chart-dot:nth-of-type(4) { r: 0; animation: hv-dot-pop 0.35s 2.45s cubic-bezier(0.34,1.56,0.64,1) forwards; }
.hv-chart-dot:nth-of-type(5) { r: 0; animation: hv-dot-pop 0.35s 2.6s cubic-bezier(0.34,1.56,0.64,1) forwards; }
.hv-chart-dot:nth-of-type(6) { r: 0; animation: hv-dot-pop 0.35s 2.75s cubic-bezier(0.34,1.56,0.64,1) forwards; }
.hv-chart-dot:nth-of-type(7) { r: 0; animation: hv-dot-pop 0.35s 2.9s cubic-bezier(0.34,1.56,0.64,1) forwards; }
@keyframes hv-line-draw {
  to { stroke-dashoffset: 0; }
}
@keyframes hv-area-in {
  to { opacity: 0.6; }
}
@keyframes hv-dot-pop {
  to { r: 3.5; }
}

/* Legacy bar fallback hide */
.hv-doc-bar { display: none; }

.hv-doc-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  background: #fdf8f0;
}
.hv-doc-saving {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.hv-doc-saving span {
  font-size: 10px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.hv-doc-saving strong {
  font-size: 16px;
  font-weight: 700;
  color: #111c3e;
}
.hv-doc-stamp {
  font-size: 11px;
  font-weight: 700;
  color: #2d8a4e;
  background: #d1fae5;
  padding: 5px 12px;
  border-radius: 20px;
  position: relative;
}
.hv-doc-stamp::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 20px;
  box-shadow: 0 0 0 0 rgba(45,138,78,0.5);
  animation: hv-stamp-ping 2.5s 2.5s ease-out infinite;
}
@keyframes hv-stamp-ping {
  0%   { box-shadow: 0 0 0 0 rgba(45,138,78,0.45); }
  70%  { box-shadow: 0 0 0 10px rgba(45,138,78,0); }
  100% { box-shadow: 0 0 0 0 rgba(45,138,78,0); }
}

/* Value highlight shimmer */
.hv-val {
  position: relative;
  display: inline-block;
}
.hv-val.hv-val--done::after {
  content: '';
  position: absolute;
  inset: -2px -4px;
  background: linear-gradient(90deg, transparent, rgba(201,150,42,0.2), transparent);
  border-radius: 3px;
  animation: hv-val-flash 0.6s ease-out forwards;
}
@keyframes hv-val-flash {
  0%   { opacity: 1; transform: scaleX(0); transform-origin: left; }
  50%  { transform: scaleX(1); }
  100% { opacity: 0; transform: scaleX(1); }
}

/* ── Icon-Orbs — Glasmorphism Badges ── */
.hv-orb {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  pointer-events: none;
  z-index: 6;
  opacity: 0;
  transform: scale(0) rotate(-30deg);
  animation-fill-mode: forwards;
  will-change: transform, opacity;
  transition: transform 0.3s ease;
}
.hv-orb--1 {
  width: 64px; height: 64px;
  top: 5px; right: 15px;
  background: rgba(17,28,62,0.85);
  backdrop-filter: blur(12px);
  color: #f5c842;
  box-shadow: 0 8px 32px rgba(17,28,62,0.35), inset 0 1px 0 rgba(255,255,255,0.08);
  animation: orb-pop 0.6s 1.0s cubic-bezier(0.34,1.56,0.64,1) forwards, orb-orbit-1 8s 1.6s ease-in-out infinite;
}
.hv-orb--2 {
  width: 52px; height: 52px;
  top: 140px; right: -20px;
  background: rgba(201,150,42,0.12);
  backdrop-filter: blur(16px);
  color: #c9962a;
  border: 1px solid rgba(201,150,42,0.30);
  box-shadow: 0 4px 20px rgba(201,150,42,0.15);
  animation: orb-pop 0.6s 1.2s cubic-bezier(0.34,1.56,0.64,1) forwards, orb-orbit-2 9s 1.8s ease-in-out infinite;
}
.hv-orb--3 {
  width: 48px; height: 48px;
  bottom: 110px; right: 5px;
  background: rgba(255,255,255,0.75);
  backdrop-filter: blur(16px);
  color: #111c3e;
  box-shadow: 0 8px 24px rgba(17,28,62,0.12), inset 0 1px 0 rgba(255,255,255,0.9);
  animation: orb-pop 0.6s 1.4s cubic-bezier(0.34,1.56,0.64,1) forwards, orb-orbit-3 7s 2.0s ease-in-out infinite;
}
.hv-orb--4 {
  width: 60px; height: 60px;
  bottom: 30px; left: 5px;
  background: rgba(201,150,42,0.10);
  backdrop-filter: blur(16px);
  color: #c9962a;
  border: 1px solid rgba(201,150,42,0.25);
  box-shadow: 0 6px 24px rgba(201,150,42,0.12);
  animation: orb-pop 0.6s 1.55s cubic-bezier(0.34,1.56,0.64,1) forwards, orb-orbit-4 10s 2.15s ease-in-out infinite;
}
.hv-orb--5 {
  width: 42px; height: 42px;
  top: 48%; left: -15px;
  background: rgba(255,255,255,0.8);
  backdrop-filter: blur(12px);
  color: #2d8a4e;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08), inset 0 1px 0 rgba(255,255,255,0.9);
  animation: orb-pop 0.6s 1.7s cubic-bezier(0.34,1.56,0.64,1) forwards, orb-orbit-5 8s 2.3s ease-in-out infinite;
}

@keyframes orb-pop {
  to { opacity: 1; transform: scale(1) rotate(0deg); }
}
/* Each orb has a unique orbit path — not just up/down */
@keyframes orb-orbit-1 {
  0%,100% { transform: translate(0, 0) scale(1); }
  25%     { transform: translate(-8px, -14px) scale(1.05); }
  50%     { transform: translate(4px, -20px) scale(1); }
  75%     { transform: translate(10px, -8px) scale(0.97); }
}
@keyframes orb-orbit-2 {
  0%,100% { transform: translate(0, 0) rotate(0deg); }
  33%     { transform: translate(-12px, 10px) rotate(8deg); }
  66%     { transform: translate(6px, -8px) rotate(-4deg); }
}
@keyframes orb-orbit-3 {
  0%,100% { transform: translate(0, 0) scale(1); }
  50%     { transform: translate(-10px, -16px) scale(1.08); }
}
@keyframes orb-orbit-4 {
  0%,100% { transform: translate(0, 0) rotate(0deg); }
  25%     { transform: translate(10px, -6px) rotate(5deg); }
  50%     { transform: translate(14px, 8px) rotate(-3deg); }
  75%     { transform: translate(4px, 12px) rotate(2deg); }
}
@keyframes orb-orbit-5 {
  0%,100% { transform: translate(0, 0); }
  40%     { transform: translate(6px, -18px); }
  70%     { transform: translate(-4px, -10px); }
}

/* Phone — echtes CSS 3D */
.hv-phone {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  transform-style: preserve-3d;
  transform: translate(-50%, -50%) perspective(1200px) rotateY(-22deg) rotateX(8deg);
  width: 220px;
  height: 460px;
  animation: hv-phone-in 0.8s cubic-bezier(0.22,1,0.36,1) both, hv-phone-float 6s 0.8s ease-in-out infinite;
}

/* Vorderseite */
.hv-phone-inner {
  position: absolute;
  inset: 0;
  background: #1c1c1e;
  border-radius: 38px;
  padding: 10px;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.10),
    inset 0 0 0 1px rgba(255,255,255,0.05),
    0 48px 96px rgba(0,0,0,0.7);
  overflow: hidden;
  transform: translateZ(0px);
}

/* Linke Seite (Tiefe) */
.hv-phone-inner::before {
  content: '';
  position: absolute;
  top: 6px; bottom: 6px;
  left: -14px;
  width: 14px;
  background: linear-gradient(to bottom, #2a2a2e, #111);
  transform-origin: right center;
  transform: rotateY(90deg) translateZ(0px);
  border-radius: 4px 0 0 4px;
}

/* Untere Seite (Tiefe) */
.hv-phone-inner::after {
  content: '';
  position: absolute;
  bottom: -10px; left: 6px; right: 6px;
  height: 10px;
  background: linear-gradient(to right, #111, #2a2a2e);
  transform-origin: top center;
  transform: rotateX(-90deg) translateZ(0px);
  border-radius: 0 0 4px 4px;
}

.hv-phone-screen-wrap {
  background: #fff;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.hv-phone-notch {
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 80px; height: 22px;
  background: #1a1a1a;
  border-radius: 0 0 14px 14px;
  z-index: 10;
}
.hv-phone-screen {
  padding: 28px 12px 8px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  height: 100%;
  overflow: hidden;
}

/* App Header */
.hv-app-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 4px;
}
.hv-app-title { font-size: 11px; font-weight: 700; color: #1a0c04; letter-spacing: -0.02em; }
.hv-app-sub { font-size: 9px; color: #94a3b8; }

/* Search */
.hv-search {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 5px 8px;
  font-size: 8px;
  color: #94a3b8;
}

/* Stats Row */
.hv-stats-row { display: flex; gap: 4px; }
.hv-stat-chip {
  flex: 1;
  background: #f1f5f9;
  border-radius: 6px;
  padding: 4px 6px;
  font-size: 7.5px;
  color: #64748b;
  display: flex;
  justify-content: space-between;
}
.hv-stat-chip strong { color: #1a0c04; }
.hv-stat-chip.accent { background: #fdf6e8; }
.hv-stat-chip.accent strong { color: var(--accent); }

/* Section Labels */
.hv-section-label {
  font-size: 7.5px;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 4px;
}

/* Contracts */
.hv-contract {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 5px 0;
  border-bottom: 1px solid #f1f5f9;
}
.hv-contract-icon {
  width: 24px; height: 24px;
  border-radius: 7px;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px;
  flex-shrink: 0;
}
.hv-contract-info { flex: 1; }
.hv-contract-info span { display: block; font-size: 8px; font-weight: 600; color: #1a0c04; }
.hv-contract-info small { font-size: 7px; color: #94a3b8; }
.hv-contract-amount { font-size: 7.5px; font-weight: 600; color: #1a0c04; white-space: nowrap; }

/* Bottom Nav */
.hv-bottom-nav {
  display: flex;
  margin-top: auto;
  border-top: 1px solid #f1f5f9;
  padding-top: 6px;
}
.hv-bn-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  font-size: 6.5px;
  color: #94a3b8;
}
.hv-bn-item.active { color: var(--accent); }
.hv-bn-item.active svg { stroke: var(--accent); }

/* Floating Badges */
.hv-badge {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.97);
  border-radius: 100px;
  padding: 8px 14px;
  font-size: 11.5px;
  font-weight: 600;
  color: #1a0c04;
  box-shadow: 0 8px 24px rgba(0,0,0,0.18);
  white-space: nowrap;
  backdrop-filter: blur(8px);
  z-index: 20;
}
.hv-badge svg { stroke: var(--accent); flex-shrink: 0; }
.hv-badge--1 {
  left: -70px;
  top: 120px;
  animation: hv-badge-left 0.7s 0.4s cubic-bezier(0.22,1,0.36,1) both, hv-float 3s 1.1s ease-in-out infinite;
}
.hv-badge--2 {
  right: -60px;
  top: 60px;
  animation: hv-badge-right 0.7s 0.6s cubic-bezier(0.22,1,0.36,1) both, hv-float 3.4s 1.3s ease-in-out infinite;
}
.hv-badge--3 {
  left: -60px;
  bottom: 140px;
  animation: hv-badge-left 0.7s 0.8s cubic-bezier(0.22,1,0.36,1) both, hv-float 2.8s 1.5s ease-in-out infinite;
}

/* Savings Card */
.hv-savings-card {
  position: absolute;
  bottom: 10px;
  right: -50px;
  z-index: 20;
  background: rgba(255,255,255,0.97);
  border-radius: 16px;
  padding: 12px 16px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.14);
  backdrop-filter: blur(8px);
  min-width: 150px;
  animation: hv-badge-right 0.7s 1s cubic-bezier(0.22,1,0.36,1) both, hv-float 3.2s 1.7s ease-in-out infinite;
}
.hv-savings-label { font-size: 9px; color: #64748b; margin-bottom: 2px; }
.hv-savings-amount { font-size: 16px; font-weight: 700; color: #1a0c04; letter-spacing: -0.03em; margin-bottom: 10px; }
.hv-chart {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 44px;
}
.hv-bar {
  flex: 1;
  height: var(--h);
  border-radius: 3px 3px 0 0;
  transform-origin: bottom;
  transform: scaleY(0);
  animation: hv-bar-grow 0.5s var(--delay) cubic-bezier(0.22,1,0.36,1) forwards;
}

/* Keyframes */
@keyframes hv-phone-in {
  from { opacity: 0; transform: translate(-50%, -46%) perspective(1200px) rotateY(-22deg) rotateX(8deg) scale(0.88); }
  to   { opacity: 1; transform: translate(-50%, -50%) perspective(1200px) rotateY(-22deg) rotateX(8deg) scale(1); }
}
@keyframes hv-phone-float {
  0%, 100% { transform: translate(-50%, -50%) perspective(1200px) rotateY(-22deg) rotateX(8deg) translateY(0px); }
  50%       { transform: translate(-50%, -50%) perspective(1200px) rotateY(-18deg) rotateX(5deg) translateY(-10px); }
}
@keyframes hv-badge-left {
  from { opacity: 0; transform: translateX(-20px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes hv-badge-right {
  from { opacity: 0; transform: translateX(20px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes hv-float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-6px); }
}
@keyframes hv-bar-grow {
  to { transform: scaleY(1); }
}

/* Responsive */
@media (max-width: 900px) {
  .hv-scene { transform: scale(0.85); }
}
@media (max-width: 768px) {
  .hv-scene { width: 400px; margin: 0 auto; transform: scale(0.68); transform-origin: top center; }
}

/* ═══════════════════════════════════════════════════════════════════════════
   MÖGLICHKEITEN SECTION
   ═══════════════════════════════════════════════════════════════════════════ */
.moeg-section {
  background: #f4f6f9;
  padding: 96px 0 0;
}
.moeg-header {
  text-align: center;
  margin-bottom: 56px;
}
.moeg-title {
  font-size: clamp(32px, 4.5vw, 54px);
  font-weight: 800;
  color: var(--text);
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 14px;
}
.moeg-title em {
  font-style: normal;
  color: var(--accent);
}
.moeg-sub {
  font-size: 17px;
  color: var(--gray);
  max-width: 480px;
  margin: 0 auto;
  line-height: 1.7;
}
.moeg-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}
.moeg-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 36px 30px;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s;
}
.moeg-card:hover {
  box-shadow: 0 16px 48px rgba(0,0,0,0.09);
}
.moeg-card--featured {
  background: var(--primary);
  border-color: var(--primary);
  box-shadow: 0 20px 56px rgba(30,43,94,0.28);
}
.moeg-card--featured:hover {
  box-shadow: 0 28px 64px rgba(30,43,94,0.36);
}
.moeg-list {
  flex: 1;
}
.moeg-checklist {
  flex: 1;
}
.moeg-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  background: rgba(201,150,42,0.1);
  border: 1px solid rgba(201,150,42,0.2);
  border-radius: 20px;
  padding: 4px 10px;
  margin-bottom: 16px;
}
.moeg-badge--light {
  color: var(--accent);
  background: rgba(201,150,42,0.15);
  border-color: rgba(201,150,42,0.3);
}
.moeg-card h3 {
  font-size: 26px;
  font-weight: 800;
  color: var(--text);
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 12px;
}
.moeg-card--featured h3 {
  color: #fff;
}
.moeg-emoji {
  font-style: normal;
}
.moeg-card > p {
  font-size: 14px;
  color: var(--gray);
  line-height: 1.7;
  margin-bottom: 24px;
}
.moeg-card--featured > p {
  color: rgba(255,255,255,0.6);
}
/* Numbered list */
.moeg-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.moeg-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.moeg-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(201,150,42,0.1);
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.moeg-list li strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 2px;
}
.moeg-list li p {
  font-size: 12px;
  color: var(--gray);
  line-height: 1.5;
  margin: 0;
}
/* Checklist (featured card) */
.moeg-checklist {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}
.moeg-checklist li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,0.85);
}
.moeg-checklist li svg {
  stroke: var(--accent);
  flex-shrink: 0;
}
.moeg-cta-btn {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 22px;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
  margin-top: 4px;
}
.moeg-cta-btn:hover {
  background: #b5841f;
  transform: translateY(-2px);
}
/* CTA Strip */
.moeg-cta-strip {
  background: var(--text);
  margin-top: 56px;
  padding: 36px 0;
}
.moeg-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.moeg-cta-inner > div {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.moeg-cta-inner strong {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  white-space: nowrap;
}
.moeg-cta-inner span {
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  max-width: 360px;
  line-height: 1.5;
}
/* Kartenreihenfolge: DOM-Reihenfolge links → mitte → rechts stimmt auf Desktop */

/* Dot-Indikatoren — auf Desktop versteckt */
.moeg-dots {
  display: none;
  justify-content: center;
  gap: 8px;
  padding: 20px 0 4px;
}
.moeg-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--border);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s, transform 0.2s;
}
.moeg-dot--active {
  background: var(--accent);
  transform: scale(1.3);
}

/* Mobile: Karussell */
@media (max-width: 900px) {
  .moeg-grid {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 16px;
    margin: 0 -24px;
    /* Seitliches Padding = halbe verbleibende Breite → Karten werden immer mittig zentriert */
    padding: 8px calc((100vw - (100vw - 64px)) / 2) 24px;
    scroll-padding-inline: calc((100vw - (100vw - 64px)) / 2);
  }
  .moeg-grid::-webkit-scrollbar { display: none; }
  .moeg-card {
    /* Exakt: Viewport minus die padding auf beiden Seiten */
    width: calc(100vw - 64px);
    min-width: calc(100vw - 64px);
    flex-shrink: 0;
    scroll-snap-align: center;
  }
  .moeg-card--featured { transform: none; }
  .moeg-dots { display: flex; }
  .moeg-cta-inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 600px) {
  .moeg-section { padding: 64px 0 0; }
  .moeg-cta-inner strong { font-size: 18px; }
}

/* Förder-Check page styles are embedded in foerderrechner.html */

/* ── SERVICE PAGES – SHOWCASE INTRO (cinematic) ── */
.svc-showcase {
  position: relative;
  overflow: hidden;
  background: #fdf6e8;
  padding: 110px 0 100px;
}
/* Animated gradient mesh blobs */
.svc-showcase::before,
.svc-showcase::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
  z-index: 0;
}
.svc-showcase::before {
  width: 700px; height: 700px;
  top: -250px; right: -150px;
  background: radial-gradient(circle, rgba(30,43,94,0.12) 0%, rgba(201,150,42,0.08) 50%, transparent 70%);
  animation: svc-sc-blob1 16s ease-in-out infinite alternate;
}
.svc-showcase::after {
  width: 550px; height: 550px;
  bottom: -200px; left: -100px;
  background: radial-gradient(circle, rgba(201,150,42,0.1) 0%, rgba(30,43,94,0.05) 50%, transparent 70%);
  animation: svc-sc-blob2 13s ease-in-out infinite alternate;
}
@keyframes svc-sc-blob1 {
  0%   { transform: translate(0,0) scale(1); }
  50%  { transform: translate(-80px,60px) scale(1.2); }
  100% { transform: translate(40px,30px) scale(0.9); }
}
@keyframes svc-sc-blob2 {
  0%   { transform: translate(0,0) scale(1); }
  50%  { transform: translate(60px,-40px) scale(1.15); }
  100% { transform: translate(-30px,-60px) scale(1.05); }
}

/* Canvas — floating geometric shapes */
.svc-showcase-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

/* Inner layout */
.svc-showcase-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
}

/* Lead text */
.svc-showcase-lead {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 24px;
  padding: 8px 22px;
  border: 1px solid rgba(30,43,94,0.15);
  border-radius: 100px;
  background: rgba(30,43,94,0.05);
  opacity: 0;
  transform: translateY(30px);
  animation: svc-sc-up 0.8s 0.2s cubic-bezier(0.16,1,0.3,1) forwards;
}

/* Title */
.svc-showcase-title {
  font-size: clamp(32px, 4.5vw, 54px);
  font-weight: 700;
  color: var(--primary);
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
  opacity: 0;
  transform: translateY(40px) scale(0.97);
  animation: svc-sc-up 1s 0.4s cubic-bezier(0.16,1,0.3,1) forwards;
}
.svc-showcase-title span {
  background: linear-gradient(135deg, #c9962a 0%, #e8c46a 50%, #a67b1e 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: svc-sc-gold 5s ease-in-out infinite;
}
@keyframes svc-sc-gold {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

/* Description */
.svc-showcase-desc {
  font-size: 17px;
  color: var(--gray);
  line-height: 1.7;
  max-width: 620px;
  margin: 0 auto 52px;
  opacity: 0;
  transform: translateY(30px);
  animation: svc-sc-up 0.9s 0.6s cubic-bezier(0.16,1,0.3,1) forwards;
}

/* Stats row — glass cards */
.svc-showcase-stats {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 20px;
  margin-bottom: 48px;
  perspective: 1200px;
  opacity: 0;
  transform: translateY(50px) rotateX(10deg);
  animation: svc-sc-up3D 1s 0.8s cubic-bezier(0.16,1,0.3,1) forwards;
}
.svc-showcase-stat {
  flex: 0 1 auto;
  padding: 28px 32px;
  text-align: center;
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(30,43,94,0.08);
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(30,43,94,0.06);
  transition: transform 0.5s cubic-bezier(0.16,1,0.3,1), box-shadow 0.5s ease, border-color 0.4s ease;
}
.svc-showcase-stat:hover {
  transform: translateY(-6px);
  border-color: rgba(201,150,42,0.3);
  box-shadow: 0 16px 48px rgba(30,43,94,0.1), 0 0 30px rgba(201,150,42,0.08);
}
.svc-showcase-stat strong {
  display: block;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
  background: linear-gradient(135deg, var(--primary) 20%, #c9962a 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.svc-showcase-stat span {
  font-size: 13px;
  color: var(--gray);
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.svc-showcase-divider {
  display: none;
}

/* CTA button */
.svc-showcase-cta {
  opacity: 0;
  transform: translateY(30px);
  animation: svc-sc-up 0.8s 1s cubic-bezier(0.16,1,0.3,1) forwards;
}

/* Animations */
@keyframes svc-sc-up {
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes svc-sc-up3D {
  to { opacity: 1; transform: translateY(0) rotateX(0); }
}

/* Responsive */
@media (max-width: 768px) {
  .svc-showcase { padding: 80px 0 70px; }
  .svc-showcase-stats {
    flex-wrap: wrap;
    gap: 12px;
  }
  .svc-showcase-stat { padding: 20px 22px; min-width: calc(50% - 12px); }
  .svc-showcase-desc { font-size: 15px; margin-bottom: 36px; }
}
@media (max-width: 480px) {
  .svc-showcase-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .svc-showcase-stat { padding: 18px 14px; min-width: 0; }
}

/* ══════════════════════════════════════════════
   SERVICE PAGES – CINEMATIC SECTIONS
   ══════════════════════════════════════════════ */

/* ── Category Sections ── */
.svc-category {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  perspective: 1200px;
}

/* Alternating dark/light with dramatic gradients */
.svc-category.svc-cat-dark {
  background: linear-gradient(170deg, #0c1629 0%, #152244 40%, #1a2d5e 100%);
  color: #fff;
}
.svc-category.svc-cat-light {
  background: linear-gradient(170deg, #fdf6e8 0%, #fff9f0 40%, #ffffff 100%);
}

/* Animated gradient mesh behind sections */
.svc-category::before {
  content: '';
  position: absolute;
  width: 600px; height: 600px;
  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
  z-index: 0;
  top: -200px; right: -150px;
  opacity: 0;
  transition: opacity 1.5s ease;
}
.svc-category::after {
  content: '';
  position: absolute;
  width: 500px; height: 500px;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
  z-index: 0;
  bottom: -150px; left: -120px;
  opacity: 0;
  transition: opacity 1.5s ease;
}

/* Dark sections: gold + blue orbs */
.svc-category.svc-cat-dark::before {
  background: radial-gradient(circle, rgba(201,150,42,0.25) 0%, transparent 70%);
  animation: svc-orb-drift 12s ease-in-out infinite alternate;
}
.svc-category.svc-cat-dark::after {
  background: radial-gradient(circle, rgba(100,140,255,0.12) 0%, transparent 70%);
  animation: svc-orb-drift2 10s ease-in-out infinite alternate;
}

/* Light sections: warm gold + cream orbs */
.svc-category.svc-cat-light::before {
  background: radial-gradient(circle, rgba(201,150,42,0.15) 0%, transparent 70%);
  animation: svc-orb-drift 14s ease-in-out infinite alternate;
}
.svc-category.svc-cat-light::after {
  background: radial-gradient(circle, rgba(30,43,94,0.06) 0%, transparent 70%);
  animation: svc-orb-drift2 11s ease-in-out infinite alternate;
}

.svc-category.svc-in-view::before,
.svc-category.svc-in-view::after { opacity: 1; }

@keyframes svc-orb-drift {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(-40px, 30px) scale(1.15); }
}
@keyframes svc-orb-drift2 {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(30px, -25px) scale(1.1); }
}

.svc-category > .container { position: relative; z-index: 1; }

/* ── Category Header ── */
.svc-category-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 48px;
}
.svc-js-ready .svc-category-header {
  opacity: 0;
  transform: translateX(-60px) rotateY(8deg);
  transition: opacity 0.8s cubic-bezier(0.16,1,0.3,1), transform 0.8s cubic-bezier(0.16,1,0.3,1);
}
.svc-js-ready .svc-in-view .svc-category-header {
  opacity: 1;
  transform: translateX(0) rotateY(0);
}

.svc-category-icon {
  width: 60px; height: 60px; min-width: 60px;
  border-radius: 16px;
  background: linear-gradient(135deg, #c9962a 0%, #e8c46a 50%, #c9962a 100%);
  background-size: 200% 200%;
  animation: svc-icon-shimmer 4s ease-in-out infinite;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  box-shadow: 0 6px 24px rgba(201,150,42,0.35), 0 0 50px rgba(201,150,42,0.1);
}
@keyframes svc-icon-shimmer {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
.svc-category-icon svg { width: 26px; height: 26px; }

/* Dark section header text */
.svc-category.svc-cat-dark .svc-category-header div:last-child h2 {
  font-size: 26px; font-weight: 700; color: #fff; margin-bottom: 4px;
}
.svc-category.svc-cat-dark .svc-category-header div:last-child p {
  font-size: 14px; color: rgba(255,255,255,0.5); margin: 0;
}
/* Light section header text */
.svc-category.svc-cat-light .svc-category-header div:last-child h2 {
  font-size: 26px; font-weight: 700; color: var(--text); margin-bottom: 4px;
}
.svc-category.svc-cat-light .svc-category-header div:last-child p {
  font-size: 14px; color: var(--gray); margin: 0;
}

/* ── Cards Grid ── */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
  transform-style: preserve-3d;
}

/* ── Cards – Dark Sections (glassmorphism on dark) ── */
.svc-category.svc-cat-dark .svc-card {
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 36px 28px;
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: box-shadow 0.4s ease, border-color 0.4s ease, background 0.4s ease;
}
.svc-category.svc-cat-dark .svc-card:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(201,150,42,0.4);
  box-shadow: 0 20px 60px rgba(0,0,0,0.3), 0 0 40px rgba(201,150,42,0.1);
  transform: translateY(-8px) scale(1.02);
}
.svc-category.svc-cat-dark .svc-card h3 { color: #fff; }
.svc-category.svc-cat-dark .svc-card p { color: rgba(255,255,255,0.55); }
.svc-category.svc-cat-dark .svc-card-icon {
  background: rgba(201,150,42,0.15);
  border-color: rgba(201,150,42,0.3);
  color: #e8c46a;
}
.svc-category.svc-cat-dark .svc-card-link { color: #e8c46a; }

/* ── Cards – Light Sections (elevated white) ── */
.svc-category.svc-cat-light .svc-card {
  background: #fff;
  border: 1px solid rgba(201,150,42,0.12);
  border-radius: 20px;
  padding: 36px 28px;
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
  box-shadow: 0 4px 20px rgba(30,43,94,0.06);
  transition: box-shadow 0.4s ease, border-color 0.4s ease;
}
.svc-category.svc-cat-light .svc-card:hover {
  border-color: rgba(201,150,42,0.35);
  box-shadow: 0 20px 50px rgba(30,43,94,0.1), 0 0 30px rgba(201,150,42,0.06);
  transform: translateY(-8px) scale(1.02);
}
.svc-category.svc-cat-light .svc-card h3 { color: var(--text); }
.svc-category.svc-cat-light .svc-card p { color: var(--gray); }

/* ── Shared card styles ── */
.svc-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 36px 28px;
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: box-shadow 0.4s ease, border-color 0.4s ease;
}

/* Scroll reveal animations */
.svc-js-ready .svc-card {
  transform: translateY(80px) rotateX(8deg) scale(0.92);
  opacity: 0;
  transition: transform 0.9s cubic-bezier(0.16,1,0.3,1),
              opacity 0.9s cubic-bezier(0.16,1,0.3,1),
              box-shadow 0.4s ease,
              border-color 0.4s ease,
              background 0.4s ease;
  will-change: transform, opacity;
}
.svc-js-ready .svc-in-view .svc-card {
  transform: translateY(0) rotateX(0) scale(1);
  opacity: 1;
}
.svc-js-ready .svc-in-view .svc-card:nth-child(1) { transition-delay: 0.1s; }
.svc-js-ready .svc-in-view .svc-card:nth-child(2) { transition-delay: 0.22s; }
.svc-js-ready .svc-in-view .svc-card:nth-child(3) { transition-delay: 0.34s; }
.svc-js-ready .svc-in-view .svc-card:nth-child(4) { transition-delay: 0.46s; }
.svc-js-ready .svc-in-view .svc-card:nth-child(5) { transition-delay: 0.58s; }

/* Shimmer line */
.svc-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #e8c46a, transparent);
  transform: translateX(-100%);
}
.svc-card:hover::before { animation: svc-shimmer 0.8s ease forwards; }
@keyframes svc-shimmer { to { transform: translateX(100%); } }

/* Rotating border glow on hover */
.svc-card::after {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 20px;
  background: conic-gradient(from var(--svc-glow-angle, 0deg), transparent 0%, rgba(201,150,42,0.3) 10%, transparent 20%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -1;
  animation: svc-glow-spin 4s linear infinite;
}
@keyframes svc-glow-spin {
  to { --svc-glow-angle: 360deg; }
}
@supports (syntax: '<angle>') {
  @property --svc-glow-angle {
    syntax: '<angle>';
    initial-value: 0deg;
    inherits: false;
  }
}
.svc-card:hover::after { opacity: 1; }

.svc-card.svc-tilt-active {
  transition: box-shadow 0.4s ease, border-color 0.4s ease;
}

/* Card icon */
.svc-card-icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(201,150,42,0.15), rgba(201,150,42,0.05));
  border: 1px solid rgba(201,150,42,0.2);
  display: flex; align-items: center; justify-content: center;
  color: var(--accent);
  margin-bottom: 20px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.svc-card-icon svg { width: 22px; height: 22px; }
.svc-card:hover .svc-card-icon {
  transform: scale(1.15) rotate(-6deg);
  box-shadow: 0 6px 20px rgba(201,150,42,0.25);
}

/* Card text */
.svc-card h3 {
  font-size: 17px; font-weight: 600;
  margin-bottom: 10px;
}
.svc-card p {
  font-size: 14px; line-height: 1.75;
  margin-bottom: 18px;
}
.svc-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--accent);
  text-decoration: none;
  transition: gap 0.3s cubic-bezier(0.16,1,0.3,1);
}
.svc-card-link:hover { gap: 12px; }
.svc-card-link svg { width: 14px; height: 14px; }

/* ── Trust Strip ── */
.svc-trust {
  background: linear-gradient(135deg, #0a0f1f 0%, #152244 50%, #1a2d5e 100%);
  padding: 72px 0;
  position: relative;
  overflow: hidden;
}
.svc-trust::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(201,150,42,0.1) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 50%, rgba(100,140,255,0.06) 0%, transparent 50%);
  animation: svc-trust-pulse 6s ease-in-out infinite alternate;
}
@keyframes svc-trust-pulse {
  0% { opacity: 0.5; }
  100% { opacity: 1; }
}
.svc-trust-inner {
  display: flex;
  justify-content: center;
  gap: 56px;
  flex-wrap: wrap;
  position: relative; z-index: 1;
}
.svc-trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,0.6);
  font-size: 14px;
  font-weight: 500;
}
.svc-js-ready .svc-trust-item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.svc-js-ready .svc-trust.svc-in-view .svc-trust-item { opacity: 1; transform: translateY(0); }
.svc-js-ready .svc-trust.svc-in-view .svc-trust-item:nth-child(1) { transition-delay: 0.1s; }
.svc-js-ready .svc-trust.svc-in-view .svc-trust-item:nth-child(2) { transition-delay: 0.25s; }
.svc-js-ready .svc-trust.svc-in-view .svc-trust-item:nth-child(3) { transition-delay: 0.4s; }
.svc-js-ready .svc-trust.svc-in-view .svc-trust-item:nth-child(4) { transition-delay: 0.55s; }
.svc-trust-item svg { width: 22px; height: 22px; color: #e8c46a; flex-shrink: 0; }
.svc-trust-item strong { color: #fff; font-size: 24px; margin-right: 4px; }

/* ── Intro Section – Cinematic Reveals ── */
.svc-js-ready .svc-intro-wrap .svc-intro {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease, transform 1s cubic-bezier(0.16,1,0.3,1);
}
.svc-js-ready .svc-intro-wrap.svc-in-view .svc-intro {
  opacity: 1;
  transform: translateY(0);
}
.svc-js-ready .svc-intro-wrap .svc-stat-card {
  opacity: 0;
  transform: translateY(40px) rotateX(10deg) scale(0.9);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16,1,0.3,1), box-shadow 0.5s ease;
}
.svc-js-ready .svc-intro-wrap.svc-in-view .svc-stat-card {
  opacity: 1;
  transform: translateY(0) rotateX(0) scale(1);
}
.svc-js-ready .svc-intro-wrap.svc-in-view .svc-stat-card:nth-child(1) { transition-delay: 0.15s; }
.svc-js-ready .svc-intro-wrap.svc-in-view .svc-stat-card:nth-child(2) { transition-delay: 0.3s; transform: translateY(28px) rotateX(0) scale(1); }
.svc-js-ready .svc-intro-wrap.svc-in-view .svc-stat-card:nth-child(3) { transition-delay: 0.45s; transform: translateY(-14px) rotateX(0) scale(1); }
.svc-js-ready .svc-intro-wrap.svc-in-view .svc-stat-card:nth-child(4) { transition-delay: 0.6s; }

.svc-js-ready .svc-intro-wrap .svc-highlight {
  opacity: 0;
  transform: translateX(-16px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.svc-js-ready .svc-intro-wrap.svc-in-view .svc-highlight { opacity: 1; transform: translateX(0); }
.svc-js-ready .svc-intro-wrap.svc-in-view .svc-highlight:nth-child(1) { transition-delay: 0.2s; }
.svc-js-ready .svc-intro-wrap.svc-in-view .svc-highlight:nth-child(2) { transition-delay: 0.35s; }
.svc-js-ready .svc-intro-wrap.svc-in-view .svc-highlight:nth-child(3) { transition-delay: 0.5s; }
.svc-js-ready .svc-intro-wrap.svc-in-view .svc-highlight:nth-child(4) { transition-delay: 0.65s; }

@media (max-width: 900px) {
  .svc-intro { grid-template-columns: 1fr; gap: 40px; }
  .svc-intro-visual { max-width: 380px; }
  .svc-grid { grid-template-columns: 1fr; }
  .svc-trust-inner { gap: 32px; }
  .svc-js-ready .svc-card { transform: translateY(40px) scale(0.96); }
  .svc-intro-wrap { padding: 72px 0 80px; }
}
@media (max-width: 600px) {
  .svc-category { padding: 64px 0; }
  .svc-intro-highlights { grid-template-columns: 1fr; }
  .svc-trust-inner { flex-direction: column; align-items: center; text-align: center; }
  .svc-intro-wrap { padding: 56px 0 64px; }
  .svc-intro-visual { grid-template-columns: 1fr 1fr; gap: 12px; }
}

/* Reduce motion */
@media (prefers-reduced-motion: reduce) {
  .svc-card, .svc-category-header, .svc-intro, .svc-stat-card, .svc-highlight, .svc-trust-item {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }
}
