:root {
            --bfi-blue: #0a2463;
            --bfi-orange: #ff6b35;
            --bfi-light: #f8f9fa;
            --bfi-dark: #212529;
            --bfi-accent: #1e88e5;
        }
        body {
            font-family: 'Open Sans', sans-serif;
            color: var(--bfi-dark);
            line-height: 1.7;
            overflow-x: hidden;
        }
        h1, h2, h3, h4, h5, h6 {
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
            color: var(--bfi-blue);
        }
        .navbar {
            background-color: rgba(10, 36, 99, 0.95);
            padding: 1rem 0;
            transition: all 0.4s ease;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }
        .navbar-brand img {
            height: 50px;
            transition: height 0.3s;
        }
        .nav-link {
            color: white !important;
            font-weight: 500;
            padding: 0.5rem 1.2rem !important;
            transition: color 0.3s;
            position: relative;
        }
        .nav-link:hover, .nav-link.active {
            color: var(--bfi-orange) !important;
        }
        .nav-link::after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            background: var(--bfi-orange);
            bottom: 0;
            left: 1.2rem;
            transition: width 0.3s;
        }
        .nav-link:hover::after, .nav-link.active::after {
            width: calc(100% - 2.4rem);
        }
        .hero-section {
            background: linear-gradient(rgba(10, 36, 99, 0.85), rgba(10, 36, 99, 0.9)), url('https://images.unsplash.com/photo-1546519638-68e109498ffc?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1790&q=80') center/cover no-repeat;
            color: white;
            padding: 8rem 0 5rem;
            position: relative;
        }
        .hero-title {
            font-size: 3.5rem;
            margin-bottom: 1.5rem;
            text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
        }
        @media (max-width: 768px) {
            .hero-title { font-size: 2.5rem; }
        }
        .section-padding {
            padding: 5rem 0;
        }
        .section-title {
            position: relative;
            padding-bottom: 1rem;
            margin-bottom: 3rem;
        }
        .section-title::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 80px;
            height: 4px;
            background: var(--bfi-orange);
        }
        .text-center.section-title::after {
            left: 50%;
            transform: translateX(-50%);
        }
        .icon-box {
            background: white;
            padding: 2.5rem;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            height: 100%;
            transition: transform 0.4s, box-shadow 0.4s;
            border-top: 4px solid var(--bfi-orange);
        }
        .icon-box:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
        }
        .icon-box i {
            font-size: 3rem;
            color: var(--bfi-orange);
            margin-bottom: 1.5rem;
        }
        .news-card {
            border: none;
            border-radius: 10px;
            overflow: hidden;
            transition: transform 0.3s;
            height: 100%;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        }
        .news-card:hover {
            transform: translateY(-8px);
        }
        .news-card img {
            height: 220px;
            object-fit: cover;
            transition: transform 0.5s;
        }
        .news-card:hover img {
            transform: scale(1.05);
        }
        .card-body {
            padding: 1.8rem;
        }
        .badge-sport {
            background-color: var(--bfi-blue);
            color: white;
            padding: 0.4em 1em;
            font-weight: 600;
        }
        .player-card {
            text-align: center;
            padding: 2rem 1.5rem;
            border-radius: 10px;
            background: white;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
            transition: all 0.3s;
            height: 100%;
        }
        .player-card:hover {
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
        }
        .player-img {
            width: 150px;
            height: 150px;
            border-radius: 50%;
            object-fit: cover;
            border: 5px solid var(--bfi-light);
            margin: 0 auto 1.5rem;
        }
        .flink {
            display: inline-block;
            background: var(--bfi-light);
            padding: 0.8rem 1.5rem;
            margin: 0.5rem;
            border-radius: 50px;
            color: var(--bfi-dark);
            text-decoration: none;
            transition: all 0.3s;
            border: 1px solid #dee2e6;
            font-weight: 500;
        }
        .flink:hover {
            background: var(--bfi-blue);
            color: white;
            transform: translateY(-3px);
            text-decoration: none;
        }
        .footer {
            background-color: var(--bfi-dark);
            color: #adb5bd;
            padding: 4rem 0 2rem;
        }
        .footer a {
            color: #adb5bd;
            text-decoration: none;
            transition: color 0.3s;
        }
        .footer a:hover {
            color: white;
        }
        .footer-title {
            color: white;
            font-size: 1.2rem;
            margin-bottom: 1.5rem;
            position: relative;
            padding-bottom: 0.7rem;
        }
        .footer-title::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 40px;
            height: 2px;
            background: var(--bfi-orange);
        }
        .copyright {
            border-top: 1px solid #495057;
            padding-top: 1.5rem;
            margin-top: 3rem;
            font-size: 0.9rem;
        }
        .btn-bfi {
            background-color: var(--bfi-orange);
            color: white;
            padding: 0.75rem 2rem;
            border-radius: 50px;
            font-weight: 600;
            border: none;
            transition: all 0.3s;
        }
        .btn-bfi:hover {
            background-color: #e55a2b;
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 8px 15px rgba(255, 107, 53, 0.3);
        }
        .btn-bfi-outline {
            background-color: transparent;
            color: var(--bfi-orange);
            border: 2px solid var(--bfi-orange);
            padding: 0.75rem 2rem;
            border-radius: 50px;
            font-weight: 600;
            transition: all 0.3s;
        }
        .btn-bfi-outline:hover {
            background-color: var(--bfi-orange);
            color: white;
        }
        .stats-number {
            font-size: 3rem;
            font-weight: 700;
            color: var(--bfi-blue);
            line-height: 1;
        }
        .stats-label {
            font-size: 1rem;
            color: #6c757d;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-top: 0.5rem;
        }
        .timeline {
            position: relative;
            padding-left: 2rem;
        }
        .timeline::before {
            content: '';
            position: absolute;
            left: 7px;
            top: 0;
            bottom: 0;
            width: 2px;
            background: var(--bfi-orange);
        }
        .timeline-item {
            position: relative;
            margin-bottom: 2rem;
        }
        .timeline-item::before {
            content: '';
            position: absolute;
            left: -2rem;
            top: 5px;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: var(--bfi-blue);
            border: 3px solid white;
            box-shadow: 0 0 0 3px var(--bfi-orange);
        }
        .back-to-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 50px;
            height: 50px;
            background: var(--bfi-orange);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
            text-decoration: none;
            opacity: 0;
            visibility: hidden;
            transition: all 0.4s;
            z-index: 1000;
        }
        .back-to-top.active {
            opacity: 1;
            visibility: visible;
        }
        .back-to-top:hover {
            background: var(--bfi-blue);
            color: white;
        }
        .sponsor-logo {
            filter: grayscale(100%);
            opacity: 0.7;
            transition: all 0.4s;
        }
        .sponsor-logo:hover {
            filter: grayscale(0);
            opacity: 1;
        }
        .form-control:focus {
            border-color: var(--bfi-orange);
            box-shadow: 0 0 0 0.25rem rgba(255, 107, 53, 0.25);
        }
