.ceges-programok .hero{position:relative}
.ceges-programok .hero-media img{filter:brightness(0.7)}
.ceges-programok .hero-panel{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:520px;display:flex;flex-direction:column;gap:var(--space-3)}

.ceges-programok .program-grid .card{min-width:0}

.ceges-programok .steps{display:flex;gap:var(--space-3)}
.ceges-programok .step{flex:1;min-width:0}

.ceges-programok .venue .grid > *{min-width:0}
.ceges-programok .dining .grid > *{min-width:0}

.ceges-programok .host-text{max-width:700px}

.ceges-programok .status .row{gap:var(--space-4)}

.ceges-programok .booking-flow .steps{display:flex}

.ceges-programok .form-panel{max-width:600px;margin-inline:auto}
.ceges-programok form{display:flex;flex-direction:column;gap:var(--space-3)}

@media(max-width:700px){
.ceges-programok .hero-panel{position:static;transform:none;margin-top:var(--space-3)}
.ceges-programok .steps{flex-direction:column}
}
