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

html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

nav {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
  letter-spacing: 0.5px;
  font-size: 1.5rem;
}

.nav-link {
  font-weight: 500;
  transition: color 0.2s ease;
}

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

.hero-section {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.hero-section h1 {
  line-height: 1.2;
  color: #000;
}

.hero-section .lead {
  font-size: 1.1rem;
  line-height: 1.6;
}

.text-secondary {
  color: #666 !important;
}

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

.btn-danger:hover {
  background-color: #c82333;
  border-color: #c82333;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  background-color: #dc3545;
  color: #fff;
}

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

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

.card-title {
  font-size: 1.1rem;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

section {
  position: relative;
}

.text-danger {
  color: #dc3545 !important;
}

footer {
  background-color: #222 !important;
  margin-top: auto;
  border-top: 1px solid #dc3545;
}

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

footer a:hover {
  color: #dc3545 !important;
}

footer h6 {
  font-size: 0.95rem;
  letter-spacing: 0.5px;
}

.cookie-banner {
  z-index: 1000;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.2);
}

.btn-sm {
  font-size: 0.85rem;
  padding: 0.4rem 0.8rem;
}

form label {
  font-size: 0.95rem;
}

.form-control {
  border-color: #ddd;
  border-radius: 4px;
}

.form-control:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-control::placeholder {
  color: #999;
}

.custom-control-label {
  font-size: 0.95rem;
  color: #666;
}

.custom-control-label a {
  color: #dc3545;
  text-decoration: none;
}

.custom-control-label a:hover {
  text-decoration: underline;
}

hr {
  border-color: #e0e0e0;
}

h2,
h3,
h4,
h5,
h6 {
  color: #000;
}

@media (max-width: 768px) {
  .hero-section {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .hero-section h1 {
    font-size: 2rem;
  }

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

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

  .lead {
    font-size: 1rem;
  }

  .btn-lg {
    font-size: 0.95rem;
    padding: 0.6rem 1.2rem;
  }

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

  section.py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .card {
    margin-bottom: 1rem;
  }
}

@media (max-width: 576px) {
  .display-4 {
    font-size: 1.8rem;
  }

  h1 {
    font-size: 1.8rem;
  }

  h2 {
    font-size: 1.4rem;
  }

  h3 {
    font-size: 1.1rem;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .btn-danger,
  .btn-outline-danger {
    width: 100%;
  }

  footer .row {
    text-align: center;
  }

  footer h6 {
    margin-top: 1rem;
  }

  footer h6:first-child {
    margin-top: 0;
  }
}

.shadow-sm {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
}
