/* Retrato institucional com escurecimento, inspirado na seção de referência */
.professor-hero{position:relative;isolation:isolate;overflow:hidden;text-align:left!important;background:#02080d;border-block:1px solid var(--line)}
.professor-hero:before{content:'';position:absolute;z-index:-2;inset:0;background:url('assets/dr-newton-retrato.jpg') center 34%/cover no-repeat;filter:brightness(.4) saturate(.72)}
.professor-hero:after{content:'';position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,#02080dfd 0%,rgba(2,8,13,.91) 40%,rgba(2,8,13,.35) 100%)}
.professor-hero .container{position:relative;min-height:520px;display:flex;flex-direction:column;justify-content:center}.professor-hero h2{max-width:680px}.professor-hero .max{margin:24px 0 0;max-width:650px;color:#d0dde0}
/* Carrossel de vídeo quadrado */
.video-frame{width:min(100%,430px)!important;aspect-ratio:1/1!important}
@media(max-width:760px){.professor-hero:before{background-position:58% center}.professor-hero:after{background:linear-gradient(0deg,#02080df8 0%,rgba(2,8,13,.78) 100%)}.professor-hero .container{min-height:500px}.professor-hero .max{color:#e2ecee}}
