/* ==========================================================================
   Fonte Da Vida - About Page Mobile Styles
   ========================================================================== */

@media (max-width: 768px) {
    .page-header.animated-header { padding: 130px 24px 80px; min-height: 50vh; }
    .page-header-bg .ph-bg-slide { background-position: center center !important; }
    .timeline { margin-left: 10px; padding-left: 30px; }
    .timeline-item::before { left: -39px; }
    .team-grid { grid-template-columns: 1fr; max-width: 320px; margin: 0 auto; }
    
    .cta-glass-card {
        padding: 50px 30px;
        border-radius: 20px;
    }

    .cta-actions {
        flex-direction: column;
        width: 100%;
    }

    .cta-actions a {
        width: 100%;
        justify-content: center;
    }
}
