/* Лаунчер */
.launcher-content {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: 30px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 30px;
}

.launcher-image {
    width: 200px;
    height: auto;
    border-radius: 10px;
}

.launcher-info {
    flex: 1;
}

.launcher-info h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}