.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-f8befd9:#212021;--e-global-color-630bb0c:#E0FB78;--e-global-color-ae48ef4:#5113A1;--e-global-color-6ac7097:#121112;--e-global-color-8e2885f:#E1DBE2;--e-global-color-a10c84e:#FDFBFD;--e-global-color-fd12187:#121112;--e-global-color-2a9dd12:#5D5B5D;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#070707;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Kolory */
:root{
  --grad-white: #ffffff;   /* czysta biel na start */
  --grad-mid:   #cdb8ff;   /* jasny fiolet (miękki próg) */
  --grad-end:   #7B3FE4;   /* docelowy fiolet */
}

/* Nagłówek z gradientem */
.gradient-heading .elementor-heading-title,
.gradient-heading.elementor-heading-title{
  /* biała pierwsza połowa, potem łagodne wejście w fiolet */
  background-image: linear-gradient(
    90deg,
    var(--grad-white) 0%,
    var(--grad-white) 52%,
    var(--grad-mid)   62%,
    var(--grad-end)   100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent; /* fallback */
}

/* Dla ewentualnych <span>/<strong> w środku */
.gradient-heading .elementor-heading-title *{
  background: inherit;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}



/* ===== KARTA: kontener z klasą .pcard ===== */
.pcard{
  /* paleta */
  --bg:#0b0b0b;
  --card:#111214;
  --border:rgba(255,255,255,.08);
  --text:#ffffff;
  --muted:#a2a8ae;
  --accent:#c7ff3b;   /* kolor ceny */
  --purple:#7b3ff6;   /* kolor przycisku/wstążki */
  --divider:rgba(255,255,255,.14);

  /* wymiary */
  --radius:18px;
  --padX:24px;        /* padding poziomy karty */
  --padY:28px;        /* padding pionowy karty */

  background:var(--card);
  border:1px solid var(--border);
  border-radius:var(--radius);
  box-shadow:0 12px 30px rgba(0,0,0,.35);
  padding:var(--padY) var(--padX) calc(var(--padY) - 4px);
  color:var(--text);
  display:flex; flex-direction:column;      /* żeby przycisk był na dole */
  overflow:hidden;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.pcard:hover{ transform:translateY(-4px); border-color:rgba(255,255,255,.14); box-shadow:0 18px 44px rgba(0,0,0,.45); }

/* ===== Nagłówek + podtytuł ===== */
.pcard .elementor-widget-heading:first-of-type .elementor-heading-title{
  margin:0 0 8px !important;
  font-weight:800 !important; font-size:22px !important; line-height:1.25 !important;
  color:var(--text) !important;
}
.pcard .elementor-widget-heading + .elementor-widget-text-editor .elementor-widget-container{
  margin:0 0 18px !important; text-align:center !important;
  font-size:12px !important; font-weight:600 !important;
  letter-spacing:.08em !important; text-transform:uppercase !important;
  color:var(--muted) !important;
}

/* ===== Obraz + meta ===== */
.pcard .elementor-widget-image img{
  width:180px; max-width:72%; height:auto;
  display:block; margin:0 auto 10px; border-radius:10px;
  filter:drop-shadow(0 12px 24px rgba(0,0,0,.45));
}
.pcard .elementor-widget-image + .elementor-widget-text-editor .elementor-widget-container{
  text-align:center !important; font-size:13px !important; color:var(--muted) !important;
  margin:6px 0 12px !important;
}

/* ===== Cena – nagłówek z klasą .pc-price ===== */
/*.pcard .pc-price .elementor-heading-title{*/
/*  margin:6px 0 10px !important; text-align:center !important;*/
/*  font-weight:900 !important; font-size:44px !important; line-height:1 !important;*/
/*  color:var(--accent) !important;*/
/*}*/
/*.pcard .pc-price + .elementor-widget-text-editor .elementor-widget-container{*/
/*  text-align:center !important; font-size:13px !important; color:var(--muted) !important;*/
/*  margin:0 0 18px !important;*/
/*}*/
/* separator po notce */
.pcard .pc-price + .elementor-widget-text-editor .elementor-widget-container::after{
  content:""; display:block; height:1px; margin:18px auto 0; width:60%;
  background:linear-gradient(90deg,transparent,var(--divider),transparent);
}

/* ===== Divider i lista ===== */
.pcard .elementor-widget-divider{ margin:0 0 6px !important; }
.pcard .elementor-widget-divider .elementor-divider{ padding:0 !important; }
.pcard .elementor-widget-divider .elementor-divider-separator{
  height:1px !important; width:60% !important; margin:18px auto !important;
  background:linear-gradient(90deg,transparent,var(--divider),transparent) !important;
  border:none !important;
}
.pcard .elementor-widget-divider .elementor-divider-separator:before,
.pcard .elementor-widget-divider .elementor-divider-separator:after{ display:none !important; }

/* wyrównanie do lewej, bez centrowania */
.pcard .pc-features.elementor-widget-text-editor .elementor-widget-container{
  text-align: left !important;
}

/* wcięcie i punktor */
.pcard .pc-features.elementor-widget-text-editor ul{
  margin: 0;
  padding-left: 18px;
  list-style: disc;
}

/* styl wierszy listy */
.pcard .pc-features.elementor-widget-text-editor li{
  color:#e9e9e9 !important;
  font-size:15px !important;
  line-height:1.6 !important;
  margin:.46rem 0 !important;
}


/* ===================== JET BUTTON: full-bleed + plane color ===================== */
/* Karta */
.pcard{
  position: relative !important;
  padding-bottom: 56px !important;   /* rezerwa na przycisk (~56px) */
  overflow: hidden !important;
}

/* Widget Jet Button przyklejony do dołu i na pełną szerokość karty */
.pcard .elementor-widget-jet-button{
  position: absolute !important;
  left: 0; right: 0; bottom: 0;
  margin: 0 !important;
  width: 100% !important;
  transform: none !important;
  z-index: 2;
}
.pcard .elementor-widget-jet-button .elementor-widget-container{
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Sam link przycisku – tło WYŁĄCZONE, bo kolor daje plane */
.pcard .jet-button{
  position: relative !important;
  display: block !important;
  width: 100% !important;
  background: transparent !important;
  color: #fff !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 0 var(--radius) var(--radius) !important;
  overflow: hidden !important;
}

/* >>> PLANE – właściwe tło przycisku <<< */
.pcard .jet-button__plane{
  position: absolute !important;
  inset: 0 !important;                               /* wypełnij cały przycisk */
  background: var(--purple) !important;              /* FIOLET tutaj */
  border-radius: 0 0 var(--radius) var(--radius) !important;
  box-shadow: none !important;
}
/* Hover dla plane */
/*.pcard .jet-button:hover .jet-button__hover{*/
/*  filter: brightness(.96);*/
/*}*/

.pcard .jet-button__plane-hover {
    background: #6d38e0 !important;
}

/* Zgaś inne warstwy skórki, żeby nie przykrywały plane */
.pcard .jet-button__instance,
.pcard .jet-button__container,
.pcard .jet-button__state-normal,
.pcard .jet-button__overlay{
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

/* Treść (label) – bez własnego tła; mniejsza wysokość */
.pcard .jet-button__label{
  position: relative !important;                     /* nad plane */
  z-index: 1;
  display: block !important;
  width: 100% !important;
  padding: 14px 18px !important;
  text-align: center !important;
  font-family: "Manrope", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
  color: #fff !important;
  background: transparent !important;
}

/* Wyłącz pseudo-ozdobniki */
.pcard .jet-button:before,
.pcard .jet-button:after,
.pcard .jet-button__label:before,
.pcard .jet-button__label:after{
  content: none !important;
  display: none !important;
}

/* ===== RWD ===== */
@media (max-width:767px){
  .pcard{ --padX:20px; --padY:24px; }
  .pcard .pc-price .elementor-heading-title{ font-size:38px !important; }
}


/* Ustaw zmienne na samym kontenerze z klasą blob-icon */
.blob-icon{
  --lime: #D7FF3B;
  --violet: #7B3FE4;
  --blob: #1A1A1A;

  position: relative;
  isolation: isolate;   /* porządkuje warstwy */
  overflow: visible;
}

/* Kontener ikony */
.blob-icon .elementor-icon,
.blob-icon .elementor-icon-box-icon .elementor-icon{
  position: relative;
  z-index: 1;
  transition: color .25s ease, transform .25s ease;
}

/* CIAPKA pod ikoną */
.blob-icon .elementor-icon::before,
.blob-icon .elementor-icon-box-icon .elementor-icon::before{
  content: "";
  position: absolute;
  inset: -18px;
  background: var(--blob);
  border-radius: 40% 60% 55% 45% / 55% 45% 60% 40%;
  z-index: 0;                   /* (nie -1) mniej kłopotów z warstwami */
  transition: background-color .25s ease, transform .25s ease, box-shadow .25s ease;
  box-shadow: 0 0 0 1px rgba(215,255,59,0);
  pointer-events: none;
}

/* Hover */
.blob-icon:hover .elementor-icon,
.blob-icon:hover .elementor-icon-box-icon .elementor-icon{
  transform: translateY(-1px);
}
.blob-icon:hover .elementor-icon::before,
.blob-icon:hover .elementor-icon-box-icon .elementor-icon::before{
  background: var(--violet);
  box-shadow: 0 0 0 2px var(--lime);
  transform: scale(1.02);
}

/* Ikona/SVG */
.blob-icon .elementor-icon i,
.blob-icon .elementor-icon svg{ transition: fill .25s ease, color .25s ease; }
.blob-icon:hover .elementor-icon i,
.blob-icon:hover .elementor-icon svg{ color: var(--lime); fill: var(--lime); }
.blob-icon .elementor-icon svg *{ transition: fill .25s ease; }
.blob-icon:hover .elementor-icon svg *{ fill: var(--lime); }

/* Mobile tweak */
@media (max-width: 768px){
  .blob-icon .elementor-icon::before,
  .blob-icon .elementor-icon-box-icon .elementor-icon::before{ inset: -14px; }
}

/* ===========================
   POZIOMY TABS – animowany gradient
   =========================== */

/* === KONTENER PRZYCISKÓW === */
.e-n-tabs-heading {
  display: flex !important;
  flex-wrap: nowrap !important; /* wymusza jedną linię */
  gap: 0 !important;
  justify-content: center;
  overflow-x: auto !important; /* scroll poziomy */
  overflow-y: visible !important;
  padding: 0 10px !important; /* padding żeby nie ucinało */
  width: 100% !important;
  max-width: 100%;
  margin: 0 auto;
  background: transparent !important;
  border: none !important;
  -webkit-overflow-scrolling: touch; /* płynny scroll na iOS */
  scrollbar-width: thin; /* cieńszy scrollbar */
}

/* === POJEDYNCZY PRZYCISK === */
.e-n-tab-title {
  flex: 0 0 auto;
  margin: 0 !important;
  padding: 14px 32px !important;
  
  /* Typografia */
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  line-height: 1.2;
  color: #ffffff !important;
  
  /* Tło bazowe - ciemny fiolet */
  background-color: #3a1372 !important;
  border: none !important;
  border-radius: 0 !important;
  
  /* Animacje */
  position: relative;
  overflow: hidden;
  transition: all 0.25s ease !important;
  transform: scale(1);
  transform-origin: center !important;
  z-index: 1;
}

/* Zaokrąglenia tylko na bokach */
.e-n-tab-title:first-child {
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.e-n-tab-title:last-child {
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

/* === ANIMOWANY GRADIENT (tło pod spodem dla hover) === */
.e-n-tab-title::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    45deg,
    #5113A1,
    #7e2cff,
    #a855ff,
    #5113A1
  );
  background-size: 300% 300%;
  opacity: 0;
  transition: opacity 0.25s ease;
  animation: gradientFlow 3s ease infinite;
  z-index: -1;
}

@keyframes gradientFlow {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

/* === HOVER === */
.e-n-tab-title:hover,
.e-n-tab-title.elementor-animation-grow:hover {
  background-color: #5b1bd6 !important;
  transform: scale(1.05) !important;
  box-shadow: 0 0 15px rgba(81, 19, 161, 0.5) !important;
  z-index: 2 !important;
}

.e-n-tab-title:hover::before {
  opacity: 0.8;
}

/* === AKTYWNY (po kliknięciu) === */
.e-n-tab-title.e-active,
.e-n-tab-title[aria-selected="true"] {
  background: linear-gradient(135deg, #5113A1, #7e2cff) !important;
  background-size: 200% 200%;
  animation: gradientShift 3s ease infinite;
  color: #ffffff !important;
  box-shadow: 0 0 20px rgba(126, 44, 255, 0.6) !important;
  transform: scale(1.05) !important;
  z-index: 3 !important;
}

@keyframes gradientShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

/* === STAN NIEAKTYWNY === */
.e-n-tab-title[aria-selected="false"] {
  background-color: #3a1372 !important;
  color: #ffffff !important;
}

.e-n-tab-title[aria-selected="false"]:hover {
  background-color: #5113A1 !important;
}

/* === TEKST === */
.e-n-tab-title *,
.e-n-tab-title a,
.e-n-tab-title-text {
  color: inherit !important;
  position: relative;
  z-index: 1;
}

/* === USUNIĘCIE DEKORACJI Z MOTYWU === */
.e-n-tab-title::after,
.e-n-tab-title a::before,
.e-n-tab-title a::after {
  display: none !important;
  content: none !important;
  background: transparent !important;
  border: 0 !important;
}

/* === ZAWARTOŚĆ ZAKŁADEK === */
.e-n-tabs-content {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin-top: 20px;
}

/* === TABLET I MNIEJSZE === */
@media (max-width: 1024px) {
  .e-n-tabs-heading {
    padding: 0 20px !important; /* odstęp od krawędzi */
  }
  
  .e-n-tab-title {
    padding: 12px 20px !important;
    font-size: 14px;
  }
}

/* === MAŁE TABLETY === */
@media (max-width: 768px) {
  .e-n-tab-title {
    padding: 11px 16px !important;
    font-size: 13px;
  }
}

/* === TELEFON - PIONOWY UKŁAD === */
@media (max-width: 600px) {
  .e-n-tabs-heading {
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    padding: 0 16px !important; /* odstęp od krawędzi ekranu */
    overflow-x: visible !important;
    gap: 12px !important; /* przestrzeń między przyciskami */
  }
  
  .e-n-tab-title {
    padding: 18px 28px !important; /* większy padding */
    font-size: 15px !important;
    font-weight: 700 !important;
    width: 100% !important;
    border-radius: 14px !important; /* każdy osobno zaokrąglony */
    margin: 0 !important;
    border: none !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important; /* delikatny cień */
    position: relative;
  }
  
  /* Stan nieaktywny - ciemniejszy */
  .e-n-tab-title[aria-selected="false"] {
    background-color: #2d1a54 !important; /* ciemniejszy fiolet */
  }
  
  /* Stan aktywny - jasny gradient */
  .e-n-tab-title.e-active,
  .e-n-tab-title[aria-selected="true"] {
    background: linear-gradient(135deg, #5113A1, #7e2cff) !important;
    box-shadow: 0 4px 16px rgba(126, 44, 255, 0.4) !important; /* mocniejszy cień */
    transform: scale(1) !important; /* bez scale na mobile */
  }
  
  /* Hover - subtelniejszy */
  .e-n-tab-title:hover {
    background-color: #3d2266 !important;
    transform: scale(1) !important; /* bez scale */
    box-shadow: 0 3px 12px rgba(81, 19, 161, 0.3) !important;
  }
  
  /* Hover na aktywnym - bez zmian */
  .e-n-tab-title.e-active:hover,
  .e-n-tab-title[aria-selected="true"]:hover {
    background: linear-gradient(135deg, #5113A1, #7e2cff) !important;
  }
  
  /* Wyłącz animowany gradient na mobile (oszczędność baterii) */
  .e-n-tab-title::before {
    display: none !important;
  }
  
  .e-n-tab-title.e-active,
  .e-n-tab-title[aria-selected="true"] {
    animation: none !important;
  }
}
.lined-title {
  position: relative;
  display: inline-block;
  padding: 0 20px;               /* odstęp między tekstem a liniami */
  font-weight: 500;              /* dostosuj styl tekstu */
}

.lined-title::before,
.lined-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100px;                   /* długość linii */
  height: 2px;                   /* grubość linii */
  background-color: #d2ff43;     /* kolor linii – ustaw swój */
}

.lined-title::before {
  left: -90px;                   /* pozycja linii z lewej */
}

.lined-title::after {
  right: -90px;                  /* pozycja linii z prawej */
}

/* Fioletowe ptaszki dla list w tym widżecie */
.violet-checks ul {
  list-style: none !important;
  margin: 0;
  padding-left: 0;
}

.violet-checks ul li {
  position: relative;
  margin: 8px 0;
  padding-left: 28px;            /* odstęp na ikonkę */
  line-height: 1.4;
}

/* Główny poziom listy – fioletowy „ptaszek” */
.violet-checks ul > li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(2px);    /* lekkie dosunięcie do linii bazowej */
  font-size: 18px;
  font-weight: 700;
  color: #8a5bff;                /* fiolet Crave vibe – zmień, jeśli chcesz */
}

/* Zagnieżdżone listy – mniejsze, delikatniejsze ptaszki */
.violet-checks ul ul {
  margin-top: 6px;
}

.violet-checks ul ul li {
  margin: 6px 0;
  padding-left: 24px;
}

.violet-checks ul ul li::before {
  content: "✔";
  font-size: 15px;
  font-weight: 700;
  color: #a785ff;                /* jaśniejszy fiolet dla podpunktów */
  left: 0;
  top: 0;
  transform: translateY(2px);
}

/* ===========================
   PRZYCISKI Z GRADIENTEM
   =========================== */

/* Przyciski kierujące do #price */
a.elementor-button[href="#price"] {
  position: relative;
  overflow: hidden;
  border: none !important;
  background: linear-gradient(135deg, #5113A1, #7e2cff, #a855ff) !important;
  background-size: 200% 200% !important;
  animation: gradientFlow 4s ease infinite !important;
  box-shadow: 0 4px 20px rgba(126, 44, 255, 0.4) !important;
  transition: all 0.4s ease !important;
}

/* Animacja pływającego gradientu - FIOLET */
@keyframes gradientFlow {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

/* HOVER - limonkowy gradient */
a.elementor-button[href="#price"]:hover {
  background: linear-gradient(135deg, #e0fb78, #d2ff43, #c4f000) !important;
  background-size: 200% 200% !important;
  animation: gradientFlowLime 4s ease infinite !important;
  box-shadow: 0 6px 30px rgba(224, 251, 120, 0.5) !important;
  transform: translateY(-2px) scale(1.03) !important;
}

/* Animacja pływającego gradientu - LIMONKA */
@keyframes gradientFlowLime {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

/* Kolor tekstu - biały bazowo, fioletowy na hover */
a.elementor-button[href="#price"] .elementor-button-text {
  color: #ffffff !important;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease !important;
}

a.elementor-button[href="#price"]:hover .elementor-button-text {
  color: #3a1372 !important;
}

/* Wyłącz domyślne animacje Elementora na tym przycisku */
a.elementor-button[href="#price"].elementor-animation-bob:hover {
  animation: gradientFlowLime 4s ease infinite !important;
}

/* Opcjonalnie - wyłącz bob na hover, żeby nie kolidował */
a.elementor-button[href="#price"].elementor-animation-bob {
  animation: gradientFlow 4s ease infinite !important;
}

/* strzałka do przewijania */
#ast-scroll-top {
    background-color: #e0fb78;
    font-size: 15px;
    color: #000;
}


/* ===========================
   PRZYCISKI Z GRADIENTEM
   =========================== */

/* Przyciski z identyfikatorem #quiz */
#quiz.elementor-button,
a#quiz.elementor-button {
  position: relative;
  overflow: hidden;
  border: none !important;
  background: linear-gradient(135deg, #5113A1, #7e2cff, #a855ff) !important;
  background-size: 200% 200% !important;
  animation: gradientFlow 4s ease infinite !important;
  box-shadow: 0 4px 20px rgba(126, 44, 255, 0.4) !important;
  transition: all 0.4s ease !important;
}

/* Animacja pływającego gradientu - FIOLET */
@keyframes gradientFlow {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

/* HOVER - limonkowy gradient */
#quiz.elementor-button:hover,
a#quiz.elementor-button:hover {
  background: linear-gradient(135deg, #e0fb78, #d2ff43, #c4f000) !important;
  background-size: 200% 200% !important;
  animation: gradientFlowLime 4s ease infinite !important;
  box-shadow: 0 6px 30px rgba(224, 251, 120, 0.5) !important;
  transform: translateY(-2px) scale(1.03) !important;
}

/* Animacja pływającego gradientu - LIMONKA */
@keyframes gradientFlowLime {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

/* Kolor tekstu - biały bazowo, fioletowy na hover */
#quiz.elementor-button .elementor-button-text,
a#quiz.elementor-button .elementor-button-text {
  color: #ffffff !important;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease !important;
}

#quiz.elementor-button:hover .elementor-button-text,
a#quiz.elementor-button:hover .elementor-button-text {
  color: #3a1372 !important;
}

/* Wyłącz domyślne animacje Elementora na tym przycisku */
#quiz.elementor-button.elementor-animation-bob:hover,
a#quiz.elementor-button.elementor-animation-bob:hover {
  animation: gradientFlowLime 4s ease infinite !important;
}

/* Opcjonalnie - wyłącz bob na hover, żeby nie kolidował */
#quiz.elementor-button.elementor-animation-bob,
a#quiz.elementor-button.elementor-animation-bob {
  animation: gradientFlow 4s ease infinite !important;
}Flow 4s ease infinite !important;
}Flow 4s ease infinite !important;
}




/* Icon Box z klasą "styled-box" */
.styled-box .elementor-icon-box-wrapper {
    background: linear-gradient(135deg, rgba(163, 230, 53, 0.1) 0%, rgba(168, 85, 247, 0.1) 100%) !important;
    border: 2px solid #a3e635 !important;
    border-radius: 16px !important;
    padding: 30px !important;
    box-shadow: 0 8px 24px rgba(163, 230, 53, 0.2), 0 0 40px rgba(168, 85, 247, 0.15) !important;
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.4s ease !important;
}


/* Ikona - limonkowa */
.styled-box .elementor-icon-box-icon {
    margin-bottom: 20px !important;
}

.styled-box .elementor-icon {
    color: #a3e635 !important;
    fill: #a3e635 !important;
}

.styled-box .elementor-icon svg {
    fill: #a3e635 !important;
}

/* Tytuł - biały */
.styled-box .elementor-icon-box-title {
    color: #ffffff !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
}

/* Opis - jasny tekst */
.styled-box .elementor-icon-box-description {
    color: #f0f0f0 !important;
    line-height: 1.7 !important;
    margin: 0 !important;
}

/* Responsive */
@media (max-width: 768px) {
    .styled-box .elementor-icon-box-wrapper {
        padding: 20px !important;
    }
}

.elementor-widget-video .elementor-wrapper video {
    background-color: transparent !important;
}/* End custom CSS */