/* RESET & BASELINE -------------------------------------------------- */
html {
  box-sizing: border-box;
  font-size: 100%;
  scroll-behavior: smooth;
}
*, *:before, *:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Roboto', Arial, sans-serif;
  color: #1B263B;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  min-height: 100vh;
  background-color: #E0E1DD;
}
img, svg {
  max-width: 100%;
  display: block;
}
a {
  color: #3C6997;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #FFD600;
  outline: none;
}
ul, ol {
  padding-left: 24px;
  margin-bottom: 16px;
}
li {
  margin-bottom: 8px;
}

/* CONTAINER & LAYOUT -------------------------------------------------- */
.container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 12px #1B263B22;
  margin-bottom: 20px;
  position: relative;
  transition: transform 0.18s, box-shadow 0.2s;
  padding: 28px 22px 24px 22px;
  display: flex;
  flex-direction: column;
}
.card:hover {
  transform: translateY(-4px) scale(1.025);
  box-shadow: 0 6px 28px #3C699733;
}
.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: center;
  gap: 20px;
  background: #fff;
  color: #1B263B;
  box-shadow: 0 3px 18px #3C699722;
  border-radius: 20px;
  padding: 20px 28px;
  margin-bottom: 24px;
  min-width: 280px;
  max-width: 400px;
  flex: 1 1 280px;
  transition: box-shadow 0.2s, transform 0.17s;
}
.testimonial-card:hover {
  box-shadow: 0 8px 36px #FF9100aa, 0 4px 16px #1B263B11;
  transform: scale(1.03);
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/* HERO & ACCENT -------------------------------------------------- */
h1, .h1 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 2.75rem;
  font-weight: 800;
  letter-spacing: -1.5px;
  color: #14213D;
  margin-bottom: 10px;
}
h2, .h2 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.8px;
  color: #1B263B;
  margin-bottom: 8px;
}
h3, .h3 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: -0.2px;
  color: #2677eb;
  margin-bottom: 8px;
}
.text-section h3 {
  color: #F72585;
  font-size: 1.1rem;
  margin-bottom: 3px;
}
.text-section ul {
  margin-bottom: 18px;
}
p {
  color: #222e46;
  margin-bottom: 14px;
  font-size: 1.09rem;
}

/* BUTTONS & LINKS -------------------------------------------------- */
.cta-button,
.cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 14px 34px;
  border-radius: 50px;
  background: #35A7FF;
  color: #fff;
  border: none;
  box-shadow: 0 4px 16px #35A7FF33;
  transition: background .2s, transform .2s, box-shadow .16s;
  gap: 10px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 8px;
}
.cta-link {
  background: transparent;
  color: #3C6997;
  text-decoration: underline;
  box-shadow: none;
  padding: 0.2em 0.7em;
  border-radius: 20px;
  font-size: 1rem;
}
.cta-button:hover,
.cta-button:focus {
  background: #F72585;
  color: #fff;
  transform: scale(1.045);
  box-shadow: 0 7px 28px #F7258522;
}
.cta-link:hover,
.cta-link:focus {
  color: #F72585;
  background: #ECF9FF;
}
button {
  font-family: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  background: transparent;
}

/* NAVIGATION -------------------------------------------------- */
header {
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 18px #3C699713;
  position: sticky;
  top: 0;
  z-index: 1000;
}
header .container {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  gap: 18px;
}
header img {
  height: 38px;
}
nav.main-nav {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
}
.main-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #3C6997;
  letter-spacing: 0.1px;
  transition: color 0.18s;
  padding: 7px 12px;
}
.main-nav a:hover,
.main-nav a.active {
  color: #F72585;
}
.mobile-menu-toggle {
  display: none;
  font-size: 2rem;
  background: #3C6997;
  color: #fff;
  border-radius: 10px;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  z-index: 1051;
  transition: background 0.18s, color 0.15s, transform 0.13s;
}
.mobile-menu-toggle:active {
  background: #F72585;
}

/* MOBILE NAV -------------------------------------------------- */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: #FFFFFFee;
  z-index: 1999;
  transform: translateX(-100vw);
  transition: transform 0.35s cubic-bezier(0.53,1.35,0.35,0.87);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 36px 22px 0 22px;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  font-size: 2.1rem;
  color: #3C6997;
  align-self: flex-end;
  margin-bottom: 12px;
  background: transparent;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.25rem;
  color: #1B263B;
  font-weight: 700;
  padding: 13px 0;
  border-bottom: 1px solid #E0E1DD;
  transition: color 0.21s, background 0.19s;
  width: 100%;
}
.mobile-nav a:last-child {
  border-bottom: none;
}
.mobile-nav a:hover,
.mobile-nav a:focus {
  color: #F72585;
  background: #D7F9FF;
}

/* SECTIONS & FLEX GRIDS ---------------------------------------------- */
.feature-grid, .service-overview, .service-list, .benefits-grid, .industry-feature-grid, .post-grid, .leadership-profiles, .statistics-grid, .testimonial-slider, .testimonial-slider-full, .case-study-list, .content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
  margin-bottom: 16px;
}
.feature-grid {
  justify-content: space-between;
}
.feature, .service-teaser, .service-detail, .industry-feature, .blog-post, .case-study {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px #35A7FF22;
  padding: 30px 22px;
  transition: box-shadow 0.18s, transform .18s;
  flex: 1 1 280px;
  max-width: 350px;
  min-width: 260px;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.feature:hover, .service-teaser:hover, .service-detail:hover, .industry-feature:hover, .blog-post:hover, .case-study:hover {
  box-shadow: 0 7px 38px #F7258540, 0 2px 10px #3C699720;
  transform: translateY(-6px) scale(1.035);
}
.statistics-grid > div {
  background: #F72585;
  color: #fff;
  border-radius: 16px;
  flex: 1 1 120px;
  text-align: center;
  padding: 30px 10px 18px 10px;
  margin-bottom: 24px;
  transition: box-shadow .18s, transform 0.18s;
}
.statistics-grid > div h3 {
  color: #FFD600;
  font-size: 2.5rem;
  font-weight: 900;
}
.statistics-grid > div:hover {
  box-shadow: 0 7px 33px #FFD60044;
  transform: scale(1.055);
}
.leadership-profiles {
  gap: 18px;
  margin-top: 12px;
}
.leadership-profile {
  background: #3C699708;
  border-radius: 13px;
  padding: 18px 16px 14px 16px;
  flex: 1 1 190px;
}

/* BLOG POST CARDS ------------------------------------------------- */
.post-grid {
  justify-content: space-between;
  gap: 22px;
}
.blog-post {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 10px #F7258533;
  padding: 26px 17px 22px 17px;
  margin-bottom: 18px;
  flex: 1 1 250px;
  min-width: 220px;
  min-height: 190px;
}
.featured-post {
  border: 2.5px solid #FFD600;
  background: #FFF7DF;
}
.category-tag {
  display: inline-block;
  background: #3C6997;
  color: #fff;
  border-radius: 12px;
  padding: 2px 12px;
  margin: 7px 0 12px 0;
  font-size: 0.93rem;
  font-family: 'Montserrat', Arial, sans-serif;
}

/* CASE STUDY --------------------------------------------------- */
.case-study-list {
  gap: 22px;
}
.case-study {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px #3C699710;
  padding: 24px 18px 14px 18px;
  flex: 1 1 220px;
  position: relative;
}

/* LEGAL TEXTS -------------------------------------------------- */
.legal-text h2 {
  margin-top: 23px;
  color: #1B263B;
  font-size: 1.23rem;
  font-weight: 700;
}
.legal-text p, .legal-text ul, .legal-text li {
  color: #2B313C;
  font-size: 1.05rem;
}
.legal-text ul {
  padding-left: 22px;
  margin-top: 10px;
}

/* CTA -------------------------------------------------- */
.next-steps {
  margin-top: 20px;
}
.next-steps h2 {
  font-size: 1.4rem;
  margin-bottom: 7px;
}

/* ADDRESS & MAP -------------------------------------------- */
.address-block, .contact-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 18px;
}
.contact-info span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1B263B;
  font-size: 1.04rem;
}
.map-embed {
  display: flex;
  align-items: center;
  gap: 28px;
  border-radius: 15px;
  background: #E0E1DD;
  padding: 18px 20px;
}
.map-embed img {
  width: 78px;
  height: 78px;
  min-width: 78px;
}

/* FOOTER -------------------------------------------------- */
footer {
  background: #1B263B;
  color: #E0E1DD;
  padding: 42px 0 12px 0;
}
footer .container {
  flex-direction: column;
  gap: 32px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 18px;
  justify-content: flex-start;
}
.footer-nav a {
  color: #FFD600;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 1.06rem;
  transition: color 0.18s;
}
.footer-nav a:hover {
  color: #F72585;
}
footer .contact-info span {
  color: #E0E1DD;
}
.newsletter-signup {
  background: #fff;
  color: #1B263B;
  border-radius: 15px;
  padding: 24px 24px;
  max-width: 420px;
  margin-top: 23px;
  margin-bottom: 12px;
  box-shadow: 0 2px 14px #3C699722, 0 2px 14px #FFD60022;
}
.newsletter-signup h3 {
  font-size: 1.22rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 7px;
  color: #3C6997;
}
.newsletter-signup p {
  font-size: 1.05rem;
  color: #1B263B;
}

/* TESTIMONIALS ---------------------------------------------- */
.testimonial-slider, .testimonial-slider-full {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
  margin-top: 18px;
}
.testimonial-card p {
  color: #222e46;
  font-size: 1.08rem;
  font-weight: 500;
  margin-bottom: 2px;
  text-align: center;
}
.testimonial-card span {
  color: #3C6997;
  font-size: 0.95rem;
  font-weight: 700;
  text-align: center;
}

/* SPECIALS -------------------------------------------------- */
.certificates p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.08rem;
  color: #2677eb;
  margin-top: 18px;
}
.case-studies-teaser, .case-highlights {
  margin-top: 18px;
  padding: 17px 20px;
  background: #E0E1DD;
  border-radius: 12px;
  color: #1B263B;
}

/* PROCESS STEPS --------------------------------------------- */
.process-steps {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 26px;
  padding-left: 0;
  margin-top: 18px;
  list-style: none;
  justify-content: flex-start;
}
.process-steps li {
  flex: 1 1 180px;
  min-width: 180px;
  background: #ffffff;
  padding: 20px 14px 12px 14px;
  border-radius: 12px;
  box-shadow: 0 2px 10px #35A7FF18;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.process-steps img {
  width: 36px;
  height: 36px;
  min-width: 36px;
  margin-top: 4px;
}
.process-steps strong {
  color: #F72585;
}

/* GAP CORRECTIONS --------------------------------------------------- */
.feature-grid, .service-overview, .service-list, .benefits-grid, .industry-feature-grid, .post-grid, .leadership-profiles, .statistics-grid, .testimonial-slider, .testimonial-slider-full, .case-study-list, .content-grid {
  margin-bottom: 0;
  gap: 20px;
}
.card, .feature, .service-teaser, .service-detail, .industry-feature, .blog-post, .case-study {
  margin-bottom: 20px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}

/* COOKIE BANNER ---------------------------------------------------- */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: 3000;
  background: #14213D;
  color: #fff;
  padding: 24px 16px 18px 16px;
  box-shadow: 0 -4px 26px #F7258525;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 1.09rem;
}
.cookie-banner p {
  flex: 1 1 300px;
  margin-bottom: 0;
}
.cookie-banner-actions {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.cookie-btn {
  padding: 8px 16px;
  font-size: 1rem;
  border-radius: 20px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: background 0.18s, color 0.19s;
}
.cookie-accept {
  background: #35A7FF;
  color: #fff;
}
.cookie-accept:hover {
  background: #F72585;
}
.cookie-reject {
  background: #E0E1DD;
  color: #1B263B;
}
.cookie-reject:hover {
  background: #FEE7FC;
  color: #F72585;
}
.cookie-settings {
  background: transparent;
  color: #FFD600;
  text-decoration: underline;
}
.cookie-settings:hover {
  background: #F7258511 ;
  color: #F72585 !important;
}
@media (max-width: 768px) {
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding: 22px 6px 16px 6px;
    font-size: 1.01rem;
  }
}

/* COOKIE SETTINGS MODAL ----------------------------------- */
.cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 3500;
  background: #000C 66%;
  display: none;
  align-items: center;
  justify-content: center;
  animation: fadeinbg 0.25s;
}
.cookie-modal.open {
  display: flex;
}
@keyframes fadeinbg {
  from { opacity: 0; } to { opacity: 1; }
}
.cookie-modal-dialog {
  background: #fff;
  color: #1B263B;
  border-radius: 18px;
  padding: 36px 26px 22px 26px;
  min-width: 320px;
  max-width: min(96vw,400px);
  box-shadow: 0 0px 48px #1B263B33, 0 2px 8px #F7258511;
  display: flex;
  flex-direction: column;
  gap: 23px;
  animation: fadeinmodal 0.33s cubic-bezier(0.5,1,0.2,1);
}
@keyframes fadeinmodal {
  0% { opacity: 0; transform: translateY(42px) scale(0.92);} 
  100% { opacity: 1; transform: translateY(0) scale(1); }
}
.cookie-modal-dialog h2 {
  color: #3C6997;
  font-size: 1.32rem;
  font-family: 'Montserrat', Arial, sans-serif;
}
.cookie-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  margin-bottom: 14px;
}
.cookie-category .toggle {
  appearance: none;
  background: #E0E1DD;
  outline: none;
  border-radius: 16px;
  width: 43px;
  height: 24px;
  position: relative;
  cursor: pointer;
  transition: background .22s;
}
.cookie-category .toggle:checked {
  background: #35A7FF;
}
.cookie-category .toggle:before {
  content: '';
  position: absolute;
  left: 4px;
  top: 4px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 100%;
  transition: left .22s;
}
.cookie-category .toggle:checked:before {
  left: 23px;
  background: #F72585;
}
.cookie-category label {
  font-family: 'Montserrat', Arial, sans-serif;
}
.cookie-modal-actions {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 6px;
}

/* UTILITIES -------------------------------------------------- */
@media (max-width:1024px) {
  .container {
    max-width: 94vw;
  }
}
@media (max-width: 900px) {
  .feature-grid, .service-overview, .service-list, .benefits-grid, .industry-feature-grid, .post-grid,
  .leadership-profiles, .statistics-grid, .testimonial-slider, .testimonial-slider-full, .case-study-list, .content-grid {
    gap: 14px;
  }
  nav.main-nav {
    gap: 15px;
  }
}
/* MOBILE RESPONSIVENESS ---------------------------------------------- */
@media (max-width: 768px) {
  header .container {
    flex-direction: row;
    gap: 5px;
    height: 62px;
    padding: 0 7px;
  }
  nav.main-nav {
    display: none;
  }
  .cta-button {
    font-size: 1rem;
    padding: 9px 18px;
    margin-right: 5px;
  }
  .mobile-menu-toggle {
    display: inline-flex;
  }
  .feature-grid, .service-overview, .service-list, .benefits-grid, .industry-feature-grid, .post-grid, .leadership-profiles, .statistics-grid, .testimonial-slider, .testimonial-slider-full, .case-study-list, .content-grid {
    flex-direction: column;
    gap: 14px;
  }
  .text-image-section {
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
  }
  .leadership-profiles {
    flex-direction: column;
    gap: 10px;
  }
  .card, .feature, .service-teaser, .service-detail, .industry-feature, .blog-post, .case-study {
    min-width: 0;
    max-width: 99vw;
  }
  .statistics-grid > div {
    min-width: 0;
    max-width: 99vw;
    font-size: 1rem;
    padding: 16px 7px 12px 7px;
  }
  h1, .h1 { font-size: 2rem; }
  h2, .h2 { font-size: 1.27rem; }
  h3, .h3 { font-size: 1.07rem; }
  .section, .content-wrapper { padding: 22px 4px; }
  .map-embed { flex-direction: column; gap: 10px; align-items: flex-start; }
  .newsletter-signup { padding: 13px 8px; }
  .testimonial-card {
    max-width: 90vw;
    min-width: 0;
    padding: 15px 10px;
  }
  .feature-grid, .card-container, .content-grid, .testimonial-slider, .case-study-list {
    flex-direction: column;
    gap: 14px;
  }
}
@media (max-width: 500px) {
  .newsletter-signup {
    max-width: 99vw;
  }
  .cookie-modal-dialog {padding: 18px 7px 12px 7px;}
}

/* ANIMATION UTILS -------------------------------------------------- */
@media (prefers-reduced-motion: no-preference) {
  .cta-button, .feature, .service-teaser, .service-detail, .industry-feature, .blog-post, .case-study, .testimonial-card, .card {
    transition: box-shadow 0.18s, transform 0.19s, background 0.18s;
  }
  .main-nav a, .footer-nav a {
    transition: color 0.2s, background 0.18s;
  }
  .mobile-menu {
    transition: transform 0.38s cubic-bezier(0.53,1.35,0.35,0.87);
  }
  .cookie-banner, .cookie-banner-actions .cookie-btn {
    transition: background 0.23s, color 0.22s;
  }
}

/* HIGH ENERGY COLORS & SHADOW -------------------------------------- */
.feature, .service-teaser, .industry-feature, .service-detail {
  border: 2.5px solid #FFD60011;
  box-shadow: 0 3px 20px #35A7FF12, 0 1px 3px #F7258533;
}
.feature img, .service-teaser img, .industry-feature img, .service-detail img {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
}
h1, h2, .cta-button, .category-tag, .testimonial-card, .statistics-grid > div {
  /* Electric highlight borders for vibrancy! */
  border-bottom: 0.5px solid #FFD60033;
}
.feature:hover, .industry-feature:hover, .service-detail:hover, .service-teaser:hover {
  border-color: #F72585;
}

/* COLORS & EMPHASIS ----------------------------------------------- */
:root {
  --primary: #1B263B;
  --secondary: #3C6997;
  --accent: #E0E1DD;
  --electric: #35A7FF;
  --hot-pink: #F72585;
  --yellow: #FFD600;
  --text: #1B263B;
  --bg: #E0E1DD;
}

/* END OF CSS */
