
/* HERO javítás 06 */
.hero.hero-small{
  padding:38px 0 40px!important;
  min-height:0!important;
}
.hero.hero-small .container{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  align-items:center;
  gap:34px;
}
.hero.hero-small h1{
  font-size:clamp(2.15rem,3.5vw,3.35rem)!important;
  margin-bottom:12px!important;
}
.hero.hero-small p:not(.eyebrow){
  margin-bottom:0!important;
  font-size:1.04rem!important;
  line-height:1.55!important;
}
.hero.hero-small .btn{
  display:none!important;
}
.hero.hero-small.hero-with-image .container{
  grid-template-columns:minmax(0,.92fr) minmax(380px,1.08fr);
}
.hero-copy{min-width:0}
.hero-image{
  height:255px;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 16px 34px rgba(0,0,0,.22);
}
.hero-image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center 48%;
}
@media(max-width:900px){
 .hero.hero-small.hero-with-image .container{grid-template-columns:1fr}
 .hero-image{height:230px}
}
@media(max-width:600px){
 .hero.hero-small{padding:30px 0 32px!important}
 .hero-image{height:190px;border-radius:14px}
}

/* Hero képek – frissítés 08 */
.hero-image-training{background:#fff;padding:10px}
.hero-image-training img{object-fit:contain;object-position:center}
.hero-image-event img{object-position:center center}
