.elementor-37 .elementor-element.elementor-element-566e65d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-f875637 */.decisia-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  font-family: 'Barlow', sans-serif;
  background: rgba(22, 21, 46, 10);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: background 0.3s ease;
}

.decisia-header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.decisia-header__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
}

.decisia-header__logo img {
  height: 36px;
  width: auto;
  display: block;
}

.decisia-header__logo:hover {
  opacity: 0.85;
  color: #ffffff;
}

/* Nav desktop */
.decisia-header__nav-wrapper {
  display: flex;
}

.decisia-header__nav {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.decisia-header__nav a {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  padding: 6px 12px;
  letter-spacing: 0.03em;
  transition: color 0.2s ease;
  white-space: nowrap;
}

.decisia-header__nav a:hover {
  color: rgba(255,255,255,0.9);
}

.decisia-header__nav a.cta {
  color: #ffffff !important;
  background: #e03020;
  padding: 7px 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 11px;
  transition: background 0.2s ease;
}

.decisia-header__nav a.cta:hover {
  background: #c0251a;
  color: #ffffff !important;
}

.decisia-header__nav .current-menu-item > a,
.decisia-header__nav .current-menu-item > a:hover,
.decisia-header__nav a.active,
.decisia-header__nav a.active:hover {
  color: #e03020 !important;
}

/* Burger — caché sur desktop */
.decisia-header__burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  z-index: 1100;
}

.decisia-header__burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Animation burger → croix */
.decisia-header__burger.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.decisia-header__burger.open span:nth-child(2) {
  opacity: 0;
}
.decisia-header__burger.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Mobile */
@media (max-width: 900px) {

  .decisia-header__burger {
    display: flex;
  }

  .decisia-header__nav-wrapper {
    display: none;
    position: fixed;
    top: 64px;
    left: 0;
    width: 100%;
    background: rgba(10, 10, 10, 0.97);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid rgba(255,255,255,0.06);
    padding: 24px 0 32px;
    z-index: 999;
  }

  .decisia-header__nav-wrapper.open {
    display: flex;
  }

  .decisia-header__nav {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 0;
    padding: 0 32px;
  }

  .decisia-header__nav li {
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }

  .decisia-header__nav a {
    display: block;
    padding: 14px 0;
    font-size: 15px;
    color: rgba(255,255,255,0.7);
  }

  .decisia-header__nav li:last-child {
    border-bottom: none;
    margin-top: 16px;
  }

  .decisia-header__nav a.cta {
    display: inline-block;
    padding: 12px 24px;
    width: auto;
  }
}


.decisia-header__burger {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}/* End custom CSS */