.sn-case {
    position: relative;
    padding: 3.5rem 0;
}

.sn-case__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: brightness(0.4);
}

.sn-case__header,
.sn-case__metrics,
.sn-case__timeline,
.sn-case__gallery,
.sn-case__result {
    position: relative;
    z-index: 1;
}

.sn-case__metrics {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin: 1.5rem 0;
}

.sn-case__metric {
    background: rgba(0, 0, 0, 0.5);
    padding: 1rem 1.5rem;
    border-radius: 16px;
}

.sn-case__timeline {
    display: grid;
    gap: 1rem;
}

.sn-case__step-title {
    font-size: 1.05rem;
    font-weight: 600;
    margin: 0 0 0.35rem;
}

.sn-case__gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
    margin: 1.5rem 0;
}

.sn-case__gallery img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 14px;
}

.sn-case__result {
    font-weight: 600;
    background: rgba(0, 0, 0, 0.5);
    padding: 1rem 1.5rem;
    border-radius: 16px;
}
