/* --- ZAKTUALIZOWANY IMPORT FONTÓW (Barlow + Inter + Roboto Slab) --- */
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@500;600;700;800&family=Inter:wght@300;400;500;700&family=Roboto+Slab:wght@400;700&display=swap');

/* --- USTAWIENIA OGÓLNE --- */
html {
  overflow-x: hidden;
}

body {
  background-color: #000;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'Inter', sans-serif; /* Tekst podstawowy */
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
}

/* --- NAGŁÓWKI OGÓLNE (Barlow) --- */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* --- SEKCJA HERO --- */
.section-hero {
  position: relative;
  width: 100%;
}

.hero-image {
  width: 100%;
  height: auto;
  display: block;
}

.hero-text-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

/* --- ZMIANA: HASŁO GŁÓWNE (Roboto Slab) --- */
.heading-3 {
  font-family: 'Roboto Slab', serif; /* Zmiana na solidny szeryf */
  font-weight: 700; /* Pogrubienie dla siły przekazu */
  color: #fffefe;
  margin-left: 60px;
  margin-right: 0;
  line-height: 1.3;
  letter-spacing: 0.5px;
  text-shadow: 2px 2px 15px rgba(0,0,0,0.9); /* Mocniejszy cień, by tekst odciął się od zdjęcia */
}
/* ---------------------------------------- */

/* --- POZOSTAŁE SEKCJE --- */
.section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 35vh;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.heading {
  font-family: 'Barlow', sans-serif;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  display: block;
}

.heading-2 {
  font-family: 'Barlow', sans-serif;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: -15px;
}

.container {
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.div-block {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}



/* --- NAWIGACJA --- */
.navbar {
  background-color: #000;
}

.container-5 {
  align-items: center;
  margin-left: 60px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-menu {
  color: #000;
  margin-left: 0;
  padding-left: 0;
  display: block;
  position: relative;
}

.brand {
  background-color: transparent;
}

.heading-4 {
  font-family: 'Barlow', sans-serif;
  color: #e87722;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}

.paragraph {
  font-size: 38px;
}

.image {
  padding-top: 10px;
}

.container-6 {
  flex-flow: column;
  max-width: none;
  margin-left: 60px;
  margin-right: 10px;
  display: flex;
}

.div-block-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-2, .image-4, .image-6 {
  border: 1px #e87722;
  min-width: 144px;
  min-height: 144px;
}

.image-2 { border-radius: 50px; }
.image-5 { border-radius: 20px; min-width: 144px; min-height: 144px; border: 1px #e87722; }

.heading-5 {
  font-family: 'Barlow', sans-serif;
  color: #fffefe;
  padding-left: 0;
  font-weight: 700;
}

.container-7 {
  flex-flow: column;
  max-width: none;
  margin-left: 60px;
  margin-right: 10px;
  display: flex;
}

.div-block-4 {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.text-block-2 {
  /* Tekst O NAS - Inter */
  font-family: 'Inter', sans-serif;
  color: #e87722;
  padding-top: 20px;
  padding-bottom: 40px;
  font-size: 18px;
  line-height: 1.7;
}

.heading-6 {
  font-family: 'Barlow', sans-serif;
  opacity: 1;
  color: #fffefe;
  font-weight: 700;
}

.image-7 {
  border: 1px solid #000;
  border-radius: 20px;
  margin-right: 50px;
  padding-left: 0;
  padding-right: 40px;
  display: inline-block;
}

.div-block-5 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.container-9 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

/* --- FOOTER --- */
.container-10 {
  border-top: 1px solid #e87722;
  max-width: none;
  margin-left: 60px;
  margin-right: 10px;
  padding-bottom: 30px; /* Dodane miejsce na dole */
}

.div-block-6 {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-7 {
  display: flex;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-3 {
  font-family: 'Barlow', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.div-block-9 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-4 {
  font-family: 'Barlow', sans-serif;
  color: #ff9d00;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.div-block-10 {
  flex-flow: column;
  display: flex;
  justify-content: center;
}

.text-block-5, .text-block-6 {
  font-family: 'Inter', sans-serif;
  color: #fff;
}

.container-11 {
  margin-right: 20px;
}

.logo-text-wrapper {
  margin-left: 15px;
}

.logo-text-line {
  font-family: 'Barlow', sans-serif;
  margin: 0;
  padding: 0;
  color: #ffffff;
  letter-spacing: 2px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
}

.footer-company-name {
  font-family: 'Barlow', sans-serif;
  color: #ffffff;
  letter-spacing: 2px;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 5px 0;
  padding: 0;
}

/* --- SEKCJA STATYSTYK --- */
.section-stats {
  padding-top: 40px;
  padding-bottom: 60px;
}

.container-stats {
  margin-left: 60px;
  margin-right: 10px;
  max-width: none;
}

.stats-wrapper {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.stat-item {
  width: 100%;
}

.stat-title {
  font-family: 'Barlow', sans-serif;
  color: #fffefe;
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 600;
}

.progress-bar-wrapper {
  background-color: #333;
  border-radius: 8px;
  overflow: hidden;
  height: 30px;
  border: 1px solid #444;
}

.progress-bar {
  font-family: 'Inter', sans-serif;
  background-color: #e87722;
  color: #ffffff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  border-radius: 7px 0 0 7px;
  transition: width 0.8s ease-in-out;
}

/* --- MEDIA QUERIES --- */

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
  .heading-3 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .container-5, .container-6, .container-7, .container-10 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .div-block-2, .div-block-5 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .container-9 {
    max-width: 728px;
  }
  .container-stats {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media screen and (min-width: 768px) {
  .stats-wrapper {
    flex-direction: row; 
    flex-wrap: wrap;
    padding-right: 30px;
  }
  .stat-item {
    width: calc(50% - 12.5px);
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
  .heading-3 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 1.8em;
    text-align: center;
  }
  .container-5, .container-6, .container-7, .container-10 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .div-block-2, .div-block-5 {
    flex-direction: column;
    align-items: flex-start;
  }
  .div-block-4 {
    flex-direction: column;
    align-items: flex-start;
  }
  .container-12, .container-13, .container-14, .container-15, .container-16,
  .container-17, .container-18, .container-19, .container-20, .container-21, .container-22 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .heading-4 {
    margin-left: 20px;
    text-align: left;
  }
  .heading-5 {
    text-align: left;
  }
  .text-block-2 {
    text-align: center;
  }
  .image-7 {
    margin-right: 0;
    margin-top: 20px;
    padding-right: 0;
    max-width: 100%;
    height: auto;
  }
  .div-block-6 {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
  }
  .div-block-7 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .div-block-10 {
    align-items: center;
  }
  .div-block-8 {
    margin-top: 20px;
  }
  .container-11 {
    margin-right: 0;
  }
  .container-stats {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .container-5 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .logo-text-line {
    font-size: 20px;
  }
  .navbar .image {
    width: 70px;
  }
  .heading-3 {
    font-size: 1.5em;
  }
  .container-6, .container-7, .container-10 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .image-2, .image-4, .image-5, .image-6 {
    min-width: 100px;
    min-height: 100px;
    width: 100px;
    height: 100px;
  }
  .heading-4 {
    font-size: 18px;
  }
  .container-9 {
    max-width: none;
  }
  .container-stats {
    margin-left: 15px;
    margin-right: 15px;
  }
}

/* --- PRAWA AUTORSKIE (Nowa sekcja) --- */
.copyright-wrapper {
  width: 100%;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.15); /* Delikatna linia oddzielająca */
  text-align: center;
  display: block;
}

.copyright-text {
  font-family: 'Inter', sans-serif;
  color: #888; /* Szary kolor, dyskretny */
  font-size: 14px;
  margin: 0;
  font-weight: 400;
}