/* --- CSS RESET & BASE SYSTEM --- */
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.6;
  background-color: #faf8f4;
  color: #334231;
  min-height: 100vh;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

a {
  text-decoration: none;
  color: #396336;
  transition: color 0.18s ease;
}
a:hover, a:focus {
  color: #294e6d;
}
ul, ol {
  padding-left: 24px;
  margin-bottom: 16px;
}
li {
  margin-bottom: 10px;
}

*, *:before, *:after {
  box-sizing: inherit;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
}

/* --- TYPOGRAPHY --- */
h1, h2, h3, h4 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: #294e6d;
  font-weight: 700;
}
h1 {
  font-size: 2.5rem;
  margin-bottom: 24px;
  line-height: 1.15;
}
h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}
h3 {
  font-size: 1.25rem;
  margin-bottom: 12px;
}
h4 {
  font-size: 1rem;
}
.subtitle {
  color: #396336;
  font-size: 1.25rem;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  margin-bottom: 24px;
}
strong {
  font-weight: bold;
}

/* --- CONTAINER & LAYOUT --- */
.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 4px 24px rgba(63, 55, 44, 0.07);
}

.text-section {
  margin-bottom: 20px;
  font-size: 1.05rem;
}

.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.feature-grid,
.card-container,
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.card-container {
  gap: 24px;
  margin-bottom: 16px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(63, 55, 44, 0.07);
  padding: 24px 20px;
  min-width: 270px;
  flex: 1 1 300px;
}
.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: #f4f4ee;
  border-radius: 18px;
  box-shadow: 0 2px 8px rgba(57,99,54,0.07);
  padding: 24px 20px;
  min-width: 250px;
  flex: 1 1 270px;
  transition: box-shadow 0.18s, background 0.24s;
}
.feature-item:hover {
  background: #e7f2ea;
  box-shadow: 0 6px 24px rgba(57,99,54,0.14);
}

.feature-item img {
  width: 44px;
  height: 44px;
  margin-bottom: 10px;
  filter: drop-shadow(0 1px 3px rgba(44, 80, 37, 0.04));
}

.preis {
  color: #396336;
  font-weight: bold;
  font-size: 1.15rem;
  background: #d2e7c3;
  border-radius: 12px;
  padding: 2px 12px;
  margin-top: 8px;
}

.testimonials {
  background: #f7f5f0;
  border-radius: 32px;
  padding: 40px 0;
  margin-bottom: 60px;
}

.testimonials h2 {
  color: #396336;
}

.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 2px 18px rgba(41,78,109,0.07);
  padding: 20px;
  margin-bottom: 20px;
  max-width: 650px;
  font-size: 1.08rem;
  color: #294e6d;
  transition: box-shadow 0.18s, background 0.24s;
}
.testimonial-card blockquote {
  font-style: italic;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #294e6d;
  line-height: 1.5;
}
.testimonial-meta {
  margin-left: 12px;
  font-size: 0.95em;
  color: #396336;
  font-weight: bold;
}
.testimonial-card:hover {
  background: #e6f6ec;
  box-shadow: 0 4px 24px rgba(41,78,109,0.14);
}

/* --- HERO --- */
.hero {
  background: linear-gradient(104deg, #e8f6e6 0%, #f3efe2 100%);
  border-radius: 32px;
  padding: 60px 0 50px 0;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  min-height: 320px;
}
.hero .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hero .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

/* --- HEADER & NAV --- */
header {
  width: 100%;
  padding: 24px 0;
  background: #f5f2ee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 100;
}
header > a img {
  height: 44px;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(57,99,54,0.10);
}
header nav {
  display: flex;
  align-items: center;
  gap: 18px;
}
header nav a {
  padding: 8px 20px;
  border-radius: 16px;
  font-weight: 500;
  font-family: 'Montserrat', Arial, sans-serif;
  color: #396336;
  font-size: 1rem;
  transition: background 0.18s, color 0.16s;
}
header nav a.primary-cta {
  background: #296d49;
  color: #fff;
  box-shadow: 0 2px 10px rgba(41,109,73,0.11);
  font-weight: 700;
}
header nav a:hover, header nav a:focus {
  background: #d2e7c3;
  color: #294e6d;
}
header nav a.primary-cta:hover, header nav a.primary-cta:focus {
  background: #396336;
  color: #fff;
}

.mobile-menu-toggle {
  display: none;
  background: #e0ede7;
  border: none;
  font-size: 2rem;
  padding: 8px 16px;
  border-radius: 14px;
  color: #294e6d;
  cursor: pointer;
  margin-left: 20px;
  transition: background 0.18s, color 0.16s;
  z-index: 101;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  background: #cbe5d0;
  color: #396336;
}

/* --- MOBILE MENU --- */
.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(56, 82, 60, 0.96);
  z-index: 2000;
  flex-direction: column;
  transition: transform 0.36s cubic-bezier(0.86,0,0.07,1), opacity 0.24s;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-100%);
}
.mobile-menu.open {
  display: flex;
  opacity: 1;
  pointer-events: all;
  transform: translateX(0);
}
.mobile-menu-close {
  background: transparent;
  color: #fff;
  border: none;
  font-size: 2.1rem;
  position: absolute;
  top: 24px;
  right: 28px;
  cursor: pointer;
  z-index: 2002;
  transition: color 0.18s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  color: #d2bae6;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  padding: 85px 34px 34px 34px;
  width: 100vw;
  height: 100%;
  margin-top: 16px;
}
.mobile-nav a {
  color: #fff;
  font-size: 1.25rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  padding: 16px 0;
  width: 100%;
  border-radius: 14px;
  transition: background 0.16s, color 0.13s;
  display: block;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #3b5d42;
  color: #e7f2ea;
}

/* --- FOOTER --- */
footer {
  width: 100%;
  background: #e2eede;
  padding: 42px 0 18px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  border-radius: 22px 22px 0 0;
  box-shadow: 0 4px 24px rgba(41,78,109,0.07) inset;
}
footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  margin-bottom: 10px;
}
footer nav a {
  color: #396336;
  font-size: 0.97rem;
  padding: 8px 16px;
  border-radius: 10px;
  transition: background 0.16s;
}
footer nav a:hover, footer nav a:focus {
  background: #cbe5d0;
  color: #294e6d;
}
footer small {
  color: #294e6d;
  opacity: 0.75;
  font-size: 0.93rem;
}

/* --- BUTTONS & CTA --- */
.primary-cta, .primary-cta:visited {
  display: inline-block;
  background: #396336;
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.13rem;
  padding: 14px 32px;
  border: none;
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(41,109,73,0.10);
  transition: background 0.18s, box-shadow 0.18s, color 0.13s, transform 0.14s;
  cursor: pointer;
  margin-top: 16px;
  letter-spacing: 0.01em;
}
.primary-cta:hover, .primary-cta:focus {
  background: #294e6d;
  color: #fff;
  box-shadow: 0 8px 28px rgba(41,78,109,0.14);
  transform: translateY(-2px) scale(1.028);
}

button {
  background: #e0ede7;
  border: none;
  color: #294e6d;
  font-size: 1rem;
  padding: 10px 22px;
  border-radius: 12px;
  transition: background 0.17s, color 0.12s, box-shadow 0.15s, transform 0.11s;
  cursor: pointer;
}
button:hover, button:focus {
  background: #b4d7bf;
  color: #294e6d;
  transform: translateY(-1px) scale(1.03);
  box-shadow: 0 4px 12px rgba(41,109,73,0.08);
}

/* --- COOKIE CONSENT BANNER & MODAL --- */
.cookie-consent-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4010;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  background: #fff;
  border-top: 2px solid #b4d7bf;
  box-shadow: 0 -4px 18px rgba(57,99,54,0.08);
  padding: 26px 20px 18px 20px;
  max-width: 100vw;
  min-width: 0;
  width: 100%;
  font-size: 1.02rem;
  animation: cookieBannerSlideIn 0.6s cubic-bezier(.77,0,.18,1) 1;
}
@keyframes cookieBannerSlideIn {
  from { transform: translateY(120%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
.cookie-consent-banner .cookie-buttons {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}
.cookie-consent-banner button {
  font-size: 1rem;
  padding: 8px 24px;
  border-radius: 14px;
  border: none;
  font-family: 'Montserrat', Arial, sans-serif;
  background: #e0ede7;
  color: #294e6d;
  font-weight: 600;
}
.cookie-consent-banner button.accept {
  background: #396336;
  color: #fff;
}
.cookie-consent-banner button.accept:hover {
  background: #294e6d;
}
.cookie-consent-banner button.settings {
  background: #d2bae6;
  color: #294e6d;
}
.cookie-consent-banner button.reject {
  background: #ede3e7;
  color: #396336;
}
.cookie-consent-banner button:hover, .cookie-consent-banner button:focus {
  box-shadow: 0 2px 12px rgba(93,93,93,0.10);
  transform: translateY(-2px) scale(1.015);
}

.cookie-modal-overlay {
  position: fixed;
  left: 0; top: 0; right: 0; bottom: 0;
  width: 100vw; height: 100vh;
  z-index: 4012;
  background: rgba(56, 82, 60, 0.86);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s;
}
.cookie-modal-overlay.open {
  opacity: 1;
  pointer-events: all;
}
.cookie-modal {
  background: #fff;
  border-radius: 18px;
  padding: 28px 25px 22px 25px;
  min-width: 320px;
  max-width: 96vw;
  position: relative;
  box-shadow: 0 8px 36px rgba(63,112,74,0.14);
  display: flex;
  flex-direction: column;
  gap: 22px;
  animation: cookieModalShow 0.33s cubic-bezier(.77,0,.18,1) 1;
}
@keyframes cookieModalShow {
  from { opacity: 0; transform: scale(0.92); }
  to { opacity: 1; transform: scale(1); }
}
.cookie-modal .modal-close {
  position: absolute;
  top: 13px; right: 14px;
  font-size: 1.6em;
  background: none;
  border: none;
  color: #294e6d;
  cursor: pointer;
  transition: color 0.16s;
}
.cookie-modal .modal-close:hover, .cookie-modal .modal-close:focus {
  color: #396336;
}
.cookie-categories {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.09rem;
}
.cookie-category input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: #396336;
  border-radius: 5px;
  border: 2px solid #396336;
  margin-right: 8px;
}
.cookie-category.required label {
  font-weight: bold;
  color: #396336;
}
.cookie-modal .modal-actions {
  display: flex;
  gap: 18px;
  margin-top: 12px;
}
.cookie-modal .modal-actions button {
  font-size: 1.1rem;
  padding: 8px 24px;
  border-radius: 12px;
  background: #e0ede7;
  color: #396336;
  font-weight: 600;
}
.cookie-modal .modal-actions button.save {
  background: #296d49;
  color: #fff;
}
.cookie-modal .modal-actions button.save:hover {
  background: #396336;
}


/* --- MISC UTILS --- */
.map-embed {
  margin-top: 16px;
  font-size: 0.96em;
  color: #9ba380;
  padding: 16px 0 0 0;
  font-style: italic;
}

section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 4px 24px rgba(63, 55, 44, 0.07);
}

@media (max-width: 1200px) {
  .container {
    max-width: 96vw;
  }
  .feature-item, .card {
    min-width: 220px;
    padding: 19px 13px;
  }
}

@media (max-width: 960px) {
  .feature-grid,
  .card-container,
  .content-grid {
    gap: 14px;
  }
  .feature-item,
  .card {
    min-width: 170px;
    padding: 14px 7px;
  }
  .testimonials, section {
    padding: 32px 6px;
    border-radius: 22px;
  }
  .hero {
    border-radius: 18px;
    padding: 38px 0 26px 0;
    min-height: 230px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 7px;
  }
  header, footer {
    border-radius: 0;
    padding-left: 0; padding-right: 0;
  }
  header nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
  .feature-grid, .card-container, .content-grid {
    flex-direction: column;
    gap: 18px;
  }
  section, .testimonials {
    padding: 22px 3vw;
    margin-bottom: 38px;
    border-radius: 14px;
    box-shadow: 0 2px 9px rgba(57, 99, 54, 0.07);
  }
  .hero {
    flex-direction: column;
    min-height: 180px;
    padding: 24px 0;
  }
  .text-image-section {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
  .testimonial-card {
    flex-direction: column;
    padding: 14px 7px;
    max-width: 100%;
    text-align: left;
  }
  .mobile-menu {
    padding: 0;
    width: 100vw;
    height: 100vh;
  }
  .mobile-nav {
    padding: 58px 11px 20px 21px;
    gap: 14px;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.36rem;
  }
  .hero .content-wrapper {
    gap: 8px;
  }
  .primary-cta, .cookie-modal .modal-actions button {
    padding: 10px 15px;
    font-size: 1rem;
  }
}

/* --- NATURE ORGANIC THEME DECOR --- */
body {
  /* Deep Organic texture effect using a subtle SVG */
  background-image: url('data:image/svg+xml;utf8,<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg"><ellipse cx="60" cy="55" rx="17" ry="10" fill="%23e7f2ea" opacity="0.27"/><ellipse cx="35" cy="13" rx="11" ry="7" fill="%23d2e7c3" opacity="0.15"/><ellipse cx="10" cy="65" rx="15" ry="8" fill="%23d2bae6" opacity="0.18"/></svg>');
  background-repeat: repeat;
  background-attachment: fixed;
}
section, .testimonials, .card, .feature-item {
  /* Natural, soft border radius */
  border-radius: 22px 32px 28px 16px;
  box-shadow: 0 7px 32px rgba(139, 167, 118, 0.10);
}

/* Decorative pseudo leaves/shapes for hero */
.hero::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 80px; height: 80px;
  background: url('data:image/svg+xml;utf8,<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M60 67C46 77 17 80 8 74C-10 61 15 18 36 14C59.5 9.5 81 46 60 67Z" fill="%23d2e7c3"/></svg>') no-repeat center/contain;
  z-index: 0;
  opacity: 0.19;
}
.hero {
  position: relative;
}

/* --- END --- */