/* 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, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
html {
  line-height: 1.15;
  scroll-behavior: smooth;
  background: #f9f7f3;
  color-scheme: light only;
}
body {
  min-height: 100vh;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 16px;
  color: #303123;
  background: #f9f7f3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: #487442;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #1C1E21;
}
ul, ol {
  margin: 16px 0 16px 24px;
}
li {
  margin-bottom: 8px;
  line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  color: #263520;
  font-weight: 700;
  letter-spacing: 0.01em;
}
h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
h2 {
  font-size: 2rem;
  margin-bottom: 16px;
}
h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
}
h4, h5, h6 {
  font-size: 1rem;
}
p {
  font-size: 1rem;
  color: #303123;
  line-height: 1.7;
  margin-bottom: 18px;
}
strong, b {
  font-weight: bold;
  color: #1C1E21;
}
.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 18px;
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.section, section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #f9f7f3;
  border-radius: 36px 36px 24px 24px;
  box-shadow: 0 1px 8px rgba(82,81,70,0.06), 0 4px 24px rgba(170, 165, 140, 0.07);
}
.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.text-section {
  background: #fffefb;
  border-radius: 28px;
  box-shadow: 0 1px 8px rgba(150, 140, 110, 0.06);
  padding: 32px 20px;
}
/* FLEX LAYOUTS */
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: flex-start;
  margin-top: 16px;
  margin-bottom: 20px;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  flex: 1 1 260px;
  min-width: 220px;
  max-width: 350px;
  background: #f3efe3;
  border-radius: 22px 36px 24px 18px;
  padding: 24px 20px;
  box-shadow: 0 2px 12px rgba(120,110,70,0.05);
  border: 1.5px solid #d2dec4;
  transition: box-shadow 0.22s, border-color 0.22s;
}
.feature-item img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  filter: grayscale(10%) brightness(0.9) saturate(1.2);
}
.feature-item:hover {
  box-shadow: 0 6px 32px rgba(82,90,65,0.13);
  border-color: #b9cb9c;
}
/* Cards (if used) */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #fbf9f2;
  border-radius: 24px;
  box-shadow: 0 1px 8px rgba(82,81,70,0.09);
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 24px 18px;
}
.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 14px;
}
.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;
  justify-content: center;
}
.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #f9ffe8;
  border-radius: 22px;
  box-shadow: 0 1px 6px rgba(101,125,72,0.09);
  border-left: 5px solid #aec879;
  border-bottom: 2px solid #e4f0c9;
  margin-bottom: 24px;
  font-size: 1.09rem;
  color: #243218;
  position: relative;
  flex: 1 1 340px;
  min-width: 250px;
}
.testimonial-card p {
  color: #243218;
  margin: 0;
}
.testimonial-card strong {
  color: #355924;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.02em;
}
/* BUTTONS */
.button, .button.primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 34px;
  border-radius: 100px;
  border: none;
  background: #355924;
  color: #fffefb;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.07rem;
  letter-spacing: 0.03em;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.18s, box-shadow 0.18s, color 0.14s;
  box-shadow: 0 2px 10px rgba(83,109,41,0.06);
  outline: none;
}
.button.primary {
  background: #355924;
  color: #FFFDD5;
}
.button.primary:hover, .button.primary:focus {
  background: #487442;
  color: #ffd700;
  box-shadow: 0 4px 18px rgba(130,160,65,0.13);
}
.button.secondary {
  background: #ffd700;
  color: #263520;
  border: none;
  font-weight: 600;
}
.button.secondary:hover, .button.secondary:focus {
  background: #ffe872;
  color: #355924;
 }
.button.ghost {
  background: transparent;
  color: #355924;
  border: 2px solid #355924;
  font-weight: 600;
}
.button.ghost:hover {
  color: #fff;
  background: #b8d6ae;
  border-color: #aec879;
}

/* NAVIGATION */
header {
  background: linear-gradient(135deg,#f6f2e7 80%, #e1f0db 100%);
  box-shadow: 0 2px 14px rgba(98,120,72,0.04);
  padding: 0 0 0 0;
  position: relative;
  z-index: 50;
}
header .container {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 86px;
}
.main-nav {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
.main-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  color: #2e4420;
  font-size: 1.04rem;
  padding: 6px 10px;
  border-radius: 18px;
  transition: background 0.13s, color 0.13s;
}
.main-nav a:hover, .main-nav a:focus {
  background: #d2dec4;
  color: #355924;
}
header .button.primary {
  margin-left: 16px;
}
header img[alt="Cloudburst Haven Exklusivfahrzeuge"] {
  height: 46px;
  width: auto;
}
/* Mobile menu toggle */
.mobile-menu-toggle {
  display: none;
  background: #355924;
  color: #ffd700;
  border: none;
  font-size: 2rem;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 120;
  cursor: pointer;
  transition: background 0.18s;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  background: #aec879;
  color: #263520;
}
.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(244,247,237,0.97);
  box-shadow: 0 8px 32px rgba(97,120,51,0.13);
  transform: translateX(-100%);
  transition: transform 0.33s cubic-bezier(.77,0,.18,1);
  z-index: 3000;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 0 0;
  overflow-y: auto;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  background: #355924;
  color: #ffd700;
  border: none;
  border-radius: 50%;
  font-size: 2rem;
  width: 46px;
  height: 46px;
  align-self: flex-end;
  margin: 20px 24px 8px 0;
  cursor: pointer;
  transition: background 0.16s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #aec879;
  color: #263520;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 26px;
  align-items: flex-start;
  margin: 40px 0 0 28px;
  width: calc(100vw - 54px);
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  color: #2e4420;
  font-size: 1.32rem;
  padding: 6px 13px;
  border-radius: 18px;
  transition: background 0.13s, color 0.11s;
  min-height: 44px;
  line-height: 1.3;
  display: flex;
  align-items: center;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #e9f3db;
  color: #355924;
}
/* FOOTER */
footer {
  background: linear-gradient(112deg,#ecf3e5 85%, #e1dac2 100%);
  padding: 0 0 0 0;
  border-radius: 36px 36px 0 0;
  box-shadow: 0 -1px 12px rgba(60,100,70,0.08);
  margin-top: 60px;
}
footer .container {
  flex-direction: column;
  align-items: center;
  gap: 25px;
  padding: 34px 8px 22px 8px;
}
.footer-nav {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.footer-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  color: #487442;
  font-size: 1rem;
  transition: color 0.15s;
}
.footer-nav a:hover, .footer-nav a:focus {
  color: #355924;
}
.contact-details {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  color: #355924;
  font-size: 1rem;
}
.contact-details span {
  display: flex;
  align-items: center;
  gap: 7px;
}
.contact-details img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  filter: grayscale(10%) brightness(1.2) saturate(0.8);
}
.legal {
  text-align: center;
  font-size: 0.98rem;
  color: #848971;
}

/* COOKIE CONSENT */
.cookie-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  z-index: 4020;
  background: #fafbe3;
  color: #233218;
  box-shadow: 0 -1px 15px rgba(83,109,41,0.09);
  border-top: 4px solid #bdd8a5;
  display: flex;
  flex-direction: row;
  gap: 18px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.02rem;
}
.cookie-banner p {
  margin: 0;
  flex: 1 1 60%;
  color: #233218;
}
.cookie-banner .cookie-buttons {
  display: flex;
  flex-direction: row;
  gap: 14px;
  align-items: center;
}
.cookie-banner .button {
  padding: 10px 20px;
  font-size: 1rem;
}
/* Cookie Preferences Modal */
.cookie-modal-overlay {
  position: fixed;
  z-index: 4050;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(26,38,23,0.18);
  display: none;
  align-items: center;
  justify-content: center;
}
.cookie-modal-overlay.open {
  display: flex;
}
.cookie-modal {
  background: #fcfbf5;
  border-radius: 26px;
  box-shadow: 0 6px 36px rgba(91,110,71,0.15);
  padding: 36px 30px 32px 30px;
  min-width: 288px;
  max-width: 95vw;
  color: #243218;
  font-family: 'Montserrat', Arial, sans-serif;
  display: flex;
  flex-direction: column;
  gap: 14px;
  animation: fadeInUp 0.37s cubic-bezier(.59,.01,.39,1.09);
  position: relative;
}
.cookie-modal h2 {
  font-size: 1.24rem;
  margin-bottom: 14px;
}
.cookie-modal label {
  font-size: 1.07rem;
  margin-right: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.cookie-toggle {
  -webkit-appearance: none;
  appearance: none;
  width: 42px;
  height: 22px;
  border-radius: 18px;
  background: #dfecd1;
  border: 1px solid #c7d8b7;
  transition: background 0.19s;
  outline: none;
  position: relative;
  cursor: pointer;
}
.cookie-toggle:checked {
  background: #bdd67d;
  border-color: #a4bc60;
}
.cookie-toggle::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 2px rgba(90, 104, 50, 0.06);
  transition: left 0.21s cubic-bezier(.6,.01,.4,1), background 0.16s;
}
.cookie-toggle:checked::before {
  left: 23px;
  background: #f3ffe1;
}
.cookie-modal .modal-actions {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 18px;
  justify-content: flex-end;
}
.cookie-modal .button {
  font-size: 1rem;
  padding: 8px 20px;
}
.cookie-modal .modal-close {
  position: absolute;
  right: 15px;
  top: 9px;
  font-size: 1.5rem;
  background: transparent;
  border: none;
  color: #355924;
  cursor: pointer;
}
.cookie-modal .modal-close:hover { color: #a0ba5e; }

@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(50px);} 
  100% { opacity: 1; transform: translateY(0); }
}
/* --- FORMS (generic) --- */
input, textarea, select {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.06rem;
  border: 1.5px solid #b9cb9c;
  background: #fbfaf6;
  color: #263520;
  border-radius: 10px;
  padding: 13px 14px;
  outline: none;
  transition: border 0.16s;
}
input:focus, textarea:focus {
  border-color: #365c24;
}
label {
  font-weight: 600;
  color: #2e4420;
}

/* --- ACCESSIBILITY --- */
:focus-visible {
  outline: 2.5px dashed #b9cb9c;
  outline-offset: 3px;
}

/* --- RESPONSIVE --- */
@media (max-width: 1020px) {
  .container {
    max-width: 96vw;
  }
  .feature-item {
    min-width: 180px;
  }
  .testimonial-card {
    min-width: 180px;
  }
}
@media (max-width: 850px) {
  .main-nav {
    gap: 10px;
    flex-wrap: wrap;
  }
  .feature-item {
    max-width: 95vw;
  }
  .testimonial-card {
    max-width: 98vw;
  }
}
@media (max-width: 768px) {
  h1 { font-size: 1.6rem; }
  h2 { font-size: 1.28rem; }
  .container { padding: 0 6vw; }
  .section, section {
    padding: 27px 4vw;
    margin-bottom: 38px;
    border-radius: 20px 18px 18px 15px;
  }
  .content-wrapper, .text-section {
    padding: 17px 0;
  }
  .feature-grid {
    flex-direction: column;
    gap: 18px;
  }
  .card-container, .content-grid {
    flex-direction: column;
    gap: 18px;
  }
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .testimonial-card {
    flex-direction: column;
    gap: 9px;
    padding: 14px 10px;
    font-size: 1rem;
  }
  footer .container {
    padding: 18px 5vw 14px 5vw;
  }
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 7vw;
    gap: 12px;
    font-size: 0.95rem;
  }
  .cookie-banner .cookie-buttons {
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }
}
@media (max-width: 650px) {
  h1 { font-size: 1.22rem; }
  h2 { font-size: 1.01rem; }
  .cookie-modal {
    padding: 24px 8vw 19px 8vw;
    min-width: unset;
  }
}
@media (max-width: 560px) {
  .footer-nav {
    flex-direction: column;
    gap: 11px;
    align-items: center;
  }
  .contact-details {
    flex-direction: column;
    gap: 6px;
  }
}
/* --- MOBILE NAV MENU OVERRIDES --- */
@media (max-width: 1020px) {
  .main-nav, header .button.primary {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
  }
}
@media (min-width: 1021px) {
  .mobile-menu, .mobile-menu-toggle {
    display: none !important;
  }
}

/* --- ORGANIC/NATURE VISUALS --- */
section, .section {
  /* Subtle background texture mimic: */
  background-image: url('data:image/svg+xml;utf8,<svg width="380" height="80" viewBox="0 0 380 80" fill="none" xmlns="http://www.w3.org/2000/svg"><ellipse opacity="0.07" cx="150" cy="70" rx="210" ry="36" fill="%23aec879"/></svg>');
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 320px 38px;
}
.feature-item, .testimonial-card, .card {
  /* Subtle organic blob shadow */
  box-shadow: 0 3px 18px rgba(170,200,134,0.07), 0 7px 38px rgba(158,174,120,0.04);
  border-radius: 20px 33px 19px 23px;
}

/* Some extra visual leaves or blob overlays for organic effect */
.section::before, section::before {
  content: "";
  display: block;
  position: absolute;
  left: -46px;
  top: -22px;
  width: 100px;
  height: 56px;
  background: url('data:image/svg+xml;utf8,<svg width="100" height="56" xmlns="http://www.w3.org/2000/svg"><ellipse fill="%23bdd8a5" fill-opacity="0.13" cx="50" cy="28" rx="48" ry="19"/></svg>') no-repeat;
  background-size: contain;
  z-index: 0;
}
.section, section {
  position: relative;
  z-index: 1;
}

/* Hide decorative overlays on mobile */
@media (max-width: 650px) {
  .section::before, section::before {
    display: none;
  }
}
