
    /* FC Barcelona Inspired Styles (Dynamic Colors) */
    .fc-hero {
        position: relative;
        min-height: 85vh;
        
        background-size: cover;
        overflow: hidden;
    }

    .fc-hero-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 100%);
    }

    /* The slanted primary color block */
    .fc-slant-block {
        position: absolute;
        top: 0;
        left: -10%;
        width: 55%;
        height: 100%;
        background-color: var(--primary-color);
        opacity: 0.95;
        transform: skewX(-12deg);
        z-index: 1;
        border-right: 15px solid var(--btn-color);
    }
    
    @media (max-width: 991px) {
        .fc-slant-block {
            width: 120%;
            left: -10%;
            transform: skewX(0deg);
            opacity: 0.85;
            border-right: none;
            border-bottom: 10px solid var(--btn-color);
        }
    }

    .fc-hero-content {
        position: relative;
        z-index: 2;
        padding: 4rem 0;
    }

    .fc-title {
        font-family: 'Inter', sans-serif;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: -1px;
        line-height: 1.1;
        color: #ffffff;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    }

    .fc-subtitle {
        font-weight: 600;
        font-size: 1.25rem;
        color: var(--secondary-color);
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .fc-btn {
        background-color: var(--btn-color);
        color: #ffffff;
        font-weight: 800;
        text-transform: uppercase;
        border-radius: 0;
        padding: 1rem 2.5rem;
        font-size: 1.1rem;
        position: relative;
        overflow: hidden;
        border: none;
        transition: all 0.3s ease;
        display: inline-block;
        text-decoration: none;
    }

    .fc-btn:hover {
        background-color: var(--primary-color);
        color: #fff;
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    }

    /* Section Headers */
    .fc-section-title {
        font-weight: 800;
        text-transform: uppercase;
        color: var(--primary-color);
        border-left: 8px solid var(--btn-color);
        padding-left: 1rem;
        margin-bottom: 2rem;
        line-height: 1;
    }

    /* Cards (News & Events) */
    .fc-card {
        border: none;
        border-radius: 0;
        background-color: #ffffff;
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
        transition: all 0.3s ease;
        height: 100%;
        position: relative;
    }
    .fc-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    }
    
    .fc-card-img-wrap {
        position: relative;
        overflow: hidden;
        clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
        height: 240px;
    }
    .fc-card-img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }
    .fc-card:hover .fc-card-img-wrap img {
        transform: scale(1.08);
    }

    .fc-card-badge {
        position: absolute;
        top: 15px;
        left: 15px;
        background-color: var(--btn-color);
        color: #fff;
        font-weight: 800;
        text-transform: uppercase;
        padding: 5px 12px;
        font-size: 0.75rem;
        z-index: 2;
    }

    .fc-card-body {
        padding: 1.5rem;
    }

    .fc-card-title {
        font-weight: 800;
        color: var(--primary-color);
        text-transform: uppercase;
        font-size: 1.2rem;
        line-height: 1.2;
        margin-bottom: 1rem;
    }

    .fc-card-text {
        color: #4b5563;
        font-size: 0.95rem;
    }

    .fc-card-link {
        color: var(--btn-color);
        font-weight: 800;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 0.9rem;
        display: inline-flex;
        align-items: center;
        gap: 5px;
        margin-top: auto;
    }
    .fc-card-link:hover {
        color: var(--primary-color);
    }

    /* Event List style */
    .fc-event-row {
        display: flex;
        align-items: center;
        background: #fff;
        margin-bottom: 1rem;
        box-shadow: 0 4px 10px rgba(0,0,0,0.05);
        transition: transform 0.2s;
        border-left: 5px solid var(--btn-color);
    }
    .fc-event-row:hover {
        transform: translateX(10px);
        background: #f8fafc;
    }
    .fc-event-date {
        background: var(--primary-color);
        color: #fff;
        padding: 1.5rem 1rem;
        text-align: center;
        min-width: 100px;
    }
    .fc-event-date .day {
        font-size: 2rem;
        font-weight: 800;
        line-height: 1;
    }
    .fc-event-date .month {
        font-size: 0.85rem;
        text-transform: uppercase;
        font-weight: 600;
    }
    .fc-event-details {
        padding: 1rem 1.5rem;
        flex-grow: 1;
    }
    .fc-event-title {
        font-weight: 800;
        color: var(--primary-color);
        text-transform: uppercase;
        margin-bottom: 0.25rem;
    }

    /* Marquee Avisos */
    .fc-avisos {
        background-color: var(--btn-color);
        color: #fff;
        padding: 0.5rem 0;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 0.85rem;
    }
    .marquee-container { overflow: hidden; white-space: nowrap; }
    .marquee-content { display: inline-block; padding-left: 100%; animation: marquee 25s linear infinite; }
    @media (max-width: 991.98px) { .marquee-content { animation-duration: 12s; } }
    @media (max-width: 767.98px) { .marquee-content { animation-duration: 8s; } }
    @keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-100%); } }
    @media (min-width: 992px) { .marquee-container:hover .marquee-content { animation-play-state: paused; } }

