:root {
  --brand: #0077b6;
  --brand-dark: #023e8a;
  --bg: #f8f9fa;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: var(--bg);
}

.hero {
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../img/bgImage.jpeg") center / cover no-repeat;
  color: #fff;
}

.hero h1 {
  font-size: 3rem;
  font-weight: 700;
}

.feature-card {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  text-align: center;
}

.feature-card:hover {
  transform: translateY(-5px);
}

.gallery {
  width: 70%;
  margin: 0 auto;
}

.gallery img {
  cursor: pointer;
  border-radius: 0.5rem;
  transition: transform 0.3s;
}

.gallery img:hover {
  transform: scale(1.05);
}

.site-footer {
  background: var(--brand-dark);
  color: #fff;
  padding: 3rem 1rem 1.5rem;
}

.footer-container {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.footer-col h3 {
  font-weight: 700;
  margin-bottom: 1rem;
}

.footer-col p {
  margin-bottom: 0.4rem;
  font-size: 0.95rem;
}

.footer-col a {
  color: #fff;
  text-decoration: none;
  font-size: 0.95rem;
}

.footer-col a:hover {
  text-decoration: underline;
}

.footer-social .social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1rem;
  margin-bottom: 0.6rem;
}

.footer-social i {
  font-size: 1.4rem;
}

.whatsapp-link {
  display: none;
}

.footer-legal a {
  display: block;
  margin-bottom: 0.4rem;
}

.footer-bottom {
  margin-top: 2rem;
  text-align: center;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 768px) {
  .gallery {
    width: 100%;
  }

  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-social .social-link {
    justify-content: center;
  }

  .whatsapp-link {
    display: inline-flex;
  }
}
#recensioni {
  background-color: #f8f9fa;
}

#recensioni .container {
  max-width: 1140px;
  margin: 0 auto;
}

#recensioni h2 {
  font-size: 2.5rem;
  font-weight: 700;
}

#recensioni p {
  font-size: 1rem;
  color: #6c757d;
  margin-bottom: 2rem;
}

.reviews-widget {
  display: flex;
  justify-content: center;
}

.elfsight-app-a1fb79cc-1fb1-42e2-85ed-29f7ea55fa1b {
  width: 100%;
  max-width: 900px;
}
