body {
  font-family: 'Outfit', sans-serif;
}

h1,
h2,
h3,
h4,
.font-montserrat {
  font-family: 'Montserrat', sans-serif;
}

.hero-gradient {
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.9) 0%, rgba(30, 41, 59, 0.8) 50%, rgba(15, 23, 42, 0.5) 100%),
    url('https://images.unsplash.com/photo-1578575437130-527eed3abbec?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80') no-repeat center center;
  background-size: cover;
}

.service-pattern {
  background-color: #f8fafc;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54 48c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm-6-6c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm-6-6c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm-6-6c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm-6-6c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4z' fill='%23e2e8f0' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.custom-shadow {
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.05);
}

.gradient-text {
  background-image: linear-gradient(90deg, #60a5fa 0%, #22d3ee 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.reibel-mobile-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.62);
  z-index: 55;
}

.reibel-mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(100%, 24rem);
  height: 100vh;
  background: #fff;
  z-index: 60;
  box-shadow: -18px 0 50px rgba(15, 23, 42, 0.16);
}

.reibel-menu-open {
  overflow: hidden;
}

.reibel-rich-content > * + * {
  margin-top: 1.2rem;
}

.reibel-rich-content h2,
.reibel-rich-content h3,
.reibel-rich-content h4 {
  color: #0f172a;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  line-height: 1.2;
}

.reibel-rich-content h2 {
  font-size: clamp(1.9rem, 3vw, 2.6rem);
}

.reibel-rich-content h3 {
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.reibel-rich-content p,
.reibel-rich-content li {
  color: #475569;
  font-size: 1rem;
  line-height: 1.9;
}

.reibel-rich-content ul,
.reibel-rich-content ol {
  padding-left: 1.25rem;
}

.reibel-rich-content blockquote {
  border-left: 4px solid #2563eb;
  padding: 1.25rem 1.5rem;
  background: #f8fafc;
  border-radius: 0 1rem 1rem 0;
  color: #0f172a;
  font-weight: 600;
}

.reibel-rich-content img {
  border-radius: 1.5rem;
  height: auto;
}

.reibel-rich-content a {
  color: #2563eb;
  text-decoration: underline;
}

.reibel-archive-card img,
.reibel-single-thumb img,
.reibel-page-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1024px) {
  .hero-gradient {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .hero-gradient {
    background-position: 62% center;
  }
}
