body {
  font-family: Verdana, Geneva, sans-serif;
  background-color: #f0f1f5;
  color: #171d2b;
}

.hero-title {
  font-family: Georgia, serif;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
}
@media (max-width: 576px) {
  .hero-title {
    font-size: 1.9rem;
  }
}

.text-green {
  color: #085e3a;
}

.text-gold {
  color: #d2b76c;
}

.small-text {
  font-size: 0.85rem;
  line-height: 1.4;
}

.btn-gold {
  background-color: #d2b76c;
  color: #ffffff;
  border-radius: 50px;
  padding: 0.75rem 2.5rem;
  font-size: 1rem;
  text-decoration: none;
  border: none;
  transition: background-color 0.3s ease;
}
.btn-gold:hover, .btn-gold:focus {
  background-color: #bf992f;
  color: #ffffff;
}

.card-wrapper {
  background-color: #ffffff;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  padding: 2rem;
}
@media (max-width: 576px) {
  .card-wrapper {
    padding: 1.5rem;
  }
}

.divider {
  height: 1px;
  background-color: #bfc3c8;
  border-radius: 999px;
  margin: 2rem 0;
}

.footer {
  background-color: #171d2b;
  color: #ffffff;
  padding: 2rem 0;
}
.footer p {
  margin-bottom: 0.25rem;
  font-size: 0.85rem;
}

.legend ul {
  padding-left: 1.2rem;
}
.legend ul li {
  margin-bottom: 0.4rem;
  font-family: Georgia, serif;
  font-weight: 700;
}

.color-legend p {
  margin-bottom: 0.5rem;
}
.color-legend p strong {
  font-weight: 700;
}

.risk-list li {
  margin-bottom: 0.6rem;
}

.service-block {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
.service-block img {
  max-width: 140px;
}
.service-block ul {
  margin: 0;
}
@media (max-width: 768px) {
  .service-block {
    flex-direction: column;
    text-align: center;
  }
}/*# sourceMappingURL=stili.css.map */