.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;}.elementor-kit-5 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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* ====== LOGO W MENU ====== */
.sws-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sws-logo img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(106, 59, 234, 0.2);
  transition: transform 0.3s ease;
}

.sws-logo img:hover {
  transform: scale(1.05);
}

.sws-logo span {
  font-weight: 800;
  font-size: 1.15rem;
  color: #101010;
  letter-spacing: -0.5px;
}

/* --- MOBILE --- */
@media (max-width: 900px) {
  .sws-logo img {
    width: 32px;
    height: 32px;
  }
  .sws-logo span {
    font-size: 1rem;
  }
}


/* --- HERO z pełnym tłem i bez białego paska --- */
.sws-hero {
  position: relative;
  width: 100vw; /* pełna szerokość ekranu */
  left: 50%;
  right: 50%;
  margin-left: -50vw; /* wyciągnięcie z kontenera */
  margin-right: -50vw;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f8f9fb, #eef1f8);
  overflow: hidden;
  padding: 0px 0;
  border: none;
}

/* usuwa biały pasek na górze */
body,
html {
  margin: 0 !important;
  padding: 0 !important;
}

/* wewnętrzne wyrównanie treści */
.sws-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1250px;
  width: 92%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}

/* tekst i zdjęcie */
.sws-hero-text {
  flex: 1;
  z-index: 2;
}

.sws-hero-photo {
  flex: 1.1;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.sws-hero-photo img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* usuwa poziomy pasek przewijania */
html, body {
  overflow-x: hidden;
}


/* pseudo-tło na całą szerokość */
.sws-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: linear-gradient(135deg, #f8f9fb, #eef1f8);
  z-index: 0;
}

/* treść nad tłem */
.sws-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1250px;
  width: 92%;
  margin: 0 auto; /* CENTRUM strony */
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}

/* Tekst i zdjęcie wyrównane pionowo */
.sws-hero-text {
  flex: 1;
}

.sws-hero-photo {
  flex: 1.1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sws-hero-photo img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .sws-hero-photo {
    margin-top: -80px; /* przesuwa zdjęcie w dół */
  }

  .sws-hero-text {
    margin-top: -20px; /* tekst bliżej zdjęcia */
  }
}

@media (max-width: 768px) {
  .sws-hero {
    padding-top: 20px !important; /* zmniejsza górny margines */
  }
}



/* pseudo-tło rozlane na całą szerokość okna */
.sws-hero::before{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%); /* centrowanie względem okna */
  width: 100vw;                /* pełna szerokość ekranu */
  height: 100%;                /* wysokość sekcji */
  background: linear-gradient(135deg, #f8f9fb, #eef1f8);
  z-index: 0;
}

/* treść nad pseudo-tłem */
.sws-hero-inner{
  position: relative;
  z-index: 1;
}

/* (opcjonalnie) jeśli masz elementy nakładające się w środku */
.sws-hero-text, .sws-hero-photo{
  position: relative;
  z-index: 1;
}

.sws-hero-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1250px;
  width: 900%;
  position: relative;
  z-index: 1;
  gap: 60px;
}

.sws-hero-text {
  flex: 1;
  animation: fadeInLeft 1s ease forwards;
}

.sws-cert-text {
  font-size: 0.95rem;
  color: #444;
  margin-top: 10px;
  font-weight: 500;
  opacity: 0.9;
}

.sws-hero-text h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  color: #101010;
  line-height: 1.2;
  margin-bottom: 25px;
}

.sws-hero-text p {
  font-size: 1.1rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 35px;
}

.sws-btn {
  background: linear-gradient(135deg, #00C271, #6A3BEA);
  color: #fff;
  padding: 16px 34px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(106,59,234,0.25);
}

.sws-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(106,59,234,0.35);
}

/* Certyfikat */
.sws-cert {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 25px;
}

.sws-cert img {
  width: 55px;
  height: 55px;
  object-fit: contain;
}

.sws-cert span {
  font-size: 0.9rem;
  color: #555;
}

/* Zdjęcie */
.sws-hero-photo {
  flex: 1.1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  animation: fadeInRight 1.2s ease forwards;
  position: relative;
}

.sws-hero-photo img {
  width: 100%;
  max-width: 650px;
  transform: translateY(0) scale(1);
  opacity: 0;
  animation: photoIn 1s ease forwards 0.4s;
  transition: transform 2s ease;
}

.sws-hero-photo:hover img {
  transform: scale(1.02) translateY(-4px);
}

/* Animacje */
@keyframes fadeInLeft {
  from { opacity: 0; transform: translateX(-50px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes fadeInRight {
  from { opacity: 0; transform: translateX(50px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes photoIn {
  to { opacity: 1; transform: translateY(0) scale(1); }
}

/* Responsywność */
@media (max-width: 1024px) {
  .sws-hero-inner {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }
  .sws-hero-photo img {
    max-width: 420px;
  }
  .sws-cert {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .sws-hero-text h1 {
    font-size: 2rem;
  }
  .sws-hero-text p {
    font-size: 1rem;
  }
  .sws-hero-photo img {
    max-width: 320px;
  }
}

/* === SEKCJA O NAS === */
.sws-about {
  background: #fff;
  padding: 0px;
  margin-top: -120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sws-about-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1200px;
  width: 90%;
  gap: 80px;
}

.sws-about-photos {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}

.person-card {
  text-align: center;
  width: 100%;
  max-width: 240px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: linear-gradient(180deg, #ffffff 0%, #f8f8ff 100%);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.person-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.person-card img {
  width: 100%;
  border-bottom: 1px solid #eee;
}

.person-content {
  padding: 18px 16px 30px;
}

.person-card h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #6A3BEA;
  margin-bottom: 8px;
}

.person-card p {
  color: #444;
  line-height: 1.6;
  font-size: 0.9rem;
  margin: 0;
}

/* --- TEKST --- */
.sws-about-text {
  flex: 1;
  animation: fadeInRight 1s ease forwards;
}

.sws-about-text h2 {
  font-size: clamp(2rem, 3vw, 2.6rem);
  font-weight: 700;
  margin-bottom: 25px;
  color: #111;
  position: relative;
  text-align: left;
}

.sws-about-text h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  margin-top: 10px;
  background: linear-gradient(90deg, #00C67A, #6A3BEA);
  border-radius: 4px;
}

.sws-about-text p {
  color: #333;
  line-height: 1.7;
  font-size: 1.05rem;
  margin-bottom: 40px;
  text-align: left;
}

/* --- PRZYCISK POD SEKCJĄ --- */
.sws-about-btn {
  text-align: center;
  margin-top: 60px;
}

.sws-btn {
  background: linear-gradient(135deg, #00C271, #6A3BEA);
  color: #fff;
  padding: 16px 34px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(106,59,234,0.25);
}

.sws-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(106,59,234,0.35);
}

/* --- ANIMACJE --- */
@keyframes fadeInRight {
  from { opacity: 0; transform: translateX(50px); }
  to { opacity: 1; transform: translateX(0); }
}

/* --- RESPONSYWNOŚĆ --- */
@media (max-width: 1024px) {
  .sws-about-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
  }

  .sws-about-text h2,
  .sws-about-text p {
    text-align: center;
  }

  .sws-about-photos {
    flex-direction: row;
    justify-content: center;
    gap: 16px;
  }

  .person-card {
    max-width: 170px;
  }

  .person-content {
    padding: 14px 10px 20px;
  }

  .person-card p {
    font-size: 0.85rem;
    line-height: 1.4;
  }
}

.sws-about-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  max-width: 1250px;
  margin: 0 auto;
  padding: 80px 0;
}

.sws-about-text {
  flex: 1;
}

.sws-about-photos {
  display: flex;
  flex: 1;
  justify-content: center;
  gap: 40px;
}

.person-card {
  text-align: center;
  background: linear-gradient(180deg, #fff, #f9f7ff);
  border-radius: 24px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
  overflow: hidden;
  max-width: 260px;
}

.person-card img {
  width: 100%;
  border-bottom: 1px solid #eee;
}

.person-content {
  padding: 18px 20px 30px;
}

.person-content h3 {
  color: #6A3BEA;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.person-content p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #333;
}

.sws-about-btn {
  margin-top: 40px;
}

.sws-btn {
  background: linear-gradient(135deg, #00C271, #6A3BEA);
  color: #fff;
  padding: 16px 34px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.sws-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(106,59,234,0.35);
}

/* RESPONSYWNOŚĆ */
@media (min-width: 1025px) {
  .sws-about-inner {
    flex-direction: row-reverse; /* <<< Tekst po prawej, my po lewej */
  }

  .sws-about-text {
    text-align: left;
  }

  .sws-about-photos {
    justify-content: flex-start;
  }
}

@media (max-width: 1024px) {
  .sws-about-inner {
    flex-direction: column; /* <<< Na mobile tekst pierwszy, my pod spodem */
    align-items: center;
    text-align: center;
  }

  .sws-about-photos {
    flex-direction: row;
    justify-content: center;
    gap: 16px;
  }

  .person-card {
    max-width: 160px;
  }

  .person-content p {
    font-size: 0.85rem;
  }
}

/* ====== FULL-BLEED – tło na CAŁY ekran, mimo wąskiej kolumny ====== */
.sws-flow--full{
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* ====== SEKCJA ====== */
.sws-flow{
  background: linear-gradient(135deg,#f8f9fb,#eef1f8);
  padding: 60px 0 64px;
  overflow: hidden;
}
.sws-flow__inner{ width: min(1200px, 92vw); margin: 0 auto; }
.sws-flow__title{
  text-align: center;
  font-weight: 800;
  color: #101010;
  font-size: clamp(28px, 3.2vw, 40px);
  margin: 0 0 36px 0;
}

/* ====== TIMELINE ====== */
.sws-flow__timeline{
  position: relative;
  display: flex;
  justify-content: space-evenly;   /* równe odstępy – 4. krok nie wyjeżdża */
  align-items: flex-start;
  gap: 28px;
  padding: 14px 0 0;
}
/* Linia pozioma (desktop) */
.sws-flow__timeline::before{
  content:"";
  position:absolute;
  left:6%;
  right:6%;
  top:84px;                        /* poziom linii względem ikon */
  height:4px;
  border-radius:999px;
  background:linear-gradient(90deg,#00C271,#6A3BEA);
  opacity:.95;
  z-index:0;
}

/* ====== KARTA KROKU ====== */
.sws-step{
  flex: 1 1 240px;
  max-width: 260px;
  background:#fff;
  border-radius:20px;
  box-shadow:0 8px 22px rgba(0,0,0,.06);
  padding:30px 22px 26px;
  text-align:center;
  position:relative;
  z-index:1;

  opacity:0; transform:translateY(14px);
  animation:sws-rise .6s ease forwards;
}
.sws-step:nth-child(2){animation-delay:.07s}
.sws-step:nth-child(3){animation-delay:.14s}
.sws-step:nth-child(4){animation-delay:.21s}
@keyframes sws-rise{to{opacity:1;transform:translateY(0)}}

/* ====== IKONA (zabezpieczenie, żeby NA PEWNO była biała) ====== */
.sws-step__icon{
  width: 82px; height: 82px; border-radius: 50%;
  margin: -18px auto 14px;
  display:flex; align-items:center; justify-content:center;
  background: linear-gradient(135deg,#00C271,#6A3BEA);
  box-shadow: 0 10px 24px rgba(106,59,234,.22);
  animation: sws-pulse 1.5s ease .2s both;
}
.sws-step__icon svg{ width: 36px; height: 36px; display:block; }
.sws-step__icon svg *{
  stroke:#fff !important;
  fill: none !important;           /* nadpisuje style motywu */
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
@keyframes sws-pulse{
  0%{transform:scale(1);box-shadow:0 0 0 0 rgba(106,59,234,.35)}
  70%{transform:scale(1.08);box-shadow:0 0 32px 12px rgba(0,194,113,0)}
  100%{transform:scale(1);box-shadow:0 0 0 0 rgba(0,0,0,0)}
}

/* ====== TEKSTY ====== */
.sws-step__title{
  margin:10px 0 10px;
  font-size:18px;
  font-weight:800;
  color:#6A3BEA;
  line-height:1.25;
}
.sws-step__text{
  margin:0;
  color:#333;
  font-size:15.5px;
  line-height:1.6;
}

/* ====== CTA POD ŚCIEŻKĄ ====== */
.sws-cta{
  margin:42px auto 0;
  text-align:center;
  max-width:760px;
}
.sws-cta__icon{
  width:90px;height:90px;border-radius:50%;
  margin:0 auto 10px;
  background:linear-gradient(135deg,#6A3BEA,#00C271);
  color:#fff;font-weight:900;font-size:44px;
  display:flex;align-items:center;justify-content:center;
  animation:sws-pulse 1.8s ease infinite;
}
.sws-cta h3{
  margin:8px 0 6px;color:#6A3BEA;
  font-size:clamp(20px,2.1vw,26px);font-weight:800;
}
.sws-cta p{ margin:0 0 18px;color:#333;font-size:16px; }
.sws-flow .sws-btn{
  display:inline-block;text-decoration:none;color:#fff;font-weight:700;
  background:linear-gradient(90deg,#00C271,#6A3BEA);
  padding:14px 34px;border-radius:40px;transition:.25s;
  box-shadow:0 10px 22px rgba(106,59,234,.23);
}
.sws-flow .sws-btn:hover{ transform: translateY(-2px); }

/* ====== MOBILE – pionowa linia ====== */
@media (max-width:1024px){
  .sws-flow{ padding:48px 0 54px; }
  .sws-flow__timeline{
    flex-direction:column;align-items:center;gap:40px;padding:6px 0 0;
  }
  .sws-flow__timeline::before{
    left:50%;right:auto;transform:translateX(-50%);
    top:22px;bottom:22px;height:auto;width:5px;
    background:linear-gradient(180deg,#00C271,#6A3BEA);opacity:.75;
  }
  .sws-step{ max-width:min(520px,86vw); padding:26px 18px 22px; }
  .sws-step__icon{ width:78px;height:78px;margin:-8px auto 12px; }
  .sws-step__icon svg{ width:34px;height:34px; }
  .sws-step__title{ font-size:17px; }
  .sws-step__text{ font-size:15px; }
  .sws-cta{ margin-top:34px; }
}

/* Sekcja z krokami */
.steps-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 20px;
}

/* Każdy krok */
.step-card {
  flex: 1;
  max-width: 280px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 40px 20px;
  position: relative;
}

/* Ikony — żeby były wycentrowane względem siebie */
.step-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Linia między krokami — idealnie na środku */
.step-card::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  width: 20px;
  height: 4px;
  background: linear-gradient(to right, #00c6a7, #662D91);
  transform: translateY(-50%);
}

.step-card:last-child::after {
  display: none;
}

/* Wyrównanie na mobile */
@media (max-width: 900px) {
  .steps-section {
    flex-direction: column;
    align-items: center;
  }

  .step-card::after {
    display: none;
  }
}

/* ====== POPRAWIONE WYRÓWNANIE ====== */

.sws-flow__timeline {
  display: flex;
  justify-content: space-evenly;
  align-items: stretch; /* wszystkie kroki równej wysokości */
  flex-wrap: nowrap;
  gap: 28px;
  position: relative;
  padding-top: 30px;
}

/* linia — idealnie przez środek ikon */
.sws-flow__timeline::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 115px; /* dopasowane do środka ikony */
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, #00C271, #6A3BEA);
  z-index: 0;
}

.sws-step {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  flex: 1;
  padding: 40px 25px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 400px; /* równa wysokość wszystkich kart */
}

.sws-step__icon {
  background: linear-gradient(135deg, #00C271, #6A3BEA);
  border-radius: 50%;
  width: 110px;
  height: 110px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sws-step__icon svg {
  width: 55px;
  height: 55px;
  stroke: white;
}

/* Tytuły i teksty mają określoną wysokość — równe boxy */
.sws-step__title {
  font-weight: 800;
  font-size: 20px;
  color: #5c2de1;
  min-height: 56px; /* żeby tytuły miały taką samą wysokość */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.sws-step__text {
  color: #222;
  font-size: 17px;
  line-height: 1.6;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* mobile: układ pionowy, bez linii */
@media (max-width: 92px) {
  .sws-flow__timeline {
    flex-direction: column;
    align-items: center;
  }

  .sws-flow__timeline::before {
    display: none;
  }

  .sws-step {
    min-height: auto;
    width: 80%;
    max-width: 420px;
  }
}


/* ====== MENU GŁÓWNE ====== */
.sws-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
  z-index: 1000;
  padding: 14px 0;
}

.sws-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sws-logo {
  font-weight: 800;
  font-size: 1.25rem;
  color: #101010;
  letter-spacing: -0.5px;
}

/* --- NAV --- */
.sws-nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.sws-nav a {
  color: #333;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.25s ease;
  position: relative;
}

.sws-nav a:hover {
  color: #6A3BEA;
}

/* --- PODŚWIETLONY PRZYCISK --- */
.sws-nav-btn {
  background: linear-gradient(135deg, #00C271, #6A3BEA);
  color: #fff !important;
  padding: 10px 22px;
  border-radius: 40px;
  font-weight: 600;
  box-shadow: 0 8px 18px rgba(106, 59, 234, 0.25);
  transition: all 0.3s ease;
}

.sws-nav-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(106, 59, 234, 0.35);
}

/* ====== MOBILE ====== */
.sws-mobile-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 18px;
  cursor: pointer;
}

.sws-mobile-menu-toggle span {
  display: block;
  height: 3px;
  width: 100%;
  background: #333;
  border-radius: 3px;
}

/* --- Nawigacja mobilna --- */
.sws-mobile-nav {
  display: none;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  position: absolute;
  top: 68px;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 16px 0;
}

.sws-mobile-nav a {
  color: #333;
  text-decoration: none;
  font-weight: 600;
  padding: 14px 0;
  display: block;
}

.sws-mobile-nav .sws-nav-btn {
  width: 70%;
  margin: 8px auto;
}

/* --- RESPONSYWNOŚĆ --- */
@media (max-width: 900px) {
  .sws-nav { display: none; }
  .sws-mobile-menu-toggle { display: flex; }
}

/* Aktywny stan menu mobilnego */
.sws-mobile-nav.active {
  display: flex;
  animation: slideDown 0.3s ease forwards;
}

@keyframes slideDown {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}


/* Sekcja */
.sws-results.sws-results--white{
  background:#fff;
  padding: 90px 20px;
  text-align:center;
}

.sws-happy {
  background:#fff;
  padding: 70px 20px 90px;
  position: relative;
}

.sws-happy__title{
  text-align:center;
  font-weight:800;
  font-size: clamp(26px,3.2vw,40px);
  margin: 0 0 28px;
}

/* Karuzela / wiersz kart */
.results-carousel{
  display:flex;
  gap: 28px;
  justify-content:center;
  align-items:stretch;
  overflow: hidden;
}

#wyniki {
  position: relative !important;
  width: auto !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 !important;
  transform: none !important;
}


/* Karta – grid: header / opis / statystyki */
.result-card{
  background:#fff;
  box-shadow:0 10px 28px rgba(0,0,0,0.06);
  border-radius:20px;
  padding:34px 22px 28px;
  display:grid;
  grid-template-rows:auto 1fr auto;
  width:min(380px, 32vw);
  min-height: 560px;         /* gwarantuje równą wysokość */
}

/* Góra: label + licznik + szara linia pod licznikiem */
.result-header{ text-align:center; }
.result-label{ color:#666; font-weight:700; margin-bottom:10px; }
.result-number{ font-weight:800; line-height:1; margin-bottom:6px; }
.result-number.green{ color:#0dbf72; font-size: clamp(36px,4.4vw,54px); }
.result-number.blue{ color:#4361ee; font-size: clamp(36px,4.4vw,54px); }
.result-sub{ color:#9aa0a6; font-size:.95rem; }

/* Środek – opis */
.result-text{
  margin-top: 16px;
  color:#434343;
  font-size: 1rem;
  line-height:1.65;
  text-align:center;
  padding:0 6px;
}

/* Dół – statystyki */
.result-stats{
  margin-top: 22px;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap: 10px;
}
.stat-box{
  background:#fafafa;
  border-radius:12px;
  box-shadow:0 2px 10px rgba(0,0,0,0.03);
  padding:12px 10px;
  text-align:center;
}
.stat-box span{ display:block; color:#777; font-size:.88rem; }
.stat-box strong{ color:#1e1e1e; font-size:1.08rem; }

/* Strzałki – tylko mobile */
.arrow{
  display:none;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:3;
  background:rgba(0,0,0,.08);
  border:none;
  border-radius:50%;
  padding:6px 12px;
  font-size:2rem;
  line-height:1;
  cursor:pointer;
}
.arrow.left{ left:8px; }
.arrow.right{ right:8px; }

/* MOBILE */
@media (max-width: 900px){
  .results-carousel{
    overflow-x:auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 2px 6px;
  }
  .result-card{
    width: 85%;
    min-width: 85%;
    scroll-snap-align: start;
  }
  .arrow{ display:block; }
}

/* MOBILE: slider must snap to the FIRST card */
@media (max-width: 900px) {

  /* the row that scrolls (ID/class you use for the slider) */
  #results {
    display: flex;                   /* not grid for mobile */
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    padding: 0 16px 24px;            /* no top padding, small sides & bottom */
    scroll-snap-type: x mandatory;
    scroll-padding-left: 0;          /* important: no left snap padding */
    justify-content: flex-start;     /* do NOT center children */
  }

  /* each card */
  #results .result-card {
    flex: 0 0 calc(100% - 32px);     /* full width minus side paddings */
    scroll-snap-align: start;        /* <<< key change (was often 'center') */
    scroll-snap-stop: always;
  }

  /* the very first card must touch the left edge */
  #results .result-card:first-child {
    margin-left: 0 !important;
  }

  /* if you had gradient masks on the sides – kill them on mobile */
  .results-wrap::before,
  .results-wrap::after {
    display: none !important;
  }
}

.results-subtitle {
  text-align: center;
  font-size: 17px;
  color: #777;
  margin-top: -10px; /* przesuwa tekst bliżej nagłówka */
  margin-bottom: 40px;
  font-weight: 400;
  line-height: 1.6;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-style: italic;
}

@media (max-width: 768px) {
  .results-subtitle {
    font-size: 15px;
    margin-top: -5px; /* na mobile delikatniej */
    padding: 0 20px;
    line-height: 1.5;
  }
}

/* Naprawa ucinania dolnej części kafelków */
.results-section {
  overflow: visible !important;
  padding-bottom: 0px !important; /* daje przestrzeń pod kafelkami */
}

.results-carousel {
  touch-action: auto !important;      /* pozwól przeglądarce sama decydować */
  -webkit-overflow-scrolling: touch;  /* płynność na iOS */
}

.video-btn-wrap {
  text-align: center;
  margin: 22px 0 8px;
}

.video-btn {
  display: inline-block !important;
  background: linear-gradient(135deg, #ff3c3c, #b30000) !important;
  color: #fff !important;
  padding: 12px 28px !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  font-size: 0.95rem !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 6px 18px rgba(255, 0, 0, 0.25) !important;
  line-height: 1 !important;
}

.video-btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(255, 0, 0, 0.35) !important;
  background: linear-gradient(135deg, #ff5b5b, #cc0000) !important;
}

/* 🔥 Naprawa ucinania kafelków i pozycjonowanie przycisku 🔥 */

/* Cała sekcja z wynikami */
.sws-happy {
  position: relative !important;
  padding-bottom: 0px !important; /* więcej miejsca pod kafelkami */
  overflow: visible !important; /* nic się nie przycina */
  z-index: 1 !important;
}

/* Sama karuzela — pozwól jej wystawać */
.results-carousel {
  overflow: visible !important;
  padding-bottom: 40px !important; /* dodaje przestrzeń pod kafelkami */
  scroll-snap-type: x mandatory;
}

/* Jeśli masz wrapper, daj mu też luz */
.results-section, .sws-happy__wrap {
  overflow: visible !important;
  padding-bottom: 0px !important;
}

/* Wrapper z przyciskiem – bliżej karuzeli */
.results-button-wrapper {
  text-align: center;
  margin-top: 0px !important; /* bliżej karuzeli */
  margin-bottom: 0 !important;
  position: relative !important;
  z-index: 5 !important;
}



/* === FIX KARUZELI – nic nie blokuje przewijania strony === */
.sws-happy { overflow: visible !important; }

.results-carousel{
  display: flex !important;
  gap: 28px !important;
  justify-content: flex-start !important;
  align-items: stretch !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  scroll-snap-type: x mandatory !important;
  padding: 4px 8px 40px !important; /* zostawia miejsce pod kaflami */
  scrollbar-width: none;           /* FF – ukryj pasek */
}
.results-carousel::-webkit-scrollbar{ display: none; } /* WebKit */

.result-card{
  flex: 0 0 auto !important;
  width: min(380px, 86vw) !important;   /* pełnoekranowy na mobile */
  scroll-snap-align: start !important;
}

/* strzałki tylko na mobile */
.arrow{ display:none; }
@media (max-width: 900px){
  .arrow{
    display:block;
    position:absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    background: rgba(0,0,0,.08);
    border: none;
    border-radius: 50%;
    padding: 6px 12px;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
  }
  .arrow.left{ left: 8px; }
  .arrow.right{ right: 8px; }
}

/* drag – kursor na desktopie */
.results-carousel.grabbing, .results-carousel.grabbing *{ cursor: grabbing !important; }

/* wideo w kaflu */
.video-btn-wrap{
  text-align:center;
  margin: 20px 0 8px;
}
.video-btn{
  display:inline-block;
  background: linear-gradient(135deg, #ff3c3c, #b30000);
  color:#fff;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 700;
  font-size: .95rem;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(255,0,0,.25);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  line-height: 1;
}
.video-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255,0,0,.35);
  background: linear-gradient(135deg, #ff5b5b, #cc0000);
}

/* odstęp pod karuzelą + Z-index przycisku */
.results-button-wrapper{
  text-align:center;
  margin-top: 22px;
  position: relative;
  z-index: 5;
}



/* === 🧱 FINALNA POPRAWKA — NIC NIE UCINA === */

/* Cała sekcja wyników */
.sws-happy {
  overflow: visible !important;
  padding-bottom: 40px !important;
  position: relative;
  z-index: 1;
}

/* Wrapper z karuzelą */
.sws-happy__wrap {
  overflow: visible !important;
  width: 100%;
  max-width: 100%;
}

/* Sama karuzela — pełna szerokość, nic nie obcina */
.results-carousel {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 28px;
  overflow: visible !important;
  padding: 20px 0 60px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto; /* wyśrodkowanie */
}

/* Kafelki zawsze widoczne */
.result-card {
  flex: 0 0 360px;
  scroll-snap-align: start;
  min-height: 560px;
}

/* Mobile */
@media (max-width: 900px) {
  .results-carousel {
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    padding: 0 16px 40px;
  }

  .result-card {
    flex: 0 0 85%;
    scroll-snap-align: start;
  }
}

/* === 💪 FINAL ALIGN FIX — sekcja wyników idealnie wyśrodkowana === */

/* kontener całej sekcji */
.sws-happy {
  overflow: visible !important;
  padding: 0px 0 0 !important;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* nagłówki i opisy */
.sws-happy__title,
.results-subtitle {
  text-align: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* wrapper karuzeli */
.sws-happy__wrap {
  overflow: visible !important;
  width: 100%;
  max-width: 1200px; /* dopasowanie do sekcji wyżej */
  margin: 0 auto;
}

/* karuzela z wynikami */
.results-carousel {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 28px;
  overflow: visible !important;
  padding: 40px 0 40px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* pojedynczy kafelek */
.result-card {
  flex: 0 0 360px;
  scroll-snap-align: start;
  min-height: 560px;
}


/* MOBILE FIX */
@media (max-width: 900px) {
  .results-carousel {
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    padding: 0 16px 40px;
  }

  .result-card {
    flex: 0 0 85%;
  }
}

.google-icon {
  width: 32px;
  filter: brightness(0) invert(1);
  opacity: 0.95;
}

/* Główna belka na górze strony */
.sws-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999; /* 💥 NAJWYŻSZY PRIORYTET */
  background-color: white; /* albo rgba jeśli chcesz przeźroczystość */
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

/* Mobilne menu rozwijane */
.sws-mobile-nav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  z-index: 9998;
  display: none;
  flex-direction: column;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Kiedy menu aktywne */
.sws-mobile-nav.active {
  display: flex;
}

/* Zapobieganie najeżdżaniu przez inne sekcje */
body {
  padding-top: 80px; /* Dostosuj do wysokości headera */
}

@media (max-width: 768px) {
  .carousel-wrapper {
    overflow: visible !important;
  }

  .carousel {
    display: block !important;
    padding: 0 !important;
  }

  .carousel img {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 16px;
    border-radius: 12px;
  }
}

/* === NORMALNY PRZYCISK, BEZ OGNIA, Z GRADIENTEM JAK NA RESZCIE STRONY === */
.fire-button {
  display: inline-block;
  padding: 16px 34px;
  font-size: 18px;
  font-weight: 700;
  color: #fff !important;
  background: linear-gradient(135deg, #00C271, #6A3BEA) !important;
  border-radius: 40px;
  text-decoration: none;
  letter-spacing: 0.4px;
  box-shadow: 0 8px 20px rgba(106,59,234,0.25);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.fire-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(106,59,234,0.35);
  background: linear-gradient(135deg, #00D685, #7A4BFA) !important;
}
.fire-button::before,
.fire-button::after {
  display: none !important;
}/* End custom CSS */