 /* ==========================================================================
   8. SEÇÃO 6: BANNER DE AUTORIDADE (LARANJA)
   ========================================================================== */
 .authority-banner {
     background-color: #e67e22;
     color: #ffffff;
 }

 .authority-title {
     font-size: 2.8rem;
     font-weight: 800;
     margin-bottom: 20px;
 }

 .authority-text {
     font-size: 1.25rem;
     line-height: 1.6;
     max-width: 850px;
     font-weight: 500;
     opacity: 0.95;
 }

 @media (max-width: 768px) {
     .authority-title {
         font-size: 2rem;
     }

     .authority-text {
         font-size: 1.1rem;
     }
 }