/* Sportivo.aspx CSS - Stile Apple */

.page-hero {
    padding: 120px 0 80px;
    text-align: center;
    background: linear-gradient(180deg, #f5f5f7 0%, #ffffff 100%);
}

    .page-hero h1 {
        margin-bottom: 20px;
    }

    .page-hero .lead {
        font-size: 28px;
        line-height: 1.14286;
        color: var(--apple-gray);
        max-width: 800px;
        margin: 0 auto 40px;
    }

.content-section {
    padding: 80px 0;
}

.content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
}

.content-text h2 {
    margin-bottom: 24px;
}

.content-text p {
    font-size: 19px;
    line-height: 1.47059;
    margin-bottom: 16px;
}

.content-image {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

    .content-image img {
        width: 100%;
        height: auto;
        display: block;
    }

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.feature-card {
    text-align: center;
    padding: 40px 20px;
}

.feature-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    background: var(--apple-blue);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}

.feature-card h3 {
    font-size: 24px;
    margin-bottom: 12px;
}

.feature-card p {
    color: var(--apple-gray);
}

.program-section {
    background: var(--apple-light-gray);
    padding: 80px 0;
}

.program-list {
    max-width: 800px;
    margin: 40px auto 0;
}

.program-item {
    background: var(--apple-white);
    border-radius: 12px;
    padding: 32px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

    .program-item h4 {
        font-size: 21px;
        margin-bottom: 12px;
        color: var(--apple-blue);
    }

    .program-item p {
        font-size: 17px;
        color: var(--apple-gray);
    }

.cta-box {
    background: var(--apple-black);
    color: var(--apple-white);
    border-radius: 18px;
    padding: 60px 40px;
    text-align: center;
    margin: 80px 0;
}

    .cta-box h2 {
        color: var(--apple-white);
        margin-bottom: 20px;
    }

    .cta-box p {
        color: rgba(255, 255, 255, 0.8);
        font-size: 21px;
        margin-bottom: 32px;
    }

@media (max-width: 1068px) {
    .content-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .features-grid {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    }
}

@media (max-width: 734px) {
    .page-hero {
        padding: 100px 0 60px;
    }

        .page-hero .lead {
            font-size: 21px;
        }

    .content-section {
        padding: 60px 0;
    }

    .program-item {
        padding: 24px;
    }

    .cta-box {
        padding: 40px 24px;
    }

    .csen-section {
        background: #f9f9f9;
        padding: 80px 0;
    }

    .csen-card {
        background: #fff;
        border-radius: 20px;
        padding: 48px;
        max-width: 760px;
        margin: 0 auto;
        box-shadow: 0 4px 30px rgba(0,0,0,0.08);
    }

    .csen-intro {
        font-size: 20px;
        color: #333;
        margin-bottom: 28px;
        text-align: center;
    }

    .csen-credentials {
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-bottom: 32px;
    }

    .csen-credential-item {
        display: flex;
        align-items: center;
        gap: 16px;
        background: #f5f5f7;
        border-radius: 12px;
        padding: 18px 24px;
    }

    .csen-credential-icon {
        font-size: 28px;
        flex-shrink: 0;
    }

    .csen-credential-item strong {
        display: block;
        font-size: 17px;
        color: #1d1d1f;
        margin-bottom: 2px;
    }

    .csen-credential-item span {
        font-size: 15px;
        color: var(--apple-gray, #6e6e73);
    }

    .csen-text {
        font-size: 16px;
        color: #444;
        margin-bottom: 24px;
        line-height: 1.7;
        text-align: center;
    }

    .csen-highlight-box {
        border-left: 4px solid var(--apple-blue, #0071e3);
        background: #f0f6ff;
        border-radius: 0 12px 12px 0;
        padding: 18px 24px;
        margin-bottom: 16px;
    }

        .csen-highlight-box:last-child {
            margin-bottom: 0;
        }

        .csen-highlight-box p {
            font-size: 15px;
            color: #333;
            line-height: 1.7;
            margin: 0;
        }

    @media (max-width: 600px) {
        .csen-card {
            padding: 28px 20px;
        }
    }

    .csen-good-news {
        background: linear-gradient(135deg, #fff8f0, #fff3e0);
        border: 2px solid #ff9500;
        border-radius: 16px;
        padding: 32px;
        margin-top: 24px;
    }

        .csen-good-news p {
            font-size: 16px;
            color: #333;
            line-height: 1.75;
            margin-bottom: 14px;
        }

            .csen-good-news p:last-child {
                margin-bottom: 0;
            }

    .csen-good-news__title {
        font-size: 20px !important;
        font-weight: 700;
        color: #cc7000 !important;
        margin-bottom: 16px !important;
    }

    .csen-good-news__highlight {
        background: rgba(255, 149, 0, 0.12);
        border-radius: 10px;
        padding: 14px 18px;
        font-size: 16px;
        margin-top: 8px;
    }
}
