.elementor-103 .elementor-element.elementor-element-bbd57a2{--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-966ea5a */.accnl-footer{
  --accnl-bg: #07040c;
  --accnl-bg2: #0b0712;
  --accnl-white: rgba(255,255,255,.92);

  background:
    radial-gradient(900px 520px at 14% 20%, rgba(168,85,247,.18), rgba(0,0,0,0) 60%),
    radial-gradient(760px 520px at 88% 10%, rgba(124,58,237,.14), rgba(0,0,0,0) 62%),
    linear-gradient(180deg, var(--accnl-bg), var(--accnl-bg2));
  color: var(--accnl-white);
}

.accnl-footer *{
  box-sizing: border-box;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

.accnl-footer-inner{ padding: 56px 0 20px 0; }

.accnl-footer .accnl-container{
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.accnl-footer-grid{
  display: grid;
  gap: 22px;
  align-items: start;
}

.accnl-footer-col{
  border-radius: 24px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.06);
  box-shadow: 0 20px 70px rgba(0,0,0,.35);
  padding: 18px 18px;
  overflow: hidden;
  position: relative;
}

.accnl-footer-col::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.9;
  background:
    radial-gradient(320px 220px at 12% 18%, rgba(168,85,247,.12), rgba(0,0,0,0) 62%),
    radial-gradient(320px 220px at 92% 12%, rgba(124,58,237,.10), rgba(0,0,0,0) 62%);
}

.accnl-footer-brand{ padding: 18px 18px 16px 18px; }

.accnl-footer-logo{
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  z-index: 1;
}

.accnl-footer-logo img{
  height: 48px;
  width: auto;
  display: block;
  filter: drop-shadow(0 10px 22px rgba(168,85,247,.18));
}

.accnl-footer-desc{
  position: relative;
  z-index: 1;
  margin: 14px 0;
  color: rgba(255,255,255,.74);
  font-size: 1rem;
  line-height: 1.6;
  max-width: 52ch;
}

.accnl-footer-contact{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
  position: relative;
  z-index: 1;
}

.accnl-footer-contact-item{
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: start;
  color: rgba(255,255,255,.82);
}

.accnl-footer-ico{
  width: 34px;
  height: 34px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(168,85,247,.95);
  background: rgba(168,85,247,.10);
  border: 1px solid rgba(168,85,247,.18);
}

.accnl-footer-contact-text{ font-size: .98rem; line-height: 1.5; }

.accnl-footer-link,
.accnl-footer-link2{
  color: rgba(255,255,255,.84);
  text-decoration: none;
}

.accnl-footer-link:hover,
.accnl-footer-link2:hover{ color: #fff; }

.accnl-footer-link:focus-visible,
.accnl-footer-link2:focus-visible{
  outline: 3px solid rgba(34,197,94,.65);
  outline-offset: 3px;
  border-radius: 10px;
}

/* details */
.accnl-footer-acc{ position: relative; z-index: 1; }
.accnl-footer-acc > summary{ list-style: none; }
.accnl-footer-acc > summary::-webkit-details-marker{ display:none; }

.accnl-footer-h{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  font-weight: 950;
  letter-spacing: .2px;
  font-size: 1.05rem;
  color: rgba(255,255,255,.92);
}

.accnl-footer-chevron{
  width: 12px;
  height: 12px;
  border-right: 2px solid rgba(255,255,255,.72);
  border-bottom: 2px solid rgba(255,255,255,.72);
  transform: rotate(45deg);
  transition: transform .25s ease, opacity .25s ease;
  opacity: .9;
}

.accnl-footer-acc[open] .accnl-footer-chevron{ transform: rotate(225deg); }

.accnl-footer-navgrid{
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 16px;
}

.accnl-footer-link2{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 14px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.accnl-footer-link2::before{
  content: "›";
  color: rgba(168,85,247,.92);
  font-weight: 900;
  transform: translateY(-.5px);
}

.accnl-footer-link2:hover{
  background: rgba(168,85,247,.10);
  border-color: rgba(168,85,247,.22);
  transform: translateY(-1px);
}

/* Hours */
.accnl-hoursbox{
  margin-top: 14px;
  border-radius: 20px;
  background: rgba(0,0,0,.25);
  border: 1px solid rgba(255,255,255,.10);
  padding: 12px;
}

.accnl-hoursrow{
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 8px;
  color: rgba(255,255,255,.82);
}

.accnl-hoursrow + .accnl-hoursrow{
  border-top: 1px solid rgba(255,255,255,.08);
}

.accnl-hoursday{ text-transform: lowercase; font-size: .98rem; }
.accnl-hourstime{ font-weight: 900; font-size: .98rem; color: rgba(255,255,255,.90); }
.accnl-hoursrow-closed .accnl-hourstime{ color: rgba(255,255,255,.72); }

/* Bottom */
.accnl-footer-bottom{
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.10);
  text-align: center;
}

.accnl-footer-copy{
  margin: 0;
  color: rgba(255,255,255,.62);
  font-size: .95rem;
  line-height: 1.4;
}

/* Desktop */
@media (min-width: 980px){
  .accnl-footer-grid{
    grid-template-columns: 1.25fr 1fr 1fr;
    gap: 18px;
  }
  .accnl-footer-col{ padding: 20px; }

  /* Na desktop ukrywamy strzałki i robimy wrażenie „zwykłych” bloków */
  .accnl-footer-h{ cursor: default; }
  .accnl-footer-chevron{ display: none; }
}

/* Mobile */
@media (max-width: 767.98px){
  .accnl-footer-inner{ padding: 44px 0 18px 0; }
  .accnl-footer-col{ padding: 16px; }
  .accnl-footer-logo img{ height: 44px; }
  .accnl-footer-navgrid{ grid-template-columns: 1fr; }
}/* End custom CSS */