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

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

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, #2c5f2d 0%, #97bc62 100%);
  color: #fff;
  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: 14px;
}

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

.header-main {
  background: linear-gradient(135deg, #2c5f2d 0%, #4a7c59 100%);
  padding: 15px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.navbar {
  padding: 0;
}

.navbar-brand {
  font-size: 28px;
  font-weight: 700;
  color: #fff !important;
}

.logo-text {
  color: #fff;
  letter-spacing: 1px;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff !important;
  font-weight: 500;
  padding: 10px 18px !important;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  background: rgba(255, 255, 255, 0.15);
}

.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.5);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.hero-section {
  background: linear-gradient(135deg, rgba(44, 95, 45, 0.85) 0%, rgba(74, 124, 89, 0.85) 100%),
    url("/placeholder.svg?height=600&width=1200") center / cover no-repeat;
  min-height: 500px;
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
}

.hero-overlay {
  width: 100%;
  padding: 100px 0;
}

.hero-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.page-header {
  background: linear-gradient(135deg, #2c5f2d 0%, #4a7c59 100%);
  padding: 80px 0 60px;
  color: #fff;
  text-align: center;
}

.page-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
}

.page-subtitle {
  font-size: 18px;
  opacity: 0.95;
}

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

.section-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #2c5f2d;
}

.text-content {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #555;
}

.info-card,
.category-card,
.ingredient-card,
.integration-card,
.choice-card {
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.info-card:hover,
.category-card:hover,
.ingredient-card:hover,
.integration-card:hover,
.choice-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.card-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #2c5f2d;
}

.ingredient-card h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #2c5f2d;
}

.testimonial-card {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 8px;
  border-left: 4px solid #4a7c59;
}

.testimonial-text {
  font-size: 16px;
  font-style: italic;
  margin-bottom: 15px;
  color: #555;
}

.testimonial-author {
  font-size: 14px;
  font-weight: 600;
  color: #2c5f2d;
}

.disclaimer-section {
  padding: 60px 0;
  background: #f8f9fa;
}

.disclaimer-box {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  border: 2px solid #ffc107;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.disclaimer-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #2c5f2d;
}

.product-card {
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

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

.product-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #2c5f2d;
}

.product-description {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #555;
}

.ingredients-block {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 6px;
  margin-top: 20px;
}

.ingredients-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #2c5f2d;
}

.ingredients-list {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #555;
  padding-left: 20px;
}

.ingredients-note {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 0;
  color: #666;
}

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

.contact-info-box {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 8px;
  margin-top: 30px;
}

.contact-info-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #2c5f2d;
}

.contact-info-item {
  margin-bottom: 20px;
  font-size: 16px;
  color: #555;
}

.contact-form-wrapper {
  background: #f8f9fa;
  padding: 35px;
  border-radius: 8px;
}

.form-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #2c5f2d;
}

.form-group label {
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}

.form-control {
  border: 2px solid #ddd;
  border-radius: 6px;
  padding: 12px;
  font-size: 15px;
  transition: border-color 0.3s ease;
}

.form-control:focus {
  border-color: #4a7c59;
  box-shadow: 0 0 0 0.2rem rgba(74, 124, 89, 0.25);
}

.btn-primary {
  background: linear-gradient(135deg, #2c5f2d 0%, #4a7c59 100%);
  border: none;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #234a24 0%, #3a6247 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.thank-you-section {
  padding: 100px 0;
  min-height: 500px;
  display: flex;
  align-items: center;
}

.thank-you-content {
  padding: 50px 30px;
}

.thank-you-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #2c5f2d;
}

.thank-you-text {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #555;
}

.btn-outline-primary {
  border: 2px solid #4a7c59;
  color: #4a7c59;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.3s ease;
  background: transparent;
}

.btn-outline-primary:hover {
  background: #4a7c59;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.policy-content {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
}

.policy-section-title {
  font-size: 28px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #2c5f2d;
}

.policy-content h2:first-of-type {
  margin-top: 0;
}

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

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

.policy-content a {
  color: #4a7c59;
  text-decoration: underline;
}

.policy-content a:hover {
  color: #2c5f2d;
}

.cta-section {
  background: linear-gradient(135deg, #2c5f2d 0%, #4a7c59 100%);
  padding: 80px 0;
  color: #fff;
}

.cta-title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
}

.cta-subtitle {
  font-size: 18px;
  margin-bottom: 35px;
  opacity: 0.95;
}

.btn-cta {
  background: #fff;
  color: #2c5f2d;
  padding: 14px 40px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 6px;
  border: none;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
}

.btn-cta:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  color: #2c5f2d;
}

.footer-main {
  background: #1a3a1b;
  color: #fff;
  padding: 50px 0 30px;
}

.footer-heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #97bc62;
}

.footer-text {
  font-size: 15px;
  line-height: 1.7;
  opacity: 0.9;
}

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

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

.footer-links a {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.footer-links a:hover {
  opacity: 1;
  text-decoration: underline;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 25px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-copyright {
  font-size: 14px;
  margin: 0;
  opacity: 0.8;
}

.footer-legal {
  display: flex;
  gap: 20px;
}

.footer-legal a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.footer-legal a:hover {
  opacity: 1;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .hero-title {
    font-size: 36px;
  }

  .hero-subtitle {
    font-size: 18px;
  }

  .section-title {
    font-size: 30px;
  }

  .page-title {
    font-size: 34px;
  }

  .navbar-collapse {
    background: rgba(44, 95, 45, 0.95);
    padding: 15px;
    border-radius: 8px;
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .hero-title {
    font-size: 28px;
  }

  .hero-subtitle {
    font-size: 16px;
  }

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

  .cta-title {
    font-size: 28px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .footer-legal {
    flex-direction: column;
    gap: 10px;
  }

  .thank-you-actions .btn {
    display: block;
    width: 100%;
    margin: 10px 0;
  }
}
