
.home-hero {
  text-align: center;
  padding: 3em 1em;
  background: linear-gradient(135deg, #F88379, #008080);
  color: white;
  border-bottom: 4px solid #F7CAC9;
}

.home-hero img {
  max-width: 150px;
  margin-bottom: 1em;
}

.home-hero h1 {
  font-size: 2em;
  margin: 0;
  font-weight: 500;
}


.home-map {
  width: 100%;
  height: 600px;
  margin-top: 2em;
  border-radius: 12px;
  border: 3px solid #008080;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}


.popup-card {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333;
  max-width: 220px;
}

.popup-card .popup-img {
  width: 100%;
  margin-top: 0.5em;
  border-radius: 8px;
}

.popup-card .popup-link {
  display: inline-block;
  margin-top: 0.5em;
  padding: 0.25em 0.5em;
  background-color: #008080;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
}

.popup-card .popup-link:hover {
  background-color: #F88379;
}
