
    .illus{position:relative; min-height:360px; border-radius:32px; overflow:hidden; box-shadow:0 12px 40px rgba(0,0,0,.06); background-image:url('tabor1.jpg'); background-size:cover; background-position:center;}
    .illus::before{content:""; position:absolute; inset:0; background:linear-gradient(180deg, rgba(255,255,255,.35), rgba(255,255,255,.15));}
    .illus .blob{position:absolute; border-radius:50%; filter:blur(20px); opacity:.8}
    @media (max-width: 860px){
      .illus{ background-image:url('tabor1.jpg'); min-height:280px; background-position:center }
    }
        
    .blob.a{width:200px;height:200px;background:#ffdbe7; left:-30px; top:30px}
    .blob.b{width:180px;height:180px;background:#b3f0ff; right:-40px; top:40px}
    .blob.c{width:220px;height:220px;background:#c8ffe9; right:30px; bottom:-40px}
    .illus .kid{position:absolute; inset:auto 0 0 0; display:grid; place-items:end center; padding:18px}
    .illus .kid img{max-width:82%;}


.tabor-kepek{
  display:flex;
  justify-content:center;
  gap:20px;
  margin-top:20px;
  flex-wrap:wrap;
}

.tabor-kepek img{
  width:min(200px, 45%);
  height:auto;            /* képarány megmarad */
  max-height:140px;       /* ne nőjön túl magasra */
  object-fit:contain;     /* NEM vág, nem torzít */
  border-radius:8px;
}
@media (max-width:768px){
  .tabor-kepek img{
    width:90%;
    max-height:none;
  }
}


.tanar-kepek {
  position: relative;
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
}

/* Polaroid alap */
.polaroid {
  background: #fff;
  padding: 12px 12px 25px 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  border-radius: 4px;
  width: 220px;
  transition: transform 0.3s ease;
}

.polaroid img {
  width: 100%;
  height: 180px;          /* fix magasság */
  object-fit: cover;      /* arányos marad, de croppol */
  object-position: center;
  display: block;
}

.polaroid p {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}

/* Enyhe elforgatás */
.polaroid-1 {
  transform: rotate(-4deg);
  margin-top: 0;
}

.polaroid-2 {
  transform: rotate(5deg);
  margin-top: 40px;   /* függőleges elcsúsztatás */
}

/* Hover finom animáció */
.polaroid:hover {
  transform: rotate(0deg) scale(1.03);
}

/* Mobil nézet */
@media (max-width: 768px) {
  .tanar-kepek {
    flex-direction: column;
    align-items: center;
  }

  .polaroid {
    width: 80%;
    margin-top: 20px;
    transform: rotate(0deg);
  }
}

.pipa-lista {
  list-style: none;
  padding-left: 30px;
}

.pipa-lista li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}

.pipa-lista li::before {
  content: "";
  position: absolute;
  left: 00;
  top: 4px;
  width: 18px;
  height: 18px;
  background-image: url("mini-leghajo.png"); /* saját ikon */
  background-size: contain;
  background-repeat: no-repeat;
}