/*
Theme Name: Linnemann GmbH - Sanitär & Heizung Custom
Theme URI: https://linnemann-gmbh-sanitar-heizung-2.lead.bummeltech.com/
Description: Dimensional Layering Design — Spatial UI mit Tiefe, Elevation und Glassmorphism für Linnemann GmbH Sanitär & Heizung.
Version: 1.0.0
Author: Claude Code
Text Domain: linnemann-custom
*/

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap');

/* ============================================================
   DESIGN SYSTEM — DIMENSIONAL LAYERING / SPATIAL UI
   uiux output: Spatial UI (VisionOS) · Plus Jakarta Sans
   Colors: Primary #2563EB | Accent #F97316 | BG #F8FAFC
   ============================================================ */

:root {
  /* Brand Colors */
  --color-primary: #2563EB;
  --color-primary-dark: #1D4ED8;
  --color-primary-light: #3B82F6;
  --color-secondary: #3B82F6;
  --color-accent: #F97316;
  --color-accent-dark: #EA580C;
  --color-background: #F8FAFC;
  --color-foreground: #1E293B;
  --color-muted: #64748B;
  --color-border: #E2E8F0;

  /* Dimensional Layer System */
  --layer-0: #FFFFFF;
  --layer-1: #F8FAFC;
  --layer-2: #F1F5F9;
  --layer-3: #E2E8F0;
  --layer-accent: rgba(37, 99, 235, 0.06);
  --layer-glass: rgba(255, 255, 255, 0.72);
  --layer-glass-border: rgba(255, 255, 255, 0.4);

  /* Elevation Shadows — 4-Level System */
  --shadow-sm:  0 1px 3px rgba(15, 23, 42, 0.06), 0 1px 2px rgba(15, 23, 42, 0.04);
  --shadow-md:  0 4px 12px rgba(15, 23, 42, 0.08), 0 2px 4px rgba(15, 23, 42, 0.05);
  --shadow-lg:  0 10px 24px rgba(15, 23, 42, 0.10), 0 4px 8px rgba(15, 23, 42, 0.06);
  --shadow-xl:  0 20px 40px rgba(15, 23, 42, 0.12), 0 8px 16px rgba(15, 23, 42, 0.07);
  --shadow-primary: 0 8px 24px rgba(37, 99, 235, 0.28);
  --shadow-accent:  0 8px 24px rgba(249, 115, 22, 0.28);

  /* Z-index Stack */
  --z-base:     1;
  --z-card:     10;
  --z-elevated: 20;
  --z-overlay:  30;
  --z-modal:    40;
  --z-nav:      100;

  /* Typography */
  --font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --text-xs:   0.75rem;
  --text-sm:   0.875rem;
  --text-base: 1rem;
  --text-lg:   1.125rem;
  --text-xl:   1.25rem;
  --text-2xl:  1.5rem;
  --text-3xl:  1.875rem;
  --text-4xl:  2.25rem;
  --text-5xl:  3rem;
  --text-6xl:  3.75rem;

  /* Spacing */
  --space-xs:   0.5rem;
  --space-sm:   1rem;
  --space-md:   1.5rem;
  --space-lg:   2rem;
  --space-xl:   3rem;
  --space-2xl:  4rem;
  --space-3xl:  6rem;

  /* Transitions */
  --transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-base: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 350ms cubic-bezier(0.4, 0, 0.2, 1);

  /* Border radius */
  --radius-sm:   0.375rem;
  --radius-md:   0.75rem;
  --radius-lg:   1rem;
  --radius-xl:   1.5rem;
  --radius-full: 9999px;
}

/* ============================================================
   RESET & BASE
   ============================================================ */

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-sans);
  font-size: var(--text-base);
  line-height: 1.7;
  color: var(--color-foreground);
  background-color: var(--color-background);
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; transition: color var(--transition-fast); }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, textarea, select { font-family: inherit; }
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--color-foreground);
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

/* ============================================================
   LAYOUT UTILITIES
   ============================================================ */

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--space-lg);
}

.section {
  padding: var(--space-3xl) 0;
  position: relative;
}

.section--alt {
  background: var(--layer-2);
}

.section-label {
  display: inline-block;
  font-size: var(--text-sm);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-primary);
  background: rgba(37, 99, 235, 0.08);
  padding: 0.375rem 1rem;
  border-radius: var(--radius-full);
  margin-bottom: var(--space-sm);
}

.section-title {
  font-size: clamp(var(--text-3xl), 4vw, var(--text-5xl));
  font-weight: 800;
  color: var(--color-foreground);
  margin-bottom: var(--space-md);
}

.section-subtitle {
  font-size: var(--text-lg);
  color: var(--color-muted);
  max-width: 600px;
  line-height: 1.7;
}

.text-center { text-align: center; }
.text-center .section-subtitle { margin: 0 auto; }

/* ============================================================
   DIMENSIONAL LAYERING — ELEVATION COMPONENTS
   ============================================================ */

/* Floating card base */
.card {
  position: relative;
  z-index: var(--z-card);
  background: var(--layer-0);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--layer-3);
  transition: transform var(--transition-base), box-shadow var(--transition-base);
  overflow: hidden;
}

.card:hover {
  transform: translateY(-6px) translateZ(0);
  box-shadow: var(--shadow-xl);
}

/* Glass layer */
.glass {
  background: var(--layer-glass);
  backdrop-filter: blur(20px) saturate(1.8);
  -webkit-backdrop-filter: blur(20px) saturate(1.8);
  border: 1px solid var(--layer-glass-border);
}

/* Elevated element */
.elevated {
  position: relative;
  z-index: var(--z-elevated);
  box-shadow: var(--shadow-xl);
}

/* ============================================================
   NAVIGATION
   ============================================================ */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: var(--z-nav);
  transition: background var(--transition-base), box-shadow var(--transition-base), padding var(--transition-base);
  padding: 1.25rem 0;
}

.site-header.scrolled {
  background: var(--layer-glass);
  backdrop-filter: blur(24px) saturate(1.8);
  -webkit-backdrop-filter: blur(24px) saturate(1.8);
  box-shadow: var(--shadow-md);
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--layer-glass-border);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-lg);
}

/* Logo */
.site-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
  z-index: calc(var(--z-nav) + 1);
}

.site-logo__icon {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-primary);
  flex-shrink: 0;
}

.site-logo__icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: white;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-logo__text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.site-logo__name {
  font-size: var(--text-base);
  font-weight: 800;
  color: var(--color-foreground);
  white-space: nowrap;
}

.scrolled .site-logo__name { color: var(--color-foreground); }

.site-logo__sub {
  font-size: var(--text-xs);
  font-weight: 500;
  color: var(--color-muted);
  white-space: nowrap;
}

/* Desktop Nav Menu */
.nav-menu {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.nav-menu .menu-item > a {
  display: block;
  font-size: var(--text-sm);
  font-weight: 600;
  color: rgba(30, 41, 59, 0.85);
  padding: 0.5rem 0.875rem;
  border-radius: var(--radius-md);
  transition: background var(--transition-fast), color var(--transition-fast);
  white-space: nowrap;
}

.nav-menu .menu-item > a:hover,
.nav-menu .menu-item.current-menu-item > a {
  background: rgba(37, 99, 235, 0.08);
  color: var(--color-primary);
}

/* Hero transparent header — white text */
.site-header:not(.scrolled) .site-logo__name,
.site-header:not(.scrolled) .nav-menu .menu-item > a {
  color: rgba(255, 255, 255, 0.95);
}

.site-header:not(.scrolled) .nav-menu .menu-item > a:hover {
  background: rgba(255, 255, 255, 0.15);
  color: white;
}

.site-header:not(.scrolled) .site-logo__sub { color: rgba(255,255,255,0.7); }

/* Nav CTA */
.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: var(--text-sm);
  font-weight: 700;
  color: white !important;
  background: var(--color-primary);
  padding: 0.625rem 1.25rem;
  border-radius: var(--radius-full);
  box-shadow: var(--shadow-primary);
  transition: background var(--transition-fast), transform var(--transition-fast), box-shadow var(--transition-fast);
  white-space: nowrap;
  flex-shrink: 0;
}

.site-header:not(.scrolled) .nav-cta {
  background: var(--color-accent);
  box-shadow: var(--shadow-accent);
}

.nav-cta:hover {
  background: var(--color-primary-dark);
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(37, 99, 235, 0.35);
}

/* Burger */
.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 36px;
  height: 36px;
  padding: 8px;
  border-radius: var(--radius-sm);
  z-index: calc(var(--z-nav) + 1);
  flex-shrink: 0;
  transition: background var(--transition-fast);
}

.burger:hover { background: rgba(255,255,255,0.1); }
.scrolled .burger:hover { background: var(--layer-2); }

.burger__line {
  display: block;
  width: 100%;
  height: 2px;
  background: white;
  border-radius: 2px;
  transition: transform var(--transition-base), opacity var(--transition-base);
  transform-origin: center;
}

.scrolled .burger__line { background: var(--color-foreground); }

.burger.is-open .burger__line:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.is-open .burger__line:nth-child(2) { opacity: 0; transform: scaleX(0); }
.burger.is-open .burger__line:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile Drawer */
.nav-drawer {
  display: none;
  position: fixed;
  inset: 0;
  z-index: calc(var(--z-nav) - 1);
  background: rgba(15, 23, 42, 0.5);
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity var(--transition-base);
}

.nav-drawer.is-open { opacity: 1; }

.nav-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(340px, 88vw);
  background: var(--layer-0);
  box-shadow: var(--shadow-xl);
  padding: 6rem var(--space-lg) var(--space-lg);
  transform: translateX(100%);
  transition: transform var(--transition-slow);
  overflow-y: auto;
}

.nav-drawer.is-open .nav-drawer__panel { transform: translateX(0); }

.nav-drawer .menu-item {
  border-bottom: 1px solid var(--layer-3);
}

.nav-drawer .menu-item > a {
  display: block;
  font-size: var(--text-lg);
  font-weight: 600;
  color: var(--color-foreground);
  padding: 1rem 0;
  transition: color var(--transition-fast), padding-left var(--transition-fast);
}

.nav-drawer .menu-item > a:hover { color: var(--color-primary); padding-left: 0.5rem; }

.nav-drawer__contact {
  margin-top: var(--space-lg);
  padding-top: var(--space-lg);
  border-top: 2px solid var(--color-primary);
}

.nav-drawer__contact a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 0.75rem;
  font-size: var(--text-sm);
}

.nav-drawer__contact svg { width: 18px; height: 18px; flex-shrink: 0; }

@media (max-width: 899px) {
  .burger { display: flex; }
  .nav-menu { display: none; }
  .nav-cta.desktop-only { display: none; }
  .nav-drawer { display: block; }
}

/* ============================================================
   HERO / SLIDER
   ============================================================ */

.hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  max-height: 900px;
  overflow: hidden;
  background: var(--color-foreground);
}

.hero-slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 800ms ease;
  z-index: var(--z-base);
}

.hero-slide.is-active {
  opacity: 1;
  z-index: var(--z-card);
}

.hero-slide__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.05);
  transition: transform 6000ms ease;
}

.hero-slide.is-active .hero-slide__bg {
  transform: scale(1);
}

.hero-slide__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(15, 23, 42, 0.75) 0%,
    rgba(37, 99, 235, 0.35) 60%,
    rgba(249, 115, 22, 0.15) 100%
  );
  z-index: 1;
}

.hero-slide__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  padding-top: 80px;
}

.hero-slide__text {
  max-width: 700px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(249, 115, 22, 0.15);
  border: 1px solid rgba(249, 115, 22, 0.4);
  color: #FED7AA;
  font-size: var(--text-sm);
  font-weight: 600;
  padding: 0.375rem 1rem;
  border-radius: var(--radius-full);
  margin-bottom: var(--space-md);
  backdrop-filter: blur(8px);
}

.hero-title {
  font-size: clamp(2.25rem, 6vw, 4rem);
  font-weight: 800;
  color: white;
  line-height: 1.1;
  margin-bottom: var(--space-md);
  letter-spacing: -0.03em;
}

.hero-title span {
  background: linear-gradient(135deg, #93C5FD, var(--color-accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle {
  font-size: var(--text-xl);
  color: rgba(255,255,255,0.82);
  margin-bottom: var(--space-xl);
  line-height: 1.6;
  font-weight: 400;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-sm);
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: var(--text-base);
  font-weight: 700;
  color: white;
  background: var(--color-accent);
  padding: 0.875rem 2rem;
  border-radius: var(--radius-full);
  box-shadow: var(--shadow-accent);
  transition: all var(--transition-base);
  cursor: pointer;
}

.btn-primary:hover {
  background: var(--color-accent-dark);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(249, 115, 22, 0.4);
}

.btn-primary svg { width: 18px; height: 18px; }

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: var(--text-base);
  font-weight: 600;
  color: white;
  border: 2px solid rgba(255,255,255,0.4);
  padding: 0.875rem 2rem;
  border-radius: var(--radius-full);
  backdrop-filter: blur(8px);
  transition: all var(--transition-base);
  cursor: pointer;
}

.btn-ghost:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.7);
}

/* Slider Controls */
.hero-nav {
  position: absolute;
  bottom: var(--space-xl);
  left: 50%;
  transform: translateX(-50%);
  z-index: var(--z-elevated);
  display: flex;
  align-items: center;
  gap: 1rem;
}

.hero-dot {
  width: 8px;
  height: 8px;
  border-radius: var(--radius-full);
  background: rgba(255,255,255,0.4);
  cursor: pointer;
  transition: all var(--transition-base);
  border: none;
  padding: 0;
}

.hero-dot.is-active {
  width: 28px;
  background: white;
}

.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: var(--z-elevated);
  width: 48px;
  height: 48px;
  border-radius: var(--radius-full);
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--transition-base);
  color: white;
}

.hero-arrow:hover {
  background: rgba(255,255,255,0.3);
  transform: translateY(-50%) scale(1.05);
}

.hero-arrow--prev { left: var(--space-lg); }
.hero-arrow--next { right: var(--space-lg); }
.hero-arrow svg { width: 20px; height: 20px; }

/* Floating stats overlay */
.hero-stats {
  position: absolute;
  bottom: var(--space-xl);
  right: var(--space-lg);
  z-index: var(--z-elevated);
  display: flex;
  gap: var(--space-sm);
}

.hero-stat {
  background: var(--layer-glass);
  backdrop-filter: blur(20px) saturate(1.8);
  -webkit-backdrop-filter: blur(20px) saturate(1.8);
  border: 1px solid var(--layer-glass-border);
  border-radius: var(--radius-lg);
  padding: 0.875rem 1.25rem;
  text-align: center;
  box-shadow: var(--shadow-lg);
}

.hero-stat__value {
  font-size: var(--text-2xl);
  font-weight: 800;
  color: var(--color-foreground);
  line-height: 1;
}

.hero-stat__label {
  font-size: var(--text-xs);
  color: var(--color-muted);
  font-weight: 500;
  margin-top: 0.25rem;
}

@media (max-width: 768px) {
  .hero-stats { display: none; }
  .hero-arrow { display: none; }
}

/* ============================================================
   TRUST BAR
   ============================================================ */

.trust-bar {
  position: relative;
  z-index: var(--z-elevated);
  background: var(--color-primary);
  padding: 0.875rem 0;
  box-shadow: var(--shadow-lg);
}

.trust-bar__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem 3rem;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  color: rgba(255,255,255,0.9);
  font-size: var(--text-sm);
  font-weight: 600;
}

.trust-item svg {
  width: 18px;
  height: 18px;
  color: #93C5FD;
  flex-shrink: 0;
}

/* ============================================================
   SERVICES SECTION
   ============================================================ */

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: var(--space-lg);
  margin-top: var(--space-2xl);
}

.service-card {
  position: relative;
  background: var(--layer-0);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--layer-3);
  transition: transform var(--transition-base), box-shadow var(--transition-base);
  display: flex;
  flex-direction: column;
}

.service-card:hover {
  transform: translateY(-8px) translateZ(0);
  box-shadow: var(--shadow-xl);
}

.service-card__image {
  height: 200px;
  overflow: hidden;
  position: relative;
}

.service-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}

.service-card:hover .service-card__image img {
  transform: scale(1.05);
}

.service-card__icon {
  position: absolute;
  bottom: -20px;
  left: var(--space-md);
  width: 48px;
  height: 48px;
  background: var(--color-primary);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-primary);
  z-index: var(--z-card);
}

.service-card__icon svg {
  width: 24px;
  height: 24px;
  stroke: white;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card__body {
  padding: var(--space-xl) var(--space-lg) var(--space-lg);
  flex: 1;
  display: flex;
  flex-direction: column;
}

.service-card__title {
  font-size: var(--text-xl);
  font-weight: 700;
  color: var(--color-foreground);
  margin-bottom: var(--space-xs);
}

.service-card__text {
  font-size: var(--text-sm);
  color: var(--color-muted);
  line-height: 1.7;
  margin-bottom: var(--space-md);
  flex: 1;
}

.service-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--color-primary);
  transition: gap var(--transition-fast);
}

.service-card__link:hover { gap: 0.625rem; }
.service-card__link svg { width: 16px; height: 16px; }

/* ============================================================
   USP SECTION (Dimensional layers)
   ============================================================ */

.usp-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--color-foreground) 0%, #1a3a6b 100%);
}

.usp-section::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.3) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.usp-section::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(249, 115, 22, 0.2) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.usp-section .container { position: relative; z-index: var(--z-base); }
.usp-section .section-title { color: white; }
.usp-section .section-label { background: rgba(249,115,22,0.15); color: #FED7AA; border: 1px solid rgba(249,115,22,0.3); }

.usp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: var(--space-lg);
  margin-top: var(--space-2xl);
}

.usp-card {
  position: relative;
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-xl);
  padding: var(--space-xl) var(--space-lg);
  transition: background var(--transition-base), transform var(--transition-base), box-shadow var(--transition-base);
}

.usp-card:hover {
  background: rgba(255,255,255,0.10);
  transform: translateY(-6px) translateZ(0);
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.usp-card__icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--space-md);
  box-shadow: var(--shadow-primary);
}

.usp-card__icon svg {
  width: 28px;
  height: 28px;
  stroke: white;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.usp-card__value {
  font-size: var(--text-4xl);
  font-weight: 800;
  color: white;
  line-height: 1;
  margin-bottom: 0.25rem;
}

.usp-card__label {
  font-size: var(--text-base);
  font-weight: 600;
  color: rgba(255,255,255,0.9);
  margin-bottom: 0.5rem;
}

.usp-card__text {
  font-size: var(--text-sm);
  color: rgba(255,255,255,0.6);
  line-height: 1.6;
}

/* ============================================================
   ABOUT SECTION
   ============================================================ */

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-2xl);
  align-items: center;
}

.about-image-stack {
  position: relative;
  height: 480px;
}

.about-img-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 380px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  z-index: var(--z-card);
}

.about-img-secondary {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 280px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  z-index: var(--z-elevated);
  border: 4px solid var(--layer-0);
}

.about-img-main img,
.about-img-secondary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-badge {
  position: absolute;
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
  background: var(--color-accent);
  color: white;
  border-radius: var(--radius-xl);
  padding: 1.25rem;
  text-align: center;
  z-index: calc(var(--z-elevated) + 1);
  box-shadow: var(--shadow-accent);
  min-width: 100px;
}

.about-badge__value {
  font-size: var(--text-3xl);
  font-weight: 800;
  line-height: 1;
}

.about-badge__label {
  font-size: var(--text-xs);
  font-weight: 600;
  opacity: 0.9;
  margin-top: 0.25rem;
  line-height: 1.3;
}

.about-content__label { margin-bottom: var(--space-xs); }

.about-checklist {
  margin: var(--space-lg) 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.about-check {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--color-foreground);
}

.about-check svg {
  width: 20px;
  height: 20px;
  color: var(--color-primary);
  flex-shrink: 0;
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: var(--text-base);
  font-weight: 700;
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
  padding: 0.875rem 2rem;
  border-radius: var(--radius-full);
  transition: all var(--transition-base);
  cursor: pointer;
}

.btn-outline:hover {
  background: var(--color-primary);
  color: white;
  transform: translateY(-2px);
  box-shadow: var(--shadow-primary);
}

.btn-solid {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: var(--text-base);
  font-weight: 700;
  color: white;
  background: var(--color-primary);
  padding: 0.875rem 2rem;
  border-radius: var(--radius-full);
  transition: all var(--transition-base);
  cursor: pointer;
  box-shadow: var(--shadow-primary);
}

.btn-solid:hover {
  background: var(--color-primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(37, 99, 235, 0.4);
}

@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; }
  .about-image-stack { height: 300px; margin-bottom: var(--space-lg); }
  .about-img-main { width: 80%; height: 260px; }
  .about-img-secondary { width: 55%; height: 200px; }
  .about-badge { right: -12px; padding: 0.875rem; }
}

/* ============================================================
   CTA SECTION
   ============================================================ */

.cta-section {
  position: relative;
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20%;
  width: 140%;
  height: 200%;
  background: radial-gradient(ellipse at center, rgba(249,115,22,0.15) 0%, transparent 60%);
  pointer-events: none;
}

.cta-inner {
  position: relative;
  z-index: var(--z-base);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-xl);
  flex-wrap: wrap;
}

.cta-text .section-title { color: white; }
.cta-text .section-subtitle { color: rgba(255,255,255,0.8); }

.cta-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-sm);
  flex-shrink: 0;
}

.btn-white {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: var(--text-base);
  font-weight: 700;
  color: var(--color-primary);
  background: white;
  padding: 0.875rem 2rem;
  border-radius: var(--radius-full);
  transition: all var(--transition-base);
  cursor: pointer;
  box-shadow: var(--shadow-xl);
}

.btn-white:hover {
  background: var(--layer-1);
  transform: translateY(-2px);
}

.btn-outline-white {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: var(--text-base);
  font-weight: 600;
  color: white;
  border: 2px solid rgba(255,255,255,0.5);
  padding: 0.875rem 2rem;
  border-radius: var(--radius-full);
  transition: all var(--transition-base);
  cursor: pointer;
}

.btn-outline-white:hover {
  background: rgba(255,255,255,0.12);
  border-color: white;
}

/* ============================================================
   CONTACT SECTION
   ============================================================ */

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: var(--space-2xl);
  align-items: start;
}

.contact-info {
  position: relative;
}

.contact-card {
  background: var(--layer-0);
  border-radius: var(--radius-xl);
  padding: var(--space-xl);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--layer-3);
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: var(--space-sm);
  margin-bottom: var(--space-lg);
  padding-bottom: var(--space-lg);
  border-bottom: 1px solid var(--layer-3);
}

.contact-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.contact-item__icon {
  width: 44px;
  height: 44px;
  background: rgba(37, 99, 235, 0.08);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-item__icon svg {
  width: 20px;
  height: 20px;
  stroke: var(--color-primary);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-item__label {
  font-size: var(--text-xs);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--color-muted);
  margin-bottom: 0.25rem;
}

.contact-item__value {
  font-size: var(--text-base);
  font-weight: 600;
  color: var(--color-foreground);
  line-height: 1.5;
}

.contact-item__value a {
  color: var(--color-primary);
  transition: color var(--transition-fast);
}

.contact-item__value a:hover { color: var(--color-primary-dark); }

.contact-form-wrap {
  background: var(--layer-0);
  border-radius: var(--radius-xl);
  padding: var(--space-xl);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--layer-3);
}

.contact-form-wrap h3 {
  font-size: var(--text-2xl);
  margin-bottom: var(--space-lg);
  color: var(--color-foreground);
}

/* WPForms & Contact Form styles */
.contact-form-wrap .wpcf7 input,
.contact-form-wrap .wpcf7 textarea,
.contact-form-wrap .wpcf7 select,
.contact-form-wrap input[type="text"],
.contact-form-wrap input[type="email"],
.contact-form-wrap input[type="tel"],
.contact-form-wrap textarea {
  width: 100%;
  background: var(--layer-1);
  border: 2px solid var(--layer-3);
  border-radius: var(--radius-md);
  padding: 0.75rem 1rem;
  font-family: var(--font-sans);
  font-size: var(--text-base);
  color: var(--color-foreground);
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
  margin-bottom: var(--space-sm);
}

.contact-form-wrap input:focus,
.contact-form-wrap textarea:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.contact-form-wrap input[type="submit"],
.contact-form-wrap .wpcf7-submit {
  background: var(--color-primary);
  color: white;
  border: none;
  padding: 0.875rem 2rem;
  border-radius: var(--radius-full);
  font-size: var(--text-base);
  font-weight: 700;
  cursor: pointer;
  transition: all var(--transition-base);
  width: auto;
}

.contact-form-wrap input[type="submit"]:hover,
.contact-form-wrap .wpcf7-submit:hover {
  background: var(--color-primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-primary);
}

@media (max-width: 900px) {
  .contact-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   OPENING HOURS BANNER
   ============================================================ */

.hours-banner {
  background: linear-gradient(135deg, rgba(37,99,235,0.05), rgba(249,115,22,0.05));
  border: 1px solid var(--layer-3);
  border-radius: var(--radius-lg);
  padding: var(--space-md) var(--space-lg);
  margin-top: var(--space-sm);
  display: flex;
  align-items: center;
  gap: var(--space-sm);
}

.hours-banner svg {
  width: 20px;
  height: 20px;
  stroke: var(--color-primary);
  fill: none;
  stroke-width: 2;
  flex-shrink: 0;
}

.hours-text {
  font-size: var(--text-sm);
  color: var(--color-muted);
  line-height: 1.6;
}

/* ============================================================
   FOOTER
   ============================================================ */

.site-footer {
  background: var(--color-foreground);
  color: rgba(255,255,255,0.8);
  padding: var(--space-3xl) 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: var(--space-2xl);
  margin-bottom: var(--space-2xl);
}

.footer-brand__logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: var(--space-md);
}

.footer-brand__icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-brand__icon svg {
  width: 22px;
  height: 22px;
  stroke: white;
  fill: none;
  stroke-width: 2;
}

.footer-brand__name {
  font-size: var(--text-base);
  font-weight: 800;
  color: white;
  line-height: 1.2;
}

.footer-brand__sub {
  font-size: var(--text-xs);
  color: rgba(255,255,255,0.5);
}

.footer-desc {
  font-size: var(--text-sm);
  line-height: 1.7;
  color: rgba(255,255,255,0.6);
  margin-bottom: var(--space-md);
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: var(--text-sm);
  color: rgba(255,255,255,0.7);
  margin-bottom: 0.625rem;
  transition: color var(--transition-fast);
}

.footer-contact-item:hover { color: white; }

.footer-contact-item svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  stroke: var(--color-primary-light);
  fill: none;
  stroke-width: 2;
}

.footer-col h4 {
  font-size: var(--text-sm);
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: var(--space-md);
}

.footer-col a {
  display: block;
  font-size: var(--text-sm);
  color: rgba(255,255,255,0.6);
  margin-bottom: 0.625rem;
  transition: color var(--transition-fast);
}

.footer-col a:hover { color: white; }

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

.footer-bottom__copy {
  font-size: var(--text-sm);
  color: rgba(255,255,255,0.4);
}

.footer-bottom__links {
  display: flex;
  gap: var(--space-md);
}

.footer-bottom__links a {
  font-size: var(--text-sm);
  color: rgba(255,255,255,0.4);
  transition: color var(--transition-fast);
}

.footer-bottom__links a:hover { color: rgba(255,255,255,0.8); }

@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

/* ============================================================
   PAGE TEMPLATES
   ============================================================ */

.page-hero {
  position: relative;
  padding: 140px 0 80px;
  background: linear-gradient(135deg, var(--color-foreground) 0%, #1a3a6b 100%);
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(37,99,235,0.3) 0%, transparent 60%);
  pointer-events: none;
}

.page-hero .container { position: relative; z-index: var(--z-base); }

.page-hero__label {
  display: inline-block;
  background: rgba(249,115,22,0.15);
  border: 1px solid rgba(249,115,22,0.3);
  color: #FED7AA;
  font-size: var(--text-sm);
  font-weight: 600;
  padding: 0.375rem 1rem;
  border-radius: var(--radius-full);
  margin-bottom: var(--space-sm);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.page-hero h1 {
  font-size: clamp(var(--text-3xl), 5vw, var(--text-5xl));
  font-weight: 800;
  color: white;
  margin-bottom: var(--space-md);
  letter-spacing: -0.03em;
}

.page-hero p {
  font-size: var(--text-xl);
  color: rgba(255,255,255,0.75);
  max-width: 600px;
  line-height: 1.7;
}

.page-content {
  padding: var(--space-3xl) 0;
}

.page-content h2 {
  font-size: var(--text-3xl);
  margin-bottom: var(--space-md);
  color: var(--color-foreground);
}

.page-content h3 {
  font-size: var(--text-2xl);
  margin-bottom: var(--space-sm);
  color: var(--color-foreground);
}

.page-content p {
  margin-bottom: var(--space-md);
  color: var(--color-muted);
  line-height: 1.8;
  font-size: var(--text-lg);
}

.page-content ul {
  list-style: none;
  margin-bottom: var(--space-lg);
}

.page-content ul li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  color: var(--color-muted);
  font-size: var(--text-lg);
}

.page-content ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-primary);
}

.content-box {
  background: var(--layer-0);
  border-radius: var(--radius-xl);
  padding: var(--space-xl);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--layer-3);
  margin-bottom: var(--space-lg);
}

/* ============================================================
   CAREER PAGE
   ============================================================ */

.karriere-intro {
  background: linear-gradient(135deg, rgba(37,99,235,0.05), rgba(249,115,22,0.05));
  border-radius: var(--radius-xl);
  padding: var(--space-xl);
  border: 1px solid var(--layer-3);
  margin-bottom: var(--space-xl);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 768px) {
  .section { padding: var(--space-2xl) 0; }
  .container { padding: 0 var(--space-sm); }
  .services-grid { grid-template-columns: 1fr; }
  .usp-grid { grid-template-columns: 1fr 1fr; }
  .cta-inner { flex-direction: column; text-align: center; }
  .cta-actions { justify-content: center; }
  .section-title { letter-spacing: -0.02em; }
  .hero-title { letter-spacing: -0.02em; }
}

@media (max-width: 480px) {
  .usp-grid { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .trust-bar__inner { flex-direction: column; gap: 0.75rem; }
}

/* ============================================================
   FOCUS STATES (A11y)
   ============================================================ */

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--color-accent);
  outline-offset: 3px;
  border-radius: var(--radius-sm);
}

/* ============================================================
   PRINT
   ============================================================ */

@media print {
  .site-header, .hero-nav, .hero-arrow, .trust-bar { display: none; }
}
