* {
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #212529;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}

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

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

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

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

.hero-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.hero-section h1 {
  color: #212529;
}

.hero-section .lead {
  color: #495057;
}

.features-section {
  padding: 80px 0;
}

.feature-card {
  padding: 30px;
  transition: transform 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
}

.feature-icon {
  width: 60px;
  height: 60px;
  background-color: #dc3545;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin: 0 auto 20px;
}

.feature-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #212529;
}

.about-preview-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.cta-section {
  padding: 80px 0;
}

.footer {
  padding: 60px 0 20px;
}

.footer h5 {
  margin-bottom: 20px;
}

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

.footer a:hover {
  opacity: 0.8;
}

.page-header {
  padding: 60px 0;
  margin-bottom: 40px;
}

.content-section {
  padding: 60px 0;
}

.info-card {
  padding: 30px;
  background-color: #f8f9fa;
  border-radius: 8px;
  margin-bottom: 20px;
}

.info-card h3 {
  color: #dc3545;
  margin-bottom: 15px;
}

.info-box {
  margin-bottom: 30px;
}

.contact-info {
  padding: 30px;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 8px;
}

.thank-you-section {
  padding: 100px 0;
  min-height: 60vh;
  display: flex;
  align-items: center;
}

.thank-you-content {
  padding: 60px 40px;
  background-color: #f8f9fa;
  border-radius: 8px;
}

.success-icon {
  width: 80px;
  height: 80px;
  background-color: #28a745;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  margin: 0 auto;
}

.legal-content {
  max-width: 900px;
  margin: 0 auto;
}

.legal-content h2 {
  color: #212529;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 1.75rem;
}

.legal-content h3 {
  color: #495057;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 1.25rem;
}

.legal-content p {
  margin-bottom: 15px;
}

.legal-content ul {
  margin-bottom: 20px;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #212529;
  color: #ffffff;
  padding: 20px 0;
  z-index: 9999;
  display: none;
}

.cookie-banner.show {
  display: block;
}

.cookie-banner a {
  color: #ffffff;
  text-decoration: underline;
}

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

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

.btn-outline-dark:hover {
  background-color: #212529;
  color: #ffffff;
}

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

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

.rounded {
  border-radius: 0.25rem !important;
}

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

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

  .features-section {
    padding: 40px 0;
  }

  .about-preview-section {
    padding: 40px 0;
  }

  .cta-section {
    padding: 40px 0;
  }

  .content-section {
    padding: 40px 0;
  }

  .page-header {
    padding: 40px 0;
  }

  .thank-you-section {
    padding: 60px 0;
  }

  .thank-you-content {
    padding: 40px 20px;
  }

  .btn-lg {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  .btn-lg.ml-2 {
    margin-left: 0 !important;
  }

  .cookie-banner .col-md-4 {
    margin-top: 10px;
  }
}

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

  .lead {
    font-size: 1rem;
  }
}
