.elementor-66 .elementor-element.elementor-element-f880732{--display:flex;}.elementor-66 .elementor-element.elementor-element-d5f3200{--display:flex;}.elementor-66 .elementor-element.elementor-element-45a97a7{--display:flex;}.elementor-66 .elementor-element.elementor-element-1574929{--display:flex;}.elementor-66 .elementor-element.elementor-element-feadc50{--display:flex;}.elementor-66 .elementor-element.elementor-element-80cfc65{--display:flex;}.elementor-66 .elementor-element.elementor-element-e10cd4c{--display:flex;}.elementor-66 .elementor-element.elementor-element-e10d774{--display:flex;}body.elementor-page-66:not(.elementor-motion-effects-element-type-background), body.elementor-page-66 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B0B0B;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-5c5f425 *//* ==========================================================================
   HERO PREMIUM SECTION (Split Layout z Wideo)
   ========================================================================== */
.cf-hero-premium {
    background-color: #050505; /* Bardzo głęboka czerń */
    color: #fff;
    padding: 80px 20px;
    overflow: hidden;
}

.cf-hero-premium__grid {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr; /* Równy podział 50/50 */
    gap: 60px;
    align-items: center;
}

/* --- LEWA KOLUMNA: Treść --- */
.cf-hero-premium__badge {
    display: inline-block;
    background: rgba(0, 255, 102, 0.1);
    color: #00FF66;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 15px;
    border-radius: 4px;
    margin-bottom: 25px;
}

.cf-hero-premium__headline {
    font-size: 4.5rem;
    line-height: 1.1;
    font-weight: 800;
    margin: 0 0 25px 0;
    letter-spacing: -1px;
}

.cf-hero-premium__headline--italic-serif {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 600;
    color: #00FF66; /* Neonowy zielony akcent */
}

.cf-hero-premium__text {
    font-size: 1.1rem;
    color: #aaa;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 90%;
}

/* Przyciski */
.cf-hero-premium__actions {
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
}

.cf-hero-premium__btn {
    padding: 16px 35px;
    border-radius: 4px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    text-align: center;
}

.cf-hero-premium__btn--primary {
    background: #00FF66;
    color: #000;
}

.cf-hero-premium__btn--primary:hover {
    background: #05e65e;
    box-shadow: 0 5px 20px rgba(0, 255, 102, 0.2);
}

.cf-hero-premium__btn--secondary {
    background: transparent;
    color: #fff;
    border: 1px solid #333;
}

.cf-hero-premium__btn--secondary:hover {
    background: #161616;
    border-color: #00FF66;
}

/* Sekcja Zaufania */
.cf-hero-premium__trust-item--pro {
    font-size: 0.95rem;
    color: #ccc;
    margin-bottom: 15px;
}

.cf-hero-premium__trust-group {
    display: flex;
    gap: 20px;
}

.cf-trust-badge {
    font-size: 0.85rem;
    color: #888;
    display: flex;
    align-items: center;
    gap: 8px;
}

.cf-icon-accent { color: #00FF66; }
.cf-icon-muted { color: #666; }

/* --- PRAWA KOLUMNA: Wideo --- */
.cf-hero-premium__media {
    position: relative;
    width: 100%;
}

.cf-hero-premium__video-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3; /* Utrzymuje ładne, kinowe proporcje ramki */
    border-radius: 12px; /* Zaokrąglone rogi jak na screenie */
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,0.6); /* Mocny mroczny cień */
    border: 1px solid #1a1a1a;
}

/* KLUCZ: object-fit cover sprawia, że film wypełnia ramkę bez zniekształceń */
.cf-hero-premium__video {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
}

/* Wewnętrzny cień, żeby film jeszcze lepiej wtapiał się w ramkę */
.cf-hero-premium__video-overlay {
    position: absolute;
    inset: 0;
    box-shadow: inset 0 0 30px rgba(0,0,0,0.5);
    pointer-events: none;
}

/* --- RESPONSYWNOŚĆ --- */
@media (max-width: 1024px) {
    .cf-hero-premium__grid {
        grid-template-columns: 1fr; /* Na telefonach jedno pod drugim */
        text-align: center;
        gap: 40px;
    }
    .cf-hero-premium__text {
        max-width: 100%;
        margin: 0 auto 40px;
    }
    .cf-hero-premium__actions {
        flex-direction: column;
        align-items: center;
    }
    .cf-hero-premium__btn { width: 100%; max-width: 300px; }
    .cf-hero-premium__trust-group { justify-content: center; flex-direction: column; gap: 10px; }
}

@media (max-width: 768px) {
    .cf-hero-premium__headline { font-size: 3rem; }
    .cf-hero-premium__video-wrapper { aspect-ratio: 16 / 9; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c3e5dfe *//* --- IZOLACJA SEKCJI --- */
.cf-categories {
  --cf-bg-section: #0B0B0B;
  --cf-text-light: #FFFFFF;
  --cf-text-muted: #A0A0A0;
  --cf-accent: #00FF66;
  --cf-card-radius: 8px;
  
  background-color: var(--cf-bg-section);
  padding: 80px 20px;
  font-family: 'Inter', sans-serif;
  color: var(--cf-text-light);
  overflow: hidden; /* Zapobiega pojawianiu się brzydkich pasków przewijania poza kontenerem */
}

.cf-categories * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

.cf-categories__container {
  max-width: 1280px;
  margin: 0 auto;
}

/* --- NAGŁÓWEK --- */
.cf-categories__header {
  text-align: center;
  margin-bottom: 50px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.cf-categories__title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  margin: 0 0 16px 0;
  letter-spacing: -0.02em;
}

.cf-categories__desc {
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--cf-text-muted);
  margin: 0;
}

/* --- SIATKA KART (DESKTOP) --- */
.cf-categories__grid {
  display: grid;
  /* 5 kolumn na dużych ekranach */
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

/* --- KARTA KATEGORII --- */
.cf-category-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  aspect-ratio: 3 / 4; /* Idealne pionowe proporcje z projektu */
  border-radius: var(--cf-card-radius);
  overflow: hidden;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: border-color 0.3s ease;
  /* Przygotowanie pod scroll na mobile */
  scroll-snap-align: start;
}

/* Efekt aktywnej/hover ramki z Twojego projektu */
.cf-category-card:hover {
  border-color: var(--cf-accent);
}

.cf-category-card__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1;
}

.cf-category-card:hover .cf-category-card__bg {
  transform: scale(1.05);
}

/* Ciemny gradient od dołu, żeby tekst zawsze był czytelny */
.cf-category-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(11,11,11, 0.95) 0%, rgba(11,11,11, 0.4) 40%, transparent 100%);
  z-index: 2;
  transition: background 0.3s ease;
}

.cf-category-card:hover .cf-category-card__overlay {
  background: linear-gradient(to top, rgba(11,11,11, 0.95) 0%, rgba(11,11,11, 0.6) 40%, transparent 100%);
}

.cf-category-card__content {
  position: relative;
  z-index: 3;
  padding: 24px 20px;
}

.cf-category-card__title {
  font-family: 'Playfair Display', serif;
  color: var(--cf-text-light);
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 12px 0;
  line-height: 1.2;
}

.cf-category-card__link {
  font-size: 11px;
  font-weight: 700;
  color: var(--cf-accent);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.3s ease;
}

.cf-category-card:hover .cf-category-card__link {
  gap: 12px; /* Strzałka odsuwa się lekko przy najechaniu */
}

/* --- RESPANSYWNOŚĆ --- */

/* Laptopy i mniejsze desktopy */
@media (max-width: 1200px) {
  .cf-categories__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  /* Rozciągnięcie dwóch ostatnich kart, żeby ładnie wypełniły dół */
  .cf-category-card:nth-child(4),
  .cf-category-card:nth-child(5) {
    grid-column: span 1.5; /* Hack na wyśrodkowanie w CSS Grid na 3 kolumnach */
  }
}

/* Tablety i Telefony (Zmieniamy w slider) */
@media (max-width: 900px) {
  .cf-categories__header {
    margin-bottom: 30px;
  }

  .cf-categories__grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    /* Ukrywamy domyślny pasek przewijania */
    scrollbar-width: none; 
    -ms-overflow-style: none; 
    
    /* Płynne przyciąganie elementów */
    scroll-snap-type: x mandatory;
    scroll-padding: 20px;
    padding-bottom: 20px; /* Miejsce na cień */
    
    /* Wypuszczenie slidera poza marginesy na mobile */
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cf-categories__grid::-webkit-scrollbar {
    display: none;
  }

  .cf-category-card {
    /* Sztywna szerokość kart na mobile (zajmują ok 75% ekranu) */
    flex: 0 0 75%;
    max-width: 320px;
    aspect-ratio: 4 / 5; /* Zmiana proporcji dla lepszego UX mobilnego */
  }

  /* Resetowanie hacków z desktopu */
  .cf-category-card:nth-child(4),
  .cf-category-card:nth-child(5) {
    grid-column: auto;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-734b67f */.cf-most-chosen {
  --cf-bg: #141414; /* Ciemny z projektu */
  --cf-card-bg: #0D0D0D;
  --cf-text-main: #FFFFFF;
  --cf-text-muted: #888888;
  --cf-accent-price: #00FF66; /* Zielona cena */
  --cf-btn-bg: #1A222B; /* Granatowo-szary przycisk z projektu */
  --cf-btn-hover: #26323F;
  --cf-border: rgba(255, 255, 255, 0.05);
  --cf-highlight-border: #00FF66; /* ramka hover */

  background-color: var(--cf-bg);
  padding: 80px 20px;
  font-family: 'Inter', sans-serif;
  color: var(--cf-text-main);
}

.cf-most-chosen__container {
  max-width: 1280px;
  margin: 0 auto;
}

/* --- HEADER --- */
.cf-most-chosen__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}

.cf-most-chosen__title {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 0 8px 0;
}

.cf-most-chosen__subtitle {
  color: var(--cf-text-muted);
  font-size: 1rem;
  margin: 0;
}

.cf-most-chosen__view-all {
  color: var(--cf-accent-price);
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* --- GRID --- */
.cf-most-chosen__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* --- KARTA PRODUKTU --- */
.cf-product-card {
  background-color: var(--cf-card-bg);
  border: 1px solid var(--cf-border);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

.cf-product-card:hover {
  border-color: var(--cf-highlight-border);
  box-shadow: 0 10px 30px rgba(0, 136, 255, 0.05);
  transform: translateY(-5px);
}

/* ==========================================================
   OBRAZEK PRODUKTU — sekcja wzmocniona pod WooCommerce/Elementor
   ========================================================== */

/* Wrapper: stały, kwadratowy kontener na zdjęcie */
.cf-product-card__image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: #111111; /* Tło pod PNG/WebP bez tła i pod "listwy" przy contain */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow: hidden;
  box-sizing: border-box;
  /* Zabezpieczenie na wypadek, gdyby Elementor renderował zdjęcie
     jako background-image na samym wrapperze zamiast jako <img> */
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* Selektor łapie KAŻDY <img> wewnątrz wrappera, niezależnie od tego,
   jakie klasy doklei WooCommerce (wp-post-image, attachment-*) albo
   Elementor (elementor-widget-container img, e-image itd.).
   Klasa wrappera jest POWTÓRZONA trzykrotnie — to celowy zabieg:
   podnosi specyficzność selektora ponad to, co zwykle generuje
   Elementor dla ustawienia "Object Fit" (2 klasy + tag), więc
   wygrywamy NIEZALEŻNIE od kolejności ładowania arkuszy, a nie
   tylko dzięki !important (przy remisie !important o wyniku
   decyduje kolejność w kodzie, a tego nie kontrolujemy). */
.cf-product-card__image-wrapper img,
.cf-product-card__image-wrapper picture,
.cf-product-card__image-wrapper svg,
.cf-product-card__image-wrapper.cf-product-card__image-wrapper.cf-product-card__image-wrapper img,
.cf-product-card__img.cf-product-card__img.cf-product-card__img {
  display: block !important;
  position: static !important;
  inset: auto !important;
  float: none !important;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  object-fit: contain !important; /* całe zdjęcie zawsze widoczne, bez kadrowania */
  object-position: center center !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  transform: none;
  transition: transform 0.4s ease;
}

/* Elementor czasem opakowuje <img> w dodatkowy div/figure — resetujemy też jego box model,
   żeby nie wymuszał wysokości/szerokości niezgodnej z wrapperem */
.cf-product-card__image-wrapper > * {
  max-width: 100%;
  max-height: 100%;
}

/* Gdyby zdjęcie było jednak tłem (background-image) na dowolnym
   zagnieżdżonym elemencie wewnątrz wrappera (typowe dla dynamicznych
   pól obrazka w Elementorze) — też wymuszamy "contain" */
.cf-product-card__image-wrapper [style*="background-image"] {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* Hover zoom — działa na dowolny img złapany powyżej */
.cf-product-card:hover .cf-product-card__image-wrapper img,
.cf-product-card:hover .cf-product-card__img {
  transform: scale(1.05) !important;
}

/* Badge i Wishlist */
.cf-product-card__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFF;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 4px;
  letter-spacing: 1px;
  z-index: 2;
}

.cf-product-card__wishlist {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(0,0,0,0.4);
  border: 1px solid rgba(255,255,255,0.1);
  color: #FFF;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  transition: all 0.2s ease;
}

.cf-product-card__wishlist:hover {
  color: #ff3b3b;
  border-color: #ff3b3b;
}

.cf-product-card__wishlist.active i {
  font-weight: 900; /* Solid heart */
  color: #ff3b3b;
}

/* Content */
.cf-product-card__content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.cf-product-card__top-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
  gap: 10px;
}

.cf-product-card__name {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  margin: 0;
}

.cf-product-card__name a {
  color: var(--cf-text-main);
  text-decoration: none;
}

.cf-product-card__price {
  color: var(--cf-accent-price);
  font-weight: 700;
  font-size: 1.1rem;
  white-space: nowrap;
}

.cf-product-card__desc {
  font-size: 0.85rem;
  color: var(--cf-text-muted);
  line-height: 1.5;
  margin-bottom: 20px;
  flex-grow: 1;
}

/* Rating Woo overrides */
.cf-product-card__rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  font-size: 0.85rem;
  color: var(--cf-accent-price);
}

.cf-product-card__review-count {
  color: var(--cf-text-muted);
}

/* Button */
.cf-btn-add-cart {
  display: block;
  width: 100%;
  text-align: center;
  background-color: var(--cf-btn-bg) !important; /* Nadpisuje Woo */
  color: #FFF !important;
  border: none !important;
  padding: 16px 0 !important;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: background-color 0.3s ease !important;
}

.cf-btn-add-cart:hover {
  background-color: var(--cf-btn-hover) !important;
}

/* Obrotowe kółko ładowania AJAX (WooCommerce) */
.cf-btn-add-cart.loading {
  opacity: 0.7;
  pointer-events: none;
}

/* --- RESPONSYWNOŚĆ MOBILE --- */
@media (max-width: 900px) {
  .cf-most-chosen__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .cf-most-chosen__grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px 20px 20px;
  }

  .cf-most-chosen__grid::-webkit-scrollbar {
    display: none;
  }

  .cf-product-card {
    flex: 0 0 85%; /* Karta zajmuje 85% szerokości ekranu na mobile */
    max-width: 320px;
    scroll-snap-align: start;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-873ff0e */.cf-bundles {
  --cf-bg: #0B0B0B; 
  --cf-card-bg: #111111;
  --cf-text-main: #FFFFFF;
  --cf-text-muted: #9CA3AF;
  --cf-accent: #34D399; 
  --cf-alert: #EF4444; 
  --cf-btn-dark: #1F2937; 
  
  background-color: var(--cf-bg);
  padding: 60px 20px;
  font-family: 'Inter', sans-serif;
  color: var(--cf-text-main);
}

.cf-bundles__container { max-width: 1150px; margin: 0 auto; }
.cf-bundles__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}

/* --- KARTA --- */
.cf-bundle-card {
  background-color: var(--cf-card-bg);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05); 
}
.cf-bundle-card--highlight { border: 2px solid var(--cf-accent); }

/* --- ZDJĘCIE --- */
.cf-bundle-card__image-box {
  position: relative; width: 100%; aspect-ratio: 16/10; background-color: #1a1a1a;
}
.cf-bundle-card__img { width: 100%; height: 100%; object-fit: cover; }
.cf-bundle-card__img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 50%, var(--cf-card-bg) 100%);
}
.cf-bundle-card__badge {
  position: absolute; top: 16px; left: 16px;
  background-color: rgba(31, 41, 55, 0.95); color: #FFF;
  font-size: 10px; font-weight: 700; padding: 6px 10px;
  border-radius: 2px; letter-spacing: 0.5px; z-index: 2; text-transform: uppercase;
}

/* --- CONTENT --- */
.cf-bundle-card__content {
  padding: 24px 30px 30px 30px;
  display: flex; flex-direction: column; flex-grow: 1;
}

.cf-bundle-card__name {
  font-family: 'Playfair Display', serif; font-size: 1.8rem; font-weight: 700;
  margin: 0 0 20px 0; color: #F9FAFB;
}

/* --- CENY (Twardy Grid/Flex) --- */
.cf-bundle-card__pricing {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 24px; padding-bottom: 24px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  gap: 10px; /* Minimalny odstęp miedzy kwotami a odznaką */
}

.cf-bundle-card__prices-wrap {
  display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap;
}

.cf-bundle-card__price-current {
  color: var(--cf-accent); font-size: 2rem; font-weight: 700; line-height: 1;
}
.cf-bundle-card__price-current bdi, .cf-bundle-card__price-current span { font-weight: 700; }

.cf-bundle-card__price-old {
  color: #6B7280; font-size: 1.1rem; text-decoration: line-through;
}

.cf-bundle-card__save-tag {
  background-color: var(--cf-alert); color: #FFF;
  font-size: 11px; font-weight: 800; padding: 5px 8px;
  border-radius: 3px; text-transform: uppercase; text-align: center;
  white-space: nowrap; /* Odznaka się nie połamie w dwóch linijkach */
}

/* --- CECHY (Bezpiecznik wysokości) --- */
.cf-bundle-card__features {
  flex-grow: 1; /* Spycha przycisk na dół */
  min-height: 80px; /* Trzyma proporcje gdy brak opisu */
  margin-bottom: 30px;
}
.cf-bundle-card__features ul { list-style: none; padding: 0; margin: 0; }
.cf-bundle-card__features li {
  position: relative; font-size: 0.95rem; color: var(--cf-text-muted);
  margin-bottom: 14px; padding-left: 28px; line-height: 1.4;
}
.cf-bundle-card__features li::before {
  content: '✓'; position: absolute; left: 0; top: 0;
  color: var(--cf-accent); font-weight: 900; font-size: 1.1rem;
}

/* --- BUTTONS --- */
.cf-btn-bundle {
  display: block; text-align: center; width: 100%; padding: 16px 0 !important;
  font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px;
  border: none !important; border-radius: 4px; cursor: pointer;
  transition: all 0.3s ease !important; background-color: var(--cf-btn-dark) !important; color: #FFF !important;
}
.cf-btn-bundle:hover { background-color: #374151 !important; }
.cf-bundle-card--highlight .cf-btn-bundle { background-color: var(--cf-accent) !important; color: #000 !important; }
.cf-bundle-card--highlight .cf-btn-bundle:hover { background-color: #10B981 !important; }

/* --- RESPONSIVE --- */
@media (max-width: 1024px) {
  .cf-bundle-card__pricing { flex-direction: column; align-items: flex-start; gap: 15px; }
}
@media (max-width: 900px) {
  .cf-bundles__grid {
    display: flex; overflow-x: auto; scroll-snap-type: x mandatory;
    scrollbar-width: none; margin-left: -20px; margin-right: -20px; padding: 0 20px 20px 20px;
  }
  .cf-bundles__grid::-webkit-scrollbar { display: none; }
  .cf-bundle-card { flex: 0 0 85%; max-width: 360px; scroll-snap-align: center; }
  .cf-bundle-card--highlight { order: -1; }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-818f234 */.cf-results {
  --cf-bg: #141414; /* Ciemne tło sekcji */
  --cf-text-main: #FFFFFF;
  --cf-text-muted: #9CA3AF;
  --cf-accent: #34D399; /* Zielony z projektu */
  --cf-card-radius: 8px;
  
  background-color: var(--cf-bg);
  padding: 80px 20px;
  font-family: 'Inter', sans-serif;
  color: var(--cf-text-main);
}

.cf-results__container {
  max-width: 1280px;
  margin: 0 auto;
}

/* --- HEADER --- */
.cf-results__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 20px;
}

.cf-results__title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 700;
  margin: 0 0 12px 0;
  color: #F9FAFB;
}

.cf-results__subtitle {
  color: var(--cf-text-muted);
  font-size: 1rem;
  margin: 0;
}

.cf-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--cf-accent);
  background-color: transparent;
  border: 1px solid var(--cf-accent);
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cf-btn-outline:hover {
  background-color: rgba(52, 211, 153, 0.1);
  box-shadow: 0 0 15px rgba(52, 211, 153, 0.2);
}

/* --- GRID --- */
.cf-results__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* --- KARTA ZDJĘCIA --- */
.cf-result-card {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: var(--cf-card-radius);
  overflow: hidden;
  background-color: #000;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform 0.3s ease;
  cursor: pointer;
}

/* Drugie zdjęcie wyróżnione niebieską ramką jak w projekcie */
.cf-result-card:nth-child(2) {
  border: 2px solid #3B82F6; 
}

.cf-result-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.2);
}

.cf-result-card:nth-child(2):hover {
  border-color: #60A5FA;
}

.cf-result-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.cf-result-card:hover .cf-result-card__img {
  transform: scale(1.05);
}

/* Gradient przyciemniający dół dla czytelności tekstu */
.cf-result-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.4) 40%, transparent 100%);
  pointer-events: none;
}

/* --- CONTENT --- */
.cf-result-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px 20px;
  z-index: 2;
}

.cf-result-card__ig {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--cf-accent);
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 12px;
}

.cf-result-card__ig i {
  font-size: 14px;
}

.cf-result-card__quote {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #E5E7EB;
  /* Przycinanie zbyt długiego cytatu do 3 linijek */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* --- RESPONSIVE --- */
@media (max-width: 1024px) {
  .cf-results__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .cf-results__header {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .cf-results__grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px 20px 20px;
  }
  
  .cf-results__grid::-webkit-scrollbar {
    display: none;
  }
  
  .cf-result-card {
    flex: 0 0 75%;
    max-width: 300px;
    scroll-snap-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-cb2193b *//* ==========================================================================
   SEKCJA MAREK (BRANDS MARQUEE) - PERFEKCYJNY INFINITE LOOP
   ========================================================================== */

.cf-brands-marquee {
    background-color: #0a0a0a; 
    padding: 60px 0; 
    overflow: hidden;
    border-top: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
}

.cf-brands-marquee__title {
    text-align: center;
    color: #666;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.cf-brands-marquee__container {
    display: flex;
    overflow: hidden;
    user-select: none;
    /* Odstęp między oryginalnym paskiem a sklonowanym przez JS */
    gap: 80px; 
    -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
    mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
}

.cf-brands-marquee__track {
    display: flex;
    align-items: center;
    gap: 80px; 
    flex-shrink: 0; /* Ważne: Blokuje ściskanie logotypów */
    min-width: max-content; /* Pozwala paskowi rosnąć na całą szerokość logotypów */
    /* ZWOLNIONA ANIMACJA: z 25s na 50s */
    animation: scroll-marquee 50s linear infinite; 
}

.cf-brands-marquee__container:hover .cf-brands-marquee__track {
    animation-play-state: paused;
}

.cf-brand-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    filter: grayscale(100%) opacity(0.4); 
}

.cf-brand-logo img {
    max-width: 200px;
    max-height: 75px;
    object-fit: contain;
    pointer-events: none;
}

.cf-brand-logo:hover {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.08); 
}

/* MATEMATYCZNIE IDEALNA ANIMACJA (Przesuwa pasek + gap) */
@keyframes scroll-marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-100% - 80px)); } 
}

/* ==========================================
   RESPONSYWNOŚĆ (TELEFONY)
   ========================================== */
@media (max-width: 768px) {
    .cf-brands-marquee { padding: 40px 0; }
    .cf-brands-marquee__container { gap: 40px; }
    .cf-brands-marquee__track { gap: 40px; }
    .cf-brand-logo img { max-width: 140px; max-height: 50px; }
    
    /* Aktualizacja matematyki dla mniejszego gapa na mobile */
    @keyframes scroll-marquee {
        0% { transform: translateX(0); }
        100% { transform: translateX(calc(-100% - 40px)); } 
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-892d65d *//* --- OGÓLNE USTAWIENIA --- */
.cf-final-wrapper {
    background-color: #0B0B0B;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
}

/* --- SPLIT SECTION (LAKE & TRAINING) --- */
.cf-split-experience { 
    display: flex; 
    height: 600px; 
    background: #000; 
    overflow: hidden; 
}

.cf-split-card { 
    flex: 1; 
    position: relative; 
    display: flex; 
    align-items: flex-end; 
    padding: 60px; 
    overflow: hidden; 
    text-decoration: none;
}

.cf-split-card__bg { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background-size: cover; 
    background-position: center; 
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1); 
    filter: brightness(0.4); 
}

/* PODMIEŃ LINKI DO ZDJĘĆ PONIŻEJ */
.cf-lake-card .cf-split-card__bg { 
    background-image: url('https://twoja-domena.pl/wp-content/uploads/lake-bg.jpg'); 
}
.cf-training-card .cf-split-card__bg { 
    background-image: url('https://twoja-domena.pl/wp-content/uploads/training-bg.jpg'); 
}

.cf-split-card:hover .cf-split-card__bg { 
    transform: scale(1.1); 
    filter: brightness(0.6);
}

.cf-split-card__content { 
    position: relative; 
    z-index: 2; 
    max-width: 450px; 
}

.cf-tag { 
    color: #00FF66; /* Zmienione na Twój zielony akcent */
    font-size: 10px; 
    font-weight: 900; 
    letter-spacing: 2px; 
    text-transform: uppercase; 
    margin-bottom: 15px; 
    display: block; 
}

.cf-split-title { 
    color: #fff; 
    font-size: clamp(2rem, 5vw, 3.5rem); 
    font-family: 'Playfair Display', serif; 
    margin-bottom: 20px; 
    line-height: 1.1;
}

.cf-split-card p { 
    color: #ccc; 
    line-height: 1.6; 
    margin-bottom: 30px; 
    font-size: 1rem;
}

/* --- FOUNDER SECTION --- */
.cf-founder { 
    padding: 120px 20px; 
    border-top: 1px solid #1a1a1a; 
}

.cf-founder__container { 
    max-width: 1200px; 
    margin: 0 auto; 
    display: flex; 
    align-items: center; 
    gap: 80px; 
}

.cf-founder__image { 
    flex: 1; 
    position: relative; 
}

.cf-founder__image img { 
    width: 100%; 
    border-radius: 4px; 
    filter: grayscale(0.2); 
    border: 1px solid #222; 
    display: block;
}

.cf-founder__badge { 
    position: absolute; 
    bottom: -15px; 
    right: -15px; 
    background: #00FF66; 
    color: #000; 
    padding: 12px 25px; 
    font-weight: 900; 
    font-size: 12px;
    letter-spacing: 1px;
    transform: rotate(-3deg); 
    box-shadow: 10px 10px 30px rgba(0,0,0,0.5);
}

.cf-founder__info { flex: 1.5; }

.cf-founder__name { 
    color: #fff; 
    font-size: 2.5rem; 
    margin-bottom: 25px; 
    font-family: 'Playfair Display', serif; 
}

.cf-founder__quote { 
    color: #eee; 
    font-style: italic; 
    font-size: 1.25rem; 
    line-height: 1.8; 
    margin-bottom: 45px; 
    border-left: 4px solid #00FF66; 
    padding-left: 30px; 
}

.cf-founder__stats { 
    display: flex; 
    gap: 50px; 
}

.cf-stat-item strong { 
    display: block; 
    color: #00FF66; 
    font-size: 2.2rem; 
    font-family: 'Playfair Display', serif; 
    margin-bottom: 5px;
}

.cf-stat-item span { 
    color: #666; 
    font-size: 10px; 
    text-transform: uppercase; 
    letter-spacing: 2px; 
    font-weight: 700;
}

/* --- BUTTONS --- */
.cf-btn-outline-gold { 
    display: inline-block; 
    padding: 18px 40px; 
    background: transparent; 
    border: 1px solid #00FF66; 
    color: #00FF66; 
    text-decoration: none; 
    font-weight: 800; 
    font-size: 12px; 
    letter-spacing: 2px; 
    transition: all 0.3s ease;
}

.cf-btn-outline-gold:hover { 
    background: #00FF66; 
    color: #000; 
    box-shadow: 0 0 20px rgba(0, 255, 102, 0.3);
}

/* --- RESPONSIVE --- */
@media (max-width: 991px) {
    .cf-split-experience { flex-direction: column; height: auto; }
    .cf-split-card { height: 500px; padding: 40px; }
    .cf-founder__container { flex-direction: column; text-align: center; gap: 60px; }
    .cf-founder__quote { border-left: none; padding-left: 0; }
    .cf-founder__stats { justify-content: center; gap: 30px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aef3a91 *//* --- KONTENER GŁÓWNY --- */
.cf-cta-video-section {
    position: relative;
    width: 100%;
    height: 600px; /* Wysokość sekcji - możesz dostosować */
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
}

/* --- WIDEO W TLE --- */
.cf-cta-video-section video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
    opacity: 0.4; /* Przyciemnienie wideo dla lepszego kontrastu tekstu */
}

/* --- WARSTWA GRADIENTOWA (OVERLAY) --- */
/* Robi "winietę", która skupia wzrok na środku i wygasza brzegi */
.cf-cta-video-section::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, transparent 10%, rgba(0,0,0,0.8) 90%),
                linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, transparent 50%, rgba(0,0,0,0.5) 100%);
    z-index: 2;
}

/* --- TREŚĆ --- */
.cf-cta-content {
    position: relative;
    z-index: 3;
    text-align: center;
    padding: 0 20px;
    max-width: 800px;
}

.cf-cta-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 8vw, 4.5rem);
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: -1px;
}

.cf-cta-subtitle {
    color: #9CA3AF;
    font-size: clamp(1rem, 2vw, 1.2rem);
    margin-bottom: 45px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

/* --- PRZYCISK NEON --- */
.cf-btn-neon {
    display: inline-block;
    padding: 22px 50px;
    background-color: #00FF66; /* Twój zielony akcent */
    color: #000000;
    text-decoration: none;
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 4px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 0 25px rgba(0, 255, 102, 0.3);
}

.cf-btn-neon:hover {
    transform: scale(1.05) translateY(-3px);
    background-color: #05ff6b;
    box-shadow: 0 0 50px rgba(0, 255, 102, 0.6);
}

/* --- RESPANSYWNOŚĆ --- */
@media (max-width: 768px) {
    .cf-cta-video-section {
        height: 500px;
    }
}/* End custom CSS */