.elementor-528 .elementor-element.elementor-element-f7ad494{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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-8de465f *//* =========================================================
   JENDROSZCZYK – HEADER CSS (CLEAN v4)
   - logo 35px desktop / 24px mobile (bez konfliktów)
   - menu białe, hover pomarańcz
   - przyciski jasnoszare, hover białe + pomarańczowy tekst
   - hamburger zawsze 3 kreski (widoczny)
   ========================================================= */

:root{
  --jj-bg: rgba(15, 18, 25, .82);
  --jj-border: rgba(255,255,255,.10);
  --jj-text: #ffffff;
  --jj-muted: rgba(255,255,255,.72);
  --jj-orange: #ff8a00;
  --jj-radius: 16px;
  --jj-max: 1200px;
}

/* Header */
.jj-header{
  position: sticky;
  top: 0;
  z-index: 9999;
  background: var(--jj-bg);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--jj-border);
}

/* Reset linków (Astra/Elementor potrafi mieszać kolory) */
.jj-header a,
.jj-header a:visited{
  color: var(--jj-text);
  text-decoration: none;
}

/* Wrap */
.jj-header__wrap{
  max-width: var(--jj-max);
  margin: 0 auto;
  padding: 10px 16px;              /* lekko większe pod logo 35px */
  display: flex;
  align-items: center;
  gap: 14px;
}

/* Brand: logo + tag w jednej linii */
.jj-brand{
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 260px;
}

/* LOGO – łapiemy każdy wariant img */
.jj-header .jj-brand__img,
.jj-header .jj-brand img,
.jj-header .jj-brand picture img{
  height: 35px !important;         /* DOCZELOWE */
  max-height: 35px !important;
  width: auto !important;
  display: block;
  margin: 0 !important;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,.25));
}

.jj-brand__tag{
  font-size: 12px;
  color: var(--jj-muted);
  line-height: 1.1;
  margin: 0;
  white-space: nowrap;
}

/* NAV */
.jj-nav{
  flex: 1;
  margin-left: 6px;
}

.jj-nav__list{
  list-style: none;
  display: flex;
  gap: 14px;
  align-items: center;
  margin: 0;
  padding: 0;
}

.jj-nav__link{
  display: inline-flex;
  padding: 9px 10px;
  border-radius: 12px;
  font-weight: 900;
  font-size: 14px;
  color: rgba(255,255,255,.92) !important;
  transition: background .15s ease, transform .15s ease, color .15s ease;
}

.jj-nav__link:hover{
  background: rgba(255,255,255,.06);
  transform: translateY(-1px);
  color: var(--jj-orange) !important;
}

/* CTA */
.jj-cta{
  display: flex;
  gap: 10px;
  align-items: center;
}

/* Buttons – wszystkie takie same */
.jj-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  border-radius: 14px;
  font-weight: 900;
  font-size: 12.5px;
  line-height: 1;
  white-space: nowrap;

  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.92) !important;

  transition: transform .15s ease, background .15s ease, border-color .15s ease, color .15s ease;
}

.jj-btn:hover{
  background: rgba(255,255,255,.95);
  border-color: rgba(255,255,255,.95);
  color: var(--jj-orange) !important;
  transform: translateY(-1px);
}

/* Burger – 3 kreski zawsze */
.jj-burger{
  display: none;                   /* włączamy w mobile */
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(255,255,255,.18);
  cursor: pointer;

  padding: 0 !important;
  outline: none !important;
  box-shadow: none !important;

  /* WYMUSZENIE 3 kresek */
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
}

.jj-burger__line{
  display: block !important;
  width: 18px !important;
  height: 2px !important;
  margin: 0 !important;
  background: #ffffff !important;
  opacity: 1 !important;
  border-radius: 2px !important;
}

/* Hover hamburgera */
.jj-burger:hover{
  background: #ffffff;
  border-color: #ffffff;
}
.jj-burger:hover .jj-burger__line{
  background: var(--jj-orange) !important;
}

/* Mobile drawer */
.jj-mobile{
  border-top: 1px solid var(--jj-border);
  background: rgba(15, 18, 25, .96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.jj-mobile__nav{
  max-width: var(--jj-max);
  margin: 0 auto;
  padding: 10px 16px 16px;
  display: grid;
  gap: 8px;
}

.jj-mobile__link{
  padding: 12px 12px;
  border-radius: 14px;
  color: var(--jj-text) !important;
  font-weight: 900;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
}

.jj-mobile__link:hover{
  background: rgba(255,255,255,.07);
  color: var(--jj-orange) !important;
}

.jj-mobile__cta{
  margin-top: 8px;
  display: grid;
  gap: 10px;
}

.jj-btn--full{ width: 100%; }

/* Responsive */
@media (max-width: 980px){
  .jj-nav{ display:none; }
  .jj-cta{ display:none; }

  .jj-burger{
    display: inline-flex;
    margin-left: auto;
  }

  .jj-brand{
    min-width: auto;
    gap: 8px;
  }

  /* Logo mobile */
  .jj-header .jj-brand__img,
  .jj-header .jj-brand img,
  .jj-header .jj-brand picture img{
    height: 24px !important;
    max-height: 24px !important;
  }

  .jj-brand__tag{
    font-size: 11.5px;
  }
}/* End custom CSS */