
.performance-wrapper {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}
.section-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 35px;
    color: #333333;
    text-align: center;
    margin-bottom: 24px;
}
.performance-description {
    max-width: 800px;
    margin: 0 auto 24px auto;
    text-align: center;
}
.performance-description p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #555555;
    margin-bottom: 16px;
}
.performance-description p:last-child {
    margin-bottom: 0;
}
.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    background: #000;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
@media (max-width: 768px) {
    .section-title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .performance-description p {
        font-size: 15px;
    }
}
