/* ====================================================== */
/* CSS RESET & BASE NORMALIZATION                        */
/* ====================================================== */
html {
  box-sizing: border-box;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*, *:before, *:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
body {
  background-color: #F5F7F6;
  color: #245539;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  line-height: 1.6;
  font-size: 1rem;
  min-height: 100vh;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: #245539;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #74C69D;
  text-decoration: underline;
}
ul, ol {
  margin-left: 1.3em;
  padding-left: 0.7em;
}


/* ====================================================== */
/* BRAND TYPOGRAPHY                                      */
/* ====================================================== */
h1, .h1 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #245539;
  margin-bottom: 24px;
  line-height: 1.13;
}
h2, .h2 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #245539;
  margin-bottom: 20px;
  line-height: 1.18;
}
h3, .h3 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #245539;
  margin-bottom: 12px;
  line-height: 1.22;
}
h4, h5, h6 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: #245539;
  margin-bottom: 10px;
}
p, li {
  font-size: 1rem;
  color: #385D41;
}
.hero-subheadline {
  font-size: 1.13rem;
  color: #315c41;
  margin-bottom: 32px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
blockquote {
  margin: 16px 0 16px 12px;
  padding-left: 18px;
  border-left: 4px solid #74C69D;
  font-style: italic;
  color: #245539;
  background: #EAF3ED;
  border-radius: 8px;
}
.expert {
  display: block;
  font-size: 0.96rem;
  color: #74C69D;
  margin-top: 6px;
}

/* ====================================================== */
/* LAYOUT & CONTAINER SPACING                             */
/* ====================================================== */
.container {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

/* Responsive padding */
@media (max-width: 768px) {
  .section {
    padding: 28px 10px;
    margin-bottom: 36px;
  }
  .container {
    padding-left: 7px;
    padding-right: 7px;
  }
}

/* ====================================================== */
/* FLEXBOX LAYOUTS & CONTENT GRIDS                        */
/* ====================================================== */
.features-grid, .activity-list, .partners {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
}
.features-grid {
  margin-bottom: 12px;
}
.feature, .activity-item {
  background: #F7FCF9;
  border-radius: 22px 32px 18px 26px / 24px 36px 20px 16px; /* organic shape */
  box-shadow: 0 2px 12px 0 rgba(36, 85, 57, 0.08);
  padding: 28px 24px 22px 24px;
  flex: 1 1 260px;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 24px;
  border-left: 5px solid #74C69D;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.feature:hover, .activity-item:hover {
  border-left: 5px solid #245539;
  box-shadow: 0 4px 18px 0 rgba(36,85,57,0.17);
}
.tag {
  background: #74C69D;
  color: #fff;
  border-radius: 12px 12px 12px 20px;
  font-size: 0.87rem;
  padding: 2px 10px;
  margin-left: 6px;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.card-container, .card-grid, .eco-certifications, .eco-highlights, .eco-transport, .impact-reduction, .must-know, .quick-advice {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: #F5F7F6;
  border-radius: 18px 24px 18px 18px;
  box-shadow: 0 1px 8px 0 rgba(36,85,57,0.07);
  padding: 22px 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 225px;
}
.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.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;
}
@media (max-width: 768px) {
  .features-grid,.activity-list, .content-grid, .card-container, .partners,.eco-certifications,.eco-highlights,.eco-transport, .must-know,.quick-advice{
    flex-direction: column;
    gap: 16px;
  }
  .text-image-section {
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
  }
}

/* ====================================================== */
/* ORGANIC TEXTURES (background mottling using svg data)  */
/* ====================================================== */
body {
  background-color: #F5F7F6;
  background-image: url('data:image/svg+xml;utf8,<svg width="320" height="320" fill="none" xmlns="http://www.w3.org/2000/svg"><ellipse fill="%2374C69D" fill-opacity="0.03" cx="110" cy="180" rx="70" ry="40"/><ellipse fill="%23245539" fill-opacity="0.02" cx="220" cy="60" rx="50" ry="18"/></svg>');
  background-repeat: repeat;
  background-size: 320px 320px;
}

/* ====================================================== */
/* HEADER & NAVIGATION                                    */
/* ====================================================== */
header {
  background: #F7FCF9;
  box-shadow: 0 2px 8px 0 rgba(36,85,57,0.06);
  position: relative;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: 18px 20px 12px 20px;
}
.main-nav {
  display: flex;
  gap: 24px;
}
.main-nav a {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #245539;
  padding: 8px 8px 6px 8px;
  border-radius: 8px;
  transition: background 0.2s, color 0.2s;
}
.main-nav a:hover,
.main-nav a.active {
  background: #EAF3ED;
  color: #74C69D;
}
header .cta-btn.primary {
  margin-left: 16px;
}
@media (max-width: 950px) {
  .main-nav {
    gap: 12px;
  }
}
@media (max-width: 820px) {
  header .container {
    gap: 12px;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .main-nav,
  header .cta-btn.primary {
    display: none;
  }
  header .container {
    padding: 14px 10px 8px 10px;
  }
}

/* ====================================================== */
/* MOBILE NAVIGATION: Hamburger Menu                      */
/* ====================================================== */
.mobile-menu-toggle {
  display: none;
  position: absolute;
  right: 22px;
  top: 18px;
  padding: 10px 16px;
  background: #245539;
  color: #fff;
  font-size: 2rem;
  border: none;
  border-radius: 12px;
  z-index: 140;
  cursor: pointer;
  transition: background 0.2s;
}
.mobile-menu-toggle:focus,
.mobile-menu-toggle:hover {
  background: #74C69D;
  color: #fff;
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #F5F7F6;
  box-shadow: 0 0 60px 0 rgba(36,85,57,0.15);
  z-index: 2000;
  transform: translateX(-100vw);
  transition: transform 0.4s cubic-bezier(0.55,0,0.5,1);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 42px;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  position: absolute;
  top: 14px;
  right: 18px;
  font-size: 2rem;
  color: #245539;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2100;
  transition: color 0.2s;
  border-radius: 50%;
  padding: 2px 10px;
}
.mobile-menu-close:hover,
.mobile-menu-close:focus {
  color: #fff;
  background: #245539;
}
.mobile-nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 38px;
  align-items: flex-start;
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.13rem;
  color: #245539;
  padding: 12px 22px 10px 28px;
  border-radius: 20px 18px 14px 17px;
  background: transparent;
  min-width: 70vw;
  margin-left: 0;
  margin-right: auto;
  transition: background 0.18s, color 0.2s;
}
.mobile-nav a:hover,
.mobile-nav a:focus {
  background: #EAF3ED;
  color: #245539;
}
@media (max-width: 768px) {
  .mobile-menu-toggle {
    display: block;
  }
}

/* Overlay for mobile menu (simplified) */
.mobile-menu::before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(36, 85, 57, 0.10);
  z-index: 100;
}

/* Prevent content scroll when mobile menu is open */
body.mobile-menu-active {
  overflow: hidden;
}

/* ====================================================== */
/* BUTTONS & CTA                                          */
/* ====================================================== */
.cta-btn {
  display: inline-block;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  background: #245539;
  color: #fff;
  border: none;
  border-radius: 26px 20px 16px 20px;
  padding: 12px 28px 10px 28px;
  font-size: 1.14rem;
  cursor: pointer;
  box-shadow: 0 2px 7px 0 rgba(36,85,57,0.085);
  transition: background 0.2s, color 0.2s, transform 0.15s;
  margin-top: 14px;
  letter-spacing: 0.025em;
}
.cta-btn.primary {
  background: #245539;
  color: #fff;
}
.cta-btn.primary:hover, .cta-btn.primary:focus {
  background: #74C69D;
  color: #fff;
  transform: translateY(-2px) scale(1.035);
}
.cta-btn.secondary {
  background: #EAF3ED;
  color: #245539;
  border: 1.5px solid #74C69D;
}
.cta-btn.secondary:hover, .cta-btn.secondary:focus {
  background: #74C69D;
  color: #fff;
  border-color: #245539;
}

/* Misc buttons (small, link) */
button, .cta-btn {
  outline: none;
}

/* ====================================================== */
/* TESTIMONIAL CARDS                                      */
/* ====================================================== */
.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 20px 26px 10px 22px;
  box-shadow: 0 3px 22px 0 rgba(36,85,57,0.07);
  min-width: 260px;
  border-left: 5px solid #74C69D;
  transition: box-shadow 0.25s;
}
.testimonial-card:hover {
  box-shadow: 0 7px 28px 4px rgba(36,85,57, 0.15);
}
.testimonial-content p {
  color: #245539;
  font-size: 1.06rem;
  margin-bottom: 10px;
  line-height: 1.5;
}
.testimonial-info {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  color: #245539;
  font-size: 0.99rem;
}
.testimonial-name {
  font-weight: 700;
  color: #245539;
}
.testimonial-location {
  color: #74C69D;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.testimonial-stars {
  color: #F9BB29;
  font-size: 1.1rem;
  letter-spacing: 1px;
}
@media (max-width: 700px) {
  .testimonial-card {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ====================================================== */
/* ORGANIC-LIKE ADVICE BOX & HIGHLIGHTS                   */
/* ====================================================== */
.advice-box {
  background: #EAF3ED;
  border-radius: 22px 24px 16px 20px;
  padding: 18px 24px 14px 22px;
  box-shadow: 0 1px 6px 0 rgba(36,85,57,0.04);
  margin-bottom: 18px;
  flex: 1 1 190px;
}
.quick-advice {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

/* ====================================================== */
/* FOOTER STYLE                                           */
/* ====================================================== */
footer {
  background: #374F3D;
  color: #F5F7F6;
  padding: 36px 0 16px 0;
}
footer .container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 10px;
}
.footer-nav a {
  color: #F5F7F6;
  font-size: 1rem;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: color 0.2s;
  padding-bottom: 2px;
}
.footer-nav a:hover {
  color: #74C69D;
}
.footer-contact p {
  font-size: 0.98rem;
  color: #DCEAE2;
  margin-bottom: 5px;
}
.footer-logo {
  margin-top: 12px;
}
@media (min-width: 700px) {
  footer .container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 0;
  }
  .footer-contact {
    max-width: 440px;
  }
}

/* ====================================================== */
/* MISC ORGANIC, ICONS & BADGES                           */
/* ====================================================== */
.eco-certifications {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  margin-top: 18px;
}
.eco-certifications img {
  height: 48px;
  max-width: 80px;
}
.partners img {
  height: 40px;
  max-width: 70px;
}
ul.eco-highlights, ul.eco-transport, ul.impact-reduction, ul.must-know {
  list-style-type: disc;
  font-size: 1rem;
  color: #385D41;
}
ul.eco-highlights li, ul.eco-transport li, ul.impact-reduction li, ul.must-know li {
  margin-bottom: 8px;
}
.content-wrapper ul {
  margin-bottom: 12px;
}

/* Contact Details */
.contact-details {
  display: flex;
  flex-direction: row;
  gap: 36px;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 14px;
}
.text-section {
  flex: 1 1 270px;
  min-width: 210px;
}
@media (max-width: 768px) {
  .contact-details {
    flex-direction: column;
    gap: 18px;
  }
}
.contact-map {
  width: 100%;
  min-height: 170px;
  background: #EAF3ED;
  border-radius: 20px 24px 12px 20px;
  box-shadow: 0 1px 8px 0 rgba(36,85,57,0.07);
}

/* Links-list for conseils */
.links-list {
  margin-top: 16px;
}
.links-list a {
  color: #245539;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: color 0.18s;
}
.links-list a:hover {
  color: #74C69D;
}

/* Misc forms or input states - fallback for contact */
input, textarea, select {
  border-radius: 8px;
  border: 1.5px solid #EAF3ED;
  min-height: 38px;
  font-size: 1rem;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #245539;
  background: #F5F7F6;
  padding: 8px 12px;
  margin-bottom: 16px;
  outline: none;
  transition: border 0.2s, box-shadow 0.2s;
}
input:focus, textarea:focus {
  border: 1.5px solid #74C69D;
  box-shadow: 0 0 0 1.5px #74C69D;
}

/* Confirmation message card (thank you) */
.confirmation-message {
  background: #EAF3ED;
  border-radius: 18px 26px 14px 22px;
  padding: 30px 24px;
  box-shadow: 0 2px 8px 0 rgba(36,85,57,0.04);
  text-align: left;
}

/* ====================================================== */
/* COOKIE CONSENT BANNER + POPUP                         */
/* ====================================================== */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: #374F3D;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 24px 18px 18px 20px;
  box-shadow: 0 -4px 24px rgba(36,85,57,0.10);
  z-index: 3000;
  gap: 18px;
  font-size: 1rem;
  border-radius: 22px 22px 0 0;
  animation: banner-slide-in 0.6s cubic-bezier(0.5,0,0.6,1);
}
@keyframes banner-slide-in {
  from { transform: translateY(100%); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}
.cookie-banner p {
  flex: 1 1 240px;
  color: #f0f5ef;
  margin-right: 18px;
}
.cookie-banner .cookie-actions {
  display: flex;
  gap: 14px;
}
.cookie-banner .cookie-btn {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 500;
  border-radius: 18px 20px 15px 20px;
  padding: 9px 18px;
  font-size: 1.02rem;
  border: none;
  cursor: pointer;
  transition: background 0.18s, color 0.12s, transform 0.13s;
}
.cookie-banner .cookie-btn.accept {
  background: #245539;
  color: #fff;
}
.cookie-banner .cookie-btn.accept:hover,
.cookie-banner .cookie-btn.accept:focus {
  background: #74C69D;
  color: #fff;
  transform: scale(1.05) translateY(-2px);
}
.cookie-banner .cookie-btn.reject {
  background: #fff;
  color: #245539;
  border: 1.3px solid #245539;
}
.cookie-banner .cookie-btn.reject:hover,
.cookie-banner .cookie-btn.reject:focus {
  background: #F5F7F6;
  color: #245539;
}
.cookie-banner .cookie-btn.settings {
  background: transparent;
  border: 1.5px solid #74C69D;
  color: #74C69D;
}
.cookie-banner .cookie-btn.settings:hover,
.cookie-banner .cookie-btn.settings:focus {
  background: #EAF3ED;
  border-color: #245539;
  color: #245539;
}

@media (max-width: 650px) {
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 8px 10px 10px;
    font-size: 0.95rem;
  }
}

.cookie-modal-overlay {
  position: fixed;
  z-index: 3500;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(36,85,57,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fade-in 0.25s;
}

@keyframes fade-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.cookie-modal {
  background: #fff;
  color: #245539;
  border-radius: 19px 25px 11px 21px;
  box-shadow: 0 7px 48px rgba(36,85,57,0.19);
  max-width: 410px;
  width: 97vw;
  padding: 30px 28px 22px 28px;
  margin: 0 auto;
  position: relative;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  animation: modal-slide-in 0.4s cubic-bezier(0.68,0,0.67,1);
}
@keyframes modal-slide-in {
  from { transform: translateY(26px) scale(0.98); opacity: 0; }
  to   { transform: translateY(0) scale(1); opacity: 1; }
}
.cookie-modal h3 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.29rem;
  margin-bottom: 14px;
  color: #245539;
}
.cookie-modal .cookie-category {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.06rem;
  border-bottom: 1px solid #EAF3ED;
  padding-bottom: 5px;
}
.cookie-modal .cookie-category label {
  font-weight: 500;
  color: #245539;
}
.cookie-modal .cookie-toggle {
  width: 34px;
  height: 19px;
  background: #EAF3ED;
  border-radius: 20px;
  position: relative;
  transition: background 0.2s;
  cursor: pointer;
  border: none;
  outline: none;
}
.cookie-modal .cookie-toggle[data-checked="true"] {
  background: #74C69D;
}
.cookie-modal .cookie-toggle .dot {
  position: absolute;
  top: 2px;
  left: 3px;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  transition: left 0.18s;
  box-shadow: 0 1px 5px 0 rgba(36, 85, 57, 0.13);
}
.cookie-modal .cookie-toggle[data-checked="true"] .dot {
  left: 16px;
}
.cookie-modal-actions {
  margin-top: 24px;
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}
.cookie-modal-close {
  position: absolute;
  top: 12px;
  right: 14px;
  font-size: 1.8rem;
  color: #245539;
  background: none;
  border: none;
  border-radius: 50%;
  transition: color 0.2s, background 0.15s;
  cursor: pointer;
}
.cookie-modal-close:hover,
.cookie-modal-close:focus {
  color: #fff;
  background: #74C69D;
}

/* Hide by default; .show added by JS when displayed */
.cookie-banner,
.cookie-modal-overlay {
  display: none;
}
.cookie-banner.show,
.cookie-modal-overlay.show {
  display: flex;
}

/* ====================================================== */
/* RESPONSIVE TYPOGRAPHY SCALE                            */
/* ====================================================== */
@media (max-width: 480px) {
  h1, .h1 {
    font-size: 1.55rem;
  }
  h2, .h2 {
    font-size: 1.13rem;
  }
  .cta-btn,
  .mobile-nav a {
    font-size: 1rem;
    padding-left: 14px;
    padding-right: 14px;
  }
}

/* Accessibility utilities */
.sr-only {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* ====================================================== */
/* ANIMATIONS & MICRO-INTERACTIONS                        */
/* ====================================================== */
.feature, .activity-item, .card, .testimonial-card, .advice-box {
  transition: box-shadow 0.18s, border-color 0.17s, transform 0.17s;
}
.feature:hover, .activity-item:hover, .card:hover, .testimonial-card:hover, .advice-box:hover {
  transform: translateY(-2px) scale(1.017);
  box-shadow: 0 8px 24px 0 rgba(36,85,57,0.11);
}
.cta-btn:active,
.cookie-banner .cookie-btn:active {
  transform: scale(0.98);
}

/* ====================================================== */
/* ORGANIC DECOR + MISC SPACING & HIERARCHY               */
/* ====================================================== */
section, main section, .content-wrapper {
  margin-bottom: 20px;
}
section:last-child, main section:last-child {
  margin-bottom: 0;
}

/* Minimal distinctions for high contrast (esp. testimonials) */
.testimonial-card,
.testimonial-content p,
blockquote {
  color: #245539 !important;
  background: #fff !important;
}


/* End of nature_organic brand-compliant CSS */
