body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  padding-top: 70px;
  color: #333;
}

.navbar-brand {
  font-size: 1.5rem;
}

.hero-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.service-icon {
  font-size: 3rem;
}

.feature-icon {
  font-size: 3rem;
  color: #28a745;
  font-weight: bold;
}

.benefit-icon {
  font-size: 3rem;
}

.success-icon {
  font-size: 5rem;
  color: #28a745;
}

.page-header {
  padding-top: 100px;
}

.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.btn-success {
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}

.text-success {
  color: #28a745 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.footer {
  margin-top: 50px;
}

.footer a {
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer a:hover {
  color: #28a745 !important;
}

.map-placeholder {
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alert {
  border-radius: 8px;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .hero-section {
    padding: 50px 0;
  }

  .page-header {
    padding-top: 80px;
  }

  body {
    padding-top: 60px;
  }
}
