/* Cool Shield – Status Werbetechnik */
.theme-status-werbetechnik {
  --primary: 38 92% 50%;
  --primary-foreground: 0 0% 100%;
  --background: 0 0% 100%;
  --foreground: 222 47% 11%;
  --muted: 210 40% 96%;
  --muted-foreground: 215 16% 47%;
  --accent: 199 89% 48%;
  --accent-foreground: 0 0% 100%;
  --border: 214 32% 91%;
  --radius: 0.5rem;
}

.theme-status-werbetechnik .site-header {
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(30, 41, 59, 0.08);
}

.theme-status-werbetechnik .site-header .header-logo {
  filter: none;
}

.theme-status-werbetechnik .font-display {
  font-family: 'Outfit', system-ui, sans-serif;
}

.theme-status-werbetechnik .font-sans {
  font-family: 'Inter', system-ui, sans-serif;
}

.theme-status-werbetechnik footer {
  background: #1E293B !important;
  border-top-color: rgba(255, 255, 255, 0.08);
}
