body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #2d2d2d;
  line-height: 1.6;
}
.navbar-brand {
  font-size: 1.5rem;
  color: #dc3545 !important;
}
.navbar-light .navbar-nav .nav-link {
  color: #2d2d2d;
  font-weight: 500;
  padding: 0.5rem 1rem;
  transition: color 0.3s ease;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #dc3545;
}
.hero-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}
.hero-section h1 {
  color: #2d2d2d;
}
.hero-section .lead {
  color: #5a5a5a;
  line-height: 1.8;
}
.btn-primary {
  background-color: #dc3545;
  border-color: #dc3545;
  padding: 12px 30px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.btn-primary:hover {
  background-color: #c82333;
  border-color: #bd2130;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}
.btn-outline-dark {
  border-color: #2d2d2d;
  color: #2d2d2d;
  padding: 12px 30px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.btn-outline-dark:hover {
  background-color: #2d2d2d;
  border-color: #2d2d2d;
  transform: translateY(-2px);
}
.benefit-card,
.value-card,
.testimonial-card {
  background: #ffffff;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  height: 100%;
}
.benefit-card:hover,
.value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.benefit-icon {
  color: #dc3545;
}
.custom-list {
  list-style: none;
  padding-left: 0;
}
.custom-list li {
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 0.5rem;
}
.custom-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #dc3545;
  font-weight: bold;
}
.card {
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.testimonial-card {
  border-left: 4px solid #dc3545;
}
.feature-box {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.contact-form-wrapper {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.form-control:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-check-input:checked {
  background-color: #dc3545;
  border-color: #dc3545;
}
.contact-info-box,
.contact-hours {
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.map-placeholder {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #dee2e6;
}
.thank-you-card {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
.thank-you-icon {
  display: inline-block;
}
.step-card {
  height: 100%;
}
.step-card h4 {
  font-size: 2rem;
}
.policy-section h2 {
  color: #2d2d2d;
  margin-top: 2rem;
}
.policy-section h5 {
  color: #2d2d2d;
}
.footer {
  border-top: 1px solid #dee2e6;
}
.footer h5 {
  color: #2d2d2d;
}
.footer a {
  color: #5a5a5a;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer a:hover {
  color: #dc3545;
}
.footer ul li {
  margin-bottom: 0.5rem;
}
.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #2d2d2d;
  color: #ffffff;
  padding: 1.5rem 0;
  z-index: 9999;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
  display: none;
}
.cookie-consent.show {
  display: block;
}
.cookie-consent p {
  margin: 0;
  font-size: 0.95rem;
}
.cookie-consent a {
  color: #ffffff;
}
@media (max-width: 768px) {
  .hero-section {
    padding: 40px 0;
  }
  .hero-section h1 {
    font-size: 2rem;
  }
  .navbar-brand {
    font-size: 1.25rem;
  }
  .btn-lg {
    padding: 10px 20px;
    font-size: 1rem;
  }
  .display-4 {
    font-size: 2rem;
  }
  .cookie-consent .btn {
    margin-top: 0.5rem;
    width: 100%;
  }
}
.page-header {
  margin-top: 56px;
}
img {
  max-width: 100%;
  height: auto;
}
