.elementor-kit-7{--e-global-color-primary:#36A585;--e-global-color-secondary:#192938;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:26px;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#000000;color:#FFFFFF;font-family:"Sora", Sans-serif;font-size:16px;font-weight:400;line-height:26px;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-primary );color:var( --e-global-color-secondary );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:#FFFFFF;font-family:"Sora", Sans-serif;}.elementor-kit-7 h1{color:#FFFFFF;font-family:"Sora", Sans-serif;font-size:44px;font-weight:600;line-height:54px;}.elementor-kit-7 h2{color:#FFFFFF;font-family:"Sora", Sans-serif;font-weight:600;}.elementor-kit-7 h3{color:#FFFFFF;font-family:"Sora", Sans-serif;font-size:26px;font-weight:600;line-height:34px;}.elementor-kit-7 h4{color:#FFFFFF;font-family:"Sora", Sans-serif;font-size:20px;font-weight:500;line-height:28px;}.elementor-kit-7 h5{color:#FFFFFF;font-family:"Sora", Sans-serif;font-size:18px;font-weight:500;line-height:28px;}.elementor-kit-7 h6{color:#FFFFFF;font-family:"Sora", Sans-serif;font-size:16px;line-height:26px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-header .site-navigation ul.menu li a{color:var( --e-global-color-secondary );}.site-header .site-navigation-toggle .site-navigation-toggle-icon{color:var( --e-global-color-primary );}.site-header .site-navigation-toggle{background-color:var( --e-global-color-text );}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-7{--e-global-typography-primary-font-size:16px;--e-global-typography-primary-line-height:26px;font-size:16px;line-height:26px;}.elementor-kit-7 h1{font-size:36px;line-height:44px;}.elementor-kit-7 h2{font-size:30px;line-height:38px;}.elementor-kit-7 h3{font-size:22px;line-height:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-primary-font-size:16px;--e-global-typography-primary-line-height:26px;font-size:16px;line-height:26px;}.elementor-kit-7 h2{font-size:30px;line-height:38px;}.elementor-kit-7 h4{font-size:18px;line-height:26px;}.elementor-kit-7 h5{font-size:16px;line-height:22px;}.elementor-kit-7 h6{font-size:16px;line-height:26px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Ogólne ustawienia */
p a {
    font-weight: 600;
    background: linear-gradient(90deg, #db3184, #911d7e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

p a:hover {
   text-decoration: underline;
}

/* Pokazanie tooltipa po najechaniu na cały wiersz */
.card li:hover::after {
    content: attr(data-tooltip); /* Pobiera treść z atrybutu HTML */
    visibility: visible;
    width: 250px;
    background-color: #000;
    color: #fff;
    text-align: left;
    padding: 10px;
    border-radius: 10px;
    position: absolute;
    z-index: 10;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    font-size: 12px;
    white-space: normal;
}


.info {
    flex-shrink: 0; /* Zapobiega zmniejszaniu się ikony */
}

.info {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-style: italic;
    font-weight: bold;
    color: #5cac9a;
    font-size: 14px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: 2px solid #5cac9a;
    border-radius: 50%;
    margin-left: 8px;
}
.info .tooltip {
    visibility: hidden;
    width: 250px;
    background-color: #283546;
    color: #fff;
    text-align: left;
    padding: 10px;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    font-size: 12px;
}
.info:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

/* =========================================
   CTA w headerze – tylko dla sekcji .consultations
   ========================================= */

/* Ważne w Elementorze/flex: pozwól dzieciom się zwężać */
.consultations,
.consultations .elementor-widget-container{
  min-width: 0 !important;
  overflow: visible !important;
}

/* Przycisk 100% szerokości kontenera */
.consultations .cta-consult{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;

  padding: 14px 22px;
  border: 0;
  border-radius: 16px;
  cursor: pointer;

  /* to jest ważne: żeby pseudo-elementy (glow) nie rozwalały układu */
  overflow: hidden;

  /* zewnętrzny gradient */
  background: linear-gradient(45deg, #35A684, #2F9176, #123A4A);
  color: #fff;
  text-decoration: none;

  /* jeśli Elementor daje jakieś swoje style */
  -webkit-appearance: none;
  appearance: none;
}

/* Tekst – skaluje się i może się łamać */
.consultations .cta-consult > span{
  position: relative;
  z-index: 2;

  /* PŁYNNE skalowanie */
  font-size: clamp(0.85rem, 1.8vw, 1.25rem);

  /* pozwól na 2 linie gdy brakuje miejsca */
  white-space: normal;
  text-align: center;
  line-height: 1.15;

  /* gdyby kiedyś był dłuższy tekst */
  overflow-wrap: anywhere;

  color: #fff;
  padding: 0 6px; /* mały oddech od krawędzi */
}

/* Wewnętrzna ciemna warstwa */
.consultations .cta-consult::before{
  content: "";
  position: absolute;
  inset: 2px;
  z-index: 1;

  border-radius: 14px;
  background: linear-gradient(180deg, #123A4A, #0B1F2A);
  transition: opacity 0.45s ease;
}

.consultations .cta-consult:hover::before{
  opacity: 0.65;
}

/* Zielony glow (hover) */
.consultations .cta-consult::after{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;

  border-radius: 16px;
  background: linear-gradient(45deg, #35A684, #5FE3C0, #2F9176);

  opacity: 0;
  filter: blur(22px);
  transition: opacity 0.45s ease;
}

.consultations .cta-consult:hover::after{
  opacity: 1;
}

/* =========================================
   Drobne dopasowanie na mniejszych ekranach
   ========================================= */
@media (max-width: 768px){
  .consultations .cta-consult{
    padding: 10px 14px;
    border-radius: 14px;
  }
  .consultations .cta-consult::before{
    border-radius: 12px;
  }
  .consultations .cta-consult::after{
    border-radius: 14px;
  }

  /* trochę mniejszy maks font na mobile */
  .consultations .cta-consult > span{
    font-size: clamp(0.8rem, 3.6vw, 1.05rem);
  }
}

/* =========================================================
   MENU CTA – menu-item-3400 (hard override)
   Cel: wygląda jak button1 (ciemny środek + gradient ramka + glow)
   ========================================================= */

/* 1) Najbardziej specyficzny selektor na link w menu Elementora */
nav .menu-item-3400 > a.elementor-item{
  /* HARD RESET rzeczy, które najczęściej robią zielone tło */
  background: none !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  filter: none !important;
  outline: none !important;

  /* budujemy nasz wygląd */
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  padding: 12px 22px !important;
  margin-left: 12px !important;

  border: 0 !important;
  border-radius: 16px !important;
  overflow: hidden !important;

  /* gradient „ramki” */
  background-image: linear-gradient(45deg,#35A684,#2F9176,#123A4A) !important;

  color: #fff !important;
  text-decoration: none !important;
  white-space: nowrap !important;

  /* żeby pseudo-elementy warstwowały się poprawnie */
  z-index: 0 !important;
  isolation: isolate !important;
}

/* 2) Ciemny środek – dokładnie jak w button1 */
nav .menu-item-3400 > a.elementor-item::before{
  content: "" !important;
  position: absolute !important;
  inset: 2px !important;
  border-radius: 14px !important;

  background: linear-gradient(180deg,#123A4A,#0B1F2A) !important;

  z-index: -1 !important;
  opacity: 1 !important;
  transition: opacity .45s ease !important;
  pointer-events: none !important;
}

/* 3) Glow na hover – pod spodem */
nav .menu-item-3400 > a.elementor-item::after{
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  border-radius: 16px !important;

  background: linear-gradient(45deg,#35A684,#5FE3C0,#2F9176) !important;

  z-index: -2 !important;
  opacity: 0 !important;
  filter: blur(22px) !important;
  transition: opacity .45s ease !important;
  pointer-events: none !important;
}

nav .menu-item-3400 > a.elementor-item:hover::before{
  opacity: .65 !important;
}
nav .menu-item-3400 > a.elementor-item:hover::after{
  opacity: 1 !important;
}

/* 4) Ważne: Elementor potrafi kolorować CURRENT/ACTIVE/HOVER — gasimy */
nav .menu-item-3400 > a.elementor-item:hover,
nav .menu-item-3400.current-menu-item > a.elementor-item,
nav .menu-item-3400.current-menu-ancestor > a.elementor-item,
nav .menu-item-3400 > a.elementor-item:focus,
nav .menu-item-3400 > a.elementor-item:active{
  background-color: transparent !important;
  background-image: linear-gradient(45deg,#35A684,#2F9176,#123A4A) !important;
  color: #fff !important;
  box-shadow: none !important;
}

/* 5) Font / skalowanie */
nav .menu-item-3400 > a.elementor-item{
  font-size: clamp(0.70rem, 0.75vw + 0.28rem, 1.15rem) !important;
  line-height: 1.2 !important;
}

/* 6) Mobile: mniejszy tekst i ewentualne łamanie */
@media (max-width: 480px){
  nav .menu-item-3400 > a.elementor-item{
    padding: 10px 14px !important;
    white-space: normal !important;
    text-align: center !important;
    max-width: 220px !important;
  }
  nav .menu-item-3400 > a.elementor-item{
    font-size: clamp(0.78rem, 3.2vw, 0.92rem) !important;
    line-height: 1.1 !important;
  }
}

/* stylizowany przycisk button1 */
.button1 {
  position: relative;
  text-decoration: none;
  color: #ffffff;

  background: linear-gradient(
    45deg,
    #35A684,
    #2F9176,
    #123A4A
  );

  padding: 14px 25px;
  border-radius: 16px;
  font-size: 1.25em;
  cursor: pointer;
  border: none;
  overflow: hidden;

  display: inline-block; /* WYRÓWNANIE DO LEWEJ */
  margin: 0;
}

.button1 span {
  position: relative;
  z-index: 2;
  color: #ffffff;
}

/* INNER DARK LAYER */
.button1::before {
  content: "";
  position: absolute;
  inset: 2px;
  background: linear-gradient(
    180deg,
    #123A4A,
    #0B1F2A
  );
  border-radius: 14px;
  transition: opacity 0.5s ease;
  z-index: 1;
}

.button1:hover::before {
  opacity: 0.65;
}

/* SOFT GREEN GLOW */
.button1::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    45deg,
    #35A684,
    #5FE3C0,
    #2F9176
  );
  border-radius: 16px;
  transition: opacity 0.5s ease;
  opacity: 0;
  filter: blur(22px);
  z-index: 0;
}

.button1:hover::after {
  opacity: 1;
}

/* stylizowany przycisk button1 */
.button2 {
  position: relative;
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(45deg, #0ce39a, #69007f, #fc0987);
  padding: 14px 25px;
  border-radius: 16px;
  font-size: 1.25em;
  cursor: pointer;
  border: none;
  overflow: hidden;

  /* WYŚRODKOWANIE – TAK JAK W BUTTON1 */
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.button2 span {
  position: relative;
  z-index: 2;
  color: #ffffff;
}

/* INNER DARK LAYER */
.button2::before {
  content: "";
  position: absolute;
  inset: 2px;
  background: #272727;
  border-radius: 14px;
  transition: opacity 0.5s ease;
  z-index: 1;
}

.button2:hover::before {
  opacity: 0.7;
}

/* GLOW */
.button2::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, #0ce39a, #69007f, #fc0987);
  border-radius: 16px;
  transition: opacity 0.5s ease;
  opacity: 0;
  filter: blur(20px);
  z-index: 0;
}

.button2:hover::after {
  opacity: 1;
}

/* Slider w ofertach */
.oferta .v-wrap-vertical_{
    border:0px solid #000 !important;
    display:grid;
    border-radius:0px;
    box-shadow:0 0 0px #000 !important;
    padding:0px;
    margin-bottom: -10px
    }
    
/* ================================
   STOREON – SEO WHY SECTION (FINAL)
   ================================ */

.storeon-seo-why {
  position: relative;
  padding: 44px;
  background:
    radial-gradient(
      1200px 420px at 10% -10%,
      rgba(154,48,125,0.16),
      transparent 60%
    ),
    radial-gradient(
      1200px 420px at 90% 110%,
      rgba(54,165,133,0.12),
      transparent 60%
    ),
    rgba(10, 10, 14, 0.92);
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,0.06);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 40px 120px rgba(0,0,0,0.75);
  overflow: hidden;
}

.storeon-seo-why::before {
  content: "";
  position: absolute;
  top: 0;
  left: 48px;
  right: 48px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(154,48,125,0.8),
    rgba(54,165,133,0.8),
    transparent
  );
  opacity: 0.6;
}

/* GRID */

.storeon-seo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

/* CARD */

.storeon-seo-card {
  position: relative;
  padding: 26px 26px 30px;
  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,0.06),
      rgba(255,255,255,0.015)
    );
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  overflow: hidden;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.storeon-seo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 22px;
  background: linear-gradient(
    135deg,
    rgba(154,48,125,0.5),
    rgba(54,165,133,0.5)
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.14;
}

.storeon-seo-card:hover {
  transform: translateY(-3px);
  box-shadow:
    0 30px 70px rgba(0,0,0,0.6),
    0 0 40px rgba(154,48,125,0.14);
}

/* ICON */

.storeon-seo-icon svg,
.storeon-seo-icon i {
  color: #36A585;
  font-size: 26px;
  filter: drop-shadow(0 0 6px rgba(54,165,133,0.28));
  margin-bottom: 16px;
  transition: opacity 0.25s ease;
}

.storeon-seo-icon {
  opacity: 0.95;
}

.storeon-seo-card:hover .storeon-seo-icon {
  opacity: 1;
}

/* TYPO */

.storeon-seo-card p {
  color: rgba(255,255,255,0.7);
  line-height: 1.65;
  font-size: 15px;
  margin: 0;
}

.storeon-seo-card p strong {
  display: block;
  color: #9a307d;
  font-weight: 500;
  margin-bottom: 4px;
  filter: brightness(1.1);
}

/* MOBILE */

@media (max-width: 768px) {
  .storeon-seo-why {
    padding: 28px;
  }

  .storeon-seo-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .storeon-seo-card {
    padding: 22px 22px 26px;
  }
}


/* przycisk back-button*/
.back-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  font-family: "Poppins", system-ui, -apple-system, "Segoe UI",
               Roboto, "Helvetica Neue", Arial, sans-serif;

  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;

  padding: 10px 0;
  transition: color 0.3s ease;
}

.back-button svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  transition: transform 0.3s ease;
}

.back-button:hover {
  color: #36a585;
}

.back-button:hover svg {
  transform: translateX(-4px);
}
/* Często zadawane pytania */
.faq-button {
  display: inline-flex !important;
  align-items: center;
  gap: 14px; /* więcej oddechu przy dużej ikonie */

  font-family: "Poppins", system-ui, -apple-system, "Segoe UI",
               Roboto, "Helvetica Neue", Arial, sans-serif !important;

  font-size: 1.05rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.2px;

  color: rgba(154, 48, 125, 0.9) !important;

  text-decoration: none !important;
  padding: 14px 2px !important;

  transition:
    color 0.35s ease,
    transform 0.35s ease,
    opacity 0.35s ease;
}

/* DUŻA IKONA */
.faq-button svg {
  width: 28px !important;   
  height: 28px !important;
  stroke: currentColor !important;
  stroke-width: 2;
  fill: none;
  opacity: 0.95;

  transition: transform 0.35s ease, opacity 0.35s ease;
}

/* HOVER – ZIELONY */
.faq-button:hover {
  color: #36A585 !important;
  transform: translateY(-1px);
}

/* IKONA NA HOVER */
.faq-button:hover svg {
  transform: scale(1.12);
  opacity: 1;
}
/* Zaokrąglenie podgladów galerii*/
.realizacje .gallery-icon {
    padding: 12px;
}

/* Kroki w ofercie */
.steps {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 32px;

  justify-items: center;
}

/* KAŻDY KAFEL */
.steps > * {
  width: 100%;
  max-width: 640px;
  min-height: 160px;

  padding: 32px;
  border-radius: 24px;

  display: flex;
  flex-direction: column;
  justify-content: center;

  box-sizing: border-box;
}

/* FORCE SORA — TEXT ONLY (SAFE FOR ICONS) */

body,
body *:not(i):not(svg):not(path):not([class*="icon"]):not(.eicon):not(.fas):not(.far):not(.fal):not(.fab) {
    font-family: 'Sora', sans-serif !important;
}
/* =========================================
   VERTICAL SLIDER – EXTRA STRONG WIDE FADE
========================================= */

.vertical-slider {
  position: relative;
  overflow: hidden;

  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0,0,0,0.15) 12%,
    rgba(0,0,0,0.45) 26%,
    rgba(0,0,0,0.75) 38%,
    black 50%,
    rgba(0,0,0,0.75) 62%,
    rgba(0,0,0,0.45) 74%,
    rgba(0,0,0,0.15) 88%,
    transparent 100%
  );

  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0,0,0,0.15) 12%,
    rgba(0,0,0,0.45) 26%,
    rgba(0,0,0,0.75) 38%,
    black 50%,
    rgba(0,0,0,0.75) 62%,
    rgba(0,0,0,0.45) 74%,
    rgba(0,0,0,0.15) 88%,
    transparent 100%
  );
}

/* ================================
   BENEFITS LIST – ICONS
================================ */

.elementor-kit-7 .benefits-list {
  list-style: none;
  padding: 0;
  margin-top: 22px;
}

.elementor-kit-7 .benefits-list li {
  position: relative;
  padding-left: 42px;
  margin-bottom: 16px;
}

.elementor-kit-7 .benefits-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.95;
}

/* DESIGN */
.elementor-kit-7 .benefits-list li:nth-child(1)::before {
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239a307d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'>\
<path d='M20 6L9 17l-5-5'/>\
</svg>");
}

/* SEO / GROWTH */
.elementor-kit-7 .benefits-list li:nth-child(2)::before {
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239a307d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'>\
<path d='M3 17l6-6 4 4 7-7'/><path d='M14 7h7v7'/>\
</svg>");
}

/* GLOBAL / B2B */
.elementor-kit-7 .benefits-list li:nth-child(3)::before {
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239a307d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'>\
<circle cx='12' cy='12' r='10'/><path d='M2 12h20'/><path d='M12 2a15.3 15.3 0 0 1 0 20a15.3 15.3 0 0 1 0-20'/>\
</svg>");
}
/* NEXT STEP / CTA */
.elementor-kit-7 .benefits-list li:nth-child(4)::before {
  background-image: url("data:image/svg+xml;utf8,\
  <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239a307d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'>\
  <circle cx='12' cy='12' r='10'/>\
  <path d='M10 8l4 4-4 4'/>\
  </svg>");
}/* End custom CSS */