 /* ==========================================================================
   5. SEÇÃO 3: CRESCIMENTO / DASHBOARD
   ========================================================================== */
 .growth-section {
     background-color: #ffffff;
     padding: 100px 0;
 }

 .section-title-sm {
     font-weight: 800;
     font-size: 2rem;
     color: #0d1b2a;
     line-height: 1.2;
 }

 .section-description {
     color: #64748b;
     font-size: 1.05rem;
     line-height: 1.6;
 }

 .growth-list {
     list-style: none;
     padding: 0;
 }

 .growth-list li {
     display: flex;
     align-items: center;
     margin-bottom: 18px;
     font-weight: 500;
     color: #334155;
     font-size: 1rem;
 }

 .icon-circle-check {
     color: #e67e22;
     margin-right: 12px;
     display: flex;
     align-items: center;
 }

 .dashboard-img-wrapper img {
     border-radius: 24px;
     border: 8px solid #f8fafc;
     box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15) !important;
 }

 @media (max-width: 991px) {
     .section-title-sm {
         font-size: 1.75rem;
     }

     .ps-lg-5 {
         padding-left: 15px !important;
     }
 }