/* 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,
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;
  box-sizing: border-box;
  vertical-align: baseline;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
*, *:before, *:after {
  box-sizing: inherit;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  background: #FFFFFF;
  color: #17401F;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  min-height: 100vh;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
a {
  color: #B56C4B;
  text-decoration: none;
  transition: color 0.2s, border-bottom 0.2s;
  font-weight: 600;
}
a:hover, a:focus {
  color: #17401F;
  border-bottom: 2px solid #B56C4B;
  outline: none;
}
ul, ol {
  list-style: disc inside;
  margin-bottom: 16px;
}
li {
  margin-bottom: 8px;
  line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Slab', 'Times New Roman', serif;
  font-weight: 700;
  color: #17401F;
  letter-spacing: 0.01em;
  margin-bottom: 16px;
}
h1 {
  font-size: 2.5rem;
  margin-top: 16px;
  line-height: 1.12;
  letter-spacing: -0.5px;
}
h2 {
  font-size: 2rem;
  line-height: 1.2;
}
h3 {
  font-size: 1.375rem;
  line-height: 1.26;
}
h4 {
  font-size: 1.125rem;
}
p, .subtitle {
  font-size: 1.125rem;
  color: #323B34;
  margin-bottom: 16px;
  line-height: 1.7;
}
.subtitle {
  font-weight: 600;
  color: #B56C4B;
  font-size: 1.25rem;
}
strong {
  font-weight: 700;
  color: #17401F;
}
blockquote {
  font-style: italic;
  background: #F2ECD7;
  border-left: 4px solid #B56C4B;
  padding: 14px 20px;
  margin: 0 0 12px 0;
  color: #17401F;
}

/* LAYOUT CONTAINERS */
.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.content-wrapper {
  width: 100%;
  margin: 0 auto;
}

/* Spacing and Alignment Patterns */
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #FFF;
  border-radius: 24px;
  box-shadow: 0 1px 8px 0 rgba(23, 64, 31, 0.05), 0 0.5px 2px 0 rgba(181, 108, 75, 0.04);
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
}
.card {
  background: #F2ECD7;
  border-radius: 20px;
  box-shadow: 0 2px 8px 0 rgba(23, 64, 31, 0.09);
  padding: 28px 24px;
  margin-bottom: 20px;
  position: relative;
  transition: box-shadow 0.18s;
}
.card:hover {
  box-shadow: 0 5px 14px 0 rgba(23, 64, 31, 0.14);
}
.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;
  margin-bottom: 20px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 2px 8px 0 rgba(23, 64, 31, 0.09);
  min-height: 90px;
  transition: box-shadow 0.15s, transform 0.15s;
}
.testimonial-card blockquote {
  background: none;
  border: none;
  font-size: 1rem;
  color: #17401F;
  margin-right: 10px;
  margin-bottom: 0;
}
.testimonial-card span {
  font-size: 0.97rem;
  font-weight: 600;
  color: #B56C4B;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/* FEATURE ICON ROW */
.feature-icons {
  display: flex;
  gap: 24px;
  margin: 20px 0 16px 0;
}
.feature-icons img {
  width: 52px;
  height: 52px;
  background: #F2ECD7;
  border-radius: 16px;
  padding: 7px;
  box-shadow: 0 1px 4px 0 rgba(23, 64, 31, 0.09);
  transition: transform 0.18s;
}
.feature-icons img:hover {
  transform: scale(1.12) rotate(-6deg);
  box-shadow: 0 3px 14px 0 rgba(181, 108, 75, 0.18);
}

/* BUTTONS */
.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #17401F;
  color: #FFF;
  font-family: 'Roboto Slab', 'Times New Roman', serif;
  font-weight: 700;
  font-size: 1.18rem;
  letter-spacing: 0.02em;
  border: none;
  border-radius: 14px;
  padding: 14px 40px;
  margin-top: 16px;
  margin-bottom: 5px;
  box-shadow: 0 2px 8px 0 rgba(23, 64, 31, 0.11);
  cursor: pointer;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.18s;
}
.cta-button:hover, .cta-button:focus {
  background: #B56C4B;
  color: #FFF;
  transform: translateY(-2px) scale(1.06);
  outline: none;
}
button {
  font-family: 'Roboto Slab', 'Times New Roman', serif;
  font-size: 1.05rem;
  border: none;
  cursor: pointer;
  background: none;
  color: #17401F;
  transition: color 0.2s, background 0.18s;
}

/* HEADER, NAVIGATION */
header {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0 2px 16px 0 rgba(23, 64, 31,0.09);
  z-index: 21;
}
.main-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  padding: 22px 20px 16px 20px;
  justify-content: flex-start;
}
.main-nav a {
  color: #17401F;
  font-family: 'Roboto Slab', 'Times New Roman', serif;
  font-size: 1.13rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 4px 6px;
  border-radius: 7px;
  transition: background 0.17s, color 0.17s;
}
.main-nav a:hover, .main-nav a.active {
  background: #B56C4B;
  color: #FFF;
}
.main-nav a img {
  height: 48px;
  width: auto;
  padding-right: 12px;
  vertical-align: middle;
}
.mobile-menu-toggle {
  display: none;
  background: #B56C4B;
  color: #FFF;
  font-size: 2rem;
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 18px;
  z-index: 24;
  box-shadow: 0 2px 8px 0 rgba(181, 108, 75, 0.08);
  transition: background 0.18s, color 0.18s;
}
.mobile-menu-toggle:focus,
.mobile-menu-toggle:hover {
  background: #17401F;
  color: #FFF;
}
/* MOBILE NAV MENU */
.mobile-menu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  width: 92vw;
  max-width: 370px;
  height: 100vh;
  background: #FFF;
  box-shadow: -10px 0 24px 0 rgba(23, 64, 31, 0.15);
  transform: translateX(110%);
  transition: transform 0.36s cubic-bezier(.8,.6,.27,1.2);
  z-index: 99;
  padding: 0 0 0 0;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  align-self: flex-end;
  background: #F2ECD7;
  color: #B56C4B;
  font-size: 2.1rem;
  border: none;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  margin: 18px 22px 0 0;
  box-shadow: none;
  transition: background 0.18s, color 0.18s;
}
.mobile-menu-close:hover,
.mobile-menu-close:focus {
  background: #B56C4B;
  color: #FFF;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 22px 35px 15px 35px;
  gap: 16px;
}
.mobile-nav a {
  font-family: 'Roboto Slab', 'Times New Roman', serif;
  color: #17401F;
  font-size: 1.13rem;
  font-weight: 700;
  padding: 10px 0 10px 0;
  width: 100%;
  text-align: left;
  border-radius: 7px;
  transition: background 0.16s, color 0.16s;
}
.mobile-nav a:hover {
  background: #B56C4B;
  color: #FFF;
}
@media (max-width: 1030px) {
  .main-nav {
    gap: 20px;
  }
}
@media (max-width: 900px) {
  .main-nav {
    gap: 12px;
    font-size: 0.98rem;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 768px) {
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
  }
}

/* SECTIONS & TEXT-LAYOUT */
section {
  margin-bottom: 40px;
}
.text-section {
  padding: 5px 0 5px 0;
}
@media (max-width: 992px) {
  .container {
    max-width: 98vw;
    padding: 0 10px;
  }
  .section {
    padding: 34px 7px;
    margin-bottom: 30px;
    border-radius: 16px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 1.7rem;
  }
  h2 {
    font-size: 1.22rem;
  }
  .section {
    padding: 22px 7px;
    margin-bottom: 24px;
    border-radius: 10px;
  }
  .feature-icons img {
    width: 38px;
    height: 38px;
    padding: 3px;
    border-radius: 10px;
  }
  .testimonial-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    min-height: 40px;
    padding: 12px;
  }
}

/* FLEX DIRECTION SWITCHES FOR RESPONSIVENESS */
@media (max-width: 768px) {
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .card-container,
  .content-grid {
    flex-direction: column;
    gap: 14px;
  }
  .feature-item {
    gap: 8px;
  }
}

/* FOOTER */
footer {
  width: 100%;
  background: #17401F;
  color: #FFF;
  padding: 22px 0 18px 0;
  margin-top: 30px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
  justify-content: center;
  margin-bottom: 19px;
}
.footer-nav a {
  color: #FFF;
  font-size: 1.08rem;
  font-family: 'Roboto Slab', 'Times New Roman', serif;
  font-weight: 700;
  opacity: 0.97;
  transition: color 0.16s;
}
.footer-nav a:hover, .footer-nav a:focus {
  color: #B56C4B;
}
.footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  align-items: center;
  font-size: 1.03rem;
}
.footer-contact span {
  display: flex;
  align-items: center;
  gap: 7px;
  background: rgba(255,255,255,0.06);
  padding: 4px 14px;
  border-radius: 7px;
  color: #FFFFFF;
  font-weight: 600;
}
.footer-contact img {
  width: 19px;
  height: 19px;
  filter: brightness(0) invert(1);
  display: inline-block;
}
@media (max-width: 900px) {
  .footer-nav {
    gap: 15px;
  }
  .footer-contact {
    gap: 11px;
    font-size: 0.95rem;
  }
}
@media (max-width: 700px) {
  .footer-contact {
    flex-direction: column;
    gap: 8px;
    font-size: 0.98rem;
  }
}

/* CARDS & SPECIAL BACKGROUNDS */
.card {
  border: 2.5px solid #B56C4B;
  min-width: 220px;
  margin-bottom: 22px;
}

/* COOKIES CONSENT BANNER */
.cookie-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  background: #FFF;
  color: #17401F;
  box-shadow: 0 -2px 16px 0 rgba(23, 64, 31, 0.13);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 9998;
  padding: 22px 16px 22px 16px;
  gap: 24px;
  transition: transform 0.35s;
}
.cookie-banner.hide {
  transform: translateY(110%);
}
.cookie-banner-text {
  font-size: 1rem;
  font-family: 'Open Sans', Arial, sans-serif;
  margin-right: 18px;
  max-width: 580px;
}
.cookie-banner .cookie-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-family: 'Roboto Slab', 'Times New Roman', serif;
  font-weight: 700;
  font-size: 1.12rem;
  border-radius: 10px;
  padding: 9px 24px;
  margin-left: 10px;
  background: #B56C4B;
  color: #FFF;
  cursor: pointer;
  box-shadow: 0 2px 6px 0 rgba(23, 64, 31, 0.08);
  transition: background 0.17s, color 0.17s;
}
.cookie-banner .cookie-btn.reject {
  background: #17401F;
  color: #FFF;
}
.cookie-banner .cookie-btn.settings {
  background: #F2ECD7;
  color: #17401F;
}
.cookie-banner .cookie-btn:hover,
.cookie-banner .cookie-btn:focus {
  background: #255932;
  color: #FFF;
}
.cookie-banner .cookie-btn.settings:hover,
.cookie-banner .cookie-btn.settings:focus {
  background: #B56C4B;
  color: #FFF;
}
/* COOKIE PREFERENCES MODAL */
.cookie-modal-bg {
  display: none;
  position: fixed;
  left: 0; right: 0; top: 0; bottom: 0;
  background: rgba(23,64,31,0.42);
  z-index: 10000;
}
.cookie-modal-bg.open {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cookie-modal {
  width: 93vw;
  max-width: 430px;
  background: #FFF;
  color: #17401F;
  border-radius: 22px;
  box-shadow: 0 8px 32px 0 rgba(23, 64, 31, 0.21);
  padding: 34px 32px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 15vh auto 0 auto;
  animation: fadeUp 0.34s cubic-bezier(.73,.1,.31,1.2);
}
@keyframes fadeUp {
  0% { opacity: 0; transform: translateY(60px); }
  85% { opacity: 1; transform: translateY(-7px); }
  100% { opacity: 1; transform: translateY(0); }
}
.cookie-modal h2 {
  font-size: 1.30rem;
  font-family: 'Roboto Slab', 'Times New Roman', serif;
  color: #17401F;
  margin-bottom: 12px;
}
.cookie-categories {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 13px;
}
.cookie-category {
  display: flex;
  flex-direction: column;
  gap: 3px;
  background: #F2ECD7;
  border-radius: 11px;
  padding: 6px 15px 6px 15px;
}
.cookie-cat-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 13px;
  font-family: 'Roboto Slab', 'Times New Roman', serif;
  font-size: 1.08rem;
  font-weight: 700;
}
.cookie-toggle {
  accent-color: #B56C4B;
  width: 21px;
  height: 21px;
}
.cookie-essential {
  color: #17401F;
  font-weight: 700;
}
.cookie-modal-bottom {
  display: flex;
  flex-direction: row;
  gap: 15px;
  margin-top: 18px;
  justify-content: flex-end;
}
.cookie-modal-close {
  position: absolute;
  top: 14px;
  right: 19px;
  background: #F2ECD7;
  color: #B56C4B;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  text-align: center;
  font-size: 1.6rem;
  border: none;
  box-shadow: none;
  cursor: pointer;
  transition: background 0.16s, color 0.15s;
}
.cookie-modal-close:hover, .cookie-modal-close:focus {
  background: #B56C4B;
  color: #FFF;
}
@media (max-width: 600px) {
  .cookie-modal {
    padding: 18px 7px;
    border-radius: 9px;
  }
}
@media (max-width: 600px) {
  .cookie-banner {
    flex-direction: column;
    gap: 13px;
    padding: 14px 5px 14px 5px;
    font-size: 1rem;
    align-items: flex-start;
  }
  .cookie-banner .cookie-btn {
    margin-left: 0;
    margin-top: 6px;
  }
}

/* MICRO-INTERACTIONS */
.cta-button, .cookie-banner .cookie-btn, .mobile-menu-toggle,
.card, .testimonial-card, .footer-nav a {
  will-change: transform, box-shadow, background, color;
}
.card, .testimonial-card {
  transition: transform 0.16s, box-shadow 0.15s;
}
.card:hover, .testimonial-card:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 6px 22px 0 rgba(23, 64, 31, 0.18);
  z-index: 2;
}

/* VISUAL HIERARCHY UTILITIES */
@media (min-width: 1500px) {
  h1 { font-size: 3.3rem; }
  h2 { font-size: 2.35rem; }
}

/* ACCESSIBILITY */
:focus-visible {
  outline: 2.5px solid #B56C4B;
  outline-offset: 2px;
}

/* --- GEOMETRIC SHAPE DECOR (optional) --- */
.shape-decor {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  opacity: 0.4;
  filter: blur(0.5px);
}

/* END */
