/* ==========================================================================
   CYBULSKI FENSTERBAU - PURE APPLE STYLE
   Ultra-minimalist, black/white/gray, zero gradients, zero boxes
   ========================================================================== */

@import url('../fonts/fonts.css');

:root {
  --bg: #000000;
  --text-main: #f5f5f7;
  --text-muted: #86868b;
  --accent: #ffffff;
  --border-light: #333336;
  --bg-secondary: #111111;

  --font-display: 'Bebas Neue', sans-serif;
  --font-heading: 'DM Sans', sans-serif;
  /* DM Sans acts closely to San Francisco */
  --font-body: 'DM Sans', sans-serif;
}

/* RESET & BASE */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  background-color: var(--bg);
  color: var(--text-main);
  font-family: var(--font-body);
  font-size: 16px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  max-width: 100vw;
}

body {
  background-color: var(--bg);
  overflow-x: clip;
  position: relative;
  line-height: 1.5;
  width: 100%;
  max-width: 100vw;
}

/* LENIS SMOOTH SCROLL */
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

/* TYPOGRAPHY */
h1,
h2,
h3,
h4 {
  font-family: var(--font-heading);
  color: var(--text-main);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.text-muted {
  color: var(--text-muted);
}

/* LAYOUT */
.container {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

.section-padding {
  padding: 160px 0;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: var(--border-light);
  margin: 60px 0;
}

/* BUTTONS (Ultra Minimal) */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 32px;
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-weight: 500;
  border-radius: 40px;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.btn-primary {
  background-color: var(--accent);
  color: var(--bg);
}

.btn-primary:hover {
  transform: scale(1.02);
  background-color: #e5e5e5;
}

.btn-outline {
  background-color: transparent;
  color: var(--accent);
  border: 1px solid var(--border-light);
}

.btn-outline:hover {
  border-color: var(--accent);
}

/* HEADER */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  backdrop-filter: blur(20px);
  background: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}

header.scrolled {
  border-bottom: 1px solid var(--border-light);
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  z-index: 1002;
  transition: transform 0.25s ease;
}

.logo:hover {
  transform: translateY(-1px);
}

.logo-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  color: #ffffff;
  transition: all 0.3s ease;
}

.logo:hover .logo-mark {
  background: rgba(255, 255, 255, 0.16);
  border-color: #ffffff;
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.2);
}

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

.logo-name {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #ffffff;
  line-height: 1.1;
}

.logo-sub {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #86868b;
  text-transform: uppercase;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 26px;
}

.header-phone-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 980px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.25s ease;
}

.header-phone-pill:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #ffffff;
  transform: translateY(-1px);
}

.header-insta-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 980px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #f5f5f7;
  text-decoration: none;
  transition: all 0.25s ease;
}

.header-insta-pill .insta-icon {
  color: #f09433;
  transition: transform 0.25s ease;
}

.header-insta-pill:hover {
  background: linear-gradient(135deg, rgba(240, 148, 51, 0.15) 0%, rgba(188, 24, 136, 0.18) 100%);
  border-color: rgba(220, 39, 67, 0.5);
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(220, 39, 67, 0.22);
}

.header-insta-pill:hover .insta-icon {
  transform: scale(1.15) rotate(4deg);
}

.nav-link {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: color 0.3s;
}

.nav-link:hover {
  color: var(--text-main);
}

.mobile-drawer-btn {
  display: none;
}

/* MOBILE HAMBURGER BUTTON */
.mobile-menu-btn {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 1005;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 0;
}

.mobile-menu-btn .bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
}

.mobile-menu-btn.active .bar-top {
  transform: translateY(4px) rotate(45deg);
}

.mobile-menu-btn.active .bar-bot {
  transform: translateY(-4px) rotate(-45deg);
}

/* ==========================================================================
   HERO / IMAGE SEQUENCE EXPLODED VIEW
   ========================================================================== */
.sequence-container {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: #000;
}

.sequence-sticky {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sequence-canvas {
  width: 100vw;
  height: 100vh;
  display: block;
  z-index: 1;
  filter: contrast(1.04) brightness(1.02);
  image-rendering: -webkit-optimize-contrast;
  image-rendering: high-quality;
  transform: translateZ(0);
  will-change: transform;
}

/* OVERLAYS FOR THE STORY */
.seq-text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  pointer-events: none;
  z-index: 10;
}

.seq-content {
  position: absolute;
  max-width: 500px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(24px);
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1), transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.4s;
  pointer-events: none;
}

.seq-content.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.seq-content.left {
  left: 6%;
}

.seq-content.right {
  right: 6%;
}

.seq-kicker {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: #86868b;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}

.seq-title {
  font-size: clamp(2.2rem, 3.4vw, 3.2rem);
  line-height: 1.1;
  margin-bottom: 14px;
  letter-spacing: -0.03em;
  color: #ffffff;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.95);
}

.seq-title .seq-title-sub {
  color: #86868b;
  font-weight: 400;
}

.seq-desc {
  font-size: 1.05rem;
  color: #a1a1a6;
  line-height: 1.6;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.95);
}

/* HERO INTRO: LEFT-ALIGNED APPLE EDITORIAL (DOES NOT OBSTRUCT THE WINDOW) */
.hero-intro {
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
  text-align: left;
  z-index: 25;
  width: 90%;
  max-width: 520px;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-kicker {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: #86868b;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: inline-block;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.95);
}

.hero-title {
  font-size: clamp(2.4rem, 4.2vw, 4.2rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.08;
  margin-bottom: 20px;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.95);
}

.hero-title-light {
  color: #a1a1a6;
  font-weight: 500;
}

.hero-subtitle {
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  color: #a1a1a6;
  max-width: 480px;
  margin: 0 0 28px 0;
  line-height: 1.6;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.95);
}

/* HERO ACTION BUTTONS */
.hero-action-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 30px;
}

.hero-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 980px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
  text-decoration: none;
}

.hero-cta-btn.primary {
  background: #ffffff;
  color: #000000;
  border: 1px solid #ffffff;
}

.hero-cta-btn.primary:hover {
  background: #e5e5ea;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.25);
}

.hero-cta-btn.secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
}

.hero-cta-btn.secondary:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.4);
}

.hero-scroll-indicator {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  opacity: 0.75;
}

.scroll-mouse-pill {
  width: 20px;
  height: 32px;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  border-radius: 12px;
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 5px;
}

.scroll-dot {
  width: 3px;
  height: 5px;
  background-color: #ffffff;
  border-radius: 2px;
  animation: scrollBounce 2s infinite ease-in-out;
}

/* ==========================================================================
   INTERACTIVE LAYER DOCK (BOTTOM FLOATING PILL BAR)
   ========================================================================== */
.layer-dock-wrapper {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 30;
  pointer-events: auto;
}

.layer-dock-pill-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(20, 20, 24, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 6px;
  border-radius: 980px;
  backdrop-filter: blur(20px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.dock-pill {
  background: transparent;
  border: none;
  color: #86868b;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 980px;
  cursor: pointer;
  transition: all 0.22s ease;
  white-space: nowrap;
}

.dock-pill:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.dock-pill.active {
  background: #ffffff;
  color: #000000;
  box-shadow: 0 2px 12px rgba(255, 255, 255, 0.25);
}

@keyframes scrollBounce {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    transform: translateY(8px);
    opacity: 0.2;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.scroll-hint-text {
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #86868b;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9);
}

/* ==========================================================================
   BEFORE / AFTER COMPARISON SLIDER
   ========================================================================== */
.comparison-section {
  position: relative;
  background: #000000;
  border-top: 1px solid var(--border-light);
  overflow: hidden;
}

.comparison-slider-wrapper {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  aspect-ratio: 1536 / 1024;
  border-radius: 20px;
  overflow: hidden;
  user-select: none;
  -webkit-user-select: none;
  cursor: ew-resize;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.9), 0 0 0 1px rgba(255, 255, 255, 0.12);
  background: #050505;
}

.comparison-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  display: block;
}

.comparison-before-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0 50% 0 0);
  pointer-events: none;
  z-index: 2;
}

.comparison-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 48px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: ew-resize;
  z-index: 10;
  touch-action: none;
}

.handle-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: #ffffff;
  transform: translateX(-50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.9), 0 0 8px rgba(255, 255, 255, 0.8);
}

.handle-knob {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  color: #000000;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.8), 0 0 0 3px rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  backdrop-filter: blur(16px);
  z-index: 3;
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.comparison-slider-wrapper:hover .handle-knob,
.comparison-slider-wrapper.active-dragging .handle-knob {
  transform: scale(1.12);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.9), 0 0 20px rgba(255, 255, 255, 0.9);
}

.comparison-badge {
  position: absolute;
  bottom: 24px;
  padding: 8px 18px;
  border-radius: 980px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  pointer-events: none;
  z-index: 5;
  white-space: nowrap;
}

.badge-before {
  left: 24px;
  background: rgba(18, 18, 22, 0.82);
  color: #a1a1a6;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
}

.badge-after {
  right: 24px;
  background: rgba(255, 255, 255, 0.94);
  color: #000000;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
}

/* Beneath Slider Caption: Clean AI Transparency Note */
.comparison-footer-caption {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  text-align: center;
  padding: 0 16px;
}

.comparison-ai-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 500;
  color: #86868b;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 8px 20px;
  border-radius: 980px;
  letter-spacing: 0.02em;
  max-width: 100%;
  line-height: 1.4;
  transition: all 0.25s ease;
}

.comparison-ai-pill:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
}

.comparison-ai-pill svg {
  flex-shrink: 0;
  opacity: 0.8;
}

@media (max-width: 768px) {
  .comparison-footer-caption {
    margin-top: 14px;
  }
  .comparison-ai-pill {
    font-size: 0.72rem;
    padding: 7px 14px;
    gap: 6px;
  }
}



/* ==========================================================================
   DOORS: MATPLAST HIGH-END HAUSTÜREN LIVE-STUDIO (CLEAN APPLE LUXURY STYLE)
   ========================================================================== */
.doors-section {
  position: relative;
  background: #000000;
}

.doors-header {
  text-align: center;
  margin-bottom: 44px;
}

.doors-pre-title {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #86868b;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}

.doors-main-title {
  font-size: clamp(2.4rem, 4.4vw, 4.2rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: #ffffff;
  margin-bottom: 18px;
}

.doors-lead-desc {
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  color: #a1a1a6;
  max-width: 680px;
  margin: 0 auto 32px;
  line-height: 1.6;
}

/* 3 CATEGORIES / SERIES TABS (HARMONY, MODERN, AVANPORT) */
.doors-series-nav {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 980px;
  padding: 6px;
  gap: 6px;
  max-width: 100%;
  backdrop-filter: blur(20px);
}

.series-nav-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 22px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 980px;
  color: #a1a1a6;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap;
}

.series-nav-btn:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
}

.series-nav-btn.active {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.35);
  color: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.series-nav-name {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.series-nav-tag {
  font-size: 0.72rem;
  font-weight: 500;
  color: #86868b;
  padding: 2px 8px;
  border-radius: 980px;
  background: rgba(255, 255, 255, 0.06);
}

.series-nav-btn.active .series-nav-tag {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
}

/* STUDIO GRID */
.doors-studio-grid {
  display: grid;
  grid-template-columns: 460px 1fr;
  align-items: center;
  gap: 60px;
  max-width: 1140px;
  margin: 30px auto 0 auto;
}

/* DOOR STAGE */
.door-stage-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.door-spotlight {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140%;
  height: 140%;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.015) 45%, rgba(0, 0, 0, 0) 75%);
  pointer-events: none;
  z-index: 1;
}

/* Door Luxury Display Card: Perfectly frames the door with 100% full height visibility */
.door-display-card {
  position: relative;
  width: 100%;
  max-width: 440px;
  height: 640px;
  border-radius: 28px;
  background: radial-gradient(circle at 50% 35%, #181c24 0%, #0a0b0f 85%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  overflow: hidden;
  z-index: 2;
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.door-display-card:hover {
  box-shadow: 0 45px 110px rgba(0, 0, 0, 1), 0 0 0 1px rgba(255, 255, 255, 0.2);
}

/* Door image fits 100% inside card without clipping top, bottom or sides */
.door-finish-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.85));
  transition: opacity 0.22s cubic-bezier(0.16, 1, 0.3, 1), transform 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.door-stage-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding: 8px 22px;
  background: rgba(18, 20, 26, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 980px;
  font-size: 0.84rem;
  font-weight: 600;
  color: #e5e5ea;
  backdrop-filter: blur(16px);
  z-index: 2;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
  text-align: center;
}

/* CONTROLS PANEL */
.door-controls-panel {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.panel-kicker {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #86868b;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.door-title-display {
  font-size: clamp(1.8rem, 2.6vw, 2.3rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: 0;
  color: #ffffff;
  transition: opacity 0.2s ease;
}

.door-desc-display {
  font-size: 0.92rem;
  color: #a1a1a6;
  line-height: 1.55;
  margin-bottom: 0;
  transition: opacity 0.2s ease;
}

/* DOOR CARD CHEVRONS & TOP MODEL PILL */
.door-nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(18, 20, 26, 0.72);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
}

.door-nav-arrow.door-nav-prev {
  left: 14px;
}

.door-nav-arrow.door-nav-next {
  right: 14px;
}

.door-nav-arrow:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.8), 0 0 12px rgba(255, 255, 255, 0.2);
}

.door-nav-arrow:active {
  transform: translateY(-50%) scale(0.95);
}

.door-card-pill {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  background: rgba(18, 20, 26, 0.82);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 980px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #ffffff;
  z-index: 5;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  pointer-events: none;
  white-space: nowrap;
}



/* DOOR COLORS: EMPFOHLENE TÜRFARBEN (MATCHING SCREENSHOT) */
.door-colors-title {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #f5f5f7;
  text-transform: none;
  line-height: 1.2;
}

.door-color-cards-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px 20px;
  width: 100%;
  position: relative;
}

.door-color-card {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: none;
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  text-decoration: none;
}

.door-color-card:hover {
  transform: translateY(-2px);
}

.door-color-swatch-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1.5px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.45);
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  flex-shrink: 0;
  box-sizing: border-box;
}

.door-color-card:hover .door-color-swatch-circle {
  border-color: rgba(255, 255, 255, 0.7);
  transform: scale(1.06);
}

.door-color-card.active .door-color-swatch-circle {
  border-color: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.35), 0 6px 18px rgba(0, 0, 0, 0.6);
  transform: scale(1.08);
}

.door-color-code {
  font-size: 0.78rem;
  font-weight: 600;
  color: #a1a1a6;
  letter-spacing: 0.02em;
  text-align: center;
  white-space: nowrap;
  font-family: inherit;
  transition: color 0.2s ease;
}

.door-color-card:hover .door-color-code,
.door-color-card.active .door-color-code {
  color: #ffffff;
  font-weight: 700;
}

/* MORE COLORS DROPDOWN */
.door-more-colors-block {
  position: relative;
  width: 100%;
}

.more-colors-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px dashed rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  cursor: pointer;
  color: #d1d1d6;
  text-align: left;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.more-colors-trigger:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.35);
  color: #ffffff;
}

.door-more-colors-block.open .more-colors-trigger {
  background: rgba(255, 255, 255, 0.08);
  border-style: solid;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6);
}

.door-more-colors-block.active-color .more-colors-trigger {
  background: rgba(255, 255, 255, 0.08);
  border-style: solid;
  border-color: #ffffff;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5), 0 8px 24px rgba(0, 0, 0, 0.5);
  color: #ffffff;
}

.more-colors-trigger-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.more-colors-trigger-swatch {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  flex-shrink: 0;
}

.more-colors-icon-dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px dashed rgba(255, 255, 255, 0.25);
  font-size: 1.1rem;
  font-weight: 700;
  color: #a1a1a6;
  flex-shrink: 0;
}

.more-colors-trigger-title {
  font-size: 0.92rem;
  font-weight: 600;
  color: inherit;
}

.dropdown-chevron {
  color: #a1a1a6;
  transition: transform 0.25s ease;
  flex-shrink: 0;
}

.door-more-colors-block.open .dropdown-chevron {
  transform: rotate(180deg);
  color: #ffffff;
}

/* DROPDOWN MENU */
.dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  max-height: 280px;
  overflow-y: auto;
  background: rgba(18, 20, 26, 0.97);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.9);
  z-index: 100;
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 8px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.25) transparent;
}

.dropdown-menu::-webkit-scrollbar {
  width: 6px;
}

.dropdown-menu::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 4px;
}

.door-more-colors-block.open .dropdown-menu {
  display: flex;
}

.dropdown-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.15s ease;
}

.dropdown-item:hover {
  background: rgba(255, 255, 255, 0.08);
}

.dropdown-item.active {
  background: rgba(255, 255, 255, 0.14);
}

.dropdown-item-preview {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
}

.dropdown-item-name {
  font-size: 0.90rem;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-grow: 1;
}

.dropdown-item-check {
  font-size: 0.88rem;
  font-weight: 700;
  color: #ffffff;
  opacity: 0;
  flex-shrink: 0;
}

.dropdown-item.active .dropdown-item-check {
  opacity: 1;
}

/* SMART ACCESS FEATURE: ULTRA-CLEAN EDITORIAL LINE */
.door-smart-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  margin-bottom: 24px;
  font-size: 1.02rem;
  line-height: 1.4;
  background: transparent;
  border: none;
  padding: 0;
}

.door-smart-feature svg {
  color: #b3b3b8;
  flex-shrink: 0;
  transition: color 0.2s ease;
}

.door-smart-feature:hover svg {
  color: #ffffff;
}

.door-smart-feature .smart-feature-text {
  color: #a1a1a6;
}

.door-smart-feature .smart-feature-text strong {
  color: #ffffff;
  font-weight: 600;
  margin-right: 4px;
}

/* INQUIRE BUTTON */
.door-inquire-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 32px;
  background: #ffffff;
  color: #000000;
  border-radius: 980px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.18);
  margin-top: 4px;
  border: none;
  cursor: pointer;
}

.door-inquire-btn:hover {
  background: #f0f0f4;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(255, 255, 255, 0.3);
}

/* SERIES PREVIEW CARD (FOR MODERN & AVANPORT) */
.series-preview-card {
  max-width: 820px;
  margin: 30px auto 0;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 44px 36px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(20px);
}

.series-preview-badge {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #22c55e;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.series-preview-title {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.series-preview-desc {
  font-size: 1.05rem;
  color: #a1a1a6;
  line-height: 1.6;
  margin-bottom: 28px;
}

.series-preview-highlights {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 20px;
  margin-bottom: 34px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.preview-hl-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.92rem;
  color: #d1d1d6;
}

.hl-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 8px #22c55e;
  flex-shrink: 0;
}

.series-preview-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-back-to-harmony {
  padding: 14px 24px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 980px;
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.22s ease;
}

.btn-back-to-harmony:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.3);
}

/* MODERN & AVANPORT HAUSTÜREN LIVE-STUDIO SELECTOR & CONTROLS */
.modern-models-selector,
.avanport-models-selector {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

.modern-models-header,
.avanport-models-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2px;
  width: 100%;
}

.modern-models-count,
.avanport-models-count {
  font-size: 0.86rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.02em;
}

.modern-models-hint,
.avanport-models-hint {
  font-size: 0.74rem;
  color: #86868b;
  font-weight: 500;
}

.modern-models-grid,
.avanport-models-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

@media (min-width: 1200px) {
  .avanport-models-grid {
    grid-template-columns: repeat(10, 1fr);
  }
}

.modern-model-thumb-btn,
.avanport-model-thumb-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 7px 4px 6px 4px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  min-width: 0;
  outline: none;
}

.modern-model-thumb-btn:hover,
.avanport-model-thumb-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.28);
  transform: translateY(-2px);
}

.modern-model-thumb-btn.active,
.avanport-model-thumb-btn.active {
  background: rgba(255, 255, 255, 0.12);
  border-color: #ffffff;
  box-shadow: 0 0 0 1px #ffffff, 0 8px 24px rgba(0, 0, 0, 0.65);
  transform: translateY(-2px);
}

.modern-thumb-preview,
.avanport-thumb-preview {
  width: 28px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.6));
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  display: block;
}

.modern-model-thumb-btn:hover .modern-thumb-preview,
.avanport-model-thumb-btn:hover .avanport-thumb-preview {
  transform: scale(1.06);
}

.modern-model-thumb-btn.active .modern-thumb-preview,
.avanport-model-thumb-btn.active .avanport-thumb-preview {
  transform: scale(1.12);
}

.modern-thumb-num,
.avanport-thumb-num {
  font-size: 0.68rem;
  font-weight: 700;
  color: #86868b;
  margin-top: 4px;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  transition: color 0.2s ease;
}

.modern-model-thumb-btn:hover .modern-thumb-num,
.avanport-model-thumb-btn:hover .avanport-thumb-num,
.modern-model-thumb-btn.active .modern-thumb-num,
.avanport-model-thumb-btn.active .avanport-thumb-num {
  color: #ffffff;
}

.door-action-group {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  width: 100%;
}

.door-action-group .door-inquire-btn {
  flex: 0 0 auto;
  padding: 14px 28px;
  font-size: 0.95rem;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  border-radius: 980px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.door-action-group .btn-back-to-harmony {
  flex: 0 0 auto;
  padding: 12px 18px;
  font-size: 0.85rem;
  height: 44px;
  min-height: 44px;
  max-height: 44px;
  border-radius: 980px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ==========================================================================
   AVANPORT MULTI-MODELL LIVE-STUDIO & MODELL-HUB STYLES
   ========================================================================== */

/* Avanport Hub Overview */
.avanport-hub-view {
  max-width: 1180px;
  margin: 30px auto 0;
  text-align: center;
  animation: fadeIn 0.35s ease;
}

.avanport-hub-header {
  margin-bottom: 36px;
}

.avanport-hub-kicker {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #22c55e;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
}

.avanport-hub-title {
  font-size: clamp(2rem, 3.2vw, 2.7rem);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: 14px;
}

.avanport-hub-subtitle {
  font-size: 1.02rem;
  color: #a1a1a6;
  max-width: 740px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Avanport 4-Card Grid */
.avanport-hub-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  text-align: left;
}

.avanport-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
}

.avanport-card:hover {
  background: rgba(255, 255, 255, 0.065);
  border-color: rgba(255, 255, 255, 0.32);
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.75), 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.avanport-card:focus-visible {
  outline: 2px solid #22c55e;
  outline-offset: 2px;
}

.avanport-card-badge {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #d1d1d6;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 5px 12px;
  border-radius: 980px;
  width: fit-content;
  margin-bottom: 16px;
}

.avanport-card-badge.special {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

.avanport-card-img-wrap {
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0) 72%);
  border-radius: 16px;
  overflow: hidden;
}

.avanport-card-img {
  max-height: 95%;
  max-width: 95%;
  object-fit: contain;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.85));
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.avanport-card:hover .avanport-card-img {
  transform: scale(1.06);
}

.avanport-card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.avanport-card-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

.avanport-card-desc {
  font-size: 0.88rem;
  color: #a1a1a6;
  line-height: 1.55;
  margin-bottom: 20px;
  flex-grow: 1;
}

.avanport-card-footer {
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 14px;
}

.avanport-card-btn {
  font-size: 0.88rem;
  font-weight: 600;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.22s ease;
}

.avanport-card:hover .avanport-card-btn {
  color: #22c55e;
  transform: translateX(4px);
}

/* Avanport Studio Container & Topbar */
.avanport-studio-container {
  max-width: 1180px;
  margin: 10px auto 0;
  animation: fadeIn 0.35s ease;
}

.avanport-studio-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
  padding: 0 4px;
}

.avanport-back-hub-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 980px;
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.22s ease;
}

.avanport-back-hub-btn:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.35);
  transform: translateX(-3px);
}

.avanport-model-pills {
  display: inline-flex;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 980px;
  padding: 4px;
  gap: 4px;
  flex-wrap: wrap;
}

.avanport-model-pill {
  padding: 8px 18px;
  border-radius: 980px;
  border: none;
  background: transparent;
  color: #a1a1a6;
  font-size: 0.86rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.22s ease;
}

.avanport-model-pill:hover {
  color: #ffffff;
}

.avanport-model-pill.active {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

/* Avanport Version Pills Selector */
.avanport-versions-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.avanport-versions-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.avanport-version-count {
  font-size: 0.84rem;
  font-weight: 700;
  color: #ffffff;
}

.avanport-version-pills-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}

.avanport-version-pill {
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  color: #d1d1d6;
  font-size: 0.84rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.avanport-version-pill:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.28);
  color: #ffffff;
  transform: translateY(-1px);
}

.avanport-version-pill.active {
  background: #ffffff;
  color: #000000;
  border-color: #ffffff;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(255, 255, 255, 0.28);
  transform: translateY(-1px);
}

/* Avanport Glass Selection Block (Model R) */
.avanport-glass-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  margin-top: 4px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
}

.avanport-glass-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 100%;
}

.avanport-glass-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  cursor: pointer;
  text-align: left;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.avanport-glass-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-1px);
}

.avanport-glass-card.active {
  background: rgba(34, 197, 94, 0.08);
  border-color: #22c55e;
  box-shadow: 0 0 0 1px #22c55e, 0 6px 18px rgba(0, 0, 0, 0.5);
}

.glass-preview-thumb {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.glass-meta {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-width: 0;
}

.glass-name {
  font-size: 0.88rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
}

.glass-sub {
  font-size: 0.72rem;
  color: #86868b;
  line-height: 1.25;
  margin-top: 2px;
}

.glass-check {
  font-size: 0.85rem;
  font-weight: 700;
  color: #22c55e;
  opacity: 0;
  transition: opacity 0.2s ease;
  flex-shrink: 0;
}

.avanport-glass-card.active .glass-check {
  opacity: 1;
}

/* Avanport Hub responsive breakpoints */
@media (max-width: 1100px) {
  .avanport-hub-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .avanport-hub-grid {
    grid-template-columns: 1fr;
  }
  
  .avanport-glass-grid {
    grid-template-columns: 1fr;
  }

  .avanport-studio-topbar {
    flex-direction: column;
    align-items: stretch;
  }

  .avanport-model-pills {
    justify-content: center;
  }
}


/* RESPONSIVENESS */
@media (max-width: 992px) {
  .doors-studio-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .modern-models-grid,
  .avanport-models-grid {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 8px;
    padding: 2px 2px 8px 2px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
  }

  .modern-model-thumb-btn,
  .avanport-model-thumb-btn {
    flex: 0 0 58px;
    scroll-snap-align: start;
  }

  .door-action-group {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .door-action-group .door-inquire-btn {
    width: 100%;
    max-width: 320px;
  }

  .door-action-group .btn-back-to-harmony {
    text-align: center;
    width: 100%;
    max-width: 320px;
  }

  .door-stage-wrapper {
    position: static;
    padding: 10px;
  }

  .door-display-card {
    max-width: 340px;
    height: 520px;
    padding: 20px;
    margin: 0 auto;
  }

  .doors-series-nav {
    border-radius: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .doors-header {
    margin-bottom: 30px;
  }

  .doors-series-nav {
    display: flex;
    width: 100%;
    padding: 4px;
    gap: 4px;
  }

  .series-nav-btn {
    flex: 1 1 30%;
    padding: 8px 10px;
    justify-content: center;
    flex-direction: column;
    gap: 2px;
  }

  .series-nav-name {
    font-size: 0.86rem;
  }

  .series-nav-tag {
    font-size: 0.62rem;
    padding: 1px 6px;
  }

  .door-display-card {
    max-width: 280px;
    height: 450px;
    padding: 16px;
    margin: 0 auto;
  }

  .door-specs-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .spec-box {
    padding: 10px 12px;
  }

  .spec-val {
    font-size: 1rem;
  }

  .series-preview-card {
    padding: 24px 18px;
  }

  .series-preview-highlights {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   ACOUSTIC SIMULATOR (MINIMAL)
   ========================================================================== */
.acoustic-section {
  text-align: center;
}

.acoustic-display {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 16px;
  margin: 60px 0 40px;
}

.db-value {
  font-size: clamp(4.5rem, 15vw, 11rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
  transition: color 0.4s ease;
}

.db-value.quiet {
  color: var(--text-main);
}

.db-value.loud {
  color: var(--border-light);
}

.db-label {
  font-size: 2rem;
  color: var(--text-muted);
  font-weight: 500;
}

.toggle-wrapper {
  display: inline-flex;
  background: var(--bg-secondary);
  border-radius: 40px;
  padding: 6px;
}

.toggle-btn {
  padding: 12px 32px;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-muted);
  background: transparent;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.toggle-btn.active {
  background: var(--border-light);
  color: var(--text-main);
}

/* ==========================================================================
   LEISTUNGSSPEKTRUM & PHILOSOPHIE: ALLES AUS EINER HAND
   ========================================================================== */
.leistungen-section {
  position: relative;
  background: #000000;
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
  overflow: hidden;
}

.section-header-center {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 64px;
}

.location-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 980px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #a1a1a6;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.location-badge svg {
  color: #ffffff;
}

.section-headline {
  font-size: clamp(2.4rem, 4.2vw, 3.8rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 18px;
  color: #ffffff;
}

.section-subheadline {
  font-size: clamp(1.05rem, 1.3vw, 1.22rem);
  color: #86868b;
  line-height: 1.6;
}

/* 6 SERVICES GRID */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}

.service-card {
  background: rgba(14, 14, 18, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 34px 28px;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
}

.service-card:hover {
  background: rgba(22, 22, 28, 0.9);
  border-color: rgba(255, 255, 255, 0.22);
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
}

.service-icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin-bottom: 22px;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.service-card:hover .service-icon-wrap {
  background: rgba(255, 255, 255, 0.14);
  border-color: #ffffff;
  transform: scale(1.05);
}

.service-title {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
  color: #ffffff;
}

.service-desc {
  font-size: 0.94rem;
  line-height: 1.6;
  color: #86868b;
  margin: 0;
}

/* 4 PILLARS ROW */
.pillars-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 28px 32px;
  background: rgba(12, 12, 16, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  backdrop-filter: blur(20px);
}

.pillar-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.pillar-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #ffffff;
}

.pillar-content {
  display: flex;
  flex-direction: column;
}

.pillar-title {
  font-size: 0.94rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 2px;
}

.pillar-subtitle {
  font-size: 0.76rem;
  color: #86868b;
  font-weight: 500;
  margin: 0;
}

/* ==========================================================================
   CONTACT / CONFIGURATOR: CRISTIAN LOSI
   ========================================================================== */
.contact-section {
  background: #020204;
  border-top: 1px solid var(--border-light);
}

.configurator-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.contact-layout-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 72px;
  align-items: start;
}

.contact-headline {
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
  color: #ffffff;
}

.contact-sub {
  font-size: 1.15rem;
  color: #86868b;
  line-height: 1.6;
  margin-bottom: 40px;
}

.contact-cards-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-method-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.contact-method-card:hover:not(.static-card) {
  background: rgba(255, 255, 255, 0.08);
  border-color: #ffffff;
  transform: translateX(4px);
}

.contact-method-card.static-card {
  cursor: default;
}

/* WhatsApp Direct Card (Left Column - Clean neutral style matching Telefon & E-Mail) */
.contact-method-card.wa-direct-card {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.contact-method-card.wa-direct-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: #ffffff;
  box-shadow: none;
  transform: translateX(4px);
}

.wa-icon-bg {
  background: rgba(255, 255, 255, 0.06) !important;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}

.contact-arrow-badge,
.wa-arrow-badge,
.insta-arrow-badge {
  font-size: 0.74rem;
  font-weight: 600;
  color: #86868b;
  margin-left: auto;
  letter-spacing: 0.02em;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 4px 12px;
  border-radius: 980px;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.contact-method-card:hover .contact-arrow-badge,
.contact-method-card.wa-direct-card:hover .wa-arrow-badge,
.contact-method-card.insta-direct-card:hover .insta-arrow-badge {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateX(3px);
}

/* Instagram Direct Card (Left Column - Clean neutral style matching Telefon & E-Mail) */
.contact-method-card.insta-direct-card {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.contact-method-card.insta-direct-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: #ffffff;
  box-shadow: none;
  transform: translateX(4px);
}

.insta-icon-bg {
  background: rgba(255, 255, 255, 0.06) !important;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}

.contact-method-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  flex-shrink: 0;
}

.contact-method-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.method-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #86868b;
  text-transform: uppercase;
}

.method-val {
  font-size: 1.08rem;
  font-weight: 600;
  color: #ffffff;
}

.contact-form-panel {
  background: rgba(12, 12, 16, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 44px;
  backdrop-filter: blur(20px);
}

/* WhatsApp Interactive Panel Header */
.whatsapp-panel-header {
  margin-bottom: 26px;
}

.wa-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 980px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #a1a1a6;
  font-size: 0.76rem;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: 0.02em;
}

.wa-status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
  animation: waPulse 2.5s infinite ease-in-out;
}

@keyframes waPulse {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.4;
    transform: scale(0.85);
  }
}

.wa-panel-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: #ffffff;
  letter-spacing: -0.02em;
}

.wa-panel-subtitle {
  font-size: 0.95rem;
  color: #86868b;
  line-height: 1.5;
  margin: 0;
}

/* Live WhatsApp Preview Box - Clean neutral style */
.wa-preview-box {
  background: rgba(18, 18, 24, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 14px;
  padding: 16px 18px;
  margin-top: 22px;
  transition: all 0.25s ease;
}

.wa-preview-header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #86868b;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.wa-preview-header svg {
  color: #ffffff;
}

.wa-preview-text {
  font-size: 0.94rem;
  color: #f5f5f7;
  line-height: 1.55;
  margin: 0;
}

/* WhatsApp Action Group */
.wa-action-group {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 28px;
}

.btn-whatsapp-direct {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 28px;
  background: #25D366;
  color: #000000;
  font-size: 1.05rem;
  font-weight: 700;
  border-radius: 980px;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
}

.btn-whatsapp-direct:hover {
  background: #2ee672;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(37, 211, 102, 0.55);
}

.wa-icon {
  flex-shrink: 0;
}

.btn-call-direct {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 18px 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 980px;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.btn-call-direct:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: #ffffff;
  transform: translateY(-2px);
}

.clean-form-group {
  margin-bottom: 32px;
}

.clean-form-group label {
  display: block;
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 16px;
  color: var(--text-main);
}

.clean-select-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.clean-option {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.02);
  padding: 16px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.25s ease;
  color: var(--text-muted);
  font-size: 0.95rem;
  font-weight: 500;
}

.clean-option:hover {
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.05);
}

.clean-option.selected {
  border-color: #ffffff;
  color: #000000;
  background: #ffffff;
  font-weight: 600;
  box-shadow: 0 4px 16px rgba(255, 255, 255, 0.2);
}

.clean-input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  padding: 14px 0;
  font-size: 1.25rem;
  color: var(--text-main);
  font-family: var(--font-body);
  transition: border-color 0.3s;
}

.clean-input:focus {
  outline: none;
  border-color: #ffffff;
}

.contact-submit-btn {
  width: 100%;
  margin-top: 36px;
  padding: 18px 32px;
  font-size: 1.05rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 980px;
}

/* Mobile-only contact panel info: strictly hidden on desktop */
.mobile-contact-panel-info {
  display: none !important;
}

/* ==========================================================================
   PROJECTS & REFERENCES GALLERY (ECHTE PROJEKTE)
   ========================================================================== */
.projekte-section {
  background: #000000;
  border-top: 1px solid var(--border-light);
  position: relative;
  overflow: hidden;
}

.projekte-header {
  text-align: center;
  margin-bottom: 48px;
  position: relative;
}

.projekte-header .location-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 auto 20px;
}

.projekte-header .section-title {
  font-size: clamp(2.3rem, 4.2vw, 3.8rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.12;
  margin-bottom: 18px;
  color: #ffffff;
  text-align: center;
}

.projekte-header .section-title .text-gradient {
  color: #86868b;
}

.projekte-header .section-subtitle {
  font-size: clamp(1.02rem, 1.25vw, 1.18rem);
  color: #86868b;
  line-height: 1.6;
  max-width: 740px;
  margin: 0 auto 28px;
  text-align: center;
}

.projekte-header .section-subtitle strong {
  color: #ffffff;
  font-weight: 600;
}

.projekte-filter-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.filter-pill {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #a1a1a6;
  border-radius: 980px;
  padding: 9px 20px;
  font-size: 0.88rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.filter-pill:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}

.filter-pill.active {
  background: #ffffff;
  color: #000000;
  border-color: #ffffff;
  font-weight: 600;
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.18);
}

.filter-count {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 980px;
  padding: 1px 7px;
  font-size: 0.72rem;
  font-weight: 600;
}

.filter-pill.active .filter-count {
  background: rgba(0, 0, 0, 0.12);
  color: #000000;
}

/* Service Spotlight in Projekte Header */
.projekte-service-spotlight {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 960px;
  margin: 28px auto 0;
  text-align: left;
}

.spotlight-card {
  background: rgba(18, 18, 24, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 18px 22px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  backdrop-filter: blur(12px);
  position: relative;
  overflow: hidden;
}

.spotlight-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.spotlight-card:hover {
  background: rgba(26, 26, 34, 0.85);
  border-color: rgba(255, 255, 255, 0.22);
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
}

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

.spotlight-icon-box {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: all 0.3s ease;
}

.spotlight-card:hover .spotlight-icon-box {
  background: rgba(255, 255, 255, 0.14);
  border-color: #ffffff;
  transform: scale(1.06);
}

.spotlight-content {
  flex: 1;
  min-width: 0;
}

.spotlight-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 6px;
  flex-wrap: wrap;
}

.spotlight-title {
  font-size: 1.02rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.01em;
}

.spotlight-badge {
  font-size: 0.68rem;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 980px;
  letter-spacing: 0.04em;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #e5e5ea;
  transition: all 0.25s ease;
}

.spotlight-badge.badge-germany {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.spotlight-badge.badge-custom {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.14);
  color: #d1d1d6;
}

.spotlight-card:hover .spotlight-badge {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.28);
  color: #ffffff;
}

.spotlight-desc {
  font-size: 0.84rem;
  color: #8e8e93;
  line-height: 1.45;
  margin: 0 0 12px 0;
}

.spotlight-cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.81rem;
  font-weight: 600;
  color: #d1d1d6;
  padding: 5px 13px;
  margin-left: -2px;
  border-radius: 980px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  width: fit-content;
}

.spotlight-cta svg {
  color: currentColor;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), color 0.3s ease;
}

.spotlight-card:hover .spotlight-cta {
  color: #25d366;
  background: rgba(37, 211, 102, 0.12);
  border-color: rgba(37, 211, 102, 0.35);
  box-shadow: 0 4px 18px rgba(37, 211, 102, 0.18);
  gap: 10px;
}

.spotlight-card:hover .spotlight-cta svg {
  transform: translateX(3px);
  color: #25d366;
}

@media (max-width: 768px) {
  .projekte-service-spotlight {
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 14px auto 16px;
    max-width: 100%;
  }

  .spotlight-card {
    padding: 10px 14px;
    border-radius: 14px;
    gap: 12px;
    align-items: center;
  }

  .spotlight-icon-box {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    flex-shrink: 0;
  }

  .spotlight-icon-box svg {
    width: 18px;
    height: 18px;
  }

  .spotlight-content {
    flex: 1;
    min-width: 0;
  }

  .spotlight-top {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 2px;
  }

  .spotlight-title {
    font-size: 0.85rem;
    font-weight: 700;
  }

  .spotlight-badge {
    font-size: 0.64rem;
    padding: 2px 7px;
  }

  /* Kompakt auf dem Handy: Beschreibung ausblenden, damit die Fotos direkt im Blickfeld liegen */
  .spotlight-desc {
    display: none !important;
  }

  .spotlight-cta {
    margin-top: 3px;
    font-size: 0.73rem;
    padding: 3px 9px;
    gap: 5px;
    background: rgba(37, 211, 102, 0.08);
    border-color: rgba(37, 211, 102, 0.25);
    color: #25d366;
  }

  .spotlight-cta svg {
    width: 11px;
    height: 11px;
  }
}

/* Projects Grid */
.projekte-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
  margin-bottom: 50px;
  transition: opacity 0.3s ease;
}

.projekt-card {
  background: rgba(18, 18, 22, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s ease, box-shadow 0.35s ease, opacity 0.35s ease;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}

.projekt-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6);
}

.projekt-card:active {
  transform: scale(0.98);
}

.projekt-card.hidden {
  display: none !important;
}

.projekt-img-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #0a0a0c;
}

.projekt-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  display: block;
}

.projekt-card:hover .projekt-img {
  transform: scale(1.06);
}

.projekt-badge-top {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(0, 0, 0, 0.68);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 980px;
  padding: 4px 12px;
  font-size: 0.72rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.projekt-info {
  padding: 20px 22px 22px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.projekt-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.projekt-location {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.78rem;
  color: #86868b;
  font-weight: 500;
}

.projekt-badge-sub {
  font-size: 0.72rem;
  font-weight: 600;
  color: #2997ff;
  background: rgba(41, 151, 255, 0.1);
  border: 1px solid rgba(41, 151, 255, 0.2);
  border-radius: 6px;
  padding: 2px 7px;
}

.projekt-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.35;
}

.projekt-desc {
  display: none !important;
}

.projekte-load-more-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto 40px;
}

.btn-load-more {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
  padding: 13px 32px;
  font-size: 0.92rem;
  font-weight: 600;
  border-radius: 980px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  font-family: inherit;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.btn-load-more:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}

.btn-load-more:active {
  transform: scale(0.97);
}

.btn-load-more .load-more-icon {
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-load-more.expanded .load-more-icon {
  transform: rotate(180deg);
}

.btn-wa-green,
a.btn-wa-green {
  background: #25D366 !important;
  color: #000000 !important;
  font-weight: 700 !important;
  font-size: 0.95rem !important;
  border-radius: 980px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  padding: 13px 26px !important;
  text-decoration: none !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-shadow: 0 4px 18px rgba(37, 211, 102, 0.4) !important;
  border: none !important;
  white-space: nowrap !important;
}

.btn-wa-green svg,
a.btn-wa-green svg {
  fill: #000000 !important;
  stroke: none !important;
  flex-shrink: 0 !important;
}

.btn-wa-green:hover,
a.btn-wa-green:hover {
  background: #20ba5a !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.55) !important;
  color: #000000 !important;
}

.btn-wa-green:active,
a.btn-wa-green:active {
  transform: scale(0.98) !important;
}

/* Lightbox Modal */
.lightbox-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  padding: 20px;
}

.lightbox-modal.active {
  opacity: 1;
  pointer-events: auto;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.lightbox-dialog {
  position: relative;
  z-index: 2;
  max-width: 1040px;
  width: 100%;
  max-height: 92vh;
  display: flex;
  flex-direction: column;
  background: #0d0d11;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.95);
  transform: scale(0.96);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.lightbox-modal.active .lightbox-dialog {
  transform: scale(1);
}

.lightbox-close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 12;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.lightbox-close-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.08);
}

.lightbox-nav-btn {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 10;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
}

.lightbox-nav-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-50%) scale(1.08);
}

.lightbox-nav-btn.prev {
  left: 18px;
}

.lightbox-nav-btn.next {
  right: 18px;
}

.lightbox-media-container {
  width: 100%;
  height: 60vh;
  max-height: 560px;
  min-height: 260px;
  background: #050507;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  user-select: none;
}

.lightbox-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.lightbox-footer {
  padding: 20px 28px;
  background: #0d0d11;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.lightbox-meta-top {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.lightbox-category-tag {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-radius: 6px;
  padding: 2px 8px;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.lightbox-location-tag {
  color: #86868b;
  font-size: 0.78rem;
  font-weight: 500;
}

.lightbox-title {
  font-size: 1.18rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
}

.lightbox-desc {
  display: none !important;
}

.lightbox-action .lightbox-cta {
  padding: 11px 22px;
  font-size: 0.88rem;
  white-space: nowrap;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
footer {
  padding: 80px 0 40px;
  background: #000000;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
}

.footer-content {
  display: grid;
  grid-template-columns: 1.3fr 1.1fr 1fr;
  gap: 50px;
  margin-bottom: 50px;
  align-items: flex-start;
}

.footer-brand-desc {
  color: var(--text-muted);
  font-size: 0.94rem;
  line-height: 1.6;
  max-width: 360px;
  margin-bottom: 16px;
}

.footer-brand-desc strong {
  color: #ffffff;
  font-weight: 600;
}

.footer-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 980px;
  font-size: 0.78rem;
  color: #a1a1a6;
  font-weight: 500;
}

.footer-badge-pill svg {
  color: #2997ff;
  flex-shrink: 0;
}

.footer-title {
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #86868b;
  margin-bottom: 18px;
}

.footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.footer-contact-item:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
}

.footer-item-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  flex-shrink: 0;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.footer-contact-item:hover .footer-item-icon {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

.footer-item-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.footer-item-label {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #86868b;
  font-weight: 600;
}

.footer-item-val {
  font-size: 0.88rem;
  font-weight: 500;
  color: #f5f5f7;
}

.footer-services-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-service-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.25s ease, transform 0.25s ease;
}

.footer-service-link .link-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  transition: background-color 0.25s ease, transform 0.25s ease;
  flex-shrink: 0;
}

.footer-service-link:hover {
  color: #ffffff;
  transform: translateX(4px);
}

.footer-service-link:hover .link-dot {
  background: #ffffff;
  transform: scale(1.4);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 24px;
}

.footer-copy {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin: 0;
}

.footer-back-top {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #86868b;
  text-decoration: none;
  padding: 6px 14px;
  border-radius: 980px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.25s ease;
}

.footer-back-top:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

/* ==========================================================================
   RESPONSIVE DESIGN (LAPTOPS, TABLETS, SMARTPHONES)
   ========================================================================== */

/* 1. LAPTOPS & 16:9 / 16:10 MONITORS (1025px to 1680px) */
@media (min-width: 1025px) and (max-width: 1680px) {
  .hero-intro {
    left: 4.5%;
    max-width: 440px;
  }

  .hero-title {
    font-size: clamp(2.2rem, 3.4vw, 3.4rem);
    line-height: 1.1;
  }

  .hero-subtitle {
    font-size: 1.02rem;
    max-width: 410px;
  }

  .seq-content.left {
    left: 4.5%;
    max-width: 440px;
  }

  .seq-content.right {
    right: 4.5%;
    max-width: 440px;
  }

  .door-display-card {
    max-width: 360px;
    max-height: 520px;
  }

  .doors-studio-grid {
    gap: 48px;
  }
}

/* 2. LAPTOPS WITH COMPACT VIEWPORT HEIGHTS (e.g. 1366x768, 1440x900) */
@media (max-height: 850px) and (min-width: 993px) {
  .hero-intro {
    max-width: 420px;
  }

  .hero-title {
    font-size: clamp(1.9rem, 3.2vw, 2.9rem);
    margin-bottom: 12px;
  }

  .hero-subtitle {
    margin-bottom: 18px;
    font-size: 0.95rem;
  }

  .door-display-card {
    max-width: 320px;
    max-height: 480px;
  }

  .doors-studio-grid {
    gap: 36px;
  }
}

/* 3. TABLETS & SMALL LAPTOPS (<= 1024px) */
@media (max-width: 1024px) {
  header {
    padding: 20px 4%;
  }

  .nav-right {
    gap: 20px;
  }

  .hero-intro {
    left: 5%;
    max-width: 440px;
  }

  .hero-title {
    font-size: clamp(2.2rem, 4vw, 3.2rem);
  }

  .seq-content.left {
    left: 5%;
  }

  .seq-content.right {
    right: 5%;
  }

  .comparison-slider-wrapper {
    max-width: 95%;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .pillars-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .contact-layout-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .footer-content {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }

  .footer-brand-col {
    grid-column: span 2;
  }
}

/* 4. SMARTPHONES & SMALL TABLETS (<= 768px) */
@media (max-width: 768px) {

  /* Header Mobile Drawer */
  header {
    padding: 12px 5%;
  }

  .mobile-menu-btn {
    display: flex;
  }

  .nav-right {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(6, 6, 9, 0.97);
    backdrop-filter: blur(28px);
    -webkit-backdrop-filter: blur(28px);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    padding: 85px 20px 40px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.35s;
    z-index: 1001;
  }

  .nav-right.mobile-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .nav-right .nav-link {
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
    padding: 2px 0;
  }

  .nav-right .nav-contact-btn {
    font-size: 0.95rem;
    padding: 12px 32px;
    margin-top: 4px;
    margin-bottom: 4px;
  }

  /* Section Paddings */
  .section-padding {
    padding: 56px 0;
  }

  /* Hero Sequence Mobile Layout: Kompakt, elegant und kollisionsfrei über dem Fenster */
  .hero-intro {
    position: absolute;
    top: 72px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    text-align: center;
    width: 92%;
    max-width: 340px;
    z-index: 25;
    pointer-events: auto;
  }

  .hero-kicker {
    font-size: 0.62rem !important;
    letter-spacing: 0.16em !important;
    margin-bottom: 4px !important;
  }

  .hero-title {
    font-size: clamp(1.4rem, 5.2vw, 1.72rem) !important;
    line-height: 1.12 !important;
    margin-bottom: 6px !important;
    letter-spacing: -0.03em !important;
  }

  .hero-subtitle {
    display: none !important;
    /* Auf Smartphones ausgeblendet: Schafft Platz, verhindert Kollision mit dem 3D-Fenster */
  }

  .hero-action-row {
    justify-content: center;
    gap: 8px;
    margin-top: 6px !important;
    margin-bottom: 0;
  }

  .hero-cta-btn {
    padding: 8px 16px !important;
    font-size: 0.78rem !important;
    border-radius: 980px;
  }

  .hero-scroll-indicator {
    display: none;
  }

  /* Sequence Step Text: Pure, Minimalist Apple Editorial on Mobile */
  .seq-text-overlay {
    display: block !important;
  }

  .seq-content {
    position: absolute !important;
    top: 76px !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    width: 90% !important;
    max-width: 360px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    text-align: center !important;
    transform: translate(-50%, 8px) !important;
    z-index: 25;
    pointer-events: none;
    transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1), transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.35s !important;
  }

  .seq-content.active {
    transform: translate(-50%, 0) !important;
  }

  .seq-kicker {
    font-size: 0.68rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.14em !important;
    color: #86868b !important;
    text-transform: uppercase !important;
    margin-bottom: 5px !important;
    display: inline-block !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.95) !important;
  }

  .seq-title {
    font-size: 1.28rem !important;
    font-weight: 700 !important;
    line-height: 1.18 !important;
    margin-bottom: 6px !important;
    color: #ffffff !important;
    letter-spacing: -0.025em !important;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.95) !important;
  }

  .seq-title .seq-title-sub {
    color: #86868b !important;
    font-weight: 500 !important;
  }

  .seq-desc {
    font-size: 0.8rem !important;
    line-height: 1.4 !important;
    color: #a1a1a6 !important;
    margin: 0 auto !important;
    max-width: 320px !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.95) !important;
  }

  /* Layer Dock on Mobile */
  .layer-dock-wrapper {
    bottom: 10px !important;
    width: 92% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  .layer-dock-pill-bar {
    width: 100% !important;
    justify-content: space-between !important;
    padding: 3px !important;
    gap: 3px !important;
    background: rgba(10, 10, 14, 0.88) !important;
    backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
  }

  .dock-pill {
    padding: 6px 8px !important;
    font-size: 0.68rem !important;
    flex: 1 !important;
    text-align: center !important;
  }

  /* Leistungen & Pillars Mobile */
  .section-header-center {
    margin: 0 auto 36px;
  }

  .section-headline {
    font-size: clamp(1.8rem, 6vw, 2.3rem);
    margin-bottom: 12px;
  }

  .section-subheadline {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 24px;
  }

  .service-card {
    padding: 20px 18px;
    border-radius: 16px;
  }

  .service-icon-wrap {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    margin-bottom: 12px;
  }

  .service-title {
    font-size: 1.15rem;
    margin-bottom: 6px;
  }

  .service-desc {
    font-size: 0.85rem;
    line-height: 1.48;
  }

  .pillars-row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 16px;
    border-radius: 16px;
  }

  .pillar-item {
    gap: 12px;
  }

  .pillar-icon {
    width: 36px;
    height: 36px;
  }

  .pillar-title {
    font-size: 0.88rem;
  }

  .pillar-subtitle {
    font-size: 0.74rem;
  }

  /* Comparison Slider Mobile */
  .comparison-section {
    padding: 50px 0;
  }

  .comparison-header {
    margin-bottom: 28px;
  }

  .comparison-slider-wrapper {
    border-radius: 14px;
    aspect-ratio: 4 / 3;
    min-height: 260px;
  }

  .comparison-badge {
    bottom: 12px;
    padding: 6px 13px;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
    border-radius: 980px;
    white-space: nowrap;
    z-index: 5;
  }

  .badge-before {
    left: 12px;
  }

  .badge-after {
    right: 12px;
  }

  .comparison-badge .badge-extra {
    display: none !important;
  }

  .handle-knob {
    width: 40px;
    height: 40px;
  }

  /* Doors Live Designer Mobile */
  .doors-studio-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .door-stage-wrapper {
    order: -1;
    padding: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .door-display-card {
    max-width: 270px;
    height: 420px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 16px;
  }

  .door-nav-arrow {
    width: 38px;
    height: 38px;
  }

  .door-nav-prev {
    left: 8px;
  }

  .door-nav-next {
    right: 8px;
  }

  .door-stage-badge {
    margin-top: 10px;
    font-size: 0.72rem;
    padding: 5px 14px;
    max-width: 90%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .door-controls-panel {
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: 520px;
    min-width: 0;
    margin: 0 auto;
    padding: 0 4px;
  }

  .door-title-display {
    font-size: 1.35rem;
  }

  .door-desc-display {
    font-size: 0.88rem;
    margin-bottom: 16px;
    line-height: 1.5;
  }

  /* Modern Series Mobile Selector */
  .modern-models-selector {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-bottom: 18px;
  }

  .modern-models-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 4px;
    margin-bottom: 8px;
  }

  .modern-models-count {
    font-size: 0.82rem;
  }

  .modern-models-hint {
    font-size: 0.7rem;
  }

  .modern-models-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    gap: 8px;
    padding: 4px 6px 12px 6px;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.25) transparent;
  }

  .modern-model-thumb-btn {
    flex: 0 0 58px;
    width: 58px;
    height: 78px;
    padding: 6px 4px 5px 4px;
    scroll-snap-align: center;
    border-radius: 12px;
  }

  .modern-thumb-preview {
    width: 26px;
    height: 44px;
  }

  .modern-thumb-num {
    font-size: 0.65rem;
  }

  .door-swatch-list {
    width: 100%;
    gap: 8px;
    margin-bottom: 20px;
  }

  .door-swatch-btn {
    padding: 10px 14px;
    border-radius: 12px;
    gap: 12px;
  }

  .door-smart-feature {
    width: 100%;
    padding: 0;
    gap: 10px;
    margin-top: 14px;
    margin-bottom: 20px;
    font-size: 0.92rem;
    background: transparent;
    border: none;
  }

  .door-inquire-btn {
    width: 100%;
    max-width: 320px;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
    padding: 0 20px;
    font-size: 0.92rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 980px;
  }

  .door-action-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }

  .door-action-group .door-inquire-btn {
    width: 100%;
    max-width: 320px;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
    padding: 0 20px;
    font-size: 0.92rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 980px;
    flex: none;
  }

  .door-action-group .btn-back-to-harmony {
    width: 100%;
    max-width: 320px;
    height: 44px;
    min-height: 44px;
    max-height: 44px;
    padding: 0 16px;
    text-align: center;
    justify-content: center;
    font-size: 0.82rem;
    display: inline-flex;
    align-items: center;
    border-radius: 980px;
    flex: none;
  }

  /* Responsive series nav tag */
  .desktop-tag-text {
    display: inline;
  }

  /* Acoustic Simulator Mobile */
  .acoustic-display {
    margin: 20px 0 16px;
  }

  .db-value {
    font-size: clamp(4.2rem, 18vw, 6.5rem);
  }

  .toggle-wrapper {
    width: 100%;
    max-width: 330px;
    flex-direction: row;
    border-radius: 980px;
    gap: 4px;
    padding: 4px;
    margin: 0 auto;
  }

  .toggle-btn {
    flex: 1;
    width: auto;
    padding: 10px 6px;
    font-size: 0.78rem;
    white-space: nowrap;
  }

  /* Header Phone & Instagram Pill on Mobile */
  .header-phone-pill,
  .header-insta-pill {
    display: none;
  }


  /* Contact & WhatsApp Mobile: Linkes Panel auf Handy entfernen, Infos direkt in WhatsApp-Card integrieren */
  .contact-info-panel {
    display: none !important;
  }

  .contact-layout-grid {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  .mobile-contact-panel-info {
    display: block !important;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .mobile-contact-info-divider {
    text-align: center;
    margin-bottom: 12px;
  }

  .mobile-contact-info-divider span {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #86868b;
    font-weight: 600;
  }

  .mobile-contact-quick-grid {
    display: flex;
    flex-direction: column;
    gap: 9px;
  }

  .mobile-quick-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    text-decoration: none;
    color: #f5f5f7;
    transition: all 0.2s ease;
  }

  .mobile-quick-card.insta-quick-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

  .mobile-quick-card.insta-quick-card .mobile-quick-icon {
    background: rgba(255, 255, 255, 0.07);
    color: #ffffff;
    box-shadow: none;
    border: none;
  }

  .mobile-quick-tag {
    margin-left: auto;
    font-size: 0.72rem;
    font-weight: 700;
    color: #86868b;
    padding: 4px 10px;
    border-radius: 980px;
    background: rgba(255, 255, 255, 0.06);
  }

  .mobile-quick-tag.insta-tag-badge {
    color: #86868b;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

  .mobile-quick-card:active {
    background: rgba(255, 255, 255, 0.08);
    transform: scale(0.98);
  }

  .mobile-quick-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    flex-shrink: 0;
  }

  .mobile-quick-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-align: left;
  }

  .mobile-quick-text .quick-label {
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #86868b;
    text-transform: uppercase;
  }

  .mobile-quick-text .quick-val {
    font-size: 0.88rem;
    font-weight: 600;
    color: #ffffff;
  }

  .contact-form-panel {
    padding: 22px 16px;
    border-radius: 18px;
  }

  .wa-status-badge {
    font-size: 0.7rem;
    padding: 4px 10px;
    margin-bottom: 10px;
  }

  .wa-panel-title {
    font-size: 1.25rem;
  }

  .wa-panel-subtitle {
    font-size: 0.84rem;
    margin-bottom: 18px;
  }

  .clean-select-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .clean-option {
    padding: 10px 8px;
    font-size: 0.78rem;
    text-align: center;
    border-radius: 10px;
  }

  .clean-input {
    font-size: 0.95rem;
    padding: 10px 0;
  }

  .wa-preview-box {
    padding: 12px 14px;
    margin-top: 16px;
    border-radius: 10px;
  }

  .wa-preview-text {
    font-size: 0.84rem;
    line-height: 1.45;
  }

  .wa-action-group {
    flex-direction: column;
    width: 100%;
    gap: 10px;
    margin-top: 20px;
  }

  .btn-whatsapp-direct {
    width: 100%;
    padding: 14px 20px;
    font-size: 0.92rem;
  }

  .btn-call-direct {
    width: 100%;
    padding: 12px 18px;
    font-size: 0.88rem;
    justify-content: center;
  }

  /* Mobile Drawer Action Buttons */
  .mobile-drawer-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    border-radius: 980px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    width: 80%;
    max-width: 280px;
    justify-content: center;
    transition: all 0.25s ease;
  }

  .mobile-drawer-btn.insta-btn {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #ffffff;
    box-shadow: 0 4px 18px rgba(220, 39, 67, 0.45);
  }

  .mobile-drawer-btn.wa-btn {
    background: #25D366;
    color: #000000;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
  }

  .mobile-drawer-btn.call-btn {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff;
  }

  /* Footer Mobile */
  footer {
    padding: 44px 0 26px;
    background: #000000;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .footer-content {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-bottom: 24px;
  }

  .footer-brand-col {
    grid-column: auto;
    width: 100%;
  }

  .footer-brand-desc {
    font-size: 0.86rem;
    line-height: 1.55;
    max-width: 100%;
    margin-bottom: 12px;
  }

  .footer-badge-pill {
    padding: 6px 12px;
    font-size: 0.74rem;
  }

  .footer-contact-col,
  .footer-services-col {
    width: 100%;
  }

  .footer-title {
    font-size: 0.76rem;
    letter-spacing: 0.12em;
    margin-bottom: 12px;
    color: #86868b;
  }

  .footer-contact-list {
    gap: 8px;
  }

  .footer-contact-item {
    padding: 10px 14px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

  .footer-contact-item:active {
    background: rgba(255, 255, 255, 0.08);
    transform: scale(0.99);
  }

  .footer-item-icon {
    width: 32px;
    height: 32px;
    border-radius: 9px;
  }

  .footer-item-label {
    font-size: 0.62rem;
  }

  .footer-item-val {
    font-size: 0.86rem;
  }

  .footer-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 10px;
  }

  .footer-service-link {
    font-size: 0.82rem;
    padding: 7px 10px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 9px;
    gap: 7px;
    line-height: 1.28;
  }

  .footer-service-link .link-dot {
    width: 4px;
    height: 4px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 14px;
    padding-top: 20px;
    margin-top: 10px;
  }

  .footer-copy {
    font-size: 0.78rem;
  }

  .footer-back-top {
    font-size: 0.76rem;
    padding: 6px 14px;
  }

  /* Projekte Gallery Mobile (<= 768px) */
  .projekte-filter-bar {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    padding: 6px 16px 12px;
    margin: 10px -16px 18px;
    width: calc(100% + 32px);
    max-width: none;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .projekte-filter-bar::-webkit-scrollbar {
    display: none;
  }

  .filter-pill {
    padding: 7px 14px;
    font-size: 0.8rem;
    font-weight: 600;
    white-space: nowrap;
    flex-shrink: 0;
  }

  .projekte-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 24px;
    min-height: 280px;
  }

  .projekt-card {
    border-radius: 16px;
  }

  .projekt-badge-top {
    top: 8px;
    left: 8px;
    padding: 3px 8px;
    font-size: 0.65rem;
  }

  .projekt-info {
    padding: 12px 12px 14px;
  }

  .projekt-meta-row {
    margin-bottom: 4px;
  }

  .projekt-location {
    font-size: 0.72rem;
  }

  .projekt-badge-sub {
    font-size: 0.65rem;
    padding: 1px 5px;
  }

  .projekt-title {
    font-size: 0.92rem;
    margin-bottom: 2px;
    line-height: 1.25;
  }

  .projekt-desc {
    display: none;
    /* Kompakt in der 2-Spalten-Ansicht */
  }

  .projekte-load-more-wrap {
    margin: 8px auto 26px;
  }

  .btn-load-more {
    width: 100%;
    max-width: 320px;
    justify-content: center;
    padding: 12px 20px;
    font-size: 0.88rem;
  }

  /* Lightbox Mobile (<= 768px) */
  .lightbox-modal {
    padding: 12px;
  }

  .lightbox-dialog {
    border-radius: 18px;
    max-height: 94vh;
  }

  .lightbox-media-container {
    height: 48vh;
    min-height: 220px;
  }

  .lightbox-close-btn {
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
  }

  .lightbox-nav-btn {
    width: 38px;
    height: 38px;
  }

  .lightbox-nav-btn.prev {
    left: 10px;
  }

  .lightbox-nav-btn.next {
    right: 10px;
  }

  .lightbox-footer {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 16px 18px 18px;
  }

  .lightbox-action {
    width: 100%;
  }

  .lightbox-action .lightbox-cta {
    width: 100%;
    justify-content: center;
    padding: 12px;
  }
}

/* 5. EXTRA SMALL PHONES (<= 480px) */
@media (max-width: 480px) {
  .hero-intro {
    top: 52px !important;
    max-width: 320px !important;
  }

  .hero-title {
    font-size: 1.38rem !important;
  }

  .hero-subtitle {
    font-size: 0.74rem !important;
    max-width: 270px !important;
    margin-bottom: 8px !important;
  }

  .hero-cta-btn {
    padding: 7px 13px !important;
    font-size: 0.74rem !important;
  }

  .desktop-tag-text {
    display: none !important;
  }

  .series-nav-btn {
    padding: 6px 4px !important;
  }

  .series-nav-name {
    font-size: 0.8rem !important;
  }

  .series-nav-tag {
    font-size: 0.62rem !important;
    padding: 1px 5px !important;
  }

  .door-display-card {
    max-width: 240px;
    height: 380px;
    padding: 14px;
  }

  .modern-model-thumb-btn {
    flex: 0 0 54px;
    width: 54px;
    height: 72px;
  }

  .modern-thumb-preview {
    width: 24px;
    height: 40px;
  }

  .modern-thumb-num {
    font-size: 0.62rem;
  }

  .comparison-badge {
    font-size: 0.64rem !important;
    padding: 5px 10px !important;
    bottom: 10px !important;
  }

  .badge-before {
    left: 10px !important;
  }

  .badge-after {
    right: 10px !important;
  }

  .comparison-badge .badge-extra {
    display: none !important;
  }

  /* Projekte Grid on Compact Mobile */
  .projekte-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .projekt-desc {
    display: block;
    /* Im Einzelkarten-Layout auf kleinen Handys volle Infos anzeigen */
    font-size: 0.82rem;
    margin-top: 4px;
  }

  .projekt-title {
    font-size: 1.05rem;
  }

  .projekt-info {
    padding: 14px 16px 16px;
  }

  /* Footer compact mobile */
  .footer-services-grid {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .footer-service-link {
    padding: 8px 12px;
    font-size: 0.84rem;
  }

  .footer-badge-pill {
    width: 100%;
    justify-content: center;
  }
}

/* ==========================================================================
   LEGAL PAGES & FOOTER LEGAL LINKS (IMPRESSUM & DATENSCHUTZ)
   Clean, Apple-Editorial Style & Responsive on all screens (360px - 3440px)
   ========================================================================== */
.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-legal-link {
  font-size: 0.82rem;
  font-weight: 500;
  color: #86868b;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-legal-link:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-legal-sep {
  color: rgba(255, 255, 255, 0.2);
  font-size: 0.8rem;
  user-select: none;
}

/* Background glow for legal pages */
.legal-ambient-glow {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 500px;
  background: radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, 0.04) 0%, rgba(0, 0, 0, 0) 70%);
  pointer-events: none;
  z-index: 0;
}

/* Legal Page Container - Golden reading column */
.legal-page-main {
  min-height: 100vh;
  padding: 130px 24px 90px;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

/* Header Top Controls */
.legal-nav-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.legal-back-nav {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.84rem;
  font-weight: 600;
  color: #a1a1a6;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 980px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.2s ease;
}

.legal-back-nav:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
  transform: translateX(-2px);
}

/* Segmented Toggle: Impressum <-> Datenschutz */
.legal-segmented-nav {
  display: inline-flex;
  align-items: center;
  padding: 4px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 980px;
  gap: 4px;
}

.legal-segment-btn {
  display: inline-flex;
  align-items: center;
  padding: 6px 16px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #86868b;
  text-decoration: none;
  border-radius: 980px;
  transition: all 0.2s ease;
}

.legal-segment-btn:hover {
  color: #ffffff;
}

.legal-segment-btn.active {
  color: #000000;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* Legal Header Hero */
.legal-header-hero {
  margin-bottom: 36px;
  text-align: left;
}

.legal-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #a1a1a6;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.05);
  padding: 5px 12px;
  border-radius: 980px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 14px;
}

.legal-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
}

.legal-title {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #ffffff;
  margin-bottom: 12px;
}

.legal-subtitle {
  font-size: 1.02rem;
  color: #86868b;
  max-width: 680px;
  line-height: 1.6;
  margin-bottom: 24px;
}

/* Quick Jump Anchor Pill Bar */
.legal-toc-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  padding: 4px 0 16px;
  margin-bottom: 32px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.legal-toc-bar::-webkit-scrollbar {
  display: none;
}

.legal-toc-link {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-size: 0.78rem;
  font-weight: 600;
  color: #86868b;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 6px 14px;
  border-radius: 980px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.legal-toc-link:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
}

/* Legal Cards - Clean, modern, soft */
.legal-card {
  background: rgba(14, 14, 18, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 34px 36px;
  margin-bottom: 24px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35);
  transition: border-color 0.25s ease;
}

.legal-card:hover {
  border-color: rgba(255, 255, 255, 0.12);
}

.legal-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.legal-section-num {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #86868b;
  background: rgba(255, 255, 255, 0.06);
  padding: 4px 9px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.legal-card h2 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.01em;
  margin: 0;
}

.legal-card h3 {
  font-size: 1.02rem;
  font-weight: 600;
  color: #f5f5f7;
  margin: 24px 0 10px;
}

.legal-card p,
.legal-card ul {
  font-size: 0.94rem;
  line-height: 1.75;
  color: #b0b0b8;
  margin-bottom: 14px;
}

.legal-card ul {
  padding-left: 20px;
  margin-bottom: 16px;
}

.legal-card li {
  margin-bottom: 8px;
}

.legal-card strong {
  color: #ffffff;
  font-weight: 600;
}

.legal-card a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.legal-card a:hover {
  color: #a1a1a6;
}

/* Legal Data Grid */
.legal-data-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin: 20px 0;
}

.legal-data-item {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 14px 18px;
  transition: background 0.2s ease;
}

.legal-data-item:hover {
  background: rgba(255, 255, 255, 0.045);
}

.legal-data-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #86868b;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.legal-data-val {
  font-size: 0.94rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.5;
  display: block;
}

.legal-data-val a {
  text-decoration: none;
}

.legal-data-val a:hover {
  text-decoration: underline;
}

/* Legal Highlight / Note Boxes - Pure Monochrome */
.legal-note-box {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 3px solid rgba(255, 255, 255, 0.35);
  border-radius: 12px;
  padding: 16px 20px;
  margin: 20px 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: #a1a1a6;
}

.legal-note-box.info-blue {
  border-left-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.025);
}

/* Responsive Styles */
@media (max-width: 768px) {
  .legal-page-main {
    padding: 100px 16px 60px;
  }

  .legal-card {
    padding: 22px 18px;
    border-radius: 16px;
  }

  .legal-data-grid {
    grid-template-columns: 1fr;
  }

  .legal-nav-strip {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .legal-segmented-nav {
    width: 100%;
    justify-content: center;
  }

  .legal-segment-btn {
    flex: 1;
    justify-content: center;
  }
}