/* --- CSS 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, 
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;
}
html { scroll-behavior: smooth; }
body {
  background: #F9F6F0;
  color: #1B4332;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  min-height: 100vh;
}
img {
  max-width: 100%;
  display: block;
  height: auto;
}
a, button {
  transition: color 0.17s cubic-bezier(.77,0,.18,1), background 0.2s cubic-bezier(.77,0,.18,1), border-color 0.2s cubic-bezier(.77,0,.18,1), box-shadow 0.2s cubic-bezier(.77,0,.18,1), transform 0.14s ease;
}
a {
  color: #2D6A4F;
  text-decoration: none;
  font-weight: 500;
}
a:hover, a:focus {
  color: #F77F00;
  outline: none;
  text-decoration: underline;
}
button {
  font-family: inherit;
  cursor: pointer;
  background: none;
  border: none;
}
strong { font-weight: 600; }
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  color: #1B4332;
  letter-spacing: 0.01em;
}
h1 {
  font-size: 2.75rem;
  line-height: 1.1;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: 'Montserrat', Arial, sans-serif;
}
h2 {
  font-size: 2rem;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-family: 'Montserrat', Arial, sans-serif;
}
h3 {
  font-size: 1.25rem;
  margin-bottom: 14px;
  font-family: 'Montserrat', Arial, sans-serif;
}
.subheadline {
  font-size: 1.25rem;
  color: #2D6A4F;
  margin-bottom: 22px;
  font-family: 'Montserrat', Arial, sans-serif;
  letter-spacing: 0.02em;
}
.cta-text {
  font-size: 1.1rem;
  color: #2D6A4F;
  margin-bottom: 24px;
}
ul, ol {
  padding-left: 24px;
  margin-bottom: 24px;
}
ul li, ol li {
  margin-bottom: 10px;
}
blockquote {
  font-style: italic;
  line-height: 1.5;
  color: #1B4332;
}
cite {
  font-size: 1rem;
  color: #2D6A4F;
  font-style: normal;
  margin-left: 14px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.content-wrapper,
.content-grid,
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.text-section {
  flex: 1 1 250px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.card-container { gap: 24px; }
.card {
  background: #FFF;
  border-radius: 16px;
  box-shadow: 0 2px 14px rgba(44, 106, 79, 0.10);
  border: 2px solid #F0EEDF;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 24px 20px;
  min-width: 260px;
  transition: box-shadow 0.18s cubic-bezier(.77,0,.18,1), transform 0.17s cubic-bezier(.77,0,.18,1);
}
.card:hover {
  box-shadow: 0 5px 32px -4px rgba(247,127,0,0.12), 0 2px 18px 0 rgba(44, 106, 79, 0.09);
  transform: translateY(-4px) scale(1.012);
  border-color: #F77F00;
}
.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;
}
.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 32px;
  background: #F9F6F0;
  border-left: 6px solid #2D6A4F;
  border-radius: 16px 0 0 16px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(44, 106, 79, 0.07);
  min-width: 260px;
}
.testimonial-card blockquote {
  color: #1B4332;
  font-size: 1.1rem;
}
.testimonial-card cite {
  color: #2D6A4F;
  font-weight: 600;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.category-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
.category-list li {
  background: #E7F5E1;
  color: #2D6A4F;
  font-size: 1rem;
  border-radius: 14px;
  padding: 9px 18px;
  font-weight: 500;
  letter-spacing: .01em;
  margin-bottom: 8px;
  box-shadow: 0 1px 5px rgba(44,106,79,0.05);
}
/* CTA BUTTONS */
.cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 34px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  background: #F77F00;
  color: #FFF;
  border-radius: 28px;
  border: 2.5px solid #F77F00;
  box-shadow: 0 2px 10px 0 rgba(247,127,0,0.025);
  text-transform: uppercase;
  margin-top: 20px;
  transition: background 0.18s, color .18s, border-color 0.18s, transform 0.16s;
}
.cta-primary:hover, .cta-primary:focus {
  background: #FFF;
  color: #F77F00;
  border: 2.5px solid #F77F00;
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 8px 34px -10px #F77F0022;
  outline: none;
}
/* Flex Spacing & Required Patterns */
.section { margin-bottom: 60px; padding: 40px 20px; }
.card-container { display: flex; flex-wrap: wrap; gap: 24px; }
.card { margin-bottom: 20px; position: relative; }
.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; }
.testimonial-card { display: flex; align-items: center; gap: 20px; padding: 20px; }
.feature-item { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; }
.content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
  margin-bottom: 12px;
}
.content-wrapper > div, .content-wrapper > .text-section {
  flex: 1 1 260px;
  min-width: 240px;
}
/* HEADER */
header {
  position: sticky;
  top: 0;
  z-index: 997;
  background: #FFF;
  box-shadow: 0 2px 14px 0 rgba(44, 106, 79, 0.08);
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 20px;
  min-height: 76px;
}
header a img {
  display: block;
  height: 36px;
  width: auto;
}
header nav {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  align-items: center;
}
header nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.06rem;
  font-weight: 600;
  padding: 4px 0;
  position: relative;
  color: #2D6A4F;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-bottom: 2px solid transparent;
}
header nav a:hover, header nav a.active {
  color: #F77F00;
  border-bottom: 2px solid #F77F00;
}
.mobile-menu-toggle {
  display: none;
  font-size: 2rem;
  background: none;
  color: #2D6A4F;
  border: none;
  margin-left: 18px;
  padding: 8px;
  border-radius: 10px;
  transition: background .14s;
  z-index: 998;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  background: #E7F5E1;
  color: #F77F00;
}
/* --- MOBILE MENU --- */
.mobile-menu {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: #2D6A4F;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.36s cubic-bezier(.77,0,.18,1);
  pointer-events: none;
  opacity: 0;
}
.mobile-menu.open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: all;
}
.mobile-menu-close {
  background: none;
  color: #FFF;
  font-size: 2rem;
  border: none;
  align-self: flex-end;
  margin: 24px 24px 10px 0;
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 10px;
  transition: background .13s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #F77F00;
  color: #FFF;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 16px;
  align-items: flex-start;
  padding: 0 32px;
}
.mobile-nav a {
  color: #FFF;
  font-size: 1.25rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  padding: 7px 0 7px 5px;
  border-radius: 6px;
  margin-bottom: 2px;
  width: 100%;
  transition: background .15s, color .13s;
}
.mobile-nav a:focus, .mobile-nav a:hover {
  background: #F77F00;
  color: #FFF;
}
body.menu-open {
  overflow: hidden;
}

/* --- FOOTER --- */
footer {
  background: #2D6A4F;
  color: #FFF;
  padding-top: 36px;
  padding-bottom: 20px;
  margin-top: 40px;
}
footer .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-bottom: 6px;
}
footer nav a {
  color: #FFF;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .04em;
  text-decoration: underline dotted;
  transition: color .17s;
}
footer nav a:hover, footer nav a:focus {
  color: #F77F00;
}
.footer-info {
  font-size: 1.02rem;
  color: #F9F6F0;
}
.footer-branding {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 1.05rem;
}
.footer-branding img {
  height: 32px;
  width: auto;
}
/* --- COOKIE CONSENT BANNER --- */
.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  width: 100vw;
  z-index: 20000;
  background: #F9F6F0;
  box-shadow: 0 -6px 26px -10px rgba(44,106,79,0.09);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 22px 32px;
  font-size: 1.05rem;
  border-top: 3px solid #2D6A4F;
  animation: cookie-slide-in 0.36s cubic-bezier(.77,0,.18,1) 1;
}
@keyframes cookie-slide-in {
  from { transform: translateY(100px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
.cookie-banner .cookie-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.cookie-btn {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  padding: 10px 25px;
  border-radius: 22px;
  border: 2px solid #F77F00;
  background: #F77F00;
  color: #FFF;
  font-weight: 700;
  margin-right: 6px;
  transition: background .18s, color .17s, border-color .17s;
}
.cookie-btn.cookie-reject {
  background: #FFF;
  color: #F77F00;
  border: 2px solid #F77F00;
}
.cookie-btn.cookie-settings {
  background: #FFF;
  color: #2D6A4F;
  border: 2px solid #2D6A4F;
}
.cookie-btn:hover, .cookie-btn:focus {
  background: #2D6A4F;
  color: #FFF;
  border-color: #2D6A4F;
}
.cookie-btn.cookie-settings:hover, .cookie-btn.cookie-settings:focus {
  background: #E7F5E1;
  color: #2D6A4F;
  border-color: #2D6A4F;
}
/* COOKIES MODAL */
.cookie-modal {
  position: fixed;
  left: 0; right: 0; top: 0; bottom: 0;
  z-index: 25000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(44,106,79,0.47);
  backdrop-filter: blur(2px);
  transition: opacity 0.2s;
}
.cookie-modal-content {
  background: #FFF;
  color: #1B4332;
  border-radius: 20px;
  box-shadow: 0 10px 48px -10px rgba(44,106,79,0.18);
  padding: 38px 32px 24px 32px;
  min-width: 330px;
  max-width: 97vw;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  border: 3px solid #F77F00;
  animation: cookie-modal-in 0.24s cubic-bezier(.77,0,.18,1) 1;
}
@keyframes cookie-modal-in {
  from { transform: scale(0.93); opacity: 0.1; }
  to   { transform: scale(1); opacity: 1; }
}
.cookie-modal-content h2 {
  font-size: 1.3rem;
  font-family: 'Montserrat', Arial, sans-serif;
  color: #1B4332;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.cookie-cat {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 1.035rem;
  margin-bottom: 12px;
}
.cookie-cat label {
  user-select: none;
}
.cookie-cat input[type=checkbox] {
  accent-color: #2D6A4F;
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.cookie-modal-content .cookie-buttons {
  margin-top: 18px;
}
.cookie-modal-close {
  position: absolute;
  right: 10px; top: 10px;
  font-size: 1.6rem;
  color: #F77F00;
  border: none;
  background: none;
  cursor: pointer;
  border-radius: 8px;
  padding: 4px 8px;
}
.cookie-modal-close:focus, .cookie-modal-close:hover {
  background: #E7F5E1;
}
/* --- RESPONSIVE DESIGN --- */
@media (max-width: 1024px) {
  .container { max-width: 95vw; }
  .content-wrapper, .content-grid { gap: 16px; }
}
@media (max-width: 900px) {
  .footer-branding img { height: 24px; }
}
@media (max-width: 768px) {
  header .container {
    flex-direction: row;
    gap: 7px;
    padding: 14px 8px;
    min-height: 65px;
  }
  header nav {
    display: none;
  }
  .cta-primary {
    font-size: 1rem;
    padding: 11px 22px;
    margin-top: 13px;
  }
  .mobile-menu-toggle {
    display: inline-flex;
    align-items: center;
  }
  .section {
    padding: 24px 6px;
    margin-bottom: 38px;
  }
  .content-wrapper, .content-grid, .card-container {
    flex-direction: column;
    gap: 16px;
  }
  .testimonial-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 12px;
    border-radius: 11px 11px 0 0;
    min-width: unset;
  }
  .card {
    padding: 14px 11px;
    border-radius: 10px;
  }
  h1 {
    font-size: 2rem;
    margin-bottom: 14px;
  }
  h2 {
    font-size: 1.35rem;
    margin-bottom: 16px;
  }
  .mobile-nav {
    gap: 14px;
    padding: 0 18px;
  }
  .cookie-banner {
    flex-direction: column;
    gap: 20px;
    padding: 15px 10px 23px 10px;
    font-size: 0.98rem;
  }
  .cookie-modal-content {
    padding: 18px 7px 10px 12px;
    min-width: 0;
    min-height: 110px;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 15px;
  }
  h1 { font-size: 1.25rem; }
  h2 { font-size: 1.02rem; }
  section, .section {padding: 12px 1px;}
  .footer-branding span { font-size: 0.89em; }
}
/* --- MICRO-INTERACTIONS & ANIMATION --- */
.card, .cta-primary, .cookie-btn, .mobile-menu, .mobile-nav a {
  will-change: transform, box-shadow;
}
.card:active, .cta-primary:active {
  transform: scale(0.98);
}
.cookie-btn:active {
  transform: scale(0.974);
}
/* --- MISCELLANEOUS STYLE ENHANCEMENTS FOR GEOMETRIC STRUCTURE --- */
section {
  background: #FFF;
  border-radius: 22px;
  box-shadow: 0 2px 14px 0 rgba(44, 106, 79, 0.07);
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
}
section:nth-child(even) {
  background: #F9F6F0;
}
section .container > h1, section .container > h2 {
  border-bottom: 3.5px solid #2D6A4F;
  padding-bottom: 8px;
  margin-bottom: 24px;
  letter-spacing: .06em;
}
/* --- GEOMETRIC BUTTON ACCENTS --- */
.cta-primary, .cookie-btn {
  box-shadow: 0 2px 14px 0 rgba(44,106,79,0.04), 0 0px 0px 0px #FFF;
  border-radius: 50px 18px 18px 50px / 18px 50px 50px 18px;
}
/* --- ICON in FEATURE LISTS --- */
ul li img, ol li img {
  display: inline-block;
  vertical-align: middle;
  height: 22px;
  margin-right: 11px;
  background: #2D6A4F07;
  border-radius: 6px;
  padding: 2px 2px;
}
/* --- MODAL OVERLAY SCROLLBLOCK ON OPEN --- */
body.modal-open {
  overflow: hidden;
}

/* --- FOCUS STYLES FOR ACCESSIBILITY --- */
a:focus, button:focus, .cta-primary:focus, .cookie-btn:focus, .mobile-menu-toggle:focus, .mobile-menu-close:focus {
  outline: 2px solid #F77F00;
  outline-offset: 2px;
  z-index: 3;
}
/* Hide visually but keep readable */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  border: 0 !important;
}
