.projects-hero {
    height: 60vh;
    background: linear-gradient(rgba(18, 18, 18, 0.8), rgba(18, 18, 18, 0.8));
    display: flex;
    align-items: center;
    justify-content: center;
}

.projects-hero .hero-title {
    font-size: 3.5rem;
}

/* Теги на карточках */
.tag {
    display: inline-block;
    padding: 4px 12px;
    background: rgba(138, 43, 226, 0.2);
    border: 1px solid var(--accent-color);
    border-radius: 20px;
    color: var(--accent-color);
    font-size: 0.7rem;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
}

/* Сетка */
.container {
    margin-top: 50px;
}