/* 
    CSS BOX PRONTO 213 
    Slider - Focus su elemento centrale
*/

.boxPersone213 .center-slider {
    padding: 4rem 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    overflow: hidden;
}

    .boxPersone213 .center-slider .center-card {
        background: white;
        border-radius: 20px;
        box-shadow: 0 10px 40px rgba(0,0,0,0.08);
        transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        margin: 0 5px;
        overflow: hidden;
        border: 1px solid rgba(0,0,0,0.05);
        max-height: 600px;
        display: flex;
        flex-direction: column;
        transform: scale(0.85);
        opacity: 0.6;
        filter: blur(1px);
        position: relative;
    }


    .boxPersone213 .center-slider .slick-slide:not(.slick-nowidth) {
        width: 200px !important;
    }



        .boxPersone213 .center-slider .slick-slide.slick-center .center-card {
            transform: scale(1);
            opacity: 1;
            filter: blur(0);
            box-shadow: 0 25px 80px rgba(0,0,0,0.15);
            z-index: 10;
        }

            .boxPersone213 .center-slider .slick-slide.slick-center .center-card::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                height: 4px;
                background: linear-gradient(90deg, #667eea, #764ba2);
                z-index: 1;
            }

    .boxPersone213 .center-slider .center-photo {
        width: 100%;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 3rem;
        color: white;
        position: relative;
        overflow: hidden;
    }

        .boxPersone213 .center-slider .center-photo::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

        .boxPersone213 .center-slider .center-photo a {
            width: 100%;
        }

        .boxPersone213 .center-slider .center-photo img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease;
        }

    .boxPersone213 .center-slider .slick-slide.slick-center .center-photo img {
        transform: scale(1.05);
    }

    .boxPersone213 .center-slider .center-number {
        position: absolute;
        top: 20px;
        right: 20px;
        background: rgba(255, 255, 255, 0.95);
        color: #2c3e50;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 0.9rem;
        backdrop-filter: blur(10px);
        border: 2px solid rgba(255, 255, 255, 0.8);
        z-index: 5;
        transition: all 0.3s ease;
    }

    .boxPersone213 .center-slider .slick-slide.slick-center .center-number {
        background: #667eea;
        color: white;
        border-color: white;
        transform: scale(1.1);
    }

    .boxPersone213 .center-slider .center-badge {
        position: absolute;
        bottom: 15px;
        left: 15px;
        background: rgba(0,0,0,0.8);
        color: white;
        padding: 8px 16px;
        border-radius: 20px;
        font-size: 0.8rem;
        font-weight: 500;
        backdrop-filter: blur(10px);
        z-index: 5;
        opacity: 0;
        transform: translateY(-10px);
        transition: all 0.3s ease;
    }

    .boxPersone213 .center-slider .slick-slide.slick-center .center-badge {
        opacity: 1;
        transform: translateY(0);
    }

    .boxPersone213 .center-slider .center-info {
        padding: 1rem 0.5rem;
        text-align: center;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        position: relative;
        z-index: 2;
    }

    .boxPersone213 .center-slider .center-name {
        font-family: 'Playfair Display', serif;
        font-size: 0.9rem;
        font-weight: 600;
        color: #2c3e50;
        margin-bottom: 0.8rem;
        letter-spacing: 0.02em;
        height: 5.6rem;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 0.9;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .boxPersone213 .center-slider .slick-slide.slick-center .center-name {
        font-size: 1.5rem;
        color: #667eea;
    }

    .boxPersone213 .center-slider .center-role {
        color: #6c757d;
        font-size: 0.9rem;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        margin-bottom: 1rem;
        transition: all 0.3s ease;
    }

    .boxPersone213 .center-slider .slick-slide.slick-center .center-role {
        color: #495057;
        font-weight: 600;
    }

    .boxPersone213 .center-slider .center-stats {
        display: flex;
        justify-content: space-around;
        margin-top: auto;
        padding-top: 1rem;
        border-top: 1px solid rgba(0,0,0,0.05);
        opacity: 0;
        transform: translateY(10px);
        transition: all 0.3s ease 0.2s;
    }

    .boxPersone213 .center-slider .slick-slide.slick-center .center-stats {
        opacity: 1;
        transform: translateY(0);
    }

    .boxPersone213 .center-slider .stat-item {
        text-align: center;
    }

    .boxPersone213 .center-slider .stat-number {
        font-weight: 700;
        font-size: 1.1rem;
        color: #667eea;
        display: block;
    }

    .boxPersone213 .center-slider .stat-label {
        font-size: 0.7rem;
        color: #adb5bd;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }

    .boxPersone213 .center-slider .section-title {
        font-family: 'Playfair Display', serif;
        color: #2c3e50;
        font-weight: 700;
        margin-bottom: 4rem;
        text-align: center;
        font-size: 2.8rem;
        letter-spacing: -0.02em;
        position: relative;
    }

        .boxPersone213 .center-slider .section-title::after {
            content: '';
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, #667eea, #764ba2);
            position: absolute;
            bottom: -20px;
            left: 50%;
            transform: translateX(-50%);
            border-radius: 2px;
        }

    .boxPersone213 .center-slider .section-subtitle {
        color: #6c757d;
        font-weight: 400;
        text-align: center;
        margin-bottom: 3rem;
        font-size: 1.1rem;
        margin-top: -2rem;
    }

    .boxPersone213 .center-slider .slick-prev, .center-slider .slick-next {
        background: rgba(255,255,255,0.9) !important;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        box-shadow: 0 8px 24px rgba(0,0,0,0.1);
        border: 1px solid rgba(0,0,0,0.08);
        transition: all 0.3s ease;
        z-index: 100;
    }

        .boxPersone213 .center-slider .slick-prev:hover, .center-slider .slick-next:hover {
            background: white !important;
            box-shadow: 0 12px 32px rgba(0,0,0,0.15);
            transform: scale(1.1);
        }

        .boxPersone213 .center-slider .slick-prev:before, .center-slider .slick-next:before {
            color: #667eea !important;
            font-size: 18px;
            font-weight: 600;
            line-height: 50px;
        }

    .boxPersone213 .center-slider .slick-prev {
        left: 30px;
    }

    .boxPersone213 .center-slider .slick-next {
        right: 30px;
    }

    .boxPersone213 .center-slider .slick-dots {
        bottom: -60px;
    }

        .boxPersone213 .center-slider .slick-dots li {
            margin: 0 5px;
        }

            .boxPersone213 .center-slider .slick-dots li button:before {
                color: #dee2e6;
                font-size: 10px;
                transition: all 0.3s ease;
            }

            .boxPersone213 .center-slider .slick-dots li.slick-active button:before {
                color: #667eea;
                transform: scale(1.3);
            }

    .boxPersone213 .center-slider .slick-list {
        overflow: visible;
    }

    .boxPersone213 .center-slider .slick-track {
        display: flex;
        align-items: center;
    }

@media (max-width: 1200px) {
    .boxPersone213 .center-slider {
        padding: 3rem 0;
    }

        .boxPersone213 .center-slider .section-title {
            font-size: 2.2rem;
        }
}

@media (max-width: 768px) {
    .boxPersone213 .center-slider .section-title {
        font-size: 1.8rem;
    }

    .boxPersone213 .center-slider .center-card {
        margin: 0 8px;
    }

    .boxPersone213 .center-slider .slick-prev {
        left: 15px;
    }

    .boxPersone213 .center-slider .slick-next {
        right: 15px;
    }


    .boxPersone213 .center-slider .slick-slide:not(.slick-nowidth) {
        width: 385px !important;
    }
}

@media (max-width: 576px) {
    .boxPersone213 .center-slider .center-card {
        transform: scale(0.9);
    }

    .boxPersone213 .center-slider .slick-slide.slick-center .center-card {
        transform: scale(1);
    }


    .boxPersone213 .center-slider .slick-slide:not(.slick-nowidth) {
        width: 385px !important;
    }
}
/* 
    END --------------------------------------------------
*/


/* 
    CSS BOX PRONTO 222 
    Slider - Focus su elemento centrale
    classe del box: ".boxPersone222"
*/
:root {
    --luxury-black: #0a0a0a;
    --luxury-gray-dark: #1a1a1a;
    --luxury-gray: #2a2a2a;
    --luxury-gray-light: #666666;
    --luxury-silver: #c0c0c0;
    --luxury-white: #ffffff;
    --luxury-platinum: #e5e4e2;
}

.boxPersone222 .luxury-container {
    margin: 0 auto;
    padding: 60px 15px;
    background: linear-gradient(135deg, var(--luxury-gray-dark) 0%, var(--luxury-black) 100%);
}

.boxPersone222 .main-header {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}

.boxPersone222 .main-title {
    font-family: 'Playfair Display', serif;
    font-size: 4rem;
    font-weight: 700;
    color: var(--luxury-white);
    margin-bottom: 20px;
    letter-spacing: 2px;
    position: relative;
}

    .boxPersone222 .main-title::after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 100px;
        height: 2px;
        background: linear-gradient(90deg, transparent, var(--luxury-silver), transparent);
    }

.boxPersone222 .main-subtitle {
    font-size: 1.2rem;
    color: var(--luxury-silver);
    font-weight: 300;
    letter-spacing: 1px;
}

.boxPersone222 .player-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    height: 100%;
    margin-bottom: 30px;
}

    .boxPersone222 .player-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent, var(--luxury-silver), transparent);
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .boxPersone222 .player-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
        background: rgba(255, 255, 255, 0.08);
    }

        .boxPersone222 .player-card:hover::before {
            opacity: 1;
        }

.boxPersone222 .card-header-luxury {
    padding: 30px 10px 0;
    text-align: center;
    position: relative;
}

.boxPersone222 .jersey-number {
    position: absolute;
    top: 15px;
    right: 20px;
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #7b7b7b;
    opacity: 0.3;
    transition: all 0.3s ease;
}

.boxPersone222 .player-card:hover .jersey-number {
    opacity: 0.6;
    transform: scale(1.1);
}

.boxPersone222 .player-avatar {
    width: 180px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 20px;
    border: 3px solid var(--luxury-silver);
    transition: all 0.4s ease;
    position: relative;
}

.boxPersone222 .player-card:hover .player-avatar {
    border-color: var(--luxury-white);
    transform: scale(1.05);
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
}

.boxPersone222 .player-name a {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--luxury-white);
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.boxPersone222 .player-surname a {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--luxury-white);
    margin-bottom: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.boxPersone222 .player-role {
    display: inline-block;
    background: linear-gradient(135deg, var(--luxury-silver), var(--luxury-platinum));
    color: var(--luxury-black);
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    margin:5px;
}

.boxPersone222 .player-card:hover .player-role {
    background: var(--luxury-white);
    transform: scale(1.05);
}

.boxPersone222 .card-body-luxury {
    padding: 0 30px 30px;
}

.boxPersone222 .player-description {
    color: var(--luxury-silver);
    font-size: 0.95rem;
    line-height: 1.6;
    text-align: center;
    font-weight: 300;
}

.boxPersone222 .stats-divider {
    width: 60px;
    height: 1px;
    background: var(--luxury-silver);
    margin: 20px auto;
    opacity: 0.5;
}

.boxPersone222 .player-stats {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.boxPersone222 .stat-item {
    text-align: center;
}

.boxPersone222 .stat-value {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--luxury-white);
    display: block;
}

.boxPersone222 .stat-label {
    font-size: 0.75rem;
    color: var(--luxury-silver);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
}

/* Animazioni di entrata */
.boxPersone222 .fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s ease forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Media Queries */
@media (max-width: 768px) {
    .boxPersone222 .main-title {
        font-size: 2.5rem;
    }

    .boxPersone222 .luxury-container {
        padding: 40px 15px;
    }

    .boxPersone222 .main-header {
        margin-bottom: 50px;
    }

    .boxPersone222 .card-header-luxury,
    .boxPersone222 .card-body-luxury {
        padding: 20px;
    }

    .boxPersone222 .jersey-number {
        font-size: 2rem;
        top: 10px;
        right: 15px;
    }
}


.boxPersone222 .row {
    display: flex !important;
    flex-wrap: wrap;
    gap: 1rem;
}

    .boxPersone222 .row .col-lg-2 {
        flex: 1 1 calc(50% - 0.5rem) !important;
        max-width: none !important;
        min-width: 150px;
    }

/* Se c'č spazio per pių di 2, permetti pių elementi per riga */
@media (min-width: 768px) {
    .boxPersone222 .row .col-lg-2 {
        flex: 1 1 calc(33.333% - 0.67rem) !important;
    }
}

@media (min-width: 992px) {
    .boxPersone222 .row .col-lg-2 {
        flex: 1 1 calc(25% - 0.75rem) !important;
    }
}
/* 
    END --------------------------------------------------
*/