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

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

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

.page-header {
  background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
  padding: 100px 0 60px;
  margin-top: 56px;
}

.page-header-legal {
  background: linear-gradient(135deg, #343a40 0%, #212529 100%);
  padding: 100px 0 60px;
  margin-top: 56px;
}

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

.icon-circle {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.border-left-danger {
  border-left: 4px solid #dc3545;
  background-color: #f8f9fa;
}

.benefit-box {
  transition: transform 0.3s ease;
}

.benefit-box:hover {
  transform: translateY(-5px);
}

.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.15);
}

.step-number {
  width: 60px;
  height: 60px;
  background-color: #dc3545;
  color: white;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 auto;
}

.contact-info-box {
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #dc3545;
}

.faq-box {
  padding: 20px;
  background-color: white;
  border-radius: 8px;
  height: 100%;
}

.thank-you-box {
  padding: 40px;
  background-color: #f8f9fa;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.success-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d4edda;
  border-radius: 50%;
}

.contact-reminder {
  background-color: #fff3cd;
  padding: 20px;
  border-radius: 8px;
  border-left: 4px solid #ffc107;
}

.legal-content {
  line-height: 1.8;
}

.legal-content h2 {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #dc3545;
  font-weight: bold;
}

.legal-content h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #495057;
  font-weight: bold;
}

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

.legal-content li {
  margin-bottom: 8px;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #343a40;
  color: white;
  padding: 20px 0;
  z-index: 9999;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  display: none;
}

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

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

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

footer a:hover {
  opacity: 0.8;
}

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

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

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

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

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

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

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

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

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