body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #333;
  line-height: 1.6;
  padding-top: 70px;
}

.navbar {
  transition: all 0.3s ease;
}

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

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

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

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

.page-header {
  padding: 100px 0 60px;
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
}

.section {
  padding: 80px 0;
}

.icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #e9f5e9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: #28a745;
}

.benefit-item {
  margin-bottom: 30px;
  padding-left: 20px;
  border-left: 3px solid #28a745;
}

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

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.service-card img {
  height: 250px;
  object-fit: cover;
}

.target-group {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #28a745;
}

.cta-section {
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  color: white;
}

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

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

.footer a:hover {
  color: #28a745 !important;
}

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

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

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

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

.contact-item {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e9ecef;
}

.contact-item:last-child {
  border-bottom: none;
}

.contact-item a {
  color: #28a745;
  text-decoration: none;
}

.contact-item a:hover {
  text-decoration: underline;
}

.contact-form .form-control:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.faq-item {
  margin-bottom: 25px;
  padding: 20px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

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

.success-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

.legal-content h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 1.25rem;
  font-weight: 600;
}

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

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

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

.legal-content a {
  color: #28a745;
  text-decoration: none;
}

.legal-content a:hover {
  text-decoration: underline;
}

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

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

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

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

  .section {
    padding: 50px 0;
  }

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

  .cookie-banner .btn {
    margin-bottom: 10px;
    width: 100%;
  }
}
