.hero-section {
  padding: 40px 24px;
  background-color: #f9f9f9;
  font-family: 'Segoe UI', sans-serif;
  color: #333;
}

.hero-content {
  max-width: 960px;
  margin: 0 auto;
}

.text-content h1 {
  font-size: 28px;
  font-weight: 600;
  color: #b60000;
  margin-bottom: 10px;
}

.text-content .subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #555;
  margin-bottom: 20px;
}

.text-content .mission {
  line-height: 1.6;
  margin-bottom: 12px;
  color: #444;
}

@media (max-width: 600px) {
  .hero-section {
    padding: 24px 16px;
  }

  .text-content h1 {
    font-size: 22px;
  }

  .text-content .mission {
    font-size: 14px;
  }
}




section {
  padding: 100px 8vw;
  border-bottom: 1px solid #eee;
  max-width: 1400px;
  margin: 0 auto;
}

section:last-of-type {
  border-bottom: none;
}

section h1,
section h2 {
  font-size: 36px;
  font-weight: 700;
  color: #111;
  margin-bottom: 32px;
  line-height: 1.3;
  letter-spacing: -0.3px;
}

section h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 30px 0 12px;
  color: #d40000;
}

section p {
  font-size: 17px;
  margin-bottom: 24px;
  color: #333;
}

section ul {
  list-style: disc;
  padding-left: 1.4em;
  margin-bottom: 32px;
}

section ul li {
  margin-bottom: 12px;
  font-size: 17px;
  color: #444;
  line-height: 1.6;
}


.section-label {
  display: inline-block;
  background-color: #d40000;
  color: white;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 99px;
  letter-spacing: 0.6px;
  margin-bottom: 24px;
}


#mission,
#projects,
#international {
  background-color: #fafafa;
}


#partners p {
  font-weight: 500;
  font-size: 18px;
  color: #111;
}




@media (max-width: 1200px) {
  section {
    padding: 80px 6vw;
  }

  section h1,
  section h2 {
    font-size: 32px;
  }

  section p,
  section ul li {
    font-size: 16px;
  }
}


@media (max-width: 768px) {
  section {
    padding: 60px 5vw;
  }

  section h1,
  section h2 {
    font-size: 28px;
    margin-bottom: 24px;
  }

  section h3 {
    font-size: 18px;
    margin: 24px 0 10px;
  }

  section p,
  section ul li {
    font-size: 15.5px;
  }

  .section-label {
    font-size: 12px;
    padding: 5px 12px;
  }
}


@media (max-width: 480px) {
  section {
    padding: 50px 4vw;
  }

  section h1,
  section h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  section h3 {
    font-size: 16px;
    margin: 20px 0 8px;
  }

  section p,
  section ul li {
    font-size: 15px;
  }

  .section-label {
    font-size: 11px;
    padding: 4px 10px;
  }

  section ul {
    padding-left: 1.2em;
  }
}

































.hero-section {
  width: 100%;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
}

.hero-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4rem;
  max-width: 1200px;
  width: 100%;
}

.text-content {
  flex: 1;
}

.text-content h1 {
  font-size: 2.8rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.subtitle {
  font-size: 1.2rem;
  font-weight: 600;
  color: #555;
  margin-bottom: 1.5rem;
}

.mission {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #333;
}

.hero-image {
  flex: 1;
  max-width: 550px;
}

.hero-image img {
  width: 100%;
  border-radius: 1.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}


@media (max-width: 1200px) {
  .hero-content {
    gap: 3rem;
  }

  .text-content h1 {
    font-size: 2.4rem;
  }

  .subtitle {
    font-size: 1.1rem;
  }

  .mission {
    font-size: 1rem;
  }
}


@media (max-width: 768px) {
  .hero-section {
    padding: 3rem 1.5rem;
    min-height: auto;
  }

  .hero-content {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
  }

  .text-content h1 {
    font-size: 2rem;
  }

  .subtitle {
    font-size: 1rem;
  }

  .mission {
    font-size: 0.95rem;
    max-width: 100%;
  }

  .hero-image {
    max-width: 400px;
  }
}


@media (max-width: 480px) {
  .hero-section {
    padding: 2.5rem 1.2rem;
  }

  .hero-content {
    gap: 1.5rem;
  }

  .text-content h1 {
    font-size: 1.7rem;
  }

  .subtitle {
    font-size: 0.95rem;
    margin-bottom: 1rem;
  }

  .mission {
    font-size: 0.9rem;
  }

  .hero-image {
    max-width: 100%;
  }

  .hero-image img {
    border-radius: 1rem;
  }
}














.mission-section {
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
  line-height: 1.8;
}

.mission-container {
  max-width: 900px;
  margin: 0 auto;
  color: #333;
}

.mission-title {
  font-size: 28px;
  color: #b60000;
  text-align: center;
  margin-bottom: 32px;
}

.mission-container p {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: justify;
}


@media (max-width: 768px) {
  .mission-section {
    padding: 40px 16px;
  }

  .mission-title {
    font-size: 22px;
    margin-bottom: 24px;
  }

  .mission-container p {
    font-size: 15px;
    margin-bottom: 16px;
    text-align: left;
  }
}














.fundacja-history-section {
  background-color: #fff;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #222;
  line-height: 1.8;
}

.fundacja-history-section .container {
  max-width: 1000px;
  margin: 0 auto;
}

.section-title {
  text-align: center;
  color: #b60000;
  font-size: 30px;
  margin-bottom: 40px;
}

.fundacja-history-section h3 {
  margin-top: 40px;
  font-size: 20px;
  color: #333;
  border-left: 4px solid #b60000;
  padding-left: 12px;
}

.custom-list {
  list-style: disc;
  padding-left: 24px;
  margin-top: 12px;
}

.custom-list li {
  margin-bottom: 10px;
}








.projects-section {
  padding: 60px 20px;
  background-color: #fafafa;
  font-family: 'Segoe UI', sans-serif;
  color: #222;
}

.projects-section .container {
  max-width: 1000px;
  margin: 0 auto;
}

.section-title {
  font-size: 28px;
  text-align: center;
  color: #b60000;
  margin-bottom: 40px;
}

.project-list {
  list-style: none;
  padding-left: 0;
}

.project-list li {
  margin-bottom: 24px;
  background: #fff;
  border-left: 4px solid #b60000;
  padding: 12px 16px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  border-radius: 4px;
}











.projects-section {
  background-color: #f7f7f7;
  padding: 80px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.projects-container {
  max-width: 1200px;
  margin: 0 auto;
}

.projects-title {
  font-size: 32px;
  color: #b60000;
  text-align: center;
  margin-bottom: 48px;
}

.project-group {
  margin-bottom: 60px;
}

.project-group-title {
  font-size: 24px;
  margin-bottom: 24px;
  font-weight: 600;
}

.project-group-title.red {
  color: #b60000;
}

.project-group-title.black {
  color: #111;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

.project-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.project-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.project-card p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin: 0;
}

.project-card strong {
  display: block;
  font-size: 17px;
  margin-bottom: 6px;
  color:rgb(18, 18, 18);
}











.goals-section {
  padding: 6rem 2rem;
  background-color: #fefefe;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
}

.goals-heading {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 60px;
  text-align: center;
  color: #111;
}

.goals-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr); 
  gap: 2rem;
}

.goal {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 1rem;
  transition: border-color 0.3s ease;
  background-color: #fff;
}


.goal-index {
  font-size: 2rem;
  font-weight: 700;
  color: #d40000;
  font-family: monospace;
  line-height: 1;
}

.goal p {
  font-size: 1.05rem;
  line-height: 1.5;
  color: #222;
  margin: 0;
}



@media (max-width: 1200px) {
  .goals-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .goal-index {
    font-size: 1.8rem;
  }

  .goal p {
    font-size: 1rem;
  }
}


@media (max-width: 768px) {
  .goals-section {
    padding: 4rem 1.5rem;
  }

  .goals-heading {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .goals-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .goal {
    padding: 1.2rem;
    gap: 1rem;
  }

  .goal-index {
    font-size: 1.6rem;
  }

  .goal p {
    font-size: 0.95rem;
    line-height: 1.45;
  }
}


@media (max-width: 480px) {
  .goals-section {
    padding: 3rem 1.2rem;
  }

  .goals-heading {
    font-size: 24px;
    margin-bottom: 32px;
  }

  .goals-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .goal {
    padding: 1rem;
    gap: 0.8rem;
  }

  .goal-index {
    font-size: 1.4rem;
  }

  .goal p {
    font-size: 0.9rem;
  }
}













.vision-section {
  padding: 60px 24px;
  background-color: #ffffff;
  font-family: 'Segoe UI', sans-serif;
}

.vision-heading {
  font-size: 28px;
  color: #b60000;
  text-align: center;
  margin-bottom: 32px;
}

.vision-content {
  max-width: 800px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  text-align: center;
}
















#team {
  padding: 100px 6vw;
  background-color: #fff;
}

#team h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 60px;
  text-align: center;
  color: #111;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 80px;
  max-width: 1000px;
  margin: 0 auto;
}

#team article {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 8px 0;
}

.member-top {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#team h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  color: #111;
}

.member-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #444;
  background-color: #f0f0f0;
  padding: 4px 12px;
  border-radius: 999px;
  width: fit-content;
  letter-spacing: 0.4px;
}

#team p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin: 0;
  max-width: 500px;
}

.team-button-wrapper {
  margin-top: 80px;
  text-align: center;
}

.btn-filled {
  display: inline-block;
  padding: 14px 28px;
  font-weight: 600;
  background: #d40000;
  color: white;
  text-decoration: none;
  border-radius: 999px;
  font-size: 16px;
  transition: background 0.3s ease;
}

.btn-filled:hover {
  background: #af0000;
}


@media (max-width: 1200px) {
  .team-grid {
    gap: 50px 60px;
  }

  #team h2 {
    font-size: 30px;
    margin-bottom: 50px;
  }

  #team p {
    font-size: 15.5px;
  }
}


@media (max-width: 768px) {
  #team {
    padding: 80px 5vw;
  }

  .team-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  #team h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }

  #team h3 {
    font-size: 18px;
  }

  .member-tag {
    font-size: 11px;
    padding: 3px 10px;
  }

  #team p {
    font-size: 15px;
    line-height: 1.5;
  }

  .team-button-wrapper {
    margin-top: 60px;
  }
}


@media (max-width: 480px) {
  #team {
    padding: 60px 8vw;
  }

  #team h2 {
    font-size: 24px;
    margin-bottom: 32px;
  }

  #team h3 {
    font-size: 16.5px;
  }

  .member-tag {
    font-size: 10px;
    padding: 2px 8px;
  }

  #team p {
    font-size: 14.5px;
  }

  .btn-filled {
    font-size: 15px;
    padding: 12px 24px;
  }

  .team-button-wrapper {
    margin-top: 40px;
  }
}






























#projects {
  padding: 6rem 2rem;
}

#projects h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 60px;
  text-align: center;
  color: #111;
}

.project-list {
  margin: 0 auto;
  padding: 0;
}

.project-list li {
  display: flex;
  align-items: baseline;
  gap: 1.5rem;
  font-size: 1.15rem;
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 0.5rem;
}

.project-list li::before {
  font-family: monospace;
  font-weight: 700;
  font-size: 1.2rem;
  color: #d40000;
  min-width: 2ch;
  text-align: right;
}

.project-list li::before {
  content: "●";
  color: #d40000;
  font-size: 1.1rem;
  line-height: 1;
  min-width: 1ch;
  margin-top: 0.1rem;
}


@media (max-width: 1200px) {
  #projects h2 {
    font-size: 30px;
    margin-bottom: 50px;
  }

  .project-list li {
    font-size: 1.1rem;
  }
}


@media (max-width: 768px) {
  #projects {
    padding: 4.5rem 1.5rem;
  }

  #projects h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .project-list li {
    font-size: 1.05rem;
    gap: 1rem;
    margin-bottom: 1.2rem;
  }

  .project-list li::before {
    font-size: 1rem;
  }
}


@media (max-width: 480px) {
  #projects {
    padding: 3.5rem 1.2rem;
  }

  #projects h2 {
    font-size: 24px;
    margin-bottom: 32px;
  }

  .project-list li {
    font-size: 1rem;
    gap: 0.8rem;
    margin-bottom: 1rem;
  }

  .project-list li::before {
    font-size: 0.9rem;
    margin-top: 0.2rem;
  }
}

















.publications-section {
  padding: 4rem 2rem;
  background-color: #f9f9f9;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.section-header h2 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}

.see-more {
  font-size: 1rem;
  color: #d40000;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.see-more:hover {
  color: #af0000;
}

.publications-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 2rem;
}

.publication-item {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease;
}

.publication-item:hover {
  transform: translateY(-4px);
}

.publication-item img {
  width: 100%;
  height: auto;
  display: block;
}

.publication-item h3 {
  font-size: 1rem;
  font-weight: 600;
  padding: 0 1rem 1rem;
}



@media (max-width: 1200px) {
  .section-header h2 {
    font-size: 1.8rem;
  }

  .see-more {
    font-size: 0.95rem;
  }

  .publication-item h3 {
    font-size: 0.95rem;
  }
}


@media (max-width: 768px) {
  .publications-section {
    padding: 3rem 1.5rem;
  }

  .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }

  .section-header h2 {
    font-size: 1.6rem;
  }

  .see-more {
    font-size: 0.9rem;
  }

  .publications-grid {
    gap: 1.5rem;
  }

  .publication-item h3 {
    font-size: 0.95rem;
    padding: 0 1rem 0.8rem;
  }
}


@media (max-width: 480px) {
  .publications-section {
    padding: 2.5rem 1rem;
  }

  .section-header h2 {
    font-size: 1.5rem;
  }

  .see-more {
    font-size: 0.85rem;
  }

  .publications-grid {
    gap: 1.2rem;
  }

  .publication-item h3 {
    font-size: 0.9rem;
    padding: 0 0.8rem 0.8rem;
  }
}
































#international {
  padding: 6rem 2rem;
  background-color: #fefefe;
}

#international h2 {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 3rem;
  color: #111;
}

.international-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 4rem;
  max-width: 1000px;
  margin: 0 auto;
}

.column h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #d40000;
}

.column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.column li {
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 0.6rem;
  padding-left: 1.2rem;
  position: relative;
  color: #333;
}

.column li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: #d40000;
}





@media (max-width: 1200px) {
  #international h2 {
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
  }

  .column h3 {
    font-size: 1.3rem;
  }

  .column li {
    font-size: 1rem;
  }
}


@media (max-width: 768px) {
  #international {
    padding: 4.5rem 1.5rem;
  }

  #international h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .international-columns {
    gap: 2.5rem;
  }

  .column h3 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }

  .column li {
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
  }
}


@media (max-width: 480px) {
  #international {
    padding: 3.5rem 1.2rem;
    text-align: center;
  }

  .international-columns {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .column h3 {
    font-size: 1.1rem;
    margin-bottom: 0.6rem;
  }

  .column ul {
    padding-left: 0;
  }

  .column li {
    font-size: 0.9rem;
    padding-left: 0;
    text-align: center;
  }

  .column li::before {
    display: none;
  }
}
















#partners {
  padding: 6rem 2rem;
  text-align: center;
}

#partners h2 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 1.5rem;
}

#partners p {
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #666666;
  font-weight: 400;
  letter-spacing: 0.01em;
}






@media (max-width: 1200px) {
  #partners h2 {
    font-size: 2.2rem;
  }

  #partners p {
    font-size: 1rem;
  }
}


@media (max-width: 768px) {
  #partners {
    padding: 4.5rem 1.5rem;
  }

  #partners h2 {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }

  #partners p {
    font-size: 0.98rem;
    line-height: 1.6;
    max-width: 90%;
  }
}


@media (max-width: 480px) {
  #partners {
    padding: 3.5rem 1.2rem;
  }

  #partners h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }

  #partners p {
    font-size: 0.95rem;
    line-height: 1.55;
    max-width: 100%;
  }
}







