/* 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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.4;
  font-family: 'Open Sans', Arial, sans-serif;
  background: #F3F5E3;
  color: #123E26;
  min-height: 100vh;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #27784A;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #123E26;
  text-decoration: underline;
}
ul, ol {
  margin-left: 24px;
  margin-bottom: 20px;
}
li {
  margin-bottom: 8px;
  line-height: 1.6;
}
img {
  max-width: 100%;
  display: block;
}
table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}
th, td {
  padding: 14px 18px;
  border-bottom: 1px solid #E6E8D6;
  text-align: left;
}
th {
  background: #F3F5E3;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
}
tr:last-child td {
  border-bottom: none;
}

/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  color: #27784A;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}
h1 {
  font-size: 2.75rem;
  margin-bottom: 24px;
  line-height: 1.1;
}
h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}
h3 {
  font-size: 1.2rem;
  margin-bottom: 12px;
}
h4 {
  font-size: 1rem;
  font-weight: 600;
}
strong {
  font-weight: 700;
  color: #27784A;
}
p {
  margin-bottom: 18px;
  color: #123E26;
  font-size: 1rem;
  line-height: 1.6;
}

/* LAYOUT CONTAINERS & SPACING */
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.content-wrapper {
  margin: 0 auto;
  width: 100%;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 20px rgba(39, 120, 74, 0.05);
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 20px;
}
.card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(39,120,74, 0.12);
  margin-bottom: 20px;
  position: relative;
  padding: 28px 22px;
  min-width: 260px;
  flex: 1 1 280px;
  transition: box-shadow 0.2s, transform 0.2s;
}
.card:hover {
  box-shadow: 0 6px 28px rgba(39,120,74, 0.16);
  transform: translateY(-4px) scale(1.03);
}
.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;
  margin-bottom: 32px;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 24px;
  background: #F3F5E3;
  border-radius: 14px;
  margin-bottom: 20px;
  box-shadow: 0 2px 12px rgba(39, 120, 74, 0.08);
  color: #123E26;
}
.testimonial-card span {
  color: #27784A;
  font-weight: 600;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  padding: 18px 0;
}
.features-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 20px;
}
.features-grid > div {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(39,120,74, 0.10);
  padding: 32px 18px;
  flex: 1 1 240px;
  min-width: 220px;
  transition: box-shadow 0.2s, transform 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.features-grid > div:hover {
  box-shadow: 0 8px 32px rgba(18,62,38, 0.13);
  transform: translateY(-4px) scale(1.03);
}

/* BUTTONS & CTAs */
.cta-primary {
  display: inline-block;
  padding: 18px 38px;
  border-radius: 38px;
  background: linear-gradient(90deg, #27784A 0%, #41aa76 100%);
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-family: "Montserrat", 'Open Sans', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  border: none;
  box-shadow: 0 2px 24px rgba(39,120,74, 0.08);
  cursor: pointer;
  letter-spacing: 0.5px;
  margin-top: 16px;
  transition: background 0.17s, box-shadow 0.2s, transform 0.15s;
}
.cta-primary:hover, .cta-primary:focus {
  background: linear-gradient(90deg, #164b2b 0%, #27784A 100%);
  box-shadow: 0 0 0 4px rgba(39, 120, 74, 0.12);
  transform: translateY(-1px) scale(1.035);
  outline: none;
  color: #fff;
}
button.cta-primary {
  border: none;
}

/* HERO */
.hero {
  background: linear-gradient(120deg, #41aa76 2%, #27784A 70%);
  color: #fff;
  min-height: 340px;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  border-radius: 0 0 36px 36px;
  box-shadow: 0 10px 36px rgba(39,120,74,.07);
}
.hero .container {
  display: flex;
  align-items: center;
  min-height: 340px;
}
.hero h1 {
  color: #fff;
  font-size: 2.4rem;
}
.hero p {
  color: #F3F5E3;
  font-size: 1.15rem;
  margin-bottom: 18px;
}
.hero .cta-primary {
  background: linear-gradient(90deg, #fff 0%, #f8fbe6 100%);
  color: #27784A;
}
.hero .cta-primary:hover, .hero .cta-primary:focus {
  background: linear-gradient(90deg, #e4eedf 0%, #fff 100%);
  color: #27784A;
}

/* BLOG & SERVICE LIST */
.blog-list, .service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 20px;
}
.blog-list > div, .service-list > div {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(39,120,74, 0.10);
  padding: 24px 18px;
  flex: 1 1 280px;
  min-width: 250px;
  transition: box-shadow 0.2s, transform 0.2s;
}
.blog-list > div:hover, .service-list > div:hover {
  box-shadow: 0 8px 32px rgba(18,62,38,0.13);
  transform: translateY(-4px) scale(1.03);
}

/* FINAL CTA */
.final-cta {
  margin-bottom: 0;
  background: linear-gradient(90deg, #27784A 60%, #41aa76 100%);
  color: #fff;
  border-radius: 28px;
  box-shadow: 0 4px 26px rgba(39,120,74,0.09);
  padding: 30px 0;
}
.final-cta h2 {
  color: #fff;
  margin-bottom: 18px;
  font-size: 2rem;
}
.final-cta .cta-primary {
  background: #fff;
  color: #27784A;
  border: 2px solid #fff;
  transition: background 0.17s, color 0.18s;
}
.final-cta .cta-primary:hover, .final-cta .cta-primary:focus {
  background: #27784A;
  color: #fff;
  border: 2px solid #fff;
}

/* NAVIGATION & HEADER */
header {
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 22px rgba(39,120,74, 0.04);
  position: relative;
  z-index: 50;
}
nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  padding: 18px 0;
}
nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  color: #123E26;
  padding: 8px 16px;
  border-radius: 28px;
  transition: background 0.15s, color 0.18s;
}
nav a:hover, nav a:focus {
  background: #E8F4EC;
  color: #27784A;
}
nav a.cta-primary {
  margin-left: 10px;
  padding: 12px 32px;
}
nav a img {
  width: 138px;
  height: auto;
  margin-right: 18px;
}

/* MOBILE NAVIGATION */
.mobile-menu-toggle {
  display: none;
  background: #27784A;
  color: #fff;
  font-size: 2rem;
  padding: 8px 18px;
  border: none;
  border-radius: 8px;
  margin-left: auto;
  cursor: pointer;
  transition: background 0.17s, box-shadow 0.16s;
  z-index: 120;
}
.mobile-menu-toggle:hover, .mobile-menu-toggle:focus {
  background: #123E26;
  outline: none;
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(18, 62, 38, 0.90);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  z-index: 200;
  padding: 0;
  overflow-y: auto;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  background: none;
  border: none;
  color: #F3F5E3;
  font-size: 2.4rem;
  margin: 18px 28px 0 0;
  cursor: pointer;
  z-index: 210;
  transition: color .2s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  color: #41aa76;
  outline: none;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
  width: 100%;
  margin-top: 32px;
  padding: 0 38px;
}
.mobile-nav a {
  color: #fff;
  font-size: 1.35rem;
  padding: 14px 0;
  border-bottom: 1px solid rgba(245,245,245,0.15);
  width: 100%;
  border-radius: 0;
  transition: background 0.15s, color 0.18s;
  font-family: 'Montserrat', Arial, sans-serif;
}
.mobile-nav a:last-child {
  border-bottom: none;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  color: #F3F5E3;
  background: #27784A;
  outline: none;
}

/* MAIN & SECTION SPACING PATTERNS */
main {
  width: 100%;
}
section {
  margin-bottom: 60px;
  padding: 40px 0 0 0;
}
section:last-child {
  margin-bottom: 0;
}

/* FOOTER */
footer {
  background: linear-gradient(90deg, #27784A 65%, #123E26 100%);
  color: #F3F5E3;
  padding: 0;
  font-size: 1rem;
  margin-top: 80px;
  border-radius: 36px 36px 0 0;
}
.footer-top {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  padding: 48px 0 20px 0;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-top img {
  width: 148px;
  height: auto;
  margin-bottom: 14px;
}
.footer-links, .footer-legal, .footer-contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 180px;
}
.footer-links a, .footer-legal a {
  color: #F3F5E3;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  transition: color 0.18s, text-decoration 0.13s;
}
.footer-links a:hover, .footer-legal a:hover {
  color: #41aa76;
  text-decoration: underline;
}
.footer-contact p {
  color: #F3F5E3;
  font-size: 1rem;
  font-family: 'Open Sans', Arial, sans-serif;
  padding-left: 0;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.footer-contact img {
  width: 22px;
  margin-right: 10px;
  vertical-align: middle;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.09);
  padding: 22px 0 12px 0;
  text-align: center;
  color: #E8F4EC;
  font-size: 0.93rem;
  letter-spacing: 0.1px;
}

/* COOKIE CONSENT BANNER */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: #fff;
  box-shadow: 0 -4px 24px rgba(39,120,74,0.08);
  color: #123E26;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  padding: 22px 8px 22px 8px;
  z-index: 99999;
  transition: transform 0.35s cubic-bezier(0.7, -0.2, 0.3, 1.2);
  font-size: 1rem;
}
.cookie-banner.hidden {
  transform: translateY(120%);
}
.cookie-banner .cookie-actions {
  display: flex;
  gap: 14px;
  align-items: center;
}
.cookie-banner button {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  padding: 12px 24px;
  border-radius: 28px;
  border: none;
  cursor: pointer;
  margin-right: 5px;
  min-width: 130px;
  transition: background 0.16s, color 0.17s;
}
.cookie-banner .accept {
  background: #27784A;
  color: #fff;
  font-weight: 700;
}
.cookie-banner .accept:hover, .cookie-banner .accept:focus {
  background: #41aa76;
  color: #fff;
}
.cookie-banner .reject {
  background: #fff;
  color: #27784A;
  border: 2px solid #27784A;
  font-weight: 600;
}
.cookie-banner .reject:hover, .cookie-banner .reject:focus {
  background: #27784A;
  color: #fff;
}
.cookie-banner .settings {
  background: transparent;
  color: #27784A;
  font-weight: 500;
  text-decoration: underline;
  border: none;
  padding: 10px 12px;
  min-width: unset;
}
.cookie-banner .settings:hover, .cookie-banner .settings:focus {
  color: #123E26;
  text-decoration: none;
}

/* COOKIE MODAL */
.cookie-modal {
  display: none;
  position: fixed;
  z-index: 100000;
  left: 0; top: 0;
  width: 100vw; height: 100vh;
  background: rgba(18,62,38, 0.36);
  justify-content: center;
  align-items: center;
}
.cookie-modal.open {
  display: flex;
  animation: fadeInModal 0.32s cubic-bezier(0.71,0.04,0.27,0.98);
}
@keyframes fadeInModal {
  0% { opacity: 0; }
  100%{ opacity: 1; }
}
.cookie-modal-content {
  background: #fff;
  border-radius: 18px;
  padding: 34px 30px;
  max-width: 430px;
  width: 90vw;
  color: #123E26;
  box-shadow: 0 8px 36px rgba(39,120,74,0.12);
  display: flex;
  flex-direction: column;
  gap: 22px;
  position: relative;
}
.cookie-modal-content h4 {
  margin-bottom: 14px;
}
.cookie-modal-content .modal-close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: none;
  border: none;
  color: #27784A;
  font-size: 2rem;
  cursor: pointer;
  transition: color .17s;
}
.cookie-modal-content .modal-close:hover, .cookie-modal-content .modal-close:focus {
  color: #41aa76;
}
.cookie-modal-content .cookie-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  gap: 14px;
}
.cookie-modal-content .cookie-category input[type="checkbox"] {
  accent-color: #27784A;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.cookie-modal-content .cookie-category label {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #27784A;
  font-weight: 600;
  font-size: 1.09rem;
}
.cookie-modal-content .essential label {
  color: #123E26;
}
.cookie-modal-content .cookie-category .category-desc {
  font-size: 0.95rem;
  color: #555;
  font-weight: 400;
  padding-left: 10px;
}
.cookie-modal-content .cookie-category.essential input[type="checkbox"] {
  pointer-events: none;
  background: #eee;
}
.cookie-modal-content .modal-actions {
  display: flex;
  gap: 13px;
  margin-top: 10px;
}
.cookie-modal-content .modal-actions button {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  padding: 12px 28px;
  border-radius: 28px;
  border: none;
  cursor: pointer;
  background: #27784A;
  color: #fff;
  font-weight: 700;
  transition: background 0.18s, color 0.18s;
}
.cookie-modal-content .modal-actions button.cancel {
  background: #fff;
  color: #27784A;
  border: 2px solid #27784A;
}
.cookie-modal-content .modal-actions button.cancel:hover, .cookie-modal-content .modal-actions button.cancel:focus {
  background: #27784A;
  color: #fff;
}
.cookie-modal-content .modal-actions button.save:hover, .cookie-modal-content .modal-actions button.save:focus {
  background: #41aa76;
}

/* OL & UL STYLE */
ul, ol {
  margin-left: 1.5em;
  line-height: 1.6;
  font-size: 1rem;
  margin-bottom: 16px;
}
ol > li {
  counter-increment: list-item;
  padding-left: 6px;
  margin-bottom: 8px;
}
ul > li::marker {
  color: #27784A;
}
ol > li::marker {
  color: #27784A;
}

/* RESPONSIVENESS - MOBILE FIRST */
@media (max-width: 1080px) {
  .container {
    max-width: 95vw;
    padding: 0 10px;
  }
}
@media (max-width: 860px) {
  .footer-top {
    flex-direction: column;
    gap: 26px;
    align-items: flex-start;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  html, body {
    font-size: 15px;
  }
  nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
  .footer-top {
    flex-direction: column;
    gap: 22px;
    align-items: flex-start;
    padding: 38px 0 12px 0;
  }
  .features-grid, .blog-list, .service-list,
  .content-grid {
    flex-direction: column;
    gap: 16px;
  }
  section, .section {
    padding: 30px 8px;
    margin-bottom: 36px;
    border-radius: 18px;
  }
  .hero, .hero .container {
    min-height: 190px;
    border-radius: 0 0 18px 18px;
  }
  .hero h1 {
    font-size: 1.65rem;
  }
  .hero {
    padding: 30px 0;
  }
  .final-cta {
    border-radius: 20px;
    padding: 18px 0;
  }
  .final-cta h2 {
    font-size: 1.35rem;
  }
  .features-grid > div, .blog-list > div, .service-list > div {
    padding: 20px 10px;
    min-width: 160px;
  }
  .testimonial-card {
    padding: 14px 10px;
    font-size: 1rem;
  }
  .text-image-section {
    flex-direction: column;
    gap: 16px;
  }
}
@media (max-width: 540px) {
  .container {
    max-width: 98vw;
    padding: 0 5px;
  }
  .section {
    padding: 20px 2px;
    margin-bottom: 20px;
    border-radius: 10px;
  }
  .testimonial-card, .features-grid > div {
    border-radius: 9px;
    padding: 9px 5px;
  }
}

/* INTERACTIONS & MICRO-ANIMATIONS */
.cta-primary, button, .cookie-banner button {
  transition: background 0.2s, color 0.2s, box-shadow 0.18s, transform 0.13s;
}
.card, .features-grid > div, .blog-list > div {
  transition: box-shadow .17s, transform .18s;
}
.card:hover, .features-grid > div:hover, .blog-list > div:hover {
  box-shadow: 0 6px 22px rgba(18,62,38,0.14);
  transform: translateY(-4px) scale(1.04);
}

/* SCROLLBAR STYLE */
body::-webkit-scrollbar {
  width: 12px;
  background: #E6E8D6;
}
body::-webkit-scrollbar-thumb {
  background: #27784A;
  border-radius: 4px;
}

/* SELECTION */
::selection {
  background: #27784A;
  color: #fff;
}

/* ACCESSIBILITY */
a:focus, .cta-primary:focus, button:focus {
  outline: 2px solid #41aa76;
  outline-offset: 2px;
}

/* MISC */
.text-section {
  margin-bottom: 24px;
}
/* Make sure testimonial text is always dark and readable */
.testimonial-card {
  background: #F3F5E3;
  color: #123E26;
  box-shadow: 0 2px 8px rgba(18,62,38,0.07);
}

/***********************
  UTILITY CLASSES
***********************/
.hide {
  display: none !important;
}
.w-100 {
  width: 100% !important;
}
.mt-2 { margin-top: 8px !important; }
.mb-2 { margin-bottom: 8px !important; }
.mt-4 { margin-top: 16px !important; }
.mb-4 { margin-bottom: 16px !important; }

/***********************
  END OF CSS
***********************/
