/*-----------------------------*
  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;
  vertical-align: baseline;
  font: inherit;
  box-sizing: border-box;
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  font-family: 'Roboto', Arial, sans-serif;
  background: #F7F5EF;
  color: #161616;
  line-height: 1.6;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: #31513C;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #C1B896;
  text-decoration: underline;
}
ul, ol {
  margin-left: 1.5em;
}
button {
  font-family: inherit;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  background: none;
  transition: background 0.2s, color 0.2s;
}

/*-----------------------------------*
  TYPOGRAPHY (modern_bold)
*------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', 'Times New Roman', serif;
  color: #31513C;
  font-weight: 900;
  letter-spacing: 0.015em;
  line-height: 1.12;
}
h1 {
  font-size: 2.5rem;
  margin-bottom: 16px;
}
h2 {
  font-size: 2rem;
  margin-bottom: 16px;
}
h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
}
h4, h5, h6 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}
p, li, blockquote, address {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  color: #222;
}
strong, b {
  font-weight: 700;
  color: #31513C;
}
.subheadline {
  font-size: 1.25rem;
  color: #C1B896;
  font-weight: 700;
}
blockquote {
  background: #fff;
  border-left: 5px solid #C1B896;
  margin: 0 0 12px 0;
  padding: 12px 20px 12px 18px;
  font-style: italic;
  color: #31513C;
  font-size: 1.08rem;
}
small {
  font-size: 0.92rem;
  color: #A2A2A2;
}

/*-----------------
  UTILITY CLASSES
------------------*/
.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}
.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.text-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 0 16px 0;
}

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 8px 32px 0 rgba(49,81,60,0.08), 0 2px 8px 0 rgba(49,81,60,0.06);
  position: relative;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 18px rgba(49,81,60,0.07);
  margin-bottom: 20px;
  padding: 24px 20px;
  position: relative;
  flex: 1 1 270px;
  min-width: 240px;
  transition: box-shadow 0.2s, transform 0.2s;
}
.card:hover {
  box-shadow: 0 8px 32px rgba(49,81,60,0.19);
  transform: translateY(-3px) scale(1.025);
  z-index: 2;
}
.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;
  background: #F7F5EF;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 18px;
  box-shadow: 0 2px 8px rgba(49,81,60,0.06);
  color: #1F2A22;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 16px;
}

/*-----------------------------*
    HEADER & NAVIGATION
*------------------------------*/
header {
  background: #fff;
  border-bottom: 2px solid #F7F5EF;
  padding: 0;
  position: relative;
}

header img {
  height: 48px;
  width: auto;
}
nav {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}
nav a {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #31513C;
  padding: 8px 12px;
  border-radius: 8px;
  transition: background 0.15s, color 0.15s;
}
nav a:hover, nav a:focus {
  background: #31513C;
  color: #fff;
}
nav .primary-cta {
  background: #31513C;
  color: #fff;
  border-radius: 16px;
  padding: 11px 32px;
  font-family: 'Playfair Display', serif;
  font-size: 1.08rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  border: 2px solid #31513C;
  box-shadow: 0 2px 8px rgba(49,81,60,0.06);
  text-transform: unset;
  transition: background 0.15s, color 0.15s, transform 0.14s;
}
nav .primary-cta:hover, nav .primary-cta:focus {
  background: #C1B896;
  color: #31513C;
  border-color: #C1B896;
  transform: scale(1.04);
}
.mobile-menu-toggle {
  display: none;
  background: #31513C;
  color: #fff;
  border-radius: 12px;
  font-size: 2.2rem;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  transition: background 0.12s, color 0.12s;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  background: #C1B896;
  color: #31513C;
}
@media (max-width: 1024px) {
  nav {
    gap: 16px;
  }
}

/* Mobile Navigation */
.mobile-menu {
  display: none;
  position: fixed;
  z-index: 1300;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(34,36,28,0.92);
  backdrop-filter: blur(2px);
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  overflow-y: auto;
  transition: transform 0.33s cubic-bezier(0.4,0,0.2,1), opacity 0.33s, visibility 0.33s;
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
}
.mobile-menu.open {
  display: flex;
  transform: translateX(0%);
  opacity: 1;
  visibility: visible;
}
.mobile-menu-close {
  background: #C1B896;
  color: #31513C;
  font-size: 2rem;
  border-radius: 12px;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 22px;
  right: 30px;
  z-index: 1310;
  transition: background 0.14s, color 0.14s;
}
.mobile-menu-close:focus, .mobile-menu-close:hover {
  background: #31513C;
  color: #fff;
}
.mobile-nav {
  margin-top: 90px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  padding: 0 38px 30px 38px;
}
.mobile-nav a {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 800;
  padding: 14px 0 14px 0;
  border-radius: 10px;
  width: 100%;
  text-align: left;
  background: transparent;
  transition: background 0.15s;
}
.mobile-nav a:focus, .mobile-nav a:hover {
  background: #C1B896;
  color: #31513C;
}
@media (max-width: 900px) {
  nav { display: none; }
  .mobile-menu-toggle { display: flex; }
}
@media (min-width: 901px) {
  .mobile-menu { display: none !important; }
}

/*-----------------
     HERO BLOCK
------------------*/
.hero {
  min-height: 310px;
  background: #31513C;
  color: #fff;
  border-radius: 0 0 36px 36px;
  box-shadow: 0 12px 38px rgba(49,81,60,0.13);
  margin-bottom: 60px;
  padding: 64px 0 56px 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.hero .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hero .content-wrapper {
  color: #fff;
  gap: 14px;
  max-width: 720px;
}
.hero h1,
.hero h2 {
  color: #fff;
  font-size: 2.7rem;
}
.hero .subheadline {
  color: #C1B896;
  font-size: 1.3rem;
  font-weight: 800;
}
.hero .primary-cta {
  background: #C1B896;
  color: #31513C;
  margin-top: 12px;
  box-shadow: 0 4px 12px rgba(49,81,60,0.18);
  font-weight: 900;
  font-size: 1.12rem;
  border-radius: 20px;
  padding: 15px 46px;
}
.hero .primary-cta:hover, .hero .primary-cta:focus {
  background: #fff;
  color: #31513C;
}

/*------------------*
      CARDS, FEATURES, LISTS
*-------------------*/
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  list-style: none;
  margin: 0 0 16px 0;
  padding: 0;
}
.feature-grid li {
  flex: 1 1 230px;
  background: #31513C;
  color: #fff;
  border-radius: 16px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
  box-shadow: 0 2px 12px rgba(49,81,60,0.12);
  font-size: 1rem;
  min-width: 200px;
  margin-bottom: 0;
  transition: box-shadow 0.17s, transform 0.19s;
}
.feature-grid li img {
  width: 36px; height: 36px; margin-bottom: 4px;
}
.feature-grid li strong {
  font-size: 1.08rem;
  color: #C1B896;
  font-weight: 900;
}
.feature-grid li p {
  color: #fff;
}
.feature-grid li:hover {
  box-shadow: 0 8px 40px rgba(49,81,60,0.23);
  transform: scale(1.035) translateY(-4px);
  z-index: 1;
}

.usp-list, .values-list, .organization-tips, .garden-tips {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  list-style: disc inside;
  font-size: 1rem;
  color: #31513C;
}
.usp-list li,
.values-list li,
.organization-tips li, .garden-tips li {
  padding-left: 6px;
  line-height: 1.7;
}

.service-cards, .service-overview, .project-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.service-cards > div,
.service-overview > div,
.project-list > div {
  flex: 1 1 250px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(49,81,60,0.11);
  padding: 22px 20px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  min-width: 220px;
  transition: box-shadow 0.17s, transform 0.19s;
}
.service-cards > div img,
.service-overview > div img {
  height: 36px; width: 36px;
}
.service-cards > div:hover,
.service-overview > div:hover,
.project-list > div:hover {
  box-shadow: 0 6px 28px rgba(49,81,60,0.20);
  transform: translateY(-2px) scale(1.025);
}

.process-steps {
  background: #f1ede2;
  border-radius: 16px;
  padding: 20px 18px;
  margin-top: 14px;
  margin-bottom: 0px;
}
.process-steps h3 { margin-bottom: 10px; }
.process-steps ol { margin-left: 22px; }

.feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  margin-bottom: 16px;
  padding: 0;
}
.feature-list li {
  flex: 1 1 270px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(49,81,60,0.07);
  padding: 14px 14px;
  min-width: 180px;
  color: #31513C;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0px;
}
.feature-list li img { width: 24px; height: 24px; }

.renovation-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
  margin-top: 14px;
  list-style: disc;
  color: #31513C;
}
.renovation-benefits li {
  font-weight: 600;
  font-size: 1rem;
}


.step-by-step-guides {
  background: #f2efd4;
  border-radius: 14px;
  padding: 20px 20px;
  margin-top: 14px;
}
.step-by-step-guides ol {
  margin-left: 24px;
}

/*------------------*
   CTA SECTIONS
*-------------------*/
.cta {
  background: #31513C;
  color: #fff;
  border-radius: 24px;
  box-shadow: 0 4px 18px rgba(49,81,60,0.15);
  padding: 48px 20px 38px 20px;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta h2 {
  color: #fff;
  margin-bottom: 18px;
  font-size: 2rem;
}
.cta .primary-cta {
  background: #C1B896;
  color: #31513C;
  border-radius: 20px;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 1.1rem;
  padding: 1rem 2.5rem;
  border: 2px solid #C1B896;
  box-shadow: 0 2px 10px rgba(49,81,60,0.11);
  margin-bottom: 12px;
  margin-right: 14px;
  transition: background 0.12s, color 0.12s, transform 0.13s;
}
.cta .primary-cta:hover, .cta .primary-cta:focus {
  background: #fff;
  color: #31513C;
  border-color: #fff;
  transform: scale(1.04);
}

/*------------------*
      TESTIMONIALS
*-------------------*/
.testimonial-card {
  background: #fff;
  color: #31513C;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px;
  margin-bottom: 20px;
  gap: 20px;
  border-radius: 18px;
  box-shadow: 0 2px 12px rgba(193,184,150,0.10);
  min-width: 220px;
  position: relative;
  font-size: 1rem;
}
.testimonial-card img {
  width: 42px; height: 42px;
  margin-right: 0px;
}
.testimonial-card blockquote {
  border-left: 5px solid #C1B896;
  background: transparent;
  color: #1F2A22;
  padding: 0 0 0 16px;
  margin-bottom: 0;
  font-size: 1.07rem;
  font-style: italic;
  font-weight: 500;
}
.testimonial-card strong {
  color: #31513C;
  font-weight: 900;
  font-size: 1.05rem;
}
@media (max-width: 630px) {
  .testimonial-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .testimonial-card img {
    margin-bottom: 8px;
  }
}


/*------------------*
        FOOTER
*-------------------*/
footer {
  background: #31513C;
  color: #fff;
  border-radius: 36px 36px 0 0;
  margin-top: 70px;
  padding: 38px 0 3px 0;
  font-size: 1rem;
}
footer .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-bottom: 16px;
}
footer img {
  height: 42px;
}
footer address {
  color: #fff;
  font-style: normal;
  line-height: 1.8;
  font-size: 1rem;
  margin-bottom: 0px;
  margin-top: 10px;
}
footer address a {
  color: #fff;
}
footer nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
footer nav a {
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
  border-radius: 7px;
  padding: 7px 9px;
  transition: background 0.13s, color 0.13s;
}
footer nav a:focus, footer nav a:hover {
  background: #C1B896;
  color: #31513C;
}
footer small {
  display: block;
  color: #C1B896;
  font-size: 0.96rem;
  margin-top: 16px;
}

@media (max-width: 870px) {
  footer .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

/*----------------------*
    COOKIE CONSENT BANNER
*-----------------------*/
.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1200;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  color: #31513C;
  box-shadow: 0 -4px 18px rgba(49,81,60,0.10);
  padding: 18px 36px;
  border-radius: 18px 18px 0 0;
  font-size: 1rem;
  gap: 24px;
  opacity: 1;
  transform: translateY(0%);
  transition: opacity 0.23s, transform 0.25s;
}
.cookie-banner.hide {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}
.cookie-banner p {
  color: #31513C;
  margin: 0;
}
.cookie-buttons {
  display: flex;
  gap: 12px;
}
.cookie-btn {
  border: none;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 11px;
  padding: 11px 19px;
  background: #C1B896;
  color: #31513C;
  margin-left: 0;
  transition: background 0.14s, color 0.12s;
}
.cookie-btn.accept {
  background: #31513C;
  color: #fff;
}
.cookie-btn.accept:hover, .cookie-btn.accept:focus {
  background: #16281D;
}
.cookie-btn.reject {
  background: #d68244;
  color: #fff;
}
.cookie-btn.reject:hover, .cookie-btn.reject:focus {
  background: #c16824;
}
.cookie-btn.settings {
  background: #fff;
  color: #31513C;
  border: 2px solid #C1B896;
}
.cookie-btn.settings:hover, .cookie-btn.settings:focus {
  background: #C1B896;
  color: #31513C;
}
@media (max-width: 600px) {
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 9px;
    gap: 10px;
  }
  .cookie-buttons {
    gap: 9px;
  }
}

/* Cookie Settings Modal */
.cookie-modal {
  position: fixed;
  left: 0; top: 0; right: 0; bottom: 0;
  z-index: 1301;
  background: rgba(49,81,60,0.60);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.23s;
}
.cookie-modal.hide { opacity: 0; pointer-events: none; }
.cookie-modal-content {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 8px 32px rgba(49,81,60,0.18);
  padding: 36px 30px 24px 30px;
  width: 97%;
  max-width: 430px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  color: #31513C;
  font-size: 1rem;
}
.cookie-modal-header {
  font-size: 1.35rem;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  margin-bottom: 9px;
}
.cookie-category {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  padding: 9px 0;
  border-bottom: 1px solid #F7F5EF;
}
.cookie-category label {
  font-weight: 700;
}
.cookie-toggle[type="checkbox"] {
  accent-color: #31513C;
  width: 24px;
  height: 24px;
  margin-left: 10px;
}
.cookie-modal-actions {
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 10px;
}
.cookie-modal-close {
  background: #fff;
  color: #31513C;
  font-size: 1.6rem;
  border-radius: 11px;
  position: absolute;
  top: 16px; right: 22px;
  width: 36px; height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #F7F5EF;
}
.cookie-modal-close:focus, .cookie-modal-close:hover {
  background: #C1B896;
  color: #31513C;
}

/*------------------------------*
   RESPONSIVE
*-------------------------------*/
@media (max-width: 1200px) {
  .container { max-width: 98vw; }
}
@media (max-width: 900px) {
  .feature-grid, .feature-list, .service-cards, .service-overview, .project-list, .card-container, .content-grid {
    flex-direction: column;
    gap: 16px;
  }
  section, .section { padding: 30px 8px; }
  .cta { padding: 34px 8px 28px 8px; }
}
@media (max-width: 768px) {
  .hero {
    border-radius: 0 0 22px 22px;
    min-height: 170px;
    padding: 38px 0 28px 0;
    margin-bottom: 32px;
  }
  .hero .content-wrapper { gap: 9px; }
  .section, section { margin-bottom: 36px; }
  .card { padding: 17px 12px; }
  .card-container { gap: 13px; }
  .feature-grid { gap: 13px; }
  .testimonial-card { gap: 12px; padding: 14px; }
}
@media (max-width: 630px) {
  .container { padding: 0 7px; }
  h1 { font-size: 2rem; }
  h2 { font-size: 1.33rem; }
  .cta h2 { font-size: 1.33rem; }
  .hero h1, .hero h2 { font-size: 1.47rem; }
  .feature-list li { font-size: 0.98rem; }
  .feature-grid li { font-size: 0.98rem; }
}
@media (max-width: 430px) {
  header .container { height: 64px; }
  footer .container { gap: 13px; padding-bottom: 8px; }
  .cta { padding: 17px 4px 15px 4px; }
}

/*-----------------------------*
   MICRO-INTERACTIONS & EFFECTS
*------------------------------*/
.primary-cta, .cookie-btn, .mobile-menu-toggle, .mobile-menu-close {
  outline: none;
  transition: background 0.14s, color 0.13s, transform 0.14s, box-shadow 0.12s;
}
.primary-cta:active, .cookie-btn:active, .mobile-menu-toggle:active {
  transform: scale(0.98);
}
a:focus, button:focus {
  outline: 2px solid #C1B896;
  outline-offset: 2px;
}

/* GEOMETRIC DECORATIVE ACCENTS */

.cta:after {
  width: 110px; height: 110px;
  border-radius: 50%;
  background: #C1B896;
  bottom: -44px; right: -52px;
  opacity: 0.15;
  z-index: 0;
}

/*-------------------------*
   MISC (FORMATTING)
*--------------------------*/
address {
  font-style: normal;
  color: #31513C;
  line-height: 1.7;
}
address img { display: inline; vertical-align: middle; width: 22px; height: 22px; margin-right: 3px; }
a[href^="mailto"] { word-break: break-all; }

/*-------------------------*
  HIDE default scrollbars
*--------------------------*/
body, .mobile-menu, .cookie-modal {
  scrollbar-width: thin;
  scrollbar-color: #C1B896 #F7F5EF;
}
body::-webkit-scrollbar { width: 8px; background: #F7F5EF; }
body::-webkit-scrollbar-thumb { background: #C1B896; border-radius: 4px; }

/*--------------------------*
        END OF FILE
*---------------------------*/