.static-contact-status {
  min-height: 1.5em;
  color: #287ca5;
  font-weight: 600;
}

.fusion-animated-text { display: none !important; }
.fusion-animated-text.is-active { display: inline !important; }
.fusion-logo img { width: 150px !important; height: auto !important; }

/* Avada formerly applied these backgrounds at runtime from data-bg-url. */
.fusion-builder-column-11 .fusion-column-wrapper,
.fusion-builder-column-14 .fusion-column-wrapper,
.fusion-builder-column-15 .fusion-column-wrapper,
.fusion-builder-column-18 .fusion-column-wrapper,
.fusion-builder-column-19 .fusion-column-wrapper,
.fusion-builder-column-22 .fusion-column-wrapper {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}
.fusion-builder-column-11 .fusion-column-wrapper {
  background-image: url("/assets/images/sections/research-development.jpg");
  background-position: center center;
}
.fusion-builder-column-14 .fusion-column-wrapper { background-image: url("/assets/images/sections/products-services.jpg"); }
.fusion-builder-column-15 .fusion-column-wrapper { background-image: url("/assets/images/sections/innovation-consulting.jpg"); }
.fusion-builder-column-18 .fusion-column-wrapper { background-image: url("/assets/images/sections/partnerships.jpg"); }
.fusion-builder-column-19 .fusion-column-wrapper { background-image: url("/assets/images/sections/startups.jpg"); }
.fusion-builder-column-22 .fusion-column-wrapper { background-image: url("/assets/images/sections/training.jpg"); }

/* Repository-owned replacement for the former Avada parallax runtime. */
.fusion-builder-row-4 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-image: none !important;
}
.static-parallax-layer {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 150px;
  background-image: linear-gradient(90deg, #4099be 24%, rgba(255, 255, 255, 0) 59%), url("/assets/images/sections/synergy.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  will-change: transform;
}

.awb-swiper-carousel { overflow: hidden; }
.awb-swiper-carousel .swiper-wrapper {
  display: flex;
  transition: transform 500ms ease;
}
.awb-swiper-carousel .swiper-slide {
  flex: 0 0 25% !important;
  width: 25% !important;
}

.static-mobile-nav { display: none; }

.language-switch .language-link {
  font-weight: 700;
  letter-spacing: 0.04em;
}

.privacy-consent {
  position: fixed;
  z-index: 9999999;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 16px 24px;
  color: #212121;
  background: #fff;
  box-shadow: 0 -1px 10px #acabab4d;
}
.privacy-consent[hidden], .privacy-settings[hidden] { display: none !important; }
.privacy-consent__copy { flex: 1; }
.privacy-consent h2 { margin: 0 0 8px; color: #4099be; font-size: 18px; line-height: 1.3; }
.privacy-consent p { margin: 0; font-size: 14px; line-height: 1.7; }
.privacy-consent__actions { display: flex !important; gap: 8px; }
.privacy-consent button {
  display: block !important;
  min-width: 106px;
  padding: 8px 26px;
  color: #4099be;
  background: #fff;
  border: 2px solid #4099be;
  border-radius: 2px;
  cursor: pointer;
}
.privacy-consent .privacy-consent__accept { color: #fff; background: #4099be; }
.privacy-settings {
  position: fixed;
  z-index: 999999;
  bottom: 15px;
  left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  padding: 0;
  background: #0056a7;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}
.privacy-settings img { width: 30px; height: 30px; margin: 0; }
.privacy-settings:hover::before {
  content: attr(data-tooltip);
  position: absolute;
  left: calc(100% + 7px);
  width: max-content;
  padding: 4px 8px;
  color: #fff;
  background: #4e4b66;
  border-radius: 4px;
  font-size: 12px;
  line-height: 16px;
}
.privacy-settings:hover::after {
  content: "";
  position: absolute;
  left: calc(100% + 2px);
  border: 5px solid transparent;
  border-right-color: #4e4b66;
  border-left-width: 0;
}

.static-contact button[type="submit"] {
  border: 0;
  cursor: pointer;
}

.static-search-match {
  animation: static-search-highlight 2.2s ease-out;
}

@keyframes static-search-highlight {
  0%, 35% { background: #fce300; }
  100% { background: transparent; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 800px) {
  .fusion-main-menu, .fusion-mobile-nav-holder, .fusion-mobile-menu-search { display: none !important; }
  .fusion-header .fusion-row { display: flex; flex-direction: column; align-items: center; }
  .static-mobile-nav { display: block; width: 100%; margin: 4px 0 48px; }
  .static-mobile-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 44px;
    padding: 0 13px;
    color: #212326;
    background: #fff;
    border: 1px solid #e7e7e7;
    font: inherit;
    cursor: pointer;
  }
  .static-mobile-toggle span { display: block !important; }
  .static-mobile-toggle span:last-child { display: none !important; }
  .static-mobile-toggle::after {
    content: "";
    width: 22px;
    height: 16px;
    background: linear-gradient(to bottom, #434549 0 3px, transparent 3px 6px, #434549 6px 10px, transparent 10px 13px, #434549 13px 16px);
  }
  .static-mobile-panel { position: absolute; z-index: 10000; width: 100%; background: #fff; box-shadow: 0 8px 24px #0002; }
  .static-mobile-panel a { display: block; padding: 12px 14px; color: #212326; border-bottom: 1px solid #eee; }
  .awb-swiper-carousel .swiper-slide { flex-basis: 50% !important; width: 50% !important; }
}

@media (max-width: 576px) {
  .privacy-consent { display: block; padding: 16px 24px; }
  .privacy-consent__actions { flex-direction: column-reverse; margin-top: 10px; }
  .privacy-consent button { width: 100%; }
}
