:root {

  --czerwony: #C51F46;

  --czarny: #111;

  --bialy: #fff;

  --czcionka: 'Nourd', Helvetica, sans-serif;

}



@font-face {

  font-family: 'Arimo';

  src: url('fonts/Arimo-VariableFont_wght.ttf') format('truetype');

  font-style: normal;

  font-weight: 100 900;

  font-display: swap;

}



@font-face {

  font-family: 'ArimoI';

  src: url('fonts/Arimo-Italic-VariableFont_wght.ttf') format('truetype');

  font-style: italic;

  font-weight: 100 900;

  font-display: swap;

}



@font-face {

  font-family: 'Nourd';

  src: url('fonts/nourd_regular.ttf') format('truetype');

  font-style: normal;

  font-weight: 400;

  font-display: swap;

}



@font-face {

  font-family: 'NourdB';

  src: url('fonts/nourd_bold.ttf') format('truetype');

  font-style: normal;

  font-weight: 700;

  font-display: swap;

}



* {

  margin: 0;

  padding: 0;

  box-sizing: border-box;

}



body {

  font-family: var(--czcionka);

  color: var(--czarny);

  background: var(--bialy);

  line-height: 1.6;

}



.kontener {

  width: 90%;

  max-width: 1100px;

  margin: 0 auto;

}

.naglowek-strony {

  padding: 20px 0; 

}



.loga img {

  height: 70px; 

}



.nawigacja-glowna a {

  font-size: 1.2rem; 

  padding: 6px 12px; 

}



.naglowek-strony {

  border-bottom: 2px solid var(--czerwony);

  background: var(--bialy);

  padding: 12px 0;

  position: sticky;

  top: 0;

  z-index: 20;

  font-family: 'Nourd', sans-serif;

  font-weight: 700;

}



.naglowek-wewnetrzny {

  display: flex;

  align-items: center;

  justify-content: space-between;

  flex-wrap: wrap;

}



.loga {

  display: flex;

  gap: 25px;

}



.loga img {

  height: 50px;

  width: auto;

}



.nawigacja-glowna {

  display: flex;

  gap: 20px;

}



.nawigacja-glowna a {

  text-decoration: none;

  color: var(--czarny);

  font-weight: 700;

  font-size: 1rem;

}



@media (max-width: 768px) {

  .naglowek-wewnetrzny {

    flex-direction: column;

    align-items: flex-start;

  }



  .nawigacja-glowna {

    margin-top: 10px;

  }

}

* 

.tekst-lewy,

.nie-wiem h1 {

  text-align: justify;

  text-justify: inter-word;

  hyphens: auto;

  word-spacing: 0.15em;

}



.tekst-lewy span,

.nie-wiem h1 span {

  white-space: nowrap;

}



.nie-wiem h1 {

  white-space: normal !important;

  word-break: normal;

  overflow-wrap: anywhere;

  line-height: 1.6;

  max-width: 900px;

  margin: 0 auto;

}



.tlo-tytulu {

   background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.8)), url('https://www.slowomaznaczenie.pl/wp-content/uploads/2025/11/Projekt-bez-nazwy-scaled.jpg') no-repeat center/cover;

  padding: 120px 5% 100px;

  text-align: left;

}



.tytul-glowny {

  font-size: 3.5rem;

  text-transform: uppercase;

  margin-bottom: 15px;

  font-family: 'Arimo', sans-serif;

  font-weight: 700;

}



.tekst-lewy {

  text-align: left;

  font-size: 1.2rem;

  font-family: 'Nourd', sans-serif;

}



@media (max-width: 768px) {

  .tytul-glowny {

    font-size: 2.2rem;

  }

}



.tekst-niewiem {

  font-size: 1.4rem;

  line-height: 1.7;

  text-align: justify;

  text-justify: inter-word;

  white-space: normal !important;

  word-break: break-word;

  overflow-wrap: break-word;

  max-width: 900px;

  margin: 0 auto;

  display: block;

}



.nie-wiem {

  text-align: center;

  padding: 70px 0;

}



.czerwony {

  color: var(--czerwony);

  font-weight: bold;

}



.pasek {

  width: 100%;

  height: 20px;

  background: var(--czerwony);

}



.kampania {

  padding: 50px 0;

  text-align: center;

}



.tekst-czerwony {

  color: var(--czerwony);

}

.spot {
  color: var(--czerwony);
  font-weight: 900;     
  font-size: 1.15em;     
}
.akcent {
  color : var(--czerwony);
  font-size: 1.2rem; 
}

li {

  font-size: 1.3rem;

}



.tekst-czarny {

  color: var(--czarny);

  font-size: 1.3rem;

}



.lista-historie {

  list-style-position: inside;

  margin-left: 0;

  padding-left: 0;

  font-size: 1.1rem;

}



.lista-historie li {

  margin-bottom: 8px;

}



.lista-historie a {

  color: var(--czarny);

  text-decoration: none;

  font-weight: bold;

  transition: color 0.2s;

}



.sekcja.dodatkowa {

  font-size: 1.25rem;

  line-height: 1.75;

  text-align: center;

}



.sekcja.dodatkowa2 {

  font-size: 1.25rem;

  line-height: 1.75;

  text-align: justify;

}



.sekcja.dodatkowa2 h1 {

  font-size: 2rem;

  line-height: 1.75;

  text-align: center;

  padding: 40px 0 10px 0;

}



.lista-historie a:hover {

  color: var(--czerwony);

}



.lista-historie,

.lista-kampania {

  list-style-type: disc;

  list-style-position: inside;

  margin-left: 0;

  padding-left: 0;

  font-size: 1.15rem;

  line-height: 1.6;

}



.lista-historie li,

.lista-kampania li {

  margin-bottom: 10px;

  padding-left: 5px;

}



.lista-historie li::marker,

.lista-kampania li::marker {

  color: var(--czerwony);

  font-size: 1.4rem;

  font-weight: bold;

}



#kampania h2.tekst-czerwony {

  font-size: 2rem;

  font-weight: 800;

  margin-top: 50px;

}



.konferencja-info {

  margin-top: 40px;

  font-size: 1.2rem;

  line-height: 1.65;

}



.konferencja-info strong {

  font-weight: 800;

  color: var(--czarny);

}



.konferencja-info a {

  color: var(--czerwony);

  font-weight: bold;

  text-decoration: none;

}



.konferencja-info a:hover {

  text-decoration: underline;

}



.pobieranie {

  padding: 30px 0 60px;

  text-align: center;

}



.przyciski-pobierania {

  display: flex;

  justify-content: center;

  flex-wrap: wrap;

  gap: 12px;

  margin-top: 20px;

}



.przycisk {

  background: var(--czerwony);

  color: var(--bialy);

  text-decoration: none;

  padding: 12px 28px;

  border-radius: 25px;

  font-weight: 700;

  font-size: 18px;

  transition: 0.3s;

}



.przycisk:hover {

  background: #a00000;

}



.dodatkowa {

  text-align: center;

  padding: 50px 0;

}



.naglowek-czerwony {
  color: var(--czerwony);
  font-size: 2.2rem;
  font-weight: 800;
  text-align: center;
  margin: 40px 0 20px 0;
  font-family: 'NourdB', sans-serif;
}

.naglowek-pobieranie {
    color: var(--czerwony);
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    margin: 25px 0 10px 0;
    font-family: 'NourdB', sans-serif;
}


.pozytywne {
  color: var(--czerwony);
  font-weight: 700;
}



.stopka-strony {

  background: var(--czerwony);

  color: var(--bialy);

  padding: 40px 2%;

  text-align: left;

}



.stopka-strony a {

  color: var(--bialy);

  text-decoration: none;

}



.stopka-strony a:hover {

  text-decoration: underline;

}



.deklaracja {

  padding: 60px 0;

  text-align: left;

}



.deklaracja h1,

.deklaracja h2 {

  text-align: left;

  margin-bottom: 20px;

  font-family: 'Nourd', sans-serif;

  font-weight: 700;

}



.deklaracja h1 {

  font-size: 2.2rem;

  margin-bottom: 30px;

}



.deklaracja h2 {

  font-size: 1.6rem;

  margin-top: 40px;

}



.deklaracja p {

  font-size: 1rem;

  margin-bottom: 18px;

  line-height: 1.7;

  font-family: 'Arimo', sans-serif;

}



.deklaracja ul {

  padding-left: 1.2em;

  margin-left: 0;

  list-style-position: outside;

}



.deklaracja ul li {

  font-size: 0.95rem;

  margin-bottom: 6px;

  text-indent: 0;

  padding-left: 0;

  line-height: 1.5;

}



.deklaracja a {

  color: var(--czerwony);

  text-decoration: underline;

}



.deklaracja a:hover {

  opacity: 0.8;

}



@media (max-width: 768px) {

  .deklaracja h1 {

    font-size: 1.9rem;

  }

  .deklaracja h2 {

    font-size: 1.4rem;

  }

  .deklaracja p,

  .deklaracja ul li {

    font-size: 0.95rem;

  }

}

