/* ═══════════════════════════════════════════════════════════════
   DeineFenster — Premium Refinement Layer
   Rein additiv — überschreibt keine Layouts, nur visuelle Qualität.
   ═══════════════════════════════════════════════════════════════ */

/* ── 1. Hintergrund-Vereinheitlichung ──
   Drei Blautöne → zwei klarere, ruhigere Werte */
section[style*="background:#0f1c30"],
section[style*="background: #0f1c30"],
div[style*="background:#0f1c30"],
div[style*="background: #0f1c30"] { background: #0b1a33 !important; }

section[style*="background:#0a1225"],
section[style*="background: #0a1225"],
div[style*="background:#0a1225"],
div[style*="background: #0a1225"] { background: #07112a !important; }

section[style*="background:#060d1a"],
section[style*="background: #060d1a"],
div[style*="background:#060d1a"],
div[style*="background: #060d1a"] { background: #040e20 !important; }

/* Navbar und Mega-Menu gleich anpassen */
#navbar { background: rgba(11,26,51,0.97) !important; }
.mega-menu { background: #0b1a33 !important; }
.mega-cats { background: #07112a !important; }
#mobileMenu { background: rgba(7,17,42,0.99) !important; }
#topbar { background: rgba(7,17,42,1.0) !important; border-bottom-color: rgba(118,169,250,0.12) !important; }

/* ── 2. Typografie-Schärfung ── */
h1, h2, h3, h4 {
  letter-spacing: -0.025em;
}
h1 {
  letter-spacing: -0.03em;
}
h2 {
  font-weight: 800;
  letter-spacing: -0.025em;
}

/* Hero H1 kräftiger */
.hero-headline {
  letter-spacing: -0.035em !important;
}

/* ── 3. Karten-Borders auf Blau-Ton ── */
/* Alle Karten mit weißen Borders → blau-getönt */
.hover-lift,
.card-interactive,
.hover-glow,
[class*="rounded-2xl"],
[class*="rounded-xl"] {
  --card-border: rgba(118,169,250,0.1);
}

/* Border-Farbe harmonisieren — wo inline-style rgba(255,255,255,0.1) oder rgba(255,255,255,0.08) */
.border-white\/10,
.border-white\/\[0\.08\],
.border-white\/\[0\.06\],
[class*="border-white"] {
  border-color: rgba(118,169,250,0.12) !important;
}

/* ── 4. Einheitliches Card-Elevation-System ── */
.hover-lift {
  box-shadow: 0 0 0 1px rgba(118,169,250,0.08), 0 2px 16px rgba(0,0,0,0.25) !important;
}
.hover-lift:hover {
  box-shadow:
    0 0 0 1px rgba(118,169,250,0.2),
    0 8px 40px rgba(0,0,0,0.4),
    0 0 40px rgba(34,94,170,0.1) !important;
  border-color: rgba(118,169,250,0.22) !important;
}

.card-interactive:hover {
  background: rgba(11,26,51,0.95) !important;
  border-color: rgba(118,169,250,0.2) !important;
  box-shadow: 0 8px 32px rgba(0,0,0,0.3), 0 0 24px rgba(34,94,170,0.1);
}

/* ── 5. CTA-Button Upgrade ── */
a[style*="background:#225eaa"],
button[style*="background:#225eaa"] {
  background: linear-gradient(135deg, #2765c8 0%, #1a4fa0 100%) !important;
  box-shadow: 0 8px 32px rgba(34,94,170,0.5), 0 0 0 1px rgba(118,169,250,0.2) !important;
  transition: all 0.2s ease !important;
}
a[style*="background:#225eaa"]:hover,
button[style*="background:#225eaa"]:hover {
  background: linear-gradient(135deg, #2d72d9 0%, #1f58b8 100%) !important;
  box-shadow: 0 12px 40px rgba(34,94,170,0.65), 0 0 0 1px rgba(118,169,250,0.35) !important;
  transform: translateY(-1px) scale(1.02) !important;
}

/* ── 6. Sektion-Trennlinie (subtile blaue Linie oben) ── */
section {
  position: relative;
}
section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  max-width: 600px;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(118,169,250,0.18) 50%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
/* Erste Section (Hero) kein Divider */
section:first-of-type::before { display: none; }

/* ── 7. Mega-Menu & Nav-System ── */
.mega-cat.active,
.mega-cat:hover {
  background: rgba(118,169,250,0.08) !important;
  color: #76a9fa !important;
  border-left-color: #225eaa !important;
}
.mega-system:hover {
  background: rgba(118,169,250,0.06) !important;
}
.mega-menu {
  box-shadow: 0 24px 64px rgba(0,0,0,0.6), 0 0 0 1px rgba(118,169,250,0.1) !important;
}

/* ── 8. Scrollbar Marken-Blau ── */
::-webkit-scrollbar { width: 3px; }
::-webkit-scrollbar-track { background: #040e20; }
::-webkit-scrollbar-thumb { background: rgba(34,94,170,0.5); border-radius: 999px; }
::-webkit-scrollbar-thumb:hover { background: rgba(34,94,170,0.8); }

/* ── 9. Trust-Bar Chips ── */
.topbar-link {
  color: #76a9fa !important;
  text-shadow: 0 0 10px rgba(118,169,250,0.35) !important;
}
.topbar-link:hover { color: #a8c8ff !important; text-shadow: 0 0 16px rgba(118,169,250,0.6) !important; }
.topbar-phone { color: #76a9fa !important; text-shadow: 0 0 12px rgba(118,169,250,0.45) !important; }
.topbar-phone:hover { color: #a8c8ff !important; }
.topbar-dot { color: rgba(118,169,250,0.35) !important; }

/* ── 10. FAQ Akkordeon ── */
.faq-item {
  border-color: rgba(118,169,250,0.1) !important;
}
.faq-item:hover {
  border-color: rgba(118,169,250,0.22) !important;
  background: rgba(118,169,250,0.03) !important;
}
.faq-item[open] {
  border-color: rgba(118,169,250,0.2) !important;
  background: rgba(34,94,170,0.05) !important;
}

/* ── 11. Produktkarten-Bilder — subtiler Glow ── */
.produkt-card:hover {
  box-shadow:
    0 0 0 1px rgba(118,169,250,0.15),
    0 12px 48px rgba(0,0,0,0.45),
    0 0 48px rgba(34,94,170,0.08) !important;
}

/* ── 12. Step-Circles Upgrade ── */
.step-circle {
  box-shadow: 0 0 0 1px rgba(118,169,250,0.15) !important;
}

/* ── 13. Inline-Badge-Tags harmonisieren ── */
.hover-tag {
  border: 1px solid rgba(118,169,250,0.15) !important;
}
.hover-tag:hover {
  background: rgba(118,169,250,0.12) !important;
  border-color: rgba(118,169,250,0.3) !important;
}

/* ── 14. Text-Selektion Markenfarbe ── */
::selection {
  background: rgba(34,94,170,0.45);
  color: #e8eeff;
}

/* ── 15. Reduced-Motion respektieren ── */
@media (prefers-reduced-motion: reduce) {
  a[style*="background:#225eaa"]:hover { transform: none !important; }
}

/* ══════════════════════════════════
   NAVIGATION — Slim Premium Look
   ══════════════════════════════════ */

/* Nav-Link-Container: Abstände direkt setzen (nicht Tailwind-abhängig) */
#navbar .items-center.gap-x-5 {
  column-gap: 1.75rem !important;
}

/* Nav-Links: schlanker, klarer */
#navbar .nav-link {
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;
  color: rgba(232,238,255,0.72) !important;
  transition: color 0.15s ease !important;
}
#navbar .nav-link:hover {
  color: rgba(232,238,255,1) !important;
}

/* Underline-Effekt dünner */
#navbar .nav-link::after {
  height: 1px !important;
  background: rgba(118,169,250,0.7) !important;
}

/* Chevron kleiner */
#navbar .nav-chev {
  font-size: 14px !important;
  opacity: 0.6;
}

/* CTA Button Nav — Gradient + kompakter */
#navbar a[style*="background:#225eaa"] {
  background: linear-gradient(135deg, #2765c8 0%, #1a4fa0 100%) !important;
  box-shadow: 0 2px 12px rgba(34,94,170,0.4), 0 0 0 1px rgba(118,169,250,0.2) !important;
  transition: all 0.2s ease !important;
}
#navbar a[style*="background:#225eaa"]:hover {
  box-shadow: 0 4px 20px rgba(34,94,170,0.6), 0 0 0 1px rgba(118,169,250,0.35) !important;
  transform: translateY(-1px) !important;
}

@media (prefers-reduced-motion: reduce) {
  #navbar a[style*="background:#225eaa"]:hover { transform: none !important; }
}

/* ══════════════════════════════════════════════════════
   KONFIGURATOR — Premium Visual Refinement
   Nur additiv: kein JS, keine Struktur, kein Layout.
   ══════════════════════════════════════════════════════ */

/* ── Steps-Container: schärferer Rahmen, stärkere Elevation ── */
#steps {
  border-radius: 14px !important;
  border: 1px solid rgba(118,169,250,0.1) !important;
  box-shadow:
    0 0 0 1px rgba(118,169,250,0.06),
    0 8px 48px rgba(0,0,0,0.55),
    0 2px 8px rgba(0,0,0,0.3) !important;
  overflow: hidden !important;
}

/* ── Step-Header: Typografie schärfer ── */
.slabel {
  letter-spacing: -0.015em !important;
  font-size: 13.5px !important;
}
.sdesc {
  letter-spacing: 0.005em !important;
}

/* ── Step-Badge: Nummer klarer, Glow bei aktiv ── */
.badge {
  border-radius: 6px !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  opacity: 0.85;
}
.sc.open .badge {
  opacity: 1;
  box-shadow: 0 0 10px rgba(118,169,250,0.45) !important;
}

/* ── Aktive Sektion: stärkeres Glow-Signal ── */
.sc.open .sh {
  box-shadow: inset 0 2px 0 #76a9fa, 0 1px 0 rgba(118,169,250,0.12) !important;
}

/* ── Section-Body: konsistentere Trennlinie ── */
.sb {
  border-top: 1px solid rgba(118,169,250,0.25) !important;
}

/* ── Dark Option-Cards: blau-getönte Borders ── */
.sb .oc {
  border-color: rgba(118,169,250,0.12) !important;
  border-radius: 10px !important;
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease !important;
}
.sb .oc:hover {
  border-color: rgba(118,169,250,0.32) !important;
  background: rgba(118,169,250,0.07) !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.3) !important;
}
.sb .oc.sel {
  border-color: #76a9fa !important;
  background: rgba(34,94,170,0.18) !important;
  box-shadow: 0 0 0 1px rgba(118,169,250,0.45), 0 4px 20px rgba(34,94,170,0.18) !important;
}

/* ── Color-Chips in dark mode ── */
.sb .cc {
  border-color: rgba(118,169,250,0.10) !important;
  border-radius: 10px !important;
  transition: border-color 0.15s ease, background 0.15s ease !important;
}
.sb .cc:hover {
  border-color: rgba(118,169,250,0.28) !important;
  background: rgba(118,169,250,0.07) !important;
}
.sb .cc.sel {
  border-color: #76a9fa !important;
  box-shadow: 0 0 0 1px rgba(118,169,250,0.45) !important;
}

/* ── Input-Felder ── */
.sb .inp {
  border-color: rgba(118,169,250,0.15) !important;
  border-radius: 9px !important;
}
.sb .inp:focus {
  border-color: #76a9fa !important;
  box-shadow: 0 0 0 3px rgba(118,169,250,0.18) !important;
}

/* ── Quantity-Buttons ── */
.sb .qbtn {
  border-color: rgba(118,169,250,0.15) !important;
  border-radius: 8px !important;
}
.sb .qbtn:hover {
  border-color: rgba(118,169,250,0.4) !important;
  color: #a8c4ff !important;
}

/* ── Step Group Labels: feiner ── */
.step-group {
  font-size: 9.5px !important;
  letter-spacing: 0.12em !important;
  color: rgba(118,169,250,0.45) !important;
  background: rgba(4,8,20,0.6) !important;
  padding: 8px 18px !important;
}

/* ── Sidebar: stärkere Elevation + blauere Border ── */
#sidebar {
  border-color: rgba(118,169,250,0.12) !important;
  border-radius: 16px !important;
  background: rgba(9,16,36,0.94) !important;
  box-shadow:
    0 0 0 1px rgba(118,169,250,0.07),
    0 8px 48px rgba(0,0,0,0.55),
    0 2px 12px rgba(0,0,0,0.3) !important;
  backdrop-filter: blur(16px) !important;
}

/* ── View-Toggle: iOS-Segmented-Control ── */
#sidebar > div:first-child {
  background: rgba(255,255,255,0.06) !important;
  border-radius: 10px !important;
  border: 1px solid rgba(118,169,250,0.1) !important;
}
.view-btn {
  letter-spacing: 0.01em !important;
  transition: all 0.18s ease !important;
}
.view-btn.active {
  background: rgba(34,94,170,0.45) !important;
  color: #c8e0ff !important;
  box-shadow: 0 2px 10px rgba(34,94,170,0.35) !important;
}

/* ── Preview-Bereich: schärferer Rahmen ── */
#prev-wrap {
  border-color: rgba(118,169,250,0.1) !important;
  border-radius: 12px !important;
  background: rgba(255,255,255,0.025) !important;
}

/* ── Chips / Zusammenfassung ── */
#chips .sr {
  padding: 6px 2px !important;
  border-bottom-color: rgba(118,169,250,0.09) !important;
  font-size: 12.5px !important;
}

/* ── Sidebar CTA-Button ── */
#sidebar > button,
#sidebar button[onclick*="openS(13)"] {
  background: linear-gradient(135deg, #2765c8 0%, #1a4fa0 100%) !important;
  box-shadow: 0 4px 20px rgba(34,94,170,0.5), 0 0 0 1px rgba(118,169,250,0.18) !important;
  border-radius: 12px !important;
  letter-spacing: 0.01em !important;
  transition: all 0.2s ease !important;
}
#sidebar > button:hover,
#sidebar button[onclick*="openS(13)"]:hover {
  box-shadow: 0 6px 28px rgba(34,94,170,0.65), 0 0 0 1px rgba(118,169,250,0.3) !important;
  transform: translateY(-1px) !important;
}

/* ── Fenster-öffnen-Button ── */
.oeffnen-btn {
  border-color: rgba(118,169,250,0.2) !important;
  border-radius: 10px !important;
  color: rgba(200,224,255,0.8) !important;
  background: rgba(118,169,250,0.07) !important;
}
.oeffnen-btn:hover {
  border-color: rgba(118,169,250,0.4) !important;
  background: rgba(118,169,250,0.14) !important;
}

/* ── Reduced-motion: keine Transforms ── */
@media (prefers-reduced-motion: reduce) {
  .sb .oc:hover, #sidebar > button:hover { transform: none !important; }
}

/* ══════════════════════════════════════════════════════
   KONFIGURATOR v2 — Deeper Premium Redesign
   Ziel: Schritt-Akkordeon großzügiger, Sidebar als
   echtes Live-Vorschau-Panel, mehr Atemraum.
   ══════════════════════════════════════════════════════ */

/* ── Mehr Atemraum im Haupt-Grid ── */
#kfg-main {
  padding-top: 2.5rem !important;
  padding-bottom: 3rem !important;
  gap: 1.75rem !important;
}

/* ── Blaue Akzent-Linie oben am Steps-Container ── */
#steps {
  border-top: 2px solid #225eaa !important;
  border-radius: 14px !important;
  overflow: hidden !important;
}
#steps::before {
  content: '';
  display: block;
  height: 2px;
  background: linear-gradient(90deg, #2765c8 0%, #76a9fa 60%, transparent 100%);
  flex-shrink: 0;
}

/* ── Step-Header: deutlich größer, luftiger ── */
.sh {
  padding: 14px 18px 14px 20px !important;
  min-height: 56px !important;
}
.sc.open .sh {
  padding-left: 23px !important;
  min-height: 56px !important;
}

/* ── Step-Badge: rund, prominenter ── */
.badge {
  width: 26px !important;
  height: 26px !important;
  border-radius: 50% !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  border: 1px solid rgba(255,255,255,0.15) !important;
}
.sc.open .badge {
  background: #76a9fa !important;
  color: #07112a !important;
  border-color: #76a9fa !important;
  box-shadow: 0 0 12px rgba(118,169,250,0.5) !important;
}
.sc.done .badge {
  background: rgba(118,169,250,0.2) !important;
  border-color: rgba(118,169,250,0.4) !important;
}

/* ── Step-Label: größer, schärfer ── */
.slabel {
  font-size: 14.5px !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
}
.sdesc {
  font-size: 12px !important;
  opacity: 0.7;
}
.sc.open .slabel {
  letter-spacing: -0.02em !important;
}

/* ── Chevron schlanker ── */
.chev {
  font-size: 20px !important;
  opacity: 0.45;
  transition: transform 0.25s ease, color 0.2s ease !important;
}
.sc.open .chev {
  opacity: 0.9;
  color: #76a9fa !important;
}

/* ── Section Body: mehr Innenabstand ── */
.sb {
  padding: 24px 24px 28px !important;
}
.sb > .grid,
.sb [class*="grid-cols"] {
  gap: 12px !important;
}

/* ── Produkt-Karten (Schritt 1): schöner ── */
.pc-img {
  border-radius: 10px !important;
  transition: transform 0.3s ease !important;
}
.pc:hover .pc-img {
  transform: translateY(-4px) scale(1.02) !important;
}
.pc-name {
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: -0.015em !important;
}
.pc-from {
  font-size: 11px !important;
  color: rgba(118,169,250,0.7) !important;
  margin-top: 4px !important;
}

/* ── Option-Cards: mehr Luft ── */
.sb .oc {
  padding: 13px 16px !important;
  gap: 12px !important;
}

/* ══════════════════════════
   SIDEBAR — Live-Preview Panel
   ══════════════════════════ */

/* Label "Live-Vorschau" via ::before auf sidebar-wrap */
#sidebar-wrap::before {
  content: 'LIVE-VORSCHAU';
  display: block;
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: rgba(118,169,250,0.45);
  text-transform: uppercase;
  font-family: 'Plus Jakarta Sans', sans-serif;
  padding: 0 2px 10px;
  border-bottom: 1px solid rgba(118,169,250,0.1);
  margin-bottom: 12px;
}

/* Sidebar selbst: tieferes Blau, stärkere Elevation */
#sidebar {
  background: rgba(7,14,32,0.96) !important;
  border: 1px solid rgba(118,169,250,0.14) !important;
  border-radius: 16px !important;
  box-shadow:
    0 0 0 1px rgba(118,169,250,0.07),
    0 12px 56px rgba(0,0,0,0.65),
    0 2px 12px rgba(0,0,0,0.4),
    inset 0 1px 0 rgba(255,255,255,0.04) !important;
  padding: 16px !important;
  backdrop-filter: blur(20px) !important;
}

/* Preview-Container höher */
#prev-wrap {
  height: 380px !important;
  border-color: rgba(118,169,250,0.1) !important;
  border-radius: 12px !important;
  background: rgba(255,255,255,0.02) !important;
  box-shadow: inset 0 0 40px rgba(0,0,0,0.3) !important;
}

/* View Toggle: schlanker, klarer */
#sidebar > div:first-child {
  padding: 3px !important;
  border-radius: 10px !important;
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(118,169,250,0.1) !important;
  gap: 2px !important;
}
.view-btn {
  font-size: 12px !important;
  font-weight: 600 !important;
  padding: 7px 10px !important;
  border-radius: 7px !important;
  letter-spacing: 0.01em !important;
  transition: all 0.2s ease !important;
}
.view-btn:not(.active) {
  color: rgba(200,224,255,0.5) !important;
}
.view-btn.active {
  background: rgba(34,94,170,0.5) !important;
  color: #c8e0ff !important;
  box-shadow: 0 2px 12px rgba(34,94,170,0.4) !important;
}

/* Chips: kompakte, klare Zeilen */
#chips {
  border-top: 1px solid rgba(118,169,250,0.08) !important;
  padding-top: 10px !important;
  margin-top: 10px !important;
}
#chips .sr {
  padding: 6px 0 !important;
  border-bottom-color: rgba(118,169,250,0.08) !important;
  font-size: 12px !important;
  letter-spacing: 0.005em !important;
}

/* Sidebar CTA: volles Gradient + starkes Glow */
#sidebar > button,
#sidebar button[onclick*="openS(13)"],
#sidebar button[onclick*="openS"] {
  background: linear-gradient(135deg, #2d6fdd 0%, #1a4fa0 100%) !important;
  box-shadow: 0 4px 24px rgba(34,94,170,0.55), 0 0 0 1px rgba(118,169,250,0.2) !important;
  border-radius: 12px !important;
  padding: 13px !important;
  font-size: 14.5px !important;
  letter-spacing: -0.01em !important;
  transition: all 0.2s ease !important;
}
#sidebar > button:hover,
#sidebar button[onclick*="openS"]:hover {
  box-shadow: 0 6px 32px rgba(34,94,170,0.7), 0 0 0 1px rgba(118,169,250,0.35) !important;
  transform: translateY(-1px) !important;
}

/* ══════════════════════════════════════════════════════════════
   KONFIGURATOR v3 — Complete Visual Reset
   Einheitliche Farbsprache: EIN Dunkelton, Blau nur als Akzent.
   ══════════════════════════════════════════════════════════════ */

/* ── Fix: Sidebar sticky top — Topbar (34px) + Navbar (~46px) = 80px ── */
#sidebar-wrap {
  top: 84px !important;
  max-height: calc(100vh - 100px) !important;
}

/* ── Step-Header: KEIN schweres Blau mehr, clean minimal ── */
.sh {
  background: rgba(255,255,255,0.025) !important;
  border-bottom: 1px solid rgba(255,255,255,0.06) !important;
  padding: 15px 20px !important;
  min-height: 58px !important;
}
.sh:hover {
  background: rgba(118,169,250,0.05) !important;
}

/* Aktiver Schritt: subtiles Blau + Glow oben, kein Seitenstreifen */
.sc.open .sh {
  background: rgba(118,169,250,0.07) !important;
  box-shadow: inset 0 2px 0 #76a9fa, 0 1px 0 rgba(118,169,250,0.12) !important;
  border-bottom-color: rgba(118,169,250,0.15) !important;
  padding-left: 20px !important;
}

/* ── Step-Body: GLEICHE Farbe wie Seite — keine extra Schicht ── */
.sb {
  background: #08152b !important;
  border-top: 1px solid rgba(118,169,250,0.18) !important;
  padding: 22px 22px 26px !important;
}

/* ── Step-Container oben: klare Trennlinie ── */
#steps {
  border-top: 2px solid #225eaa !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  box-shadow:
    0 0 0 1px rgba(118,169,250,0.1),
    0 12px 48px rgba(0,0,0,0.6) !important;
}

/* ── Badge: rund, sauber ── */
.badge {
  width: 24px !important;
  height: 24px !important;
  border-radius: 50% !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  background: rgba(255,255,255,0.08) !important;
  border: 1px solid rgba(255,255,255,0.15) !important;
  color: rgba(255,255,255,0.8) !important;
}
.sc.open .badge {
  background: #225eaa !important;
  border-color: #76a9fa !important;
  color: #fff !important;
  box-shadow: 0 0 14px rgba(118,169,250,0.5) !important;
}
.sc.done .badge {
  background: rgba(118,169,250,0.18) !important;
  border-color: rgba(118,169,250,0.4) !important;
  color: #76a9fa !important;
}

/* ── Label / Beschreibung schärfer ── */
.slabel {
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  color: rgba(232,238,255,0.88) !important;
}
.sc.open .slabel {
  color: #a8c8ff !important;
}
.sdesc {
  font-size: 11.5px !important;
  color: rgba(200,220,255,0.45) !important;
  letter-spacing: 0 !important;
}
.sc.has-value .sdesc,
.sc.done .sdesc,
.sc.open .sdesc {
  color: rgba(200,220,255,0.65) !important;
}

/* ── Option-Karten (dark): sauber, einheitlich ── */
.sb .oc {
  background: rgba(255,255,255,0.03) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  border-radius: 10px !important;
  padding: 13px 15px !important;
  gap: 12px !important;
  transition: all 0.18s ease !important;
}
.sb .oc:hover {
  background: rgba(118,169,250,0.06) !important;
  border-color: rgba(118,169,250,0.3) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 16px rgba(0,0,0,0.35) !important;
}
.sb .oc.sel {
  background: rgba(34,94,170,0.14) !important;
  border-color: #76a9fa !important;
  box-shadow: 0 0 0 1px rgba(118,169,250,0.35),
              0 4px 20px rgba(34,94,170,0.2) !important;
}

/* Radio-Indikator: passend zum dunklen Theme */
.sb .ora {
  background: rgba(255,255,255,0.06) !important;
  border-color: rgba(255,255,255,0.18) !important;
}
.sb .oc.sel .ora {
  background: #225eaa !important;
  border-color: #76a9fa !important;
}

/* ── Farb-Kacheln (Farbauswahl): größer, luftiger ── */
.sb .fk {
  background: rgba(255,255,255,0.03) !important;
  border: 1px solid rgba(255,255,255,0.09) !important;
  border-radius: 10px !important;
  padding: 7px 5px 9px !important;
  min-width: 64px !important;
  transition: all 0.18s ease !important;
}
.sb .fk:hover {
  background: rgba(118,169,250,0.08) !important;
  border-color: rgba(118,169,250,0.35) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 18px rgba(0,0,0,0.4) !important;
}
.sb .fk.sel {
  background: rgba(34,94,170,0.16) !important;
  border-color: #76a9fa !important;
  box-shadow: 0 0 0 1px rgba(118,169,250,0.4) !important;
}
.sb .fk-label {
  font-size: 10.5px !important;
  font-weight: 600 !important;
  color: rgba(220,235,255,0.82) !important;
  margin-top: 6px !important;
  letter-spacing: -0.01em !important;
}

/* fp-grid: etwas mehr Gap */
.fp-grid {
  gap: 10px !important;
}

/* ── Checkbox-Cards ── */
.sb .cc {
  background: rgba(255,255,255,0.03) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  border-radius: 10px !important;
}
.sb .cc:hover {
  border-color: rgba(118,169,250,0.3) !important;
  background: rgba(118,169,250,0.06) !important;
}
.sb .cc.sel {
  border-color: #76a9fa !important;
  background: rgba(34,94,170,0.13) !important;
  box-shadow: 0 0 0 1px rgba(118,169,250,0.35) !important;
}
.sb .cbox {
  background: rgba(255,255,255,0.07) !important;
  border-color: rgba(255,255,255,0.2) !important;
}
.sb .cc.sel .cbox {
  background: #225eaa !important;
  border-color: #76a9fa !important;
}

/* ── Inputs in dark ── */
.sb .inp {
  background: rgba(255,255,255,0.05) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  border-radius: 9px !important;
  color: rgba(232,238,255,0.9) !important;
  padding: 10px 14px !important;
  font-size: 14px !important;
  transition: border-color 0.18s ease, box-shadow 0.18s ease !important;
}
.sb .inp:focus {
  border-color: #76a9fa !important;
  background: rgba(118,169,250,0.06) !important;
  box-shadow: 0 0 0 3px rgba(118,169,250,0.18) !important;
  outline: none !important;
}
.sb .inp::placeholder {
  color: rgba(200,220,255,0.28) !important;
}

/* ── Quantity Buttons ── */
.sb .qbtn {
  background: rgba(255,255,255,0.05) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  border-radius: 8px !important;
  color: rgba(220,235,255,0.8) !important;
  transition: all 0.18s ease !important;
}
.sb .qbtn:hover {
  background: rgba(118,169,250,0.1) !important;
  border-color: rgba(118,169,250,0.4) !important;
  color: #a8c8ff !important;
}

/* ── Step Group Labels ── */
.step-group {
  background: rgba(4,10,24,0.7) !important;
  color: rgba(118,169,250,0.42) !important;
  font-size: 9px !important;
  letter-spacing: 0.14em !important;
  padding: 7px 20px !important;
  border-bottom: 1px solid rgba(118,169,250,0.06) !important;
}

/* ══════════════════
   SIDEBAR REDESIGN
   ══════════════════ */

/* Sidebar-Wrap Label */
#sidebar-wrap::before {
  content: 'IHRE KONFIGURATION' !important;
  color: rgba(118,169,250,0.4) !important;
  font-size: 9px !important;
  letter-spacing: 0.15em !important;
  padding-bottom: 10px !important;
  border-bottom: 1px solid rgba(118,169,250,0.1) !important;
  margin-bottom: 14px !important;
}

/* Sidebar Panel */
#sidebar {
  background: rgba(6,12,28,0.97) !important;
  border: 1px solid rgba(118,169,250,0.13) !important;
  border-radius: 16px !important;
  padding: 16px !important;
  box-shadow:
    0 0 0 1px rgba(118,169,250,0.06),
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 16px 64px rgba(0,0,0,0.7) !important;
  backdrop-filter: blur(24px) !important;
}

/* Preview-Bereich */
#prev-wrap {
  border-color: rgba(118,169,250,0.1) !important;
  border-radius: 12px !important;
  background: rgba(255,255,255,0.02) !important;
  box-shadow: inset 0 0 40px rgba(0,0,0,0.4) !important;
}

/* View Toggle */
#sidebar > div:first-child {
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(118,169,250,0.1) !important;
  border-radius: 10px !important;
  padding: 3px !important;
  margin-bottom: 12px !important;
}
.view-btn {
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
  border-radius: 7px !important;
  transition: all 0.2s ease !important;
  color: rgba(200,224,255,0.45) !important;
}
.view-btn.active {
  background: rgba(34,94,170,0.5) !important;
  color: #d0e8ff !important;
  box-shadow: 0 2px 12px rgba(34,94,170,0.4) !important;
}

/* Chips Zusammenfassung */
#chips {
  border-top: 1px solid rgba(118,169,250,0.09) !important;
  padding-top: 10px !important;
  margin-top: 8px !important;
}
#chips .sr {
  display: flex !important;
  justify-content: space-between !important;
  padding: 5px 0 !important;
  border-bottom: 1px solid rgba(118,169,250,0.07) !important;
  font-size: 12px !important;
  font-family: 'Manrope', sans-serif !important;
}

/* Sidebar CTA */
#sidebar > button {
  background: linear-gradient(135deg, #2d6fdd 0%, #1a4fa0 100%) !important;
  border: none !important;
  border-radius: 12px !important;
  padding: 13px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
  box-shadow: 0 4px 24px rgba(34,94,170,0.55),
              0 0 0 1px rgba(118,169,250,0.2) !important;
  transition: all 0.2s ease !important;
  cursor: pointer !important;
}
#sidebar > button:hover {
  box-shadow: 0 6px 32px rgba(34,94,170,0.7),
              0 0 0 1px rgba(118,169,250,0.35) !important;
  transform: translateY(-1px) !important;
}

/* Produkt-Karten (Schritt 1) */
#s1 .sb > .grid {
  gap: 14px !important;
}
.pc {
  transition: transform 0.25s ease !important;
}
.pc:hover {
  transform: translateY(-4px) !important;
}
.pc-img {
  border-radius: 10px !important;
}
.pc-name {
  letter-spacing: -0.02em !important;
  font-size: 15px !important;
}

@media (prefers-reduced-motion: reduce) {
  .sb .oc:hover, .sb .fk:hover, #sidebar > button:hover, .pc:hover {
    transform: none !important;
  }
}
