#chi-siamo {
    background-color: #252525;
    color: #ffffff;
    padding: 100px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.about-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 40px;
}

.about-content h2 {
    font-family: 'Miriam Libre', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 60px;
    text-align: center;
}

.about-text {
    font-family: 'Miriam Libre', sans-serif;
    line-height: 1.8;
}

.about-text p {
    font-size: 16px;
    color: #cccccc;
    margin-bottom: 24px;
}

.about-text p.lead {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 40px;
}

.about-text strong {
    color: #ffffff;
    font-weight: 700;
}

.highlight-box {
    background: rgba(255, 185, 5, 0.08);
    border: 2px solid #444;
    border-radius: 8px;
    padding: 30px;
    margin: 40px 0;
}

.highlight-box h3 {
    font-family: monospace;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.highlight-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.highlight-box li {
    font-size: 16px;
    color: #cccccc;
    padding: 12px 0;
    border-bottom: 1px solid #222;
    display: flex;
    align-items: center;
}

.highlight-box li:last-child {
    border-bottom: none;
}

.highlight-box .icon {
    color: #ffffff;
    font-weight: 700;
    margin-right: 12px;
    font-size: 18px;
}

/* Mobile responsive */
@media (max-width: 768px) {
    #chi-siamo {
        padding: 60px 0;
    }

    .about-container {
        padding: 0 20px;
    }

    .about-content h2 {
        font-size: 32px;
        letter-spacing: 2px;
        margin-bottom: 40px;
    }

    .about-text p.lead {
        font-size: 18px;
    }

    .about-text p {
        font-size: 15px;
    }

    .highlight-box {
        padding: 20px;
        margin: 30px 0;
    }

    .highlight-box h3 {
        font-size: 18px;
    }

    .highlight-box li {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .about-content h2 {
        font-size: 28px;
        letter-spacing: 1px;
    }

    .about-text p.lead {
        font-size: 16px;
    }

    .about-text p {
        font-size: 14px;
    }

    .highlight-box {
        padding: 16px;
    }

    .highlight-box h3 {
        font-size: 16px;
    }
}
