/*-------------------------*
    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 {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  background: #F4F7FB;
}
body {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 16px;
  background: #F4F7FB;
  color: #223C63;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: #223C63;
  text-decoration: none;
  transition: color 0.2s;
}
a:focus {
  outline: 2px solid #5DC67A;
  outline-offset: 2px;
}

/*-------------------------*
        Brand Fonts
 *-------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;700&family=Roboto:wght@400;500;700&display=swap');
h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', Arial, sans-serif;
  color: #223C63;
}
h1 {
  font-size: 2.2rem;
  line-height: 1.15;
  font-weight: 700;
  margin-bottom: 18px;
}
h2 {
  font-size: 1.65rem;
  font-weight: 700;
  margin-bottom: 16px;
}
h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 12px;
}
h4 {
  font-size: 1rem;
  margin-bottom: 8px;
}
h1, h2, h3 {
  letter-spacing: 0.01em;
}
p, ul, ol, li, table, .text-section, .faq-item, .quick-links {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
}
p {
  margin-bottom: 1.1em;
}

/*-------------------------*
    Container & Spacing
 *-------------------------*/
.container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.section, section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(34, 60, 99, 0.04);
}
main > section {
  margin-bottom: 60px;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 12px;
  position: relative;
  box-shadow: 0 2px 12px rgba(34, 60, 99, 0.035);
  transition: box-shadow 0.2s;
}
.card:hover {
  box-shadow: 0 4px 24px rgba(34, 60, 99, 0.08);
}
.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;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #F4F7FB;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(34,60,99,0.04);
  margin-bottom: 20px;
  color: #223C63;
  font-size: 1rem;
  min-height: 84px;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: #fff;
  border-radius: 10px;
  padding: 24px 18px;
  box-shadow: 0 2px 8px rgba(34,60,99,0.035);
  transition: box-shadow 0.2s, transform 0.2s;
  min-width: 220px;
  flex: 1;
  min-height: 220px;
}
.feature-item:hover {
  box-shadow: 0 4px 24px rgba(34,60,99,0.09);
  transform: translateY(-2px) scale(1.015);
}
/*--------------------*
      Header / Nav
*---------------------*/
header {
  background: #fff;
  box-shadow: 0 2px 14px rgba(34,60,99,0.06);
  border-radius: 0 0 18px 18px;
  margin-bottom: 30px;
}
header .container {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
header img {
  height: 48px;
  width: auto;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.main-nav a {
  color: #223C63;
  padding: 8px 0;
  font-family: 'Oswald', Arial, sans-serif;
  letter-spacing: .03em;
  font-size: 1.06rem;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  transition: border-color 0.16s, color 0.18s;
}
.main-nav a:hover, .main-nav a:focus {
  color: #5DC67A;
  border-bottom: 2px solid #5DC67A;
}
.cta-btn {
  background: #223C63;
  color: #fff;
  border: none;
  border-radius: 32px;
  padding: 11px 36px;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  cursor: pointer;
  margin-left: 22px;
  min-width: 165px;
  box-shadow: 0 1px 10px rgba(34,60,99,0.10);
  transition: background 0.18s, color 0.18s, transform 0.18s;
  position: relative;
  z-index: 2;
  display: inline-block;
  outline: 0;
}
.cta-btn:hover, .cta-btn:focus {
  background: #5DC67A;
  color: #223C63;
  transform: translateY(-1px) scale(1.03);
}
.mobile-menu-toggle {
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: #223C63;
  margin-left: 16px;
  display: none;
  z-index: 30;
  transition: color 0.17s;
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
.mobile-menu-toggle:hover, .mobile-menu-toggle:focus {
  color: #5DC67A;
  background: #F4F7FB;
}
/*-------------------------------*
    Mobile Menu + Overlay
*-------------------------------*/
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 320px;
  max-width: 90vw;
  height: 100vh;
  background: #fff;
  box-shadow: -8px 0 32px rgba(34,60,99,0.18);
  z-index: 1200;
  transform: translateX(100%);
  transition: transform 0.33s cubic-bezier(.4,1,.3,1);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 32px 0;
}
.mobile-menu.active {
  transform: translateX(0);
}
.mobile-menu-close {
  font-size: 2rem;
  background: none;
  border: none;
  color: #223C63;
  padding: 20px 18px 20px 18px;
  align-self: flex-end;
  cursor: pointer;
  margin-bottom: 13px;
  margin-top: 3px;
  transition: color 0.13s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  color: #5DC67A;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  padding: 0 30px;
  gap: 14px;
  margin-top: 10px;
}
.mobile-nav a {
  color: #223C63;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 1.11rem;
  font-weight: 500;
  letter-spacing: .03em;
  padding: 12px 0;
  border-bottom: 1px solid #f7fafd;
  transition: background 0.17s, color 0.17s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  color: #5DC67A;
  background: #F4F7FB;
  border-radius: 6px;
}

/*-------------
    Hero
--------------*/
.hero {
  background: linear-gradient(120deg, #F4F7FB 85%, #E8F5EF 115%);
  border-radius: 20px;
  box-shadow: 0 2px 14px rgba(34,60,99,0.06);
  margin-top: 18px;
  margin-bottom: 60px;
}
.hero .content-wrapper {
  align-items: flex-start;
  max-width: 620px;
  padding: 38px 10px 38px 0;
}
.hero p {
  font-size: 1.12rem;
  margin-bottom: 18px;
  color: #223C63;
  font-family: 'Roboto', sans-serif;
}

/*  Features section - index   */
.features .feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: flex-start;
}
.features .feature-item img {
  width: 48px;
  height: 48px;
  background: #f6fbf7;
  border-radius: 9px;
  padding: 7px;
}

/*  Services overview (index)  */
.services-overview ul, .why-us ul, .benefits ul, .regions ul, .deliverable-examples ul, .cookie-policy-section ul, .legal-section ul, .gdpr-section ul {
  margin-left: 24px;
  margin-bottom: 12px;
}
.services-overview ul li {margin-bottom: 10px;}

/*  Process (index)  */
.process ol {
  margin-left: 24px;
  margin-bottom: 14px;
  counter-reset: step;
}
.process li {
  margin-bottom: 10px;
  padding-left: 4px;
  position: relative;
  font-size: 1.01rem;
}
.process li strong {
  color: #223C63;
  font-weight: 700;
}

/*-------------------
      Card/Table
--------------------*/
.services-grid, .feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.service-item, .feature-item {
  flex: 1 1 220px;
  min-width: 210px;
  max-width: 330px;
}
.price-table {
  width: 100%;
  margin-bottom: 28px;
  border-collapse: collapse;
  background: #fff;
  border-radius: 11px;
  box-shadow: 0 1px 10px rgba(34,60,99,0.03);
  overflow: hidden;
}
.price-table th, .price-table td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid #F4F7FB;
  font-family: 'Roboto', Arial, sans-serif;
}
.price-table th {
  background: #F4F7FB;
  color: #223C63;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 1.05rem;
}
.price-table tr:last-child td {
  border-bottom: none;
}

/*-------------------
        CTA
--------------------*/
.cta, .cta-section {
  background: #E8F5EF;
  border-radius: 13px;
  box-shadow: 0 2px 10px rgba(34,60,99,0.04);
  margin-bottom: 60px;
  text-align: left;
}
.cta .content-wrapper,
.cta-section .content-wrapper {
  align-items: flex-start;
}
.cta-section .cta-btn {margin-top: 12px;}

/*--------------------
  Testimonials
----------------------*/
.testimonials .testimonial-card {
  background: #F4F7FB;
  color: #223C63;
  border-left: 5px solid #5DC67A;
  box-shadow: 0 1px 16px rgba(34,60,99,0.045);
  margin-bottom: 22px;
}
.testimonial-card p {
  font-size: 1.09rem;
  margin: 0 0 3px 0;
}
.testimonial-card span {
  font-size: 0.98rem;
  color: #4B5F7B;
  margin-left: 10px;
  font-weight: 500;
}

/*---------------------
       About/Legal
----------------------*/
.text-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.about-mission, .team-section, .why-us, .legal-section, .cookie-policy-section, .gdpr-section, .terms-section, .thank-you-section {
  background: #fff;
  box-shadow: 0 2px 12px rgba(34,60,99,.025);
}
.about-mission h1, .thank-you-section h1
{margin-top:10px;}

/*---------------------
       FAQ
----------------------*/
.faq-list .faq-item {
  background: #F4F7FB;
  padding: 18px 20px;
  border-radius: 9px;
  margin-bottom: 16px;
  box-shadow: 0 1px 8px rgba(34,60,99,0.03);
}
.faq-list .faq-item h2 {
  font-size: 1.09rem;
  margin-bottom: 7px;
}
.quick-links {
  margin-top: 24px;
  background: #E8F5EF;
  padding: 18px 24px;
  border-radius: 7px;
  box-shadow:0 1px 8px rgba(34, 60, 99, 0.025);
}
.quick-links h3 {
  font-size: 1.01rem;
  margin-bottom: 8px;
}
.quick-links a {
  color: #223C63;
  text-decoration: underline;
  margin-right: 11px;
}
.quick-links a:hover { color: #5DC67A; }

/*-------------------------
Address & Contact Details
--------------------------*/
.contact-details, .address-map {
  margin-top: 16px;
  margin-bottom: 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/*-------------------------
      Footer
--------------------------*/
footer {
  background: #F4F7FB;
  padding: 38px 0 18px 0;
  border-radius: 18px 18px 0 0;
  box-shadow: 0 -1px 10px rgba(34,60,99,0.06);
  margin-top: 46px;
  font-size: 0.96rem;
}
footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
footer img {
  width: 56px;
  margin-bottom: 5px;
}
.footer-nav {
  display: flex;
  gap: 18px;
  margin-bottom: 4px;
  flex-wrap: wrap;
}
.footer-nav a {
  color: #223C63;
  opacity: .98;
  font-weight: 400;
  font-size: .96rem;
}
.footer-nav a:hover {
  color: #5DC67A;
}
footer p, footer a { color: #384E6E; }
footer a:hover { color: #5DC67A; }
footer div > p {
  margin-bottom: 7px;
}

/*------------------------------
  Cookie Consent Banner & Modal
-------------------------------*/
#cookie-consent-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  color: #223C63;
  border-top: 3px solid #5DC67A;
  box-shadow: 0 -2px 28px rgba(34,60,99,0.09);
  z-index: 2005;
  width: 100%;
  padding: 18px 14px 18px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  transition: transform 0.35s cubic-bezier(.4,1,.3,1), opacity 0.15s;
}
#cookie-consent-banner.hide {
  transform: translateY(120%);
  opacity: 0;
  pointer-events: none;
}
#cookie-consent-banner p {
  font-size: 1rem;
  color: #223C63;
  margin-bottom: 0;
}
.cookie-actions {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.cookie-btn {
  border: none;
  border-radius: 25px;
  padding: 8px 22px;
  font-size: 1rem;
  font-family: 'Oswald', Arial, sans-serif;
  cursor: pointer;
  margin-right: 3px;
  letter-spacing: .03em;
  font-weight: 500;
  transition: background .16s, color .15s, box-shadow .16s;
  box-shadow: 0 1px 7px rgba(34,60,99,.07);
}
.cookie-btn.accept {
  background: #5DC67A;
  color: #fff;
}
.cookie-btn.reject {
  background: #223C63;
  color: #fff;
}
.cookie-btn.settings {
  background: #F4F7FB;
  color: #223C63;
}
.cookie-btn.accept:hover, .cookie-btn.accept:focus {
  background: #30a45f;
}
.cookie-btn.reject:hover, .cookie-btn.reject:focus {
  background: #2d5074;
}
.cookie-btn.settings:hover, .cookie-btn.settings:focus {
  background: #e1ece7;
}
/* Cookie Modal */
#cookie-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-55%) scale(1);
  background: #fff;
  z-index: 2100;
  min-width: 320px;
  max-width: 92vw;
  width: 420px;
  border-radius: 15px;
  box-shadow: 0 6px 36px rgba(34,60,99,.16);
  padding: 34px 30px 28px 30px;
  display: none;
  flex-direction: column;
  gap: 15px;
  animation: fadeIn .32s cubic-bezier(.4,1,.3,1);
}
#cookie-modal.active {
  display: flex;
}
#cookie-modal h2 {
  font-size: 1.24rem;
  margin-bottom: 9px;
  color: #223C63;
}
#cookie-modal label {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  margin-left: 8px;
  color: #223C63;
}
#cookie-modal .modal-actions {
  display: flex;
  gap: 12px;
  margin-top: 20px;
  justify-content: flex-end;
}
.cookie-category {
  display: flex;
  align-items: center;
  margin-bottom: 11px;
}
.cookie-switch {
  appearance: none;
  width: 38px;
  height: 20px;
  background: #E8F5EF;
  border-radius: 16px;
  position: relative;
  cursor: pointer;
  outline: none;
  transition: background 0.18s;
  border: 1.5px solid #c4e5d5;
}
.cookie-switch:checked {
  background: #5DC67A;
  border-color: #45ac6d;
}
.cookie-switch:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.cookie-switch:before {
  content: '';
  position: absolute;
  left: 2.2px;
  top: 2.2px;
  width: 15.5px;
  height: 15.5px;
  border-radius: 50%;
  background: #fff;
  transition: transform 0.15s cubic-bezier(.4,1,.3,1);
  box-shadow: 0 1px 4px rgba(34,60,99,0.10);
}
.cookie-switch:checked:before {
  transform: translateX(17px);
}
.modal-close-btn {
  background: none;
  border: none;
  position: absolute;
  right: 17px;
  top: 17px;
  font-size: 1.65rem;
  color: #223C63;
  cursor: pointer;
  transition: color 0.14s;
}
.modal-close-btn:hover, .modal-close-btn:focus { color: #5DC67A; }

@keyframes fadeIn {
  from { opacity: 0; transform: translate(-50%,-58%) scale(.98); }
  to { opacity: 1; transform: translate(-50%,-55%) scale(1); }
}

/* Overlay for Cookie Modal */
#cookie-modal-overlay {
  position: fixed;
  left: 0; right: 0; top: 0; bottom: 0;
  background: rgba(34,60,99,0.18);
  z-index: 2009;
  display: none;
  animation: fadeIn .29s cubic-bezier(.4,1,.3,1);
}
#cookie-modal-overlay.active {
  display: block;
}

/*-----------------------------
     Utility Classes
------------------------------*/
.hide {display:none!important;}
.flex {display:flex;}
.center {align-items:center;justify-content:center;}

/*-------------------
    Animations
-------------------*/
.cta-btn, .cookie-btn, .feature-item, .faq-item, .testimonial-card {
  transition: box-shadow 0.17s, background 0.18s, color 0.17s;
}


/*----------------------------------
      Responsive Breakpoints
-----------------------------------*/
@media (max-width: 1120px) {
  .container {max-width: 96vw;}
}
@media (max-width: 991px) {
  .main-nav {
    gap: 18px;
  }
  .footer-nav {
    gap: 12px;
  }
  .feature-grid, .services-grid {
    gap: 18px;
  }
  .content-wrapper {
    gap: 14px;
  }
}
@media (max-width: 850px) {
  .main-nav {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 100vw;
    padding-left: 10px;
    padding-right: 10px;
  }
  .section, section {
    padding: 28px 7px;
    margin-bottom: 38px;
  }
  .feature-grid, .services-grid, .content-grid {
    flex-direction: column;
    gap: 20px;
  }
  .main-nav {
    display: none;
  }
  .cta-btn {
    margin-left: 0;
    min-width: 110px;
    width: 100%;
    padding: 10px 0;
    font-size: 1.01rem;
  }
  header .container {
    gap: 6px;
  }
  .mobile-menu-toggle {
    display: block;
  }
  .footer-nav {
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }
  .testimonial-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 15px 12px;
  }
  .text-image-section {
    flex-direction: column;
    gap: 18px;
  }
}
@media (max-width: 600px) {
  h1 {font-size: 1.27rem; margin-bottom: 13px;}
  h2 {font-size: 1.05rem; margin-bottom: 9px;}
  section, .section {padding: 20px 0;}
  .footer-nav {font-size: .92rem;}
  .feature-item, .card {min-width: 96vw; max-width:100vw;}
}

/*---------------------
    Accessibility
----------------------*/
:focus {
  outline: 2px solid #5DC67A;
  outline-offset: 2px;
}

/*---------------------
    Misc Card/Section
----------------------*/
.card, .service-item {
  margin-bottom: 20px;
  padding: 21px 17px;
}

/******** END ******/
