/* KFZ-Service MSR — Premium Landing
   Tiefes Marineblau + warmes Champagner-Gold (Palette vom Schild)
*/
:root {
  --primary: #0c1e4a;
  --primary-2: #122c66;
  --primary-3: #1e3a8a;
  --gold: #d4af37;
  --gold-light: #f1d875;
  --gold-deep: #a8841d;
  --bg: #f7f5f0;
  --bg-2: #ffffff;
  --ink: #0d1424;
  --ink-soft: #475569;
  --line: #e2e6ec;
  --radius: 12px;
  --radius-lg: 18px;
  --radius-xl: 24px;
  --shadow-sm: 0 2px 6px rgba(12,30,74,0.05);
  --shadow-md: 0 12px 28px rgba(12,30,74,0.10);
  --shadow-lg: 0 24px 60px rgba(12,30,74,0.16);
  --shadow-gold: 0 16px 40px rgba(212,175,55,0.34);
}

* { margin: 0; padding: 0; box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

::selection { background: var(--gold); color: var(--primary); }

/* === SCROLL-ANIMATIONS === */
[data-anim] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .8s cubic-bezier(.2,.8,.2,1), transform .8s cubic-bezier(.2,.8,.2,1);
}
[data-anim].is-in { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  [data-anim] { opacity: 1; transform: none; transition: none; }
}

/* === TOPBAR === */
.topbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,0.86);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid transparent;
  transition: background .25s, border-color .25s, box-shadow .25s;
}
.topbar.is-scrolled {
  background: rgba(255,255,255,0.94);
  border-bottom-color: var(--line);
  box-shadow: var(--shadow-sm);
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--primary);
  font-weight: 800;
}
.brand-logo { color: var(--gold); flex-shrink: 0; }

/* ================================
   KFZ-Service MSR SVG Logos (Header + Hero)
================================ */

.msr-header-logo {
  width: 60px;
  height: 60px;
  display: block;
}
.msr-header-bg {
  fill: url(#msrHeaderBg);
  stroke: rgba(255,255,255,0.08);
  stroke-width: 1.5;
}
.msr-header-car {
  fill: none;
  stroke: url(#msrHeaderGold);
  stroke-width: 5.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: url(#msrHeaderGlow);
  stroke-dasharray: 260;
  stroke-dashoffset: 260;
  animation: msrHeaderDraw 1.5s ease forwards;
}
.msr-header-text-small,
.msr-header-text-big {
  fill: url(#msrHeaderGold);
  opacity: 0;
  animation: msrHeaderFade 0.9s ease forwards;
  animation-delay: 0.7s;
  filter: url(#msrHeaderGlow);
}
.msr-header-text-small {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  text-anchor: middle;
}
.msr-header-text-big {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  font-weight: 700;
  text-anchor: middle;
}
.msr-header-shine {
  fill: none;
  stroke: #fff4a9;
  stroke-width: 1.6;
  stroke-linecap: round;
  opacity: 0;
  stroke-dasharray: 35 90;
  stroke-dashoffset: 125;
  animation: msrHeaderShine 3.8s ease-in-out infinite;
  animation-delay: 1.3s;
}

.msr-hero-car-svg {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}
.msr-hero-main {
  fill: none;
  stroke: url(#msrHeroGold);
  stroke-width: 13;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: url(#msrHeroGlow);
  stroke-dasharray: 1700;
  stroke-dashoffset: 1700;
  animation: msrHeroDraw 2.2s ease forwards;
}
.msr-hero-thin {
  fill: none;
  stroke: url(#msrHeroGold);
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.95;
  stroke-dasharray: 1300;
  stroke-dashoffset: 1300;
  animation: msrHeroDraw 2s ease forwards;
  animation-delay: 0.35s;
}
.msr-hero-wheel {
  fill: none;
  stroke: url(#msrHeroGold);
  stroke-width: 12;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: url(#msrHeroGlow);
  stroke-dasharray: 420;
  stroke-dashoffset: 420;
  animation: msrHeroWheel 1.15s ease forwards;
  animation-delay: 1.1s;
}
.msr-hero-wheel-inner {
  fill: none;
  stroke: url(#msrHeroGold);
  stroke-width: 4;
  opacity: 0.45;
  stroke-dasharray: 180;
  stroke-dashoffset: 180;
  animation: msrHeroWheel 1s ease forwards;
  animation-delay: 1.45s;
}
.msr-hero-shine {
  fill: none;
  stroke: #fff3a8;
  stroke-width: 3;
  stroke-linecap: round;
  opacity: 0;
  stroke-dasharray: 120 420;
  stroke-dashoffset: 420;
  animation: msrHeroShine 4s ease-in-out infinite;
  animation-delay: 2.3s;
}

/* Header-Logo Wrapper */
.site-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
}
.site-logo svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* Hero-Auto Positionierung (rechts hinter dem Hero-Text) */
.hero-car-mark {
  position: absolute;
  right: 4%;
  top: 50%;
  width: min(760px, 52vw);
  opacity: 0.28;
  pointer-events: none;
  z-index: 0;
  /* Vertikal zentriert (translateY) + Drive-Loop (durchfährt Hero-Breite, Dauerloop nach 3s Initial-Draw) */
  transform: translate(0, -50%);
  animation: msrHeroDrive 12s ease-in-out 3s infinite;
}
@keyframes msrHeroDrive {
  0%, 100% { transform: translate(0, -50%); }
  50%      { transform: translate(calc(-96vw + 760px), -50%); }
}

@keyframes msrHeaderDraw { to { stroke-dashoffset: 0; } }
@keyframes msrHeaderFade {
  from { opacity: 0; transform: translateY(3px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes msrHeaderShine {
  0%   { opacity: 0;    stroke-dashoffset: 125; }
  20%  { opacity: 0.85; }
  45%  { opacity: 0;    stroke-dashoffset: 0; }
  100% { opacity: 0;    stroke-dashoffset: 0; }
}
@keyframes msrHeroDraw  { to { stroke-dashoffset: 0; } }
@keyframes msrHeroWheel { to { stroke-dashoffset: 0; } }
@keyframes msrHeroShine {
  0%   { opacity: 0;   stroke-dashoffset: 420; }
  20%  { opacity: 0.7; }
  55%  { opacity: 0;   stroke-dashoffset: 0; }
  100% { opacity: 0;   stroke-dashoffset: 0; }
}

@media (max-width: 1100px) {
  .hero-car-mark { width: min(620px, 48vw); right: 2%; opacity: 0.24; }
}
@media (max-width: 900px) {
  .hero-car-mark {
    position: relative;
    top: auto; right: auto;
    transform: none;
    animation: none;
    width: 100%;
    margin-top: 28px;
    opacity: 0.18;
  }
  .msr-header-logo { width: 52px; height: 52px; }
  .site-logo { width: 52px; height: 52px; flex-basis: 52px; }
}

@media (prefers-reduced-motion: reduce) {
  .msr-header-car,
  .msr-header-text-small,
  .msr-header-text-big,
  .msr-header-shine,
  .msr-hero-main,
  .msr-hero-thin,
  .msr-hero-wheel,
  .msr-hero-wheel-inner,
  .msr-hero-shine {
    animation: none !important;
    opacity: 1;
    stroke-dashoffset: 0;
  }
  .hero-car-mark { animation: none !important; transform: translate(0, -50%); }
}

/* === MSR Logo — Original Schild-Silhouette, animiert === */
.msr-logo { display: block; }
.msr-logo-sm { width: 56px; height: 22px; }
.msr-logo-md { width: 72px; height: 28px; }
.msr-logo-hero { width: 70%; max-width: 900px; }

/* pathLength=1000 für alle Pfade → einfache Anim-Steuerung */
.msr-logo .msr-body {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: msrDraw 2.4s cubic-bezier(.65,.05,.35,1) forwards;
}
.msr-logo .msr-wheel {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  transform-origin: center;
  animation: msrDraw 1s cubic-bezier(.65,.05,.35,1) forwards 1.6s,
             msrSpin 24s linear infinite 3s;
}
.msr-logo .msr-wheel-rear { animation-delay: 1.8s, 3.2s; }

/* Hero-Logo: nach Draw-In dauerhafter Glow-Pulse */
.msr-logo-hero .msr-body {
  animation: msrDraw 2.4s cubic-bezier(.65,.05,.35,1) forwards,
             msrGlow 4s ease-in-out infinite 2.4s;
}
.msr-logo-hero .msr-wheel {
  animation: msrDraw 1s cubic-bezier(.65,.05,.35,1) forwards 1.6s,
             msrSpin 30s linear infinite 3s,
             msrGlow 4s ease-in-out infinite 2.6s;
}
.msr-logo-hero .msr-wheel-rear { animation-delay: 1.8s, 3.2s, 2.8s; }

@keyframes msrDraw {
  to { stroke-dashoffset: 0; }
}
@keyframes msrGlow {
  0%, 100% { filter: drop-shadow(0 0 0 rgba(212,175,55,0)); opacity: 1; }
  50% { filter: drop-shadow(0 0 18px rgba(212,175,55,0.55)); opacity: 0.92; }
}
@keyframes msrSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@media (prefers-reduced-motion: reduce) {
  .msr-logo .msr-body,
  .msr-logo .msr-wheel {
    stroke-dashoffset: 0;
    animation: none;
  }
}
.brand-text {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--primary);
  white-space: nowrap;
}
.brand-accent {
  background: linear-gradient(135deg, var(--gold), var(--gold-deep));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}
.topbar-nav {
  display: flex;
  gap: 32px;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-soft);
}
.topbar-nav a { transition: color .15s; position: relative; padding: 4px 0; }
.topbar-nav a:hover { color: var(--primary); }
.topbar-nav a:hover::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -2px;
  height: 2px; background: var(--gold); border-radius: 2px;
}
@media (max-width: 880px) { .topbar-nav { display: none; } }

.topbar-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: var(--primary);
  color: #fff !important;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  transition: all .2s;
  box-shadow: 0 4px 14px rgba(12,30,74,0.28);
}
.topbar-cta:hover {
  background: var(--primary-2);
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(12,30,74,0.34);
}
@media (max-width: 540px) {
  .topbar-cta-text { display: none; }
  .topbar-cta { padding: 12px 14px; }
}

.topbar-right {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.topbar-tt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(12,30,74,0.06);
  color: var(--primary);
  transition: all .2s;
}
.topbar-tt:hover {
  background: var(--primary);
  color: #fff;
  transform: translateY(-2px);
}

/* === HERO === */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 120px 0 100px;
  background:
    radial-gradient(ellipse at top, var(--primary-3) 0%, var(--primary) 50%, #050d24 100%);
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}
.hero-pattern {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(212,175,55,0.10) 1px, transparent 0);
  background-size: 32px 32px;
  opacity: 0.6;
  z-index: -1;
}
.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  z-index: -1;
  pointer-events: none;
}
.hero-glow-a {
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(212,175,55,0.34) 0%, transparent 60%);
  top: -200px; right: -100px;
  animation: float-a 14s ease-in-out infinite;
}
.hero-glow-b {
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(30,58,138,0.50) 0%, transparent 60%);
  bottom: -100px; left: -150px;
  animation: float-b 18s ease-in-out infinite;
}
@keyframes float-a {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-40px, 60px) scale(1.1); }
}
@keyframes float-b {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(60px, -40px) scale(1.15); }
}
.hero-car {
  position: absolute;
  bottom: 6%;
  right: -3%;
  width: 60%;
  max-width: 800px;
  opacity: 0.32;
  z-index: -1;
}
@media (max-width: 768px) {
  .hero-car { width: 110%; right: -10%; bottom: 4%; opacity: 0.20; }
}

.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px 8px 12px;
  background: rgba(212,175,55,0.14);
  border: 1px solid rgba(212,175,55,0.36);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 28px;
  backdrop-filter: blur(8px);
}
.hero-eyebrow-dot {
  width: 8px; height: 8px;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--gold);
  animation: pulse-dot 1.6s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.3); }
}
.hero-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(44px, 7vw, 78px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.025em;
  margin-bottom: 24px;
  text-shadow: 0 4px 30px rgba(0,0,0,0.3);
}
.hero-title-accent {
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 50%, var(--gold-deep) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
  font-weight: 600;
}
.hero-sub {
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.7;
  max-width: 580px;
  margin-bottom: 38px;
  color: rgba(255,255,255,0.78);
}
.hero-sub strong { color: #fff; font-weight: 700; }
.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  transition: all .2s cubic-bezier(.2,.8,.2,1);
  white-space: nowrap;
  text-decoration: none;
  letter-spacing: 0.01em;
}
.btn:active { transform: scale(.97); }
.btn-primary {
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 100%);
  color: var(--primary) !important;
  box-shadow: var(--shadow-gold);
  position: relative;
  overflow: hidden;
}
.btn-primary::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-deep) 100%);
  opacity: 0; transition: opacity .2s;
}
.btn-primary:hover::before { opacity: 1; }
.btn-primary > * { position: relative; z-index: 1; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 20px 48px rgba(212,175,55,0.5); }
.btn-ghost {
  background: rgba(255,255,255,0.06);
  color: #fff !important;
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(8px);
}
.btn-ghost:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.32);
  transform: translateY(-2px);
}
.btn-xl { padding: 20px 40px; font-size: 17px; }

.hero-trust {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  font-size: 14px;
}
.hero-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.68);
}
.hero-trust-item svg { color: var(--gold); flex-shrink: 0; }

.hero-scroll-hint {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.42);
  z-index: 1;
  animation: hint-bounce 2s ease-in-out infinite;
}
@keyframes hint-bounce {
  0%, 100% { transform: translate(-50%, 0); }
  50% { transform: translate(-50%, 6px); }
}
@media (max-width: 768px) { .hero-scroll-hint { display: none; } }

/* === SECTION-COMMON === */
section { padding: 120px 0; position: relative; }
@media (max-width: 768px) { section { padding: 80px 0; } }
.section-head { max-width: 720px; margin: 0 auto 60px; text-align: center; }
.section-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 14px;
}
.section-eyebrow-light { color: var(--gold); }
.section-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--primary);
  margin-bottom: 16px;
}
.section-title .title-italic {
  font-style: italic;
  font-weight: 500;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-deep) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-sub {
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink-soft);
  max-width: 580px;
  margin: 0 auto;
}
.title-italic {
  font-style: italic;
  font-weight: 500;
}

/* === LEISTUNGEN === */
.leistungen { background: var(--bg); }
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}
.card {
  position: relative;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  padding: 40px 36px;
  box-shadow: var(--shadow-sm);
  transition: all .35s cubic-bezier(.2,.8,.2,1);
  overflow: hidden;
}
.card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--gold) 0%, var(--gold-deep) 100%);
  transform: scaleX(0); transform-origin: left;
  transition: transform .4s cubic-bezier(.2,.8,.2,1);
}
.card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(212,175,55,0.4);
}
.card:hover::before { transform: scaleX(1); }
.card-num {
  position: absolute;
  top: 32px;
  right: 36px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 64px;
  font-weight: 700;
  color: var(--bg);
  line-height: 1;
  z-index: 0;
}
.card-icon-wrap {
  width: 72px; height: 72px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-3) 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  margin-bottom: 24px;
  box-shadow: 0 12px 32px rgba(12,30,74,0.22);
  position: relative;
  z-index: 1;
}
.card-icon-wrap svg { width: 38px; height: 38px; }
.card-title {
  position: relative; z-index: 1;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--primary);
  margin-bottom: 14px;
}
.card-desc {
  position: relative; z-index: 1;
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.7;
  margin-bottom: 22px;
}
.card-features {
  position: relative; z-index: 1;
  list-style: none;
  padding: 0;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}
.card-features li {
  font-size: 14px;
  color: var(--ink);
  padding: 8px 0 8px 32px;
  position: relative;
  line-height: 1.5;
}
.card-features li svg {
  position: absolute;
  left: 0;
  top: 9px;
  width: 22px;
  height: 22px;
  color: var(--gold);
  flex-shrink: 0;
}

/* === MANIFEST / ÜBER UNS === */
.manifest {
  background: linear-gradient(135deg, var(--primary) 0%, #050d24 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.manifest::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(212,175,55,0.08) 1px, transparent 0);
  background-size: 32px 32px;
  pointer-events: none;
}
.manifest-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
}
@media (max-width: 880px) {
  .manifest-grid { grid-template-columns: 1fr; gap: 48px; }
}
.manifest-text p {
  font-size: 17px;
  color: rgba(255,255,255,0.78);
  line-height: 1.75;
  margin-bottom: 18px;
}
.manifest-text strong { color: var(--gold-light); font-weight: 600; }
.manifest-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(40px, 6vw, 68px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 28px;
  color: #fff;
}
.manifest-title .title-italic {
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
  font-weight: 600;
}
.manifest-quote {
  margin-top: 32px;
  padding: 24px 0 24px 28px;
  border-left: 4px solid var(--gold);
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(22px, 2.4vw, 28px);
  font-style: italic;
  font-weight: 500;
  color: var(--gold-light);
  line-height: 1.4;
  position: relative;
}
.manifest-quote .quote-mark {
  position: absolute;
  top: -8px;
  left: 14px;
  font-size: 60px;
  color: var(--gold);
  opacity: 0.5;
}
.manifest-stats {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.stat {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 24px 28px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(10px);
  transition: all .25s;
}
.stat:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(212,175,55,0.34);
  transform: translateX(6px);
}
.stat-icon {
  flex-shrink: 0;
  width: 56px; height: 56px;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-deep) 100%);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
}
.stat-h {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}
.stat-p {
  font-size: 14px;
  color: rgba(255,255,255,0.66);
  line-height: 1.5;
}

/* === STIMMEN === */
.stimmen { background: var(--bg-2); }
.testimonials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-bottom: 28px;
}
.testimonial {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  padding: 32px 28px;
  position: relative;
  transition: all .25s;
}
.testimonial::before {
  content: "\201C";
  position: absolute;
  top: 8px;
  left: 22px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 80px;
  line-height: 1;
  color: var(--gold);
  opacity: 0.32;
}
.testimonial:hover {
  border-color: rgba(212,175,55,0.4);
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.testimonial blockquote {
  position: relative;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.55;
  color: var(--primary);
  margin-bottom: 18px;
  padding-top: 12px;
}
.testimonial figcaption {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.testimonial-name {
  font-weight: 700;
  color: var(--ink);
  font-size: 14px;
}
.testimonial-role {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-deep);
}
.stimmen-disclaimer {
  text-align: center;
  font-size: 12px;
  color: var(--ink-soft);
  font-style: italic;
  margin-top: 24px;
}

/* === FAQ === */
.faq { background: var(--bg); }
.faq-container { max-width: 860px; }
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-item {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all .2s;
}
.faq-item[open] {
  border-color: rgba(212,175,55,0.36);
  box-shadow: var(--shadow-sm);
}
.faq-item summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 22px 28px;
  font-size: 17px;
  font-weight: 600;
  color: var(--primary);
  transition: background .15s;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { background: rgba(212,175,55,0.04); }
.faq-toggle {
  flex-shrink: 0;
  width: 32px; height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--bg);
  color: var(--gold-deep);
  font-size: 24px;
  font-weight: 400;
  transition: all .25s cubic-bezier(.2,.8,.2,1);
}
.faq-item[open] .faq-toggle {
  transform: rotate(135deg);
  background: var(--gold);
  color: var(--primary);
}
.faq-answer {
  padding: 0 28px 24px;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.7;
}
.faq-answer strong { color: var(--primary); }

/* === KONTAKT === */
.kontakt {
  background: linear-gradient(135deg, var(--primary) 0%, #050d24 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.kontakt::before {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(212,175,55,0.08) 1px, transparent 0);
  background-size: 32px 32px;
  pointer-events: none;
}
.kontakt-bg {
  position: absolute;
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(212,175,55,0.25) 0%, transparent 60%);
  filter: blur(100px);
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.kontakt-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px;
  position: relative;
}
.kontakt-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(36px, 5.5vw, 60px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
  color: #fff;
}
.kontakt-title .title-italic {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
  font-weight: 600;
}
.kontakt-sub {
  font-size: 17px;
  color: rgba(255,255,255,0.72);
  line-height: 1.65;
}
.kontakt-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
  max-width: 1080px;
  margin: 0 auto 50px;
  position: relative;
}
.kontakt-card {
  position: relative;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: var(--radius-xl);
  padding: 36px 32px;
  text-align: center;
  transition: all .25s cubic-bezier(.2,.8,.2,1);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.kontakt-card.kontakt-tel,
.kontakt-card.kontakt-whatsapp { cursor: pointer; }
.kontakt-card.kontakt-tel:hover,
.kontakt-card.kontakt-whatsapp:hover {
  background: rgba(212,175,55,0.10);
  border-color: var(--gold);
  transform: translateY(-6px);
  box-shadow: var(--shadow-gold);
}
.kontakt-icon {
  width: 64px; height: 64px;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-deep) 100%);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  margin-bottom: 20px;
  box-shadow: 0 8px 24px rgba(212,175,55,0.34);
}
.kontakt-icon svg { width: 28px; height: 28px; }
.kontakt-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 10px;
}
.kontakt-value {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.kontakt-hint {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
}
.kontakt-arrow {
  position: absolute;
  bottom: 16px;
  right: 20px;
  font-size: 20px;
  color: var(--gold);
  opacity: 0;
  transform: translateX(-8px);
  transition: all .25s;
}
.kontakt-card:hover .kontakt-arrow {
  opacity: 1;
  transform: translateX(0);
}
.kontakt-bigcta {
  text-align: center;
  position: relative;
}

/* === FOOTER === */
.footer {
  background: #050d24;
  color: rgba(255,255,255,0.7);
  padding: 70px 0 30px;
}
.footer-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  color: #fff;
  font-weight: 800;
}
.footer-brand-text { color: #fff; font-size: 28px; }

.msr-footer-bg {
  fill: url(#msrHeaderBg-2);
  stroke: rgba(255,255,255,0.08);
  stroke-width: 1.5;
}
.msr-footer-car {
  fill: none;
  stroke: url(#msrHeaderGold-2);
  stroke-width: 5.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: url(#msrHeaderGlow-2);
  stroke-dasharray: 260;
  stroke-dashoffset: 260;
  animation: msrHeaderDraw 1.5s ease forwards;
}
.msr-footer-text-small,
.msr-footer-text-big {
  fill: url(#msrHeaderGold-2);
  opacity: 0;
  animation: msrHeaderFade 0.9s ease forwards;
  animation-delay: 0.7s;
  filter: url(#msrHeaderGlow-2);
}
.msr-footer-text-small {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  text-anchor: middle;
}
.msr-footer-text-big {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  font-weight: 700;
  text-anchor: middle;
}
.msr-footer-shine {
  fill: none;
  stroke: #fff4a9;
  stroke-width: 1.6;
  stroke-linecap: round;
  opacity: 0;
  stroke-dasharray: 35 90;
  stroke-dashoffset: 125;
  animation: msrHeaderShine 3.8s ease-in-out infinite;
  animation-delay: 1.3s;
}
@media (prefers-reduced-motion: reduce) {
  .msr-footer-car,
  .msr-footer-text-small,
  .msr-footer-text-big,
  .msr-footer-shine {
    animation: none !important;
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
.footer-quote {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  color: var(--gold-light);
  max-width: 480px;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}
.footer-h {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}
.footer-grid ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-grid li { font-size: 14px; color: rgba(255,255,255,0.66); }
.footer-grid a { color: rgba(255,255,255,0.66); transition: color .15s; }
.footer-grid a:hover { color: var(--gold); }
.footer-bottom {
  text-align: center;
  font-size: 12px;
  color: rgba(255,255,255,0.42);
  padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
