/* 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 {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }
body {
  line-height: 1.4;
  background: #23272b;
  color: #faf3e3;
  font-family: 'Roboto', Arial, sans-serif;
  min-height: 100vh;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
ul, ol {
  list-style: none;
  padding-left: 0;
}
a {
  color: #F0D981;
  text-decoration: none;
  transition: color 0.2s;
  word-break: break-word;
}
a:hover, .footer-nav a:hover, .main-navigation a:hover, .mobile-nav a:hover {
  color: #2A7A4E;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #faf3e3;
  margin-bottom: 16px;
}
h1 {
  font-size: 2.5rem;
  margin-bottom: 24px;
}
h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}
h3 {
  font-size: 1.4rem;
  margin-bottom: 12px;
}
p, li, ul, ol {
  font-family: 'Roboto', Arial, sans-serif;
  color: #faf3e3;
  font-size: 1rem;
}
strong {
  color: #FAF3E3;
}

/* CONTAINER & FLEXBOX LAYOUTS */
.container {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: rgba(34,37,43, 0.93);
  border-radius: 16px;
  box-shadow: 0 2px 16px 0 rgba(28,32,36, 0.16);
}

.content-wrapper {
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #282c30;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 32px 20px;
  box-shadow: 0 3px 24px 0 rgba(18,20,22, 0.11);
  position: relative;
  border: 1px solid #323539;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.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: #faf3e3;
  color: #23272b;
  border-radius: 12px;
  box-shadow: 0 1px 7px rgba(27,28,29, 0.13);
  margin: 20px 0;
  border-left: 4px solid #2A7A4E;
  font-size: 1.06rem;
}
.testimonial-card strong {
  color: #155A41;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: #2A7A4E;
  border-radius: 12px;
  padding: 24px 20px;
  border-bottom: 3px solid #155A41;
  color: #faf3e3;
  min-width: 220px;
  transition: transform 0.22s cubic-bezier(0.36,0.56,0.34,1),box-shadow 0.22s;
  box-shadow: 0 2px 10px 0 rgba(19,23,25, 0.13);
}
.feature-item:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 5px 24px 0 rgba(19,23,25, 0.21);
  background: #155A41;
}
/* --- UX Patterns for lists --- */
.feature-grid, .usps-list, .principles-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.usps-list, .principles-list {
  flex-direction: column;
  gap: 18px;
}

/* BUTTONS, CTAs */
.cta-btn, .category-filters button, .cookie-banner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  min-width: 160px;
  background: #2A7A4E;
  color: #FAF3E3;
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.15);
  cursor: pointer;
  margin-top: 12px;
  margin-bottom: 12px;
  letter-spacing: 0.03rem;
  transition: background 0.14s, color 0.14s, box-shadow 0.2s;
}
.cta-btn:focus, .category-filters button:focus, .cookie-banner-btn:focus {
  outline: 2px solid #155A41;
  outline-offset: 2px;
}
.cta-btn:hover, .category-filters button:hover, .cookie-banner-btn:hover {
  background: #155A41;
  color: #FAF3E3;
  box-shadow: 0 5px 18px rgba(38, 91, 65, 0.14);
}
.category-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 22px;
}
.category-filters button {
  background: #282c30;
  color: #FAF3E3;
  border: 1px solid #2A7A4E;
  border-radius: 7px;
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  padding: 10px 24px;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
}
.category-filters button.active, .category-filters button:focus, .category-filters button:hover {
  background: #2A7A4E;
  border-color: #155A41;
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.service-list li {
  background: #23272b;
  box-shadow: 0 4px 22px rgba(27,34,36,0.11);
  border-radius: 12px;
  padding: 32px 20px;
  border-left: 4px solid #2A7A4E;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
.service-price {
  font-weight: 600;
  color: #2A7A4E;
  display: block;
  margin: 12px 0;
  font-size: 1.08rem;
}

ol.step-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  flex-direction: row;
  margin: 16px 0 0 0;
  padding-left: 0;
}
ol.step-list li {
  background: #282c30;
  border-radius: 10px;
  padding: 18px 15px;
  border-bottom: 3px solid #2A7A4E;
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 1rem;
  margin-bottom: 12px;
}

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

/* NAVIGATION + HEADER */
header {
  width: 100%;
  background: #181b1f;
  box-shadow: 0 1px 13px 0 rgba(27,30,33, 0.09);
  z-index: 21;
  position: sticky;
  top: 0;
}
.main-navigation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  height: 68px;
}
.main-navigation a {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  color: #faf3e3;
  font-weight: 500;
  font-size: 1rem;
  transition: color 0.16s, border-bottom 0.16s;
  letter-spacing: 0.01em;
  padding: 0 3px;
  position: relative;
  line-height: 1.7;
}
.main-navigation a.cta-btn {
  background: #2A7A4E;
  color: #faf3e3;
  border-radius: 8px;
  padding: 12px 28px;
  margin-left: 12px;
  box-shadow: 0px 2px 8px 0 rgba(22,66,54,0.13);
  transition: background 0.14s, color 0.14s;
}
.main-navigation a.cta-btn:hover {
  background: #155A41;
  color: #FAF3E3;
}
.main-navigation a img {
  height: 36px;
  width: auto;
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
}
.mobile-menu-toggle {
  display: none;
  background: #2A7A4E;
  color: #faf3e3;
  border: none;
  border-radius: 7px;
  font-size: 2rem;
  cursor: pointer;
  width: 48px;
  height: 48px;
  margin-left: auto;
  justify-content: center;
  align-items: center;
  transition: background 0.15s, color 0.14s;
}
.mobile-menu-toggle:focus {
  outline: 2px solid #FAF3E3;
}

/* MOBILE MENU OVERLAY */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(22, 26, 30, 0.97);
  z-index: 9999;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 24px 24px 24px;
  transform: translateX(-100%);
  transition: transform 0.35s cubic-bezier(0.36,0.56,0.54,1);
  gap: 30px;
}
.mobile-menu.open {
  display: flex;
  transform: translateX(0);
}
.mobile-menu-close {
  align-self: flex-end;
  background: #23272b;
  color: #faf3e3;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  border-radius: 6px;
  padding: 6px 18px;
  transition: background 0.13s, color 0.14s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #2A7A4E;
  color: #FAF3E3;
}
.mobile-nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.mobile-nav a {
  font-size: 1.16rem;
  color: #FAF3E3;
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  padding: 14px 0;
  border-bottom: 1px solid #313336;
  width: 100%;
  transition: background 0.14s, color 0.14s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #155A41;
  color: #FAF3E3;
  border-radius: 5px;
}

/* --- FOOTER --- */
footer {
  background: #181b1f;
  padding: 50px 0 34px 0;
  width: 100%;
  box-shadow: 0 -1px 20px 0 rgba(29,32,34, 0.17);
  color: #faf3e3;
}
.footer-wrapper {
  width: 100%;
  max-width: 1120px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}
.footer-wrapper img {
  width: 62px;
  height: auto;
  margin-bottom: 12px;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-nav a {
  color: #faf3e3;
  font-size: 1rem;
  letter-spacing: 0.02em;
  transition: color 0.13s;
  text-decoration: none;
}
.footer-nav a:hover {
  color: #2A7A4E;
}
.footer-contact {
  font-size: 0.98rem;
  color: #FAF3E3;
  margin-top: 10px;
}
.footer-contact a {
  color: #2A7A4E;
}
.footer-contact a:hover {
  color: #155A41;
}
.footer-social {
  display: flex;
  gap: 18px;
  margin-top: 10px;
}
.footer-social a img {
  width: 28px;
  height: 28px;
  filter: grayscale(40%) brightness(1.08) contrast(1.10);
  transition: filter 0.14s;
}
.footer-social a:hover img { filter: none; }

/* --- COOKIE BANNER --- */
.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  width: 100vw;
  padding: 28px 16px 18px 16px;
  background: #23272b;
  color: #faf3e3;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  z-index: 12000;
  box-shadow: 0 -2px 26px 0 rgba(32,34,36,0.18);
  transition: transform 0.4s cubic-bezier(0.36,0.56,0.72,1), opacity 0.23s;
  opacity: 1;
}
.cookie-banner.hide {
  transform: translateY(120%);
  opacity: 0;
}
.cookie-banner-btn {
  margin-right: 10px;
  font-size: 1rem;
  background: #2A7A4E;
  color: #faf3e3;
  border-radius: 8px;
  padding: 10px 26px;
  border: none;
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  transition: background 0.18s, color 0.18s;
}
.cookie-banner-btn.reject {
  background: #555759;
}
.cookie-banner-btn.settings {
  background: #23272b;
  border: 1px solid #2A7A4E;
  color: #faf3e3;
}
.cookie-banner-btn:hover, .cookie-banner-btn:focus {
  background: #155A41;
  color: #FAF3E3;
}
.cookie-banner-btn.settings:hover, .cookie-banner-btn.settings:focus {
  background: #282c30;
  color: #2A7A4E;
}

.cookie-modal {
  position: fixed;
  left: 50%; top: 50%;
  transform: translate(-50%,-50%) scale(1);
  background: #282c30;
  color: #faf3e3;
  border-radius: 14px;
  z-index: 12500;
  width: 96vw; max-width: 440px;
  box-shadow: 0 2px 36px 0 rgba(0,0,0,0.29);
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  opacity: 1;
  transition: opacity 0.22s, transform 0.25s cubic-bezier(0.4,0.55,0.84,1);
}
.cookie-modal.hide {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.94);
}
.cookie-modal-title {
  font-size: 1.17rem;
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  color: #2A7A4E;
  margin-bottom: 10px;
}
.cookie-categories {
  width: 100%;
  margin-bottom: 18px;
}
.cookie-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #323539;
  gap: 12px;
}
.cookie-category label {
  font-size: 1rem;
  color: #faf3e3;
}
.cookie-toggle {
  width: 38px;
  height: 22px;
  border-radius: 11px;
  background: #555;
  position: relative;
  cursor: pointer;
  border: 1px solid #2A7A4E;
  transition: background 0.18s, border-color 0.16s;
}
.cookie-toggle input {
  display: none;
}
.cookie-toggle::before {
  content: "";
  position: absolute;
  left: 2px; top: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #FAF3E3;
  transition: transform 0.2s, background 0.15s;
}
.cookie-toggle input:checked + .cookie-toggle::before {
  transform: translateX(16px);
  background: #2A7A4E;
}
.cookie-toggle input:checked ~ .cookie-toggle {
  background: #2A7A4E;
  border-color: #155A41;
}
.cookie-modal-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 12px;
}
.cookie-modal-close {
  position: absolute;
  right: 16px; top: 12px;
  background: transparent;
  border: none;
  color: #faf3e3;
  font-size: 2rem;
  cursor: pointer;
}
.cookie-modal-close:hover, .cookie-modal-close:focus {
  color: #2A7A4E;
}

/* --- MISCELLANEOUS --- */
::-webkit-scrollbar {
  width: 8px;
  background: #23272b;
}
::-webkit-scrollbar-thumb {
  background: #282c30;
  border-radius: 4px;
}

/* LIST ICONS */
.feature-item img, .principles-list img, .step-list img, .service-list img {
  width: 37px;
  height: 37px;
  margin-bottom: 8px;
  filter: grayscale(20%) brightness(1.13) drop-shadow(0 2px 9px #1a1919aa);
}

ul .feature-item strong, ul .principles-list strong {
  color: #2A7A4E;
}

ul.principles-list li, ul.usps-list li, ul li {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 1rem;
  color: #FAF3E3;
  margin-bottom: 10px;
  line-height: 1.6;
}
/* User Experience Micro-Interactions */
.cta-btn, .category-filters button {
  box-shadow: 0 1px 4px 0 rgba(42,122,78,0.06);
}
.cta-btn:active, .category-filters button:active {
  transform: scale(0.99);
}

/* -- Responsive Layout -- */
@media (max-width: 1024px) {
  .container { padding: 0 12px; }
  .footer-wrapper { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 900px) {
  .footer-wrapper { gap: 12px; }
  .main-navigation { gap: 6px; }
  .section, .content-wrapper, .card, .feature-item, .testimonial-card, .service-list li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 768px) {
  .section { margin-bottom:32px; padding:24px 7px; }
  .content-wrapper { margin-bottom:36px; gap:18px; }
  .main-navigation {
    display: none;
  }
  .mobile-menu-toggle {
    display: inline-flex;
  }
  .feature-grid, .content-grid, .card-container {
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
  }
  .testimonial-card {
    margin-bottom: 18px;
    font-size: 1rem;
    padding: 14px;
  }
  .service-list, .usps-list, .principles-list {
    gap: 17px;
  }
  .text-image-section, .content-grid, .card-container {
    flex-direction: column;
    gap: 16px;
  }
  .footer-wrapper {
    gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 480px) {
  h1 { font-size: 1.46rem; }
  h2 { font-size: 1.15rem; }
  h3 { font-size: 1.04rem; }
  .cookie-banner { font-size: 0.98rem; padding: 14px 6px 10px 6px; }
  .cta-btn, .category-filters button, .cookie-banner-btn { min-width: 120px; padding: 11px 10px; font-size: 0.99rem; }
  .cookie-modal { padding: 12px 7px; max-width: 99vw; }
}
/* --- VISUAL METALLIC ACCENTS / INDUSTRIAL MODERN FEEL --- */
.section, .feature-item, .testimonial-card, .service-list li, .card {
  border: 1px solid #343942;
  box-shadow: 0 3px 17px 0 rgba(76, 81, 82, 0.07), 0 1.8px 0 #383e46 inset;
}
.cta-btn, .category-filters button, .service-price, .footer-contact a, .cookie-banner-btn {
  text-shadow: 0 1px 0 #23272b33, 0 2px 6px #A2B0C033;
}
header, .footer-wrapper, .cookie-banner, .cookie-modal {
  box-shadow: 0 1.5px 12px 0 #222b2c33, 0 0.9px 0 #80858533 inset;
}
/* Industrial-Modern Font Treatment */
h1, h2, h3, .cta-btn, .category-filters button, .footer-nav a, .mobile-nav a {
  text-transform: uppercase;
  letter-spacing: 0.033em;
}
body, p, li, .footer-contact {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 400;
}
/* --- For accessibility: readable testimonials/reviews --- */
.testimonial-card, .testimonial-card p, .testimonial-card div, .testimonial-card strong {
  color: #23272b !important;
}

/* --- Z-INDEXS, NO OVERLAP --- */
header { z-index: 22; }
.mobile-menu { z-index: 9999; }
footer { z-index: 9; }
.cookie-banner { z-index: 12000; }
.cookie-modal { z-index: 12500; }

/* --- Animations --- */
@media (prefers-reduced-motion: no-preference) {
  .cta-btn, .category-filters button, .cookie-banner-btn {
    transition: background 0.14s, color 0.13s, transform 0.21s, box-shadow 0.24s;
  }
  .feature-item {
    transition: background 0.18s, color 0.15s, box-shadow 0.20s, transform 0.17s;
  }
}
