* { margin: 0; padding: 0; box-sizing: border-box; }
        html { scroll-behavior: smooth; }
        body { font-family: 'Open Sans', sans-serif; line-height: 1.6; color: #333; }
        h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif; font-weight: 700; }
        .section-padding { padding-top: 5rem; padding-bottom: 5rem; }
        .hover-lift:hover { transform: translateY(-5px); transition: transform 0.3s ease; }
        .flink { display: inline-flex; align-items: center; padding: 0.75rem 1.5rem; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 0.5rem; margin: 0.5rem; color: #475569; text-decoration: none; transition: all 0.3s; }
        .flink:hover { background: #1e40af; color: white; border-color: #1e40af; }
        .nav-link.active { color: #1e40af; border-bottom: 2px solid #1e40af; }
        @media (max-width: 768px) {
            .section-padding { padding-top: 3rem; padding-bottom: 3rem; }
        }
