.elementor-kit-16{--e-global-color-primary:#FF0033;--e-global-color-secondary:#00FFFF;--e-global-color-text:#E0E0E0;--e-global-color-accent:#FF9900;--e-global-typography-primary-font-family:"Orbitron";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#111111;font-family:"Rajdhani", Sans-serif;}.elementor-kit-16 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Odstęp pod sticky header dla kotwic */
:target {
  scroll-margin-top: 50px; /* dopasuj do wysokości Twojego headera */
}

/* Alternatywnie, jeśli scroll-margin-top nie działa w starszych przeglądarkach */
html {
  scroll-padding-top: 50px;
}



/* === HAMBURGER MENU === */

/* Hamburger widoczny tylko na mobile */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 35px;
  height: 25px;
  cursor: pointer;
  z-index: 1001;
}

.hamburger span {
  width: 100%;
  height: 4px;
  background: #00ffff; /* cyan neon */
  border-radius: 2px;
  transition: all 0.4s ease;
  box-shadow: 0 0 5px #00ffff;
}

/* Hamburger "X" po kliknięciu */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

/* Menu ukryte na mobile */
@media (max-width: 900px) {
  .menu-figurex ul {
    display: none !important;
    flex-direction: column;
    position: absolute;
    top: 100%;
    right: 0;
    background: rgba(17, 17, 17, 0.95);
    width: 100%;
    padding: 30px 0;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
  }

  .menu-figurex ul.active {
    display: flex !important;
  }

  .menu-figurex li {
    margin: 15px 0;
  }

  .menu-figurex a {
    font-size: 1.3rem;
    padding: 10px;
  }

  /* Hamburger widoczny na mobile */
  .hamburger {
    display: flex;
  }
}/* End custom CSS */