/* CSS 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;
}

html {
  height: 100%;
  scroll-behavior: smooth;
  background-color: #F5F6F8;
}

body {
  min-height: 100vh;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #143642;
  background: linear-gradient(135deg, #F5F6F8 60%, #E9ECEF 100%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a {
  color: #B18C4D;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #143642;
  text-decoration: underline;
}

ul, ol {
  list-style: none;
}

button, input, select, textarea {
  font: inherit;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  outline: none;
  border: none;
  background: transparent;
}

/* BRAND FONTS */
@import url('https://fonts.googleapis.com/css?family=Montserrat:700,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #143642;
  margin-bottom: 20px;
  line-height: 1.2;
}
h1 { font-size: 2.5rem; margin-bottom: 24px; }
h2 { font-size: 2rem; margin-bottom: 16px; }
h3 { font-size: 1.5rem; margin-bottom: 12px; }
h4 { font-size: 1.25rem; margin-bottom: 10px; }
p, li, ul {
  font-size: 1rem;
  color: #143642;
  margin-bottom: 12px;
}

/* STRUCTURE & CONTAINERS */
.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}

.section {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 24px 0 rgba(20,54,66,0.07);
  margin-bottom: 60px;
  padding: 40px 20px;
  transition: box-shadow 0.25s;
}
.section:last-child {
  margin-bottom: 0;
}

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

.card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 8px 0 rgba(20,54,66,0.06);
  margin-bottom: 20px;
  position: relative;
  padding: 24px;
  transition: box-shadow 0.3s, transform 0.3s;
  flex: 1 1 330px;
}
.card:hover, .card:focus {
  box-shadow: 0 6px 24px 0 rgba(177,140,77,0.14);
  transform: translateY(-4px) scale(1.02);
}

.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;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  background: #F5F6F8;
  border-radius: 14px;
  box-shadow: 0 1px 8px rgba(20,54,66,0.04);
  margin-bottom: 20px;
  max-width: 600px;
}
.testimonial-card p {
  color: #1e2637;
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 6px;
}
.testimonial-card span {
  color: #B18C4D;
  font-size: 0.98rem;
  font-style: italic;
  font-weight: 600;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: #F5F6F8;
  padding: 20px 18px;
  border-radius: 12px;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 32px;
}
.service-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(20,54,66,0.07);
  flex: 1 1 300px;
  min-width: 270px;
  max-width: 340px;
  margin-bottom: 20px;
  padding: 24px 20px 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: box-shadow 0.25s, transform 0.25s;
}
.service-card:hover, .service-card:focus {
  box-shadow: 0 6px 24px rgba(177,140,77,0.12);
  transform: translateY(-3px) scale(1.025);
}

.text-section {
  margin-bottom: 20px;
}

.map-snippet {
  background: #F5F6F8;
  border-radius: 14px;
  padding: 18px;
  text-align: center;
  color: #777;
  font-size: 0.98rem;
}

/* BUTTONS & CTA */
.cta-btn {
  padding: 14px 32px;
  border-radius: 28px;
  border: none;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(90deg, #B18C4D 0%, #143642 100%);
  box-shadow: 0 2px 16px rgba(177,140,77,0.10);
  cursor: pointer;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  margin: 18px 0 0 0;
  display: inline-block;
  letter-spacing: 0.02em;
}
.cta-btn:hover, .cta-btn:focus {
  background: linear-gradient(90deg, #143642 0%, #B18C4D 100%);
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 4px 24px #B18C4D26;
  color: #F5F6F8;
}

/* HEADER NAVIGATION */
header {
  background: linear-gradient(90deg, #143642 65%, #B18C4D 100%);
  box-shadow: 0 2px 14px #1436420D;
  padding: 0;
  position: relative;
  z-index: 100;
}
header .container {
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.logo-link img {
  height: 44px;
  width: auto;
  display: block;
}

.main-nav {
  display: flex;
  gap: 24px;
  align-items: center;
}
.main-nav a {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #fff;
  padding: 10px 0;
  border-bottom: 2px solid transparent;
  transition: color 0.2s, border-bottom 0.2s;
}
.main-nav a:hover, .main-nav a:focus,
.main-nav a[aria-current="page"] {
  color: #B18C4D;
  border-bottom: 2px solid #B18C4D;
}

header .cta-btn {
  margin: 0 0 0 30px;
  background: linear-gradient(90deg, #B18C4D 0%, #fff 100%);
  color: #143642;
  font-size: 1.05rem;
  box-shadow: none;
}
header .cta-btn:hover, header .cta-btn:focus {
  background: linear-gradient(90deg, #fff 0%, #B18C4D 100%);
  color: #B18C4D;
  border: 2px solid #B18C4D;
}

/* MOBILE MENU */
.mobile-menu-toggle {
  display: none;
  background: #B18C4D;
  color: #fff;
  font-size: 2.2rem;
  border-radius: 8px;
  padding: 4px 14px;
  margin-left: 10px;
  cursor: pointer;
  border: none;
  transition: background 0.18s, color 0.18s;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  background: #143642;
  color: #B18C4D;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #143642EE;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 9999;
  transform: translateX(-102%);
  transition: transform 0.32s cubic-bezier(.4,1.12,.4,1);
  padding: 0;
  overflow-y: auto;
}
.mobile-menu.open {
  transform: translateX(0);
  box-shadow: 0 8px 24px #14364244;
}
.mobile-menu-close {
  align-self: flex-end;
  margin: 24px 34px 6px 0;
  background: #B18C4D;
  color: #fff;
  font-size: 2.2rem;
  padding: 4px 16px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: background 0.18s, color 0.18s;
  z-index: 101;
}
.mobile-menu-close:focus, .mobile-menu-close:hover {
  background: #fff;
  color: #143642;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 36px;
  width: 100%;
  align-items: flex-start;
}
.mobile-nav a {
  color: #fff;
  font-size: 1.22rem;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  padding: 12px 0 12px 4px;
  border-radius: 6px;
  transition: background 0.2s, color 0.2s;
  width: 100%;
  display: block;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #B18C4D22;
  color: #B18C4D;
}

/* HERO & FEATURE SECTIONS */
section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
section:last-child {
  margin-bottom: 0;
}

ul li, .content-wrapper ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 32px;
  font-size: 1.03rem;
}
ul li::before {
  content: '✔️';
  position: absolute;
  left: 0;
  top: 0;
  color: #B18C4D;
  font-size: 1.2em;
}

.content-wrapper ul li img {
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.content-wrapper ul li strong {
  font-weight: 700;
  color: #143642;
}

/* BLOG LIST */
.blog-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 10px;
}
.blog-list article {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(20,54,66,0.06);
  padding: 20px 18px;
  flex: 1 1 290px;
  min-width: 260px;
  max-width: 350px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
  transition: box-shadow 0.21s, transform 0.19s;
}
.blog-list article:hover, .blog-list article:focus-within {
  box-shadow: 0 6px 24px #B18C4D11;
  transform: translateY(-3px) scale(1.024);
}
.blog-list h3 {
  margin-bottom: 8px;
  font-size: 1.23rem;
}
.blog-list p {
  color: #143642;
  font-size: 1rem;
  margin-bottom: 8px;
}
.blog-list a {
  color: #B18C4D;
  font-weight: 700;
  align-self: flex-start;
  margin-top: 6px;
  border-bottom: 1.5px dotted #B18C4D99;
  transition: color 0.17s, border-color 0.17s;
}
.blog-list a:hover {
  color: #143642;
  border-color: #14364244;
}

/* FOOTER */
footer {
  background: #143642;
  color: #fff;
  padding: 30px 0 20px 0;
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
  box-shadow: 0 -2px 14px #14364211;
  margin-top: 60px;
}
footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.footer-nav a {
  color: #fff;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 0.99rem;
  opacity: 0.85;
  transition: opacity 0.2s, color 0.2s;
}
.footer-nav a:hover, .footer-nav a:focus {
  color: #B18C4D;
  text-decoration: underline;
  opacity: 1;
}
footer p {
  color: #fff;
  font-size: 0.97rem;
  opacity: 0.8;
}

/* SPACING FOR ALL MAJOR ELEMENTS */
.content-wrapper > * + * {
  margin-top: 12px;
}

.card + .card,
.service-card + .service-card,
.testimonial-card + .testimonial-card,
.text-section + .text-section {
  margin-top: 20px;
}

/* FORMS (if any) */
input, textarea, select {
  padding: 11px 12px;
  font-size: 1rem;
  border: 1px solid #E9ECEF;
  border-radius: 6px;
  background: #F5F6F8;
  outline: none;
  margin-bottom: 16px;
  transition: border 0.18s;
}
input:focus, textarea:focus, select:focus {
  border-color: #B18C4D;
}

label {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

/* COOKIE CONSENT BANNER & MODAL */
.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-top: 2.5px solid #B18C4D;
  box-shadow: 0 -2px 18px 0 rgba(20,54,66,0.07);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 24px 16px;
  gap: 20px;
  transition: transform 0.32s;
}
.cookie-banner.hidden {
  transform: translateY(100%);
}
.cookie-banner p {
  color: #143642;
  font-size: 1.04rem;
  flex: 1 1 300px;
  margin: 0;
}
.cookie-actions {
  display: flex;
  gap: 14px;
  align-items: center;
}
.cookie-btn {
  padding: 10px 22px;
  border-radius: 28px;
  border: none;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.01rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  min-width: 120px;
}
.cookie-btn.accept {
  background: linear-gradient(90deg, #B18C4D 0%, #143642 100%);
  color: #fff;
}
.cookie-btn.reject {
  background: #E9ECEF;
  color: #143642;
  border: 1.2px solid #B18C4D;
}
.cookie-btn.settings {
  background: #143642;
  color: #fff;
}
.cookie-btn:hover, .cookie-btn:focus {
  filter: brightness(1.1);
  outline: 2px solid #B18C4D55;
}

/* Cookie Modal Overlay */
.cookie-modal-overlay {
  display: none;
  position: fixed;
  z-index: 10010;
  left: 0; top: 0; right: 0; bottom: 0;
  background: #143642AA;
  align-items: center;
  justify-content: center;
}
.cookie-modal-overlay.open {
  display: flex;
}
.cookie-modal {
  background: #fff;
  border-radius: 18px;
  padding: 38px 26px 30px 26px;
  min-width: 320px;
  max-width: 96vw;
  box-shadow: 0 2px 38px #1436422f;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  animation: modalPop 0.42s cubic-bezier(.23,1.18,.38,.98);
}
@keyframes modalPop {
  from { transform: scale(0.86); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
.cookie-modal h2 {
  font-size: 1.31rem;
  margin-bottom: 10px;
  color: #143642;
  letter-spacing: 0.01em;
}
.cookie-categories {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  margin-bottom: 15px;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #F5F6F8;
  border-radius: 9px;
  padding: 11px 13px;
  width: 100%;
}
.cookie-category label {
  font-size: 1rem;
  color: #143642;
  margin-bottom: 0;
}
.cookie-category input[type="checkbox"] {
  accent-color: #B18C4D;
  width: 18px;
  height: 18px;
}
.cookie-category.essential label {
  color: #B18C4D;
  font-weight: 700;
}
.cookie-modal-actions {
  display: flex;
  gap: 12px;
  width: 100%;
  margin-top: 18px;
}
.cookie-modal-close {
  background: #E9ECEF;
  color: #143642;
  border-radius: 16px;
  padding: 9px 18px;
  border: none;
  font-size: 1rem;
  transition: background 0.18s;
  margin-left: auto;
  cursor: pointer;
}
.cookie-modal-close:hover, .cookie-modal-close:focus {
  background: #B18C4D26;
}

/* RESPONSIVE STYLES */
@media (max-width: 1024px) {
  .container {
    max-width: 98vw;
  }
  .main-nav {
    gap: 16px;
  }
  .footer-nav {
    gap: 16px;
  }
}
@media (max-width: 868px) {
  .service-list,
  .blog-list,
  .card-container,
  .content-grid {
    gap: 16px;
  }
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer-nav {
    gap: 10px;
  }
  .content-wrapper {
    gap: 18px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 15px;
  }
  .main-nav {
    display: none !important;
  }
  .mobile-menu-toggle {
    display: block;
  }
  header .cta-btn {
    display: none;
  }
  .content-grid, .service-list, .card-container, .blog-list {
    flex-direction: column;
    gap: 18px;
  }
  .text-image-section {
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
  }
  .section, section {
    padding: 28px 8px;
  }
  .card, .service-card, .testimonial-card, .feature-item { 
    min-width: unset !important;
    max-width: 100%;
    width: 100%;
    padding: 14px;
  }
  footer {
    border-radius: 18px 18px 0 0;
    padding: 22px 0 12px 0;
  }
}

@media (max-width: 480px) {
  h1 { font-size: 1.45rem; }
  h2 { font-size: 1.15rem; }
  .cta-btn {
    font-size: 1rem;
    padding: 11px 17px;
  }
  .cookie-modal {
    padding: 18px 7vw 18px 7vw;
    min-width: 0;
  }
}

/* MICRO-INTERACTIONS */
.cta-btn, .cookie-btn, .cookie-modal-close {
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, outline 0.2s, transform 0.18s;
}
.cta-btn:active, .cookie-btn:active {
  transform: scale(0.98);
}

/* Custom scrollbar for modern look */
::-webkit-scrollbar {
  width: 8px;
  background: #E9ECEF;
}
::-webkit-scrollbar-thumb {
  background: #B18C4D77;
  border-radius: 7px;
}
::-webkit-scrollbar-thumb:hover {
  background: #B18C4D;
}

/* Accessibility FOCUS states */
:focus:not(:focus-visible) {
  outline: none;
}
:focus-visible {
  outline: 2px solid #B18C4D;
  outline-offset: 2px;
}

/* Hide elements for accessibility when needed */
.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;
}

/* Miscellaneous fix for spacing */
* + .card,
* + .service-card { margin-top: 20px !important; }

/* END OF CSS */