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

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

#main-header {
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.navbar {
  padding: 1rem 0;
}

.navbar-brand {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2c2c2c;
}

.navbar-brand:hover {
  color: #5a9f7e;
}

.nav-link {
  color: #555;
  font-weight: 500;
  margin: 0 0.5rem;
  transition: color 0.3s;
}

.nav-link:hover {
  color: #5a9f7e;
}

.btn-primary {
  background: linear-gradient(135deg, #5a9f7e 0%, #4a8f6e 100%);
  border: none;
  border-radius: 6px;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 12px rgba(90, 159, 126, 0.2);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(90, 159, 126, 0.3);
  background: linear-gradient(135deg, #4a8f6e 0%, #5a9f7e 100%);
}

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

.hero-section h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.hero-section .lead {
  font-size: 1.25rem;
  color: #555;
  margin-bottom: 2rem;
  line-height: 1.8;
}

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

.content-section h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 1.5rem;
}

.content-section p {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 1.25rem;
  line-height: 1.8;
}

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

img.rounded {
  border-radius: 12px;
}

img.shadow {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.faq-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.faq-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c2c2c;
}

.faq-item {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background-color: #f5f5f0;
  border-radius: 8px;
  border-left: 4px solid #5a9f7e;
}

.faq-item h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2c2c2c;
  margin-bottom: 0.75rem;
}

.faq-item p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 0;
  line-height: 1.7;
}

.contact-section {
  padding: 80px 0;
  background-color: #f5f5f0;
}

.contact-section h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 1.5rem;
}

.contact-info {
  margin-top: 2rem;
}

.contact-info p {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 0.75rem;
}

.contact-form {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

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

.form-control:focus {
  border-color: #5a9f7e;
  box-shadow: 0 0 0 0.2rem rgba(90, 159, 126, 0.15);
}

footer {
  background-color: #2c2c2c;
  color: #ffffff;
  padding: 3rem 0 1.5rem 0;
}

footer h5 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

footer p {
  font-size: 0.95rem;
  color: #ccc;
  margin-bottom: 0.5rem;
}

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

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

.footer-links a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #5a9f7e;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #2c2c2c;
  color: #ffffff;
  padding: 1.5rem 0;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  display: none;
}

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

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

.policy-section {
  padding: 120px 0 80px 0;
  background-color: #ffffff;
}

.policy-section h1 {
  font-size: 2.75rem;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 1rem;
}

.policy-section h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2c2c2c;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.policy-section p {
  font-size: 1.05rem;
  color: #555;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.thank-you-section {
  padding: 120px 0 80px 0;
  background-color: #f5f5f0;
  min-height: 70vh;
  display: flex;
  align-items: center;
}

.thank-you-content {
  background-color: #ffffff;
  padding: 3rem;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.thank-you-content h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #5a9f7e;
  margin-bottom: 1.5rem;
}

html {
  scroll-behavior: smooth;
}

@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 2rem;
  }
  .hero-section .lead {
    font-size: 1.1rem;
  }
  .content-section h2 {
    font-size: 1.75rem;
  }
  .navbar-nav {
    margin-top: 1rem;
  }
  .btn-primary.ml-3 {
    margin-left: 0 !important;
    margin-top: 1rem;
  }
  .cookie-banner .col-md-4 {
    text-align: left;
    margin-top: 1rem;
  }
}
