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

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

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

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

.nav-link:hover,
.nav-link.active {
  color: #1b5e20 !important;
}

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

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

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

.section-subtitle {
  font-size: 1.25rem;
  color: #6c757d;
  max-width: 700px;
  margin: 0 auto;
}

.info-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.12);
}

.info-card h3 {
  color: #1b5e20;
  font-size: 1.5rem;
  margin-bottom: 15px;
  font-weight: 600;
}

.principle-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  border-left: 4px solid #1b5e20;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  height: 100%;
}

.principle-card h3 {
  color: #1b5e20;
  font-size: 1.4rem;
  margin-bottom: 15px;
  font-weight: 600;
}

.disclaimer-section {
  background: #f8f9fa;
}

.disclaimer-box {
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
  border: 2px solid #1b5e20;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

.disclaimer-box h2 {
  color: #1b5e20;
  font-size: 2rem;
  margin-bottom: 20px;
}

.disclaimer-list {
  padding-left: 20px;
  margin: 20px 0;
}

.disclaimer-list li {
  margin-bottom: 12px;
  line-height: 1.7;
}

.cta-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #1b5e20 0%, #2e7d32 100%);
  color: #ffffff;
}

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

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

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

.btn-primary:hover {
  background-color: #145214;
  border-color: #145214;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(27, 94, 32, 0.3);
}

.btn-outline-primary {
  color: #1b5e20;
  border-color: #1b5e20;
  padding: 12px 30px;
  font-weight: 600;
}

.btn-outline-primary:hover {
  background-color: #1b5e20;
  border-color: #1b5e20;
}

.page-header {
  padding: 60px 0 40px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-bottom: 1px solid #e9ecef;
}

.contact-info h3 {
  color: #1b5e20;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.contact-info h5 {
  color: #1b5e20;
  font-size: 1.2rem;
  margin-bottom: 8px;
  font-weight: 600;
}

.contact-form-wrapper {
  background: #f8f9fa;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

.form-control {
  border: 2px solid #e9ecef;
  border-radius: 8px;
  padding: 12px;
  transition: border-color 0.3s ease;
}

.form-control:focus {
  border-color: #1b5e20;
  box-shadow: 0 0 0 0.2rem rgba(27, 94, 32, 0.15);
}

.thank-you-box {
  background: #ffffff;
  padding: 60px 40px;
  border-radius: 12px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.policy-content h2 {
  color: #1b5e20;
  font-size: 2rem;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 600;
}

.policy-content h3 {
  color: #2e7d32;
  font-size: 1.5rem;
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: 600;
}

.policy-content ul {
  padding-left: 20px;
  margin: 20px 0;
}

.policy-content ul li {
  margin-bottom: 10px;
  line-height: 1.7;
}

.policy-content p {
  margin-bottom: 15px;
  line-height: 1.8;
}

.footer {
  background: #212529;
  color: #ffffff;
  padding: 60px 0 20px;
  margin-top: 60px;
}

.footer h5 {
  color: #ffffff;
  margin-bottom: 20px;
}

.footer p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 8px;
}

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

.footer a:hover {
  color: #ffffff;
  text-decoration: none;
}

.footer ul li {
  margin-bottom: 10px;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #212529;
  color: #ffffff;
  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 p {
  margin: 0;
  font-size: 0.95rem;
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

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

  .section-title {
    font-size: 2rem;
  }

  .content-section {
    padding: 40px 0;
  }

  .contact-form-wrapper {
    padding: 30px 20px;
  }

  .thank-you-box {
    padding: 40px 20px;
  }
}
