.elementor-3126 .elementor-element.elementor-element-e6f0a37{--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-9696044 *//* HEADER / МЕНЮ */

.sp-header-wrap {
  background: linear-gradient(90deg, #15803d, #22c55e, #0f766e);
  color: #f9fafb;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.sp-header {
  max-width: 1180px;
  margin: 0 auto;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 24px;
}

/* Логотип */
.sp-header-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sp-logo-mark {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #f9fafb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}

.sp-logo-bars {
  display: flex;
  gap: 3px;
}

.sp-logo-bar {
  width: 5px;
  height: 18px;
  border-radius: 999px;
}

.sp-logo-bar:nth-child(1) { background: #f97316; }
.sp-logo-bar:nth-child(2) { background: #facc15; }
.sp-logo-bar:nth-child(3) { background: #22c55e; }
.sp-logo-bar:nth-child(4) { background: #16a34a; }

.sp-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.sp-logo-main {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.08em;
}

.sp-logo-sub {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.14em;
}

/* Навігація */
.sp-header-nav {
  flex: 1 1 auto;
}

.sp-header-menu {
  display: flex;
  justify-content: center;
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sp-header-menu a {
  font-size: 14px;
  font-weight: 600;
  color: #f9fafb;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
}

.sp-header-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  border-radius: 999px;
  background: rgba(250, 204, 21, 0.9);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.16s ease;
}

.sp-header-menu a:hover::after {
  transform: scaleX(1);
}

/* Контакти справа */
.sp-header-contacts {
  font-size: 12px;
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.sp-header-label {
  opacity: 0.92;
  margin-right: 4px;
}

.sp-header-phone-row a {
  color: #f9fafb;
  text-decoration: none;
  font-weight: 700;
}

.sp-header-phone-row a:hover {
  text-decoration: underline;
}

.sp-header-divider {
  height: 1px;
  background: rgba(248, 250, 252, 0.35);
  margin: 3px 0;
}

/* Соціальні іконки */
.sp-header-social {
  margin-top: 4px;
  display: flex;
  justify-content: flex-end;
  gap: 6px;
}

.sp-header-social-icon {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.22);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-decoration: none;
  color: #f9fafb;
}

/* Цвета «под» мессенджеры */
.sp-header-social-viber { background: #7c3aed; }
.sp-header-social-telegram { background: #0ea5e9; }
.sp-header-social-whatsapp { background: #16a34a; }

/* Кнопка-бургер для мобільного */
.sp-header-toggle {
  display: none;
  margin-left: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(248, 250, 252, 0.5);
  background: rgba(15, 23, 42, 0.12);
  color: #f9fafb;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  gap: 6px;
  align-items: center;
}

.sp-header-toggle-lines {
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
}

.sp-header-toggle-lines span {
  width: 13px;
  height: 2px;
  border-radius: 999px;
  background: #f9fafb;
}

/* Адаптив */
@media (max-width: 1024px) {
  .sp-header {
    flex-wrap: wrap;
  }

  .sp-header-nav {
    order: 3;
    flex-basis: 100%;
  }

  .sp-header-contacts {
    order: 2;
    flex-basis: 100%;
    text-align: left;
    margin-top: 6px;
  }

  .sp-header-social {
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .sp-header {
    align-items: center;
  }

  .sp-header-nav {
    display: none;
  }

  .sp-header-nav.is-open {
    display: block;
    margin-top: 8px;
  }

  .sp-header-menu {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 18px;
  }

  .sp-header-contacts {
    font-size: 12px;
  }

  .sp-header-toggle {
    display: inline-flex;
  }
}
.sp-header-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.sp-header-logo svg {
  height: 42px;
  width: auto;
}
/* ===== LOGO NEON EFFECTS ===== */

.sp-header-logo svg {
  transition: transform 0.35s ease, filter 0.35s ease;
  transform-origin: left center;
}

/* Hover — усиление неона */
.sp-header-logo:hover svg {
  filter:
    drop-shadow(0 0 6px rgba(34,197,94,0.9))
    drop-shadow(0 0 14px rgba(34,197,94,0.6))
    drop-shadow(0 0 26px rgba(34,197,94,0.4));
  transform: translateY(-1px) scale(1.02);
}

/* Анимация появления */
@keyframes spLogoReveal {
  0% {
    opacity: 0;
    transform: translateY(-6px) scale(0.96);
    filter: blur(6px);
  }
  60% {
    opacity: 1;
    filter: blur(0);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}

.sp-header-logo.is-animated svg {
  animation: spLogoReveal 0.9s cubic-bezier(.22,.61,.36,1) forwards;
}
/* Осветление логотипа */
.sp-header-logo {
  filter: brightness(1.15) saturate(1.1);
  transition: filter 0.3s ease;
}

/* Hover — ещё светлее + неон */
.sp-header-logo:hover {
  filter:
    brightness(1.3)
    saturate(1.25)
    drop-shadow(0 0 6px rgba(34,197,94,0.8))
    drop-shadow(0 0 14px rgba(34,197,94,0.5));
}/* End custom CSS */