body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #1a1a1a;
  line-height: 1.6;
}

.navbar-brand {
  font-size: 1.5rem;
  color: #dc3545 !important;
}

.nav-link {
  font-weight: 500;
  color: #333 !important;
  transition: color 0.3s ease;
}

.nav-link:hover,
.nav-link.active {
  color: #dc3545 !important;
}

.hero-section {
  background: linear-gradient(135deg, #1a1a1a 0%, #333 100%);
  min-height: 400px;
  display: flex;
  align-items: center;
}

.cta-section {
  background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
}

.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-danger:hover {
  background-color: #c82333;
  border-color: #bd2130;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(220, 53, 69, 0.3);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-outline-danger:hover {
  background-color: #dc3545;
  border-color: #dc3545;
  transform: translateY(-2px);
}

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

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

.icon-circle {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border: 3px solid #dc3545;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: #dc3545;
}

.service-icon {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border: 3px solid #dc3545;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #dc3545;
}

.value-icon {
  color: #dc3545;
}

.contact-icon {
  color: #dc3545;
}

.custom-bullet-list {
  list-style: none;
  padding-left: 0;
}

.custom-bullet-list li {
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 0.75rem;
}

.custom-bullet-list li:before {
  content: "✓";
  color: #dc3545;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.page-header {
  padding: 4rem 0;
}

.service-card {
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.timeline-marker .badge {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.contact-info-item {
  transition: all 0.3s ease;
}

.contact-info-item:hover {
  background-color: #f8f9fa !important;
  transform: translateX(5px);
}

.map-placeholder {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #dee2e6;
}

.success-icon {
  display: inline-block;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1a1a1a;
  color: #fff;
  padding: 1.5rem 0;
  z-index: 9999;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.cookie-banner.hidden {
  display: none;
}

.content-section h2 {
  color: #1a1a1a;
  margin-top: 2rem;
}

.content-section h4 {
  color: #333;
  margin-top: 1.5rem;
}

.content-section ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.content-section ul li {
  margin-bottom: 0.5rem;
}

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

footer a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.alert {
  border-radius: 0.5rem;
}

.table {
  margin-top: 1rem;
}

.table thead th {
  border-bottom: 2px solid #dee2e6;
  font-weight: 600;
}

@media (max-width: 768px) {
  .hero-section {
    min-height: 300px;
    padding: 2rem 0;
  }

  .display-4 {
    font-size: 2rem;
  }

  .lead {
    font-size: 1rem;
  }

  .cookie-banner .btn {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .cookie-banner .text-md-right {
    text-align: left !important;
  }
}

@media (max-width: 576px) {
  .navbar-brand {
    font-size: 1.25rem;
  }

  .btn-lg {
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
  }
}
