/* 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 {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  scroll-behavior: smooth;
  background: #F6F8FA;
  color: #263a28;
}

body {
  background-color: #F6F8FA;
  min-height: 100vh;
  line-height: 1.6;
  color: #263a28;
  font-family: 'Roboto', Arial, sans-serif;
}

img {
  max-width: 100%;
  display: block;
  border-radius: 8px;
}

a {
  color: #437B9D;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #2f573d;
  text-decoration: underline;
}

.section,
.hero,
.features,
.about,
.values,
.why-us,
.comparison,
.comparison-table,
.details,
.tech-overview,
.profit-charts,
.analysis,
.case-studies,
.cookie-policy,
.gdpr,
.privacy-policy,
.terms,
.insights,
.opinions,
.faq,
.company-info,
.contact,
.services-teaser,
.cta,
.about-teaser,
.thank-you {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 3px 12px 0 rgba(70, 68, 60, 0.06);
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.content-wrapper {
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: stretch;
}

/* Typography */
h1, h2, h3, h4 {
  color: #203040;
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.1;
}
h1 { font-size: 2.3rem; margin-bottom: 16px; }
h2 { font-size: 1.7rem; margin-bottom: 14px; }
h3 { font-size: 1.2rem; margin-bottom: 8px; font-weight: 600; }
h4 { font-size: 1rem; margin-bottom: 7px; }
p, li, blockquote, figcaption {
  color: #395040;
  font-size: 1rem;
  font-family: 'Roboto', Arial, sans-serif;
}
p { margin-bottom: 10px; }
li {
  margin-left: 20px;
  margin-bottom: 7px;
  padding-left: 4px;
}
ul,
ol {
  padding-left: 22px;
  margin-bottom: 14px;
}
strong { color: #263a28; font-weight: 700; }
blockquote {
  font-style: italic;
  background: #f3faef;
  border-left: 4px solid #6F9257;
  padding: 18px 22px 16px 20px;
  border-radius: 20px 8px 8px 20px;
  color: #263a28;
  margin-bottom: 10px;
}
figcaption,
.testimonial-details span {
  color: #41754a;
  font-size: 0.96rem;
  font-style: normal;
  padding-left: 8px;
}

/* Layout Flexbox Utility Classes */
.card-container, .feature-grid, .features, .info-boxes, .service-highlights, .comparison-table, .content-grid, .faq-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.feature-item, .service-item, .case-study-summary, .infobox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: #f8f9f6;
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 2px 8px 0 rgba(120, 121, 105, 0.06);
  margin-bottom: 20px;
  flex: 1 1 200px;
  min-width: 220px;
}
.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #f3faef;
  border-radius: 22px;
  margin-bottom: 20px;
  border: 1.5px solid #B5E6BD;
  box-shadow: 0 2px 8px 0 rgba(134, 196, 110, 0.10);
  transition: box-shadow 0.2s;
}
.testimonial-card:hover {
  box-shadow: 0 6px 16px -3px rgba(63,100,63,.19);
}
.feature-item img, .service-item img, .value-list img, .contact-details img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 8px;
}
.feature-item h3, .service-item h3, .case-study-summary h3, .infobox h3 { color: #447435; }

.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.company-profile {
  background: #f4fcf4;
  border-radius: 16px;
  padding: 24px 22px;
  margin-bottom: 20px;
  box-shadow: 0 2px 7px 0 rgba(111,170,87,0.06);
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1 1 240px;
  min-width: 230px;
}

/****** CARDS + LISTS ******/
.card,
.analyst-summary {
  background: #f9fbf9;
  border-radius: 18px;
  box-shadow: 0 2px 7px 0 rgba(133,163,107,0.06);
  margin-bottom: 20px;
  padding: 18px 20px;
  position: relative;
}

/**** HERO SECTION ******/
.hero {
  background: linear-gradient(120deg, #f5fbe9 60%, #e2eed2 100%);
  border-radius: 0 0 48px 48px;
  margin-bottom: 50px;
  min-height: 260px;
  box-shadow: 0 6px 32px 0 rgba(117, 173, 93, 0.12);
  padding: 65px 20px 55px 20px;
}
.hero .cta-button { margin-top: 26px; }

/**** BUTTONS & INTERACTION *****/
.cta-button,
button,
input[type="submit"] {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-size: 1.09rem;
  font-weight: 600;
  background: #6F9257;
  color: #fff !important;
  border: none;
  border-radius: 30px;
  padding: 12px 32px;
  box-shadow: 0 3px 16px -2px rgba(111,170,87,0.09);
  cursor: pointer;
  transition: background 0.22s, box-shadow 0.19s, transform 0.14s;
  outline: none;
  display: inline-block;
}
.cta-button:hover,
button:hover,
input[type="submit"]:hover,
.cta-button:focus {
  background: #41754a;
  color: #fafaf6 !important;
  box-shadow: 0 2px 20px 0 rgba(60,97,60,.17);
}

/**** HEADER + NAVIGATION ****/
header {
  background: #ffffffcc;
  box-shadow: 0 2px 10px 0 rgba(121,151,103,0.04);
  border-radius: 0 0 26px 26px;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 20;
}
header .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 0 16px 0 10px;
  height: 76px;
}
header img { height: 44px; width: auto; }
header nav {
  display: flex;
  flex-direction: row;
  gap: 22px;
  align-items: center;
}
header nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #325130;
  font-weight: 600;
  font-size: 1rem;
  padding: 7px 12px;
  border-radius: 10px;
  transition: background 0.16s, color 0.15s;
}
header nav a:hover,
header nav a.current {
  background: #e2eed2;
  color: #224410;
}
header .cta-button { margin-left: 14px; min-width: 142px; }

/**** MOBILE NAVIGATION ****/
.mobile-menu-toggle {
  display: none;
  position: absolute;
  right: 22px;
  top: 20px;
  background: #e0efe2;
  color: #213c1c;
  border: none;
  font-size: 2rem;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  z-index: 1002;
  cursor: pointer;
  transition: background 0.16s, color 0.15s;
  outline: none;
  align-items: center;
  justify-content: center;
}
.mobile-menu-toggle:hover,
.mobile-menu-toggle:focus {
  background: #c1dec9;
  color: #446b43;
}
.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1500;
  background: rgba(245,249,238, 0.96);
  transform: translateX(100%);
  transition: transform 0.34s cubic-bezier(.51,.28,.49,.99);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 32px;
  box-shadow: -4px 0 24px 0 rgba(124,153,105,0.15);
  pointer-events: none;
}
.mobile-menu.open {
  transform: translateX(0);
  pointer-events: auto;
}
.mobile-menu-close {
  background: none;
  border: none;
  color: #2f573d;
  font-size: 2rem;
  position: absolute;
  right: 18px;
  top: 18px;
  padding: 7px 13px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.13s, color 0.12s;
  outline: none;
  z-index: 1216;
}
.mobile-menu-close:hover,
.mobile-menu-close:focus {
  background: #d2ebd4;
  color: #294d26;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
  margin-top: 36px;
  align-items: flex-start;
  padding: 0 22px;
}
.mobile-nav a {
  color: #263a28;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  padding: 13px 14px;
  border-radius: 12px;
  transition: background 0.12s, color 0.15s;
  width: 100%;
}
.mobile-nav a:hover {
  background: #e2eed2;
  color: #41754a;
}

/**** FOOTER ****/
footer {
  background: #e8f2e7;
  border-radius: 28px 28px 0 0;
  box-shadow: 0 -2px 16px 0 rgba(108,137,87,0.05);
  padding: 42px 0 18px 0;
  margin-top: 92px;
  color: #30432b;
}
footer .container {
  display: flex;
  flex-direction: column;
  gap: 26px;
  align-items: center;
  justify-content: flex-start;
}
footer nav {
  display: flex;
  gap: 22px;
  margin-bottom: 6px;
}
footer nav a {
  color: #28432c;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  padding: 7px 4px 5px 4px;
  border-radius: 7px;
  transition: color 0.13s, background 0.16s;
}
footer nav a:hover {
  color: #41754a;
  background: #d7ecd4;
}
.footer-contact {
  margin: 0;
  color: #4e6242;
  font-size: 0.99rem;
  text-align: center;
}
.footer-note {
  color: #9bad8b;
  font-size: 0.95rem;
  margin-top: 8px;
}

/**** TABLES ****/
table {
  border-collapse: collapse;
  width: 100%;
  margin: 16px 0 18px 0;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 1.5px 9px 0 rgba(111,170,87,0.04);
  overflow: hidden;
}
th, td {
  padding: 13px 14px;
  text-align: left;
}
th {
  background: #e2eed2;
  color: #395040;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
}
td {
  font-size: 1rem;
  color: #425030;
  vertical-align: top;
  background: #f9fbf9;
}
tbody tr:nth-child(odd) td { background: #f3faef; }
tbody tr:hover td { background: #eaf8e8; }
thead th:first-child, tbody td:first-child { border-radius: 8px 0 0 8px; }
thead th:last-child, tbody td:last-child { border-radius: 0 8px 8px 0; }

/**** FAQ ****/
.faq-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 16px;
}
.faq-item {
  background: #f8fff2;
  border-radius: 15px;
  box-shadow: 0 1.5px 8px 0 rgba(111,170,87,0.06);
  padding: 18px 22px;
  min-width: 240px;
  flex: 1 1 180px;
}

/**** COOKIE CONSENT BANNER ****/
.cookie-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  background: #e6f2e0;
  border-top: 2px solid #b5e6bd;
  box-shadow: 0 -2px 16px 0 rgba(111,170,87,0.11);
  z-index: 1998;
  padding: 16px 8px 16px 8px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
  font-size: 1rem;
  transition: transform 0.32s;
}
.cookie-banner.hide {
  transform: translateY(120%);
}
.cookie-banner > p {
  color: #263a28;
  margin: 0 16px 0 0;
  flex: 2 1 220px;
  font-size: 1rem;
  max-width: 600px;
}
.cookie-banner .cookie-actions {
  display: flex;
  gap: 12px;
}
.cookie-button {
  padding: 8px 22px;
  border-radius: 20px;
  border: none;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  background: #6F9257;
  color: #fff;
  font-weight: 600;
  margin-right: 2px;
  cursor: pointer;
  transition: background 0.17s;
}
.cookie-button.settings {
  background: #cadfba;
  color: #325130;
}
.cookie-button.reject {
  background: #e3e67a;
  color: #607a36;
}
.cookie-button.accept:hover,
.cookie-button.accept:focus {
  background: #41754a;
}
.cookie-button.reject:hover,
.cookie-button.reject:focus {
  background: #d8c13c;
}
.cookie-button.settings:hover,
.cookie-button.settings:focus {
  background: #b3d68c;
}

/**** COOKIE CONSENT MODAL POPUP ****/
.cookie-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(71, 109, 71, 0.14);
  z-index: 2050;
  align-items: center;
  justify-content: center;
}
.cookie-modal.open {
  display: flex;
  animation: fadein .24s;
}
.cookie-modal-dialog {
  background: #f6fbee;
  border-radius: 24px;
  padding: 36px 32px 32px 32px;
  box-shadow: 0 6px 28px 0 rgba(134, 196, 110, 0.13);
  min-width: 320px;
  max-width: 95vw;
  color: #223a22;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 18px;
  position: relative;
}
.cookie-modal-title {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.18rem;
  font-weight: 700;
  color: #325130;
}
.cookie-modal-dialog label {
  font-family: 'Montserrat', Arial, sans-serif;
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 4px;
  font-size: 1rem;
  color: #395040;
}
.cookie-modal-dialog input[type="checkbox"] {
  accent-color: #6F9257;
  transform: scale(1.22);
}
.cookie-modal-footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 14px;
  margin-top: 10px;
}
.cookie-modal-close {
  position: absolute;
  top: 13px;
  right: 13px;
  background: none;
  border: none;
  font-size: 1.55rem;
  color: #696c68;
  cursor: pointer;
  padding: 5px 9px;
  border-radius: 50%;
  transition: background 0.13s, color 0.12s;
}
.cookie-modal-close:hover {
  background: #d4ecd8;
  color: #41754a;
}

/**** VALUE-LIST (ABOUT PAGE) ****/
.value-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 6px 0;
  gap: 16px;
}
.value-list li {
  background: #f0faec;
  border-radius: 11px;
  padding: 10px 16px 10px 11px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1rem;
  color: #3c4f2f;
  min-width: 164px;
  gap: 12px;
}

/**** TESTIMONIAL CARD + DETAILS ****/
.testimonial-card blockquote {
  margin: 0;
  font-style: italic;
  font-size: 1.07rem;
  background: transparent;
  border: none;
  color: #224410;
  padding: 0;
}
.testimonial-details {
  font-weight: 500;
  color: #41754a;
  font-size: 0.98em;
  align-self: flex-end;
}

/**** MISC VISUAL EFFECTS ****/
::-webkit-scrollbar { width: 10px; background: #e2eed2; }
::-webkit-scrollbar-thumb { background: #b6cbb7; border-radius: 7px; }
@media (hover: none) {
  a, button, .cta-button {
    outline: 1.5px solid #9ad881;
    outline-offset: 2px;
  }
}

/**** RESPONSIVE DESIGN - MOBILE FIRST ****/
@media (max-width: 1020px) {
  .container { max-width: 98vw; }
}
@media (max-width: 900px) {
  header .container { flex-wrap: wrap; min-height: 54px; height: auto; }
  footer .container { gap: 16px; }
}
@media (max-width: 768px) {
  .container { padding: 0 4vw; }
  .content-wrapper { max-width: 99vw; gap: 20px; }
  .hero, .section, .about, .tech-overview, .values, .about-teaser, .services-teaser, .cta, .privacy-policy, .gdpr, .cookie-policy, .terms, .insights, .thank-you {
    padding: 25px 5px;
    border-radius: 18px;
    margin-bottom: 34px;
  }
  .footer-contact { font-size: 0.95rem; }
  header .container { flex-direction: row; gap: 7px; height: 62px; flex-wrap: nowrap; }
  .feature-grid, .features, .info-boxes, .service-highlights, .comparison-table, .content-grid, .faq-list {
    flex-direction: column;
    gap: 16px;
  }
  .card, .analyst-summary, .case-study-summary, .faq-item, .company-profile, .feature-item, .service-item, .infobox {
    min-width: 0;
    width: 100%;
    padding: 14px 11px;
  }
  .testimonial-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 16px 8px;
  }
  .text-image-section {
    flex-direction: column;
    gap: 18px;
  }
  .value-list { flex-direction: column; gap: 8px; }
  .hero { padding: 42px 5px 30px 5px; border-radius: 0 0 20px 20px; }
  header nav { display: none; }
  .cta-button { min-width: 120px; }
  .mobile-menu-toggle { display: flex; }
}
@media (max-width: 600px) {
  h1 { font-size: 1.34rem; }
  h2 { font-size: 1.09rem; }
  .section, .hero, .about, .cookie-policy, .terms, .cookie-modal-dialog { padding: 10px 2vw; }
  .footer-note { font-size: 0.90rem; }
  .cookie-banner { flex-direction: column; align-items: flex-start; gap: 13px; }
  .cookie-banner > p { max-width: 95vw;margin-bottom:9px; }
  .cookie-modal-dialog { min-width: 84vw; }
}

/* Specific class for home CTA .cta */
.cta {
  background: #e3f7d2;
  text-align: center;
  border: 2px solid #B5E6BD;
  box-shadow: 0 2px 18px 0 rgba(111,170,87,0.07);
}
.cta h2 { color: #4e7630; }

/**** TRANSITIONS & MICRO-INTERACTIONS ****/
a, .cta-button, button, input[type=submit] {
  transition: background 0.14s, color 0.13s, box-shadow 0.16s, transform 0.12s;
}
.card:hover, .analyst-summary:hover, .case-study-summary:hover {
  box-shadow: 0 4px 18px -2px #bfd8a7b8;
  transform: translateY(-2px) scale(1.012);
}

/**** SELECTABLE ROWS IN TABLE ****/
tr { transition: background 0.1s; }

/**** Hamburger menu hides main nav on mobile ****/
@media (max-width: 900px) {
  header nav { display: none !important; }
  .mobile-menu-toggle { display: flex !important; }
}
@media (min-width: 901px) {
  .mobile-menu, .mobile-menu-toggle { display: none !important; }
  header nav { display: flex !important; }
}

/* Ensure no grid nor columns properties present */
