/* 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;
}
html {
  scroll-behavior: smooth;
  font-size: 16px;
}
body {
  background-color: #FAFCFE;
  color: #31385B;
  font-family: 'Open Sans', Arial, sans-serif;
  line-height: 1.7;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: #405880;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #74B61B;
}
ul, ol {
  margin-left: 1.3em;
}
strong {
  font-weight: bold;
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  border: none;
  outline: none;
  background: none;
  box-sizing: border-box;
}

/* TYPOGRAPHY --------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #20264B;
  font-weight: 700;
  letter-spacing: 0.01em;
}
h1 {
  font-size: 2.25rem;
  margin-bottom: 24px;
}
h2 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
h3 {
  font-size: 1.25rem;
  margin-bottom: 16px;
}
h4 {
  font-size: 1.125rem;
}
h5, h6 {
  font-size: 1rem;
}
p, ul, ol, li, dl, dd {
  font-size: 1rem;
  font-family: 'Open Sans', Arial, sans-serif;
  margin-bottom: 16px;
}
.section ul, .section ol {
  margin-bottom: 0px;
}
.text-section ul, .text-section ol {
  margin-bottom: 8px;
}
.section ul li, .section ol li {
  margin-bottom: 8px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 1em;
  margin-bottom: 8px;
}

/* CONTAINERS --------------------------------------------------------------- */
.container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}
.content-wrapper {
  background: rgba(255,255,255,0.85);
  border-radius: 28px;
  box-shadow: 0 4px 24px 0 rgba(204,210,230,0.18), 0 1.5px 7px 0 rgba(184,192,216,0.09);
  padding: 32px 20px;
  margin-bottom: 32px;
}
.text-section {
  background: #F8F9FC;
  border-radius: 20px;
  box-shadow: 0 1.5px 10px 0 rgba(124,144,178,0.10);
  padding: 28px 18px;
}

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

.card-container, .service-cards, .testimonials, .industry-logos, .service-icons, .technology-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 20px;
}
.card {
  margin-bottom: 20px;
  position: relative;
}

.card-container, .service-cards {
  justify-content: flex-start;
}
.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: 12px;
  padding: 20px;
  background: #F2F6FA;
  border-radius: 18px;
  box-shadow: 0 2px 16px 0 rgba(200,220,255,0.11);
  border: 1.5px solid #e8f0fa;
  margin-right: 3vw;
  margin-bottom: 24px;
  max-width: 360px;
  min-width: 260px;
  color: #20264B;
}
.testimonial-card p {
  font-size: 1.1rem;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #222744;
  margin: 0 0 8px 0;
}
.testimonial-card span:last-child {
  color: #EEC18C;
  font-size: 1.05em;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
}

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

.service-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #F8F9FC;
  border-radius: 16px;
  box-shadow: 0 1.5px 10px 0 rgba(194,214,230,0.12);
  padding: 24px 18px 18px 18px;
  margin-bottom: 20px;
  position: relative;
  min-width: 238px;
  max-width: 315px;
  flex: 1 1 240px;
}
.service-card img {
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
}
.service-card h3 {
  margin-bottom: 5px;
}
.service-card p {
  margin-bottom: 10px;
}
.service-card strong {
  color: #4B8005;
  font-size: 1.1rem;
  font-family: 'Montserrat', Arial, sans-serif;
}

.industry-logos, .service-icons, .technology-badges {
  gap: 20px;
  margin-bottom: 20px;
}
.industry-logos img, .service-icons img, .technology-badges img {
  width: 54px;
  height: 54px;
  filter: drop-shadow(0 2px 8px rgba(135,160,210,0.09));
}

.map-embed {
  width: 100%;
  max-width: 460px;
  margin-top: 18px;
}

/* HEADER & NAV ------------------------------------------------------------- */
header {
  background: linear-gradient(80deg, #fdfdff 70%, #f7faee 130%);
  box-shadow: 0 2px 14px 0 rgba(124,136,178,0.08);
  border-bottom: 1.5px solid #e3e9f2;
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 1001;
}
header .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 20px;
}
.logo img {
  height: 44px;
  display: block;
}
.main-nav {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}
.main-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #293578;
  font-weight: 500;
  font-size: 1rem;
  padding: 8px 14px;
  border-radius: 12px;
  transition: background 0.18s, color 0.18s;
}
.main-nav a:hover, .main-nav a:focus {
  background: #98E4D0;
  color: #20264B;
}
.main-nav .cta.primary {
  background: #74B61B;
  color: #fff !important;
  border-radius: 15px;
  font-weight: 700;
  box-shadow: 0 2px 8px 0 rgba(116,182,27,0.08);
  transition: background 0.18s;
}
.main-nav .cta.primary:hover, .main-nav .cta.primary:focus {
  background: #5fae14;
}

/* MOBILE MENU -------------------------------------------------------------- */
.mobile-menu-toggle {
  display: none;
  background: #fff;
  font-size: 2rem;
  color: #74B61B;
  padding: 6px 14px;
  border-radius: 10px;
  cursor: pointer;
  border: 1.8px solid #d2e5cc;
  transition: background 0.15s, color 0.21s, border 0.18s;
  z-index: 1040;
}
.mobile-menu-toggle:focus {
  outline: 2px solid #20264B;
}
.mobile-menu {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100vw;
  height: 100vh;
  background: #F8FAF6;
  box-shadow: 0 12px 34px 0 rgba(144,174,144,0.12);
  z-index: 1100;
  transform: translateX(-100%);
  transition: transform 0.34s cubic-bezier(.36,1.25,.68,1), opacity 0.2s;
  opacity: 0;
  display: flex;
  flex-direction: column;
}
.mobile-menu.open {
  transform: translateX(0);
  opacity: 1;
}
.mobile-menu-close {
  background: #fff;
  border: 1.5px solid #ddf3e6;
  color: #74B61B;
  font-size: 2.1rem;
  border-radius: 12px;
  padding: 8px 14px;
  cursor: pointer;
  align-self: flex-end;
  margin: 18px 22px 6px 0;
  box-shadow: 0 2px 10px 0 rgba(160,200,170,0.05);
  transition: background 0.19s, color 0.24s;
  z-index: 1110;
}
.mobile-menu-close:focus {
  outline: 2px solid #20264B;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 38px;
  align-items: flex-start;
  padding: 0 34px;
}
.mobile-nav a {
  font-size: 1.25rem;
  font-family: 'Montserrat', Arial, sans-serif;
  color: #20264B;
  padding: 14px 0 14px 6px;
  border-radius: 10px;
  font-weight: 600;
  width: 100%;
  transition: background 0.17s, color 0.2s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #E9F4DF;
  color: #74B61B;
}

/* Hide main nav on mobile, show burger */
@media (max-width: 900px) {
  .main-nav {
    display: none !important;
  }
  .mobile-menu-toggle {
    display: block;
  }
}
@media (min-width: 901px) {
  .mobile-menu {
    display: none !important;
  }
}

/* CTA BUTTONS -------------------------------------------------------------- */
.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.11rem;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 16px;
  box-shadow: 0 2px 8px 0 rgba(190,220,170,0.07);
  transition: background 0.21s, color 0.16s, box-shadow 0.17s;
  cursor: pointer;
  border: none;
  margin: 14px 6px 12px 0;
  outline: none;
}
.cta.primary {
  background: #74B61B;
  color: #fff;
}
.cta.primary:hover, .cta.primary:focus {
  background: #55a210;
  color: #fff;
  box-shadow: 0 4px 24px 0 rgba(116,182,27,0.15);
}
.cta.secondary {
  background: #F6F6F6;
  color: #20264B;
  border: 1.5px solid #CCE5B0;
}
.cta.secondary:hover, .cta.secondary:focus {
  background: #F3FCEC;
  color: #74B61B;
  border-color: #74B61B;
}

/* LINKS IN CTA BUTTONS */
.cta a {
  color: inherit !important;
  text-decoration: none;
}

/* SECTIONS & SPACING ------------------------------------------------------- */
section {
  margin-bottom: 60px;
  padding: 40px 0;
  position: relative;
}
section:last-child {
  margin-bottom: 0;
}

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

/* LISTS, OL, UL ------------------------------------------------------------ */
ul, ol {
  padding-left: 24px;
  margin-bottom: 14px;
}
li {
  margin-bottom: 8px;
  letter-spacing: 0.005em;
}

/* HERO SECTIONS ------------------------------------------------------------ */
.content-wrapper h1, .content-wrapper h2 {
  margin-bottom: 18px;
}

/* TESTIMONIALS ------------------------------------------------------------- */
.testimonials {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 22px;
}
.testimonial-card p {
  font-style: italic;
  font-weight: 400;
}

/* FOOTER ------------------------------------------------------------------- */
footer {
  background: linear-gradient(85deg, #F5F9EF 65%, #ECF6F9 140%);
  border-top: 1.5px solid #e2e7ee;
  box-shadow: 0 -1.5px 12px 0 rgba(200,210,220,0.07);
  padding: 0;
  margin: 0;
}
footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 34px 18px 22px 18px;
  gap: 28px;
}
.footer-nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.footer-nav a {
  color: #5E5F73;
  font-size: 1rem;
  font-family: 'Montserrat', Arial, sans-serif;
  padding: 4px 10px;
  border-radius: 10px;
  transition: background 0.13s, color 0.15s;
}
.footer-nav a:hover {
  background: #EAF9EA;
  color: #50980F;
}
.footer-contact {
  color: #292E46;
  font-size: 0.99rem;
  line-height: 1.6;
  margin-bottom: 8px;
}
.footer-contact a {
  color: #50980F;
  font-weight: 500;
}
.footer-social {
  display: flex;
  gap: 16px;
  align-items: center;
}
.footer-social img {
  width: 32px;
  height: 32px;
  filter: drop-shadow(0 2px 8px rgba(140,180,120,0.1));
}

/* RESPONSIVE DESIGN -------------------------------------------------------- */
@media (max-width: 900px) {
  .container {
    max-width: 98vw;
    padding: 0 8vw;
  }
  .content-wrapper {
    padding: 22px 10px;
  }
  .footer-social img {
    width: 28px;
    height: 28px;
  }
  .footer-contact {
    font-size: 0.99rem;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }
  h1 {
    font-size: 1.62rem;
  }
  h2 {
    font-size: 1.2rem;
  }
  .container {
    padding: 0 10px;
  }
  .content-wrapper {
    padding: 16px 7px;
    margin-bottom: 18px;
  }
  .text-section {
    padding: 13px 5px;
    margin-bottom: 16px;
  }
  .card-container, .service-cards, .testimonials, .industry-logos, .service-icons, .technology-badges {
    gap: 16px;
  }
  .service-card {
    min-width: 98vw;
    max-width: 99vw;
    padding: 17px 9px 15px 13px;
  }
  .testimonial-card {
    min-width: 92vw;
    max-width: 98vw;
    font-size: 0.99em;
    padding: 17px 8px;
  }
  section {
    margin-bottom: 34px;
    padding: 24px 0;
  }
  .section {
    margin-bottom: 34px;
    padding: 24px 9px;
  }
  .mobile-menu {
    padding-top: 28px;
  }
  .footer-social {
    margin-top: 10px;
  }
  footer .container {
    flex-direction: column;
    gap: 18px;
    padding: 19px 5px 10px 10px;
  }
  .content-grid, .text-image-section {
    flex-direction: column;
    gap: 12px;
  }
  .testimonials {
    gap: 14px;
  }
}

/* More mobile tweaks */
@media (max-width: 520px) {
  html {
    font-size: 14px;
  }
  .logo img {
    height: 36px;
  }
  .service-card, .testimonial-card {
    min-width: 96vw;
    max-width: 100vw;
  }
}

/* FAQ ACCORDION ------------------------------------------------------------ */
.faq-accordion h2 {
  font-size: 1.18rem;
  margin: 22px 0 7px 0;
  color: #20264B;
}
.faq-accordion p {
  margin-bottom: 12px;
}

/* SPECIAL BADGES ----------------------------------------------------------- */
.technology-badges img, .industry-logos img, .service-icons img {
  filter: none;
  opacity: 0.93;
}

/* CARD MICRO-INTERACTIONS -------------------------------------------------- */
.service-card, .testimonial-card {
  transition: box-shadow 0.20s, transform 0.17s, border 0.16s;
}
.service-card:hover, .testimonial-card:hover {
  box-shadow: 0 8px 30px 0 rgba(116,182,27,0.08), 0 2px 10px rgba(120,180,240,0.10);
  transform: translateY(-3px) scale(1.012);
  border-color: #d1eeee;
}

/* QUICK CONTACT TEASERS ---------------------------------------------------- */
.quickcontact-teaser {
  margin: 32px 0 12px 0;
  padding: 18px 14px;
  background: #F1FAF3;
  border-radius: 11px;
  font-size: 1.07em;
  text-align: left;
}
.quickcontact-teaser p {
  margin-bottom: 10px;
}

/* COOKIE CONSENT BANNER ---------------------------------------------------- */
.cookie-consent-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  width: 100vw;
  background: #F6FBF3;
  box-shadow: 0 -2px 18px 0 rgba(38,51,45,0.06), 0 1px 8px #eaf6de;
  color: #132124;
  z-index: 1400;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 18px 28px;
  font-size: 1rem;
  gap: 18px;
  transition: transform 0.44s cubic-bezier(.36,1.25,.68,1), opacity 0.21s;
}
.cookie-consent-banner.hide {
  transform: translateY(120%);
  opacity: 0;
  pointer-events: none;
}
.cookie-consent-banner .cookie-buttons {
  display: flex;
  align-items: center;
  gap: 14px;
}
.cookie-consent-banner button {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1em;
  border-radius: 10px;
  padding: 11px 17px;
  margin: 0 2px;
  border: none;
  cursor: pointer;
  background: #F2F9EE;
  color: #20264B;
  font-weight: 500;
  transition: background 0.15s, color 0.13s, border 0.16s;
}
.cookie-consent-banner button.accept {
  background: #74B61B;
  color: #fff;
  font-weight: 700;
}
.cookie-consent-banner button.reject:hover {
  background: #FBF7EE;
  color: #C04524;
  border: 1px solid #eedebd;
}
.cookie-consent-banner button.settings {
  border: 1.2px solid #c8e7b6;
  background: #FAFCFE;
  color: #4a7054;
}
.cookie-consent-banner button.accept:hover,
.cookie-consent-banner button.accept:focus {
  background: #50980F;
  color: #fff;
}

@media (max-width: 768px) {
  .cookie-consent-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 6vw 16px 5vw;
    gap: 10px;
    font-size: 0.97em;
  }
  .cookie-consent-banner .cookie-buttons {
    flex-wrap: wrap;
    gap: 7px;
  }
}

/* COOKIE SETTINGS MODAL ---------------------------------------------------- */
.cookie-modal {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 1500;
  background: rgba(34, 44, 58, 0.36);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.22s;
}
.cookie-modal.open {
  opacity: 1;
  pointer-events: all;
}
.cookie-modal .modal-content {
  background: #FEFFFF;
  border-radius: 18px;
  box-shadow: 0 14px 40px 0 rgba(94,150,77,0.13), 0 2px 10px #e0f6e2;
  padding: 36px 32px;
  min-width: 310px;
  max-width: 94vw;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  animation: cookieModalAppear 0.44s cubic-bezier(.36,1.25,.68,1);
}
@keyframes cookieModalAppear {
  from { transform: scale(0.96) translateY(48px); opacity: 0; }
  to { transform: scale(1) translateY(0); opacity: 1; }
}
.cookie-modal .modal-content h2 {
  color: #20264B;
  font-size: 1.3rem;
  margin-bottom: 7px;
}
.cookie-modal .modal-content ul {
  padding-left: 22px;
}
.cookie-modal .modal-content li {
  margin-bottom: 7px;
  font-size: 1em;
}
.cookie-switch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-left: 2px;
  margin: 7px 0 7px 0;
}
.cookie-switch input[type=checkbox] {
  width: 36px;
  height: 20px;
  appearance: none;
  background: #ebf9f3;
  border-radius: 13px;
  position: relative;
  outline: none;
  transition: background 0.17s;
  border: 1.2px solid #63b21e;
}
.cookie-switch input[type=checkbox]:checked {
  background: #74B61B;
  border-color: #74B61B;
}
.cookie-switch input[type=checkbox]::after {
  content: '';
  display: block;
  position: absolute;
  left: 2.2px;
  top: 2px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1.2px 4px #cfd3e1;
  transition: left 0.18s;
}
.cookie-switch input[type=checkbox]:checked::after {
  left: 17.5px;
}
.cookie-switch label {
  font-size: 1em;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #34521B;
  user-select: none;
}
.cookie-modal .modal-close {
  position: absolute;
  top: 14px; right: 18px;
  background: #F3FFF2;
  border: none;
  font-size: 1.55rem;
  color: #74B61B;
  border-radius: 11px;
  padding: 5px 10px;
  cursor: pointer;
  transition: background 0.14s, color 0.16s;
  z-index: 10;
}
.cookie-modal .modal-close:hover {
  background: #e4fbe5;
  color: #307e18;
}
@media (max-width: 600px) {
  .cookie-modal .modal-content {
    padding: 16px 6vw;
    font-size: 0.97em;
  }
}

/* VISUAL STYLE: SOFT PASTEL ------------------------------------------------ */
body, .container, .main-nav, .content-wrapper, .service-card, .testimonial-card, .footer-contact, .cookie-consent-banner, .cookie-modal .modal-content {
  background-image: none !important;
  /* No gradients for accessibility, but preserve gentle pastel tones */
}
body {
  background-color: #FAFCFE;
}
.section, .text-section {
  background: #F8F9FC;
}
.content-wrapper {
  background: #FFFDFE;
}
/* Pastel palette accents */
.card-container, .service-cards, .testimonials, .industry-logos, .service-icons, .technology-badges {
  background: transparent;
}
.service-card, .testimonial-card {
  background: #EFF7F7;
  border: 1.5px solid #e3f2e6;
}
.testimonial-card {
  background: #F2F6FA;
  border-color: #e8f0fa;
}
.text-section {
  background: #f9fcf3;
}
footer, header {
  background-color: #F6F6F4;
}
/* Soft shadow on modal & cookie banner */
.cookie-consent-banner, .cookie-modal .modal-content {
  box-shadow: 0 4px 18px 0 rgba(160,180,180,0.10);
}

/* UNIQUE - PASTEL DECORATIVE ACCENTS (subtle) ------------------------------ */
@media (min-width: 900px) {
  section::before {
    content: "";
    display: block;
    position: absolute;
    right: 2vw;
    top: 15%;
    width: 80px; height: 80px;
    border-radius: 50%;
    background: #EAFDEA;
    z-index: 1;
    opacity: 0.13;
  }
  section::after {
    content: "";
    display: block;
    position: absolute;
    left: 3vw;
    bottom: 8%;
    width: 75px; height: 75px;
    border-radius: 45% 55% 57% 43% / 57% 58% 42% 43%;
    background: #CEF2FD;
    z-index: 0;
    opacity: 0.10;
  }
  .testimonial-card::before {
    content: "";
    display: block;
    position: absolute;
    right: 14px;
    bottom: 12px;
    width: 20px; height: 20px;
    border-radius: 50%;
    background: #EAF9FA;
    z-index: 0;
    opacity: 0.13;
  }
}

/* END ---------------------------------------------------------------------- */
