/* ==========================================================================
   Style 02: Schlichter Stil - Swiss Clean & Minimal Luxury
   Felix & Felix Webagentur
   ========================================================================== */

.style-minimal-section {
  background: radial-gradient(ellipse at 50% 0%, rgba(99, 102, 241, 0.05) 0%, transparent 65%),
              linear-gradient(180deg, #fbfcfe 0%, #f4f6fb 50%, #f8fafc 100%);
  color: #0f172a;
  padding: 140px 0;
  position: relative;
  z-index: 10;
  transition: background-color 0.4s ease, color 0.4s ease;
}

.style-minimal-section .section-pitch-banner {
  background: rgba(99, 102, 241, 0.08);
  border: 1px solid rgba(99, 102, 241, 0.2);
  color: #4338ca;
  font-weight: 700;
}

.style-minimal-section .section-title {
  color: #0f172a;
  letter-spacing: -0.025em;
  font-weight: 700;
}

.minimal-luxury-serif {
  font-family: var(--font-style-minimal-serif);
  font-style: italic;
  font-weight: 400;
  font-size: 1.15em;
  letter-spacing: -0.01em;
  color: #312e81;
  display: inline-block;
}

.style-minimal-section .section-lead {
  color: #475569;
  font-weight: 400;
}

/* Minimal Feature Showcase Cards */
.minimal-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin: 64px 0;
}

.minimal-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 40px 32px;
  position: relative;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
  overflow: hidden;
}

.minimal-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: transparent;
  transition: background 0.3s ease;
}

.minimal-card:nth-child(1):hover::before {
  background: linear-gradient(90deg, #6366f1, #8b5cf6);
}
.minimal-card:nth-child(2):hover::before {
  background: linear-gradient(90deg, #0ea5e9, #38bdf8);
}
.minimal-card:nth-child(3):hover::before {
  background: linear-gradient(90deg, #10b981, #34d399);
}

.minimal-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
  border-color: #cbd5e1;
}

.minimal-card-num {
  font-family: var(--font-style-minimal-serif);
  font-style: italic;
  font-size: 1.35rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
  display: block;
}

.minimal-card:nth-child(1) .minimal-card-num {
  color: #4f46e5;
}
.minimal-card:nth-child(2) .minimal-card-num {
  color: #0284c7;
}
.minimal-card:nth-child(3) .minimal-card-num {
  color: #059669;
}

.minimal-card h3 {
  font-size: 1.48rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin-bottom: 14px;
  color: #0f172a;
}

.minimal-card p {
  color: #64748b;
  font-size: 1rem;
  line-height: 1.65;
}

.minimal-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 24px;
  font-weight: 700;
  font-size: 0.95rem;
  padding-bottom: 2px;
}

.minimal-card:nth-child(1) .minimal-card-link {
  color: #4338ca;
  border-bottom: 2px solid #4338ca;
}
.minimal-card:nth-child(2) .minimal-card-link {
  color: #0369a1;
  border-bottom: 2px solid #0369a1;
}
.minimal-card:nth-child(3) .minimal-card-link {
  color: #047857;
  border-bottom: 2px solid #047857;
}

/* Before / After Comparison Interactive Slider */
.ba-comparison-wrapper {
  margin-top: 80px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 48px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.ba-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 36px;
}

.ba-header h3 {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.ba-header p {
  color: #64748b;
  font-size: 0.95rem;
}

/* Anti-Selection protection during slider dragging */
body.ba-is-dragging {
  user-select: none !important;
  -webkit-user-select: none !important;
  cursor: ew-resize !important;
}

.ba-slider-container,
.ba-slider-container * {
  user-select: none !important;
  -webkit-user-select: none !important;
  -webkit-user-drag: none !important;
}

.ba-slider-container {
  position: relative;
  width: 100%;
  height: 560px;
  border-radius: 20px;
  overflow: hidden;
  cursor: ew-resize;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #030712;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

/* Layers */
.ba-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* Left / Before Layer: 08/15 Standard */
.ba-before-layer {
  background: #ecefe6;
  z-index: 1;
}

/* Right / After Layer: F&F High-End Glass */
.ba-after-layer {
  background: #030712;
  z-index: 2;
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
}

/* -------------------------------------------------------------
   Integrated Browser Chrome Bars (Replaces clunky floating badges)
   ------------------------------------------------------------- */
.mock-browser-bar {
  height: 42px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  box-sizing: border-box;
}

.mock-browser-dots {
  display: flex;
  gap: 6px;
  align-items: center;
  width: 60px;
}

.mock-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

/* 08/15 Browser Bar */
.old-browser-bar {
  background: #cbd5e1;
  border-bottom: 2px solid #94a3b8;
  color: #334155;
}

.dot-old {
  background: #94a3b8;
  border: 1px solid #64748b;
}

.old-url-box {
  background: #ffffff;
  border: 1px solid #94a3b8;
  border-radius: 4px;
  padding: 3px 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: monospace;
  font-size: 0.7rem;
  color: #dc2626;
  max-width: 360px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.old-label {
  font-family: monospace;
  font-size: 0.68rem;
  font-weight: 700;
  background: #e2e8f0;
  border: 1px solid #94a3b8;
  color: #475569;
  padding: 2px 8px;
  border-radius: 4px;
  letter-spacing: 0.04em;
}

/* F&F High-End Glass Browser Bar */
.ff-browser-bar {
  background: rgba(15, 23, 42, 0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.dot-mac-muted {
  background: rgba(255, 255, 255, 0.2);
}

.ff-url-box {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  padding: 3px 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  color: #94a3b8;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.ff-label {
  font-size: 0.68rem;
  font-weight: 600;
  color: #cbd5e1;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2px 10px;
  border-radius: 6px;
  letter-spacing: 0.02em;
}

/* -------------------------------------------------------------
   Websites Container
   ------------------------------------------------------------- */
.mock-website {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  overflow: hidden;
}

/* -------------------------------------------------------------
   08/15 Standard-Baukasten (Ugly, Clunky, Painful DIY Site)
   ------------------------------------------------------------- */
.mock-old-site {
  background: #f4f6f0;
  font-family: Arial, "Helvetica Neue", sans-serif;
  color: #334155;
}

.old-announcement-bar {
  background: #fef08a;
  border-bottom: 1px solid #eab308;
  color: #854d0e;
  font-size: 0.7rem;
  font-weight: bold;
  padding: 4px 16px;
  display: flex;
  justify-content: space-between;
}

.old-header {
  background: #1e3a8a;
  padding: 10px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 3px double #facc15;
}

.old-logo-text {
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 0.95rem;
  color: #ffffff;
  display: block;
}

.old-logo-sub {
  font-size: 0.65rem;
  color: #bfdbfe;
  display: block;
}

.old-nav {
  display: flex;
  gap: 5px;
}

.old-nav-btn {
  font-size: 0.7rem;
  font-weight: bold;
  color: #ffffff;
  padding: 3px 8px;
  border: 1px outset #60a5fa;
  background: #2563eb;
  cursor: default;
}

.old-nav-btn.active {
  background: #facc15;
  color: #1e3a8a;
  border: 1px inset #ca8a04;
}

.old-cookie-bar {
  background: #fed7aa;
  border-bottom: 1px solid #f97316;
  padding: 4px 16px;
  font-size: 0.68rem;
  color: #9a3412;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.old-cookie-btn {
  background: #ea580c;
  color: #ffffff;
  border: 1px solid #c2410c;
  padding: 2px 8px;
  font-size: 0.65rem;
  font-weight: bold;
  cursor: default;
}

.old-hero {
  flex: 1;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  background: #f4f6f0;
}

.old-hero-title {
  font-family: "Times New Roman", Times, serif;
  font-size: 1.45rem;
  font-weight: bold;
  color: #991b1b;
  margin-bottom: 8px;
  text-shadow: 1px 1px 0 #ffffff;
}

.old-hero-lead {
  font-size: 0.8rem;
  line-height: 1.45;
  color: #374151;
  margin-bottom: 14px;
  max-width: 520px;
}

.old-hero-actions {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
}

.old-ugly-btn {
  background: linear-gradient(180deg, #facc15 0%, #eab308 100%);
  color: #7f1d1d;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 0.74rem;
  padding: 8px 16px;
  border: 2px outset #ffffff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  cursor: default;
}

.old-ugly-btn-sub {
  background: #e5e7eb;
  color: #1f2937;
  border: 2px outset #ffffff;
  padding: 8px 14px;
  font-size: 0.72rem;
  font-weight: bold;
  cursor: default;
}

.old-warnings-row {
  display: flex;
  gap: 10px;
}

.old-warning-card {
  background: #ffffff;
  border: 1px solid #cbd5e1;
  padding: 6px 10px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05);
}

.old-warn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.old-warning-card strong {
  display: block;
  font-size: 0.72rem;
  color: #1e293b;
}

.old-warning-card small {
  font-size: 0.62rem;
  color: #64748b;
}

/* -------------------------------------------------------------
   F&F Clean Modern Corporate Website (Glass-Style)
   ------------------------------------------------------------- */
.mock-ff-site {
  background: #090b10;
  font-family: var(--font-sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);
  color: #ffffff;
}

.ff-mock-header {
  margin: 16px 24px 0;
  padding: 10px 24px;
  background: rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ff-mock-brand {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ff-mock-logo-text {
  font-size: 0.92rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.02em;
}

.ff-mock-studio-pill {
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #cbd5e1;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 1px 6px;
  border-radius: 4px;
}

.ff-mock-nav {
  display: flex;
  gap: 20px;
}

.ff-mock-link {
  font-size: 0.76rem;
  font-weight: 500;
  color: #94a3b8;
  cursor: default;
}

.ff-mock-cta {
  font-size: 0.72rem;
  font-weight: 600;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 5px 14px;
  border-radius: 9999px;
  backdrop-filter: blur(12px);
  cursor: default;
}

.ff-mock-hero {
  flex: 1;
  padding: 22px 28px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.ff-mock-pill-tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #cbd5e1;
  font-family: var(--font-mono, monospace);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  width: fit-content;
}

.ff-mock-hero-title {
  font-size: 1.85rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin-bottom: 10px;
  max-width: 620px;
  color: #ffffff;
}

.ff-mock-hero-title .minimal-luxury-serif {
  color: #c7d2fe;
}

.ff-mock-hero-lead {
  font-size: 0.86rem;
  line-height: 1.6;
  color: #94a3b8;
  margin-bottom: 20px;
  max-width: 560px;
}

.ff-mock-hero-actions {
  display: flex;
  gap: 12px;
  margin-bottom: 22px;
}

.ff-mock-btn-white {
  background: var(--primary-gradient);
  color: #ffffff;
  font-weight: 700;
  font-size: 0.78rem;
  padding: 9px 22px;
  border-radius: 9999px;
  border: 1px solid rgba(165, 180, 252, 0.3);
  box-shadow: 0 2px 12px rgba(99, 102, 241, 0.35);
  cursor: default;
}

.ff-mock-btn-glass {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-weight: 600;
  font-size: 0.78rem;
  padding: 9px 20px;
  border-radius: 9999px;
  backdrop-filter: blur(12px);
  cursor: default;
}

/* Modern Glass Metric Strip with Clean Color Accents */
.ff-mock-metric-strip {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 8px 20px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  width: fit-content;
}

.ff-metric-unit {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.74rem;
}

.ff-metric-unit svg {
  opacity: 0.85;
}

.ff-metric-unit strong {
  color: #ffffff;
  font-weight: 800;
}

.ff-metric-unit:nth-child(1) strong {
  color: #34d399;
}

.ff-metric-unit:nth-child(3) strong {
  color: #38bdf8;
}

.ff-metric-unit:nth-child(5) strong {
  color: #a5b4fc;
}

.ff-metric-unit:nth-child(7) strong {
  color: #f472b6;
}

.ff-metric-unit span {
  color: #94a3b8;
}

.ff-metric-divider {
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.1);
}

/* -------------------------------------------------------------
   Split Handle
   ------------------------------------------------------------- */
.ba-slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 25;
  transform: translateX(-50%);
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.5);
  cursor: ew-resize;
  pointer-events: none;
}

.ba-handle-line {
  position: absolute;
  inset: 0;
  background: #ffffff;
}

.ba-handle-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  color: #030712;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.9);
}

.ba-handle-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #030712;
}

@media (max-width: 900px) {
  .minimal-features-grid {
    grid-template-columns: 1fr;
  }
  .ba-slider-container {
    height: 600px;
  }
  .old-nav,
  .ff-mock-nav {
    display: none;
  }
  .old-warnings-row {
    flex-direction: column;
    gap: 6px;
  }
  .ff-mock-metric-strip {
    flex-wrap: wrap;
    gap: 8px;
    border-radius: 14px;
  }
  .ff-metric-divider {
    display: none;
  }
  .old-hero-title {
    font-size: 1.25rem;
  }
  .ff-mock-hero-title {
    font-size: 1.35rem;
  }
  .old-url-box,
  .ff-url-box {
    max-width: 180px;
  }
}

@media (max-width: 600px) {
  .style-minimal-section {
    padding: 80px 0;
  }
  .minimal-card {
    padding: 28px 20px;
    border-radius: 16px;
  }
  .ba-slider-container {
    height: 500px;
    border-radius: 16px;
  }
  .ff-mock-header {
    margin: 10px 12px 0;
    padding: 8px 14px;
  }
  .ff-mock-hero {
    padding: 14px 14px 10px;
  }
  .ff-mock-hero-title {
    font-size: 1.18rem;
    line-height: 1.25;
  }
  .ff-mock-hero-lead {
    font-size: 0.8rem;
    line-height: 1.5;
    margin-bottom: 14px;
  }
  .ff-mock-hero-actions {
    margin-bottom: 14px;
    flex-wrap: wrap;
    gap: 8px;
  }
  .ff-mock-btn-white,
  .ff-mock-btn-glass {
    padding: 7px 16px;
    font-size: 0.74rem;
  }
  .old-hero {
    padding: 14px 14px 10px;
  }
  .old-hero-title {
    font-size: 1.1rem;
  }
  .ba-handle-circle {
    width: 36px;
    height: 36px;
  }
}

