* {
  box-sizing: border-box;
}

body {
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.68;
  color: #333;
  background-color: #fafafa;
  margin: 0;
  padding: 0;
  padding-top: 80px;
}

h1 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.9rem;
  font-weight: 600;
  color: #222;
  margin-top: 3rem;
  margin-bottom: 1.2rem;
  line-height: 1.4;
}

h3 {
  font-size: 1.45rem;
  font-weight: 500;
  color: #333;
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 1.4;
}

p {
  margin-bottom: 1.2rem;
}

a {
  color: #27AE60;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: #1e8449;
}

.navbar {
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.navbar-brand {
  font-size: 1.5rem;
  font-weight: 600;
  color: #27AE60;
  display: flex;
  align-items: center;
}

.navbar-brand:hover {
  color: #27AE60;
  opacity: 0.9;
}

.navbar-brand img {
  width: 36px;
  height: 36px;
  margin-right: 10px;
  border-radius: 4px;
}

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

.nav-link:hover {
  color: #27AE60;
}

.hero {
  background: linear-gradient(135deg, #f5f9f7 0%, #ffffff 100%);
  padding: 4rem 0 3rem;
  margin-bottom: 3rem;
}

.hero h1 {
  color: #27AE60;
  margin-bottom: 1.5rem;
}

.hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.section {
  padding: 3rem 0;
}

.section-light {
  background-color: #fff;
}

.section-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 1.5rem;
}

.section-image-left {
  float: left;
  max-width: 45%;
  margin-right: 2rem;
  margin-bottom: 1rem;
}

.section-image-right {
  float: right;
  max-width: 45%;
  margin-left: 2rem;
  margin-bottom: 1rem;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.btn-primary {
  background-color: #27AE60;
  border-color: #27AE60;
  padding: 0.75rem 2rem;
  font-size: 1.05rem;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: #1e8449;
  border-color: #1e8449;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(39, 174, 96, 0.3);
}

.card {
  border: none;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  margin-bottom: 2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.card-body {
  padding: 2rem;
}

.faq-item {
  background-color: #fff;
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 1rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

.faq-question {
  font-weight: 600;
  color: #27AE60;
  margin-bottom: 0.75rem;
  font-size: 1.15rem;
}

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

.contact-form {
  background-color: #fff;
  padding: 2.5rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.form-control {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 0.75rem;
  font-size: 1.05rem;
  transition: border-color 0.3s ease;
}

.form-control:focus {
  border-color: #27AE60;
  box-shadow: 0 0 0 0.2rem rgba(39, 174, 96, 0.15);
}

.disclaimer-box {
  background-color: #f8f9fa;
  border-left: 4px solid #27AE60;
  padding: 1.5rem;
  margin: 2rem 0;
  border-radius: 4px;
}

.disclaimer-box h3 {
  margin-top: 0;
  color: #27AE60;
}

.footer {
  background-color: #2c3e50;
  color: #ecf0f1;
  padding: 3rem 0 1.5rem;
  margin-top: 4rem;
}

.footer h5 {
  color: #27AE60;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.footer a {
  color: #bdc3c7;
  display: block;
  margin-bottom: 0.5rem;
}

.footer a:hover {
  color: #27AE60;
}

.footer-contact p {
  margin-bottom: 0.5rem;
  color: #bdc3c7;
}

.footer-bottom {
  border-top: 1px solid #34495e;
  padding-top: 1.5rem;
  margin-top: 2rem;
  text-align: center;
  color: #95a5a6;
  font-size: 0.95rem;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #2c3e50;
  color: #fff;
  padding: 1.5rem;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
  z-index: 9999;
  display: none;
}

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

.cookie-banner p {
  margin-bottom: 1rem;
  font-size: 0.95rem;
}

.cookie-banner .btn {
  margin-right: 1rem;
}

.page-header {
  background: linear-gradient(135deg, #f5f9f7 0%, #ffffff 100%);
  padding: 3rem 0 2rem;
  margin-bottom: 3rem;
}

.page-header h1 {
  color: #27AE60;
}

@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.6rem;
  }

  h3 {
    font-size: 1.3rem;
  }

  body {
    font-size: 1rem;
    padding-top: 70px;
  }

  .hero {
    padding: 2rem 0 1.5rem;
  }

  .section {
    padding: 2rem 0;
  }

  .section-image-left,
  .section-image-right {
    float: none;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-form {
    padding: 1.5rem;
  }

  .cookie-banner {
    padding: 1rem;
  }
}
