/* 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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.5;
  background: #f1f3f6;
  font-family: 'Roboto', Arial, sans-serif;
  color: #19405e;
  min-height: 100vh;
}
a {
  color: #1a7531;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(.55,0,.1,1);
}
a:hover, a:focus {
  color: #468f53;
  text-decoration: underline;
}
ul, ol {
  margin-left: 24px;
  margin-bottom: 16px;
}
img {
  max-width: 100%;
  display: block;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}

/* PLAYFUL DYNAMIC FONTS & COLORS */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  color: #19405e;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.2;
}
h1 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  color: #1a7531;
  text-shadow: 1px 2px 0 #e8f8ef, 2px 4px 0 #f1f3f6;
}
h2 {
  font-size: 2rem;
  margin-bottom: 18px;
  color: #468f53;
}
h3 {
  font-size: 1.25rem;
  color: #19405e;
}
h4, h5, h6 {
  font-size: 1rem;
  color: #19405e;
}
p, li, blockquote {
  font-size: 1rem;
  color: #263e5a;
  margin-bottom: 10px;
}
blockquote {
  font-style: italic;
  color: #1a7531;
  border-left: 4px solid #1a7531;
  padding-left: 14px;
  margin-bottom: 12px;
}

/* CONTAINER & LAYOUTS */
.container {
  max-width: 1100px;
  padding: 0 18px;
  margin: 0 auto;
  width: 100%;
}
.content-wrapper {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 14px 0 rgba(25,64,94,0.04), 0 1.5px 12px 0 rgba(70,143,83,0.07);
  padding: 32px 24px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  width: 100%;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 4px 20px 0 rgba(25,64,94,0.11), 0 1.5px 12px 0 rgba(70,143,83,0.07);
  transition: transform 0.25s cubic-bezier(.65,1.45,.25,1), box-shadow 0.25s cubic-bezier(.65,1.45,.25,1);
  overflow: hidden;
}
.card:hover {
  transform: translateY(-6px) scale(1.03) rotate(-1deg);
  box-shadow: 0 12px 64px 0 rgba(70,143,83,0.13), 0 8px 38px 0 rgba(25,64,94,0.09);
}

.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  width: 100%;
}
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  width: 100%;
}

.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: #e8f8ef;
  box-shadow: 0 4px 16px 0 rgba(25,64,94,0.07);
  font-size: 1.05rem;
  position: relative;
}
.testimonial-card blockquote {
  color: #19405e;
}
.testimonial-card p {
  color: #1a7531;
  margin-bottom: 0;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/* MAIN NAVIGATION HEADER */
header {
  background: #1a7531;
  color: #fff;
  box-shadow: 0 4px 32px rgba(25,64,94,0.07);
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: 70px;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  height: 70px;
}
header nav {
  display: flex;
  align-items: center;
  gap: 18px;
}
header nav a {
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  padding: 10px 12px;
  border-radius: 8px;
  transition: background 0.18s cubic-bezier(.7,1.7,.2,1), color 0.18s cubic-bezier(.7,1.7,.2,1);
}
header nav a:hover, header nav a:focus {
  background: #fff;
  color: #1a7531;
}
header img {
  height: 38px;
}
.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #468f53;
  color: #fff !important;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  border: none;
  border-radius: 18px;
  padding: 12px 28px;
  margin-left: 16px;
  box-shadow: 0 2px 20px 0 rgba(26,117,49,0.08);
  cursor: pointer;
  transition: background 0.18s, box-shadow 0.18s, transform 0.13s;
  text-shadow: 1px 1px 0 #e8f8ef;
  letter-spacing: .01em;
}
.cta-button:hover, .cta-button:focus {
  background: #1a7531;
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 6px 32px 0 rgba(26,117,49,0.13);
}

/* MOBILE MENU BURGER & OVERLAY */
.mobile-menu-toggle {
  display: none;
  background: #e8f8ef;
  color: #1a7531;
  border: none;
  font-size: 2.1rem;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  position: absolute;
  right: 22px;
  top: 12px;
  z-index: 301;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  box-shadow: 0 2px 12px rgba(25,64,94,0.06);
}
.mobile-menu-toggle:hover,.mobile-menu-toggle:focus {
  background: #468f53;
  color: #fff;
}
.mobile-menu {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: #f1f3f6;
  transform: translateX(100%);
  transition: transform 0.32s cubic-bezier(.68,-0.55,.27,1.55);
  z-index: 9999;
  box-shadow: -8px 0 44px 0 rgba(25,64,94,.17);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  overflow-y: auto;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  align-self: flex-end;
  margin-right: 22px;
  background: #e8f8ef;
  color: #1a7531;
  border: none;
  font-size: 2.2rem;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  cursor: pointer;
  margin-bottom: 18px;
  box-shadow: 0 2px 12px 0 rgba(25,64,94,0.09);
  transition: background 0.18s, color 0.18s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #468f53;
  color: #fff;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: 100%;
  align-items: flex-start;
  padding-left: 28px;
}
.mobile-nav a {
  font-size: 1.18rem;
  color: #19405e;
  background: #e8f8ef;
  padding: 14px 26px;
  border-radius: 14px;
  transition: background 0.2s, color 0.18s;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #1a7531;
  color: #fff;
}

/* PLAYFUL DYNAMIC ANIMATIONS */
.cta-button, .card, .service, .feature, .testimonial-card, .faq-item {
  transition: box-shadow 0.23s cubic-bezier(.7,1.6,.2,1), transform 0.17s cubic-bezier(.7,1.3,.23,1);
}
.card:hover, .service:hover, .feature:hover {
  box-shadow: 0 10px 40px 0 rgba(70,143,83,0.20);
  transform: translateY(-6px) scale(1.03) rotate(-1deg);
}
.testimonial-card:hover {
  background: #f1f3f6;
  transform: scale(1.025) rotate(0.5deg);
  box-shadow: 0 12px 48px 0 rgba(70,143,83,0.13);
}

/* PLAYFUL DYNAMIC ELEMENTS */
.features-grid, .services-grid, .services-list, .case-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
  justify-content: flex-start;
}
.feature, .service, .case-example {
  background: #e8f8ef;
  border-radius: 16px;
  box-shadow: 0 2px 12px 0 rgba(25,64,94,0.06);
  flex: 1 1 220px;
  padding: 28px 22px;
  margin-bottom: 20px;
  transition: box-shadow 0.2s, transform 0.16s;
  min-width: 215px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  position: relative;
}
.feature img, .case-example img {
  height: 46px;
  width: 46px;
  margin-bottom: 10px;
}
.price {
  display: inline-block;
  background: #1a7531;
  color: #fff;
  border-radius: 40px;
  padding: 6px 18px;
  font-size: 1.1rem;
  font-weight: 500;
  margin-top: 10px;
}

/* FAQ & ARTICLE LISTS */
.faq-short, .faq-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.faq-item {
  background: #f1f3f6;
  border-radius: 15px;
  padding: 20px 18px;
  margin-bottom: 10px;
  border-left: 5px solid #19405e;
}
.faq-item h3 {
  margin-bottom: 7px;
  font-size: 1.11rem;
}
.article-list {
  list-style: disc inside none;
  margin-left: 2px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.article-list a {
  color: #19405e;
  font-weight: 500;
  transition: color 0.18s;
}
.article-list a:hover {
  color: #1a7531;
}

/********************/
/* CONTACT & INFO   */
/********************/
.contact-information {
  margin-bottom: 14px;
  list-style: none;
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  flex-direction: row;
}
.contact-information li {
  font-size: 1rem;
  margin-bottom: 6px;
  color: #19405e;
}

.privacy-notice {
  background: #e8f8ef;
  border-radius: 12px;
  padding: 16px 18px;
  margin-bottom: 20px;
  font-size: 0.98rem;
  color: #19405e;
}

.embedded-map {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 18px;
}
.embedded-map img {
  width: 92px;
  height: auto;
}

/********************/
/* FOOTER           */
/********************/
footer {
  background: #19405e;
  color: #fff;
  padding: 40px 0 20px 0;
  margin-top: 64px;
}
footer .container {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
}
footer nav {
  display: flex;
  gap: 22px;
}
footer nav a {
  color: #e8f8ef;
  font-size: 1rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  transition: color 0.17s;
}
footer nav a:hover, footer nav a:focus {
  color: #1a7531;
  text-decoration: underline;
}
.footer-brand img {
  width: 58px;
  height: auto;
  mix-blend-mode: multiply;
}
.footer-social {
  display: flex;
  gap: 20px;
}
.footer-social a img {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #e8f8ef;
  padding: 4px;
  transition: background 0.18s, transform 0.15s;
}
.footer-social a:hover img {
  background: #1a7531;
  transform: scale(1.11);
}
footer p {
  width: 100%;
  margin-top: 18px;
  text-align: center;
  font-size: 0.95rem;
  color: #e0e8ef;
}

/********************/
/* COOKIE CONSENT   */
/********************/
.cookie-banner {
  position: fixed;
  left: 0; bottom: 0;
  width: 100vw;
  z-index: 99999;
  background: #1a7531;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 20px 28px;
  box-shadow: 0 -7px 32px 0 rgba(25,64,94,0.11);
  animation: fadeInUp 0.72s cubic-bezier(.72,1.7,.44,1);
  font-size: 1rem;
}
.cookie-banner .cookie-actions {
  display: flex;
  gap: 16px;
}
.cookie-banner button {
  border: none;
  border-radius: 12px;
  font-family: 'Montserrat', Arial, sans-serif;
  padding: 10px 18px;
  font-size: 1rem;
  font-weight: 600;
  background: #fff;
  color: #1a7531;
  margin-right: 0;
  cursor: pointer;
  box-shadow: 0 1px 4px 0 rgba(25,64,94,0.06);
  transition: background 0.19s, color 0.19s;
}
.cookie-banner button:not(:last-child) {margin-right: 5px;}
.cookie-banner button:hover, .cookie-banner button:focus {
  background: #e8f8ef;
  color: #468f53;
}

/* Cookie Preferences Modal */
.cookie-modal-overlay {
  display: none;
  position: fixed;
  z-index: 100000;
  left: 0; top: 0;
  width: 100vw; height: 100vh;
  background: rgba(25,64,94,0.35);
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.cookie-modal-overlay.open {
  display: flex;
}
.cookie-modal {
  background: #fff;
  color: #19405e;
  border-radius: 22px;
  padding: 38px 32px;
  box-shadow: 0 6px 48px 0 rgba(25,64,94,0.19);
  max-width: 390px;
  width: 92vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  animation: fadeInScale 0.36s cubic-bezier(.65,1.5,.22,1.1);
}
.cookie-modal h2 {
  color: #1a7531;
  font-size: 1.4rem;
  margin-bottom: 14px;
}
.cookie-modal label {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 1.03rem;
  gap: 8px;
}
.cookie-modal input[type="checkbox"] {
  accent-color: #1a7531;
  width: 18px;
  height: 18px;
}
.cookie-modal .modal-actions {
  width: 100%;
  display: flex;
  gap: 12px;
  margin-top: 16px;
}
.cookie-modal button {
  border: none;
  border-radius: 10px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  padding: 9px 16px;
  font-size: 1rem;
  background: #468f53;
  color: #fff;
  cursor: pointer;
  transition: background 0.17s, color 0.13s;
}
.cookie-modal button:hover, .cookie-modal button:focus {
  background: #1a7531;
}

/********************/
/* STEPS TIMELINE   */
/********************/
.steps-timeline {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-left: 0;
  margin-bottom: 24px;
  list-style: decimal inside none;
}
.steps-timeline li {
  position: relative;
  font-size: 1.1rem;
  padding-left: 9px;
  margin-bottom: 0;
  color: #468f53;
  font-family: 'Montserrat', Arial, sans-serif;
}
.steps-timeline li strong {
  color: #1a7531;
}

/********************/
/* RESPONSIVE LAYOUT*/
/********************/
@media (max-width: 1024px) {
  .features-grid, .services-grid, .services-list, .case-grid {
    gap: 14px;
  }
  .footer-social a img {
    width: 30px;
    height: 30px;
  }
  .footer-brand img {
    width: 40px;
  }
  header img { height: 30px; }
}

@media (max-width: 900px) {
  .container {max-width: 96vw;}
  .content-wrapper {padding: 22px 10px;}
}
@media (max-width: 768px) {
  .container {
    padding: 0 8px;
    max-width: 100vw;
  }
  .section {
    padding: 22px 8px;
    margin-bottom: 38px;
  }
  .content-grid, .features-grid, .services-grid, .services-list, .case-grid {
    flex-direction: column;
    gap: 16px;
  }
  .text-image-section {
    flex-direction: column;
    gap: 12px;
  }
  .contact-information {
    flex-direction: column;
    gap: 12px;
  }
  footer .container {
    flex-direction: column;
    gap: 18px;
    align-items: stretch;
    padding: 18px 0 0 0;
  }
  footer nav {
    flex-wrap: wrap;
    gap: 11px;
  }
  .footer-social {
    justify-content: center;
    margin-top: 10px;
  }
  /* Hide desktop nav, show mobile burger */
  header nav, .cta-button {
    display: none !important;
  }
  .mobile-menu-toggle {
    display: block;
  }
}
@media (max-width: 500px) {
  h1 { font-size: 1.5rem; }
  h2 { font-size: 1.25rem; }
  .cta-button {
    font-size: 1rem;
    padding: 10px 12px;
  }
  .cookie-modal { padding: 20px 9px; }
  .cookie-banner {
    flex-direction: column;
    gap: 12px; }
}

/********************/
/* MICRO-ANIMATIONS */
/********************/
@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(48px); }
  100% { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInScale {
  0% { opacity: 0; transform: scale(0.85); }
  95% { opacity: 1; transform: scale(1.04); }
  100% { opacity: 1; transform: scale(1); }
}

/*--- Non-visual accessibility ---*/
:focus {
  outline: 2px solid #468f53;
  outline-offset: 3px;
}

/********************/
/* UTILS & SPACING  */
/********************/
.mb-0 { margin-bottom: 0!important; }
.mb-1 { margin-bottom: 8px!important; }
.mb-2 { margin-bottom: 16px!important; }
.gap-8 { gap: 8px!important; }
.gap-16 { gap: 16px!important; }
.gap-24 { gap: 24px!important; }

/********************/
/* VISUAL EFFECTS   */
/********************/
.card, .service, .feature, .faq-item, .testimonial-card {
  border: 2.5px solid #e8f8ef;
  background: linear-gradient(96deg,#fff 40%,#e8f8ef 100%);
}

/********************/
/* HELPER COLORS    */
/********************/
.bg-primary {background: #19405e !important; color:#fff!important;}
.bg-accent {background: #1a7531 !important; color:#fff!important;}
.bg-secondary {background: #e8f8ef!important; color:#19405e!important;}
.services-list {gap: 60px;}
/********************/
/* END OF MAIN CSS  */
/********************/