.elementor-16 .elementor-element.elementor-element-ed63f7d{--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;}/* Start custom CSS for html, class: .elementor-element-0aaab1c */:root{
  --accnl-font: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;

  --accnl-purple-950: #0b0712;
  --accnl-purple-930: #0f0818;
  --accnl-purple-900: #160d26;
  --accnl-purple-820: #21103a;

  --accnl-white: #ffffff;
  --accnl-text-on-dark: rgba(255,255,255,.92);
  --accnl-text-on-dark-muted: rgba(255,255,255,.72);
  --accnl-border-on-dark: rgba(255,255,255,.12);

  --accnl-green-500: #22c55e;
  --accnl-green-600: #1ea84c;
  --accnl-green-700: #16833a;

  --accnl-8: 8px;
  --accnl-16: 16px;
  --accnl-24: 24px;
  --accnl-32: 32px;

  --accnl-container: 1240px;

  --accnl-shadow: 0 14px 30px rgba(0,0,0,.22);
  --accnl-radius-12: 12px;
  --accnl-pill: 999px;

  --accnl-nav-h: 76px;
  --accnl-logo-h-mobile: 38px;
  --accnl-logo-h-desktop: 44px;
}

.accnl-header{
  position: sticky;
  top: 0;
  z-index: 9999;
  font-family: var(--accnl-font);
  box-shadow: var(--accnl-shadow);
}

.accnl-container{
  max-width: var(--accnl-container);
  margin: 0 auto;
  padding-left: var(--accnl-16);
  padding-right: var(--accnl-16);
}

.accnl-topbar{
  background: var(--accnl-white);
  color: #3a2358;
  font-size: 0.9375rem;
  line-height: 1.2;
}

.accnl-topbar-inner{
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.accnl-topbar-right{
  display: flex;
  align-items: center;
  gap: var(--accnl-24);
  flex-wrap: wrap;
}

.accnl-toplink,
.accnl-iconlink{
  color: #3a2358;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
}

.accnl-iconlink{ gap: 0; }

.accnl-ico{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #3a2358;
}

.accnl-toplink:hover,
.accnl-iconlink:hover{
  text-decoration: underline;
  text-underline-offset: 3px;
}

.accnl-navwrap{
  background:
    radial-gradient(900px 220px at 22% 10%, rgba(168, 85, 247, .18), rgba(0,0,0,0) 55%),
    linear-gradient(180deg, var(--accnl-purple-950), var(--accnl-purple-900));
  color: var(--accnl-text-on-dark);
  border-top: 1px solid rgba(255,255,255,.06);
}

.accnl-nav-inner{
  min-height: var(--accnl-nav-h);
  display: flex;
  align-items: center;
  gap: var(--accnl-24);
}

.accnl-brand{
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  max-width: 220px;
}

.accnl-logo{
  height: var(--accnl-logo-h-mobile);
  width: auto;
  max-width: 100%;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(0,0,0,.35));
}

.accnl-nav{
  display: none;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.accnl-navlink{
  color: var(--accnl-text-on-dark);
  text-decoration: none;
  font-size: 0.98rem;
  line-height: 1;
  padding: 12px 12px;
  border-radius: 12px;
  transition: background .15s ease, color .15s ease, transform .15s ease;
  white-space: nowrap;
}

.accnl-navlink:hover{
  background: rgba(255,255,255,.06);
  transform: translateY(-1px);
}

.accnl-navlink[aria-current="page"]{
  background: rgba(255,255,255,.10);
}

.accnl-actions{
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.accnl-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 14px;
  border-radius: var(--accnl-pill);
  text-decoration: none;
  font-weight: 650;
  letter-spacing: .2px;
  white-space: nowrap;
}

.accnl-btn-cta{
  background: linear-gradient(180deg, var(--accnl-green-500), var(--accnl-green-600));
  color: #06210f;
  box-shadow: 0 10px 18px rgba(34,197,94,.22);
}

.accnl-btn-cta:hover{
  background: linear-gradient(180deg, var(--accnl-green-600), var(--accnl-green-700));
}

.accnl-btn-cta:focus-visible{
  outline: 3px solid rgba(34,197,94,.45);
  outline-offset: 3px;
}

.accnl-burger{
  width: 44px;
  height: 44px;
  border-radius: var(--accnl-radius-12);
  border: 1px solid var(--accnl-border-on-dark);
  background: rgba(255,255,255,.05);
  color: var(--accnl-text-on-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.accnl-burger:hover{
  background: rgba(255,255,255,.08);
}

.accnl-burger:focus-visible{
  outline: 3px solid rgba(255,255,255,.22);
  outline-offset: 3px;
}

.accnl-burger-ico{
  position: relative;
  width: 18px;
  height: 2px;
  background: var(--accnl-text-on-dark);
  border-radius: 2px;
  transition: transform .2s ease, background .2s ease;
}

.accnl-burger-ico::before,
.accnl-burger-ico::after{
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  background: var(--accnl-text-on-dark);
  border-radius: 2px;
  transition: transform .2s ease, top .2s ease, opacity .2s ease;
}

.accnl-burger-ico::before{ top: -6px; }
.accnl-burger-ico::after{ top: 6px; }

.accnl-menu-open .accnl-burger-ico{
  background: transparent;
}

.accnl-menu-open .accnl-burger-ico::before{
  top: 0;
  transform: rotate(45deg);
}

.accnl-menu-open .accnl-burger-ico::after{
  top: 0;
  transform: rotate(-45deg);
}

.accnl-mobile{
  border-top: 1px solid var(--accnl-border-on-dark);
  background: linear-gradient(180deg, var(--accnl-purple-900), var(--accnl-purple-930));
}

.accnl-mobile-inner{
  padding-top: var(--accnl-16);
  padding-bottom: var(--accnl-16);
  display: grid;
  gap: var(--accnl-16);
}

.accnl-mobile-nav{
  display: grid;
  gap: 10px;
}

.accnl-mobile-link{
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 14px;
  text-decoration: none;
  color: var(--accnl-text-on-dark);
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
}

.accnl-mobile-link:hover{
  background: rgba(255,255,255,.07);
}

.accnl-mobile-link[aria-current="page"]{
  background: rgba(255,255,255,.10);
}

.accnl-mobile-contact{
  display: grid;
  gap: 8px;
  padding-top: 6px;
}

.accnl-mobile-contactlink{
  color: var(--accnl-text-on-dark-muted);
  text-decoration: none;
  font-size: 0.95rem;
  padding: 6px 2px;
}

.accnl-mobile-contactlink:hover{
  color: var(--accnl-text-on-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 767.98px){
  .accnl-topbar{ display: none; }
}

@media (min-width: 768px){
  .accnl-container{
    padding-left: var(--accnl-24);
    padding-right: var(--accnl-24);
  }
  .accnl-logo{
    height: var(--accnl-logo-h-desktop);
  }
  .accnl-nav{
    display: flex;
  }
  .accnl-burger{
    display: none;
  }
  .accnl-mobile{
    display: none !important;
  }
}

.accnl-header a:focus-visible{
  outline: 3px solid rgba(255,255,255,.22);
  outline-offset: 3px;
}
/* =========================
   Menu: czytelność + hover premium
   ========================= */

:root{
  /* jaśniejsza, bardziej czytelna biel dla linków */
  --accnl-nav-text: rgba(255,255,255,.92);
  --accnl-nav-text-hover: rgba(255,255,255,.98);
  --accnl-nav-text-muted: rgba(255,255,255,.78);

  /* fioletowe akcenty hover */
  --accnl-purple-glow: rgba(168, 85, 247, .35);
  --accnl-purple-border: rgba(168, 85, 247, .30);
  --accnl-purple-fill: rgba(168, 85, 247, .10);
}

/* Linki w menu: domyślnie wyraźne */
.accnl-navlink{
  color: var(--accnl-nav-text);
  font-weight: 560;
  letter-spacing: .15px;
}

/* Fajniejszy hover: gradient + poświata + cienka obwódka */
.accnl-navlink:hover{
  color: var(--accnl-nav-text-hover);
  background:
    radial-gradient(120px 60px at 30% 30%, rgba(168, 85, 247, .22), rgba(0,0,0,0) 60%),
    linear-gradient(180deg, rgba(168, 85, 247, .12), rgba(255,255,255,.04));
  box-shadow:
    0 10px 22px rgba(0,0,0,.22),
    0 0 0 1px var(--accnl-purple-border),
    0 0 18px var(--accnl-purple-glow);
  transform: translateY(-1px);
}

/* Aktywny link: spójny z hoverem, ale stabilny i czytelny */
.accnl-navlink[aria-current="page"]{
  color: rgba(255,255,255,.98);
  background:
    radial-gradient(140px 70px at 25% 25%, rgba(168, 85, 247, .26), rgba(0,0,0,0) 62%),
    linear-gradient(180deg, rgba(168, 85, 247, .14), rgba(255,255,255,.04));
  box-shadow:
    0 10px 22px rgba(0,0,0,.22),
    0 0 0 1px rgba(255,255,255,.12),
    0 0 20px rgba(168, 85, 247, .18);
}

/* Drobna animacja: bardziej płynnie, premium */
.accnl-navlink{
  transition:
    background .18s ease,
    color .18s ease,
    transform .18s ease,
    box-shadow .18s ease;
}

/* Opcjonalnie: jeśli któryś link wygląda "zgaszony", możesz mu dać klasę accnl-navlink--muted */
.accnl-navlink.accnl-navlink--muted{
  color: var(--accnl-nav-text-muted);
}
/* CTA: biały tekst po najechaniu */
.accnl-btn-cta:hover{
  color: rgba(255,255,255,.98);
}

/* Dla pewności, jeśli gdzieś motyw nadpisuje kolor tekstu wewnątrz */
.accnl-btn-cta:hover,
.accnl-btn-cta:hover *{
  color: rgba(255,255,255,.98);
}
/* MOBILE FIX: logo nie rozpycha, CTA nie ucieka, rytm jak w bankowości */
.accnl-header,
.accnl-navwrap{
  width: 100%;
}

.accnl-nav-inner{
  justify-content: space-between;
}

.accnl-brand{
  min-width: 0;
}

.accnl-actions{
  min-width: 0;
}

/* Najważniejsze: wymuszenie kontroli rozmiaru logo mimo stylów motywu */
.accnl-header .accnl-logo{
  height: var(--accnl-logo-h-mobile) !important;
  width: auto !important;
  max-width: 100% !important;
  object-fit: contain;
}

/* Gdy ekran jest wąski, logo ma być mniejsze i ciaśniej przycięte */
@media (max-width: 480px){
  .accnl-nav-inner{
    min-height: 64px;
    gap: 12px;
  }

  .accnl-brand{
    max-width: 140px;
  }

  .accnl-header .accnl-logo{
    height: 32px !important;
    filter: none;
  }

  .accnl-btn-cta{
    font-size: 0.92rem;
    padding: 0 12px;
    min-height: 44px;
  }

  .accnl-burger{
    min-height: 44px;
  }
}

/* Bardzo małe telefony: jeszcze ciaśniej, ale nadal czytelnie */
@media (max-width: 380px){
  .accnl-brand{
    max-width: 120px;
  }

  .accnl-header .accnl-logo{
    height: 30px !important;
  }

  .accnl-btn-cta{
    font-size: 0.88rem;
    padding: 0 10px;
  }
}

/* KOMPUTER: logo 2x większe (bez ruszania mobile i tabletu) */
@media (min-width: 1024px){
  .accnl-brand{
    max-width: 520px;
  }

  .accnl-header .accnl-logo{
    height: 104px !important; /* było ok. 52px, teraz 2x */
    max-width: 520px !important;
    width: auto !important;
    object-fit: contain;
  }

  .accnl-nav-inner{
    min-height: 132px; /* więcej miejsca, żeby logo nie było ściśnięte */
  }
}

/* DUŻE MONITORY: odrobina więcej oddechu */
@media (min-width: 1200px){
  .accnl-brand{
    max-width: 560px;
  }

  .accnl-header .accnl-logo{
    height: 112px !important;
    max-width: 560px !important;
  }

  .accnl-nav-inner{
    min-height: 140px;
  }
}/* End custom CSS */