/* ===========================================================
   CSS RESET & NORMALIZE (Modern, minimal, robust)
   =========================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.5;
  background: #F7F7F4;
  color: #20572B;
  font-family: 'Open Sans', Arial, sans-serif;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul, ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: #20572B;
  transition: color 0.2s;
}
a:focus {
  outline: 2px dashed #4F7D2E;
  outline-offset: 2px;
}
img {
  border: 0;
  max-width: 100%;
  display: block;
}
button, input[type=submit], input[type=button] {
  font-family: 'Montserrat', 'Open Sans', Arial, sans-serif;
  cursor: pointer;
}
*:focus {
  outline: 2px solid #4F7D2E;
  outline-offset: 2px;
}

/* ===========================================================
   FONT IMPORT & TYPOGRAPHY
   =========================================================== */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&family=Open+Sans:wght@400;600&display=swap');

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #20572B;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
  line-height: 1.12;
}
h1 {
  font-size: 2.25rem;
  margin-bottom: 24px;
  text-transform: uppercase;
}
h2 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}
h3 {
  font-size: 1.25rem;
}
h4 { font-size: 1.1rem; }
p, blockquote, ul, ol, dl, dd {
  color: #2B4231;
  font-size: 1rem;
  margin-bottom: 14px;
}
strong, b {
  font-weight: 700;
}
blockquote {
  font-style: italic;
  color: #20572B;
  background: #E6EBE2;
  padding: 20px 32px;
  border-left: 8px solid #7BA85C;
  border-radius: 12px;
  margin-bottom: 16px;
}

/* ===========================================================
   GEOMETRIC STRUCTURED LAYOUTS & CONTAINERS
   =========================================================== */
.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}

/* ===========================================================
   HEADER & NAVIGATION
   =========================================================== */
header {
  background: #ffffff;
  box-shadow: 0 4px 18px rgba(32,87,43,0.05);
  padding: 0;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 50;
}
.logo-link {
  margin-right: 32px;
  display: flex;
  align-items: center;
}
.main-nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
}
.main-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  padding: 8px 14px;
  border-radius: 7px;
  transition: background 0.15s, color 0.2s;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #20572B;
}
.main-nav a:hover, .main-nav a.active {
  background: #E6EBE2;
  color: #4F7D2E;
}
.cta.primary {
  background: #20572B;
  color: #ffffff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 28px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(32,87,43,0.07);
  border: none;
  margin-left: 28px;
  letter-spacing: 0.05em;
  font-size: 1.1rem;
  transition: background 0.18s, transform 0.18s, box-shadow 0.18s;
  display: inline-block;
}
.cta.primary:hover, .cta.primary:focus {
  background: #7BA85C;
  color: #20572B;
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 7px 22px rgba(32,87,43,0.13);
}
.cta.secondary {
  background: #F7F7F4;
  color: #20572B;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  padding: 10px 24px;
  border: 2px solid #20572B;
  border-radius: 10px;
  margin-left: 0;
  letter-spacing: 0.04em;
  transition: background 0.18s, color 0.18s, border-color 0.18s;
  display: inline-block;
}
.cta.secondary:hover, .cta.secondary:focus {
  background: #20572B;
  color: #fff;
  border-color: #7BA85C;
}

/* Hamburger Mobile Menu */
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 2rem;
  color: #20572B;
  margin-left: 18px;
  z-index: 1101;
}
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 86vw;
  max-width: 320px;
  height: 100vh;
  background: #fff;
  box-shadow: -4px 0 32px rgba(32,87,43,0.14);
  z-index: 1110;
  transform: translateX(110%);
  transition: transform 0.36s cubic-bezier(.77,0,.18,1);
  display: flex;
  flex-direction: column;
  padding: 32px 20px;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  font-size: 2rem;
  background: none;
  border: none;
  color: #20572B;
  align-self: flex-end;
  margin-bottom: 16px;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 8px;
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.2rem;
  color: #20572B;
  padding: 14px 10px;
  border-radius: 9px;
  background: none;
  transition: background 0.18s, color 0.18s;
}
.mobile-nav a:hover {
  background: #E6EBE2;
  color: #4F7D2E;
}

@media (max-width: 1080px) {
  .main-nav {
    gap: 10px;
  }
}
@media (max-width: 900px) {
  .main-nav {
    display: none;
  }
  .cta.primary {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
}

/* ================================
   HERO & TOP SECTIONS
   ================================ */
.hero {
  background: #20572B;
  color: #fff;
  border-radius: 0 0 48px 48px / 0 0 22px 22px;
  margin-bottom: 60px;
  padding: 40px 0 40px 0;
  display: flex;
  align-items: center;
}
.hero .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero .content-wrapper {
  align-items: flex-start;
  gap: 24px;
}
.hero h1, .hero p {
  color: #fff;
}
.hero .cta.primary {
  background: #fff;
  color: #20572B;
  margin-top: 10px;
}
.hero .cta.primary:hover {
  background: #E6EBE2;
  color: #4F7D2E;
}

@media (max-width: 768px) {
  .hero { padding: 28px 0 30px 0; margin-bottom: 38px;}
  .hero .container { padding-left: 12px; padding-right: 12px }
  .hero .content-wrapper h1 { font-size: 1.4rem; }
}

/* ================================
   GENERIC SECTIONS & STRUCTURED LAYOUTS
   ================================ */
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.features, .services, .workshop-overview, .values, .highlights, .legal, .faq, .consulting-details, .about, .contact, .call-to-action, .thank-you, .cookie-settings-modal {
  margin-bottom: 60px;
  padding: 40px 20px;
}

.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.text-image-section, .text-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #fff;
  border: 1.5px solid #E6EBE2;
  border-radius: 18px;
  box-shadow: 0 3px 18px rgba(32,87,43,0.05);
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 28px 24px;
  min-width: 280px;
  max-width: 370px;
  transition: transform .13s, box-shadow .19s;
}
.card:hover, .card:focus-within {
  transform: translateY(-4px) scale(1.012);
  box-shadow: 0 12px 38px rgba(32,87,43,0.17);
  border-color: #7BA85C;
}
.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.testimonials {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 15px;
  border: 1.5px solid #E6EBE2;
  box-shadow: 0 2px 14px rgba(32,87,43,0.08);
  flex-direction: column;
  min-width: 250px;
  max-width: 650px;
  color: #20572B;
}
.testimonial-card blockquote {
  margin-bottom: 10px;
  background: none;
  border-left: 6px solid #7BA85C;
  color: #20572B;
  padding: 0 0 0 12px;
  font-size: 1.16rem;
}
.testimonial-card span {
  color: #7BA85C;
  font-size: 1rem;
  font-style: normal;
  margin-top: 0;
}
@media (max-width: 900px) {
  .testimonial-card {
    min-width: 0;
    max-width: 100%;
    width: 100%;
  }
}

/* Section Lists */
.features ul, .services ul, .values ul, .highlights ul, .recipe-teaser-grid, .workshop-overview ul, .target-audiences ul, .benefits-list, .pricing-summary ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 16px;
  margin-top: 6px;
}
.features ul li, .services ul li, .highlights ul li, .recipe-teaser-grid li, .workshop-overview ul li, .target-audiences ul li, .benefits-list li, .pricing-summary ul li, .values ul li {
  font-size: 1rem;
  background: #E6EBE2;
  border-radius: 10px;
  padding: 11px 22px;
  color: #20572B;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 500;
  box-shadow: 0 1px 5px rgba(32,87,43,0.04);
  border-left: 4px solid #7BA85C;
}
.highlights ul li strong, .services ul li strong, .values ul li strong, .workshop-overview ul li strong {
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #20572B;
}


/* ================================
   SPECIAL GRIDS AND STRUCTURED LISTS
   ================================ */
.recipe-teaser-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 26px 0 20px 0;
}
.recipe-teaser-grid li {
  background: #fff;
  border-radius: 10px;
  border: 1.5px solid #E6EBE2;
  width: calc(33% - 15px);
  min-width: 150px;
  box-shadow: 0 0px 6px rgba(32,87,43,0.03);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: box-shadow .15s, border-color .18s;
  margin-bottom: 20px;
}
.recipe-teaser-grid li a {
  padding: 14px 22px;
  color: #20572B;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  width: 100%;
  height: 100%;
  display: block;
}
.recipe-teaser-grid li:hover, .recipe-teaser-grid li:focus-within {
  border-color: #7BA85C;
  box-shadow: 0 4px 18px rgba(32,87,43,0.13);
}
@media (max-width: 950px) {
  .recipe-teaser-grid li { width: calc(50% - 10px);}
}
@media (max-width: 600px) {
  .recipe-teaser-grid {
    flex-direction: column;
    gap: 12px;
  }
  .recipe-teaser-grid li { width: 100%; }
}


/* ================================
   FILTERBAR / CATEGORY TABS / SORT OPTIONS
   ================================ */
.category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 10px;
}
.category-tabs button {
  background: #E6EBE2;
  border: none;
  border-radius: 8px;
  color: #20572B;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  padding: 8px 17px;
  letter-spacing: 0.02em;
  transition: background 0.15s, color 0.15s;
}
.category-tabs button:hover, .category-tabs button:focus {
  background: #7BA85C;
  color: #fff;
}
.filter-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}
.filter-tags span {
  background: #fff;
  color: #20572B;
  border-radius: 7px;
  padding: 7px 14px;
  border: 1px solid #E6EBE2;
  font-size: 0.98rem;
  font-weight: 500;
  font-family: 'Open Sans', Arial, sans-serif;
}
.sort-options {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sort-options label {
  font-weight: 600;
  color: #20572B;
  font-family: 'Open Sans', Arial, sans-serif;
}
.sort-options select {
  border-radius: 6px;
  border: 1.2px solid #7BA85C;
  padding: 5px 10px;
  background: #fff;
  font-size: 1rem;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #20572B;
  transition: border-color 0.2s;
}
.sort-options select:focus {
  border-color: #20572B;
}

.quick-recipe-links {
  display: flex;
  gap: 18px;
  margin-top: 8px;
}
.quick-recipe-links a {
  background: #E6EBE2;
  color: #20572B;
  border-radius: 8px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  padding: 8px 18px;
  transition: background .15s, color .15s;
}
.quick-recipe-links a:hover {
  background: #7BA85C;
  color: #fff;
}

/* ================================
   PRICING SUMMARY & BANNERS
   ================================ */
.pricing-summary, .pricing-info {
  background: #E6EBE2;
  border-radius: 11px;
  padding: 20px 24px;
  margin-top: 18px;
  margin-bottom: 16px;
  font-family: 'Montserrat', Arial, sans-serif;
  color: #20572B;
  box-shadow: 0 1px 8px rgba(32,87,43,0.06);
  width: 100%;
}
.pricing-summary h3, .pricing-info strong {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 7px;
  color: #20572B;
  font-size: 1.12rem;
  text-transform: uppercase;
}

/* FAQ & LEGAL */
.faq dl,
.legal .text-section dl {
  margin-bottom: 20px;
}
.faq dt, .legal dt {
  font-weight: 700;
  margin-bottom: 4px;
  color: #20572B;
}
.faq dd, .legal dd {
  margin-bottom: 18px;
}
.legal h2 { margin-top: 24px; font-size: 1.15rem; text-transform: uppercase; }
.legal ul {
  margin: 12px 0 18px 14px;
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.legal ul li {
  padding: 0;
  background: none;
  border: none;
}


/* ================================
   FOOTER
   ================================ */
footer {
  background: #fff;
  border-top: 3px solid #20572B;
  margin-top: 70px;
  padding-top: 28px;
  padding-bottom: 30px;
}
footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-brand {
  margin-bottom: 22px;
}
.footer-brand img {
  width: 60px;
  height: auto;
  display: block;
}
.footer-menu {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.footer-menu a {
  color: #20572B;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.98rem;
  font-weight: 600;
  padding: 7px 10px;
  border-radius: 6px;
  transition: background 0.13s, color 0.13s;
}
.footer-menu a:hover {
  background: #E6EBE2;
  color: #7BA85C;
}
.footer-contact {
  color: #4F7D2E;
  font-size: 0.98rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}
.footer-contact a {
  color: #20572B;
  text-decoration: underline;
  font-weight: 600;
}

/* ================================
   RESPONSIVE LAYOUTS & FLEX WRAP
   ================================ */
@media (max-width: 900px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 680px) {
  .section, .features, .services, .workshop-overview, .values, .highlights, .legal, .faq, .consulting-details, .about, .contact, .call-to-action, .thank-you {
    padding: 25px 6px;
    margin-bottom: 36px;
  }
  .content-wrapper {
    gap: 18px;
  }
}
@media (max-width: 768px) {
  .text-image-section, .text-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .content-grid {
    flex-direction: column;
    gap: 16px;
  }
  .features ul, .services ul, .values ul, .highlights ul, .recipe-teaser-grid, .workshop-overview ul, .target-audiences ul, .benefits-list, .pricing-summary ul {
    gap: 12px;
  }
}


/* ================================
   FORMS & INPUTS
   ================================ */
input[type=search], input[type=text], select {
  padding: 10px 14px;
  border: 1.5px solid #E6EBE2;
  border-radius: 6px;
  font-size: 1rem;
  font-family: 'Open Sans', Arial, sans-serif;
  background: #fff;
  margin-top: 6px;
  color: #20572B;
  transition: border-color 0.17s;
  min-width: 240px;
  width: 100%;
  max-width: 340px;
}
input[type=search]:focus, input[type=text]:focus {
  border-color: #7BA85C;
}

/* ================================
   UTILITIES & EFFECTS
   ================================ */
@media (max-width: 550px) {
  h1 { font-size: 1.11rem; }
  h2 { font-size: 1.0rem; }
}

::-webkit-selection {
  background: #B9E4BC;
  color: #20572B;
}
::selection {
  background: #B9E4BC;
  color: #20572B;
}

/* Cards micro-interaction effect */
.card:active {
  transform: scale(0.98);
}

/* ================================
   COOKIE CONSENT BANNER & MODAL
   ================================ */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  color: #20572B;
  border-top: 3.5px solid #7BA85C;
  box-shadow: 0 -4px 20px rgba(32,87,43,0.12);
  padding: 22px 20px 22px 20px;
  z-index: 1300;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  animation: cookieBannerEnter 0.4s 0.14s cubic-bezier(.77,0,.18,1);
}
@keyframes cookieBannerEnter {
  from { transform: translateY(120%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
.cookie-banner p {
  margin-bottom: 3px;
  font-size: 1rem;
}
.cookie-banner-buttons {
  display: flex;
  gap: 18px;
}
.cookie-btn {
  font-family: 'Montserrat', Arial, sans-serif;
  border: none;
  border-radius: 7px;
  font-size: 1rem;
  padding: 8px 18px;
  cursor: pointer;
  font-weight: 700;
  transition: background 0.22s, color 0.16s;
}
.cookie-btn.accept {
  background: #20572B;
  color: #fff;
}
.cookie-btn.accept:hover, .cookie-btn.accept:focus {
  background: #7BA85C;
  color: #20572B;
}
.cookie-btn.reject {
  background: #E6EBE2;
  color: #20572B;
}
.cookie-btn.reject:hover, .cookie-btn.reject:focus {
  background: #7BA85C;
  color: #fff;
}
.cookie-btn.settings {
  background: #fff;
  color: #20572B;
  border: 1px solid #7BA85C;
}
.cookie-btn.settings:hover, .cookie-btn.settings:focus {
  background: #E6EBE2;
  color: #7BA85C;
}

/* Cookie Preferences Modal */
.cookie-settings-modal {
  position: fixed;
  left: 0; right: 0; top: 0; bottom: 0;
  z-index: 1400;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(32,87,43,0.14);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.29s;
}
.cookie-settings-modal.open {
  visibility: visible;
  opacity: 1;
}
.cookie-settings-content {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 42px rgba(32,87,43,.18);
  max-width: 400px;
  width: 95vw;
  padding: 38px 28px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.cookie-settings-content h2 {
  font-size: 1.19rem;
  margin-bottom: 9px;
  color: #20572B;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.cookie-category {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cookie-category label {
  font-weight: 600;
  color: #20572B;
  margin-left: 12px;
}
.cookie-toggle {
  appearance: none;
  width: 38px;
  height: 20px;
  background: #E6EBE2;
  border-radius: 20px;
  position: relative;
  outline: none;
  cursor: pointer;
  transition: background .19s;
  border: none;
}
.cookie-toggle:checked {
  background: #7BA85C;
}
.cookie-toggle:before {
  content: '';
  position: absolute;
  top: 2px; left: 2px;
  width: 16px; height: 16px;
  background: #fff;
  border-radius: 50%;
  transition: transform .22s;
  box-shadow: 0 1px 5px rgba(32,87,43,0.16);
}
.cookie-toggle:checked:before {
  transform: translateX(18px);
}
.cookie-settings-actions {
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  margin-top: 27px;
}
.cookie-settings-close {
  align-self: flex-end;
  margin-bottom: 10px;
  background: none;
  border: none;
  color: #20572B;
  font-size: 1.6rem;
  cursor: pointer;
}

/* ================================
   GEOMETRIC EFFECTS (DECORATION ONLY)
   ================================ */
/* Decorative angular/structured backgrounds for geometric_structured */
.section.bg-geometric {
  background: linear-gradient(135deg, #F7F7F4 70%, #E6EBE2 100%);
  border-radius: 18px 70px 18px 38px / 20px 80px 18px 38px;
}
.card.geometric {
  border-left: 8px solid #7BA85C;
  border-radius: 24px 18px 24px 18px;
}


/* ================================
   SPECIAL UTILITY CLASSES
   ================================ */
.hide {
  display: none !important;
}
.flex {
  display: flex;
}
.justify-between {
  justify-content: space-between;
}
.align-center {
  align-items: center;
}

/* ================================
   Z-INDEX CONTROL
   ================================ */
.mobile-menu, .cookie-banner, .cookie-settings-modal { z-index: 1300; }

/* ================================
   PRINT-FRIENDLY (OPTIONAL)
   ================================ */
@media print {
  header, nav, footer, .cookie-banner, .cookie-settings-modal, .mobile-menu { display: none !important; }
  body { background: #fff; color: #000; }
}
