        body { font-family: 'Montserrat', sans-serif; background-color: #fff; }
        .bg-purple-gradient { 
            background: linear-gradient(135deg, #2D0B31 0%, #4B164C 100%); 
        }
        .hero-section {
            background-image: url('src/img/LP_01.webp'); /* Fundo com a instrutora à esquerda e logo à direita */
            background-size: cover;
            background-position: center;
            min-height: 80vh;
        }
       