* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

.navbar {
  background-color: #1e3a8a;
  padding: 1rem 0;
}

.navbar-brand {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff !important;
  letter-spacing: 0.5px;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  padding: 0.5rem 1rem;
  transition: color 0.3s ease;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
}

.hero {
  position: relative;
  height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: #0f172a;
}

.hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(30, 58, 138, 0.8), rgba(15, 23, 42, 0.9));
}

.hero-content {
  position: relative;
  z-index: 2;
  color: #ffffff;
  padding: 2rem 0;
}

.hero h1 {
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero .lead {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.btn-primary {
  background-color: #2563eb;
  border-color: #2563eb;
  padding: 0.75rem 2rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: #1d4ed8;
  border-color: #1d4ed8;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.4);
}

.btn-outline-primary {
  color: #2563eb;
  border-color: #2563eb;
  padding: 0.75rem 2rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-outline-primary:hover {
  background-color: #2563eb;
  border-color: #2563eb;
  color: #ffffff;
}

.section-title {
  font-weight: 700;
  color: #1e3a8a;
  margin-bottom: 1rem;
}

.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 8px;
  overflow: hidden;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.card-img-top {
  height: 200px;
  object-fit: cover;
}

.card-title {
  color: #1e3a8a;
  font-weight: 600;
}

.info-box {
  background-color: #f8fafc;
  padding: 2rem;
  border-radius: 8px;
  border-left: 4px solid #2563eb;
  height: 100%;
}

.info-box h4 {
  color: #1e3a8a;
  font-weight: 600;
}

.consultation-step {
  text-align: center;
  padding: 2rem;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.step-number {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #2563eb;
  color: #ffffff;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: 700;
}

.faq-item {
  background-color: #f8fafc;
  padding: 1.5rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
}

.faq-question {
  color: #1e3a8a;
  font-weight: 600;
  margin-bottom: 1rem;
}

.faq-answer {
  color: #475569;
  margin-bottom: 0;
}

.approach-card {
  background-color: #f8fafc;
  padding: 2.5rem;
  border-radius: 8px;
  border: 2px solid #2563eb;
}

.testimonial-card {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  height: 100%;
  border-top: 4px solid #2563eb;
}

.cta-section {
  background: linear-gradient(135deg, #1e3a8a, #2563eb);
  color: #ffffff;
}

.cta-section h2 {
  color: #ffffff;
  font-weight: 700;
}

.cta-section .lead {
  color: rgba(255, 255, 255, 0.95);
}

.footer {
  background-color: #0f172a;
  color: rgba(255, 255, 255, 0.8);
}

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

.footer a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer a:hover {
  color: #ffffff;
}

.footer ul {
  list-style: none;
  padding-left: 0;
}

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

.page-header {
  background: linear-gradient(135deg, #1e3a8a, #2563eb);
  color: #ffffff;
  padding: 4rem 0 3rem;
  margin-bottom: 0;
}

.page-header h1 {
  font-weight: 700;
}

.page-header .lead {
  color: rgba(255, 255, 255, 0.95);
}

.mission-card {
  background-color: #f8fafc;
  padding: 2.5rem;
  border-radius: 8px;
  border: 2px solid #2563eb;
}

.principle-card {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  height: 100%;
  border-left: 4px solid #2563eb;
}

.educational-content {
  background-color: #f8fafc;
  padding: 2rem;
  border-radius: 8px;
}

.educational-list {
  list-style: none;
  padding-left: 0;
}

.educational-list li {
  padding: 1rem;
  background-color: #ffffff;
  margin-bottom: 1rem;
  border-radius: 6px;
  border-left: 4px solid #2563eb;
}

.approach-item {
  background-color: #f8fafc;
  padding: 1.5rem;
  border-radius: 8px;
  height: 100%;
}

.contact-form {
  background-color: #f8fafc;
  padding: 2rem;
  border-radius: 8px;
}

.contact-info-item h5 {
  color: #1e3a8a;
  font-weight: 600;
}

.thank-you-card {
  background-color: #f8fafc;
  padding: 3rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.check-icon svg {
  display: inline-block;
}

.next-steps-list {
  list-style: none;
  padding-left: 0;
}

.next-steps-list li {
  padding: 0.75rem 0;
  padding-left: 2rem;
  position: relative;
}

.next-steps-list li:before {
  content: "→";
  position: absolute;
  left: 0;
  color: #2563eb;
  font-weight: 700;
}

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

.legal-content h2 {
  color: #1e3a8a;
  font-weight: 700;
}

.legal-content h4 {
  color: #1e3a8a;
  font-weight: 600;
}

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

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

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1e3a8a;
  color: #ffffff;
  padding: 1.5rem 0;
  z-index: 1000;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
}

.cookie-banner.hidden {
  display: none;
}

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

.cookie-banner .btn-outline-light {
  border-color: #ffffff;
  color: #ffffff;
}

.cookie-banner .btn-outline-light:hover {
  background-color: #ffffff;
  color: #1e3a8a;
}

.cookie-banner .btn-light {
  background-color: #ffffff;
  color: #1e3a8a;
  border: none;
}

@media (max-width: 768px) {
  .hero {
    height: 500px;
  }

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

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

  .btn-lg {
    padding: 0.5rem 1.5rem;
  }

  .cookie-banner .btn-sm {
    margin-bottom: 0.5rem;
    display: block;
    width: 100%;
  }
}

@media (min-width: 769px) {
  .cookie-banner .text-md-right {
    text-align: right;
  }
}
