* { transition: all 0.3s ease; }
        .hero-gradient { background: linear-gradient(135deg, rgba(29,53,87,0.9) 0%, rgba(168,218,220,0.8) 100%); }
        .card-hover:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,0,0.15); }
        .nav-link.active { border-bottom: 3px solid #e63946; }
        .flink { border-left: 4px solid #a8dadc; padding-left: 1rem; }
        .flink:hover { border-left-color: #e63946; background-color: rgba(241,250,238,0.5); }
        .video-thumbnail::after { content: '\f04b'; font-family: 'Font Awesome 6 Free'; font-weight: 900; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: white; font-size: 3rem; opacity: 0.8; }
        .pagination .page-link:hover { background-color: #e63946; color: white; }
        .schema-person { display: none; }
        @media (max-width: 768px) {
            .mobile-stack { flex-direction: column; }
            .video-thumbnail::after { font-size: 2rem; }
        }
