/* =======================================================
   RESET & BASE STYLES
   ======================================================= */
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-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: 'Roboto', Arial, sans-serif;
  background: #fff;
  color: #222;
  line-height: 1.7;
  min-height: 100vh;
  background-color: #F5F5F0;
  position: relative;
}

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

ul, ol {
  list-style: none;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
}
a {
  color: #397D2D;
  text-decoration: none;
  transition: color .18s;
}
a:hover, a:focus {
  color: #1C3F2B;
}

/* Accessibility */
::selection {
  background: #397D2D33;
}

/* =======================================================
   TYPOGRAPHY
   ======================================================= */
h1, .h1 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #1C3F2B;
  letter-spacing: -0.5px;
  margin-bottom: 24px;
  line-height: 1.17;
}
h2, .h2 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #397D2D;
  margin-bottom: 20px;
  letter-spacing: -0.3px;
  line-height: 1.2;
}
h3, .h3 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.32rem;
  font-weight: 600;
  color: #355e23;
  margin-bottom: 12px;
  letter-spacing: -0.2px;
}
h4, .h4 {
  font-size: 1.15rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  color: #2b4c1a;
}

p, ul, ol, li, a, button {
  font-size: 1rem;
  font-family: 'Roboto', Arial, sans-serif;
  line-height: 1.7;
}
strong, b {
  font-weight: 700;
  color: #1C3F2B;
}
em, i {
  font-style: italic;
}

.text-section {
  margin-bottom: 24px;
}
.core-values {
  margin: 24px 0 0 0;
  padding: 0;
}
.core-values li {
  margin-bottom: 12px;
  font-size: 1.06rem;
}

/* Artistic, slightly playful section headings */
h2::after {
  content: '';
  display: block;
  width: 48px;
  height: 4px;
  border-radius: 3px;
  background: #FFD600;
  margin-top: 10px;
  margin-bottom: 0;
  box-shadow: 15px 0 0 #5AD063, 30px 0 0 #5AD06322;
}

/* =======================================================
   CONTAINER & SECTION LAYOUTS
   ======================================================= */
.container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 18px;
}

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 4px 24px 0 #397D2D19;
  position: relative;
}

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

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

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.card {
  margin-bottom: 20px;
  position: relative;
  background: #F5F5F0;
  border-radius: 20px;
  box-shadow: 0 4px 16px 0 #397d2d19;
  padding: 28px 24px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: box-shadow .23s, transform .23s;
}
.card:hover, .card:focus {
  box-shadow: 0 7px 31px 0 #397D2D30;
  transform: translateY(-4px) scale(1.035);
  z-index: 2;
}

.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;
}

/* Feature Grid for / / about.html */
.feature-grid, .usp-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
  margin-top: 20px;
}
.feature-grid li, .usp-grid li {
  background: #fffbe5;
  border: 2.5px solid #5AD063;
  border-radius: 18px;
  box-shadow: 0 2px 9px #6ac35520;
  padding: 22px 24px 27px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 260px;
  max-width: 330px;
  margin-bottom: 20px;
  transition: box-shadow .18s, border .18s;
}
.feature-grid li:hover, .usp-grid li:hover {
  border-color: #397D2D;
  box-shadow: 0 7px 22px 0 #397D2D2e;
}
.feature-grid img, .usp-grid img {
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
}

.service-list, .service-detail-list, .feature-list, .core-values, .machine-list, .contact-data, .next-steps {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 10px;
  padding-left: 0;
}

ul li {
  position: relative;
  padding-left: 22px;
}
ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 11px;
  height: 11px;
  background: #FFD600;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #397D2D44;
}

/* Emphasize key numbers, e.g. prices */
.service-detail-list em, .rental-prices em {
  background-color: #FFD600;
  color: #1C3F2B;
  padding: 2px 7px;
  border-radius: 7px;
  font-style: normal;
}

/* Artistic accent for highlighted tips */
.promo-tips, .case-studies, .impact-highlights, .support-info {
  margin: 18px 0 0 0;
  padding: 18px 22px;
  background: #5AD06315;
  border-left: 7px solid #FFD600;
  border-radius: 13px;
  font-size: 1.08rem;
}

.notice, .map-embed-placeholder {
  margin-top: 18px;
}

/* =======================================================
   HEADER & NAVIGATION
   ======================================================= */
header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 30;
  box-shadow: 0 4px 18px 0 #1C3F2B08;
}
header .container {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  justify-content: space-between;
}
.logo img {
  height: 48px;
  width: auto;
}

nav.main-nav {
  display: flex;
  gap: 16px;
}
nav.main-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #397D2D;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 7px 13px;
  border-radius: 7px;
  transition: background .17s, color .17s;
}
nav.main-nav a:hover, nav.main-nav a:focus {
  background: #FFD600BB;
  color: #1C3F2B;
}

.cta.primary {
  font-family: 'Montserrat', Arial, sans-serif;
  background: #397D2D;
  color: #fff;
  font-weight: 700;
  font-size: 1.08rem;
  padding: 12px 28px;
  border-radius: 22px;
  letter-spacing: 0.07em;
  box-shadow: 0 3px 22px #397d2d32;
  transition: background .18s, box-shadow .22s, color .22s, transform .18s;
  border: none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin-left: 18px;
  z-index: 1;
}
.cta.primary:hover, .cta.primary:focus {
  background: #1C3F2B;
  color: #FFD600;
  transform: scale(1.045);
  box-shadow: 0 7px 32px #397d2d47;
}

/* =================== BURGER MENU MOBILE =================== */
.mobile-menu-toggle {
  display: none;
  font-size: 2.2rem;
  background: none;
  color: #1C3F2B;
  cursor: pointer;
  z-index: 101;
  line-height: 1;
  border-radius: 11px;
  padding: 3px 12px 1px 12px;
  transition: background .15s;
  border: none;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  background: #FFD600;
}

.mobile-menu {
  display: flex; /* use flex to allow for grow/shrink */
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: 999;
  background: #fff;
  transform: translateX(-100vw);
  transition: transform .33s cubic-bezier(.9,.03,.21,1.4);
  box-shadow: 7px 0 50px #2b4c1a16;
  opacity: 0.99;
  padding: 0 0 0 0;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  background: none;
  font-size: 2.35rem;
  color: #397D2D;
  margin: 30px 0 0 30px;
  padding: 6px 13px 2px 13px;
  border-radius: 11px;
  border: none;
  cursor: pointer;
  transition: background .14s;
}
.mobile-menu-close:focus, .mobile-menu-close:hover {
  background: #FFD60022;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 36px 0 0 32px;
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.10rem;
  font-weight: 600;
  color: #1C3F2B;
  padding: 15px 0 8px 0;
  letter-spacing: 0.025em;
  border-radius: 12px 0 0 12px;
  transition: background .14s, color .14s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #FFD60055;
  color: #397D2D;
}

/* Hide desktop nav/show burger on small viewports */
@media (max-width: 1023px) {
  nav.main-nav {
    display: none;
  }
  .cta.primary {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
}
@media (min-width: 1024px) {
  .mobile-menu {
    display: none !important;
  }
}

/* =======================================================
   HERO SECTIONS
   ======================================================= */
.hero {
  background: linear-gradient(110deg, #FFD600 65%, #5AD063 100%) left top no-repeat;
  background-color: #FFD600;
  border-radius: 0 0 55px 55px;
  position: relative;
  min-height: 275px;
  box-shadow: 0 8px 36px #397d2d16;
}
.hero .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  min-height: 220px;
}
.hero .content-wrapper {
  gap: 18px;
}
.hero h1 {
  color: #1C3F2B;
  font-weight: 900;
  letter-spacing: -1px;
  font-size: 2.75rem;
  margin-bottom: 10px;
}
.hero p {
  font-size: 1.22rem;
  color: #25591c;
  font-family: 'Montserrat', Arial, sans-serif;
  margin-bottom: 22px;
}
.hero .cta.primary {
  margin-top: 12px;
}

/* =======================================================
   FOOTER
   ======================================================= */
footer {
  background: #1C3F2B;
  padding: 32px 0 0 0;
  color: #fff;
}
footer .container {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: center;
  justify-content: center;
}
.footer-nav {
  display: flex;
  gap: 22px;
  margin-bottom: 8px;
}
.footer-nav a {
  font-size: 1rem;
  font-family: 'Montserrat', Arial, sans-serif;
  color: #FFD600;
  font-weight: 600;
  letter-spacing: 0.06em;
  transition: color .17s;
}
.footer-nav a:hover, .footer-nav a:focus {
  color: #5AD063;
}
.footer-branding {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 1rem;
  opacity: 0.88;
}
.footer-branding img {
  width: 34px;
  height: 34px;
}
footer span {
  color: #FFD600;
  opacity: 1;
  font-size: 0.97rem;
}

/* =======================================================
   TESTIMONIALS & CARDS
   ======================================================= */
.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #FFF7DF;
  color: #222;
  border-radius: 18px;
  box-shadow: 0 2px 19px 0 #FFD60038;
  margin-bottom: 20px;
  margin-top: 18px;
  border-left: 7px solid #FFD600;
  transition: box-shadow .22s, border-color .18s;
  position: relative;
}
.testimonial-card p {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.12rem;
  color: #1C3F2B;
}
.testimonial-card strong {
  color: #397D2D;
  font-size: 1rem;
}
.testimonial-card:hover, .testimonial-card:focus {
  border-left: 7px solid #5AD063;
  box-shadow: 0 7px 34px #397D2D30;
}

/* Ensure testimonial readability on all backgrounds */
.testimonial-card {
  background: #FFF7DF;
  color: #1C3F2B;
  box-shadow: 0 2px 13px #FFD6002f;
}

/* =======================================================
   MAP/NOTICE/INFO BLOCKS
   ======================================================= */
.map-embed-placeholder {
  background: #F5F5F0;
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 3px 18px 0 #397d2d13;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 22px;
}

.notice {
  background: #FFD60011;
  border-left: 6px solid #FFD600;
  border-radius: 11px;
  padding: 15px 19px;
  font-size: 1.03rem;
}

/* =======================================================
   BUTTONS & INTERACTIVE
   ======================================================= */
button, .cta, input[type="submit"] {
  cursor: pointer;
}

.cta {
  font-family: 'Montserrat', Arial, sans-serif;
  background: #397D2D;
  color: #fff;
  font-weight: 700;
  padding: 12px 28px;
  border-radius: 22px;
  letter-spacing: 0.07em;
  border: none;
  transition: background .21s, box-shadow .22s, color .21s, transform .15s;
  position: relative;
  z-index: 1;
  margin-right: 10px;
  margin-bottom: 10px;
}
.cta.secondary {
  background: #FFD600;
  color: #1C3F2B;
}
.cta.secondary:hover, .cta.secondary:focus {
  background: #397D2D;
  color: #FFD600;
}
button:disabled, .cta:disabled {
  opacity: .62;
  cursor: not-allowed;
}
input, textarea, select {
  border: 2px solid #5AD063;
  border-radius: 10px;
  padding: 10px 14px;
  background: #fff;
  color: #397D2D;
  transition: border .16s;
  margin-bottom: 14px;
  font-size: 1rem;
}
input:focus, textarea:focus, select:focus {
  border-color: #397D2D;
}

/* =======================================================
   COOKIE CONSENT BANNER & MODAL
   ======================================================= */
.cookie-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  background: #fff;
  color: #1C3F2B;
  box-shadow: 0 -3px 24px #397d2d22;
  z-index: 1200;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 26px;
  border-radius: 16px 16px 0 0;
  animation: cookieSlideIn .44s cubic-bezier(.77,-0.12,.18,1.1);
}
@keyframes cookieSlideIn {
  0% { transform: translateY(100%); }
  100% { transform: translateY(0); }
}
.cookie-banner__info {
  flex: 1;
  font-size: 1.07rem;
}
.cookie-banner__actions {
  display: flex;
  align-items: center;
  gap: 14px;
}
.cookie-banner .cookiebtn {
  min-width: 120px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  padding: 11px 18px;
  border-radius: 12px;
  outline: none;
  border: none;
  cursor: pointer;
  margin: 0;
  box-shadow: 0 2px 10px #FFD60015;
  transition: background .18s, color .15s;
}
.cookie-banner .cookiebtn.accept {
  background: #397D2D;
  color: #fff;
}
.cookie-banner .cookiebtn.accept:hover, .cookie-banner .cookiebtn.accept:focus {
  background: #5AD063;
  color: #1C3F2B;
}
.cookie-banner .cookiebtn.reject {
  background: #FFD600;
  color: #1C3F2B;
}
.cookie-banner .cookiebtn.reject:hover, .cookie-banner .cookiebtn.reject:focus {
  background: #1C3F2B;
  color: #FFD600;
}
.cookie-banner .cookiebtn.settings {
  background: #fffbe5;
  color: #397D2D;
  border: 2px solid #FFD600;
}
.cookie-banner .cookiebtn.settings:hover, .cookie-banner .cookiebtn.settings:focus {
  background: #FFD60044;
  color: #1C3F2B;
}

/* Cookie Settings Modal */
.cookie-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1220;
  background: rgba(28,63,43,0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cookie-modal__box {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 9px 44px #397D2D33;
  padding: 38px 32px 32px 32px;
  width: 96vw;
  max-width: 410px;
  animation: modalBounceIn .33s cubic-bezier(.42,2.03,.24,.98);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@keyframes modalBounceIn {
  0% {transform: scale(.7) translateY(20px);opacity:0;}
  90% {transform: scale(1.03);}
  100% {transform: scale(1);opacity:1;}
}
.cookie-modal__box h2 {
  margin-bottom: 7px;
}
.cookie-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 13px;
}
.cookie-category span {
  font-size: 1rem;
}
toggle-switch {
  width: 41px;
  height: 22px;
  background: #F5F5F0;
  border-radius: 18px;
  border: 2px solid #FFD600;
  display: inline-block;
  position: relative;
  margin-left: 11px;
  vertical-align: middle;
  cursor: pointer;
}
toggle-switch[disabled] {
  opacity: .5;
  pointer-events: none;
}
toggle-switch::before {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  background: #FFD600;
  border-radius: 50%;
  position: absolute;
  left: 1px;
  top: 1px;
  transition: left .16s, background .16s;
}
toggle-switch[aria-checked="true"]::before {
  left: 20px;
  background: #397D2D;
}
.cookie-modal__box .cta-row {
  display: flex;
  gap: 17px;
  flex-direction: row;
  margin-top: 13px;
}

/* =======================================================
   RESPONSIVE DESIGN
   ======================================================= */
@media (max-width: 980px) {
  .container {
    max-width: 98vw;
  }
  .feature-grid li, .usp-grid li {
    min-width: 200px;
    max-width: 300px;
    padding: 18px 12px 22px 12px;
  }
}
@media (max-width: 850px) {
  .container {
    padding: 0 8px;
  }
  .section {
    padding: 22px 8px;
  }
}
@media (max-width: 768px) {
  .content-wrapper, .text-image-section {
    gap: 16px;
  }
  .content-grid, .feature-grid, .usp-grid, .card-container {
    gap: 16px;
    justify-content: flex-start;
  }
  .feature-grid, .usp-grid {
    flex-direction: column;
    min-width: 0;
    max-width: 100vw;
  }
  .feature-grid li, .usp-grid li {
    min-width: unset;
    max-width: 100%;
    width: 100%;
  }
  .text-image-section {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .card, .testimonial-card {
    padding: 18px 13px 18px 13px;
    border-radius: 14px;
  }
  .hero {
    min-height: 150px;
    border-radius: 0 0 27px 27px;
    padding-top: 27px;
  }
  h1, .h1 {
    font-size: 2rem;
  }
  h2, .h2 {
    font-size: 1.32rem;
  }
  h3, .h3 {
    font-size: 1.13rem;
  }
  .footer-branding img {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 530px) {
  .footer-nav {
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
  }
  .section, .container {
    padding-left: 2px;
    padding-right: 2px;
  }
  .cookie-banner {
    padding: 14px 5vw;
    flex-direction: column;
    gap: 12px;
  }
  .cookie-banner .cookiebtn {
    padding: 9px 10px;
    font-size: .97rem;
  }
  .cookie-modal__box {
    padding: 22px 7px 14px 7px;
  }
}

/* Card containers must always have gap and margin between items */
.card-container > .card, .card-grid > .card, .feature-grid > li, .usp-grid > li, .testimonial-card {
  margin-right: 0;
}

/* =============================
   ARTISTIC & UNIQUE DECORATIONS
   ============================= */
.section::before {
  content: '';
  display: block;
  position: absolute;
  top: -32px;
  right: -32px;
  width: 75px;
  height: 77px;
  background: url('../assets/brush-art-green.svg') no-repeat center/contain;
  opacity: 0.16;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 600px) {
  .section::before {
    display: none;
  }
}

.feature-grid li::after {
  content: '';
  position: absolute;
  right: 12px;
  bottom: 11px;
  width: 31px;
  height: 19px;
  background: url('../assets/stroke-yellow.svg') no-repeat center/contain;
  opacity: .19;
  z-index: 1;
  pointer-events: none;
}
.feature-grid li {
  position: relative;
  overflow: hidden;
}

/* Bright "paint splash" circle as fun accent */
.cta.primary::after {
  content: '';
  position: absolute;
  right: -15px;
  bottom: -17px;
  width: 31px;
  height: 31px;
  background: #FFD60099;
  border-radius: 50%;
  z-index: -1;
  filter: blur(7px);
  opacity: .38;
}

/* Unique "farm-style" font accents on h1 for extra creativity */
h1, .hero h1 {
  font-family: 'Montserrat', Arial, sans-serif;
  letter-spacing: -0.7px;
  text-shadow: 2px 3px 0 #FFD60022, 0 2px 0 #FFD60011;
}

/* =======================================================
   UTILITIES
   ======================================================= */
.mb-2    { margin-bottom: 8px !important; }
.mb-3    { margin-bottom: 16px !important; }
.mb-4    { margin-bottom: 24px !important; }
.mb-5    { margin-bottom: 32px !important; }
.mt-4    { margin-top: 24px !important; }
.gap-1   { gap: 8px !important; }
.gap-2   { gap: 16px !important; }
.gap-3   { gap: 24px !important; }
.gap-4   { gap: 32px !important; }

/* Z-index overlays for modals and navigation */
.mobile-menu, .mobile-menu.open {
  z-index: 9999;
}
.cookie-modal {
  z-index: 1221;
}
header {
  z-index: 90;
}

/* Prevent content from overlapping with cookie banner (if JS adds class to body) */
body.has-cookie-banner {
  padding-bottom: 92px;
}

/* End of style.css */
