.elementor-1389 .elementor-element.elementor-element-d84ba67{--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:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-1389 .elementor-element.elementor-element-d84ba67:not(.elementor-motion-effects-element-type-background), .elementor-1389 .elementor-element.elementor-element-d84ba67 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1389 .elementor-element.elementor-element-e2ca96f{--display:flex;--min-height:190px;--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;--justify-content:center;}.elementor-1389 .elementor-element.elementor-element-e2ca96f:not(.elementor-motion-effects-element-type-background), .elementor-1389 .elementor-element.elementor-element-e2ca96f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-75662bf );}.elementor-1389 .elementor-element.elementor-element-de160a1{--display:flex;}.elementor-1389 .elementor-element.elementor-element-8802b39 .elementor-heading-title{font-family:var( --e-global-typography-4fe08a0-font-family ), Sans-serif;font-size:var( --e-global-typography-4fe08a0-font-size );font-weight:var( --e-global-typography-4fe08a0-font-weight );text-transform:var( --e-global-typography-4fe08a0-text-transform );color:#FFFFFF;}.elementor-1389 .elementor-element.elementor-element-2b9abfc{--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-1389 .elementor-element.elementor-element-2b9abfc:not(.elementor-motion-effects-element-type-background), .elementor-1389 .elementor-element.elementor-element-2b9abfc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-1a0991a );}.elementor-1389 .elementor-element.elementor-element-735eb11{--spacer-size:50px;}.elementor-1389 .elementor-element.elementor-element-2fc9167{--grid-columns:3;--grid-row-gap:20px;--grid-column-gap:20px;}.elementor-1389 .elementor-element.elementor-element-51136d4{--spacer-size:50px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-1389 .elementor-element.elementor-element-8802b39 .elementor-heading-title{font-size:var( --e-global-typography-4fe08a0-font-size );}.elementor-1389 .elementor-element.elementor-element-2fc9167{--grid-columns:2;}}@media(max-width:767px){.elementor-1389 .elementor-element.elementor-element-8802b39{text-align:center;}.elementor-1389 .elementor-element.elementor-element-8802b39 .elementor-heading-title{font-size:var( --e-global-typography-4fe08a0-font-size );}.elementor-1389 .elementor-element.elementor-element-2fc9167{--grid-columns:1;}}/* Start custom CSS for shortcode, class: .elementor-element-bdac7af */#bread a {
    text-decoration: none;
    color: #2E2E2E;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

#bread span {
    text-decoration: none;
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-d84ba67 *//* ────────────────────────────────────────────────
   WRAPPER ZEWNĘTRZNY
───────────────────────────────────────────────── */
.elementor-element-5266f81 {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
  padding: 0 !important;
  background: transparent !important;
}

/* ────────────────────────────────────────────────
   COVER PHOTO – DESKTOP (domyślnie)
───────────────────────────────────────────────── */
#cover_photo {
  max-width: 1920px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;

  padding-left: 50px !important;
  padding-right: 50px !important;

  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  position: relative !important;
  overflow: hidden !important;

  /* Animacja wejścia – stan startowy */
  opacity: 0;
  transform: scale(1.05) translateY(16px);
  transition:
    opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

#cover_photo.cp--visible {
  opacity: 1;
  transform: scale(1) translateY(0);
}

/* Ciemna nakładka (gradient dół) – desktop */
#cover_photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.10) 0%,
    rgba(0,0,0,0.45) 100%
  );
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  transition: opacity 1.5s ease 0.4s;
}

#cover_photo.cp--visible::after {
  opacity: 1;
}

/* Inner treści ponad nakładką */
#cover_photo > .e-con-inner {
  position: relative;
  z-index: 1;
}

/* Scroll subtle scale */
#cover_photo.cp--scrolled {
  transform: scale(1.018) !important;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

/* ────────────────────────────────────────────────
   ANIMACJE DZIECI – staggered reveal
───────────────────────────────────────────────── */
#cover_photo .elementor-element-072558a,
#cover_photo .elementor-element-521356a {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

#cover_photo.cp--visible .elementor-element-072558a {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.35s;
}

#cover_photo.cp--visible .elementor-element-521356a {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.55s;
}

/* ────────────────────────────────────────────────
   MOBILE – zdjęcie pełne + treści pod spodem
───────────────────────────────────────────────── */
@media (max-width: 768px) {
  #cover_photo {
    /* Usuń background – zdjęcie będzie jako <img> (pseudo) */
    display: flex !important;
    flex-direction: column !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background-attachment: scroll !important;
  }

  /* Zdjęcie – pokazujemy przez pseudo-element z aspect-ratio */
  #cover_photo::before {
    content: '';
    display: block;
    width: 100%;
    /* Aspect ratio 16:9 – dostosuj jeśli zdjęcie ma inne proporcje */
    padding-top: 56.25%;
    background: inherit;
    background-size: cover !important;
    background-position: center center !important;
    flex-shrink: 0;
  }

  /* Nakładka nie potrzebna na mobile (zdjęcie osobno) */
  #cover_photo::after {
    display: none !important;
  }

  /* Treści pod zdjęciem – ciemne tło */
  #cover_photo > .e-con-inner {
    background: #111 !important;
    padding: 32px 20px 40px !important;
    width: 100% !important;
  }

  /* Resetujemy layout poziomy na pionowy */
  #cover_photo .elementor-element-072558a {
    flex-direction: column !important;
    width: 100% !important;
  }

  /* Tekst jasny na ciemnym tle */
  #cover_photo h1,
  #cover_photo h2,
  #cover_photo h3,
  #cover_photo p,
  #cover_photo span.elementor-heading-title {
    color: #ffffff !important;
  }

  /* Divider jasny */
  #cover_photo .elementor-divider-separator {
    border-color: rgba(255,255,255,0.25) !important;
  }
}

/* ────────────────────────────────────────────────
   DESKTOP SZEROKI (>1920px) – zachowaj padding
───────────────────────────────────────────────── */
@media (min-width: 1921px) {
  #cover_photo {
    /* Element jest max 1920px + wycentrowany przez margin: auto
       Padding 50px już jest ustawiony globalnie */
  }

  .elementor-element-5266f81 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}/* End custom CSS */
/* Start custom CSS for loop-grid, class: .elementor-element-2fc9167 */.nota_prawna {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.nota_prawna.is-open {
    max-height: 3000px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-2b9abfc *//* ===== SZCZEGOLY: widoczne po hover na karcie ===== */
.card-car .szczegoly {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, max-height 0.4s ease;
  pointer-events: none;
}
.card-car:hover .szczegoly {
  opacity: 1;
  max-height: 300px;
  pointer-events: auto;
}

/* ===== MOBILE: szczegoly zawsze widoczne ===== */
@media (max-width: 1024px) {
  .card-car .szczegoly {
    opacity: 1 !important;
    max-height: 600px !important;
    pointer-events: auto !important;
  }
}

/* ===== CTA: stała przestrzeń nawet gdy noty prawnej nie ma ===== */
.card-car .cta {
  min-height: 60px;
}

/* ===== NOTA PRAWNA: przycisk ===== */
.nota-prawna-btn {
  display: inline-block !important;
  background: none !important;
  background-color: transparent !important;
  border: none !important;
  cursor: pointer !important;
  font-size: 10px !important;
  color: #999 !important;
  text-decoration: underline !important;
  text-transform: uppercase !important;
  text-align: left !important;
  padding: 6px 0 2px !important;
  letter-spacing: 0.05em !important;
  width: 100% !important;
  box-shadow: none !important;
}
.nota-prawna-btn:hover,
.nota-prawna-btn:focus {
  background: none !important;
  background-color: transparent !important;
  color: #666 !important;
  box-shadow: none !important;
  border: none !important;
}



/* ===== NOTA PRAWNA: treść ===== */
.nota_prawna {
  font-size: 10px;
  color: #aaa;
  line-height: 1.4;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, opacity 0.3s ease;
  opacity: 0;
}
.nota_prawna.is-open {
    max-height: 3000px;
    opacity: 1;
}

/* ===== OPIS PROMOCJI: lista bez bullet, linie między elementami ===== */
.opis_promocji ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.opis_promocji li {
  padding: 7px 0;
  border-bottom: none;
}
.opis_promocji ul:has(li + li) li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}/* End custom CSS */