/* Zerion AG - Custom Styles */
/* Extrahierte und vereinheitlichte Inline-Styles */
body{
  font-family: 'Inter', sans-serif;
}
/* Hero Section - Background Image */
.hero-background {
  background-image: url('hero-background.jpg');
}

/* Hero Section - Dot Pattern Overlay */
.hero-pattern {
  background-image: radial-gradient(circle at 2px 2px, #00CED1 1px, transparent 0);
  background-size: 48px 48px;
}

/* Parallax Section - Background Image */
.parallax-background {
  background-image: url('parallax-groomer.jpg');
  background-attachment: fixed;
}

/* V0 Built-with Button (kann entfernt werden, falls nicht benötigt) */
#v0-built-with-button-2b1e6776-94d5-4eae-9b11-6ec336e62a20 {
  border: 1px solid hsl(0deg 0% 100% / 12%);
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 1000;
  background: #121212;
  color: white;
  padding: 8px 12px;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  letter-spacing: 0.02em;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}