/* WOW/PROFESSIONAL CSS for schilder-maurits-limburg-echt-susteren.php */

.hero-maurits {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  margin-bottom: 0;
  overflow: hidden;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(0,0,0,0.5) 0%, rgba(41,80,185,0.3) 100%);
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 40px 20px 56px 20px;
}
.hero-maurits-photo {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid #fff;
  box-shadow: 0 4px 32px 0 rgba(41,80,185,0.12);
  margin-bottom: 18px;
  background: #fff;
}
.hero-content h1 {
  font-size: 2.8rem;
  font-weight: 800;
  letter-spacing: -1px;
  margin-bottom: 8px;
}
.hero-content h2 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 18px;
}
.hero-badges {
  margin-bottom: 18px;
}
.badge {
  display: inline-block;
  background: #fff;
  color: #2950b9;
  font-weight: 700;
  border-radius: 24px;
  font-size: 1rem;
  padding: 7px 18px;
  margin: 0 5px 8px 0;
  box-shadow: 0 2px 8px 0 rgba(41,80,185,0.07);
  border: 2px solid #2950b9;
  transition: background 0.2s, color 0.2s;
}
.badge:hover {
  background: #2950b9;
  color: #fff;
}
.hero-cta {
  display: inline-block;
  padding: 14px 36px;
  font-size: 1.15rem;
  font-weight: 700;
  border-radius: 30px;
  background: #2950b9;
  color: #fff;
  box-shadow: 0 4px 16px 0 rgba(41,80,185,0.18);
  text-decoration: none;
  margin-top: 14px;
  transition: background 0.2s, color 0.2s;
}
.hero-cta:hover {
  background: #fff;
  color: #2950b9;
}

/* Testimonial Section */
.testimonial-section {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 32px 0;
}
.testimonial-card {
  background: #fff;
  color: #2950b9;
  border-radius: 20px;
  box-shadow: 0 2px 16px 0 rgba(41,80,185,0.10);
  padding: 32px 36px;
  max-width: 520px;
  text-align: center;
  position: relative;
  margin-top: -60px;
  z-index: 3;
}
.testimonial-stars {
  color: #fbbc04;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.testimonial-card blockquote {
  font-size: 1.13rem;
  font-style: italic;
  margin: 0 0 8px 0;
}
.testimonial-author {
  font-size: 1rem;
  font-weight: 500;
  color: #2950b9;
}

/* Kernwaarden Grid with Icons - WOW Effect */
.kernwaarden-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 36px;
    margin: 32px 0 24px 0;
    padding: 36px;
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(120deg, #f0f6ff 0%, #e5ecfa 100%);
    border-radius: 24px;
    box-shadow: 0 6px 32px 0 rgba(41,80,185,0.08), 0 1.5px 8px 0 rgba(41,80,185,0.03);
    position: relative;
    overflow: hidden;
}

.kernwaarde-item {
    background: rgba(255,255,255,0.82);
    border-radius: 22px;
    box-shadow: 0 8px 32px 0 rgba(41,80,185,0.13), 0 2px 12px 0 rgba(41,80,185,0.08);
    padding: 38px 24px 32px 24px;
    text-align: center;
    transition: box-shadow 0.28s cubic-bezier(.23,1.12,.59,1), transform 0.28s cubic-bezier(.23,1.12,.59,1), background 0.3s;
    border-top: 5px solid #2950b9;
    backdrop-filter: blur(3.5px);
    position: relative;
    z-index: 2;
    animation: fadeInCard 1.1s cubic-bezier(.23,1.12,.59,1) both;
}
.kernwaarde-item:hover {
    box-shadow: 0 16px 48px 0 rgba(41,80,185,0.20), 0 4px 18px 0 rgba(41,80,185,0.10);
    transform: translateY(-10px) scale(1.06) rotate(-1deg);
    background: rgba(255,255,255,0.96);
    border-top: 5px solid #007bff;
}
.kernwaarde-item i {
    font-size: 3.2rem;
    margin-bottom: 18px;
    display: block;
    filter: drop-shadow(0 2px 8px #b9cfff);
    background: linear-gradient(120deg, #2950b9 40%, #007bff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    transition: filter 0.3s, color 0.3s;
}
.kernwaarde-item:hover i {
    filter: drop-shadow(0 4px 16px #2950b9);
    background: linear-gradient(120deg, #007bff 10%, #2950b9 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.kernwaarde-item h3 {
    font-size: 1.45rem;
    color: #2950b9;
    margin-bottom: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.kernwaarde-item p {
    color: #333;
    font-size: 1.08rem;
    line-height: 1.7;
    margin-bottom: 0;
}
@keyframes fadeInCard {
    0% { opacity: 0; transform: translateY(40px) scale(0.97); }
    100% { opacity: 1; transform: none; }
}

/* Service Card Grid */
.service-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin: 24px 0;
}

.service-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    box-shadow: 0 2px 12px 0 rgba(41,80,185,0.06);
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 24px 0 rgba(41,80,185,0.12);
}

.service-card i {
    color: #2950b9;
    font-size: 1.4rem;
}

/* Maurits Profile Section */
.persoonlijk-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 32px;
  margin: 36px 0 18px 0;
}
.persoonlijk-content {
  flex: 2;
  min-width: 260px;
}
.owner-image-large {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 6px solid #e0e0e0;
  box-shadow: 0 4px 32px 0 rgba(41,80,185,0.17);
  object-fit: cover;
  background: #fff;
  margin: 0 auto;
}
.persoonlijk-facts {
  list-style: none;
  padding: 0;
  margin: 0 0 18px 0;
}
.persoonlijk-facts li {
  margin-bottom: 8px;
  font-size: 1.07rem;
}

/* Brands/Certificeringen */
.brands-section {
  text-align: center;
  margin: 48px 0 18px 0;
}
.brands-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 36px;
  margin-top: 18px;
  flex-wrap: wrap;
}
.brand-logo {
  height: 56px;
  max-width: 140px;
  object-fit: contain;
  filter: grayscale(0.2) contrast(1.1);
  opacity: 0.93;
  transition: filter 0.2s, opacity 0.2s;
}
.brand-logo:hover {
  filter: grayscale(0) contrast(1.15) drop-shadow(0 2px 8px #2950b9);
  opacity: 1;
}

/* Animations */
.wow-fade-in {
  opacity: 0;
  transform: translateY(40px);
  animation: wowfadein 1.2s cubic-bezier(.23,1.12,.59,1) forwards;
}
@keyframes wowfadein {
  to {
    opacity: 1;
    transform: none;
  }
}

/* Responsive Tweaks */
@media (max-width: 900px) {
  .persoonlijk-flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .owner-image-large {
    margin-top: 24px;
  }
}
@media (max-width: 600px) {
  .hero-maurits {
    min-height: 330px;
  }
  .hero-content h1 {
    font-size: 2rem;
  }
  .hero-content h2 {
    font-size: 1.1rem;
  }
  .testimonial-card {
    padding: 18px 8px;
    font-size: 0.97rem;
  }
  .brands-logos {
    gap: 16px;
  }
  .owner-image-large {
    width: 150px;
    height: 150px;
  }
}
