* {
  box-sizing: border-box;
}

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

.navbar {
  padding: 1rem 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
  font-size: 1.5rem;
  color: #0056b3;
  font-weight: 700;
}

.navbar-brand:hover {
  color: #003d82;
}

.nav-link {
  color: #333333;
  font-weight: 500;
  padding: 0.5rem 1rem;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #0056b3;
}

.nav-item.active .nav-link {
  color: #0056b3;
}

.hero {
  padding: 140px 0 80px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.hero h1 {
  color: #1a1a1a;
  margin-bottom: 1.5rem;
}

.hero .lead {
  color: #555555;
  margin-bottom: 2rem;
}

.page-header {
  padding: 140px 0 80px;
  background: linear-gradient(135deg, #0056b3 0%, #003d82 100%);
  color: #ffffff;
  text-align: center;
}

.page-header-legal {
  padding: 140px 0 60px;
  background: linear-gradient(135deg, #0056b3 0%, #003d82 100%);
  color: #ffffff;
  text-align: center;
}

.section {
  padding: 80px 0;
}

.btn-primary {
  background-color: #0056b3;
  border-color: #0056b3;
  padding: 12px 30px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: #003d82;
  border-color: #003d82;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 86, 179, 0.3);
}

.btn-outline-primary {
  color: #0056b3;
  border-color: #0056b3;
  padding: 12px 30px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-outline-primary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
  transform: translateY(-2px);
}

.bg-primary {
  background-color: #0056b3;
}

.bg-light {
  background-color: #f8f9fa;
}

.bg-dark {
  background-color: #1a1a1a;
}

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

.icon-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #0056b3;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
}

.value-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #0056b3;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
}

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

.process-step {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #0056b3;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto 1rem;
}

.badge-primary {
  background-color: #0056b3;
  font-size: 1rem;
  padding: 8px 12px;
}

.contact-info h5 {
  color: #0056b3;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

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

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

.thank-step {
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #0056b3;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.legal-content {
  font-size: 1rem;
  line-height: 1.8;
}

.legal-content h2 {
  color: #0056b3;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.legal-content h3 {
  color: #333333;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.legal-content ul {
  margin-bottom: 1.5rem;
}

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

.legal-content table {
  margin: 1.5rem 0;
}

footer {
  margin-top: auto;
}

footer h5 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 1rem;
}

footer a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

footer a:hover {
  color: #0056b3;
  text-decoration: underline;
}

footer ul li {
  margin-bottom: 0.5rem;
}

.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 20px;
  z-index: 9999;
  display: none;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
}

.cookie-content {
  max-width: 1200px;
  margin: 0 auto;
}

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

.cookie-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.cookie-buttons .btn {
  margin: 5px 0;
}

.cookie-buttons .btn-link {
  color: #ffffff;
  text-decoration: underline;
  padding: 8px 15px;
}

.shadow {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.shadow-sm {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.shadow-lg {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

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

.rounded {
  border-radius: 8px;
}

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

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

  .page-header h1,
  .page-header-legal h1 {
    font-size: 2rem;
  }

  .section {
    padding: 60px 0;
  }

  .cookie-buttons {
    flex-direction: column;
  }

  .cookie-buttons .btn {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .hero h1 {
    font-size: 1.75rem;
  }

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

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