.projects-container {
    max-width: 1200px;
    margin: 100px auto 50px;
}
.projects-header {
    text-align: center;
    padding: 3rem 0;
    background: rgba(233, 183, 206, 0.1);
    border-radius: 15px;
    margin-bottom: 2rem;
}

.projects-title {
    font-size: 3rem;
    color: #2c3e50;
    margin-bottom: 1rem;
    background: linear-gradient(45deg, #2c3e50, #e9b7ce);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.projects-subtitle {
    color: #5d6d7e;
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.1rem;
}