/* ===============================
   CSS RESET & NORMALIZE
   =============================== */
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.5;
  background: #fff;
  color: #23562B;
}
ol, ul {
  list-style: none;
  padding-left: 0;
}
a {
  color: #23562B;
  text-decoration: none;
  transition: color 0.15s;
}

img {
  max-width: 100%;
  display: block;
}
button {
  font-family: inherit;
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
}

/* ===============================
   BRAND FONTS
   =============================== */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Merriweather:700,900&display=swap');

body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  background: #fff;
  color: #23562B;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Merriweather', 'Georgia', serif;
  font-weight: 900;
  color: #23562B;
  letter-spacing: -0.5px;
}
h1 { font-size: 2.75rem; line-height: 1.15; margin-bottom: 20px; }
h2 { font-size: 2rem; margin-bottom: 20px; }
h3 { font-size: 1.25rem; margin-bottom: 14px; }
h4 { font-size: 1.1rem; }
p, li, a, blockquote, label {
  font-size: 1rem;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
strong {
  font-weight: 700;
}

/* Typography hierarchy */
.subheadline {
  color: #23562B;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 28px;
  line-height: 1.4;
}

blockquote {
  font-family: 'Merriweather', 'Georgia', serif;
  font-weight: 700;
  font-size: 1.25rem;
  background: #F4ECDC;
  border-left: 6px solid #B4D99A;
  padding: 22px 28px;
  border-radius: 12px;
  margin-bottom: 16px;
  color: #23562B;
}

section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fff;
}

.container {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

/* ============================
   HERO SECTION
   ============================ */
.hero {
  background: #B4D99A;
  background-image: linear-gradient(90deg, #B4D99A 85%, #F4ECDC 100%);
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 0 0 48px 48px;
  box-shadow: 0 7px 28px 0 rgba(35,86,43,0.07);
  margin-bottom: 64px;
}
.hero h1 {
  color: #23562B;
  font-size: 2.5rem;
  font-weight: 900;
}
.hero .subheadline {
  color: #23562B;
}
.hero .cta-primary {
  margin-top: 16px;
}

/* CTA BUTTONS */
.cta-primary {
  background: #23562B;
  color: #fff;
  padding: 16px 36px;
  font-family: 'Merriweather', 'Georgia', serif;
  font-weight: 900;
  font-size: 1.1rem;
  border-radius: 36px;
  border: none;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(0,0,0,0.10);
  transition: background 0.22s, transform 0.22s, box-shadow 0.22s;
  display: inline-block;
  letter-spacing: 0.5px;
  margin-top: 8px;
  margin-bottom: 8px;
  text-align: center;
  text-decoration: none;
}
.cta-primary:hover,
.cta-primary:focus {
  background: #357c3c;
  color: #fff;
  transform: translateY(-2px) scale(1.025);
  box-shadow: 0 6px 20px rgba(35,86,43, 0.16);
}

/* ============================
   FLEXBOX CARD/ITEM LAYOUTS
   ============================ */
.features-grid, .team-section, .benefits-boxes, .faq-list, .blog-teasers, .categories-overview ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 19px 0 0 0;
}

.features-grid > div,
.team-section > .team-member,
.benefits-boxes > div,
.faq-list > div,
.blog-teasers > article,
.categories-overview ul > li {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 16px 0 rgba(35,86,43,0.1);
  padding: 32px 22px;
  min-width: 240px;
  flex: 1 1 215px;
  margin-bottom: 20px;
  position: relative;
  transition: transform 0.18s, box-shadow 0.20s;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
.features-grid > div:hover,
.team-section > .team-member:hover,
.benefits-boxes > div:hover,
.faq-list > div:hover,
.blog-teasers > article:hover {
  box-shadow: 0 7px 28px rgba(35,86,43,0.15);
  transform: translateY(-3px) scale(1.02);
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  position: relative;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 14px 0 rgba(35,86,43,0.09);
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
}
.card:hover {
  box-shadow: 0 10px 32px 0 rgba(35,86,43, 0.15);
  transform: translateY(-2px) scale(1.015);
}
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

/* ============================
   TEAM SECTION
   ============================ */
.team-section {
  gap: 32px;
}
.team-member img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-bottom: 18px;
  background: #B4D99A;
  box-shadow: 0 2px 16px rgba(35,86,43,0.09);
}
.team-member h3 {
  font-size: 1.15rem;
  margin-bottom: 10px;
}
.team-member p {
  color: #23562B;
  font-size: 1rem;
}

/* ============================
   NEWSLETTER & RESOURCES
   ============================ */
.newsletter, .resources {
  background: #F4ECDC;
  border-radius: 22px;
  box-shadow: 0 1px 8px 0 rgba(35,86,43,0.06);
}
.newsletter h2, .resources h2 {
  color: #23562B;
}

/* ============================
   TESTIMONIAL CARDS
   ============================ */
.testimonials, .testimonials .container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
  margin-top: 16px;
}
.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #F4ECDC;
  color: #23562B;
  padding: 20px;
  border-radius: 16px;
  margin-bottom: 20px;
  box-shadow: 0 1.5px 10px 0 rgba(35,86,43,0.10);
  min-width: 210px;
  flex: 1 1 210px;
  font-size: 1rem;
  transition: box-shadow 0.18s, transform 0.15s;
  border-left: 6px solid #B4D99A;
}
.testimonial-card blockquote {
  background: none;
  border: none;
  color: #23562B;
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.testimonial-card strong {
  font-weight: 900;
  color: #23562B;
}
.testimonial-card:hover {
  box-shadow: 0 8px 33px rgba(35,86,43, 0.14);
  transform: translateY(-2.5px) scale(1.014);
}

/* ============================
   MOBILE FIRST TYPOGRAPHY
   ============================ */
@media (max-width: 768px) {
  h1 { font-size: 1.9rem; }
  h2 { font-size: 1.4rem; }
  h3 { font-size: 1.1rem; }
  blockquote { font-size: 1.02rem; }
  .container { padding: 0 8px; }
}

/* ============================
   HEADER & NAVIGATION
   ============================ */
header {
  padding: 0;
  background: #fff;
  box-shadow: 0 2px 15px 0 rgba(35,86,43,0.09);
  z-index: 30;
  position: relative;
}
.main-navigation {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 16px 0;
  font-family: 'Merriweather', 'Georgia', serif;
  font-weight: 700;
  flex-wrap: wrap;
  justify-content: center;
}
.main-navigation > a {
  color: #23562B;
  font-size: 1rem;
  padding: 8px 12px;
  border-radius: 24px;
  transition: background 0.17s, color 0.17s;
}
.main-navigation img {
  height: 38px;
  margin-right: 26px;
}
.main-navigation > .cta-primary {
  margin-left: auto;
  background: #B4D99A;
  color: #23562B;
  font-weight: 900;
  transition: filter 0.18s, background 0.18s, color 0.18s;
}
.main-navigation > .cta-primary:hover,
.main-navigation > .cta-primary:focus {
  background: #23562B;
  color: #fff;
  filter: brightness(0.98);
}
.main-navigation > a:hover,
.main-navigation > a:focus {
  background: #B4D99A;
  color: #23562B;
}
/* Hide mobile menu toggle on desktop */
.mobile-menu-toggle {
  display: none;
}

/* ============================
   FOOTER
   ============================ */
footer {
  margin-top: 70px;
  background: #F4ECDC;
  padding: 40px 15px 15px 15px;
  border-radius: 26px 26px 0 0;
  box-shadow: 0 -2px 24px 0 rgba(35,86,43,0.06);
  color: #23562B;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  justify-content: center;
  margin-bottom: 12px;
}
.footer-nav a {
  color: #23562B;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition: color 0.15s;
}
.footer-nav a:hover { color: #357c3c; }
.footer-contact {
  text-align: center;
  font-size: 0.95rem;
  margin-bottom: 12px;
}
.footer-contact a {
  color: #23562B;
  font-weight: 700;
  text-decoration: underline;
}
.footer-logo {
  display: flex;
  justify-content: center;
  margin-top: 14px;
}
.footer-logo img {
  height: 52px;
  width: auto;
}

/* ============================
   MOBILE NAVIGATION (BURGER)
   ============================ */
@media (max-width: 980px) {
  .main-navigation {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
    position: absolute;
    top: 20px;
    right: 24px;
    background: #23562B;
    color: #fff;
    font-size: 2.2rem;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: none;
    z-index: 120;
    box-shadow: 0 2px 18px rgba(35,86,43,0.09);
    transition: background 0.15s, box-shadow 0.17s, transform 0.11s;
  }
  .mobile-menu-toggle:active {
    background: #357c3c;
    transform: scale(0.95);
  }
  .mobile-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0; left: 0; bottom: 0; right: 0;
    background: rgba(35,86,43,0.95);
    z-index: 1500;
    transform: translateX(-100%);
    transition: transform 0.35s cubic-bezier(.56,.08,.36,1.01);
    padding: 0;
    width: 100vw;
    height: 100vh;
    box-shadow: 0 5px 44px 0 rgba(35,86,43,.28);
    visibility: hidden;
    opacity: 0.98;
  }
  .mobile-menu.open {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
  }
  .mobile-menu-close {
    align-self: flex-end;
    margin: 22px 28px 34px 0;
    color: #fff;
    font-size: 2.5rem;
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.14s, transform 0.13s;
  }
  .mobile-menu-close:active {
    color: #B4D99A;
    transform: rotate(90deg);
  }
  .mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 60vh;
    margin-top: 50px;
  }
  .mobile-nav a {
    color: #fff;
    font-family: 'Merriweather', 'Georgia', serif;
    font-size: 1.26rem;
    font-weight: 900;
    text-align: center;
    padding: 18px 80px;
    border-radius: 36px;
    background: rgba(180,217,154,0.05);
    transition: background 0.16s, color 0.17s;
    min-width: 200px;
    display: block;
  }
  .mobile-nav a:hover, .mobile-nav a:focus {
    background: #B4D99A;
    color: #23562B !important;
  }
}
@media (min-width: 980px) {
  .mobile-menu {
    display: none !important;
  }
  .mobile-menu-toggle {
    display: none !important;
  }
}


/* ============================
   BLOG TEASERS & CATEGORIES
   ============================ */
.blog-teasers {
  gap: 24px;
}
.blog-teasers article {
  flex: 1 1 45%;
}
.categories-overview ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 10px;
}
.categories-overview ul li {
  padding: 8px 16px;
  border-radius: 20px;
  background: #B4D99A;
  color: #23562B;
  font-weight: 700;
  font-size: 1rem;
  box-shadow: 0 2px 11px rgba(180,217,154,0.09);
}

/* ============================
   FAQ
   ============================ */
.faq {
  background: #F4ECDC;
  border-radius: 22px;
  box-shadow: 0 2px 7px 0 rgba(35,86,43,0.07);
}
.faq-list {
  gap: 32px;
}
.faq-list > div {
  background: #fff;
  border-left: 5px solid #B4D99A;
  border-radius: 12px;
  box-shadow: 0 1px 7px 0 rgba(35,86,43,0.07);
  flex: 1 1 220px;
  margin-bottom: 0;
  padding: 25px 18px;
  transition: box-shadow 0.17s, transform 0.15s;
}
.faq-list > div:hover {
  box-shadow: 0 5px 16px 0 rgba(180,217,154,0.25);
  transform: translateY(-2px) scale(1.01);
}
.faq-list h3 {
  font-size: 1.12rem;
}

/* ============================
   MISC UI ELEMENTS (LISTS, ETC)
   ============================ */
ul, ol {
  margin: 10px 0 12px 0;
  padding-left: 19px;
}
ul li, ol li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 0;
  line-height: 1.5;
}
ul li::before {
  content: "\25A0";
  color: #B4D99A;
  font-size: 0.7rem;
  margin-right: 7.5px;
}
ol li::before {
  content: counter(li) ". ";
  counter-increment: li;
  color: #23562B;
  margin-right: 6px;
}
ol {
  counter-reset: li;
}

/* ============================
   MAP, CONTACT BLOCK, ABOUT
   ============================ */
.contact-block {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 26px;
}
.about-snippet {
  background: #B4D99A;
  color: #23562B;
  border-radius: 18px;
  box-shadow: 0 2px 9px 0 rgba(180,217,154,0.12);
}
.about-snippet a {
  font-weight: 700;
  color: #23562B
}
.about-snippet a:hover { text-decoration: underline; }

.contact .cta {
  margin-top: 16px;
  display: flex;
  align-items: flex-start;
}

/* ============================
   ICONS
   ============================ */
.features-grid img,
.team-section img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  margin-bottom: 14px;
  background: #F4ECDC;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(180,217,154,0.09);
}
.workshop-icons {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin: 18px 0 8px 0;
}
.workshop-icons img {
  width: 36px;
  height: 36px;
}

/* ============================
   GEOMETRIC/DECORATIVE
   ============================ */
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}

/* ============================
   COOKIE CONSENT BANNER & MODAL
   ============================ */
.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 20000;
  background: #23562B;
  color: #fff;
  padding: 30px 16px 20px 16px;
  box-shadow: 0 -3px 28px 0 rgba(35,86,43,0.20);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
  font-size: 1rem;
  animation: cookie-slide-in 0.85s cubic-bezier(.44,.21,.36,1.11) 1;
}
@keyframes cookie-slide-in {
  0% { transform: translateY(120%); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}
.cookie-banner .cookie-text {
  max-width: 550px;
  font-size: 1rem;
  color: #fff;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.cookie-banner .cookie-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}
.cookie-btn {
  background: #B4D99A;
  color: #23562B;
  border: none;
  border-radius: 24px;
  padding: 10px 30px;
  font-weight: bold;
  font-size: 1.02rem;
  cursor: pointer;
  margin-left: 0;
  margin-right: 8px;
  transition: filter 0.18s, background 0.15s, transform 0.15s;
  box-shadow: 0 1px 6px rgba(180,217,154,0.11);
}
.cookie-btn.accept {
  background: #fff;
  color: #23562B;
}
.cookie-btn.reject {
  background: #B4D99A;
  color: #23562B;
}
.cookie-btn.settings {
  background: #F4ECDC;
  color: #23562B;
  border: 1.5px solid #B4D99A;
}
.cookie-btn:hover, .cookie-btn:focus {
  filter: brightness(0.92);
  transform: translateY(-1.5px) scale(1.01);
}

/* COOKIE CONSENT MODAL */
.cookie-modal {
  position: fixed;
  left: 0; right: 0; top: 0; bottom: 0;
  z-index: 30000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(35,86,43,0.87);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.29s;
}
.cookie-modal.open {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.29s;
}
.cookie-modal-dialog {
  background: #fff;
  color: #23562B;
  border-radius: 22px;
  box-shadow: 0 6px 60px 0 rgba(35,86,43,0.14);
  padding: 38px 30px 28px 30px;
  width: 97vw;
  max-width: 465px;
  animation: cookie-modal-in 0.43s cubic-bezier(.66,.08,.36,1);
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@keyframes cookie-modal-in {
  0% { transform: scale(0.92) translateY(45px); opacity:0.4; }
  100% { transform: scale(1) translateY(0); opacity: 1; }
}
.cookie-modal-dialog h2 {
  font-family: 'Merriweather', 'Georgia', serif;
  font-weight: 900;
  font-size: 1.35rem;
  margin-bottom: 13px;
  color: #23562B;
}
.cookie-modal-dialog .cookie-modal-close {
  position: absolute;
  right: 22px;
  top: 18px;
  background: none;
  color: #23562B;
  font-size: 1.7rem;
  border: none;
  cursor: pointer;
}
.cookie-modal-dialog ul {
  margin: 0;
  padding: 0;
}
.cookie-modal-category {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 15px;
}
.cookie-modal-category input[type="checkbox"] {
  width: 22px;
  height: 22px;
  accent-color: #B4D99A;
}
.cookie-modal-category label {
  font-weight: 700;
  color: #23562B;
  font-size: 1rem;
}
.cookie-modal-essentials {
  font-weight: 900;
  color: #23562B;
}

.cookie-modal-actions {
  display: flex;
  gap: 15px;
  margin-top: 13px;
}

@media (max-width: 640px) {
  .cookie-modal-dialog {
    padding: 18px 10px 16px 10px;
    width: 97vw;
    max-width: 99vw;
  }
  .cookie-banner {
    flex-direction: column;
    text-align: left;
    gap: 18px;
    padding: 22px 5px 15px 9px;
  }
}

/* ============================
   RESPONSIVE DESIGN BREAKPOINTS
   ============================ */
@media (max-width: 980px) {
  .features-grid, .team-section, .benefits-boxes, .faq-list, .blog-teasers, .categories-overview ul, .testimonials {
    flex-direction: column;
    gap: 24px;
  }
  .features-grid > div,
  .team-section > .team-member,
  .benefits-boxes > div,
  .faq-list > div,
  .blog-teasers > article,
  .testimonial-card {
    min-width: 0;
    width: 100%;
    flex: 1 1 100%;
  }
  .testimonial-card { margin-bottom: 16px; }
  .main-navigation {
    display: none;
  }
}
@media (max-width: 768px) {
  .section, section {
    margin-bottom: 36px;
    padding: 27px 8px;
  }
  .hero {
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 0 0 20px 20px;
  }
  .footer-logo img { height: 42px; }
  .footer-contact, .footer-nav { font-size: 0.85rem; }
  .content-wrapper {
    padding: 0 2px;
  }
  .text-image-section {
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
  }
  .container {
    padding: 0 4px;
  }
}

@media (max-width: 520px) {
  .hero h1 { font-size: 1.16rem; }
  .section, section {
    padding: 16px 3px;
  }
  .cta-primary {
    padding: 12px 16px;
    font-size: 1rem;
  }
  .footer-logo img { height: 34px; }
}

/* ============================
   MISC & OVERRIDES
   ============================ */
::-webkit-scrollbar {
  width: 9px;
  background: #F4ECDC;
}
::-webkit-scrollbar-thumb {
  background: #B4D99A;
  border-radius: 7px;
}

@media (any-hover: hover) {
  a:hover { color: #357c3c; }
}

/* Checkboxes/radio with brand color */
input[type="checkbox"]:checked {
  accent-color: #23562B;
}

/* Remove tap highlight on mobile */
*:focus { outline: 2px solid #B4D99A; outline-offset: 2px; }

/* Accessibility for interactive elements */
.cta-primary:focus, .cookie-btn:focus, .mobile-menu-toggle:focus,
.mobile-menu-close:focus, .mobile-nav a:focus {
  box-shadow: 0 0 0 4px #B4D99A55;
}

/* Hide scroll for modal when open */
body.cookie-modal-open {
  overflow: hidden;
}

/* Confirmation/thank you section styling */
.confirmation {
  background: #B4D99A;
  color: #23562B;
  border-radius: 14px;
  text-align: center;
  padding-bottom: 36px;
}
.confirmation h1 { color: #23562B; }
.confirmation a.cta-primary {
  margin-top: 25px;
}

/* LEGAL SECTIONS */
.legal {
  background: #F4ECDC;
  color: #23562B;
  border-radius: 16px;
  box-shadow: 0 1px 8px rgba(180,217,154,0.08);
  margin-bottom: 34px;
}

/************************
* NO CSS GRID USED at all*
*************************/